/* Compliance Update: Replace Segoe-UI-Bold → NotoSans-Bold */
@font-face {
    font-family: Segoe-UI-Bold;
    src: url('../fonts/NotoSans-Bold.ttf');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family:NotoSans-Bold;
    src: url(../fonts/NotoSans-Bold.ttf);
}
@font-face {
    font-family:OpenSans-Condensed-Light;
    src: url(../fonts/OpenSans-Condensed-Light.ttf);
}
@font-face {
    font-family:OpenSans-Bold;
    src: url(../fonts/OpenSans-Bold.ttf);
}
@font-face {
    font-family:OpenSans-SemiBold;
    src: url(../fonts/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family:OpenSans-Regular;
    src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
    font-family:OpenSans-Medium;
    src: url(../fonts/OpenSans-Medium.ttf);
}


body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 22px;
    font-family:OpenSans-Regular;
    color:#454545;
}
h1,
h2,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
    padding: 0px;
}

a {
    text-decoration: none !important;
    font-size: 16px;
}

a:hover {
    text-decoration: none !important;
}

p {
    font-size: 16px;
    line-height: 22px;
}

.my-sidenav, .ham-icon1 {
    display: none;
}
/*-----------Header Css End-------------*/
.my-sidenav1 {
    display: none;
    position: fixed;
    top: 70px;
    right: 0;
    overflow-y: auto;
    overflow-x: hidden;
    z-index: 999999999;
    max-width: 100%;
    width: 100%;
    background: #2C5DAB;
    height: 100%;
    border-top: 1px solid #2C5DAB;
}

#header {
    width: 100%;
    display: flex;
    padding: 0px;
    position: fixed;
    z-index: 999;
    height: 82px;
    align-items: center;
    justify-content: center;
    border-bottom: 2px solid #00529c;
    background: #fff;
    -webkit-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.11);
}
.header-wrap
{
    display: flex;
    justify-content: space-between;
    height: 70px;
    align-items: center;
}
.header-right
{
    padding-right:0px;
    display: flex;
    align-items: center;
    position: relative;
}
.header-right ul
{
    margin-bottom: 0px;
    padding-left: 0px;
}
.header-right ul li
{
    list-style: none;
    float: left;
}
.header-right ul li a
{
 color:#454545;
 font-family:OpenSans-SemiBold;
 padding-right:40px;
 font-size: 16px;
 line-height: 18px;
 display: inline-block;
}

.header-right ul li a:hover
{
    color: #FDAB1D;
}
.ar-btn a
{
 color:#fff;
 background-color: #FDAB1D;
 padding: 8px 12px;
 border-radius: 50px;
}
.ar-btn a:hover
{
    background-color: #A4C424;
}
.ar-btn a img
{
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #fff;
}
.d-text
{
    font-size: 14px;
    line-height: 17px;
    font-family:OpenSans-SemiBold;
    opacity: 1;
    color: #fff;
}


.newnavv{
    background:#25408f;
    top: 100px;
    position: absolute;
    z-index: 999;
    width:100%;
    top: 52px;
    display: none;
    border-radius: 20px;
}
.hdrnavigation {
    padding: 50px;
    display: flex;
}
.hdrnavigation a {
    color: #fff;
    font-weight: 600;
    display: block;
    padding: 10px 0;
    font-family: GothamNarrow-Bold;
    font-size: 16px;
    line-height: 18px;
}
.hdrnavigation a:last-child {
    border-bottom: none;
}
.newnavv:after {
    width: 0;
    height: 0;
    position: absolute;
    display: block;
    content: "";
    border-right: 20px solid transparent;
    border-bottom: 20px solid #25408f;
    border-left: 20px solid transparent;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -15px;
    transition: all ease 1s;
    display: block;

}
.newnavv.nv1:after {
  left: -77%;
}
.newnavv.nv2:after {
  left: -32%;
}
.newnavv.nv3:after {
  left: -30%;
}
.newnavv.nv4:after {
  left: 11%;
}

