/* Theme style */

:root {
  --color1: #324A5E;
  --color2: #2B3B4E;
  --color3: #79D720;
  --color4: #8AB74F;
  --cnvs-themecolor:	var(--color1);
  --cnvs-themecolor-rgb: 43, 59, 94;
  --cnvs-section-margin: 0rem;
  --cnvs-section-padding: 4rem;
  --cnvs-section-bg: #F5F7F8;
  --cnvs-heading-color: var(--color2);
}

.dark {
  --cnvs-footer-bg: var(--color2);
}

div#top-bar {
  border: none;
  position: relative;
  width: 100%;
  background-color: var(--color2);
  z-index: 9;
}
.top-bar--left a {
  color: #fff;
}
.top-links.top-social a.social-icon {
  padding: 0;
}
.top-links.top-social a.social-icon {
  padding: 0;
  font-size: 0.8rem !important;
}
span.top-bar-divider {
  display: inline-flex;
  margin: 0 5px;
}
div#header-wrap {
  /* top: var(--topbar-height); */
}
.banner--title {
  font-size: 4rem;
}
.promo--top-row {
  display: flex;
  justify-content: center;
  margin-top: -120px;
  gap: 2rem;
  flex-wrap: nowrap;
}
.promo--top-1 {
  background-color: var(--color1);
  position: relative;
  z-index: 99;
  padding: 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
}
.promo--top-1 h2 {
  margin: 0;
}
.promo--logo img {
  display: flex;
  margin: auto;
  width: 80px;
  max-width: 100%;
}
.promo--top-2 {
  background-color: #fff;
  position: relative;
  z-index: 99;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
}
.hades.tparrows .tp-arr-allwrapper {
  display: none !important;
}
.block--title .heading-block {
  width: fit-content;
}
.block--title .heading-block h4 {
  padding-bottom: 5px;
}
.section-image img {
  border-radius: 15px;
}
.wwd-block {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 2rem;
}
.wwd-item {
  display: flex;
  padding: 32px;
  border: solid 1px rgb(220, 220, 222);
  border-radius: 10px;
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.wwd-item:hover {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  border-color: #fff;
}
.wwd-item-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
  gap: 20px;
}
.wwd-item-icon {
  display: flex;
  justify-content: center;
}
.iconlist-content > h5 {
  margin-bottom: 5px;
}
.icon--boxes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 2rem;
}
.feature-box.fb-v2 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.feature-box {
  --cnvs-featured-box-icon: 3.8rem;
}
ul.columns-2 {
  column-count: 2;
}
.form--box {
  display: flex;
  flex-direction: column;
}
.form--box-title {
  padding: 20px 20px;
  text-align: center;
  background-color: var(--color2);
  color: #fff;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.form--box-title > * {
  margin: 0;
  color: #fff;
}
.form-widget {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  background-color: #fff;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.feature-box.fbx-contact {
  margin-left: auto;
  margin-right: auto;
}
.feature-box.fbx-contact .fbox-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.feature-box.fbx-contact .fbox-icon  i {
  font-size: 1rem;
  display: flex;
  padding: 0;
  width: 100%;
  align-items: center;
  justify-content: center;
  background-color: var(--color4);
}
.fbox-effect .fbox-icon i::after {
  box-shadow: 0 0 0 2px var(--color4);
}
.feature-box.fbx-contact .fbox-content p {
  margin: 0;
}
a.rev-btn.button.button-slider-2 {
  background-color: var(--color2) !important;
  color: #fff !important;
  transition: all 0.3s ease-in-out;
}
a.rev-btn.button.button-slider-2:hover {
  background-color: var(--color1) !important;
  color: #fff !important;
}
.cta--wrap {
  display: flex;
  justify-content: center;
}
.cta--content {
  padding: 1rem;
  background-color: red;
}
.cta--content {
  padding: 1rem;
  background-color: rgba(0,56,79,0.7);
  border-radius: 15px;
}
div#wrapper {
  overflow: clip;
}
a.logo_link {
  display: flex;
  flex-wrap: nowrap;
  gap: 10px;
  align-items: center;
}
span.logo_text {
  color: #fff;
  font-size: 2rem;
  transition: all 0.3s ease-in-out;
}
.sticky-header span.logo_text {
  color: var(--color1);
}
.sticky-header-shrink.sticky-header span.logo_text {
  font-size: 1.5rem;
}
a.menu-link:hover {
  color: var(--color3) !important;
}
a.menu-link {
  font-size: 1rem;
}
.row-grid {
  display: grid !important;
  gap: 2rem;
}
.itu-icon-box {
	position: relative;
	border: 2px solid var(--color4);
	border-radius: 3px;
	overflow: hidden;
  padding: 40px 30px;
  z-index: 2;
}
.itu-icon-box::before {
	content: '';
	position: absolute;
	right: -1px;
	bottom: -1px;
	left: -1px;
	top: -1px;
	opacity: 0;
	visibility: hidden;
	border-radius: inherit;
	display: block;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	background: var(--color4);
}
.itu-icon-box:hover::before {
	opacity: 1;
	visibility: visible;
}
.itu-icon-box-number {
  position: relative;
}
.itu-icon-box-content {
  position: relative;
}
.itu-icon-box:hover * {
  color: #fff !important;
}
.itu-icon-box-number {
  position: relative;
  margin-bottom: 15px;
}
.itu-icon-box-title {
  margin-bottom: 15px;
  line-height: 1.5;
}
.itu-icon-box-number span {
  font-size: 3rem;
  line-height: 1;
  color: var(--color1);
}
.itu-icon-box-content > p:last-child {
  margin-bottom: 0;
}
.dark ul.iconlist li i {
  color: var(--color3);
}
section#section-konkurs > .parallax::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: overlay;
}
.container-box-bg {
  position: relative;
  padding-top: 2rem;
  padding-bottom: 2rem;
  backdrop-filter: blur(5px);
}
.section-image {
  position: relative;
}
.section-image::before {
  content: '';
  position: absolute;
  top: -7px;
  left: -7px;
  width: 35%;
  height: 35%;
  /* background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: overlay; */
  border-top-left-radius: 15px;
  z-index: -1;
  /* border: solid 3px var(--color2); */
  background-color: var(--color2);
  transition: all 0.3s ease-in-out;
}
.section-image:hover::before {
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 15px;
}
.section-image::after {
  content: '';
  position: absolute;
  bottom: -7px;
  right: -7px;
  width: 35%;
  height: 35%;
  /* background-color: rgba(0, 0, 0, 0.5);
  mix-blend-mode: overlay; */
  border-bottom-right-radius: 15px;
  z-index: -1;
  /* border: solid 3px var(--color2); */
  background-color: var(--color2);
  transition: all 0.3s ease-in-out;
}
.section-image:hover::after {
  width: calc(100% + 14px);
  height: calc(100% + 14px);
  border-radius: 15px;
}



/* global ends 
--------------------------------------------------------------------------------------------------------------- */


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

  .grid-col-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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


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

  .grid-col-md-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }



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


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

  div.tparrows {
    width: 70px !important;
    height: 70px !important;
    border-radius: 50%;
    overflow: hidden;
  }
  div.tparrows::before {
    line-height: 70px !important;
  }
  

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

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

  .wwd-block {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .promo--top-row {
    display: flex;
    justify-content: center;
    margin-top: -120px;
    gap: 2rem;
    flex-wrap: wrap;
  }
  .icon--boxes {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }
  ul.columns-2 {
    column-count: 1;
  }
  #header-wrap div#logo img {
    height: 50px;
}
.banner--title {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  left: 0;
  position: relative;
}
.promo.promo-full {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
span.logo_text {
  color: #fff;
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}
.form--iframe iframe {
  min-height: 900px;
}
div .grid-col-sm-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.parallax.vh-75 {
  height: auto !important;
}




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