/*
Theme Name: XEN Child
Theme URL: https://themeforest.net/item/xen-creative-agency-wordpress-theme/25589004
Description: Child theme of XEN
Author: webRedox WordPress team
Author URI: http://webredox.net/
Template: xen
Version: 1.0
Text Domain: xen-child
*/
/*******Add Your Css Below This Line*********/
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap");
.grecaptcha-badge {
  visibility: hidden;
}
html, body {
  max-width: 100%;
  overflow-x: hidden;
}
.footer .footer-widget li > a {
  text-transform: lowercase !important;
}
/*--------------------------------------------------------------
2. Custom mouse cursor
--------------------------------------------------------------*/
.pointer {
  position: fixed;
  top: 50%;
  left: -100px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 9999;
  -webkit-transition-property: width, height, background;
  -o-transition-property: width, height, background;
  transition-property: width, height, background;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 0.96, 0.34, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 0.96, 0.34, 1);
  transition-timing-function: cubic-bezier(0.2, 0.96, 0.34, 1);
  border-radius: 50%;
  background: #1acd68;
  overflow: hidden;
}
body.out .pointer {
  width: 0;
  height: 0;
}
.pointer.large {
  width: 65px;
  height: 65px;
  background: rgba(255, 255, 255, 0.15);
  -webkit-box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 30px rgba(255, 255, 255, 0.8);
}
.pointer.small {
  width: 25px;
  height: 25px;
  background: rgba(255, 255, 255, 0);
  -webkit-box-shadow: 0 0 30px #1acd68;
  box-shadow: 0 0 30px #1acd68;
}
.pointer.right {
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #1acd68;
}
.pointer.zoom, .pointer.open {
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0);
  border: 2px solid #1acd68;
}
.pointer .fa-long-arrow-alt-right, .pointer .fa-search, .pointer .fa-link {
  color: #1acd68;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  opacity: 0;
  -webkit-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
  transition: 0.4s cubic-bezier(0.23, 1, 0.32, 1);
}
.pointer .fa-search, .pointer .fa-link {
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.pointer.right .fa-long-arrow-alt-right {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pointer.zoom .fa-search, .pointer.open .fa-link {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.pointer.black {
  background: #1b2a2f;
}
.pointer.black.large {
  background: rgba(27, 42, 47, 0.4);
  -webkit-box-shadow: 0 0 30px black;
  box-shadow: 0 0 30px black;
}
.pointer.black.small {
  background: rgba(27, 42, 47, 0.5);
  -webkit-box-shadow: 0 0 30px black;
  box-shadow: 0 0 30px black;
}
.pointer.black.right {
  background: rgba(27, 42, 47, 0);
  border: 2px solid #1b2a2f;
}
.pointer.black.zoom, .pointer.black.open {
  background: rgba(27, 42, 47, 0);
  border: 2px solid #1b2a2f;
}
.pointer.black .fa-long-arrow-alt-right, .pointer.black .fa-search, .pointer.black .fa-link {
  color: #1b2a2f;
}
.touch .pointer {
  display: none;
}
/*--------------------------------------------------------------
6. Colors
--------------------------------------------------------------*/
body, .animsition-overlay {
  background: #f5f5f5;
}
/* 6.1. Bg colors */
.light-bg-0 {
  background: #fff;
}
.light-bg-1 {
  background: #f5f5f5;
}
.light-bg-2 {
  background: #f0f0f0;
}
.dark-bg-1 {
  background: #111517;
}
.dark-bg-2 {
  background: #1b2a2f;
}
.red-bg, .igotcha-green-bg {
  color: #1acd68;
}
/* 6.2. Text colors */
.text-color-0 {
  color: #2f2f2f;
}
.text-color-1 {
  color: #262626;
}
.text-color-2 {
  color: #888888;
}
.text-color-3 {
  color: #b6b7b8;
}
.text-color-4 {
  color: white;
}
.text-color-5 {
  color: #bcbdbd;
}
.text-color-6 {
  color: #dae9f4;
}
.red-color, .igotcha-green-color {
  color: #1acd68;
}
/*--------------------------------------------------------------
7. Typography
--------------------------------------------------------------*/
.open-sans-text {
  font-family: "Source Sans 3", sans-serif !important;
}
.oswald-text {
  font-family: "Source Sans 3", sans-serif !important;
}
.title-style {
  text-transform: none;
  font-weight: bold;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
  line-height: 1.4em;
  font-size: 40px;
  color: #2F2F2F;
}
.small-title {
  text-transform: uppercase;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.small-title-oswald {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.xsmall-title-oswald {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Source Sans 3", sans-serif;
}
.medium-title {
  text-transform: none;
  font-size: 38px;
  line-height: 1.13;
  font-weight: 500;
  letter-spacing: 0;
  font-family: "Source Sans 3", sans-serif;
}
.large-title {
  text-transform: none;
  font-size: 65px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.large-title-bold {
  text-transform: none;
  font-size: 65px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.xlarge-title {
  text-transform: uppercase;
  font-size: 75px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: "Source Sans 3", sans-serif;
}
.xxlarge-title {
  text-transform: uppercase;
  font-size: 100px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -2px;
  font-family: "Source Sans 3", sans-serif;
}
.p-style-xsmall {
  font-size: 13px;
  line-height: 2.35;
  font-weight: 300;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.p-style-small {
  font-size: 16px;
  line-height: 22px;
  font-weight: normal;
  letter-spacing: 1px;
  font-family: "Source Sans 3", sans-serif;
}
.p-style-medium {
  font-size: 18px;
  line-height: 26;
  font-weight: normal;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.p-style-large {
  font-size: 18px;
  line-height: 1.8;
  font-weight: 400;
  letter-spacing: 0px;
  font-family: "Source Sans 3", sans-serif;
}
.p-style-bold {
  font-size: 20px;
  line-height: 1.6;
  font-weight: 600;
  letter-spacing: 1px;
  font-family: "Source Sans 3", sans-serif;
}
.p-style-bold-up {
  text-transform: uppercase;
  font-size: 36px;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Source Sans 3", sans-serif;
}
.p-letter-style {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 5px;
  font-family: "Source Sans 3", sans-serif;
}
@media (min-width: 1100px) {
  .large-title-bold {
    /* max-width: 28vw !important; /* to fix problem where second page title is not on second line */
  }
}
@media only screen and (max-width: 1199px) {
  .title-style {
    font-size: 28px;
  }
  .medium-title {
    font-size: 38px;
  }
  .large-title, .large-title-bold {
    font-size: 55px;
  }
  .xlarge-title {
    font-size: 65px;
  }
  .xxlarge-title {
    font-size: 85px;
  }
}
@media only screen and (max-width: 999px) {
  .title-style {
    font-size: 28px;
  }
  .medium-title {
    font-size: 35px;
  }
  .large-title, .large-title-bold {
    font-size: 50px;
  }
  .xlarge-title {
    font-size: 55px;
  }
  .xxlarge-title {
    font-size: 70px;
  }
  .p-style-bold {
    font-size: 18px;
  }
  .p-style-bold-up {
    font-size: 13px;
  }
}
@media only screen and (max-width: 767px) {
  .title-style {
    font-size: 28px;
  }
  .small-title-oswald {
    font-size: 22px;
  }
  .xsmall-title-oswald {
    font-size: 11px;
  }
  .medium-title {
    font-size: 30px;
  }
  .large-title, .large-title-bold {
    font-size: 40px;
  }
  .xlarge-title {
    font-size: 45px;
  }
  .xxlarge-title {
    font-size: 50px;
  }
  .p-style-large {
    font-size: 16px;
  }
  .p-style-medium {
    font-size: 15px;
  }
  .p-style-bold {
    font-size: 16px;
  }
  .p-style-bold-up {
    font-size: 12px;
  }
}
@media only screen and (max-width: 549px) {
  .title-style {
    font-size: 23px;
  }
  .small-title-oswald {
    font-size: 12px;
  }
  .xsmall-title-oswald {
    font-size: 10px;
  }
  .medium-title {
    font-size: 25px;
  }
  .large-title, .large-title-bold {
    font-size: 35px;
  }
  .xlarge-title {
    font-size: 38px;
  }
  .xxlarge-title {
    font-size: 42px;
  }
  .p-style-medium, .p-style-medium p {
    font-size: 18px !important;
  }
  .p-style-large {
    font-size: 18px;
  }
  .p-style-bold {
    font-size: 18px;
  }
}
.portfolio-content-inner .flex-min-height-inner {
  min-height: 600px;
}
.page-head-bg {
  width: 100%;
}
.title-fill:after {
  color: #2F2F2F;
}
.flex-min-height-inner {
  min-height: 720px;
}
.dark-bg-1 .title-fill:after {
  color: white;
}
.dark-bg-1 .title-fill:after {
  color: white;
}
/* XEN small heading used under images */
.small-title-oswald {
  text-transform: uppercase;
  font-family: "Source Sans 3";
  font-weight: bold;
  font-size: 22px;
  line-height: 24px;
}
.expertise .small-title-oswald, .expertise .p-style-xsmall {
  color: #2F2F2F;
}
/* Fixes portfolio images GT */
.portfolio-content .portfolio-content-inner {
  min-height: 600px;
  height: 600px;
}
.iso-load-more-wrap.red-bg {
  background: none;
}
.page-head-bg {
  width: 100%;
}
.dark-bg-1 .title-fill:after {
  color: white;
}
.vc_general .vc_pagination.vc_pagination-style-outline.vc_pagination-shape-round {
  margin-top: 0;
  margin-bottom: 0;
}
/* make hover box white when over light-bg-2 color so you can see it */
.light-bg-2 .hover-box, .light-bg-2 .expertise h3, .light-bg-2 .expertise p {
  background: white;
  color: #2f2f2f;
}
/* side nav menu */
.nav-link .nav-btn, .nav-btn {
  text-transform: none !important;
  font-family: "Source Sans 3";
  font-weight: bold;
  font-size: 24px;
  line-height: 46px;
}
.nav-link .nav-btn:before {
  color: #1ACD68;
}
.nav-btn:before {
  color: #1ACD68 !important;
}
.menu-icons-container {
  top: 45px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 40px;
}
.menu-icons-container .menu-close, .menu-icons-container .language-switch {
  position: relative;
  right: 0;
  top: 0;
  margin-bottom: 20px;
}
.menu-icons-container .language-switch ul a {
  font-size: 32px;
}
/* side menu transparency overlay */
.nav-container.dark-bg-1 {
  background-color: rgba(0, 0, 0, 0.5);
}
/* Slider arrow make green */
.scroll-btn-flip:after {
  color: #1ACD68 !important;
}
.overlay-red-bg:before {
  background: #1ACD68 !important;
}
/* ESS Grid fixes  */
.esg-grid .mainul li.eg-recent-insights-wrapper, .esg-grid .mainul li.eg-recent-insights-fr-wrapper, .esg-grid .mainul li.eg-related-work-wrapper, .esg-grid .mainul li.eg-related-work-fr-wrapper, .esg-grid .mainul li.eg-services-wrapper, .esg-grid .mainul li.eg-services-fr-wrapper {
  padding: 0 !important;
}
.eg-recent-insights-content, .eg-recent-insights-fr-content, .eg-related-work-content, .eg-related-work-fr-content, .eg-services-content, .eg-services-fr-content {
  padding: 30px !important;
}
.esg-navigationbutton.esg-filterbutton.esg-pagination-button {
  background: white;
}
.esg-navigationbutton.esg-filterbutton.esg-pagination-button.selected {
  background: #1ACD68;
}
/* Footer  Styles */
.footer {
  height: auto;
  background-color: #1F1F1F;
  font-family: "Source Sans 3", sans-serif !important;
}
.footer .flex-container {
  height: 342px;
  padding-top: 41px;
  justify-content: space-evenly;
  padding-left: 10px;
}
.footer .footer-adresses-container {
  border-right: 1px solid #7C7C7C;
  max-height: 80%;
  padding-right: 30px;
}
.footer .footer-widget .menu li {
  margin: 0;
}
.footer .footer-widget li a {
  font: normal normal normal 15px/21px "Source Sans 3" !important;
}
.footer .menu-item-has-children .sub-menu {
  padding-top: 5px;
}
.footer .footer-links-container .menu > :not(.menu-item-has-children) {
  margin-bottom: 18px;
}
.footer .footer-links-container .menu {
  margin-bottom: 10px;
}
.footer .footer-newsletter-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  width: 168px;
  height: 36px;
  background-color: #1ACD68;
  position: absolute;
  font: normal normal 600 20px/28px Source Sans 3;
  color: #FFFFFF;
}
.footer .footer-newsletter-btn-mobile {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 34px;
  margin-bottom: 24px;
  width: 132px;
  height: 42px;
  background-color: #1ACD68;
  font: normal normal 600 20px/28px Source Sans 3;
  color: #FFFFFF;
}
.footer .footer-column .menu .menu-item {
  font: normal normal 600 20px/28px Source Sans 3;
  color: #FFFFFF;
}
.footer .footer-column .menu .sub-menu .menu-item {
  font: normal normal normal 15px/21px Source Sans 3;
  letter-spacing: 0px;
  color: #E6E6E6;
}
.footer .footer-widget .menu .menu-item {
  font: normal normal 600 20px/28px Source Sans 3;
  color: #FFFFFF;
}
.footer .footer-widget .menu .menu-item a {
  font: normal normal 600 20px/28px Source Sans 3;
  color: #FFFFFF;
}
.footer .footer-widget .menu .sub-menu .menu-item {
  font: normal normal normal 15px/21px Source Sans 3;
  letter-spacing: 0px;
  color: #E6E6E6;
}
.footer .footer-logo {
  width: auto;
  height: auto;
  padding-right: 40px;
}
.footer .twelve-columns.footer-copyright {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #3A3A3A;
  color: #EFEFEF;
}
.footer .twelve-columns.footer-copyright div {
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 140px;
  margin-right: 140px;
  font-size: 13px;
}
.footer .twelve-columns.footer-copyright div p {
  margin-top: 0px;
}
.footer ul.menu li a {
  font-family: "Source Sans 3";
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
}
.footer ul.sub-menu li a {
  font-family: "Source Sans 3";
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  line-height: 23px;
}
@media (max-width: 992px) {
  .footer {
    height: auto;
  }
  .footer .flex-container {
    height: auto;
  }
  .footer-newsletter-btn {
    display: none;
  }
  .footer-newsletter-btn-mobile {
    display: flex;
  }
  .footer-widget .menu > li > a {
    line-height: 40px !important;
  }
  .twelve-columns.footer-copyright {
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px;
    height: 85px;
    margin-top: 37px;
  }
  .twelve-columns.footer-copyright div {
    margin: 0;
    text-align: left;
    padding-left: 15px;
  }
  .footer-left-mobile .row {
    flex-direction: column;
  }
  .footer-adresses-container {
    border: none !important;
  }
  .footer-widget li a {
    font: normal normal normal 15px/21px "Source Sans 3" !important;
    text-transform: none !important;
  }
}
/* scroll button */
.scroll-btn {
  left: 50% !important;
}
/* HOME PAGE slider */
.home {
  /* fixes height of the header */
  /* keeps bottom of letters from getting cut off on the slider home page */
}
.home .slide-bg {
  width: 100% !important;
}
.home .swiper-button-next {
  left: 90px;
}
.home .swiper-button-prev {
  left: 40px;
}
.home .arrow-btn:before {
  background: white;
}
.home .home-slider-content .flex-min-height-inner {
  min-height: 720px;
}
.home .home-slider .slider-overlay2 {
  padding-bottom: 0.15em;
}
.home .slider-overlay2:before {
  background: black;
}
/* Green dots fixes */
/* 2024 */
.overlay-light-bg-1:before {
  background: white !important;
}
.medium-title {
  text-transform: none;
  letter-spacing: 0px;
}
.medium-title > span {
  margin-right: 10px;
}
.medium-title > span::after {
  bottom: 0;
  color: #1acd68;
  content: ".";
  position: absolute;
  transform: translate(-100%, 0);
}
.home-slider .title-fill:after, .igotcha-green-dot.title-fill:after {
  display: none !important;
  background: none !important;
}
.igotcha-green-dot:before {
  color: #1ACD68 !important;
}
.igotcha-green-color.load-title-fill:before {
  margin-left: -7px;
}
.small-title-oswald, .text-color-0 {
  color: #2f2f2f;
}
/* Button iGotcha style */
.vc_btn3.vc_btn3-color-juicy-pink, .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
  color: #1ACD68;
  background-color: transparent;
}
.vc_btn3.vc_btn3-size-md {
  padding: 0;
}
.igotcha-green-button .vc_btn3.vc_btn3-color-grey, .igotcha-green-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
  color: white !important;
  background: #1acd68;
  text-transform: none;
  font-size: 18px;
  font-family: "Source Sans 3";
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  padding: 12px 40px;
  color: white;
  border: none;
}
.igotcha-btn-inner, .igotcha-btn {
  color: white !important;
  background: #1acd68;
  text-transform: none;
  font-size: 18px;
  font-family: "Source Sans 3";
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}
.igotcha-btn {
  padding: 12px 40px;
  color: white;
  border: none;
}
@media only screen and (max-width: 768px) {
  .igotcha-green-button .vc_btn3.vc_btn3-color-grey, .igotcha-green-button .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat {
    padding: 11px 29px;
    color: white;
    border: none;
    font-size: 14px !important;
  }
}
.light-bg-1 {
  background: white;
}
/* animated headers */
.dark-bg-1 .title-style {
  color: white;
}
.title-fill.title-fill-anim:before, .title-fill.title-fill-anim:after {
  color: #2F2F2F;
}
.title-fill, .title-fill.title-fill-anim:after {
  color: #2f2f2f;
  background: #ffffff;
}
/* end animated headers */
/* vertical center */
.vertical-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.xen-list-item {
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: normal !important;
  font-family: "Source Sans 3", sans-serif;
}
.container.small {
  max-width: 1170px;
}
.footer ul.menu li {
  font-family: "Source Sans 3";
  font-weight: 600;
  text-transform: none;
  font-size: 18px;
  line-height: 25px;
  color: #e6e6e6;
}
.footer ul.sub-menu li {
  font-family: "Source Sans 3";
  font-weight: 600;
  text-transform: none;
  font-size: 14px;
  line-height: 24px;
  color: #e6e6e6;
}
/* home page slider image placement fix */
@media only screen and (max-width: 768px) {
  .home-slider .slide-bg {
    background-position: 60% center;
  }
}
/* Footer menu */
.footer-address {
  border-right: 1px solid #7C7C7C;
  height: 320px !important;
}
@media only screen and (max-width: 768px) {
  .footer-widget, .footer-widget li {
    text-align: left !important;
  }
  .footer-center-mobile {
    justify-content: left !important;
  }
  .footer-column {
    width: 50% !important;
    margin-left: 0;
  }
  .footer-column {
    font-family: "Source Sans 3";
    font-size: 14px;
  }
}
/* end footer fixes */
/* columns */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.column {
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
  flex: 1;
}
.footer-column i.fab {
  font-size: 1.5em;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.3em;
  background: white;
  margin-right: 10px;
}
.footer-column i.fab.fa-facebook-f {
  padding: 0.2em 0.4em !important;
}
/* home page */
.slider-overlay2.igotcha-green-color {
  right: 0.2em;
}
/* ESS Grid home page mobie fix */
@media only screen and (max-width: 768px) {
  .esg-container {
    padding: 15px 0 30px !important;
  }
}
@media only screen and (max-width: 549px) {
  .container {
    width: calc(100% - 30px);
  }
}
/* margins */
@media only screen and (max-width: 768px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* margins for mobile */
/* margins */
@media only screen and (max-width: 768px) {
  .vc_column_container > .vc_column-inner {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 549px) {
  .title-style {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  .title-style {
    font-size: 28px;
  }
}
.title-fill.title-fill-anim:before, .title-fill.title-fill-anim:after {
  color: #2F2F2F;
}
.title-fill, .title-fill.title-fill-anim:after, .dark-bg-1 .title-fill.title-fill-anim:after {
  color: #2f2f2f;
  background: #ffffff;
}
.igotcha-green-color {
  color: #1acd68;
}
/* end animated headers */
/* ESS Grid home page mobie fix */
@media only screen and (max-width: 768px) {
  .esg-container {
    padding: 15px 0 30px !important;
  }
}
@media only screen and (max-width: 549px) {
  .container {
    width: calc(100% - 30px);
  }
}
/* gradient over header images */
.page-head-bg::after {
  display: block;
  position: relative;
  background-image: linear-gradient(to left, transparent 0%, black 100%);
  margin-top: 0;
  height: 100%;
  width: 100%;
  content: "";
}
.sidebar, .sidebar.red-bg {
  color: white !important;
  background: white !important;
}
.single-side-bar.widget_categories ul, .single-side-bar.widget_categories ul > li, .single-side-bar.widget_categories ul > li > a, .single-side-bar.widget_recent_entries ul, .single-side-bar.widget_recent_entries ul > li, .single-side-bar.widget_recent_entries ul > li > a, .sidebar-box h4.p-style-bold-up.red-color, .sidebar-box h4.p-style-bold-up.red-color ul, .sidebar-box h4.p-style-bold-up.red-color ul > li > a {
  color: black !important;
  background: white !important;
  font-family: "Source Sans 3" !important;
  text-transform: capitalize !important;
}
.nav-container.dark-bg-1 {
  color: white;
  max-width: 500px;
  background-color: rgba(0, 0, 0, 0.9) !important;
}
/* Sticky icon bar (vertically aligned 50% from the top of the screen) */
/* Style the icon bar links */
.icon-sticky {
  height: 168px;
  display: flex;
  align-items: center;
}
.icon-sticky a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}
.icon-sticky, .contactus-sticky {
  opacity: 0;
}
.contactus-sticky {
  height: 168px;
  width: 36px;
  background-color: #1ACD68;
  text-align: center;
}
.contactus-sticky .contactus-sticky-text {
  font-family: "Open sans";
  font-size: 20px;
  font-weight: 400;
  height: 100%;
  color: #FFFFFF;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  margin: 0;
  padding-left: 2px;
  line-height: 1.2;
  white-space: nowrap;
}
/* Extra Small devices (default) */
@media (max-width: 1480px) {
  .contactus-sticky, .icon-sticky, .icon-sticky a {
    display: none;
  }
}
/* Small devices (landscape phones, 576px and up) 
@media (min-width: 576px) {
} */
/* Medium devices (tablets, 768px and up)
@media (min-width: 768px) {

} */
/* Large devices (tablets, 992px and up) */
@media (min-width: 1480px) {
  .icon-sticky, .contactus-sticky {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
  }
  .icon-sticky {
    left: -5px;
  }
  .contactus-sticky {
    right: 0px;
  }
}
/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .footer .flex-container .footer-column {
    min-width: 168px;
  }
  .footer-links-container {
    margin-top: 0px;
  }
  .icon-sticky {
    left: -5px;
  }
  .contactus-sticky {
    right: 0px;
  }
}
/* XX-Large devices (larger desktops, 1480px and up) */
@media (min-width: 1480px) {
  .icon-sticky {
    left: calc(25vw - 372px);
  }
  .contactus-sticky {
    right: calc(25vw - 372px);
  }
  .icon-sticky a, .contactus-sticky a {
    padding: 0;
  }
}
/* Sticky icon bar end */
/* bullet points */
.list-dots.p-letter-style, .p-style-medium {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 18px;
  line-height: 26px;
  font-weight: normal;
}
.p-style-small li {
  margin-bottom: 10px;
}
/* Margins for mobile fix */
@media only screen and (max-width: 768px) {
  main .vc_column_container {
    padding-left: 0;
    padding-right: 0;
  }
  main .vc_row {
    margin-left: 0;
    margin-right: 0;
  }
  .p-style-small {
    font-size: 14px;
    line-height: 18px;
  }
  .p-style-small ul {
    padding-left: 15px;
    padding-right: 0;
  }
}
/* Image Blocks Layouts */
@media only screen and (max-width: 768px) {
  .block-image-right {
    order: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .block-image-left {
    padding-left: 30px;
    padding-right: 100px;
  }
  .block-image-right {
    padding-left: 100px;
    padding-right: 30px;
  }
}
/* fix menu edits */
.menu-title {
  width: 240px;
}
.nav-container .has-sub > ul > li > a > span {
  color: white;
}
.nav-container .has-sub > ul > li:hover a span {
  color: #1acd68;
}
#cssmenu > ul > li > a:hover, #cssmenu > ul > li.active > a, #cssmenu > ul > li.open > a {
  color: #1acd68;
  border-color: #1acd68;
}
.page-head .content-left-margin-40 {
  margin-left: 0;
}
/* end header animation fixes */
/* large Title fixes */
.title-fill {
  color: white;
  text-indent: -100%;
  position: relative;
  display: inline;
  width: 200%;
}
.title-fill:before {
  color: white;
  text-indent: 0;
  position: absolute;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
}
.title-fill:after {
  content: "";
}
/* large Title fixes end */
.text-height-12 {
  line-height: 1.4 !important;
}
/* Custom iGotcha Responsive Padding Classes */
/* Extra Small devices (default) */
.padding-bottom-xs-25 {
  padding-bottom: 25px;
}
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  .padding-bottom-sm-25 {
    padding-bottom: 25px;
  }
}
/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .padding-bottom-md-45 {
    padding-bottom: 45px;
  }
  .padding-left-md-40 {
    padding-left: 40px;
  }
  .padding-right-md-40 {
    padding-right: 40px;
  }
}
/* Large devices (tablets, 992px and up) */
@media (min-width: 992px) {
  .padding-bottom-lg-80 {
    padding-bottom: 80px;
  }
  .padding-left-lg-95 {
    padding-left: 95px;
  }
  .padding-right-lg-95 {
    padding-right: 95px;
  }
  .padding-left-lg-115 {
    padding-left: 115px;
  }
  .padding-right-lg-115 {
    padding-right: 115px;
  }
  .lg-pl-110, .padding-left-lg-115 {
    padding-left: 110px;
  }
  .lg-pr-110, .padding-right-lg-115 {
    padding-right: 110px;
  }
  .lg-pl-120, .padding-left-lg-120 {
    padding-left: 120px;
  }
  .lg-pr-120, .padding-right-lg-120 {
    padding-right: 120px;
  }
  .lg-pl-160, .padding-left-lg-160 {
    padding-left: 160px;
  }
  .lg-pr-160, .padding-right-lg-160 {
    padding-right: 160px;
  }
  .lg-pl-240, .padding-left-lg-240 {
    padding-left: 240px;
  }
  .lg-pr-240, .padding-right-lg-240 {
    padding-right: 240px;
  }
}
/* Button Format */
.flip-btn {
  color: #fff !important;
  background: #1acd68;
  text-transform: none;
  font-size: 18px;
  font-family: "Source Sans 3" !important;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
  padding: 12px 40px;
  color: #fff;
  border: none;
}
.flip-btn:before, .flip-btn:after {
  content: "";
}
/* green title gets cut off */
.logo-img-box img {
  padding-bottom: 5px;
}
/*  Blog Pages */
.photo-popup img {
  display: none;
}
.single-post .post-category {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #2F2F2F;
  padding-right: 20px;
  width: 60px;
}
.single-post .post-date {
  font-family: "Source Sans 3";
  font-weight: normal;
  font-size: 18px;
  color: #7D7D7D;
  border-left: solid;
  padding-left: 20px;
  border-width: 1px;
}
.single-post .post-share {
  font-family: "Source Sans 3";
  font-weight: 600;
  font-size: 18px;
  color: #2F2F2F;
}
.single-post .animsition-overlay {
  background: white;
}
.page-head .six-offset {
  margin-left: 0;
}
.single-side-bar.widget_nav_menu li a {
  background: transparent !important;
  color: #2f2f2f !important;
  text-transform: none;
  font-size: 18px;
  font-family: "Source Sans 3";
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 0;
}
.widget .recent-entry {
  background: #F5F5F5;
}
.widget .recent-desc a.xsmall-title-oswald {
  color: #2f2f2f;
  font-size: 16px;
  font-weight: bold;
  font-family: "Source Sans 3";
  text-transform: none;
}
.widget .recent-desc a.p-style-xsmall {
  color: #2f2f2f;
  font-size: 11px;
  font-weight: bold;
  font-family: "Source Sans 3";
  text-transform: none;
}
.page-head .flex-min-height-inner {
  height: 720px;
}
@media only screen and (min-width: 1480px) {
  .container {
    max-width: 1400px;
  }
}
@media only screen and (max-width: 768px) {
  .footer-column {
    width: 100% !important;
  }
}
/* Language Switcher */
.language-switch {
  position: absolute;
  top: 45px;
  right: 100px;
}
.language-switch a {
  font-family: "Source Sans 3";
  font-size: 24px;
  padding-top: 50px;
  text-transform: uppercase;
}
.nav-container .menu-close {
  color: #1ACD68;
}
/* hide the speech buble on the Zoho chat */
.zsiq_theme1 div.zsiq_cnt {
  display: none !important;
}
.to-top-btn {
  right: 20 px;
  bottom: 100px;
}
/* sticky header dark when pinned */
.fixed-header.headroom.headroom--not-bottom.headroom--not-top.headroom--pinned {
  background: black;
  opacity: 0.9;
}
/* Force text wrap slider */
/* Daniel 2024
@media (max-width: 576px) {.large-title-bold {max-width: 320px !important;}}
@media (min-width: 576px) {.large-title-bold {max-width: 320px !important;}}
@media (min-width: 992px) {.large-title-bold {max-width: 500px !important;}}
@media (min-width: 1100px) {.large-title-bold {max-width: 720px !important;}}
*/
/* Adjustmetns for nav menu on mobile so text doesn't wrap on desktop */
@media (max-width: 768px) {
  #cssmenu {
    width: 240px;
  }
  .menu-title {
    width: 200px;
  }
  #cssmenu ul ul li a {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 992px) {
  .nav-container.dark-bg-1 {
    color: white;
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.9) !important;
  }
  #cssmenu {
    width: 360px;
  }
  .menu-title {
    width: 300px;
  }
}
/* Portfolio Social icons */
.single-portfolio .animsition-overlay i.fab, .single-portfolio .animsition-overlay i.far {
  font-size: 1.5em;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.3em;
  background: #C7C7C7;
  margin-right: 10px;
  color: white;
}
.single-portfolio .animsition-overlay i.fab.fa-facebook-f {
  padding: 0.2em 0.4em !important;
}
.single-portfolio .animsition-overlay i.far.fa-envelope {
  padding: 0.2em 0.2em !important;
}
/*--------------------------------------------------------------
	CONTACT FORMS STYLES
--------------------------------------------------------------*/
.wpcf7 {
  background-color: transparent;
  padding: 0px;
}
.wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 textarea, .wpcf7 select {
  background: #F5F5F5;
  color: #303030;
  border: 1px solid #C7C7C7;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: none;
  padding: 10px;
}
.wpcf7 input::placeholder {
  background: #F5F5F5;
  color: #303030;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: none;
}
.wpcf7 input[type="submit"], .wpcf7 input[type="button"] {
  background-color: #725f4c;
  width: 100%;
  text-align: center;
}
.contact-form-field {
  margin-bottom: 20px !important;
  font-family: Source Sans 3;
}
.contact-form-field::placeholder, .contact-form-field {
  font-family: "Open Sans", sans-serif;
  letter-spacing: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #2F2F2F !important;
  text-transform: capitalize;
  padding-left: 5px;
}
.contact-form-field {
  height: 50px;
}
.contact-form-field[name=your-message] {
  height: 240px;
}
.contact-form-field[name=scholarship-degree] {
  width: 100%;
}
.contact-form-field[name=referral] {
  width: 100%;
}
.contact-form-field[name=scholarship-essay] {
  height: 190px;
}
.info-email {
  margin-top: 14px;
  margin-bottom: 14px;
}
#contact-us-info-column {
  padding-top: 15px;
  padding-right: 100px;
}
.contact-recaptcha-container {
  display: none;
  transition: 5s cubic-bezier(0.77, 0, 0.175, 1);
}
.contact-submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #1ACD68 !important;
  margin-top: 15px;
  height: 50px !important;
  width: 168px !important;
}
.contact-form-field.contact-submit-btn {
  padding-top: 5px;
  color: #FFFFFF !important;
  font-size: 18px !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 600 !important;
  margin: 0 !important;
  text-transform: capitalize;
}
.wpcf7-not-valid-tip {
  color: red !important;
  margin: 0 !important;
  margin-top: -15px !important;
}
.wpcf7-response-output {
  color: red;
  border: none !important;
  padding: 0 !important;
  margin-left: 0px !important;
}
/*--------------------------------------------------------------
	Portfolio Pages STYLES
--------------------------------------------------------------*/
.single-portfolio .about-slider {
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .single-portfolio .swiper-button-disabled {
    display: none;
  }
}
/*--------------------------------------------------------------
	BLOG Pages STYLES
--------------------------------------------------------------*/
@media only screen and (min-width: 1480px) {
  .entry-content .container {
    width: 100%;
  }
}
.comments-box .p-style-bold-up {
  font-family: "Source Sans 3";
  text-transform: none;
}
#search-2 .form-search {
  background: #F5F5F5;
  color: #303030;
  border: 1px solid #C7C7C7;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  text-transform: none;
  padding: 10px;
}
#search-2 .search-btn {
  font-size: 20px !important;
  background: #F5F5F5;
  color: #5A5A5A;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-transform: none;
  padding: 0px;
}
#search-2 .form-search input::placeholder, #search-2 .form-search input[type="text"] {
  font-family: "Source Sans 3" !important;
  letter-spacing: normal !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  color: #2F2F2F !important;
  text-transform: capitalize;
  padding-left: 5px;
}
.recent-desc a {
  text-transform: none;
}
.footer-copyright-links a {
  font-family: "Source Sans 3" !important;
  font-size: 13px;
  margin-left: 0;
  margin-right: 0;
}
/* Contact us form */
.wpcf7 form.sent .wpcf7-response-output {
  color: #1acd68 !important;
}
.igotcha-green-period {
  color: #1acd68 !important;
}
/* Post Pages Fixes */
.sidebar-box .widget:nth-child(1) {
  padding-top: 0 !important;
}
.p-style-medium a {
  font-family: "Source Sans 3";
  font-size: 18px;
  color: #1acd68;
}
.content-margin-block {
  margin: 0 0 0;
}
.post-template-default .light-bg-2 {
  background: white;
}
.single-post i.fab, .single-post i.far {
  font-size: 1.5em;
  display: inline-block;
  border-radius: 60px;
  box-shadow: 0px 0px 2px #888;
  padding: 0.2em 0.3em;
  background: #C7C7C7;
  margin-right: 10px;
  color: white;
}
.single-post i.fab.fa-facebook-f {
  padding: 0.2em 0.4em !important;
}
.single-post i.far.fa-envelope {
  padding: 0.2em 0.2em !important;
}
.footer .footer-widget li a {
  font: normal normal normal 15px/21px "Source Sans 3" !important;
  text-transform: none !important;
}
.large-title-bold .load-title-fill:after {
  color: white;
  background: none;
}
.p-style-bold-up .load-title-fill:after {
  background: none;
}
.large-title .load-title-fill:after, .large-title-bold .load-title-fill:after {
  color: white;
  background: none;
}
.p-style-bold-up .load-title-fill:after {
  background: none;
}
/* Daniel 2025
@media only screen and (max-width: 1024px) {

	.page-head h2 .load-title-fill:before,
	.page-head h1 .load-title-fill:before {
		width: 90vw;
	}
}
*/
.page-head .six-columns > div {
  width: inherit;
  height: inherit;
}
.page-head h2, .page-head h1 {
  width: inherit;
  height: inherit;
}
.page-head h2 .load-title-fill, .page-head h1 .load-title-fill {
  padding-right: 0 !important;
  width: 50vw;
  height: inherit;
}
.page-head h2 .load-title-fill:before, .page-head h1 .load-title-fill:before {
  width: inherit;
  height: inherit;
}
@media only screen and (max-width: 1024px) {
  .page-head h2 .load-title-fill, .page-head h1 .load-title-fill {
    width: 90vw;
  }
}
/*
.load-title-fill:before {
    color: white;
	text-indent: 0;
    position:absolute;
	-webkit-transition: 1s cubic-bezier(.77, 0, .175, 1);
	-o-transition: 1s cubic-bezier(.77, 0, .175, 1);
	transition: 1s cubic-bezier(.77, 0, .175, 1);
	white-space: normal !important;
	/*overflow: hidden !important;
}


.load-title-fill,
.igotcha-green-color.load-title-fill {
	text-indent: -100%;
	position: relative;
	display: inline;
	width: 200%;
	white-space: normal;
	overflow: hidden;
}
*/
.igotcha-green-color.load-title-fill, .p-style-bold-up .load-title-fill {
  color: transparent;
  text-indent: -1000px;
}
.igotcha-green-color.load-title-fill:before {
  content: ".";
  color: #1acd68;
}
/* Fixes portfolio header font weight */
.single-portfolio .large-title .load-title-fill {
  font-weight: 700;
}
/* Green titles on headers */
.p-style-bold-up .load-title-fill {
  font-size: 28px;
  line-height: 32px;
}
@media only screen and (max-width: 767px) {
  .p-style-bold-up .load-title-fill {
    font-size: 16px;
  }
}
/*
.load-title-fill:after {
    content: '';
}
*/
/* NEW CODE */
/* Sliders Animation */
.p-style-bold-up .load-title-fill:before {
  color: #1acd68;
}
.load-title-fill {
  text-indent: -100%;
  position: relative;
  display: inline;
  width: 200%;
  white-space: normal;
  overflow: hidden;
  width: 100vw;
}
@media (min-width: 992px) {
  .load-title-fill {
    width: 50vw;
  }
}
.load-title-fill:before {
  color: white;
  text-indent: 0;
  position: absolute;
  -webkit-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  transition: 1s cubic-bezier(0.77, 0, 0.175, 1);
  white-space: normal !important;
  width: 100vw;
}
@media (min-width: 992px) {
  .load-title-fill:before {
    width: 50vw;
  }
}
.load-title-fill:after {
  content: "";
}
h2.large-title-bold {
  white-space: nowrap !important;
}
h2.large-title-bold span {
  white-space: normal !important;
}