.copyright
{
    background-color:#454545;
    min-height: 100px;
    display: flex;
    align-items: center;
}
.copyright p, .copyright a
{
    color:#fff;
    font-size:24px;
    font-family:OpenSans-Condensed-Light;
}

.copyright .text-right {
    text-align: right;
}
.footer-d .ar-btn a
{
 color:#fff;
 border:1px solid #fff;
 padding: 8px 12px;
}
.footer-left
{
 display: flex;
 align-items: center;
}
.text-right ul
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 0px;
    padding-top: 5px;
    padding-left: 0px;
    border-left: 1px solid #fff;
}
.text-right ul li
{
    padding-left: 15px;
    list-style: none;
}
.footer-logo
{
    margin-right: 90px;
}
.my-sidenav1 ul
{
  padding-top: 80px;
  border-bottom: none;  
}
.my-sidenav1 ul li
{
    border-bottom: 1px solid #5592F2;
    width: 100%; 
}
.my-sidenav1 a.nav-link {
    transition: none;
    font-family:arialbd;
    color: #5592F2;
    padding: 10px 0;
    margin: 0;
    display: flex;
    font-size: 30px;
}
.my-sidenav1 a.nav-link
{
    border:none;
}
.my-sidenav1 a.nav-link.active {
    border: none;
    color: #fff !important;
    background-color: transparent;
    border:none;
}
.my-sidenav1 a.nav-link.active img.tbimg
{
    margin-right: 10px;
}
.menu-tab ul
{
    padding-left: 0px;
    padding-top: 100px;
}
.menu-tab ul li
{
    list-style: none;
    border-bottom: none;
    padding-bottom: 40px;
}
.menu-tab ul li a
{
    color:#fff;
    font-size: 18px;
}
.menu-tab ul li a img
{
    float: right;
}


