:root {
	--primaryColor: #203769;
	--pText: #404040;
	--hText: #000000;
}
html, body {
	margin: 0;
	padding: 0;	
	font-family: 'Inter', sans-serif;
	color: var(--pText);
	font-size: 16px;
  font-weight: 400;
	line-height: 2;
  position: relative;
  -webkit-font-smoothing: antialiased;    
  scroll-behavior: smooth;
}
/* body:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/body-bg.svg),#fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: -1;
} */
*{
  box-sizing: border-box;
}
.btn-check:focus+.btn, .btn:focus {
  box-shadow: none;
}
h1, h2, h3, h4, h5, h6 {
	color: var(--hText);
	font-family: 'Roboto', sans-serif;
}
h5 {
  font-size: 22px;
  font-weight: 500;
  color: var(--hText);
  letter-spacing: 4px;
  padding-bottom: 4px;
}
h2 {
  font-size: 34px;
  font-weight: 800;
  padding-bottom: 12px;
  color: var(--primaryColor);
}
a, a:focus, a:hover {
	text-decoration: none;
}
.primaryBtn, .primaryBtn:focus {
    color: #fff !important;
    background: var(--primaryColor);
	  padding: 10px 25px;
    font-size: 14px;    
    border-radius: 10px;
	  max-width: 150px !important;
	  transition: all .6s ease 0s;
}
.primaryBtn:hover {
    color: #fff !important;
    background: #8f9bb4;
}
.primaryBtn img {
    width: 10px;
}
main {
	/* background: #fff;
  position: relative;
  z-index: 1000; */
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  outline: none;
  border: 3px solid #2037699c;
  cursor: pointer;
  border-radius: 50px;
}
#myBtn:hover {
  background-color: #555;
}
/* Navbar Start */
nav {
	padding: 25px 0 !important;
	background: #fff !important;
	transition: all .5s ease-in-out;
}
nav.scrolled {
	padding: 10px 0 !important;
	background-color: rgb(255 255 255 / 95%)!important;
	box-shadow: 0 4px 12px 0 rgb(7 65 173 / 5%);    
}
.navbar-nav {
	margin-top: 20px;
	transition: all .5s ease-in-out;
}
nav.scrolled .navbar-nav {
	margin-top: 0px;
}
.navbar-brand img {
	max-width: 155px;
	transition: all .5s ease-in-out;
}
nav.scrolled .navbar-brand img {
	max-width: 120px;
}
.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav .nav-link:focus {
    color: var(--pText);
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link:hover {
    color: var(--primaryColor);
}
.dropdown-toggle::after {
    opacity: 0.3;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
}
.navbar-dark .navbar-toggler {
    background: #203769;
}
nav .dropdown-menu {
	background-color: #fff;
  box-shadow: 0 4px 12px 0 rgb(7 65 173 / 5%);
  border: 1px solid rgb(188 195 210 / 16%);
  border-top: 2px solid var(--primaryColor);
}
nav .dropdown-menu li {
    border-top: 1px solid rgb(188 195 210 / 16%);
	font-size: 14px;
	color: var(--pText);
}
nav .dropdown-menu li a:focus {
	color: var(--pText);
    background-color: #e9ecef;
}
nav .dropdown-menu li:first-child {
	border-top: none;
}
.linkedinIcon img {
  width: 24px;
  margin-top: 10px;
}
.phoneIcon {
  width: 24px !important;
  margin-top: 10px !important;
  margin-right: 4px;
  border-radius: 4px;
}
.aLink, .aLink:focus {
  color: #c4cfe2 !important;
} 
.aLink:hover {
  color: #fff !important;
} 
/* Navbar End */
/* Home Banner Text Start */
.homeBanner-text {
	margin: 10.5% 0 3% 0;
}
.homeBanner-text h1 {
	font-size: 42px;
	font-weight: 800;
}
.homeBanner-text p {
	max-width: 80%;
}
.homeBanner-text-btn {
	text-align: end;
	padding: 30px 0 50px 0;
}
.sliderTop {
  margin-top: 165px;
}
/* Home Banner End */
/* Carousel Start */
#introCarousel,
.carousel-inner,
.carousel-item,
.carousel-item.active {
  height: 555px;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 4px 12px 0 rgb(7 65 173 / 5%);
}
.carousel-item {        
  position: relative;
}
/* .carousel-item::before {        
  content: '';
  top: 0;
  left: 0;        
  width: 100%;
  height: 100%;
  z-index: 10;
  position: absolute;
  border-radius: 30px;        
  background: linear-gradient(90deg, rgba(9,45,116,1) 0%, rgba(9,45,116,0) 56%, rgba(9,45,116,0) 100%);
} */
.carousel-item img {
  width: 100%;
  border-radius: 30px;
}
.sliderCaption {
  position: sticky;
  bottom: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-attachment: fixed;
  z-index: 10;
}
.sliderCaption h2 {
  color: #fff;
  border-bottom: 2px solid #ffffff8a;
  margin-top: 20px;
  text-align: right;
  position: absolute;
  bottom: 10%;
  right: 0;
  font-size: 34px !important;
  padding: 20px 30px;
  font-style: italic;
}
.carousel-item:nth-child(1) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(2) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

.carousel-item:nth-child(3) {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.carousel {
  position: relative;
}
.carousel.pointer-event {
  touch-action: pan-y;
}
.carousel-indicators {
  left: initial;
  top: -8%;
  right: 0;
  margin-right: 0;
  margin-bottom: 0;
}
.carousel-indicators [data-mdb-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  padding: 1px;
  border-radius: 100%;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: var(--primaryColor);
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: .5;
  transition: opacity .6s ease;
}
.carousel-indicators .active {
  opacity: 1;
}
.carosualPlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.carosualPlay img {
  max-width: 65px;
  width: 100%;
  max-height: 65px;
  height: 100%;
  border-radius: 0;
  cursor: pointer;
  z-index: 10;
}
.carosualPlay img:hover {
  opacity: 0.8;
  transition: all .6s ease 0s;
}

.carosualPlay:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 50%;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}
.homeBanner-modal .modal-content {
  background: #000;
  border-radius: 30px;
}
.homeBanner-modal .btn-close, .homeBanner-modal .btn-close:focus {
  border: 1px solid #ff0000;
  box-shadow: none;
  background: transparent url(../img/modal-cross-icon.svg) center/1em auto no-repeat;
  float: right;
  border-radius: 100px;
  padding: 16px;
  width: 0px;
  height: 0px;
}
.modal-backdrop {
  background-color: var(--primaryColor);
}
.youtube-container {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
/* Carousel End */
/* About Start */
.homeAbout {
  padding: 85px 0;
}
.homeAbout-text {
  padding-top: 100px;
}
.aboutimg {
  text-align: center;
  padding-top: 12%;
}
.aboutimg img {
  width: 80%;
}
/* About End */
/* Services Start */
.homeServices .homeServices-box {
  position: relative;  
  padding: 50px 20px 20px 20px;
}
.homeServices .homeServices-box::before {
  position: absolute;
  background: #edeef2;
  border-radius: 30px;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  z-index: -1;
  height: 75%;
}
/* Services End */
/* Logo Slider Start */
.slick-slide {
  margin: 0px 20px;
}

.slick-slide img {
  width: 100%;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  position: relative;
  border-radius: 30px;
  height: 375px;
  object-fit: cover;
  object-position: center;
}
.slide.slick-slide.slick-slide {
  position: relative;
}
.slide.slick-slide.slick-slide::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  margin: 0;
  background: linear-gradient(3deg, rgba(9,45,116,1) 0%, rgba(9,45,116,0) 56%, rgba(9,45,116,0) 100%);
  border-radius: 30px;
}
.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}
.customer-logos {
  position: relative;
}
.customer-logos .rightArrow {
  position: absolute;
  top: -60px;
  right: 0;
  cursor: pointer;
  z-index: 1;
}
.customer-logos .leftArrow {
  position: absolute;
  top: -60px;
  right: 55px;
  cursor: pointer;
}
.homeServices-caption {
  position: absolute;
  bottom: 0;
}
.homeServices-caption a {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  display: inline-flex;
  width: 100%;
  padding: 18px 30px;
  border-radius: 0 0 30px 30px;
  z-index: 100;
  position: relative;
}
.homeServices-caption a img {
  width: 20px;
  height: 20px;
  margin-left: 10px;
  margin-top: 5px;
}
/* Logo Slider End */
/* News Start */
.homeNews {
  padding: 60px 0 140px 0;
}
.homeNews-box {
  position: relative;
}
.homeNews-box::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  margin: 0;
  background: linear-gradient(3deg, rgba(9,45,116,1) 0%, rgba(9,45,116,0) 56%, rgba(9,45,116,0) 100%);
  border-radius: 30px;
}
.homeNews-box img {
  border-radius: 30px;
}
.homeNews-box-text {
  position: absolute;
  bottom: 15px;
  left: 30px;
  z-index: 1;
  right: 0;
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.homeNews-box-text h3 {
  font-size: 24px;
  color: #fff;
  padding-top: 35px;
}
/* News End */
/* Home Connect Start */
.homeConnect {
  padding-bottom: 140px;
}
.homeConnect-box {
  background: #E7EFFD;
  padding: 40px;
  border-radius: 30px;
}
.homeConnect-img {
  position: relative;
}
.homeConnect-img::before {
  position: absolute;
  content: "";
  left: 0;
  top: -75px;
  width: 80%;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  border-radius: 30px;
  background: url(../img/home-connect.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 0;
}
.homeConnect-img h3 {
  position: relative;
  font-size: 30px;
  color: #fff;
  padding: 30px;
  z-index: 1;
  width: 60%;
  bottom: -140px;
  font-weight: 300;
}
.homeConnect-img h3 span {
  font-weight: 600;
}
.homeConnect-text {
  height: 250px;
  padding: 6% 0;
}
.homeConnect-text h3 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
  padding-bottom: 20px;
}
.homeConnect-text h3 span {
  display: block;
}
/* Home Connect End */
/* Footer Start */
footer {
  padding-top: 32px;
	background: var(--primaryColor);
	bottom: 0;
  z-index: 0;
  position: relative;
  float: left;
  width: 100%;
  height: 100%;
}
footer:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /* background: url(../img/body-bg.svg); */
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}
footer:after {
  position: absolute;
  content: "";
  opacity: 0.8;
  left: 0;
  top: 5%;
  width: 100%;
  height: 80%;
  background: url(../img/footer-bg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  z-index: -1;
}
footer h4 {
	color: #fff;
  font-size:22px;
  padding: 20px 0;
}
footer a, footer p {
  color: #D6DBE4 !important;
  /* display: block; */
  padding-bottom: 10px;  
  font-size: 15px;
  transition: all .6s ease 0s;
}
footer a:hover {
  color: #fff !important;
}
.footerSticky-link {
  padding-top: 15px;
}


.footerSticky-link ul{
  padding: 0px;
  margin: 0px;
  display: flex;
}

.footerSticky-link ul li{
  list-style: none;
  position: relative;
}

.footerSticky-link a {
  position: relative;
  padding-right: 56px;
  font-size: 16px;
}
.footerSticky-link li:before {
  border-right: 2px solid rgb(238 238 238 / 26%);
  position: absolute;
  content: '';
  right: 0;
  top: 17px;
  height: 14px;
  margin-right: 23px;
}
.footerSticky-link li:last-child:before {
  border-right: transparent; 
}
.footer-logo img {
  width: 125px;
}
.footer-subscribe {
  border-bottom: 1px solid #586a8f;  
}
.footer-subscribe input, .footer-subscribe input:focus {
  color: #fff;
  border: none;
  box-shadow: none;
  background: transparent;
}
.footer-subscribe button, .footer-subscribe button:focus {
  background: #122652;
  border: none;
  display: flex;
  margin-bottom: 5px;
  width: 125px; 
  max-width: 155px;
}
.footer-subscribe button img {
  margin-top: 10px;
  margin-left: 6px;
}
.copyRight {
  /* border-top: 1px solid #203E79; */
  padding-top: 20px;
  margin-top: 30px;
}
.copyRight p, .copyRight a {
  display: flex;
  font-size: 14px !important;
  margin-bottom: 0;
}
.copyRight-end {
  display: flex;
  justify-content: end;
}
.footer-subscribe input::placeholder {
  color: #8394b7;
}

.footer-subscribe input::-ms-input-placeholder { 
  color: #8394b7;
}
/* Footer End */
/* Inner Banner Start */
.innerBanner {
  position: relative;
  margin-top: 120px;
  width: 100%;
  height: 320px;
  display: flex;
  align-items: center;
  z-index: 0;  
}
.innerBanner::before {        
  content: '';
  top: 0;
  left: 0;        
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;      
  background: linear-gradient(90deg, rgba(9,45,116,1) 0%, rgba(9,45,116,0) 56%, rgba(9,45,116,0) 100%);
}
.innerBanner-text {
  z-index: 1;
}
.innerBanner h1 {   
  font-size: 42px;
  font-weight: 800;
  color: #fff;
}
.innerBanner p {   
  color: #fff;
}
.innerBanner a {   
  color: #D6DBE4;
}
.anOverview-Banner {
  background: url(../img/an-overview-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.aboutUs-Banner {
  background: url(../img/aboutus-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.whatWe-Banner {
  background: url(../img/whatwe-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.impact-Banner {
  background: url(../img/impact-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.news-Banner {
  background: url(../img/news-banner.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
/* Inner Banner End */
/* An Overview Start */
.overviewSec {
  padding-top: 120px;
}
.overviewSec .row {
  padding-bottom: 110px;
}
.overviewSec-left {
  position: relative;
}
.overviewSec-left img {
  border-radius: 30px;
  width: 100%;
}
.overviewSec-left a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 100%;
  height: 40px;
  line-height: 1.5;
}
.overviewSec-left a img {
  border-radius: 0;
  width: 10px;
}
.overviewSec-text {
  position: relative;
  margin-left: 35px;
  padding: 15% 0;
}
.overviewSec-text-left h6 {
  left: 0;
  right: initial !important;
}
.overviewSec-text h3 {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
  color: var(--primaryColor);
}
.overviewSec-text p {
  padding-bottom: 15px;
}
.overviewSec-text h6 {
  color: #DBDFE7;
  font-size: 50px;
  font-weight: 800;
  background: #fff;
  position: absolute;
  right: 0;
  padding: 10px;
  border-radius: 50px;
  z-index: 1;
}
.hrLine {
  border-top: 2px solid #cfd8e8;
  margin-top: 55px;
}
/* An Overview End */
/* Right Sidebar Sticky Start */
.siderBar {
  width: 100%;
  background-color: var(--primaryColor);
  color: #fff;
  max-height: 300px;
  max-width: 275px;
  text-align: center;
  display: inline-block;
  border-radius: 30px;
  padding: 6px 0;
  margin-top: 50px;
  margin-left: 50px;
}
.siderBar h6 {
  color: #fff;
  text-align: left;
  padding-left: 35px;
  font-size: 18px;
  font-weight: 400;
  padding-top: 10px;
  margin-bottom: 15px;
}
.siderBar h6 a {
  color: #fff;
}
.siderBar h6 a:hover {
  color: #c4cfe2;
}
.siderBar ul {
  text-align: left;
  margin-left: -30px;
  margin-bottom: 0;
}
.siderBar ul li {
  border-top: 1px solid #4e658a;
  list-style: none;
  padding: 8px 20px 8px 35px;
  font-size: 16px;
  font-weight: 300;
}



.siderBar ul li a {
  color: #c4cfe2;
  transition: all .6s ease 0s;
  padding: 0px;
}
.siderBar ul li a:hover {
  color: #fff;
}
.siderBar ul li.current-menu-item a,
.siderBar ul li a.active {
  color: #fff;
}
.mainSticky {
  float: left;
  width: 100%; 
  position: relative;
}
.mainSticky .container{
  display:flex
}
.siderBar.fixed{
  position:fixed;
}
.siderBar.footerSticky{
  position:absolute; 
  bottom:0; 
  top:inherit!important
}
.newsSidebar {
  max-height: 65vh;
  position: relative;
  background: #fff;
  text-align: left;
  margin-left: 50px;
  border-radius: 0;
  margin-top: 75px;
  z-index: 1;
}
.newsSidebar h5 {
  color: var(--primaryColor);
  letter-spacing: 0;
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 600;
  padding-top: 10px;
}
.newsSidebar p {
  color: var(--hText);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
}
.newsSidebar h6 {
  color: #7d7d7d;
  font-size: 13px;
  text-align: left;
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 6px;
}
.newsSidebar .hrLine1 {
  margin: 15px 0;
}
.newsBtn img {
  border-radius: 0 !important;
  margin: 0 !important;
}
/* Right Sidebar Sticky End */ 
/* Brief Start */
.briefSection {
  padding: 100px 0;
}
.briefSection-box {
  position: relative;
}
.briefSection-box img {
  border-radius: 30px;
}
.briefSection-box-text {
  position: absolute;
  bottom: 0;
  right: 10px;
  background: rgb(32 55 105 / 90%);
  color: #fff;
  margin-bottom: 0;
  max-width: 32%;
  height: 100%;
  min-height: 326px;
  padding: 25px 30px;
  border-radius: 0 30px 30px 0;
  display: flex;
  align-items: center;
  right: 0px;
}
.briefSection-box-text p {
  padding: 50% 0;
  font-style: italic;
}
/* Brief End */
/* Focus Start */
.focusSection {
  padding: 85px 0;
}
.focusSection-img1 {
  border-radius: 50px;
  margin: 15px 0 30px 0;
  min-height: 300px;
  object-fit: cover;
  object-position: center;
}


.about-overview-block h6,
.focusSection-bg {
  background: var(--primaryColor);
  border-radius: 20px;
  margin: 10px 10px 25px 10px;
  color: #fff;
  max-width: 97%;
  padding: 30px 5%;
}
.focusSection-link {
  background: #edeef2;
  border-radius: 20px;
  margin: 10px 10px 25px 10px;
  max-width: 97%;
  padding: 15px 5%;
}
.focusSection-link a {
  color: #2A6CEE;
  font-size: 17px;
  padding-left: 10px;
}
.focusSection-img2,
.focusSection-img2 img {
  border-radius: 30px;
  margin: 15px 0 30px 0;
}
.focusSection-list p {
  margin-bottom: 0;
  padding-bottom: 10px;
}
.focusSection-list p img {
  width: 24px;
  margin-right: 10px;
}
/* Focus End */
/* SDG Start */
.sdgSection {
  padding: 85px 0;
}
.sdgSection-text {
  padding: 35% 0;
  position: relative;
}
.sdgSection-text h3 {
  font-size: 24px;
  padding-left: 18px;
  color: var(--primaryColor);
  font-weight: 600;
  padding-bottom: 6px;
}
.sdgSection-text h3 span {
  font-weight: 600;
  font-size: 48px;
  color: #2037694d;
  display: block;
}
.sdgSection-text h6 {
  color: #DBDFE7;
  font-size: 30px;
  font-weight: 500;
  padding-left: 18px !important;
  background: #fff;
  position: absolute;
  left: 0;
  padding: 10px;
  border-radius: 50px;
  z-index: 1;
}
.sdgSection-text p {
  padding-left: 18px;
  width: 68%;
  font-weight: 600;
  line-height: 1.6;
}
/* SDG End */
/* Launch video start */
.launchVid iframe {
  margin-top: 15px;
  border-radius: 30px;
  min-width: 100%;
} 
.cursorPointer {
  cursor: pointer;
}
/* Launch Video End */
/* About Start */
.aboutSec {
  padding-top: 110px;
}
.aboutSec-left {
  padding-bottom: 100px;
}
.aboutSec-left img {
  border-radius: 30px;
  width: 100%;
}
.aboutSec-text {
  padding: 20% 0;
}
.aboutSec-text h3 {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
}
.aboutSec-text p {
  padding-bottom: 15px;
}
.sdgSec {
  padding-bottom: 10px;
}
.sdgSec-left {
  padding-bottom: 100px;  
}
.sdgSec-left img {
  border-radius: 30px;
  width: 100%;
  padding-top: 10px;
}
.sdgSec-text {
  padding: 20% 0;
}
.sdgSec-text h3 {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
}
.sdgSec-text p {
  padding-bottom: 15px;
  max-width: 80%;
}
.csrSec {
  padding-top: 95px;
}
.csrSec-left {
  padding-bottom: 100px;
}
.csrSec-left img {
  border-radius: 30px;
  width: 100%;
  padding-top: 10px;
}
.csrSec-text {
  padding: 20% 0;
  margin-left: 35px;
}
.csrSec-text h3 {
  font-weight: 600;
  font-size: 32px;
  padding-bottom: 10px;
}
.csrSec-text p {
  padding-bottom: 15px;
  max-width: 80%;
}
/* About End */
/* Team Start */
.teamaboutSec {
  padding-bottom: 65px;
}
.teamaboutSec h3 {
  font-weight: 600;
  font-size: 32px;
  color: var(--primaryColor);
}
.teamaboutSec-box {
  padding: 30px 0;
  max-width: 80%;
}
.teamaboutSec-img {
  position: relative;
}
.teamaboutSec-img img {
  border-radius: 30px;
}
.teamaboutSec-img a {
  position: absolute;
  right: 30px;
  bottom: 25px;
  height: 40px;
  line-height: 1.5;
}
.teamaboutSec-box h6 {
  color: var(--primaryColor);
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 5px;
  padding-top: 20px;
}
.teamaboutSec-box h4 {
  color: var(--hText);
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.teamaboutSec-box .primaryBtn img {
  border-radius: 0 !important;
}
/* Team End */
/* Partner Start */
.partnerSection {
  padding: 75px 0 95px 0;
}
.partnerSection img {
  border-radius: 45px;
  margin: 15px 0 30px 0;
}
/* Partner End */
/* Shareholder Start */
.shareholdersSection {
  padding: 95px 0;
}
.shareholdersSection img {
  border-radius: 45px;
  /* margin: 15px 0 30px 0; */
}
.shareholdersSection-box {
  position: relative;
}
.shareholdersSection-box-text {
  position: absolute;
  bottom: 0;
  right: 10px;
  background: rgb(32 55 105 / 90%);
  color: #fff;
  margin-bottom: 0;
  max-width: 40%;
  height: 100%;
  min-height: 495px;
  padding: 0 30px;
  border-radius: 0 45px 45px 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.shareholdersSection-box-text h4 {
  color: #fff;
}
.hrLine1 {
  border: 1px dotted #4e658a !important;
  opacity: .1;
  height: 0 !important;
  width: 96%;
  margin: 0 auto;
}
/* Shareholder End */
/* Team Members Start */
.teamsSection {
  padding: 85px 0;
}
.teamsSection-box {
  background: #edeef2;
  margin: 15px 15px 30px 15px;
  border-radius: 30px;
  position: relative;
}
.teamsSection-box img {
  max-width: 100%;
  border-radius: 30px 0 0 30px;
  margin-left: -15px;
}
.teamsSection-box h4 {
  color: var(--primaryColor);
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
  padding-top: 40%;
}
.teamsSection-box h6 {
  font-size: 18px;
  color: var(--hText)
}
.teamsSection-box h4 span {
  font-size: 16px;
}
.teamsSection-bg {
  position: relative;
}
/* Team Members End */
/* Services Do Start */
.servicesSec {
  padding: 70px 0 90px 0;
}
.servicesSec-box {
  background: #E7EFFD;
  margin: 15px 0;
  max-width: 100%;
  border-radius: 30px;
  position: relative;
}
.servicesSec-box::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  bottom: 0;
  right: 0;
  content: '';
  display: block;
  position: absolute;
  margin: 0;
  background: linear-gradient(3deg, rgba(9,45,116,1) 0%, rgba(9,45,116,0) 56%, rgba(9,45,116,0) 100%);
  border-radius: 30px;
}
.servicesSec-box img {
  border-radius: 30px;
  height: 325px;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.servicesSec-box-text {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  right: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.servicesSec-box-text a {
  margin-right: 50px;
  transition: all .6s ease 0s;
}
.servicesSec-box-text a:hover {
  opacity: .8;
}
.servicesSec-box-text a img {
  width: 60px;
}
.servicesSec-box-text h4 {
  color: #fff;
  max-width: 50%;
  line-height: 1.4;
  font-size: 22px;
  text-transform: uppercase;
}
/* Services Do End */
/* Key Projects Do Start */
.whatweSec{
  padding-top: 80px;
}
.keySec {
  padding: 50px 0 0 0;
}
.keySec-box {
  /* background: #E7EFFD; */
  margin: 15px 0;
  padding: 35px 35px 45px 35px;
  border-radius: 30px;
  background: linear-gradient(180deg, #edeef2 0%, rgba(255,255,255,0) 100%);
}
.keySec-box h4 {
  color: var(--hText);
  padding-bottom: 3px;
  font-size: 22px;
}
.keySec-box h6 {
  color: var(--primaryColor);
  font-size: 17px;
  padding-bottom: 8px;
}
.keySec-box p {
  padding-bottom: 5px;
}
.keySection {
  padding: 20px;
}
.keySection-h4 {
  color: var(--primaryColor);
  font-size: 22px;
  padding-top: 10px;
  font-weight: 600;
}
.keySection h4 {
  color: var(--primaryColor);
  font-size: 22px;
  padding-bottom: 4px;
  font-weight: 600;
}
.keySection h6 {
  color: var(--hText);
  font-size: 18px;
  font-weight: 500;
}
.keySection img {
  border-radius: 45px;
  height: 450px;
  object-fit: cover;
  object-position: center;
}
.keyPage {
  padding-top: 80px;
  padding-bottom: 80px;
}
/* Key Projects Do End */
/* Impact Start */
.impactSection {
  padding: 95px 0;
}
.impactSection img {
  border-radius: 45px;
  margin: 15px 0 30px 0;
}
.impactSection-list p {
  margin-bottom: 0;
  padding-bottom: 15px;
  display: flex;
  align-items: baseline;
}
.impactSection-list p img {
  width: 24px;
  margin-right: 10px;
  margin-bottom: 0 !important;
}
/* Impact End */
/* News Room Start */
.newsSec {
  padding: 80px 0;
}
.newsSec-box {
  margin: 15px 0;
  border-radius: 30px;
  max-width: 95%;
}
.newsSec-box img {
  border-radius: 30px;
    height: 380px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.newsSec-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 15px 0;
}
.newsSec-title h4 {
  color: var(--hText);
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
}
.newsSec-title a img {
  width: 50px;
  height: 50px;
}
.press-box img {
  margin: 15px 0;
  border-radius: 20px;
}
.mediavSection {
  padding: 95px 0;
}
.mediavSection img {
  border-radius: 45px;
  margin: 15px 0 30px 0;
}
.mediaBox {
  position: relative;  
}
.mediaBox-play {
  position: absolute;
  top: 35%;
  left: 44%;
  cursor: pointer;
}
.mediaBox-play:hover {
  opacity: .8;
  cursor: pointer;
}
.mediaBox-play img {
  width: 60px;
}
/* News Room End */
/* Call Back Start */
.calBack {
  background: #E7EFFD;
  text-align: center;
  display: inline-block;
  width: 100%;
}
.calBack-text {
  display: -webkit-inline-box;
  padding: 40px 0 20px 0;
}
.calBack-text a {
  margin-left: 25px;
  position: relative;
  top: 5px;
}
/* Call Back End */

/* Contact Start */
.contactSec {
  padding: 100px 0 85px 0;
}
.contactSec-form {
  padding-top: 45px;
  margin-bottom: 50px;
  max-width: 95%;
}
.contactSec-form .form-control {
  height: 45px;
  padding-left: 0;
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  margin-bottom: 25px;
}
.contactSec-form .form-control:focus {
  box-shadow: none;
}
.contactSec-form textarea {
  height: auto !important;
}
.contactSec-info {
  background: #edeef2;
  padding: 45px 45px 30px 45px; 
  border-radius: 20px;  
}
.contactSec-info h4 {
  color: var(--hText);
  font-size: 22px;
  font-weight: 600;
  padding-top: 10px;
}
.contactSec-info p {
  font-size: 18px;
  line-height: 1.8;
}
.contactSec-info p a {
  display: block;
}
.contactSec-info-text {
  font-size: 16px !important;
  font-weight: 500;
  color: var(--primaryColor);
}
.contactSec-info-text a {
  color: var(--pText);
  font-size: 18px;
}
.contactSec .primaryBtn,.contactSec .primaryBtn:focus {
  color: #fff !important;
  background: var(--primaryColor);
  padding: 10px 25px;
  font-size: 14px;
  border-radius: 10px;
  max-width: 100% !important;
  transition: all .6s ease 0s;
  border: none;
  line-height: 30px;
}
.contactSec .primaryBtn:hover {
  color: #fff !important;
  background: #8f9bb4;
  border: none;
}
/* Contact End */


@media only screen and (min-width: 600px) {
	nav .dropdown-menu {
		/* display: block; */
		opacity: 0;
		transition: all .5s ease-in-out;
	}
	nav .dropdown:hover .dropdown-menu {
		display: block;
		margin-top: 0;
		opacity: 1;
	}  
}
@media only screen and (max-width: 600px) {
	.homeBanner-text {
		margin: 140px 0 3% 0 !important;
	}
	.homeBanner-text h1 {
		font-size: 36px;
	}
  .homeConnect-img h3 {
    font-size: 20px;
    width: 85%;
    bottom: -150px;
  }
  .homeConnect-text {
    padding: 60% 0 5% 0 !important;
  }
  .calBack-text {
    display: block;
    padding: 40px 0 50px 0;
  }
  .briefSection-box-text {
    position: relative;
    bottom: 0;
    right: 0;
    background: rgb(32 55 105 / 90%);
    color: #fff;
    margin-bottom: 0;
    max-width: 100%;
    padding: 25px 30px;
    border-radius: 20px;
    margin: 20px 0;
  }
  .briefSection {
    padding: 35px 0 85px 0;
  }
  #introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
    height: auto;
  }
  .carousel-indicators {
    left: initial;
    top: -15%;
  }
  .homeConnect-img::before {
    width: 100%;
  }
  .slick-slide {
    margin: 0px 5px;
  }
  .briefSection-box-text {
    height: auto !important;
  }
  .briefSection-box-text p {
    padding: 0 !important;
  }
  .focusSection {
    padding: 35px 0 90px 0;
  }
  .sdgSection {
    padding: 35px 0 90px 0;
  }
  .sdgSection-text {
    padding: 2% 0 10% 0;
    position: relative;
  }
  iframe {
    border: 0;
    height: 400px;
    border-radius: 30px;
  }
  .carousel-item img {
    height: 400px;
    border-radius: 30px;
  }
  .launchVid iframe {
    width: initial;
  } 
  .aboutSec-left {
    padding-bottom: 40px;
  }
  .aboutSec-text {
    padding: 0 0 12% 0;
  }
  .youtube-container {
    margin: -115px auto !important;
    aspect-ratio: 9/9 !important;
    height: 400px;
    object-fit: cover;
    object-position: center;
    width: auto;
  }
  .servicesSec-box-text h4 {
    max-width: 100%;
    font-size: 22px;
  }
  .servicesSec-box img {
    max-height: 350px;
    height: 300px;
    object-fit: cover;
    object-position: center;
  }
  .servicesSec-box-text a img {
    width: 60px;
    height: 60px;
  }
  .footerSticky-link {
    padding-top: 30px;
  }



.footerSticky-link ul{
  margin: 0px;
  padding: 0px;
  flex-direction: column;
}

  .footerSticky-link a {
    display: block;
  }

  .footerSticky-link li a{
    padding-left: 0px;
  }

  .footerSticky-link li::before {
    border-right: transparent;
  }  
  .teamsSection-box img {
    border-radius: 30px;
    margin-left: 0;
    padding: 15px 5px;
  }
  .teamsSection-box h4 {
    padding-top: 6px !important;
    padding-left: 10px;
  }
  .teamsSection-box h6 {
    padding: 0 10px 10px 10px !important;
  }
  .copyRight-end {
    justify-content: left !important;
    padding-bottom: 10px;
  }
  .customer-logos {
    margin-top: 30px;
  }
  nav.scrolled .navbar-nav {
    margin-top: 15px;
  }
  .teamsSection-box {
    margin: 15px 15px 30px 0px !important;
  }
  .copyRight {
    margin-top: 0;
  }
  .customer-logos .leftArrow {
    position: absolute;
    top: -55px;
    right: 55px;
    cursor: pointer;
    width: 40px;
  }
  .customer-logos .rightArrow {
    position: absolute;
    top: -55px;
    right: 0;
    cursor: pointer;
    z-index: 1;
    width: 40px;
  }
}
@media only screen and (max-width: 800px) {
	nav {
		padding: 10px 0 !important;
		box-shadow: 0 4px 12px 0 rgb(7 65 173 / 5%);
	}
	nav.scrolled .navbar-brand img {
		max-width: 120px;
	}
	.navbar-brand img {
		max-width: 140px;
	}
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
	.homeBanner-text {
		margin: 18% 0 3% 0;
	}
	.homeBanner-text p {
		max-width: 100%;
	}
	.homeBanner-text-btn {
		text-align: left;
		padding: 20px 0 50px 0;
	}
  .homeServices-caption a {
    display: none;
  }
  .homeConnect-text {
    height: 375px;
    padding: 30% 0 5% 0;
  }
  .homeNews-right-text {
    padding-top: 35px;
    padding-left: 0;
  }
  .homeNews-left-text {
    padding-top: 35px;
    padding-left: 0;
  }
  footer:after {
    position: absolute;
    content: "";    
    left: 0;
    top: 5%;
    width: 100%;
    height: 50%;
    background: url(../img/footer-bg.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: contain;
    z-index: -1;
  }
  .innerBanner {
    margin-top: 90px;
  }
  .overviewSec {
    padding-top: 100px;
  }
  .overviewSec .row {
    padding-bottom: 30px;
  }
  .siderBar-wrap {
    height: 0 !important;
  }
  .siderBar.fixed {
    position: initial;
  }
  .siderBar {
    margin-bottom: 50px;
  }
  #introCarousel, .carousel-inner, .carousel-item, .carousel-item.active {
    height: auto;
  }
  .homeConnect-img::before {
    width: 100%;
  }
  .slick-slide {
    margin: 0px 10px;
  }
  .briefSection {
    padding: 75px 0 100px 0;
  }
  .focusSection {
    padding: 75px 0 90px 0;
  }
  .sdgSection {
    padding: 75px 0 90px 0;
  }
  .sdgSection-text {
    padding: 2% 0 10% 0;
    position: relative;
  }
  iframe {
    border: 0;
    height: 400px;
    border-radius: 30px;
  }
  .carousel-item img {
    height: 400px;
    border-radius: 30px;
  }
  .launchVid iframe {
    width: initial;
  }
  .aboutSec-left {
    padding-bottom: 40px;
  }
  .aboutSec-text {
    padding: 0 0 12% 0;
  }
  .partnerSection {
    padding: 75px 0;
  }
  .shareholdersSection {
    padding: 75px 0;
  }
  .shareholdersSection-box-text {
    position: initial;
    max-width: 100%;
    margin: 30px 0;
    height: auto;
    padding: 30px;
    min-height: auto;
    border-radius: 45px;
  }  
  .teamsSection {
    padding: 75px 0 100px 0;
  }
  .teamsSection-box h4 {
    padding-top: 38%;
  } 
  .teamsSection-box h6 {
    font-size: 16px;
    font-weight: 400;
  }
  .youtube-container {
    position: relative;
    margin: -60px auto;
  }
  .keySection {
    padding: 75px 0 100px 0;
  }  
  .impactSection {
    padding: 75px 0 100px 0;
  }
  .homeNews-right p {
    max-width: 100%;
  }
  .sdgSection-text p {
    width: 100%;
  }
  .mediavSection {
    padding: 75px 0 100px 0;
  }
  .footerSticky-link h4 {
    padding: 44px 0 10px 0 !important;
  }
  .footerSticky-link a {
    padding-right: 30px;
  }
  .footerSticky-link a::before {
    margin-right: 15px;
  }
  .homeAbout-text {
    padding-top: 60px;
  }
  .sdgSec {
    padding-bottom: 105px;
  }
  .sdgSec-text {
    padding: 0 0 14% 0;
    margin-left: 0;
  }
  .sdgSec-left {
    padding-bottom: 0;
  }  
  .slick-slide img {
    height: auto !important;
  }
  .sdgSec-text p {
    max-width: 100%;
  }
  .csrSec-text p {
    max-width: 100%;
  }
  .csrSec-text {
    padding: 0 0 12% 0;
    margin-left: 0;
  }
  .newsSec {
    padding: 75px 0;
  }
  .aboutimg {
    display: none;
  }
  .right_side {
    display: none !important;
  }
  .navbar-toggler-icon {
    width: 1.2em;
    height: 1.2em;
    transition: all .5s ease-in-out;
  }
}

@media screen and (min-device-width: 1000px) and (max-device-width: 1124px) { 
  #introCarousel,
  .carousel-inner,
  .carousel-item,
  .carousel-item.active {
    height: 400px !important;
  }
}

/*
#navbarSupportedContent ul li:nth-child(5),
.footerSticky-link a:nth-child(5){
    display:none;
}

.footerSticky-link a::before{
    display:none;
}*/


.overviewSec .container .row:nth-child(even){
  flex-direction: row-reverse;
}

.overviewSec .container .row:nth-child(even) .overviewSec-text{
  margin-right: 35px;
}

.overviewSec .container .row:nth-child(even) .overviewSec-text h6 {
    left: 0;
    right: initial !important;
}

.teamaboutSec .container .col-lg-11:nth-child(even){
  margin-left: 110px;
}

.overview-top-cont .wpb_text_column{
  margin-bottom: 0px;
}

.shareholdersSection .container .row .hrLine1:last-child{
  display: none;
}

.awid-csr-section .csrSec:first-child{
  padding-top: 95px;
}

.awid-csr-section .csrSec{
  padding-top: 0px;
}

.awid-csr-section .csrSec:nth-child(even) .row{
  flex-direction: row-reverse;
}

.awid-sdg-inner .row:nth-child(even){
  flex-direction: row-reverse;
}