@import url('https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&display=swap');
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  overflow-x: hidden;
  font-family: "Mulish", sans-serif;
}
.f-light{
     font-family: "Mulish", sans-serif;
     font-weight: 300;
}
.f-regular{
     font-family: "Mulish", sans-serif;
     font-weight: 400;
}
.f-medium{
     font-family: "Mulish", sans-serif;
     font-weight: 500;
}
.f-semibold{
     font-family: "Mulish", sans-serif;
     font-weight: 600;
}
.f-bold{
     font-family: "Mulish", sans-serif;
     font-weight: 700;
}
header.animated.shrink{
    box-shadow: 0px 0px 10px #ccc;
}
body a:hover{
  text-decoration: none;
  color: #fff;
}
body li{
  list-style: none;
}
.f-light{
 
  font-weight:300;
}
.f-regular{
  
   font-weight:400;
 }
.f-medium{

  font-weight:500;
}
.f-semibold{

  font-weight:600;
}
.f-bold{

  font-weight:700;
}
.f-Extrabold{
  
    font-weight:800;
  }
.f-black{
 
  font-weight:900;
} 
p{
  font-weight:400;
  font-size: 0.89vw;
  line-height: 135%;
}
a {
  text-decoration: none;
}
button:focus {
  outline: 0;
  box-shadow: none;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 5;
    height: 4.69vw;
    padding: 0px 0 0px;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
/*header.shrink{
  animation: 0.3s 0.3s fadeInDown both;
  background: #fff;
  box-shadow: 0px 2px 10px #00000059;
}*/
.heads-up {
    transform: translateY(-6rem);
    transform: translate3d(0,-6rem,0);
}
header.shrink .navbar-expand-md .navbar-nav .nav-item:nth-child(11) .nav-link{
  color: #fff;
}
header .container {
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
}
header .header {
  display: block;
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: all 0.3s ease-in-out;
  opacity: 1;
  z-index: 1;
  position: relative;
}
header .header-white {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
header .mobile-navbar {
    position: relative;
    right: -2vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
}
.navbar-expand-md {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 0 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 0.89vw;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 0px 10px;
    margin-top: 1.5vw;
    position: relative;
    padding: 0px 8px;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.navbar-brand {
    position: absolute;
    top: 0.6vw;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 100%;
}
.foot-top .common-btn{
    background: #000;
    color: #fff;
    z-index: 1;
}
.main-footer .footer-wrapp {
    display: flex;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-top: 36px;
}
  footer{
    position: relative;
    background: #195193;
    overflow: hidden;
  }
  img.img-fluid.footer-element {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    z-index:5;
}
.btm-strip p {
    color: #FFFFFF;
    font-size: 0.89vw;
    font-weight: 300;
}
 a.top-arrow {
    background: #5A6162;
    position: absolute;
    right: -55px;
    width: 56px;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    transform: rotate(270deg);
} 
.column:nth-child(1) {
    width: 24%;
    margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 1vw;
    font-size: 0.89vw;
    line-height: 1.4vw;
    width: 91%;
    font-weight: 300;
    margin-bottom: 0;
}
.social-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 21px;
}
  .social-box .twitter, .social-box .insta, .social-box .facebook, .social-box .linkedin {
    color: #fff;
    font-size: 29px;
    margin-right: 23px;
}
.column:nth-child(1) .social-box a {
    font-size: 1.1vw;
    margin-right: 1vw;
    padding: 0;
    padding-top: 6px;
}
.column:nth-child(1) .social-box a img {
    width: 50%;
}
.footer-logo {
     background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 19%;
    position: relative;
    padding-left: 4vw;
}
.column h4 {
    color: #fff;
    font-size: 1.1vw;
    font-weight: 600;
    margin-bottom: 1vw;
}
.column:nth-child(3) {
    width: 28%;
}
.column:nth-child(4) {
    width: 25%;
}
.footer-wrapper {
    display: flex;
    align-items: center;
    margin-bottom: 1vw;
}

.footer-wrapper.align-items-start img {
    position: relative;
    top: 2px;
}
.footer-wrapper img {
    margin-right: 0.6vw;
}
.footer-wrapper p {
    margin-top: 0 !important;
}
.column:nth-child(5) p {
      font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: block;
    padding-bottom: 0.7vw;
    /* line-height: 20px; */
    color: #fff;
    font-size: 0.89vw;
    font-weight: 300;
    width: fit-content;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
 .footerlogo {
    width: 55%;
}

.column p {
    color: #fff;
    margin-top: 1vw;
    font-size: 0.89vw;
    line-height: 1.4vw;
    font-weight: 300;
    margin-bottom: 0;
}
.footer-wrapper a {
    margin-bottom: 0;
    padding-bottom: 0;
}
  footer a,
  footer p{
    color: #a8a4a4;
    font-size: 16px;
  }
  footer p{
    margin-bottom: 0;
  }
.common-btn {
    width: 8.39vw;
    height: 2.5vw;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.89vw;
    transition: all 0.3s ease-in-out;
    position: relative;
    /* text-transform: uppercase; */
    transform: perspective(1px) translateZ(0);
    transition-duration: 0.3s;
    overflow: hidden;
    outline: none;
    border-radius: 0px;
    border: 2px solid #fff;
    cursor: pointer;
    font-weight: 600;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#313D46;
    transform: scaleX(0);
    transform-origin: 0 50%;
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.address-wrapper {
    display: flex;
    align-items: flex-start;
    margin-top: 24px;
}
.common-btn:hover{
    color: #fff !important;
    /*border:0px !important;*/
}
.common-btn:hover:before{
    transform:scaleX(1);
}
.common-btn span {
    font-size: 10px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    transform: rotate(323deg);
    position: relative;
    top: 1px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 1.5vw 0;
    position: relative;
    border-top: 1px solid #ffffff47;
}
.btm-strip a {
    font-size: 0.89vw;
    color: #fff;
}
.btm-strip {
    color: #fff;
    position: relative;
    z-index: 9999;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 9px 30px;
    color: #fff;
    font-size: 0.89vw;
    margin-top: 1.2vw;
    background: #1980B0;
    border: 0;
    /* margin-left: 2vw; */
    position: relative;
    left: 2vw;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link img{
    margin-left: 0.6vw;
}
.home-slider h2 {
    font-size: 3.13vw;
    color: #fff;
    font-weight: 800;
    margin-bottom: 1vw;
}
.caption-left {
    position: absolute;
    top: 32%;
}
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 85vw;
    }
.caption-left p{
    font-size: 1.04vw;
}
.common-btn img {
    width: auto !important;
    padding-left: 0.5vw;
}
.slider-section {
    margin-top: 4.7vw;
}
.slider-section .owl-dots {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 11vw;
    right: 8vw;
}
.slider-section .owl-theme .owl-dots .owl-dot span,
.slider-section .owl-theme .owl-dots .owl-dot:hover span {
    width: 3px;
    height: 50px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 0;
}
.slider-section .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    height: 10.47vw;
}
.slider-counter {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -1vw;
    z-index: 1;
    left: 50%;
    transform: translate(-50%);
    width: 100%;
}
.slider-counter .counter-single {
    width: 17%;
}
.slider-counter .counter-single h4{
    font-size: 2.34vw;
}
.slider-counter .counter-single p{
    font-size: 1.04vw;
}
.home-services{
    background: #195193;
}
.home-services .item .icon{
    width: auto !important;
    width: 50px;
    height: 50px;
}
.home-services .owl-stage{
    padding-left: 0 !important;
}
.services-slider {
    padding-left: 10vw;
}
.services-slider .item {
    border-left: 1px solid #ffffff54;
    padding: 5vw 0 7vw;
    padding-left: 1.3vw;
    padding-right: 1.3vw;
    display: block;
}
.font25{
    font-size: 1.3vw;
}
.services-slider .item h4 {
    margin: 1vw 0;
}
.services-slider .item p{
    font-weight: 300;
}
.home-services .item .arrow {
    padding-left: 3vw;
    margin: 1.5vw 0 2vw;
    width: 21% !important;
}
.home-about{
    padding: 5vw 0;
}
.subheading{
    color: #1980B0;
    font-weight: 600;
    font-size: 1.04vw;
    line-height: 120%;
}
.heading{
    color: #2C3588;
    font-weight: 700;
    font-size: 2.03vw;
    line-height: 120%;
}
.home-about .text-box {
    width: 81%;
}
.home-about .common-btn {
    width: fit-content;
    color: #1980B0;
    border: 2px solid #1980B0;
    padding: 0px 0.8vw;
    margin-top: 2vw;
}
.blue-arrow {
    filter: invert(63%) sepia(13%) saturate(5864%) hue-rotate(169deg) brightness(102%) contrast(103%);
}
.why-choose-us{
    background: #195193;
    padding: 5vw 0;
}
.why-choose-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 2vw;
    width: 77%;
    margin: 3vw auto 0;
}
.why-single h4 {
    margin-top: 1vw;
    color: #fff;
}
.why-single:hover{
    box-shadow: 0px 4px 4px 0px #00000040;
    background-color: #FFFFFF;
   /* border-right: 5px solid #1980B0;
    border-bottom: 5px solid #1980B0;*/
}
.why-single:hover h4{
    color: #195193;
}
.why-single p{
    color: #fff;
}
.why-single:hover p{
    color: #000;
}
.why-single {
    padding: 1.5vw;
    background: transparent;
    transition: all 0.4s;
     /*border-right: 5px solid #195193;
    border-bottom: 5px solid #195193;*/
    position: relative;
}
.why-single::before{
    position: absolute;
    content: "";
    background: #1980B0;
    width: 98%;
    height: 5px;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.why-single::after{
    position: absolute;
    content: "";
    background: #1980B0;
    width: 5px;
    height: 98%;
    bottom: 0;
    right: 0;
    opacity: 0;
}
.why-single:hover:before,
.why-single:hover:after{
    opacity: 1;
}
.why-single:hover img{
    filter: invert(45%) sepia(60%) saturate(3042%) hue-rotate(202deg) brightness(85%) contrast(81%);
}
.sky{
    color: #1980B0;
}
.font20{
    font-size: 1.04vw;
}
.news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    width: 90%;
    margin: 0 auto;
    gap: 3vw;
    margin-top: 3vw;
}
.news-single{
    display: block;
}
.news-single span {
    position: relative;
    padding-left: 3vw;
    display: block;
    font-size: 1.04vw;
    margin-bottom: 0.9vw;
    color: #1980B0;
}
.news-single span::before {
    position: absolute;
    content: "";
    background: #1980B0;
    height: 3px;
    width: 2.4vw;
    top: 0.7vw;
    left: 0;
}
.news-single p{
    color: #373737;
    font-weight: 600;
}
.news-single .text-box {
    padding-top: 1.4vw;
}
.news-single img{
    width: 100%;
}
.home-news {
    padding: 5vw 0;
}

.news-single:hover p{
  text-decoration: underline;
    color: #2C3588;
}
.client{
    background: #F2F9FD;
    padding: 4vw 0;
}
.client-wrapper {
   /* display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 1vw;*/
    margin-top: 3vw;
}
.client-single {
    height: 8vw;
    background: #fff;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.client-single img {
    margin: 0 auto;
    display: block;
    width: 5vw !important;
   
}
.footer-text {
    text-align: center;
    color: #fff;
    font-weight: 800;
    font-size: 3.13vw;
    border-bottom: 1px solid #ffffff47;
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-bottom: 0;
}
header::before {
    position: absolute;
    content: "";
    background: #1980b0;
    height: 100%;
    width: 15%;
    right: 0;
}
.breadcum {
    position: relative;
    margin-top: 0px;
}
/*.breadcum img{
  height: 300px;
  object-fit: cover;
}*/
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.breadcum .parallax-content {
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.breadcum .main-img {
    width: 100%;
    filter: brightness(0.8);
}
.caption-heading {
    position: absolute;
    top: 47%;
    transform: translateY(-50%);
}
.breadcum h1 {
    font-size: 3.13vw;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
    font-weight: 800;
}
.breadcum-list a,
.breadcum-list span{
    font-size: 1.04vw;
    color: #fff;
}
.breadcum-list .slash{
    padding: 0px 0.4vw;
}

.breadcum {
    position: relative;
    margin-top: 3.4vw;
}
.career{
    padding: 5vw 0;
}
.accordion-item {
    margin-bottom: 2vw;
    border: 1px solid #ccc;
    border-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    border: 1px solid #ccc !important;
    border-radius: 0 !important;
}
.accordion-button {
    border-top: 1px solid #ccc;
    background: #0F506E !important;
    color: #fff;
}
.dark{
    color: #373737;
}
.accordion-button:not(.collapsed){
    background-color: #195193;
    color: #fff;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(38%) sepia(53%) saturate(2205%) hue-rotate(264deg) brightness(203%) contrast(110%);
}
.blue{
    color: #2C3588;
}
.career .right-box {
    box-shadow: 0px 0px 8.9px 0px #00000040;
    background: #F3F3F3;
    width: 33%;
}
.form-div {
    padding: 1.5vw;
    padding-top: 1vw;
}
.form-control {
    border-radius: 0;
    font-size: 0.89vw;
    padding: 0.7vw;
}
.form-group {
    margin-bottom: 1.2vw;
}
.career .right-box form {
    margin-top: 1vw;
}
.career .right-box button {
    background: #1980B0;
    border: 0;
}
.openings {
    width: 64%;
}
.career-wrapper {
    display: flex;
    justify-content: space-between;
}
.benefits {
    background: #F2F9FD;
    padding: 4.5vw 0;
}
.benefits-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 2.4vw;
    gap: 3vw;
}
.benefits-single img {
    margin-bottom: 1vw;
    width: 50px;
    height: 50px;
}
.benefits-single p {
    padding-right: 1vw;
}
.contact-us .left-box{
    background: #195193;
    padding: 2vw;
    position: relative;
}
.contact-us .left-box .logo-element {
    position: absolute;
    top: 0;
}
.contact-us .left-box h3 {
    font-size: 2.03vw;
    margin-bottom: 1vw;
}
.contact-us .left-box .d-flex {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 2vw;
    position: relative;
    z-index: 2;
}
.contact-us .left-box .d-flex p {
    margin-bottom: 0;
}
.contact-us .social-box a {
    margin-left: 18px;
}
.contact-us{
    padding: 5vw 0;
}
.contact-us .form-div{
    padding: 0;
    padding-left: 2vw;
}
.contact-us button.common-btn {
    color: #1980B0;
    border: 1px solid #1980B0;
    width: 9vw;
}
.contact-us button.common-btn img{
    filter: invert(42%) sepia(14%) saturate(2857%) hue-rotate(155deg) brightness(96%) contrast(89%);
}
.location-single a {
    font-weight: 400;
    font-size: 0.89vw;
    line-height: 135%;
    color: #000;
    display: block;
}
.location-single a:hover{
    color: #000;
}
.location-wrapper {
    display: grid;
    gap: 2vw;
    grid-template-columns: repeat(3, 1fr);
    margin: 0 auto;
    width: 72%;
    box-shadow: 0px 0px 26.6px 0px #00000026;
    background: #fff;
    padding: 1vw 2vw;
}
.location-single:nth-child(2){
    padding-left: 2vw;
}
.location-single img {
    margin-bottom: 1vw;
}
.location {
    padding-bottom: 5vw;
}
.services{
    padding: 5vw 0;
}
.services .nav-link {
    display: flex;
    background: #F3F3F3;
    border-radius:0;
    margin-bottom: 1.5vw;
    color: #252525;
    padding: 0.6vw 1vw;
    align-items: center;
    justify-content: space-between;
    font-size: 1.04vw;
}
.services .nav-link.active{
    background-color: #1980B0;
    color: #fff;
}
.services .nav-tabs {
    border: 0;
    display: block !important;
    border: 1px solid #2C3588;
    padding: 1vw;
    width: 100%;
}
.services .nav-link img{
    opacity: 0;
}
.services .nav-link.active img{
    opacity: 1;
}
.services a.font25.blue.f-bold {
    margin-bottom: 1vw;
    display: block;
}
.services .accordion-body {
    padding: 0;
    padding-left: 0vw;
    border: 0;
}
.services .accordion-item {
    border: 0;
    padding-left: 2vw;
}
.services .accordion .accordion-item .accordion-button{
    border:1px solid #ccc;
    border-radius: 0 !important;
}
#accordionExample .accordion-body{
    padding: 1rem;
     border:1px solid #ccc;
     background: #fff;
     color: #000;
}
#accordionExample .accordion-body p{
    color: #000;
}
.services .img-box{
    margin-bottom: 1.5vw;
}
.services .left-box {
    box-shadow: 0px 0px 18.1px 0px #00000026;
    border: 1px solid #5151514D;
    border-radius: 0.63vw;
    padding: 1.3vw 0.9vw;
}
.quote-box h6 {
    font-style: italic;
    margin-bottom: 0;
}
.quote-box {
    margin-bottom: 2vw;
}
.services ul#myTab {
    position: sticky;
    top: 90px;
}
#accordionExample .accordion-item{
    padding-left: 0;
}
.about-us{
    padding: 5vw 0;
}
.about-us .owl-stage{
    padding-left: 0 !important;
}
.about-us .text-box {
    padding-left: 5vw;
    width: 80%;
}
.custom-list li{
    position: relative;
    font-weight: 400;
    font-size: 0.89vw;
    line-height: 135%;
    margin-bottom: 1vw;
}
.custom-list li:before {
    position: absolute;
    content: "";
    background: url(../images/bullet.svg) no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 5%;
    left: -2vw;
}
ul.custom-list {
    margin-top: 1.5vw;
}
.about-slider.owl-theme .owl-nav [class*=owl-],
.about-slider.owl-theme .owl-nav [class*=owl-]:hover {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 6px 13px;
    background: #2C3588;
    display: inline-block;
    cursor: pointer;
    border-radius: 0;
}
.about-slider .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -2vw;
}
.about-slider .owl-prev{
    display: none !important;
}
.about-us .logo-box {
    width: 7.4vw;
    height: 7.4vw;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 2vw;
    z-index: 1;
    right: -4vw;
    border-radius: 50%;
}
.about-us .slider-box{
    position: relative;
}
.vision-box {
    background: #FFFFFF2E;
    border: 1px solid #FFFFFF40;
    padding: 1vw;
    margin-top: 2vw;
    width: 84%;
}
.vision-mission{
    background: #195193;
    padding: 4vw 0;
}
.core-single {
    display: flex;
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.9vw;
    align-items: flex-start;
}
.core-single .text{
    padding-left: 1vw;
}
.core-wrapper {
    box-shadow: 0px 2px 34.3px 0px #00000026;
    padding: 2vw 2.5vw;
    width: 76%;
}
.core-single:last-child{
    margin-bottom: 0;
}
.core-value {
    padding: 5vw 0;
}
.core-value .left-box {
    width: 75%;
    position: relative;
}
.core-value .core-element {
    position: absolute;
    top: 0;
    left: 0;
}
.news-details {
    padding: 5vw 0 0;
}
.news-details .text-box {
    margin-top: 3vw;
}
.sitemap, .common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 23px;
}
.common-page h3 {
    font-size: 20px;
}
.sitemap a,.sitemap a:hover {
    display: block;
    color: #000;
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
}
.sitemap h4 {
    font-size: 20px;
    font-weight: 700;
}
.thank-you img {
    width: 15%;
}
.thank-you {
    padding-top: 6vw;
}
.error-page img {
    width: 10%;
    margin-bottom: 25px;
}
.common-page {
    padding-top: 4vw;
}
.error-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}
.error-btns .common-btn{
    margin: 0px 10px;
}
.error-page {
    padding-top: 3vw;
}
.img-box{
    overflow: hidden;
}
.img-box img:hover{
    transform: scale(1.07);
}
.img-box img{
    transition: all 0.7s;
}
.why-single:hover img{
    transform: scale(1.04);
}
.rp-no {
    color: #2c3588;
    position: absolute;
    left: 14.8vw;
    top: 1.1vw;
}
#header .logo {
    font-size: 30px;
    margin: 0;
    padding: 0;
    line-height: 1;
    font-weight: 700;
    border-right: 1px solid #ccc;
    padding-right: 1vw;
}
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link.active{
    color: #fff !important;
}
.slider-section .item{
    position: relative;
}
.slider-section .item::before {
    position: absolute;
    content: "";
    background: linear-gradient(to top, #000000a6, transparent);
    height: 54%;
    width: 100%;
    left: 0;
    bottom: 0;
}
.projects {
    padding: 5vw 0;
}
.gallery-single {
    overflow: hidden;
    margin-bottom: 1.5vw;
    position: relative;
}
.gallery-single::before{
    position: absolute;
    content: "";
    background: #1980b0;
    height: 10px;
    width: 100%;
    left: 0;
    bottom: 0;
    z-index: 1;
    transition: all 0.5s;
}

.gallery-single .img-wrapp img {
    height: 200px;
    object-fit: cover;
}
.gallery-single i {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #fff;
    font-size: 2vw;
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.select2-container .select2-selection--single {
    border-color: #1980b0 !important;
    border: 1px solid #1980b0 !important;
    border-radius: 0 !important;
    font-size: 0.89vw;
    padding: 0.7vw;
    height: auto !important;
    margin-bottom: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 40%;
    transform: translateY(-50%);
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 24px !important;
}
.navbar-expand-md .navbar-nav .nav-link img {
    margin-right: 9px;
}
#accordionExample .accordion-body ul li {
    list-style-type: disc;
    font-size: 0.89vw;
}
.iti {width: 100%;}
.career .right-box .iti button {background: unset;}