/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
:root {
  --color1: #920000;
  --color1-rgb: 146, 0, 0;
  --color2: #111;
  --color3: #006b6b;
  --color4: #ffcece;
  --color5: #f9f9f9;
  --twhite: #f2f2f2;
	--font1: "Inter", sans-serif;
	--font2: "Bebas Neue", sans-serif;

  --cnvs-themecolor: var(--color1);
  --cnvs-themecolor-rgb: var(--color1-rgb);
  --cnvs-primary-font: var(--font1);
  --cnvs-secondary-font: var(--font2);
  --cnvs-headings-font-weight: 500;
  /* --cnvs-body-bg: transparent; */

  --cnvs-font-size-h1: 3.5rem;
    --cnvs-font-size-h2: 2.575rem;
    --cnvs-font-size-h3: 2.025rem;
    --cnvs-font-size-h4: 1.775rem;
    --cnvs-font-size-h5: 1.325rem;
    --cnvs-font-size-h6: 1.175rem;

    --cnvs-header-height: 80px;
    --cnvs-header-height-sm: 50px;
    --cnvs-header-height-md: 60px;
    --cnvs-header-height-lg: 100px;
    --cnvs-header-height-shrink: 50px;
    --cnvs-side-header-width: 200px;

}

#posts, .posts, .entry, [class*=entry-] {
  --cnvs-post-title-font-weight: 500;
}

::-moz-selection { /* Code for Firefox */
  color: var(--twhite);
}

::selection {
  color: var(--twhite);
}

html {
  scroll-behavior: smooth !important;
}

/* home page image hero */
#wrapper > .position-absolute {
	display: none;
}

@media screen and (min-width: 768px) {
  div#header-wrap > .container {
    padding: 0;
  }
} /* /min-width:767px */
.home_banner > .section {
  margin: auto;
  background-image: linear-gradient(to bottom, #6c0ba9, #b24bf3) !important;
  transition-property: all;
  transition-duration: 1s;
}
.home_banner > .section .shape-divider {
  transition-duration: 0s;
  transition-property: all;
  transform: rotate(180deg);
}
.home_banner > .section svg {
  transition-duration: 0s;
  transition-property: all;
  opacity: 1 !important;
}
#page-title .container {
	position: relative;
	margin-bottom: 0;
}
#page-title.page-title-center li.breadcrumb-item > span {
	max-width: initial;
	display: inline-block;
	font-size: inherit;
	margin: auto;
	color: rgb(108, 117, 125);
	font-weight: inherit;
}
.nomargins {
	margin: auto !important;
}
#footer.dark.theme-dark {
  background-color: var(--color2);
}
.btn-theme-primary {
  color: #fff;
  background-color: var(--color1);
  border-color: var(--color1);
}
li.page-item > a {
  position: relative;
  display: block;
  color: var(--color1);
  text-decoration: none;
  padding: .375rem .75rem;
  background-color: transparent;
  border: 1px solid var(--color4);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
li.page-item > a i {
  display: flex;
}
.page-item:not(:first-child) > a {
  margin-left: -1px;
}
li.page-item.active a, li.page-item > a:focus, li.page-item > a:hover {
  color: #fff!important;
  background-color: var(--color1)!important;
  border-color: var(--color1)!important;
}
.entry-meta li.cats > a:not(:last-child)::after {
  content: ",";
  display: inline-block;
  text-align: center;
  margin-left: 1px;
  margin-right: 5px;
}
.post-navigation.itu-post-nav .nav-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
div#comments {
  display: flex;
  clear: both;
  border-top: none;
}
.is-expanded-menu ul.sub-menu-container .menu-item > .menu-link {
	border-radius: 0;
	border: none;
}
.is-expanded-menu ul.sub-menu-container, .is-expanded-menu .mega-menu-content {
  border-bottom: none;
  border-left: none;
  border-right: none;
}

@media screen and (min-width: 992px) {

  .menu-item:hover .menu-link {
    background-color: #fff;
}

} /* /min-width: 992px */