/*homepage*/
.homebodyBg
{
    background-image: url(../images/main-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
} 
.banner-sec {
    background: url(../images/hm-banner.webp) no-repeat;
    background-position: center;
    background-size: cover;
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner-sec .container {
    position: relative;
    height: 100vh;
    display: flex;
    align-items: center;
}
.banner-sec .row
{
    width: 100%;
}

.arrow-scroll
{
    position: absolute;
    left: 15px;
    bottom:30px;
    animation: ca3_fade_move_down 2s ease-in-out infinite;
}
@keyframes ca3_fade_move_down {
  0%   { transform:translate(0,-10px); opacity: 0;  }
  50%  { opacity: 1;  }
  100% { transform:translate(0,10px); opacity: 0; }
}
.banner-wrap h1
{
 color: #FDAB1D;
 font-size: 45px;
 line-height: 48px;
 padding-bottom: 12px;
 font-family:NotoSans-Bold; 
}
.banner-wrap p
{
 color: #A4C424;
 font-size: 18px;
 line-height: 22px;   
}
.banner-wrap p span
{
    display: block;
}
.about-sec
{
 background: url(../images/about-us-img.webp) no-repeat;
    background-position: center;
    background-size: cover;
  padding-top: 60px;
  padding-bottom: 140px;
}
.hm-smallhead
{
 font-size: 18px;
 line-height: 22px;
 padding-bottom: 5px;   
}
.hm-mainhead
{
color: #FDAB1D;
font-size: 30px;
line-height: 32px;
padding-bottom: 20px;
font-family:OpenSans-Bold;
}
.about-sec h5
{
 font-size: 24px;
 line-height: 30px;
 padding-bottom: 20px;   
}
.about-sec p
{
    padding-bottom: 30px;
}
.read-btn a
{
    background-color: #FDAB1D;
    display: inline-block;
    font-size: 18px;
    font-family:OpenSans-SemiBold;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
}
.read-btn a:hover
{
 background-color: #A4C424;   
}
.read-btn a img
{
    padding-left: 10px;
}
.vision-wrap
{
    margin-top: -100px;
    margin-bottom: 70px;
}
.vision-mission
{
    background: url(../images/blue-vision-bg.webp) no-repeat;
    background-position: center;
    background-size: cover;
    padding:50px 70px;
}
.vision-mission h3, .hm-value h2
{
color: #A4C424;
font-size: 30px;
 font-family:OpenSans-Bold;
 padding-bottom: 15px;
}
.vision-mission p
{
    color:#fff;
}
.hm-value h2
{
    padding-bottom: 20px;
}

.value-slider.owl-carousel .owl-stage
{
    padding-left:0px !important;
}
.value-slider.owl-theme .owl-dots .owl-dot span {
    width:11px;
    height:11px;
    margin: 5px 5px;
    background: #0094D980;
}
.value-slider.owl-theme .owl-dots .owl-dot.active span, .value-slider.owl-theme .owl-dots .owl-dot:hover span{
    background: #0094D9;
}
.value-slider.owl-theme .owl-dots {
    text-align: left;
    position: absolute;
    left: 0;
    bottom:-75px;
}
.value-slider.owl-theme .owl-nav
{
    position: absolute;
    bottom: 0;
    right: 10%;
}
.value-slider .owl-nav button.owl-prev
{
    position: absolute;
    width:26px;
    height:26px;
    bottom: -75px;
    margin: auto;
    right: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/left-arrow.svg) !important;
}
.value-slider .owl-nav button.owl-next {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: -75px;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/rigth-arrow.svg) !important;
}
.value-slider.owl-theme .owl-nav .owl-prev:hover,
.value-slider.owl-theme .owl-nav .owl-next:hover{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.value-slider .owl-nav button.owl-prev:after
{
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #0063A2;
    right: -8px;
    top:0px;
}
.value-box
{
 box-shadow: 0px 3px 6px #00000029;
 margin:5px;
 min-height: 382px;
 background-color: #fff;
}
.value-text
{
    padding: 20px;
}
.value-text h4
{
 color: #0063A2;
 font-size: 20px;
 line-height: 26px;
 padding-bottom: 10px;
  font-family:OpenSans-Bold;   
}
.hm-value
{
padding-bottom: 170px;
}
.hm-trans
{
background-color: #FFF9EB;
padding-top:90px;
padding-bottom: 130px;
}
.hm-trans p
{
 padding-bottom: 50px;   
}

.trans-slider.owl-carousel .owl-stage
{
    padding-left:0px !important;
}
.trans-slider.owl-theme .owl-nav
{
    position: absolute;
    bottom: 0;
    right: 10%;
}
.trans-slider .owl-nav button.owl-prev
{
    position: absolute;
    width:26px;
    height:26px;
    bottom: -75px;
    margin: auto;
    right: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/left-arrow.svg) !important;
}
.trans-slider .owl-nav button.owl-next {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom: -75px;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/rigth-arrow.svg) !important;
}
.trans-slider.owl-theme .owl-nav .owl-prev:hover,
.trans-slider.owl-theme .owl-nav .owl-next:hover{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.trans-slider .owl-nav button.owl-prev:after
{
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #0063A2;
    right: -8px;
    top:0px;
}
.trans-box
{
    position: relative;
}
.trans-box h4
{
    position: absolute;
    left: 35px;
    bottom:30px;
}
.trans-box h4 a
{
color: #fff;
font-size: 18px;
font-family:OpenSans-Bold;
}
.trans-box h4 a:hover
{
    border-bottom: 1px solid #fff;
}
.hm-chmsg-wrap
{
    padding: 50px 0px;
}
.hm-chmsg-wrap .row
{
    align-items: center;
}
.hm-chmsg-wrap h2
{
    padding-bottom: 5px;
}
.hm-chmsg-wrap h5
{
padding-bottom: 35px;
}
.hm-chtext
{
    max-width: 495px;
    width: 100%;
    margin-left: 30px;
}
.vc-text
{
 max-width: 495px;
 width: 100%;    
}
.n-show
{
    display: none;
}
.pd-r0 {
    padding-right: 0px;
}
.pd-l0
{
padding-left: 0px;
}
.hm-ch-img img
{
    width: 100%;
}
.slider.owl-carousel .owl-item img
{
 width: auto;
 display: inline-block;   
}
.slider .item
{
 background-repeat: no-repeat;
 background-size: cover;
 background-position: center;
 height: 100vh;
}
.item1
{
 background-image:url(../images/expertise/Infrastructure-img1.webp); 
}
.item2
{
 background-image:url(../images/expertise/manufacturing-img1.webp); 
}
.item3
{
 background-image:url(../images/expertise/mining-img1.webp); 
}
.item4
{
 background-image:url(../images/expertise/it-and-software-img1.webp); 
}
.item5
{
 background-image:url(../images/expertise/media-img1.webp); 
}
.item6
{
 background-image:url(../images/expertise/health-and-tourism-img1.webp); 
}
.item7
{
 background-image:url(../images/expertise/overseas-trade-img1.webp); 
}
.expertise-text h6
{
    color:#fff;
    padding-top: 40px;
}
.expertise-text p
{
    color: #fff;
    padding-bottom: 30px;
    max-width: 540px;
    width: 100%;
}
.expertise-text ul
{
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-left: 0px;  
}
.expertise-text ul li
{
font-size: 16px;
line-height: 22px;
padding-bottom: 15px;
color: #fff;  
}
.thumb-text
{
    position: relative;
    box-shadow: 0px 0px 4px 0px #ffffff;
    margin:10px;
}
.thumb-text h4
{
    font-size: 16px;
    color: #fff;
     font-family:OpenSans-Bold;
     position: absolute;
     left: 15px;
     bottom:15px;
}
.hm-expertise
{
    position: relative;
}
.thum-slider
{
    width: 600px;
    position: absolute;
    bottom:30px;
    left: 7%;
}
.slider2.owl-carousel .owl-item img
{
width:100%;
}
.slider2.owl-carousel .owl-item.center
{
display: none;
}
.slider.owl-theme .owl-nav
{
 position: absolute;
 left:56%;
 bottom:30px;   
}
.slider .owl-nav button.owl-prev
{
    position: absolute;
    width:26px;
    height:26px;
    bottom:0px;
    margin: auto;
    right: 40px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/expertise/left-white-arrow.svg) !important;
}
.slider .owl-nav button.owl-next {
    position: absolute;
    width: 26px;
    height: 26px;
    bottom:0px;
    margin: auto;
    right: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/expertise/right-white-arrow.svg) !important;
}
.slider.owl-theme .owl-nav .owl-prev:hover,
.slider.owl-theme .owl-nav .owl-next:hover{
    background: none;
    color: #FFF;
    text-decoration: none;
    background-repeat: no-repeat;
    background-size: contain;
}
.slider .owl-nav button.owl-prev:after
{
    content: '';
    position: absolute;
    width: 1px;
    height: 18px;
    background-color: #fff;
    right: -8px;
    top:0px;
}
.get-intouch
{
    padding-bottom: 100px;
}
.get-intouch h2
{
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 60px;
}

