@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Medium.woff2') format('woff2'),
        url('Inter18pt-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-Bold.woff2') format('woff2'),
        url('Inter18pt-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter 18pt';
    src: url('../fonts/Inter18pt-BoldItalic.woff2') format('woff2'),
        url('Inter18pt-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-SemiBold.woff2') format('woff2'),
        url('InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Medium.woff2') format('woff2'),
        url('InterTight-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Bold.woff2') format('woff2'),
        url('InterTight-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-ExtraBold.woff2') format('woff2'),
        url('InterTight-ExtraBold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-SemiBold.woff2') format('woff2'),
        url('InterTight-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter Tight';
    src: url('../fonts/InterTight-Regular.woff2') format('woff2'),
        url('InterTight-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
 :root {
     --primary_color: #F2682A;
     --black:#000;
     --teal-dark:#24919A;
     --peal-green:#B2C935;
     --yellow: #F5B816;

   }


   .banner_section .container, .banner_section .banner-col{

    padding:0px !important;
}

 body {
   font-family: 'Inter Tight';
   overflow-x: hidden;
}
/*----nav-style-----*/
  html {
      margin: 0;
      padding: 0;
/*      overflow-x: hidden;*/
}
/*h1, h2, p, li {
    max-width: 100% !important;
}*/
.sec_py{
    padding: 60px 0px;
}
.btn_light{
background-color: #fff;
padding: 10px 35px;
border-radius: 30px;
color: var(--primary_color);
font-weight: 600;
text-decoration: none;
font-size: 16px;
transition: all 0.3s;
text-decoration: none;
}
.btn_light:hover, .btn_primary:hover{
        box-shadow: 0px 4px 4px #14141461;
        transition: all 0.3s;
}
.btn_light:hover{
    background-color: #fff;
    color: var(--black);
}
.fw_300{
    font-weight: 300;
}
.font_14{
    font-size: 14px;
}
.font_40{
    font-size: 40px;
}
.color_primary{
    color: var(--primary_color);
}
.color_teal{
    color: var(--teal-dark);
}
.color_green{
    color: var(--peal-green);
}
.color_yellow{
    color: var(--yellow);
}
.object_cover{
    object-fit: cover;
    object-position: center;

}
.color_black{
    color: #000 !important;
}
.bg_cover{
    background-size: cover;
    background-position: center;
}
.bg_teal{
    background-color: var(--teal-dark) !important;
}
.bg_primary{
    background-color: var(--primary_color);
}
.bg_green{
background-color: var(--peal-green) !important;
}
.bg_yellow{
    background-color: var(--yellow) !important;
} 
.o_bg_primary{
    background: rgba(242, 104, 42, 0.8);
}
.o_bg_green{
    background-color: rgb(178 201 53 / 80%);
}
.o_bg_yellow{
    background-color: #f5b816cf;
}
.o_bg_teal{
    background-color: #51beccc9;
}
.large_heading{
        font-size: 70px !important;
     }
     header{
     position: absolute !important; /* normal at first */
  padding: 0px 6%;;
  border-bottom-right-radius: 0px !important;
  z-index: 100;
  background-color: transparent; /* or same as page background */
   transition: all 0.3s ease;
   width: 100% !important;
 
     }
/*     header.sticky {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(233 233 233 / 95%); 
  will-change: transform;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  z-index: 111111;
 
}*/
    .navbar-custom {
      padding: 18px 0px;
      width: 100%;
    }

    .navbar-brand img{
      width:200px;
    }
    .navbar-brand{
        width: 35%;
        display: flex;
        justify-content: space-between;
    }
    .navbar-brand p{
        color: #7a6d6d;
    }
    .nav-btn{
        width: 65%;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    .nav-btn .btn_dark{
        margin-right: 20px;
    }

    .hamburger {
      font-size: 1.5rem;
      color: #fff36c;
      cursor: pointer;
      border: none;
      background: none;
      padding-right: 0px !important;
    }

    .overlay {
      height: 100%;
      width: 0;
      position: fixed;
      top: 0;
      right: 35px;
      background-color:rgb(36 145 154 / 100%);
      overflow: hidden;
      transition: 0.5s;
      z-index: 9999;
      min-height: 450px;
    }

    .nav-items a {
      padding:5px 10px;
      color: #fff !important;
      display: block;
      text-decoration: none;
      transition: 0.3s;
      font-weight: 600;
      font-size: 23px;
    }
    .nav-items li ul a{
        font-size: 16px;
    }
.nav-items a:hover{
    color: var(--yellow) !important;
}
    .overlay a:hover {
      color: #F5B816;
    }

    .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 35px;
    font-size: 4rem;
    color: #fff;
    background: none;
    border: none;
    z-index: 11111;
    padding: 0px;
    line-height: 46px;

    }
    .banner_section{
        height: 700px;
        min-height: 100vh;
    }
    .banner_section h1{
        z-index: 111111;
    }

    .btn_primary{
        font-size: 15px;
    font-weight: 600;
    font-family: 'Inter Tight' !important;
    text-decoration: none;
    color: #fff;
    padding: 9px 35px;
    background-color: var(--primary_color);
    border-radius: 40px;
    transition: all 0.3s;
    }

    
    .banner-col h2{
        font-weight: 400 !important;
        font-size: 60px !important;
    }
    .banner-col i{
        color: var(--primary_color);
    }
    .banner-col{
        display: flex;
        align-items: flex-end;

    }
.container:has(> .banner-row){
    height: 100%;
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    padding: 0px 6% !important;
}
.banner_section .banner-row{
    padding-bottom: 40px;
}
.banner-row{
    height: 100%;
}

.nav-items{
    padding-top: 130px;
    height: 100%;
    width: 50%;
}
.nav-items li{
    list-style: none;
    font-size: 18px;
}
.nav-items li ul{
    position: absolute;
    background-color: #51BECC;
    height: 100vh;
    overflow-y: hidden;
    width: 0px;
    top: 0;
    padding-top: 130px;
    right: 0;
    padding-left: 0;
}
.nav-items li ul li{
    padding-left: 30px;
}
.nav-items li:hover ul{
    width: 50%;
    transition: all 0.3s;
}
.nav-items li ul.visible{
    width: 50%;
}
.nav-items>li>a{
    position: relative;
}
.nav-items>li>a::after{
    position: absolute;
    content: "";
    clip-path: polygon(100% 47%, 0 0, 0 100%);
    height: 15px;
    width: 15px;
    background-color: rgb(36 145 154 / 80%);
    right: -14px;
    z-index: 11;
    margin-top: 18px;
    display: none;
    top: 0;
}
.nav-items>li:hover a::after{
    display: block;
}
/*.nav-items>li:has(> .visible) a::after{
    display: block;
}*/

.inner-nav-btn{
        position: absolute;
    right: 90px;
    z-index: 11111;
    top: 25px;

}

.happening_section{
    /* padding-bottom: 112px !important; */
    padding-top: 70px;

}
.happening_video video, .happening_video{
    width: 100% !important;
}
.happening_section .container{
    position: relative;
    z-index: 11;
}
.happening_section h2{
    color:#fff;
   font-size: 50px;
    font-weight: 600;
}
.white-div{
    max-width: 360px;
    height: 360px;
    border-radius: 100%;
    background-color: rgb(255 255 255 / 60%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 50px 0px 50px;
    margin-right: -110px;
    z-index: 111 !important;
    margin-top: 156px;
}
.inner-col h5{
        font-weight: 600;
    font-size: 30px;
}
.inner-col p{
    font-size: 16px;
    font-weight: 500;
   margin-bottom: 5px;
}
.orange-div{
    max-width: 410px;
    height: 410px;
    border-radius: 100%;
    background-color: rgb(242 104 42 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 70px 0px 70px;
    color: #fff;
    z-index: 11 !important;
    margin-left: 66px;
}
.inner-col i{
    font-size: 18px;
    margin-left: 17px;
}
.sky-div{
    max-width: 410px;
    height: 410px;
    border-radius: 100%;
    background-color: rgb(81 190 204 / 80%);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 70px 0px 70px;
    color: #fff;
    margin-left: -42px;
    z-index: 1;
    margin-top: 105px;
}
.circle{
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.happening-row{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0; /* We'll handle overlap with margins */
  position: relative;
}
.inner-col li{
    list-style: none;
    line-height: 32px;
}
.inner-col li a, .inner-col p a{
    text-decoration: none;
    color: #fff;
    font-size: 16px;
}
.white-div .inner-col p a{
     text-decoration: none;
    color: #000;
    font-size: 16px;
}
/* -----footer-light-style-----*/


.footer-section{
    background-color:#E9E9E9;
    position: relative;
    z-index: 11111;
    overflow: hidden;
}
.footer-section .footer-row-2 .col-md-12:nth-child(8) img{
    margin-bottom: -65px !important;
}
.footer-col ul{
    padding-left: 0px;
}
.footer-col ul li{
    list-style: none;
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 14px;
    color: #000;
    font-weight: 500;

}
.footer-col ul li a{
    text-decoration: none;
    color: #000;
    font-size: 13px;
    transition: all 0.3s;
    font-weight: 500;
}
.footer-col ul li a:hover{
    color: var(--primary_color);
    transition: all 0.3s;
}
.footer-col h5{
    color: #000;
    font-weight: 600;
    font-size: 19px;
}
.footer-col ul li i{
    margin-right: 12px;
}
.icon-col{
    display: flex;
}
.icon-col i{
    height: 35px;
    width: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color:var(--teal-dark);
    border-radius: 50%;
    font-size: 17px;
}
.icon-col a{
    color: #fff !important;
}
.footer-row-1{
    border-bottom:1px solid #c9c7c7 !important;
    padding: 30px 0px;
}
.copyright-col p{
    font-size: 14px;
    color: #000;
    letter-spacing: 1px;

}
.copyright-col p a{
    color: #000;
    text-decoration: none;
}
.footer-section .col-md-2{
    padding-right: 0px;
}
/*start growth section styling*/
.parallax_container {
    display: flex;
    flex-wrap: nowrap;

}
.growth_heading{
    font-size: 50px;
}
.row{
    width: 100%;
}
.left-column {
  position: sticky;
  top: 0;
  width: 50%;
  height: 100vh;
  padding: 2rem;
      background-image: url("../images/half-concentric-img.jpg");
    background-size: cover;
    background-position: center;
}

.right-column {
  width: 50%;
  position: relative;
  overflow: hidden;
     background-image: url("../images/bubbles-img.jpg");
       justify-content: center;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
    height: 2700px;
    padding-bottom: 200px;
}

.parallax-section {

  display: flex;
  justify-content: center;
  color: white;
  flex-wrap: wrap;

 transform: translateY(100px) !important;

}



.result-div-1{
    width: 390px;
    height: 390px;
    border-radius: 100%;
    background-color: #ffffffcc;
   display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 30px 0px 30px;
   
  }
  .result-div-2{
    max-width: 150px;
    height: 150px;
    border-radius: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 20px 0px 20px;
    color: #fff;
        margin-left: -126px;
    margin-top: -75px;
  }
   .result-div-2 h5{
    font-size: 18px;
   }
    .result-div-1 h2{
        font-size: 43px;
    color: #000;
    font-weight: 700;
    }
     .result-div-1 p{
    color: #000;
    text-align: center;
    margin-bottom: 0px;
    font-size: 27px;
    font-weight: 500;
     }
     .result-div-2 i{
        font-size: 20px;
     }
     .inner-row{
            display: flex;
    justify-content: center;
    gap: 0; 
    position: relative;
    margin-bottom: 150px;
    text-align: center;
    width: 100%;
     }
.parallax-section .inner-row:nth-child(even){
    margin-left: -120px;
}
.parallax-section .inner-row:nth-child(odd){
    margin-left: 120px;
}
/*start horizontal parallax styling */
.horizontal_parallax {
    width: 300%;
    height: 100vh;
    display: flex;
    flex-wrap: nowrap;
}
.horizontal_parallax .panel{
    background-color: transparent;
    padding: 0px;
    overflow: hidden;
}
.horizontal_parallax .right_content_col .btn_light{
    color: #f2682a !important;
}

.heading_col{
    background-image: url("../images/half-concentric-img.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(242, 104, 42, 0.8);
    background-blend-mode: multiply;
    width: 50%;
    min-height: 100vh;
    z-index: 11;
}
.right_content_col{
    width: 50%;
    background-image: url("../images/right-half-concentric-circle-img.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(81, 190, 204, 0.8);
     width: 50%;
/*    height: 100vh;*/
    background-blend-mode: multiply;
}

#myVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 50%; 
  min-height: 100%;
  width: 50%;
  top: 0;
  bottom: 0;
  object-fit: cover;
  object-position: top;
}
.banner_section #myVideo{
    height: 700px; 
}
.left_video{
    right: auto;
    left: 0;
}
.banner_video video{
    width: 100% !important;
}
.video_col::after, .right_video_col::after{
    position: absolute;
    content: "";
    height: 450px;
    width: 450px;
    background-color: #f2682ab5;
    z-index: 1;
    margin-left: auto;
    right: 36%;
    border-radius: 100%;
}
.video_col{
    width: 50%;
    background-image: url("../images/home-case-cba.jpg");
    background-size: cover;
    background-position: center;
    height: 100vh;
}
.right_video_col::after{
    background-color: #24919a75;
}
/*start mobile slider */
.logo-slider {
  height: 300px; /* visible area */
  overflow: hidden;
  position: relative;
}

.logo-track {
  display: flex;
  flex-direction: column;
  animation: scrollUp 15s linear infinite;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  padding: 10px 0;
}

.logo img {
  max-height: 60px;
  max-width: 80%;
  object-fit: contain;
}

@keyframes scrollUp {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-50%);
  }
}

.mobile_slider{
    height: auto;
/*    background-image: url("../images/mobile-section-bg.jpg");
    background-size: cover;
    background-position: center;*/
}
.mobile_slider img, .mobile_slider .carousel-item{
    height: 100%;
}
/*start layerd video styling*/
.section2  h1{
    position: absolute;
    top: 30%;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 64pt;
    max-width:1100px;
    margin: auto;
    font-weight: 600 !important;
}
.section2 {
  width: 100vw;
  height: 100vh;
 background-image: url("../images/single-concentric-bg.jpg");

background-size: cover;
background-position:  center ;
overflow: hidden;
position: relative;
}
/*start about page styling */
.about_banner.executive_banner, .about_section{
    background-image: url("../images/single-concentric-bg.jpg");
    background-size: cover;
    background-position: center;
    min-height: 100vh;
}
.about_row .about_right_content_col{
    background-color: rgb(242 104 42 / 70%);
}
.about_right_content_col, .about_heading_col{
    width: 50%;
    height: 100vh;
}
/*slide on scroll slider */
.about_row .item{
    height: 100%;
}
.about_row .owl-carousel, .about_row .owl-carousel .owl-stage-outer .owl-stage{
    height: 100%;
    display: flex !important;
    align-items: center;
}
.about_row .owl-carousel .owl-stage-outer, .about_row .owl-carousel .owl-stage-outer .owl-stage{
    height: 100%;
}
.about_heading_col h1{
    font-size: 125px !important;
}
.team_col{
    background-color: #E9E9E9;
    background-image: none;
    position: relative;
    overflow: hidden;
}
.team_col::after{
    position: absolute;
    content: "";
    background-image: url("../images/ring.png");
    height: 450px;
    width: 450px;
    background-size: 100%;
    right: -25%;
    top: 0;
    bottom: 0;
    margin: auto;

}
.team_right_col{
    background-image: url("../images/about-background-1.jpg");
    background-size: cover;
    background-position: center;
    background-color: transparent;
    position: relative;
}
.team_right_col::before, .financial_right_col::before{
    position: absolute;
    content: "";
    height: 350px;
    width: 350px;
    border-radius: 100%;
        background-color: #f2682ab5;
        left: -25%;
        z-index: 1111;
}
.left_member_col{
    background-image: none;
}
.left_member_col img{
   height: 95%;
}
.right_member_col img{
height: 100%;
object-fit: cover;
object-position: top;
}
.team_overlay{
    position: absolute;
    z-index: 111;
}
.team_circle{
    height: 400px;
    width: 400px;
        background: rgb(255 255 255 / 88%);
    border-radius: 100%;
        transition: all 0.3s;

}
.team_circle:hover{
    transform: scale(1.05);
    transition: all 0.3s;
}
.team_contacts a{
    height: 35px;
    width: 35px;
    border-radius: 100%;
    background-color: var(--black);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    text-decoration: none;
}
.team_popup img{
    height: 200px;
    width: 200px;
}
.btn-close{
    opacity: 1;
}
.culture_section{
    background-image: url("../images/concentric-circle-img.jpg");
    background-color: #f2682acf;
    background-blend-mode: multiply;
/*    min-height: 100vh;*/
}

.overflow_slider .owl-dots{
    display: flex !important;
    background-color: #fff;
    padding: 2px;
    margin: 20px auto 0px auto;
    width: 80%;
    border-radius: 8px;
}
.overflow_slider .owl-dots .owl-dot{
    width: 100%;
    background-color: transparent;
    height: 10px;
}
.overflow_slider .owl-dots .owl-dot.active{
    background-color: var(--primary_color) !important;
    border-radius: 5px;
}
::-webkit-scrollbar {
  width: 6px;
  border: 1px solid #d5d5d5;
  height: 6px;
}

::-webkit-scrollbar-track {
  border-radius: 0;
  background: #eeeeee;

}

::-webkit-scrollbar-thumb {
  border-radius: 0;
  background: var(--primary_color);
}

/*start services page styling */
.services_banner{
    background-image: url("../images/services-bg.jpg");
}
.services_section{
    background-image: url("../images/services-section-bg.jpg");
/*    min-height: 100vh;*/
    position: relative;
   
}
.services_section::after{
    position: absolute;
    content: "";
    background-color: rgba(81, 190, 204, 0.7);
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
}
.services_section .container{
    position: relative;
    z-index: 1;
}
.strategy_slider img{
    height: 220px;
    width: 220px !important;
    border-radius: 100%;
    object-fit: cover;
    margin: auto;

}
.strategy_slider .item{
    text-align: center;
}
.strategy_slider .item:hover .fade_text{
    opacity: 0;
}
.strategy_wrap{
     position: absolute;
     right: 0;
     left: 0;
     margin: auto;
/*     opacity: 0;*/
     transition: all 0.3s;
     transform: translateY(412px);
}
.strategy_slider .owl-stage-outer{
    padding-bottom: 70px;
}
.strategy_slider .item:hover .strategy_wrap{
/*    opacity: 1;*/
transition: all 0.3s;
transform: translateY(0);
}
.inner_wrap{
    height: 280px;
    width: 280px;
    background-color: #fff;
    border-radius: 100%;
   
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 50px 10%;
    flex-wrap: wrap;
    margin: auto;
}
.healthcare_col{
    position: relative;
    background-image: url("../images/half-ring.jpg") !important;
    background-position: center right !important;
    background: var(--primary_color);
    background-blend-mode: multiply;
    background-size: 70%;
    background-repeat: no-repeat;
}
.healthcare_col::after, .financial_col::after, .tourism_col::after, .non-profit_col::after, .education_col::after{
    display: none;
}

.services_parallax .carousel-indicators button{
    height: 8px;
    width: 15px !important;
    border-radius: 10px !important;
    opacity: 1;
    background-clip: inherit;
    border: 0px;
}
.services_parallax .carousel-indicators{
    bottom: -100px;
    margin: 0px auto 0px 10px;
    justify-content: flex-start;
}
.services_parallax .carousel-indicators button.active{
    background-color: #000;
}
body .financial_col{
    background: rgba(178, 201, 53, 1) !important;
     background-image: url("../images/half-ring.jpg") !important;
         background-position: center right !important;
    background: var(--primary_color);
    background-blend-mode: multiply;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
}
.financial_right_col::before{
 background: rgba(178, 201, 53, 0.6) !important;
 z-index: 111;
}
.on_demand_services_section::after{
    background: rgba(178, 201, 53, 0.8);
}
body .tourism_col{
    background-color: rgb(245 184 22) !important;
    background-image: url("../images/half-ring.jpg") !important;
         background-position: center right !important;
    background-blend-mode: multiply;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
}
.tourism_right_col::before{
    background: rgba(245, 184, 22, 0.8) !important;
    z-index: 111;
}
body .non-profit_col{
       background-color: #F28452 !important;
    background-image: url("../images/half-ring.jpg") !important;
         background-position: center right !important;
    background-blend-mode: multiply;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
}
.right_content_col{
    overflow: hidden;
}
.non-stop_right_col::before{
      background-color: rgb(242 132 82 / 80%) !important;
}
body .education_col{
     background-color: #72C9D4 !important;
    background-image: url("../images/half-ring.jpg") !important;
         background-position: center right !important;
    background-blend-mode: multiply;
    background-size: 70% !important;
    background-repeat: no-repeat !important;
}
.education_right_col::before{
    background-color: rgb(114 201 212 / 80%) !important;
}



/*start work page styling*/
.work_banner{
    background-image: url("../images/work-banner.jpg") !important;
}
    .links_col {
      width: 50%;
      background: #f2682ad4;
      color: white;
      padding: 3rem ;
      display: flex;
      flex-direction: column;
      justify-content: center;
      gap: 1.2rem;
      text-align: right;
      background-image: url("../images/half-ring.jpg");
      background-blend-mode: multiply;
      background-position: center;
      /* background-size: cover;
      background-repeat: no-repeat; */
    }

    .links_col .item_link {
      font-size: 1.2rem;
      opacity: 0.4;
      cursor: pointer;
      transition: all 0.3s ease;
    }

    .links_col .item_link.default {
      font-weight: bold;
      font-size: 40px !important;
      opacity: 1;
      position: relative;
    }
 .links_col .item_link:nth-child(1),  .links_col .item_link:nth-child(7){
    font-size: 15px;
 }
  .links_col .item_link:nth-child(2),  .links_col .item_link:nth-child(6){
    font-size: 22px;
 }
   .links_col .item_link:nth-child(3),  .links_col .item_link:nth-child(5){
    font-size: 32px;
 }
    .links_img_col {
      width: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #000;
      position: relative;
      flex-direction: column;
      height: 100vh;
    }
.img_wrapper .img_thumbnail{
opacity: 0.7;
}

    .img_wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
    }

    .img_wrapper {
      position: relative;
      width: 100%;
      height: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .img_wrapper.main {
      height: 60%;
    }

    .overlay_text {
      position: absolute;
      bottom: 0px;
      left: 0px;
      right: 0;
      top: 0;
      color: white;
      background: rgba(0, 0, 0, 0.6);
      padding: 10px 15px;
      border-radius: 5px;
      font-size: 0.95rem;
      line-height: 1.4;
      pointer-events: none;
      padding: 10%;
      opacity: 0;
    
}
.img_wrapper.main:hover .overlay_text{
    opacity: 1
}
    .overlay_text p {
      margin-bottom: 10px;
    }
.overlay_text p:nth-child(1){
    width: 100%;

}
.links_col .item_link.default::after{
  position: absolute;
  content: "";
  height: 20px;
  width: 15px;
  background-color: var(--primary_color);
  right: -63px;
  z-index: 111;
  transition: all 0.3s;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
  margin-top: 10px;
 
}
.overlay_text p:nth-child(2){
    width: 100%;
    font-size: 26px;
    font-weight: bold;
    
}
.overlay_text p:nth-child(3){
    width: 100%;
    font-size: 20px;
    
}
.overlay_text p:nth-child(4){
 background-color: #fff;
 padding: 10px;
 margin-bottom: 0px;
 color: var(--primary_color);
 border-radius: 30px;
 width: 150px;
 text-align: center;
 margin-left: auto;
 margin-top: 30px;
    
}
    .img-hidden {
      display: none;
    }
.portfolio_row{
    display: flex;
    min-height: 100vh;
    height: 100vh;
    flex-wrap: wrap;
}
.testimonials_part{
    min-height: auto !important;
    padding-bottom: 50px;
}
.executive_col{
    margin-top: 0px !important;
    height: 100vh;
}
.news_banner .large_heading_2{
    margin-left: 200px;
}
.on_hover-img{
    right: 140px !important;
    z-index: 111;
    height: 150px !important;
    width: 150px !important;
    border-radius: 100%;
}
.team-item img{
    object-fit: cover;
}
.team-section .carousel{
    width: 100%;
    height: 700px;
}
.team-section .carousel .carousel-inner{
    height: 100%;
}
.team-section .carousel .healthcare_col, .team-section .carousel .heading_col{
    min-height: auto !important;
}
.team-section .right_content_col{
    height: 700px;
}
.mobile_slider{
    background-image: url("../images/comapnies-slider.jpg");
    background-size: cover;
    background-position: center;
    height: 1000px;
    position: relative;
}
.mobile_slider .container{
width: 350px !important;
 margin: auto;
 position: absolute !important;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    display: flex !important
;
    align-items: center;
    padding-top: 100px;
}
.mobile_slider_left_heading, .mobile_slider_right_heading{
    position: absolute;
    left: 9%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.mobile_slider_right_heading{
    left: auto;
    right: 11%;
}
.fix_width_content{
    max-width: 800px;
}
.team_section img{
    object-fit: cover;
    height: 100%;
}
.sticky .hamburger i{
    color: #000 !important;
}
#team-leaders .left_member_col{
    padding: 0px !important;
}
#team-leaders .left_member_col img{
    height: 100% !important;
    width: 100%;
    object-fit: cover;
    object-position: top;
}
.multi_heading p, .multi_heading span, .strategy_slider p{
    color: #000 !important;
}
#team-leaders.horizontal_parallax{
    max-width: inherit !important;
    width: 900% !important;
}
@media only screen and (min-width: 1300px){
    .links_col .item_link.default::after{
        top: 25px !important;
    }
    .buzz_img img{
        text-align: center !important;
    }
    .icon-col i{
        height: 40px !important;
        width: 40px !important;
        font-size: 20px;
    }
     .locations-section .container{
    max-width: 90% !important;
  }
        .footer-col ul li a, .copyright-col p, .footer-col ul li{
        font-size: 16px !important; 
    }
    .footer-col ul li{
        line-height: 30px !important;
    }
    .footer-section .container{
       max-width: 90% !important;
    }
    
    .footer-col h5{
        font-size: 20px !important;
    }
    .culture-heading{
        font-size: 48pt;
        font-weight: 600;
    }
    .award-col h5{
        font-size: 18pt;
    }
    .award-col h6{
        font-size: 18pt;
        font-weight: 600;
        padding: 0px 20px !important;
    }
    .lists{
        font-size: 13pt;
    }
    .portfolio_row .links_col .item_link.default{
        font-size: 36pt !important;
    }
    .links_col .item_link:nth-child(3), .links_col .item_link:nth-child(5){
        font-size: 24pt !important;
    }
    .links_col .item_link:nth-child(2), .links_col .item_link:nth-child(6){
        font-size: 18pt !important;
    }
    .links_col .item_link:nth-child(1), .links_col .item_link:nth-child(7){
        font-size: 13pt !important;
    }
    .right-sidebar p, .right-sidebar li, .team-item p {
        font-size: 16pt;
    }
    .impact_section_2 .team_col::after {
   
    right: 72% !important; 
   
}

.impact_section::after{
    right: 39% !important;
}

    .banner_section  .banner-col h2{
        font-size: 78px !important;
        font-weight: 400 !important;
    }
    .section2 h1{
        top:33%;
    }
    .inner-part h5{
        font-size: 30px;
    }
    .result-div-1 h2{
        font-size: 58px;
    }
     .result-div-1{
        width: 530px;
        height: 530px;
     }
     .result-div-1 p{
        font-size: 36px;
     }
     .result-div-2{
        max-width: 165px;
        height: 165px;
     }
     .result-div-2 h5{
        font-size: 23px;
     }
     .result-div-2 {
    margin-left: -158px;
    margin-top: -65px;
}
.parallax_container .right-column{
    height: 3600px;
}
.panel .large_heading,  .mobile_slider h3{
        font-size: 64pt !important;
        line-height: 70pt !important;
     }
     .panel h1{
        font-size: 55px !important;
     } 
     .mobile_slider_left_heading, .mobile_slider_right_heading{
    position: absolute;
    left: 7%;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}
.mobile_slider_right_heading{
    left: auto;
    right: 9%;
}
 .mobile_slider .container{
    left:-2%;
 }

 .happening_section h2{
    font-size: 70px;
 }
 .happening_section{
    padding-top: 80px;
 }
 .happening_section .inner-col h5 {
    font-size: 35px;
}
.happening_section .inner-col p a, .happening_section .inner-col li a{
    font-size: 18px;
}
.happening_section .inner-col ul{
    padding-left: 0px !important;
}
.banner_section .banner-row{
    padding-bottom: 95px !important;
}
.about_section h4{
   font-weight: 600;
   font-size: 64pt !important; 
   line-height: 90px;
} 
.team_section .heading_col p{
    font-size: 24px !important;
}
.team_section .heading_col h3{
    font-size: 50px !important;
}
.left_member_col img{
    height: 90% !important;
}
.team_circle{
    height: 600px;
    width: 600px;
    padding: 40px;
}
.team_circle h3{
    font-size: 64pt;
    font-weight: 600 !important;
}
.team_last_name{
    font-size: 36pt;
    font-weight: 600 !important;
}
.team_circle p{
    font-size: 20pt;
    line-height: 24pt;
}
.team_circle .team_post{
    margin-bottom:38px !important;
}
.team_circle i{
    font-size: 30px !important;
}
.owl-carousel .owl-nav{
    display: block !important;
}
.executive_banner .large_heading_2 , .executive_banner .large_heading_2 p{
    font-size: 98pt;
    max-width: inherit !important;
       line-height: 98pt;
}

.about_heading_col h1 {
    font-size: 115pt !important;
    font-weight: 400;
    padding-right: 30px !important;
}
.team_section .heading_col h3, .team-item h2 {
        font-size: 48pt !important;
        font-weight: 600 !important;
}
.team_section .heading_col p {
        font-size: 20pt !important;
        font-weight: 500 !important;
    }
 .team_section .heading_col>div{
    padding: 0px !important;
    margin-right: 0px !important;
 }
 .culture_section .container{
    max-width: 90% !important;
 }
 .culture_section p{
    font-size: 20pt !important;
 }
 .team_popup .modal-dialog{
    --bs-modal-width: 60%;
 }
 .team_popup .modal-body .col-md-8 p{
    white-space: normal !important;
    font-size: 14pt !important;
 }
 .team_popup .modal-body .col-md-4{
    padding: 0px 0px 0px 50px !important;
 }
  
    .executive_banner .large_heading_2 span{
        font-weight: 600 !important;
    }
    .large_heading {
    font-size: 90pt !important;
    font-weight: 400;
    line-height: 106pt;
}
.parallax_container .large_heading{
            font-size: 64pt !important;
        line-height: 77pt;
}
.about_section .fix_width_content{
    max-width: 1300px !important;
}
.services_section .fix_width_content{
     max-width: 100% !important;
}
.fix_width_content h1{
    max-width: 100% !important;
}
.services_section{
    padding-top: 100px !important;
}
.services_section .item div:nth-child(2) p, .strategy_wrap p{
    font-size: 18pt !important;
    font-weight: 600 !important;
}
.inner_wrap p{

    font-size: 13pt !important;

    font-weight: 400 !important;
}
.strategy_slider img{
    width: 240px !important;
    height: 240px !important;
}
.strategy_wrap .inner_wrap{
    height: 300px !important;
    width: 300px !important;
}
.services_section .overflow_slider{
    padding-top: 5rem !important;
    padding-bottom: 30px !important;
}
/*.services_section .strategy_slider .owl-stage-outer {
    padding-bottom: 20px !important;
}*/
.heading_inner_col h3{
    font-size: 64pt !important;
    font-weight: 600 !important;
    line-height: 70pt;
}
.heading_inner_col p{
    font-size: 20pt !important;
    
}
.team-section .carousel .healthcare_col, .team-section .carousel .heading_col{
    padding-bottom: 88px !important;
}
.inner-div h2{
    font-size: 64pt !important;
    line-height: 70pt;
    font-weight: 600 !important;
}
    .news_item_banner .inner-div h2, .blog_detail_banner .inner-div h2 {
        font-size: 42pt !important;
        line-height: 45pt;
    }
.inner-div p{
    font-size: 18pt !important;
}
.list-inner h5{
    font-size: 18pt !important;
    font-weight: bold !important;
}
.blog_detail_banner, .case_study_banner, .news_item_banner {
    min-height: 450px !important;
    padding: 170px 6% 0px 6% !important;
   
}

.case-study-faqs .content h3{
    font-size: 34pt !important;
    line-height: 42pt !important;
}
.list-inner ul>li{
    font-size: 16pt !important;
}
.accordion-button{
    font-size: 24pt !important;
}
.accordion-button::after{
    height: 30px !important;
    width: 30px !important;
    font-size: 19px !important;
    margin-left: 20px;
}
.accordion-body{
        font-size: 18pt;
    line-height: 26pt !important; 
}
.circle-1 h2{
    font-size: 96pt !important;
}
.circle-1{
    height: 360px !important;
    width: 360px !important;
}
.circle-one {
        margin-top: 50px !important;
        margin-left: 70px !important;
}
.circle-two {
    margin-top: -158px !important;
        margin-left: 313px !important;
}
.circle-1 p{
    font-size: 18pt !important;
    line-height: 24pt;
}
.case-study-col-2::after{
    height: 500px !important;
    width: 500px !important;
    right: 66% !important;
   
}
.circle-three{
    margin-top: 5px;
}
.hover-text p{
    font-size: 18pt !important;
}
.hover-text span{
    font-size: 36pt !important;
}
.hover-text i {
    margin-top: 18px !important;
    font-size: 40px !important;
    color: #ffb100e0;
    margin-right: 15px;
}
.project-col{
    min-height: 350px !important;
}
.project-col img {
    width: 100%;
    height: 100% !important;
}
.overlay-div h3{
    font-size: 28pt !important;
}
.overlay-div-left{
    justify-content: flex-end;
}
.project-inner-col h5{
    font-size: 18pt !important;
}
.Video-title{
    font-size: 24pt !important;
}
.overlay-div span{
    font-size: 45px !important;
}
.btn_light {
   
    padding: 10px 35px;
    border-radius: 30px;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px !important;
}
.footer-col .btn_light{
    padding: 10px 35px;
    font-size: 16px;
}
.news_banner .container{
    max-width: 90% !important;
}
.news_banner .large_heading_2 {
    margin-left: 249px !important;
}
.latest-news>.container{
    max-width: 90% !important;
}
 .latest-news .container.tab-pane{
    max-width: 100% !important;
 }
 .flexible_part .content>div>p{
    font-size: 35px !important;
    line-height: 38pt;
    font-weight: 500 !important;
 }
 body .flexible_part.impact-section .content h3{
    font-size: 38px !important;
    font-weight: 600 !important;
 }
 .on_demand_services_section .col-xl-8{
    width: 80% !important;
 }
 .on_demand_services_section .col-xl-8>h3{
    font-weight: 600 !important;
    font-size: 48pt !important;
 }
 .on_demand_services_section .col-xl-8 p{
    font-size: 24pt !important;
    line-height: 30pt;
    max-width: 100% !important;
 }
 .faqs_section .heading_col h3, .locations-heading h3 {
    font-size: 48pt !important;
    line-height: 53pt !important;
}
.faqs_section .heading_col .content p, .locations-heading p{
    font-size: 18pt !important;
    
}
.content-outer-div .content>h3{
    font-size: 36pt !important;
}
.content-outer-div .content div:nth-child(2) h3{
    font-size: 29pt !important; 
}
.companies_section_heading, .stories-section-heading{
    font-size: 48pt !important;
    font-weight: 600 !important;
}
.companies_section_para, .stories-section-para{
        font-size: 24pt  !important; 
    line-height: 30pt !important;
}

body .testimonials-heading h3{
    font-size: 36pt !important;
}
.testimonials-heading{
    max-width: 620px !important;
}
.testimonials_part .carousel-item p:nth-child(1){
    font-size: 20pt !important;
}
.testimonials_part .carousel-item p:nth-child(2), .testimonials_part .carousel-item p:nth-child(3){
    font-size: 16pt !important;
    font-weight: 600 !important;
}
.circle-container{
    width: 400px !important;
    height: 400px !important;
}
.circle-overlay p{
    font-size: 16pt !important;
    font-weight: 600;
}
.circle-overlay h3 {
    font-size: 24pt !important;
}
.circle-hover h3{
    font-size: 21pt !important;
}
.circle-hover a{
    font-size: 16pt !important;
}
.faqs_section .team_col::after{
    right: -25% !important;
}
.impact_section .content .impact_section_heading p{
    font-size:36pt !important;
}
.impact_section .content p{
    font-size: 18pt !important;
}
.only_content h3{
    font-size: 36pt !important;
}
.only_content h5{
    font-size: 20pt !important;
}
.leader_section .content>h3 p{
    font-size: 48pt !important;
}
.leader_section .content{
    padding: 0px !important;
}
.leader_section .left_content_col .content div:nth-child(2)>p, .leader_section .left_content_col .content li{
  font-size: 18pt !important;
}
.content_inner .btn_light{
    display: inline-block;
    margin-top: 20px !important;
}
.content_inner h3{
    font-size: 31pt !important;
}
.impact_section .content .multi_heading p{
    font-size: 24pt !important;
}
}
@media only screen and (min-width: 1024px){


    .mobile_slider .container{
    left:-2%;
 }
 .footer-col h5{
    font-size: 19px;
 }
 .footer-col ul li a{
    font-size: 14px;
 }
 .banner_section .inner-div{
        width: 690px !important;
    }
    .culture_section h3{
           font-size: 35px !important;
    }
   
    .culture_section{
        padding-top: 40px !important;
    }
    .blog-spotlight .content{
        padding-right: 0px !important;
    }
    .blog-spotlight .content h3{
        font-size: 34pt !important;
        font-weight: 300 !important;
    }
    .blog-spotlight .content p{
        font-size: 18pt !important;
    }
    .blog-right-col h3{
        font-size: 64pt !important;
    }
    .pills-part .nav-pills .nav-link{
        font-size: 28px !important;
    }
    .info p{
        font-size: 18pt !important;
    }
    .info h3 {
    font-weight: 600 !important;
    font-size: 24pt !important;
    text-decoration: none;
}
.on_hover-img {
    width: 200px !important;
    height: 200px !important;
    
}
}

@media (min-width: 768px) {
   .banner_section .inner-div{
        width: 500px;
    }
    .testimonials-inner{
        height: 600px !important;
        width: 600px !important;
        margin-bottom: -180px !important;
    }
    .large_heading_2 {
    font-size: 60px;
}
.links_col .item_link.default{
    font-size: 28px !important;
}
.links_col .item_link:nth-child(3), .links_col .item_link:nth-child(5) {
    font-size: 22px;
}
.links_col .item_link:nth-child(2), .links_col .item_link:nth-child(6) {
    font-size: 17px;
}
.links_col .item_link:nth-child(1), .links_col .item_link:nth-child(7) {
    font-size: 11px;
}
  .section2 {
    height: 100vh;
  }
  .container-sticky {
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
    -ms-flex-pack: start;
    flex-direction: column;
    -ms-flex-direction: column;
    align-items: center;
    -ms-align-items: center;
  }
  .video-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    left: 0;
    right: 0;
    width: 100%;
    /*height: 100%;*/
    overflow-x: hidden;
  }
  .video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  .second_video {
    display: block;
    width: 100%;
    height: 100vh;
    margin: 0 auto;
    overflow: visible;
    object-fit: cover;
/*    margin-top: 15vh;*/
  }

}
@media only screen and (max-width: 576px){
    .navbar-brand{
        flex-direction: column;
    }
    .navbar-brand p{
        font-size: 13px;
        margin-top: 7px;
    }
    .culture-heading{
        font-size: 24pt !important;
        font-weight: 600 !important;
    }
    .case_study_banner .banner-row .case_study-col-1:nth-child(1) p{
         font-size: 15px !important;
    }
     .case_study_banner .banner-row .case_study-col-1:nth-child(1) h2{
        font-size: 40px !important;
     }
     .case_study_banner .banner-row .case_study-col-1:nth-child(1){
        padding-bottom: 30px !important;
     }
    .contact-col{
        background-image: url("../images/contact-banner_img.jpg") !important;
        min-height: 70vh !important;
        justify-content: center !important;
        align-items: flex-end !important;
        padding-bottom: 20px !important;
    }
    .contact-col h3{
  font-size: 60px !important;
    text-align: center !important;
    }
    .footer-col .btn_primary{
        padding: 9px 30px !important;
    }
    .footer-col h5{
        font-size: 16px !important;
    }
    .footer-col ul li a, .footer-col ul li{
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .links_col {
      background-image: url("../images/links-mobile-img.jpg");
      background-position: 50% 10%;
    }

    .footer-section .footer-row-2 .col-md-12:nth-child(8) img {
    margin-bottom: -106px !important;
}
    .overlay{
        right: 0px;
        height: 100vh;
    }
    .banner_section .banner-row{
    padding-bottom:0px !important;
            padding-top: 70px;
}
.announcement-section, .culture_section, .culture_section .container{
    position: relative;
    z-index: 111;
}

/*    .announcement-section.culture_section::after{
        position: absolute;
        content: "";
           top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #50b7c6 !important;
}
.culture_section::after{
    position: absolute;
    content: "";
    background-color: #f2682acf !important;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}*/
    .team_section img{
  height: 500px;
}
.right-column{
    background-size: 2200px !important;
}
.team-item{
    padding: 40px 25px !important;
}
    .buzz-banner {
        min-height: 100vh;
        display: flex;
        align-items: center;
        padding-top: 130px !important;
    }
    .buzz_col{
        height: auto !important;
        min-height: auto !important;
    }
    .buzz-banner img{
        position: absolute;
    }
     .buzz-banner .large_heading{
        position: relative !important;
        left: auto !important;
        transform: translate(0px, 0px) !important;
        top: auto !important;
        right: auto !important;
     }

.team_col::after {
    height: 400px;
    width: 400px;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -88%;
}
    .fix_width_content {
    max-width: 300px;
}
    .inner-nav-btn{
        display: none;
    }
    .container:has(> .banner-row) {
    padding: 0px 0% !important;
    height: 100%;
}


    .mobile_slider_left_heading, .mobile_slider_right_heading{
        position: relative;
        right: auto;
        left: auto;
        text-align: center;
        justify-content: center;
    }
    .mobile_slider{
        height: 900px;
        background-image: url("../images/companies-slider-mobile-bg.jpg");
        padding-top: 50px;
    }
    .mobile_slider img{
        height: 100px;
    }
    .mobile_slider .container{
        width: 250px !important;
        padding-top: 250px;
    }
    .nav-items a{
        font-size: 14px !important;
    }
    .nav-items{
        padding-left: 10px;
    }

.overlay .closebtn{
    font-size: 30px;
}
.nav-items>li>a::after {
    right: 5px;
    margin-top: 10px;
}
.nav-items li ul li {
    padding-left: 10px;
}
    .second_video{
        height: 100vh;
        position: absolute;
        object-fit: cover;
        top: 0;
        left: 0;
        width: 100%;
    }
    .team-section .right_content_col{
    height: 400px;
}
.team-section .carousel{
    height: auto;
}
.news_banner .large_heading_2{
    margin-left:0px;
}
.img_wrapper:has(.img_thumbnail){
    display: none;
}
.links_img_col{
    height: 400px;
        width: 100%;
}
.img_wrapper.main {
    height: 100%;
}
.portfolio_row{
    height: auto;
    min-height: auto;
}
    body .work_banner{
        background-image: url("../images/work-mobile-bg.jpg") !important;
    }
        .executive_col h2 {
        font-size: 55px !important;
        margin-top: -4px;
    }
    .case-study-col-2 .circle-two{
        margin-left: 100px !important;
    }
    .project-col h3 {
        font-size: 22px !important;
    }
    .project-col h5{
        font-size: 16px;
        font-weight: normal;
    }
    .links_col{
        width: 100%;
        text-align: center;
        position: relative;
        height: 400px;
    }

    .links_col .item_link.default::after {
    bottom: -15px;
    z-index: 1111;
    transform: rotate(90deg);
    right: 0;
    left: 0;
    margin:auto;
}
.links_col .item_link.default{
    position: initial;
}
    .links_col .item_link.default {
    font-size: 25px !important;
}
.links_col .item_link:nth-child(3), .links_col .item_link:nth-child(5) {
    font-size: 22px;
}
.links_col .item_link:nth-child(2), .links_col .item_link:nth-child(6) {
    font-size: 15px;
}
.links_col .item_link:nth-child(1), .links_col .item_link:nth-child(7) {
    font-size: 10px;
}
    .about_section .item .large_heading{
        font-size: 37px !important;
    }
    .about_row .owl-carousel, .about_row .owl-carousel .owl-stage-outer .owl-stage{
        align-items: flex-start;
    }
    .large_heading_2, .about_heading_col h1 {
    font-size: 55px !important;
}
.about_right_content_col, .about_heading_col{
    width: 100%;
    height:350px;
}
    .banner-col{
        align-items: center;
/*        margin-top: 130px;*/
    }
    .banner_section{
        height: 100vh;
    }
    .banner-row {
    height: 100%;
}
.parallax_container{
    flex-wrap: wrap;
}
.parallax_container .left-column, .parallax_container .right-column{
    width: 100%;
}
.left-column{
    position: relative;
    height: 400px;
}
.large_heading {
    font-size: 42px !important;
}
.result-div-1{
    width: 300px;
    height: 300px;
}
.inner-row{
    margin: 40px auto !important;
}
.right-column{
 height: 2200px;
        padding-top: 100px;
}
.result-div-1 h2{
    font-size: 32px;
}
.result-div-1 p{
    font-size: 19px;
}
.parallax-section{
    margin-top: 0px;
}
.heading_col, .right_content_col{
        width: 100%;
        min-height: 50vh;
        height: 400px;
        padding: 40px 15px !important; 
        text-align: center;
}
.horizontal_parallax .panel{
/*    overflow: visible;*/
}
.right_content_col .large_heading, .panel h1, .happening_section h2{
    font-size: 32px !important;
    text-align: center !important;
}
.video_col::after, .right_video_col::after{
    display: none;
}
.right_content_col #myVideo {
     min-height: auto; 
    width: 100%;
   top: auto;
    height: 400px;
    position: relative;
}
.right_content_col:has(> #myVideo){
    padding: 0px !important;
}
.video_col{
    height: 400px;
    width: 100%;
}
.right_content_col h1{
    text-align: left !important;
}
.reverse_row{
    flex-direction: column-reverse;
}
.pin-spacer{
    height: 690px !important;
    padding: 0px !important;
}
.happening_video video{
    height: 100%;
    object-fit: cover !important;
}
.circle{
    height: 300px;
    width: 300px;
           padding: 35px;
}
.inner-col h5{
    font-size: 25px;
}
.inner-col li a, .inner-col p a{
    font-size: 13px;
}
.white-div{
transform: scale(0.8);
        margin-top: 20px;
        margin-right: 20px;
        margin-bottom: -83px;
        z-index: -1 !important;
}
.sky-div{
    margin-top: -60px;
    margin-right: -35px;
}
.parallax-section .circle.result-div-2{
    width: 130px;
    height: 130px;
    padding: 10px;
}
.team-section .heading_col{
    background-image: none !important;
    text-align: left !important;
    padding: 40px 25px !important;
}

.team-section .right_content_col{
    padding: 0px !important;
}
.team-section .right_content_col::before, .financial_right_col::before{
    display: none !important;
}
.mobile-creative-section .right_content_col:before{
    display: block !important;
    height: 370px;
    width: 370px;
    border-radius: 100%;
    left: 0;
    top: -48%;
    right: 0 !important;
    margin: auto !important;
}
.heading_inner_col{
    padding:0px !important;
}
  body .team-section .carousel-indicators{
    z-index: 11111;
        position: absolute;
    right: 0 !important;
    bottom: 20px !important;
    left: 0;
   
    display: flex;
    justify-content: center;
    padding: 0;
    margin: auto;
    margin-bottom: 0px !important;
    margin-left:0px !important;
 
  }
  .strategy_slider img{
    width: 200px !important;
    height: 200px !important;
  }
  .strategy_slider .owl-stage-outer{
    padding-bottom: 10px !important;
  }
  .inner_wrap {
    height: 200px;
    width: 200px;
    background-color: #fff;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 30px 10%;
    flex-wrap: wrap;
    margin: auto;
}
 .inner_wrap p{
    font-size: 16px;
    margin-bottom: 5px !important;
 }
 .inner_wrap .btn_primary{
        font-size: 16px !important;
        font-weight: 600;
        text-decoration: none;
        color: #fff;
        padding: 7px 33px !important;
        background-color: var(--primary_color);
        border-radius: 40px;
        transition: all 0.3s;
}
.img_heading{
    font-size: 15px !important;
}
.services_section .overflow_slider{
    padding: 16px 0px !important;
}
.banner-col h2{
    font-size: 50px !important;
}
.banner-row{
    min-height: 100%;
    padding: 30px 15px 0px 15px;
    margin: 0px !important;
}
body .mobile-creative-section .heading_col{
    background-image: url("../images/half-concentric-img.jpg") !important;
    display: flex;
    justify-content: center;
}
body .mobile-creative-section .right_content_col, body .mobile-creative-section .heading_col{
    padding: 40px 25px !important;
}
body .mobile-creative-section .right_content_col .large_heading{
    font-size: 35px !important;
}

.section2 h1 {
    position: absolute;
    top: 30% !important;
    text-align: center;
    right: 0;
    left: 0;
    font-size: 40px !important;
    max-width: 80% !important;
    margin: auto;
}
.footer-col{
      width: 50%;
      margin-bottom: 20px;
    }
    .footer-col-1{
        width: 100% !important;
        text-align: center !important;
    }
    .footer-col-1 img{
        max-width: 200px !important;
        max-height: 200px !important;
    }
    .footer-col-1 h5{
        font-size: 18px !important;
    }
    .footer-col-1 ul li a, .footer-col-1 ul li{
         font-size: 14px !important;

    }
 
.footer-section .footer-col ul li i{
    margin-right: 7px !important;
}
.footer-section .btn_light{
    padding: 10px 25px !important;
}
.footer-section .footer-row-1, .footer-section .footer-row-2{
    margin: 0px !important;
}
.footer-section{
    padding: 40px 0px !important;
}
body .team-item::after {
    height: 350px;
    width: 350px;
    bottom: -20%;
    margin: auto;
    top: auto;
    right: 0;
    left: 0;
}
.banner_section #myVideo {
height: 100vh;
}
.blog-spotlight .col-md-6{
    padding: 40px 25px !important;
}
.blog-spotlight .content h3{
    font-size: 22px !important;
}
.blog-spotlight .content p{
    font-size: 16px !important;
}
.blog-right-col h3{
    padding: 0px !important;
}
.latest-news{
    padding: 0px !important;
}
/*.about-mobile-slider .heading_col::before{
content: "";
position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -35%;
    display: block !important;
        height: 350px !important;
    width: 350px !important;
    border-radius: 100%;
    background-color: #f2682ab5;
    z-index: 111;
    top: auto !important;

}*/


}