.wp-block-columns.content-wrap {
  padding-top: 0;
}
section#content > .wp-block-columns.content-wrap > .wp-block-column > .entry-content {
  margin: 0;
}
#logo a.text_logo {
  font-family: var(--cnvs-secondary-font);
  font-size: 2.3rem;
  font-weight: 500;
  color: var(--color1);
}
#wrapper {
	overflow-x: clip;
}
section#content {
  overflow-x: clip;
  min-height: calc(100vh - (var(--header-height) + var(--footer-height)) );
}
header#header {
  display: flex;
  align-items: center;
}
body h1, body .h1, body h2, body .h2, body h3, body .h3, body h4, body .h4, body h5, body .h5, body h6, body .h6 {
  font-family: var(--cnvs-secondary-font);
  font-weight: 500;
  margin-bottom: 20px;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
  margin-bottom: 1rem;
}
.page_bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
}
.contact_icons_box > .wp-block-uagb-icon-list {
  display: flex;
  width: fit-content !important;
}
.bg--1::before {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color1);
  mix-blend-mode: overlay; */
}
.bg--2::before {
  /* content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: var(--color3);
  mix-blend-mode: overlay; */
}
.info--boxes > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container {
    border-radius: 10px;
    overflow: clip;
    position: relative;
    background-color: rgba(0,0,0,0.007);
    /* border: solid 2px var(--color2); */
}
.info--boxes > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:hover {
  /* border: solid 2px var(--color1); */
  box-shadow: 0 0 15px rgba(0,0,0,0.13);
}
/* .info--boxes > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: -101%;
  background-color: var(--color1);
  mix-blend-mode: overlay;

  transition: all .3s ease-in-out !important;
}
.info--boxes > .uagb-container-inner-blocks-wrap > .wp-block-uagb-container:hover::before {
  top: 0;
} */
ul.wp-block-list {
  padding-left: 20px;
}
.page_bg_mob {
  display: none;
}
.hero-bg {
  opacity: 0.3;
}
#content img.image-style-1 {
  border-radius: 0 100px 0 100px;
  border: solid 1px #fff;
  min-width: 100%;
  min-height: 100%;
  aspect-ratio: 3/4;
  object-fit: cover;
  margin: unset;
}
#content .img-wrapper-box {
  display: flex;
  width: 450px;
  max-width: 100%;
  position: relative;
}
.img-wrapper-box::before {
	content: "";
	position: absolute;
	top: -18px;
	left: 18px;
	height: 100%;
	width: 100%;
	border-radius: 0 100px 0 100px;
	border: 3px solid var(--color1);
	z-index: -1;
}
.stil--1 > figure.wp-block-uagb-image__figure::before {
  content: "";
  position: absolute;
  width: 100%;
	background-image: radial-gradient(var(--color1) 1px,transparent 1px);
	height: 100%;
	background-size: 16px 16px;
  top: -30px;
  right: -30px;
  z-index: -1;
}
section#content > .wp-block-columns.content-wrap {
  margin-bottom: 0;
}
.itu-cta-box::before {
  z-index: 2;
}
.itu-cta-box::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	background: var(--color4);
	width: 40%;
	clip-path: polygon(21% 0, 100% 0, 100% 100%, 0 100%);
	content: "";
}
.itu-cta-box > div {
  position: relative;
  z-index: 9;
}
a.more-link {
  font-style: normal;
  text-decoration: none;
  display: inline-flex;
  border: solid 1px var(--color1);
  padding: 10px 40px;
  border-radius: 30px;
  background-color: transparent;
  color: var(--color1);
  transition: all .3s ease-in-out;
  font-family: var(--font1);
  font-size: 0.9rem;
}
.itu-copy-data {
	display: flex;
	width: 100%;
	justify-content: center;
	position: relative;
	margin-top: 10px;
}
.itu-copy-data-link {
	color: #fff;
	opacity: 0.4;
	font-size: 0.85rem;
}
a.more-link:hover {
  background-color: var(--color1);
  color: #fff;
}
body.error404 section#content {
  padding-top: 100px;
  padding-bottom: 100px;
}
footer#footer {
  margin-top: auto !important;
}
#footer #copyrights > .container > .row {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}
#footer #copyrights > .container > .row > div {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
}
.copyright-links > span.fseparator:last-child {
    display: none;
}
#content .itu-team-box {
	padding: 50px;
	/* border: solid 2px var(--color2); */
	border-radius: 10px;
	background-color: var(--color5);
  position: relative;
  overflow: clip;
  border: solid 1px var(--color5);
  box-shadow: 0 0 20px rgba(0,0,0,0);
  transition: all .3s ease-in;
}
#content .itu-team-box:hover {
  border: solid 1px #eee;
  box-shadow: 0 0 20px rgba(0,0,0,0.13);
}






/* Global ends
--------------------------------------------------------------------------------------------------------------- */


@media screen and (max-width: 767px) {

  .page_bg {
    display: none;
}
#header-wrap div#logo img {
  height: auto;
  width: 150px;
}
.page_bg_mob {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-attachment: fixed;
  background-size: cover;
  background-position: right center;
}
#content .itu-team-box {
	padding: 1rem;
}
div.content-wrap {
	padding: 0 0;
}





} /* /max-width:767px */