.office-addres h4
{
  font-size: 24px;
  line-height: 30px; 
  border-bottom:3px solid #0063A2;
   font-family:OpenSans-Bold;
   min-height: 65px;
   padding-bottom: 5px;
}
.office-addres p
{
  font-size: 24px;
  line-height: 30px;
  font-family:OpenSans-Condensed-Light; 
  padding-top: 10px;
}
.office-addres p span
{
    display: block;
}

/**/

.serviceHeads {
  background-image: url("../images/header.webp");
  background-size: cover;
  background-position: left top;
  background-repeat: no-repeat;
  min-height: 46px;
  padding-top: 120px;
  padding-bottom: 40px;
}
.infraRepeat {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  align-items: center;
}
.serviceHeads h3, .key-top h3 {
  font-size: 45px;
  line-height: 48px;
  color: #FDAB1D;
  font-family: NotoSans-Bold;
}

.infraRepeat h4 {
  font-size: 30px;
  line-height: 32px;
  color: #FDAB1D;
  font-family: OpenSans-Bold;
  margin-bottom: 20px;
}
.infraRepeat p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.infraBot h3 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #454545;
  font-family: OpenSans-Regular;
  margin-bottom: 40px;
}
.infraBot p {
  font-size: 16px;
  color: #454545;
  line-height: 20px;
}
.techIns h4 {
  color: #0063A2;
  font-size: 24px;
  line-height: 20px;
  margin-bottom: 20px;
  margin-top: 12px;
  font-family: OpenSans-Bold;
}
.techIns {
  background-color: #fff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px;
  min-height: 475px;
}
.techIns.minHimet{
    min-height: 609px;
}
.infraBot {
  padding: 45px 0px;
}
.techBoxes {
  padding: 65px 0px;
}
.service_bg_1{
    background-image: url("../images/services-and-d-banner-img.webp");
}
.service_bg_2{
    background-image: url("../images/manufacturing-d-img.webp");
}
.service_bg_3{
    background-image: url("../images/mining-d-img.webp");
}
.service_bg_4{
    background-image: url("../images/technology-img.webp");
}
.service_bg_5{
    background-image: url("../images/media-img.webp");
}
.service_bg_6{
    background-image: url("../images/health-and-tourism-img.webp");
}
.service_bg_7{
    background-image: url("../images/overseas-trade-d-img.webp");
}
.mrTop{
    margin-top: 40px;
}
/**/

