@font-face {
  font-family: 'Gallant';
  src: url('../fonts/Gallant-bold.woff2') format('woff2'),
      url('../fonts/Gallant-bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gallant';
  src: url('../fonts/Gallant-black.woff2') format('woff2'),
      url('../fonts/Gallant-black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gallant';
  src: url('../fonts/Gallant-black-italic.woff2') format('woff2'),
      url('../fonts/Gallant-black-italic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gallant';
  src: url('../fonts/Gallant-bold-italic.woff2') format('woff2'),
      url('../fonts/Gallant-bold-italic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gallant';
  src: url('../fonts/Gallant-regular-italic.woff2') format('woff2'),
      url('../fonts/Gallant-regular-italic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Gallant';
  src: url('../fonts/Gallant-regular.woff2') format('woff2'),
      url('../fonts/Gallant-regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/* Common CSS Starts */

:root {
  --color-black: #000000;
  --color-white: #ffffff;
  --color-dark-blue: #172f75;
  --color-light-blue: #407abd;
  --color-grey: #606062;
  --color-light-grey: #f1f1f2;
  --color-dark-grey: #4b4b4d;
  --border-grey: #a9abae;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
    
html {
  scroll-padding-top: 4rem;
  scroll-behavior: smooth;
}

@media(min-width: 1500px){
  body{
    font-size: 20px !important;
  }
  p{
    line-height: 28px !important;
  }
}

body {
  font-size: 16px;
  color: var(--color-grey);
  font-family: 'Gallant';
  font-weight: 400;
  line-height: 20px;
}

@media(max-width: 575px){
  body{
    font-size: 15px;
  }
}

h1{
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  color: var(--color-dark-blue);
  font-size: 60px;
  line-height: 1;
}

h3, h4, h5{
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
  color: var(--color-dark-blue);
}
h2{
  font-optical-sizing: auto;
  font-style: normal;
  color: var(--color-dark-blue);
  font-size: 34px;
  font-weight: 600;
}
h3{
  font-size: 28px;
}
h4{
  font-size: 24px;
}
h5{
  font-size: 20px;
  font-weight: 500;
}
h6 {
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: var(--color-dark-blue);
  font-size: 18px;
}
a{
  color: var(--color-dark-blue);
  text-decoration: none;
}
a:hover, a:focus{
  color: var(--color-dark-blue);
}
ul li{
  margin-bottom: 5px;
  font-weight: 400;
  line-height: 24px;
}
p{
  color: var(--color-grey);
  line-height: 22px;
}
@media(max-width: 1024px){
  h1{
    font-size: 48px;
  }
}
@media(max-width: 575px){
  h1{
    font-size: 34px;
  }
  h2{
    font-size: 28px
  }
  h3{
    font-size: 24px
  }
  h4{
    font-size: 22px;
  }
}

@media(max-width: 320px){
  h1{
    font-size: 28px;
  }
}
.text-justify{
  text-align: justify;
}
.text-dark-blue{
  color: var(--color-dark-blue);
}
.text-light-blue{
  color: var(--color-light-blue);
}
.text-black{
  color: var(--color-black);
}
.text-grey{
    color: var(--color-grey);
}
.bg-light-blue{
  background-color: var(--color-light-blue);
}
.bg-dark-blue{
  background: var(--color-dark-blue);
}
.bg-light-grey{
  background: var(--color-light-grey);
}
.font-regular{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.font-bold{
  font-weight: 600;
}
section{
  padding: 80px 0px;
}
.vh-70{
    height: 70vh;
}
.w-55{
  width: 55%;
}
.w-70{
  width: 70%;
}
.w-80{
  width: 80%;
}
@media(max-width: 480px){
  section{
    padding: 30px 10px;
  }
}

/*#preloader {*/
/*  background-color: #fff;*/
/*  background: #fff url("../img/logo.png") no-repeat center*/
/*    center;*/
/*  background-size: 10%;*/
/*  width: 100%;*/
/*  height: 100vh;*/
/*  position: fixed;*/
/*  z-index: 1000;*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  align-items: center;*/
/*}*/

.spinner-grow {
  width: 3rem;
  height: 3rem;
}

/* Common CSS ENDS */
/*slider css : BEGIN*/

.slider-container{
	position: relative;
}
.slick-slide{
  padding: 0px 15px;;
}
.slick-arrow {
	background: transparent;
	width: 35px;
	height: 35px;
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	color: var(--color-light-blue);
	z-index: 1;
	border: 0;
	font-size: 0;
	outline: none;
	font-family: 'Font Awesome 6 Free';
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	-webkit-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	opacity:1;
  /* padding-left: 11px; */
}
.slick-arrow:hover{
  background: var(--color-light-blue);
  color: var(--color-white);
  transition: all .3s ease-in-out;
}

@media(max-width: 425px){
	.slick-arrow{
		top: -30px;
	}
}

.slick-arrow.slick-prev {
	left: -50px
}
@media(max-width: 1024px){
	.slick-arrow.slick-prev {
	  left: -10px
	}
}
@media(max-width: 768px){
	.slick-arrow.slick-prev {
	left: 0
	}
}

.slick-arrow.slick-prev:before {
	font-family: "Font Awesome 6 Free";
  content: "\f053";
  font-weight: 900;
	color: #000000;
	font-size: 16px;
	line-height: 2.2
}

.slick-arrow.slick-next {
	right: -50px
}
@media(max-width: 1024px){
	.slick-arrow.slick-next {
	  right: -5px
	}
}
@media(max-width: 768px){
.slick-arrow.slick-next {
	right: 0
	}
}

.slick-arrow.slick-next:before {
	font-family: "Font Awesome 6 Free";
  content: "\f054";
  font-weight: 900;
	color: var(--color-light-blue);
	font-size: 16px;
	line-height: 2.2
}
.slick-arrow.slick-prev:hover::before, .slick-arrow.slick-next:hover::before{
  color: #000;
}

.slick-dots {
	text-align: center;
	padding: 0;
	margin-bottom: 15px
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 3px;
	padding: 0;
	cursor: pointer
}

.slick-dots li:only-child {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 14px;
	height: 14px;
	padding: 0px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent
}

.slick-dots li button:before,
.slick-dots li button::before {
	content: ' ';
	position: absolute;
	top: 0;
	bottom: 0px;
	left: 0;
	right: 0px;
	left: 0px;
	margin: auto auto;
	width: 14px;
	height: 14px;
	background: none;
	background: transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
  border: 1px solid var(--color-light-blue);
}

.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button::before {
	background: var(--color-light-blue);
	width: 14px;
	height: 14px;
}
@media(min-width: 575px){
  .banner-slider .slick-dots{
    position: absolute;
    bottom: 8px;
    left: 10%;
  }
  
}
@media(min-width: 1500px){
  .banner-slider .slick-dots{
    left: 17%;
  }
  
}

@media (max-width: 575px) {
  .banner-slider .slick-dots{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

/*slider css : END*/

/* Header CSS Starts */

.pos-relative{
  position: relative;
}
.header-top-bar{
  padding: 10px;
}
.header-top-bar .list-inline a,
.header-top-bar .list-inline li {
font-size: 14px;
}
.social-icon{
  background: var(--color-light-blue);
  color: #fff;
  width: 25px;
  height: 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 14px;
}
header{
  background: var(--color-light-grey);
}
.navbar-brand.header-logo{
  width: 195px;
  background: var(--color-white);
  padding: 10px 15px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.navbar-nav .nav-item{
  margin-bottom: 0;
}
.navbar-nav .nav-link{
  color: var(--color-dark-grey);
  padding: 20px 10px !important;
  font-size: 16px;
}
.navbar-nav .nav-link.active{
  color: var(--color-dark-blue);
  font-weight: 600;
}
.navbar-nav .dropdown-menu{
  border: 0;
  border-radius: 0;
  padding: 0;
}
.navbar-nav .dropdown-menu li{
  margin-bottom: 0;
}
.navbar-nav .dropdown-menu .dropdown-item{
  padding: 0.15rem 1rem;
  border-bottom: 1px solid;
  font-size: 14px;
}
.navbar-nav .dropdown-menu .dropdown-item.active, .navbar-nav .dropdown-menu .dropdown-item:active{
  background-color: var(--color-dark-blue);
}

@media(max-width:1024px){
  .navbar-nav .nav-link{
    font-size: 14px;
    padding: 20px 6px !important;
  }
}
@media(max-width: 575px){
  .navbar-brand.header-logo{
    /*position: initial;*/
    width: 150px;
    padding: 5px;
    display: block;
    bottom: initial;
    top: -50px;
  }
  .header-top-bar .list-inline a, .header-top-bar .list-inline li{
    font-size: 12px;
  }
  .navbar-nav .nav-link{
    padding: 6px 8px !important;
    text-align: right;
  }
}

@media(min-width: 1400px){
  .banner-bg{
    min-height: 88vh !important;
  }
  .innerpage-banner-bg .banner-bg{
    min-height: 58vh !important;
  }
  .homebanner .banner-content-wrapper h1{
      margin-top: 180px !important;
    }
}
@media(min-width: 1600px){
  .banner-bg{
    min-height: 75vh !important;
  }
}
.banner-bg{
  min-height: 82vh;
}
.innerpage-banner-bg .banner-bg{
  min-height: 58vh !important;
}
.banner-item{
  position: relative;
}
.banner-content-wrapper{
  position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.banner-bottom-line{
  position: absolute;
  bottom: 10px;
  left: 50%;
}
.homebanner .banner-content-wrapper {
  align-items: baseline;
}
.homebanner .banner-content-wrapper h1{
  font-size: 34px;
  margin-bottom: 30px;
  margin-top: 135px;
}
@media(max-width: 1024px){
  .innerpage-banner-bg .banner-bg{
    min-height: 52vh !important;
  }
}
@media(max-width: 992px){
  .innerpage-banner-bg .banner-bg{
    min-height: 38vh !important;
  }
  .homebanner .banner-content-wrapper h1{
    margin-top: 40px;
    font-size: 28px;
  }
}
@media(max-width: 575px){
  .banner-bg{
    min-height: 60vh;
    background-position: right !important;
  }
  .banner-content-wrapper{
    position: initial;
    background: #263674;
    padding: 10px 5px;
    min-height: 62vh;
  }
  .banner-bottom-line {
    position: absolute;
    bottom: 50.5%;
    left: 0;
    padding: 5px 15px;
    font-size: 12px;
}
.innerpage-banner-bg .banner-bg{
  min-height: 44vh !important;
}
.innerpage-banner-bg .banner-content-wrapper{
  min-height: initial;
}
}
@media(max-width: 320px){
  .banner-bg{
    min-height: 45vh;
  }
  .banner-content-wrapper{
    min-height: 65vh;
  }
  .banner-bottom-line {
    bottom: 58.5%;
    font-size: 11px;
}
}
.organization-sec{
  background-image: linear-gradient(180deg, #f1f1f2 92%, #fff 8%);
}
.organization-card-wrapper{
  background: var(--color-dark-blue);
  padding: 20px;
  display: flex;
  gap: 20px;
  margin-top: 50px;
}
.organization-card-img{
  margin-top: -55px;
  width: 80px;
}

@media(max-width: 575px){
  .organization-sec{
    background-image: none;
    background: var(--color-light-grey);
  }
}

.expertise-card-wrapper{
  padding: 20px 30px;
  border: 1px solid var(--border-grey);
  margin-top: 60px;
  /* height: 100%; */
}
.expertise-card-wrapper img{
  margin-top: -70px;
  width: 80px;
  padding: 10px;
  background: var(--color-white);
  border: 1px solid var(--border-grey);
}
.expertise-card-wrapper:hover,
.expertise-card-wrapper:hover img{
  border: 1px solid var(--color-dark-blue);
}

@media(min-width: 1500px){
  .expertise-card-wrapper p{
    min-height: 230px !important;
  }
}

.expertise-card-wrapper p{
  min-height: 180px;
}
.expertise-card-wrapper a{
  color: var(--color-dark-blue);
  padding: 6px 25px;
  border: 1px solid var(--color-dark-blue);
  margin-top: 25px;
  display: block;
  width: fit-content;
}
.expertise-card-wrapper a:hover{
  color: var(--color-white);
  background: var(--color-dark-blue);
}
@media(max-width: 1024px){
    .expertise-card-wrapper p{
        min-height: 200px;
    }
}
@media(max-width: 768px){
    .expertise-card-wrapper{
        padding: 20px 15px;
    }
    .expertise-card-wrapper h4{
        min-height: 60px;
    }
    .expertise-card-wrapper p{
        min-height: 265px;
    }
}
@media(max-width: 480px){
    .expertise-card-wrapper p{
        min-height: initial;
    }
    .expertise-card-wrapper h4{
        min-height: initial;
    }
}
.vision-mission-wrapper{
  position: relative;
  color: var(--color-white);
  margin-bottom: 40px;
}
.vision-mission-wrapper .vm-card-img{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
}
.vision-mission-wrapper .vm-card-content{
  padding-left: 75px;
}
.director-img{
  /* margin-top: -200px; */
}
.project-card-wrapper .project-card-title{
  padding: 10px 0px;
  border-bottom: 1px solid var(--border-grey);
  margin-bottom: 15px;
}
.location-details-wrapper p{
  font-size: 14px;
}
.location-details-wrapper a{
  border: 1px solid var(--border-grey);
  border-radius: 50px;
  padding: 0px 12px;
  font-size: 14px;
  display: block;
  width: fit-content;
  color: var(--color-light-blue);
  margin-left: auto;
}
.location-details-wrapper a:hover{
  color: var(--color-white);
  background: var(--color-light-blue);
}

@media(max-width: 575px){
  .vision-mission-wrapper .vm-card-img{
    position: initial;
    width: 80px;
  }
  .vision-mission-wrapper .vm-card-content{
    padding-left: 0;
    margin-top: 20px
  }
  .director-img{
    margin-top: 0;
  }
  .location-details-wrapper a{
    margin-left: initial;
  }
  .project-card-wrapper{
    margin-bottom: 20px
  }
}

.footer-info p{
  font-size: 14px;
}
.footer-logo{
    background: #fff;
    padding: 10px;
    width: 145px;
}
.footer-links{
  list-style-type: none;
  padding-left: 0;
}
.footer-links li{
  position: relative;
  padding-left: 20px;
  margin-bottom: 2px;
}
.footer-links li a{
  color: var(--color-white);
  font-size: 14px;
}
.footer-links li a:hover{
  text-decoration: underline;
}
.footer-links li:before{
  content: '\f054';
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--color-light-blue);
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 12px;
}
.footer-contact-links{
  list-style-type: none;
  padding-left: 0;
  color: var(--color-white);
}
.footer-contact-links li,
.footer-contact-links li a{
  color: var(--color-white);
  font-size: 14px;
  line-height: 22px;
}
.footer-contact-links li{
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.footer-contact-links li i{
  position: absolute;
  left: 0;
  top: 5px;
}
.footer-menu-links{
  display: flex;
  gap: 20px;
  list-style-type: none;
  padding-left: 0;
}
.footer-menu-links li{
  position: relative;
}
.footer-menu-links li::before{
  content: '|';
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  color: var(--color-white);
}
.footer-menu-links li:last-child::before{
  display: none;
}

/* Contact Page CSS BEGINS */
.contactpage-links{
  list-style-type: none;
  padding-left: 0;
  color: var(--color-grey);
}
.contactpage-links li,
.contactpage-links li a{
  color: var(--color-grey);
  font-size: 14px;
  line-height: 22px;
}
.contactpage-links li{
  padding-left: 25px;
  position: relative;
  margin-bottom: 10px;
}
.contactpage-links li i{
  position: absolute;
  left: 0;
  top: 5px;
}

.form-group{
  margin-bottom: 20px;
}
.form-control{
  border: 1px solid #96989a;
  border-radius: 0;
  color: #96989a;
}
.btn.btn-brand{
  background-color: var(--color-light-blue);
  color: var(--color-white);
  padding: 6px 25px;
  border: 1px solid var(--color-light-blue);
  display: block;
  width: fit-content;
  border-radius: 0;
}
.btn.btn-brand:hover{
  background-color: transparent;
  color: var(--color-light-blue);
}
/* Contact page CSS ENDS */
/* Careers Page CSS BEGINS */
.number-text-card-wrapper{
  background: var(--color-dark-blue);
  padding: 20px;
  height: 100%;
}
.card-number{
  margin-top: -30px;
  width: fit-content;
  background: var(--color-white);
  padding: 0px 7px;
  border: 1px solid var(--color-light-blue);
  margin-bottom: 10px;
  color: var(--color-dark-blue);
}
/* Careers Page CSS ENDS */
/* Clients Page CSS BEGINS */
.client-logos-list .client-logo-wrapper{
  text-align: center;
  padding: 10px;
  position: relative;
}
.client-logos-list .client-logos-item:not(:last-child) .client-logo-wrapper::before{
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: -10px;
  width: 2px;
  height: 70%;
  background: #ddd;
  margin: auto;
}

hr.border-dashed{
  border: 1px dashed var(--color-light-blue);
  background-color: transparent;
}
hr.border-solid{
  border: 1px solid var(--color-light-blue);
  background-color: transparent;
}

@media(max-width: 992px){
  .client-logos-list .client-logos-item:nth-child(2n) .client-logo-wrapper::before{
    display: none;
  }
}

/* About Page CSS Begins */
.team-img-wrapper img{
  /* width: 260px; */
  padding-right: 50px;
  border-right: 2px solid var(--color-light-blue);
}
.team-content-wrapper h4{
  margin-bottom: 20px;
}
.about-vsraju-img{
  position: relative;
}
.about-vsraju-img::after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 2px;
  height: 70%;
  background: var(--color-light-blue);
}
/* About Page CSS Ends */

/* Project Page Css BEGINS */
.projects-listing li{
  font-size: 18px;
  padding: 3px 0px;
  border-bottom: 1px solid var(--border-grey);
  font-weight: 600;
}
.projects-listing li:last-child{
  border-bottom: 0;
}
.projects-listing li a{
  display: flex;
  justify-content: space-between;
}
.projects-listing li:hover a{
  color: var(--color-light-blue);
}
.content-list li{
  margin-bottom: 10px;
  padding-left: 8px;
}
.w-fit-content{
  width: fit-content;
}
.border-bottom-text{
  border-bottom: 2px solid var(--color-light-blue);
}
@media(min-width: 575px){
  .content-list-border-left{
    border-left: 2px solid #407abd;
  }
}
.light-blue-content-list li{
  margin-bottom: 10px;
  padding-left: 8px;
  color: var(--color-light-blue);
}
.dark-blue-content-list li{
  margin-bottom: 10px;
  padding-left: 8px;
  color: var(--color-dark-blue);
}
hr.height2{
  height: 2px;
}
/* Project Page CSS ENDS */

.intl-tel-input{
    display:block;
    position:relative;
    width:100%;
    
}
.intl-tel-input .selected-flag{
    height:34px!important;
    background-color:#fffFFFBA!important;
    border-radius:8px 0 0 8px;
}
label.error{
    color: red;
    font-size: 15px;
    margin-top: 5px;
}