.topBanner {
  background: url(../images/about-us-banner-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  align-items: center;
}

.topBanner h1 {
    padding-top: 82px;
    font-size: 45px;
    line-height: 48px;
    color: #FDAB1D;
    font-family: NotoSans-Bold;
    margin-bottom: 5px;
}
.topBanner p {
  font-size: 18px;
  line-height: 22px;
  color: #A4C424;
}
.headSec{
    padding: 55px 0px 75px 0px;
}

.headQuarter h3 {
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #454545;
  font-family: OpenSans-Regular;
  margin-bottom: 20px;
}
.headQuarter p {
  text-align: center;
}

.visionMission {
  background: url(../images/blue-vision-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 139px;
  padding: 40px 70px;
  margin-bottom: 33px;
  margin-top: 23px;
}

.visionIns {
  max-width: 433px;
  width: 100%;
}
.visionIns h4 {
  color: #A4C424;
  font-size: 30px;
  line-height: 22px;
  margin-bottom: 15px;
  font-family: OpenSans-Bold;
}
.visionIns p {
  color: #fff;
  line-height: 24px;
}

h3.greeHeads {
  color: #A4C424;
  font-size: 30px;
  line-height: 22px;
  margin-bottom: 40px;
  font-family: OpenSans-Bold;
}
.ourValuesSlider.owl-carousel .owl-stage {
  padding-left: 0px !important;
}
.ourValuesSlider.owl-carousel .owl-stage-outer {
  overflow: visible!important;
}

.valCaps h4 {
  font-size: 22px;
  line-height: 22px;
  color: #0063A2;
  margin-bottom: 10px;
  font-family: OpenSans-Bold;
}
.valCaps p {
  line-height: 24px;
}
.valCaps {
  box-shadow: 0px 3px 6px #00000029;
  padding: 26px 23px;
  min-height: 220px;
}

.chairmanBg {
  padding: 55px 0px;
  background-color: #EBEBEB;
}
.managerBg {
  padding: 55px 0px;
  background-color: #FFF9EB;
}
.ourServices {
  padding: 95px 0px;
}

.chairmanBg p {
  margin-bottom: 20px;
  line-height: 29px;
  color: #454545;
  font-size: 16px;
}
.maningDirector h4 {
  color: #FDAB1D;
  font-size: 24px;
  line-height: 32px;
  font-family: OpenSans-Bold;
  margin-top: 10px;
}
.maningDirector p {
  font-size: 20px;
  margin-bottom: 0px;
}
.ourServices h3 {
  color: #FDAB1D;
  font-size: 30px;
  line-height: 32px;
  font-family: OpenSans-Bold;
  margin-bottom: 30px;
}

.serviceImg {
  position: relative;
  margin-bottom: 35px;
}
.serviceCaps {
  position: absolute;
  bottom: 40px;
  left: 26px;
}
.serviceCaps h4 {
  font-size: 24px;
  color: #fff;
  line-height: 36px;
  font-family: OpenSans-Bold;
}
.serviceCaps p {
  color: #fff;
  font-size: 25px;
  line-height: 30px;
  font-family: OpenSans-Condensed-Light;
}
.serviceCaps p span{
    display: block;
}
.ourValuesSlider .owl-nav button.owl-next {
    position: absolute;
    width: 33px;
    height: 20px;
    bottom: -45px;
    margin: auto;
    right: 0px;
    background-image: url(../images/rigth-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.ourValuesSlider .owl-nav button.owl-prev {
    position: absolute;
    width: 33px;
    height: 20px;
    bottom: -45px;
    margin: auto;
    right: 48px;
    opacity: 1;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.ourValuesSlider.owl-theme .owl-nav .owl-prev:hover,
.ourValuesSlider.owl-theme .owl-nav .owl-next:hover,
.coresecSlider.owl-theme .owl-nav .owl-prev:hover,
.coresecSlider.owl-theme .owl-nav .owl-next:hover {
    background: none;
    color: #FFF;
    text-decoration: none;
    width: 33px;
    height: 20px;
}
.bhangBnr{
    background: url(../images/bhangdiya-foundation-banner-img.webp);
}
.commonBanner {
  
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
  height: 100vh;
  display: flex;
  align-items: center;
}
.commonBanner span{
    font-size: 23px;
     font-family:OpenSans-Regular;
     color: #fff;
}
.commonBanner h1{
    font-size: 45px;
     font-family:NotoSans-Bold;
     color: #FDAB1D;
     line-height: 48px;
}
.aboutBhandBnr{
    background: url(../images/about-us-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutBhandTxt h3{
    font-size: 30px;
    color: #0063A2;
     font-family: OpenSans-Bold;
     padding:40px 0 15px;
}
.aboutBhandTxt p{
    font-size: 24px;
    font-family:OpenSans-Regular;
    line-height: 29px;
}
.mrgnTb{
    margin-top: 50px;
}
.misionIn{
        max-width: 100%;
    width: 100%;
}
.missionMain{
    margin: 50px 0px 50px;
}
.coreSec{
    background: url(../images/core-focus-areas-bg.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 50px 0 70px;
}
.coreTxt h4{
    color: #0063A2;
    font-size: 22px;
     font-family: OpenSans-Bold;
     padding-bottom: 15px;
}
.coreTxt{
        background: #fff;
    padding: 30px 30px 0px 30px;
    box-shadow: 0px 3px 6px #00000029;
    min-height: 200px;
    margin: 3px;
}
.coresecSlider.owl-carousel .owl-stage {
    padding-left: 0px !important;
}

.coreSec h2{
    font-size: 30px;
    color: #FDAB1D;
    padding-bottom: 20px;
    font-family: OpenSans-Bold;
}
.coresecSlider .owl-nav button.owl-prev {
    position: absolute;
    width: 33px;
    height: 20px;
    bottom: 0px;
    margin: auto;
    right: 48px;
    opacity: 1;
    background-image: url(../images/left-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.coresecSlider .owl-nav button.owl-next {
    position: absolute;
    width: 33px;
    height: 20px;
    bottom: 0px;
    margin: auto;
    right: 0px;
    background-image: url(../images/rigth-arrow.svg) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.coresecSlider.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: left;
    margin-top: 40px;
}
.coresecSlider.owl-theme .owl-dots .owl-dot.active span{
    background: #0063A2;
     transform: scale(1.5);
}
.coresecSlider.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
       
         background: #0063A2;
}
.coresecSlider .owl-nav button.owl-prev::before {
    background: #0063A2;
    height: 20px;
    width: 2px;
    position: absolute;
    content: "";
    left: 40px;
    top: 0;
}
.appSec{
  background: url(../images/our-approach-img.webp);
}
.appTxt h3{
    font-size: 30px;
    color: #FDAB1D;
     font-family: OpenSans-Bold;
     padding-bottom: 15px;
}
.appTxt p{
    color: #fff;
    line-height: 24px;
}
.impactSec{
     background: url(../images/our-impact-img.webp);
  
}
.getSec{
  background: url(../images/get-involved-img.webp);
}
.careerBnr{
     background: url(../images/career-banner-img.webp);
}
.workSec{
    background: url(../images/why-work-img.webp);
}
.workTxt h3{
    font-size: 30px;
    color: #0063A2;
      font-family: OpenSans-Bold;
     padding-bottom: 15px;
}
.workTxt p{
    line-height: 20px;
}
.boxBnr {
  
  background: url(../images/box-bg.webp);
  background-repeat: no-repeat!important;
  background-position: center!important;
  background-size: cover!important;
  padding: 40px 0 40px;
}
.boxInner {
    box-shadow: 0px 3px 6px #00000029;
    padding: 30px;
    min-height: 475px;
    margin-bottom: 20px;
}
.boxInner:hover{
    cursor: pointer;
}
.boxInner h4{
    font-size: 24px;
    color: #0063A2;
    font-family: OpenSans-Bold;
     padding: 15px 0 15px;
}
.careerBtm{
    margin-top: 20px;
}

.key-top
{
padding-top: 120px;
padding-bottom: 40px;
}
.key-project
{
    background-color: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}
.key-project .col-xl-6
{
    padding-right: 58px;
}
.key-project h5
{
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 15px;
}
.key-project-img
{
    position: absolute;
    top:0;
    right: 0;
    width: 50%;
}
.key-project-btm
{
    padding: 80px 0px;
}
.key-project-img1
{
    position: absolute;
    left: 0;
    top:0;
    width: 50%;
}
.key-project1 .col-xl-6
{
    padding-right: 0px;
    padding-left: 40px;
}
.pb-20
{
    padding-bottom: 20px;
}
.key-project1 p
{
    padding-bottom: 20px;
}
.project-slide
{
    padding: 60px 0px 100px 0px;
}
.project-box
{
 box-shadow: 0px 3px 6px #00000029;
 padding: 30px;
 background-color: #fff;
 margin:5px;
 min-height: 480px; 
}
.project-box h4
{
 color: #0063A2;
 font-size: 24px;
 line-height: 30px;
 padding-bottom: 20px;
 font-family:OpenSans-Bold;
 margin-top: 15px;   
}
.ghod-project
{
    background-image: url(../images/ghodazari-project-img.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 100vh;
    display: flex;
    align-items: center;
}
.ghod-project p
{
    color: #fff;
}
.expertise-text ul li a
{
    color: #fff;
    text-decoration: underline !important;
}
.coresecSlider.owl-carousel .owl-stage-outer {
    overflow: visible !important;
}
.our-project h2
{
    font-size: 24px;
    font-family:OpenSans-Bold;
    color:#FDAB1D;
    padding-bottom: 30px; 
}
.project-table
{
    margin-bottom: 30px;
}
.disBlck{
    display: none;
}

.ScrollSmoother-wrapper
{
   overflow:initial !important;
}
/* Global heading override */
h1, h2, h3, h4, h5, h6 {
    font-family: 'NotoSans-Bold', sans-serif !important;
}
