@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&amp;display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}
.f-light{
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}
.f-regular{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.f-medium{
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
.f-semibold{
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.f-bold{
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
}
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;
} 
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: 93px;
    padding: 0px 0 0px;;
    transition: all 0.3s ease-in-out;
    background: #fff;
}
.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.shrink {
    animation: 0.3s 0.3s fadeInDown both;
    box-shadow: 0px 0px 15px rgb(0 0 0 / 20%);
}
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: 0;
    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 19px; */
    top: 15px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size: 16px;
    color: #fff;
    padding: 0;
    /* margin-right: 12px; */
    transition: all 0.3s ease-in-out;
    position: relative;
    color: #000;
    font-weight: 500;
    margin: 1px 7px;
    margin-top: 12px;
    position: relative;
    padding: 0px 8px;
    text-transform: capitalize;
    cursor: pointer;
}
.navbar-expand-md .navbar-nav .nav-item.last-link .nav-link {
    position: relative;
    top: -2px;
}
header.shrink {
    animation: 0.3s 0.3s fadeInDown both;
    background: #fff;
    box-shadow: 0px 2px 10px #00000059;
    z-index: 9;
}
.navbar-expand-md .navbar-nav .nav-link::before
{
    background-color:#019adb;
    height: 3px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: -18px;
    left: 6px;
    transition: all 0.4s;
}
.navbar-expand-md .navbar-nav .nav-link.active:before,
.navbar-expand-md .navbar-nav .nav-link:hover:before {
    width: 100%;
}
.navbar-expand-md .navbar-nav .nav-item:last-child .nav-link:before,
.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link:before{
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #00339C;
}
.upper-nav {
    margin: 6px;
}
.navbar-brand {
    position: absolute;
    top: 5px;
    left: 0;
    width: 20%;
    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: 0px;
    padding-bottom: 15px;
}
.main-footer .footer-wrapp img {
    width: 66px;
    border-radius: 35px;
}
.opening-single .common-btn span, .news-events .common-btn span {
    color: #32a8e0;
}
footer{
    position: relative;
}
.main-footer {
    background: #121A2C;
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px 20px;
}
footer:before {
    position: absolute;
    content: "";
    width: 90%;
    height: 3px;
    top: -1px;
    left: 89px;
    background: #109adb;
/* border-left: 233px solid #005baa; */
z-index: 1;
}
.btm-strip {
    background: #121a2c;
}
.btm-strip p {
    color: #DEDDDD;
    font-size: 13px;
    font-weight: 400;
}
.btm-strip .col-lg-6:last-child {
    text-align: right;
}
a.top-arrow {
    text-decoration: none;
    color: #fff;
    background: #109adb;
    position: fixed;
    right: 1%;
    bottom: 16%;
    transition: all 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    font-size: 32px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
    display: none;
}
/*.top-arrow {
    text-decoration: none;
    color: #fff;
    background: #109adb;
    position: fixed;
    right: 1%;
    bottom: 16%;
    transition: all 0.3s ease-in-out;
    height: 50px;
    width: 50px;
    font-size: 32px;
    text-align: center;
    z-index: 99;
    border-radius: 50%;
    display: none;
}*/
a.top-arrow:hover{
  background: #114e9b;
  color: #fff;
}
.column:nth-child(1) {
    width: 25%;
/*  margin-left: 269px;*/
margin-right: 0;
}
.column:nth-child(1) p {
    color: #fff;
    margin-top: 20px;
    font-size: 15px;
    line-height: 22px;
    width: 89%;
    font-weight: 100;
    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;
}
.footer-logo {
    background: #fff;
    padding: 10px 20px;
    box-shadow: 0px 0px 93px #00000029;
    border-radius: 6px;
    margin-top: -26%;
}
.column:nth-child(2) {
    width: 22%;
    position: relative;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 22%;
}
.column:nth-child(4) {
    width: 25%;
}
.column:nth-child(5) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.column a {
    display: table !important;
    padding-bottom: 7px;
    line-height: 20px;
    color: #d7d7d7b0;
    font-size: 16px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.footerlogo {
    width: 55%;
}
/*.column:last-child a {
font-size: 25px;
}*/
.column p {
    color: #FFFFFF;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer a,
footer p{
    color: #a8a4a4;
    font-size: 16px;
}
footer p{
    margin-bottom: 0;
}
.common-btn {
    width: 152px;
    height: 46px;
    background: #109adb ;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    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: 30px;
cursor: pointer;
border:0px;
}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#004094;
    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: 8px;
    align-items: center;
    justify-content: center;
    color: #ffffffc4;
    /* transform: rotate(323deg); */
    position: relative;
    top: 1px;
    padding-left: 10px;
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {
    padding: 10px 0px 10px 0px;
    position: relative;
}
.btm-strip a {
    font-size: 13px;
    color: #DEDDDD;
}
.contact-box {
    display: flex;
    align-items: center;
}
.contact-box .box {
    padding-left: 10px;
}
.footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ffffff21;
    padding-top: 20px;
}
.contact-box img {
    width: 40px;
}
.contact-box .box a {
    color: #fff;
    font-size: 19px;
}
.contact-box .box h3 {
    color: #fff;
    font-size: 17px;
    margin-bottom: 0px;
}
.btm-strip {
    color:#fff;
}
.btm-strip .container {
    border-top: 1px solid #cccccc45;
}
/*.navbar-expand-md .navbar-nav .nav-item:nth-child(7) .nav-link {
border: 1px solid #ccc;
border-radius: 20px;
padding: 9px 30px;
color: #00339C;
font-size: 13px;
margin-top: 16px;
}*/
.home-slider h2 {
    font-size: 50px;
    text-align: center;
    color:#fff;
}
.caption-left {
    position: absolute;
    top: 40%;
    padding: 20px;
    width: 45%;
    background: #114e9bcc;
}
.home-slider h2 {
    font-size: 50px;
    text-align:left;
}
.slider-section .common-btn {
    background: transparent;
    color: #fff;
    border: 1px solid #009adb;
}
.services-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.services-content {
    position: absolute;
    width: 100%;
    height: 40%;
    bottom: 0px;
    color: #fff;
    text-align: center;
    transition:all 0.5s ease-in-out;
    background: linear-gradient(to top,rgb(0 0 0 / 51%)55%, rgb(255 255 255 / 0%)100%);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-bottom: 2rem;
}
.services-content img {
    width: 17%;
}
.services-single:hover{
    height:100%;
}
.services-single {
    width: 20%;
    position: relative;
    transition: all 0.5s ease-in-out;
    margin: 0px 0px;
}
.services-wrapper .services-single{
    margin-right: 0px !important;
}
.services-single:hover .services-content {
    height: 100%;
    background-color: #009adbbd;
    display: flex;
    align-items: center;
}
.column:nth-child(3) {
    width: 25%;
}
.column:nth-child(2) {
    width: 25%;
    position: relative;
}
.services-content h3 {
    font-size: 20px;
    margin-top: 10px;
}
.counter-single {
    display: flex;
    align-items: center;
}
.counter-single img {
    width: 20%;
    padding-right: 10px;
}
.counter-single h4 {
    font-size: 40px;
    margin-bottom: 0px;
    color: #109adc;
}
.about {
    background: #ffffff;
    padding: 40px 0px 80px;
}
.about h3 {
    margin-top: 0px;
    margin-bottom: 20px;
}
.about-text {
    width: 90%;
}
.news-wrapper {
    display: flex;
}
.news-slider .owl-item .news-single {
    margin: 0px 10px;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    cursor: pointer;
    display: block;
}
.navbar-expand-md .navbar-nav .nav-link img {
    padding-right: 5px;
}
.news-slider .owl-item .news-single:hover{
    border-bottom: 2px solid #109ADB;
}
.news-events {
    padding: 40px 0px;
}
.news-content h5 {
    color: #898282;
    font-size: 15px;
}
.news-content {
    padding-top: 10px;
}
.news-events h3 {
    margin-bottom: 20px;
}
.headings {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-events .common-btn {
    background: transparent;
    color: #109ADB;
    border: 1px solid #109ADB;
    margin-bottom: 15px;
}
.news-content p {
    margin-bottom: 12px;
    font-size: 15px;
    overflow: hidden;
    width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #000;
    font-weight: 500;
}
.news-events .owl-nav {
    position: absolute;
    top: 30%;
    width: 100%;
}
.news-events .owl-nav .owl-prev {
    position: absolute;
    left: -40px;
}
.news-events .owl-nav .owl-next {
    position: absolute;
    right: -40px;
}
.img-wrap{
    overflow: hidden;
    margin: 0 auto;
}
.img-wrap img{
    transition: 0.5s all ease-in-out;
    width: 100%;
}
.img-wrap img:hover{
    transform: scale(1.1);
}
.news-events .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 14px;
    margin: 5px;
    padding: 5px 11px 4px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.latest-opening {
    background: #114e9b;
    padding: 30px 0px;
}
.opening-single {
    background: #fff;
    width: 31.5%;
    padding: 25px 25px;
    border-radius: 30px;
    margin-right: 20px;
    margin-bottom: 25px;
    box-shadow: 0px 3px 48px #00000019;
}
.openings-wrappper {
    display: flex;
    flex-wrap: wrap;
}
.opening-single .common-btn {
    border: 1px solid #109ADB;
    background: #1099da;
    color: #ffffff;
}
.latest-opening h2 {
    margin-bottom: 25px;
    color: #fff;
}
.opening-single p {
    color: #6F6C6C;
}
.opening-single:hover {
    background: #109ADB;
    color: #fff;
}
.opening-single:hover p{
    color:#fff;
}
.opening-single:hover .common-btn{
    background-color:#fff;
    cursor:pointer;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    padding: 10px 30px;
}
.modal.show .modal-dialog {
    transform: none;
    max-width: 26%;
}
/*.client-slider img {
    width: auto !important;
}*/
.client-slider .item {
    padding: 19px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 10px 0px #ccc;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 3px;
    margin-right: 3px;
}
.home-contact {
    background: url(../images/homecontact-bg.png);
    color: #fff;
    padding: 40px 0px 50px;
}
.home-contact h3 {
    font-size: 43px;
    padding-bottom: 14px;
}
.home-contact .form-group {
    position: relative;
}
.home-contact .col-md-5 .common-btn {
    width: 100%;
    border: 0px;
    background: #109ADB;
}
.home-contact .form-group .form-control {
    background: transparent;
    padding: 15px 20px;
    border-radius: 30px;
    margin-bottom: 20px;
}
.home-contact .form-group i {
    position: absolute;
    right: 15px;
    top: 15px;
    font-size: 25px;
    width: 5%;
}
.get-touch h6 {
    margin-bottom: 15px;
}
.get-touch {
    width: 85%;
}
.home-contact h4 {
    font-size: 35px;
    margin-bottom: 20px;
}
.home-contact .col-md-5 {
    width: 35%;
}
.home-contact .form-group .form-control{
    background: #436875;
    border:0px;
    color: #fff;
}
.client {
    background: #ffffff;
    padding: 40px 0px;
}
.home-contact .form-group .form-control::placeholder{
    color:#FFF;
}
.home-contact .row {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counters-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}
.counters-single {
    width: 190px;
    height: 190px;
    margin: 0px 15px;
    border-radius: 50%;
/* border: 1px solid #ccc; */
padding: 10px 15px;
text-align: center;
color: #fff;
padding-top: 25px;
position: relative;
z-index: 0;
background: #004094;
transition: all 0.5s ease-in-out;
position: relative;
top: 0px;
}
.btm-strip p span {
    color: #009adb;
}
.counters-single:hover{
    position: relative;
    top: -10px;
    transition:all 0.5s ease-in-out;
}
.counters-single:before {
    position: absolute;
    width: 190px;
    height: 190px;
    top: 15px;
/* border: 1px solid #fff; */
background: #009adb;
content: "";
left: 0px;
border-radius: 50%;
z-index: -10;
}
.counter-bg {
    padding: 60px 0px 85px;
    background: url(../../ImgSite/counterBg.png);
    background: url(../../ImgSite/counterBg.png);
    color: #fff;
}
.counters-single h4 {
    margin-bottom: 0px;
}
.counter-bg h3 {
    margin-bottom: 30px;
}
.counters-single img {
    width: 35%;
    margin: 0 auto;
    display: block;
    margin-top: 13px;
    margin-bottom: 21px;
    transform: scale(1.1);
    filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.heading{
    font-size:43px;
}
.slider-section .owl-dots button {
    border: 0px;
    width: 80px;
    background: transparent;
    color: #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0px 10px;
    text-align: left;
    font-size: 20px;
}
.slider-section .owl-dots {
    position: absolute;
    bottom: 8%;
    left: 7%;
}
.slider-section .owl-dot.active  button{
    border-bottom:1px solid #009adb;
    color:#009adb;
}
.slider-section .owl-nav {
    position: absolute;
    right: 6%;
    bottom: 7%;
}
.slider-section .owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 6px 12px 5px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #fff;
}
.breadcum {
    position: relative;
    margin-top: 60px;
}
.breadcum .parallax-container {
    position: relative;
    overflow: hidden;
}
.breadcum .parallax-parent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
/*.breadcum:before{
position: absolute;
content: "";
width: 100%;
height: 100%;
top: 0;
left: 0;
background-color: #0082d2c7;
z-index: 1;
}*/
.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_container {
    position: absolute;
    bottom: 0%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.caption-heading {
    position: absolute;
    width: 100%;;
    top: -205px;
    color: #fff;
}
.breadcum h1 {
    font-size: 50px;
    margin-bottom: 0;
    position: relative;
    line-height: 1.1;
    text-transform: capitalize;
}
.breadcum-list {
    position: absolute;
    bottom: 5%;
    left: 8%;
}
.breadcum-list a {
    color: #fff;
}
.breadcum-list span{
    color: #fff;
}
.about-text {
    padding: 60px 0px;
    text-align:center;
    margin:0 auto;
/*background:url('../images/aboutcontent-bg.png');*/
background-size:;
}
.about-text .container {
    width: 70%;
}
.about-text .container img {
    margin-bottom: 15px;
}
.our-values{
    background:url('../images/values-bg.png');
    padding:60px 0px;
    margin-top: 60px;
}
.our-values h2{
    color:#fff;
}
.vision-mission .nav-tabs .nav-link.active {
    background: #109adb;
}
.values-wrapper{
    display: flex;
    align-items:center;
}
.our-values .values-single {
    padding: 25px 25px;
    margin: 0px 10px;
    margin-bottom: 15px;
    border-radius: 30px;
    background: #ffffff29;
}
.vision-mission .text-wrapp img {
    width: 20% !important;
}
.vision-mission .values-single img {
    margin-bottom: 15px;
    position: relative;
    z-index: 3;
    width: 80%;
    right: 0px;
    margin-left: 20%;
    border-radius: 45px;
}
.text-wrapp img {
    width: auto !important;
    margin-left: 0px !important;
}
.values-single h4{
    color:#fff;
}
.heading{
    margin-bottom: 20px;
}
.values-single p {
    color: #fff;
    FONT-SIZE: 17PX;
}
.team-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.team-single {
    width: 18%;
    margin: 0px 45px;
    margin-bottom: 20px;
    text-align: center;
}
.team-single h3 {
    font-size: 22px;
    margin-top: 15px;
}
.core-team {
    padding: 60px 0px;
    text-align: center;
}
.core-team p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px;
}
.team-div {
    background: #ccc;
    padding: 10px;
    border-radius: 50%;
    width: 220px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.core-team {
    position:relative;
}
.core-team .coreteam {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 36%;
}
.core-team .container {
    position: relative;
    z-index: 1;
}
.core-team h2, .core-team p {
    color: #fff;
}
.team-wrapper p {
    color: #808B91;
    font-weight: 500;
}
.vision-mission .values-single {
    display: flex;
    align-items: flex-start;
}
.vision-mission {
    position:relative;
}
.vision-mission .nav-tabs .nav-link {
    border-radius: 30px;
}
.vision-mission ul.nav.nav-tabs {
    border-bottom: 0px;
}
.vision-mission ul li a{
    display:block;
}
.vision-mission .nav-tabs .nav-link {
    border-radius: 30px;
    background-color: #ffffff1f;
    color: #ffff;
    margin-bottom: 5px;
    border: 0px;
    width: 120px;
    text-align: center;
    FONT-SIZE: 18PX;
}
.vision-mission{
    position:relative;
    padding:60px 0px;
}
.vision-mission ul.nav.nav-tabs {
    display: block;
    padding-right: 25px;
    padding-left: 40px;
}
.text-wrapp h3 {
    color: #fff;
    font-weight: 700;
}
.vision-wrapper {
    display: flex;
   
}
.vision-wrapper .values-single:nth-child(1) {
    width: 45%;
    padding-top: 90px;
    z-index: 1;
}
.vision-wrapper .values-single:nth-child(2) {
    width: 54%;
    padding: 0px;
    margin: 0px;
}
.vision-mission .tab-content {
    width: 85%;
}
.vision-wrapper .values-single:nth-child(1):before {
    position: absolute;
    content: "";
    top: 0px;
    width: 60%;
    background: #0c2342;
    height: 100%;
    left: 0px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
}
.vision-wrapper .values-single:nth-child(2):after{
    position: absolute;
    content: "";
    top: 0px;
    width: 40%;
    background: #109adb;
    height: 100%;
    right: 0px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    z-index:1;
}
.career-wrapper {
    display: flex;
}
.countersec .counter-wrapper {
    display: flex;
}
.career-single {
    width: 40%;
    padding-left: 172px;
}
.countersec .counter-content {
    background: #fff3;
    padding: 20px 20px;
    margin: 0px 10px;
    border-radius: 20px;
    transition:all 0.3s ease-in-out;
}
.countersec .counter-wrapper .counter-single{
    display:block;
}
.career-about {
    padding: 60px 0px;
}
.career-single:nth-child(2) {
    padding-left: 50px;
    width: 80;
    padding-right: 7%;
}
.countersec  .counter-img {
    width: 65px;
    height: 65px;
    background: #ffffff4d;
    border-radius: 50px;
    position: relative;
    top: 25px;
    left: -15px;
}
.countersec .counter-single img {
    width: 83%;
    padding-right: 10px;
    position: absolute;
    top: 27%;
    left: 17%;
}
.counter-bg .counter-single h4{
    color:#fff;
}
.countersec .counter-single:hover .counter-content{
    background-color:#109ADB;
    color:#fff;
}
.openings-wrapper {
    display: flex;
    flex-wrap:wrap;
    margin-bottom: 2rem;
}
.openings-single {
    width: 30%;
    padding: 20px 20px;
    box-shadow: 0px 3px 48px #00000019;
    border: 1px solid #FAF0F0;
    border-radius: 40px;
    background-color:#fff;
    margin: 0px 10px 20px;
}
.openings-single h3 {
    font-size: 17px;
}
.openings-single p {
    color: #6F6C6C;
    margin-bottom: 5px;
}
.career-content h3 {font-size: 1.5rem;}
.career-desc {
    height: 100%;
    overflow-y: scroll;
}
.openings-single .common-btn{
    margin-top:15px;
}
.openings{
    padding-bottom:60px;
}
.latest-opening.openings h5 {
    text-align: center;
}
.latest-opening.openings h5 a:hover {
    text-align: center;
    color:#109adb;
}
/*.contact-bg {
background: #fff;
padding: 0px 30px 30px 30px;
}*/
.contact-address .fa {
    font-size: 25px;
}
select {
    background: url(../images/down-arrow.html) no-repeat;
    background-position: center;
    -webkit-appearance: none;
    background-position-x: 313px;
}
.contact .form-group {
    margin-bottom: 25px;
    color: #7a8b9ad1;
}
.contact-address {
    display: flex;
    margin-bottom:20px;
}
.contact-address:nth-child(3) {
    display: flex;
    align-items: center;
}
.contact-address:nth-child(4) {
    display: flex;
    align-items: center;
}
.contact-address:last-child {
    display: flex;
    align-items: center;
}
.contact-address span{
    padding-right:20px;
}
.contact-content .heading {
    margin-bottom: 0px;
    color: #2086b9;
}
.contact-content p {
    margin-bottom: 0px;
    color: #000000;
}
.contact-address h6 {
    color: #2086b9;
}
.writeus{
    position: relative;
    background:url('../../ImgSite/writeus-bg.png');
    padding: 40px 75px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}
/*.writeus:before {
position: absolute;
width: 100%;
content: "";
top: 0px;
right: 0px;
background: #000;
height: 100%;
border-top-left-radius: 20px;
border-bottom-left-radius: 20px;
z-index: -1;
}*/
.contact-lists{
    position:relative;
}
.contact-lists:before{
    position: absolute;
    width: 100%;
    content: "";
    top: 0px;
    right: 0px;
    background: #E9F2F5;
    height: 100%;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    z-index: -1;
}
.contact .heading {
    font-size: 35px;
}
.contact-lists {
    position: relative;
    padding: 50px 50px;
}
.writeus .heading{color:#fff;}
.writeus .form-control {
    padding: 13px 20px;
    border-radius: 30px;
}
.contact-address .img-contact  {
    width: 55px;
    height: 55px;
    background: #2086b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    color: #fff;
    position: relative;  
}
.contact-address:nth-child(1) img {
    width: 70%;
}
.contact-address:nth-child(5) img {
    padding-bottom: 0px;
/* filter: none; */
width: 58%;
}
.contact img {
    width: 50%;
    filter: invert(53%) sepia(199%) saturate(293%) hue-rotate(229deg) brightness(193%) contrast(102%);
}
.contact .img-contact:last-child img {
    filter: none;
}
.contact-address span {
    width: 55px;
    height: 55px;
    background: #2086b9;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 0px;
    color: #fff;
    position: relative;
}
.contact-content {
    width: 70%;
    padding-left:15px;
}
.contact-address span:before {
    position: absolute;
    content: "";
    width: 80px;
    height: 80px;
    background: #fff;
    border-radius: 50%;
    top: 8px;
    z-index: -5;
}
.contact-content a {
    color: #000;
}
.contact {
    padding: 60px 0px;
}
.map ul#myTab {
    display: flex;
    align-items: center;
    justify-content: center;
}
.nav-tabs .nav-link {
    color: #000;
    background: #e9f2f5;
}
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #114e9b;
}
.blog-single .text-box h3 {
    color: #000;
    font-size: 21px;
    margin-bottom: 10px;
    margin-top: 10px;
}
/*.blog-single .text-box p, */
.blog-single .text-box .short-desc{
    color: #000;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 15px;
}
.blog-single .text-box span.date {
    color: #757575;
    font-size: 14px;
}
.blog-single .text-box span.date i{
    margin-right: 4px;
}
.blog-single .blog-box {
    position: absolute;
    color: #fff;
/* font-size: 6px; */
background-color: #044F85;
border-radius: 30px;
display: flex;
align-items: center;
justify-content: center;
width: 90px;
height: 40px;
z-index: 1;
left: 4%;
padding: 11px 0px;
top: 3%;
text-align: center;
/* transform: translateX(-50%); */
}
.blog-single:hover .blog-box {
    position: absolute;
    color: #fff;
    background-color: #019adb;
}
.blog-single .blog-box h3 {
    font-size: 14px;
    margin: 0;
}
.blog-single .text-box {
    padding: 20px 18px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.blog-single {
    position: relative;
/*  overflow: hidden;*/
display: block;
box-shadow: 0px -2px 52px #0e264b2b;
margin-bottom: 30px;
}
.blog-single:hover p,
.blog-single:hover h3,
.blog-single:hover span.date,
.blog-single:hover .text-box span.arrow{
    color: #fff;
}
.blog-single:hover .text-box .common-btn{
    color: #fff;
    border: 1px solid #fff;
}
.blog-single .text-box span.arrow {
    font-weight: 600;
    font-size: 14px;
    display: flex;
    align-items: center;
    color: #5a6162;
}
.blog-single .text-box span.arrow span.icon-right-arrow11 {
    position: relative;
    left: -23px;
    top: 3px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
.blog-single:hover .text-box span.arrow span.icon-right-arrow11{
    left: 6px;
    opacity: 1;
}
.blog-details .blog-heading h5 {
    color: #1ba9e3;
    font-size: 15px;
}
.blog-details .blog-heading{
    margin-bottom: 20px;
}
.blog-details .blog-heading .subheading {
    margin-bottom: 0;
    width: 70%;
    font-size: 24px;
    margin-top: 15px;
    color: #000;
}
.blog-details p {
    font-size: 15px;
    color: #000;
    margin-bottom: 5px;
}
.recent-post .text {
    padding-left: 10px;
}
.blog-details .img-wrapper {
    margin-bottom: 24px;
}
.blog-details .img-wrapper img{
    width: 100%;
}
.blog-details .row{
    margin-bottom: 20px;
}
.blog-details .social-box a {
    color: #1ba9e3;
    font-size: 22px;
    margin-right: -11px;
    padding: 0px 6px;
}
.blog-details .social-box p {
    font-size: 26px;
    margin-right: 16px;
}
.blog-details .social-box{
    margin-top: 0;
}
.blog-single .text-box .common-btn {
    color: #fff;
    border: 1px solid #1ba9e3;
}
.blog-single:hover .text-box {
    background: #061d58;
}
.blog {
    padding: 60px 0px;
}
.blog-details .blog-heading h5 {
    color: #004094;
    font-size: 15px;
}
.blog-details .blog-heading{
    margin-bottom: 20px;
}
.blog-details .blog-heading .subheading {
    margin-bottom: 0;
    width: 70%;
    font-size: 24px;
    margin-top: 15px;
    color: #000;
}
.blog-details p{
    font-size: 15px;
}
.blog-details .img-wrapper {
    margin-bottom: 24px;
}
.blog-details .img-wrapper img{
    width: 100%;
}
.blog-details .row{
    margin-bottom: 20px;
}
.blog-details .social-box .fa {
    color: #000;
    font-size: 22px;
    margin-right: 14px;
}
.blog-details .social-box p {
    font-size: 26px;
    margin-right: 16px;
}
.blog-details .social-box{
    margin-top: 0;
}
.recent-post {
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 22px 3px;
}
.recent-post:last-child{
    border-bottom: 0;
}
.recent-post h5 {
    color: #004094;
    font-size: 14px;
    margin-bottom: 0px;
}
.recent-post h5 i{
    margin-right: 10px;
}
.recent-post img{
    width: 38%;
}
.recent-post .text{
    padding-left: 17px;
}
.recent-post p {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 18px;
    color: #212529;
}
.categories .recent-post-wrapper {
    background-color: #F3FAFF;
    padding: 30px;
    margin-top: 22px;
}
.blog-details {
    padding: 55px 0px;
}
.heading-services {
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-contact {
    display: flex;
    align-items: center;
/* justify-content: center; */
}
.address-contact h3 {
    font-size: 17px;
    color: #109ADB;
    margin-bottom: 0px;
}
.address-contact a {
    font-size: 20px;
    color: #014094;
    margin-left: 15px;
    font-weight:600;
}
.address-contact img {
    width: 12%;
    margin-right: 10px;
}
.address-detail {
    display: flex;
    align-items: center;
    justify-content: center;
}
.address-contact {
    display: flex;
    align-items: center;
/* justify-content: center; */
border: 1px solid #DDDDDD;
padding: 10px 20px;
/* border-right: 0px; */
/* border-radius: 30px; */
height: 70px;
}
.address-detail .address-contact:nth-child(1) {
    border-right: 0px;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.address-detail .address-contact:nth-child(2) {
    border-right: 0px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
.heading-services {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #edf7fc;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    padding-bottom: 30px;
    padding-top: 20px;
}
.services-detail .img-wrapp {
    margin-top: -20px;
    margin-bottom: 20px;
}
.heading-services img {
    padding-right: 30px;
}
.services-detail h3 {
    margin-top: 30px;
}
.services-detail .address-contact h3{
    margin-top:0px;
}
.services-detail {
    padding: 60px 0px;
}
.address-detail .address-contact a:hover {
    color: #014094;
}
.about .about-text {
    padding: 0px;
    text-align: left;
}
.contact-content a:hover {
    color: #000;
}
.navbar-mob .nav-item.dropdown {
    position: relative;
}
.navbar-mob .nav-item.dropdown:hover .dropdown-menu {
    display: block !important;
}
.navbar-mob .dropdown-menu .dropdown-item {
    font-size: 13px;
    padding: 11px 15px;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.dropdown-item.active, .dropdown-item:active{
    background-color:transparent;
}
.navbar-mob .dropdown-menu {
    position: absolute;
    padding: 0;
    border-top: 4px solid rgba(5, 121, 168, 0.7215686274509804);
    border-radius: 0;
    top: 90%;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
    border-radius: 0px;
    border: 0px;
    box-shadow: 0px 2px 10px #00000059;
    transition: all 0.3s ease-in-out;
    background-color:#004094;
}
.navbar-mob .dropdown-menu .dropdown-item:hover{
    background-color:#009adb;
    color: #fff;
}
.common-page {
    padding: 60px 0px;
}
.common-page h4 {
    font-size: 20px;
}
.container.text-center img {
    width: 10%;
}
.common-page.thank-you p {
    font-size: 25px;
    margin-top: 20px;
}
.error-btns {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.error-btns  .common-btn{
    margin:0px 10px;
}
.gallery-wrapper .gallery-single {
    width: 31%;
    margin-right: 25px;
    margin-bottom: 35px;
    margin-top: 35px;
    position: relative;
}
.gallery-wrapper .gallery-single .img-wrapp {height: 275px;}
.gallery-wrapper .gallery-single img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
}
.gallery-wrapper .gallery-single::before {
    position: absolute;
    content: "";
    background: #00619d;
    height: 10px;
    width: 86%;
    left: 50%;
    transform: translateX(-50%);
    bottom: -7px;
    border-radius: 15px;
}
.gallery.infra-gallery {
    padding: 30px 0px;
}
.conatct-section .form-control {
    margin-bottom: 20px;
    border-radius: 30px;
    padding: 10px 10px;
}
.testiminoal-section .container {
    position: relative;
}
.testiminoal-section .tab-section {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    width: 68% !important;
}
.testiminoal-section .tab-section {
    border-top: 1px solid #ccc;
    margin-top: 67px;
    padding: 10px 0px;
}
.testiminoal-section .services-carousel {
    margin-top: 8%;
}
.testiminoal-section .tab-section .tab-div a {
    display: flex;
    align-items: center;
    padding: 23px;
    transition: all 0.3s ease-in-out;
    position: relative;
    justify-content: center;
    border-right: 1px solid #ccc;
}
.testiminoal-section .tab-section .tab-div:last-child a {
    border-right: 0;
}
.testiminoal-section .tab-section .tab-div a:before {
    position: absolute;
    content: "";
    top: -22px;
    left: 46%;
    margin: 0 auto;
    border-top: 25px solid #f15a29;
    border-left: 25px solid transparent;
    transform: rotate(-45deg);
    z-index: 0;
    opacity: 0;
}
.testiminoal-section .tab-section .tab-div a:after {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    margin: 0 auto;
    height: 4px;
    width: 100%;
    z-index: -1;
    opacity: 0;
    background: #f15a29;
}
.testiminoal-section .tab-section .tab-div a.active {
}
.testiminoal-section .tab-section .tab-div a.active:before,.testiminoal-section .tab-section .tab-div a:hover:before {
    opacity: 1;
}
.testiminoal-section .tab-section .tab-div a.active:after,.testiminoal-section .tab-section .tab-div a:hover:after {
    opacity: 1;
}
.testiminoal-section .tab-section .tab-div span {
    color: #bcbcbc;
    display: inline-block;
    font-size: 50px;
    margin-right: 12px;
}
.testiminoal-section .tab-section .tab-div h5 {
    font-size: 18px;
    color: #bcbcbc;
    margin-bottom: 0;
}
.testiminoal-section .tab-section .tab-div p {
    font-size: 12px;
    color: #7a7878;
    margin-top: 0;
    width: 85%;
    margin-bottom: 0;
}
.testiminoal-section .tab-section .tab-div {
    border-radius: 0px;
    width: 27%;
    cursor: pointer;
}
.container.breadcum_container a {
    text-decoration: none;
}
.testiminoal-section .owl-item.active .item .slider-img {
    animation: 1s 0.5s fadeIn both;
}
.testiminoal-section .text-box p {
    font-size: 21px;
    text-align: center;
    margin-top: 37px;
    color: #949699;
}
.testiminoal-section .text-box {
    height: 255px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 61px;
}
.testiminoal-section .name-box {
    background: #004094;
    color: #fff;
    text-align: center;
    padding: 10px 0px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.testiminoal-section{
    padding:60px 0px;
}
.testiminoal-section .name-box h4 {
    font-size: 25px;
}
.testiminoal-section .name-box p {
    font-size: 20px;
}
.testiminoal-section .item {
    border: 2px solid #ccc;
    border-radius: 10px;
    position: relative;
    opacity: 0.3;
}
.testiminoal-section .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
}
.testiminoal-section .owl-item.active.center .item {
    opacity: 1 !important;
}
.testiminoal-section .quote1 {
    position: absolute;
    width: 12% !important;
    top: -12%;
    left: 26%;
}
.testiminoal-section .quote2 {
    position: absolute;
    width: 12% !important;
    top: -12%;
    right: 26%;
}
.testiminoal-section .owl-nav {
    position: relative;
    top: -240px;
}
.testiminoal-section .owl-prev {
    position: absolute;
    left: 23%;
}
.testiminoal-section .owl-next {
    position: absolute;
    right: 23%;
}
.testiminoal-section .img3 {
    position: absolute;
    width: 120px !important;
    height: 120px;
    top: -60px;
    border: 2px solid #ccc;
    padding: 29px 7px;
    border-radius: 50%;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
}
.testiminoal-section .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 20px;
    margin: 5px;
    padding: 5px 15px 4px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid #ccc;
}
.testiminoal-section .owl-theme .owl-nav{
    position:absolute;
    width:100%;
    top:40%;
}
.testiminoal-section .owl-theme .owl-prev{
    position:absolute;
}
.testiminoal-section .owl-theme .owl-next{
    position:absolute;
}
.contact-btn {
    padding: 30px 0px;
}
.contact .common-btn {
    margin: 28px 0px;
}
.sitemap {
    padding: 40px 0px;
}
.sitemap h4 {
    font-size: 21px;
    color: #004094;
    font-weight: 600;
}
.sitemap a {
    display: block;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}
.sitemap a:hover {
    color: #009adb;
}
#case-study-row ul li {
    list-style-type: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
    cursor: pointer;
    width: 22%;
    padding-left: 7px;
    padding-right: 7px;
    border: 1px solid #386aab59;
    margin: 0 auto;
/* display: block; */
text-align: center;
padding: 15px 0px;
margin: 10px;
border-bottom: 0px;
}
figcaption {
    background: #004094c7 !important;
    border: 0 !important;
    padding: 5px 0px !important;
    position: relative;
    bottom: 0px;
    position: relative;
    top: 32px;
    border-bottom: 0p;
}
#case-study-row .gridder-show {
    float: left;
    width: 94%;
    position: relative;
    padding: 5px;
    border: 1px solid #b9cbe2;
    margin: 10px;
    padding: 60px 40px;
    display: none;
}
#case-study-row .close {
    position: absolute;
    right: 0px;
    padding: 10px 15px;
    top: 0px;
    background-color: #004094;
    opacity: 1;
    color: #fff;
}
.figcaption-active {
    background: #004094fc !important;
}
.figcaption-active:after {
    content: " ";
    border-right: 25px solid transparent;
    border-left: 25px solid transparent;
    border-top: 25px solid #004094e6;
    position: absolute;
    left: 41%;
    bottom: -18px;
    z-index: 1;
}
.li-detail {
    display: none;
}
.team-section {
    padding: 40px 0px;
}
.team-section-single {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 41px 0px;
}
.team-section .separate {
    border-bottom: 1px solid #ccc;
}
.team-section-single img {
    width: 60%;
    max-width: 100%;
    display: flex;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #f0f0f0;
    align-items: center;
    justify-content: center;
    margin: 0px 85px;
}
.home-services {
    background: #ffffff;
    padding: 20px 0px;
}
.home-services h2 {
    margin-top: 16px;
}
.services ul {
    display: block !important;
    background: #004094e3;
    border-radius: 0px;
    border-bottom: 0;
    padding: 35px 25px;
}
.services .nav-tabs .nav-item {display: block; width: 100%;}
.services .nav-tabs .nav-link {
    background: transparent;
/* color: #009adb; */
color: #fff;
border: 0;
padding: 16px 15px;
font-size: 16px;
line-height: 21px;
border-radius: 10px;
position: relative;
display: flex;
align-items: center;
cursor: pointer;
}
.services .nav-tabs .nav-link span {
    position: absolute;
    right: 80px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 13px;
    opacity: 0;
    transition: all 0.4s;
}
.services .nav-tabs .nav-link.active span{
    right: 9px;
    opacity: 1;
}
.services .nav-tabs .nav-link.active {
    background: #ffffff;
    color: #35363a;
}
.services .nav-tabs .nav-link img {
    width: 40px;
    margin-right: 10px;
    filter: invert(1);
}
.services .nav-tabs .nav-link.active img {filter: invert(0);}
.services .accordion-item{
    background-color: transparent;
    border: 0;
    padding: 0;
}
.services .heading {
    margin-top: -20px;
}
.services .img-box1 {
    / overflow: hidden; /
    margin-bottom: 9px;
    margin-right: 4px !important;
    / width: 37px; /
    / height: 20%; /
    max-width: 45px;
    width: 60px;
}
.services .img-box1:hover img{
    transform: scale(1.02);
}
.services .img-box img {
    transition: all 0.4s;
    margin-bottom: 26px;
}
.office {
    padding: 70px 0px;
    background: #000;
}
.office h2 {
    font-size: 46px;
    margin-bottom: 24px;
    color: #fff;
}
.upper-nav ul li a {
    color: #009adb;
    font-size: 14px;
    padding: 0px 12px;
}
.upper-nav ul{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.services-single .main-img {
    height: 400px;
    object-fit: cover;
    opacity: cover;
}
.testimonial {
    background: #e0e0e04f;
    padding: 50px 0px;
    margin-top: 15px;
}
.testimonial .testimonial-slider .item {
    background: #fff;
    border-radius: 20px;
    padding: 60px 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 0px #ccc;
    height: 270px;
}
.testimonial .fa-quote-right {
    color: #235ba3;
    font-size: 35px;
    position: absolute;
    right: 27%;
    margin-top: 14%;
    z-index: 2;
}
.testimonial .fa-quote-left {
    color: #235ba3;
    font-size: 35px;
    position: absolute;
    left: 27%;
    margin-top: 6px;
    z-index: 2;
}
.testimonial p {
    color: #000;
    font-size: 18px;
/*  font-weight: 100;*/
line-height: 25px;
/* margin-bottom: 28px;*/
font-family: 'Poppins', sans-serif;
text-align: center!important;
}
.testimonial h5 {
    color: #0082d2;
    text-align: center;
    letter-spacing: 3px;
    margin-top: 0px;
}
.testimonial .item {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}
.testimonial .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 18px;
    margin: 5px;
    padding: 0;
    top: 40%;
    height: 45px;
    width: 45px;
    border: 1px solid #114e9b;
    cursor: pointer;
    background: #114e9beb;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.testimonial .owl-prev {
    position: absolute;
    top: 10%;
    left: 0;
}
.testimonial .owl-next {
    position: absolute;
    top: 10%;
    right: 0;
}
.testimonial .owl-theme .owl-nav [class*=owl-]:hover {
    background: #0082d2;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: #114e9b !important;
}
.core{
    padding: 60px 0px;
}
.core h2{
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.core p{
    width: 90%;
    margin: auto;
    font-size: 17px;
}
.core-wrapp{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 5%;
}
.core-wrapp .core-single{
    width: 33.33%;
    padding: 6%;
    border:1px solid #ccc;
    position: relative;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.core .core-single img {
    width: 40% !important;
    display: flex !important;
    transform: translateX(72%);
    padding: 17px;
}
.core-single .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .2s ease;
    background-color: #114e9bed;
    transition: all 0.3s ease-in-out;
}
.core-single:hover .overlay {
    opacity: 1;
}
.core-single:hover{
    border: 1px solid #907e34;
}
.core-single .overlay-text {
    color: white;
    position: absolute;
    top: 28%;
    padding: 37px 0px;
    text-align: center;
}
.core-single .overlay-text p{
    font-size: 15px;
}
.core-single .overlay-text h4{
    font-size: 16px;
}
.office {
    padding: 50px 0px;
    background-colorcolor: #f2efef;
    position: relative;
    background-color: #f2efef;
}
.office .heading {
    color: #2a2627;
    font-size: 45px;
    font-weight: 600;
    padding-bottom: 5%;
    position: relative;
}
.office .office-content {
    margin-top: 3%;
}
.office-single {
    position: relative;
    width: 30%;
    height: 240px;
    margin-right: 3%;
    box-shadow: 0px 0px 10px 0px #ccc;
    background-color: #fff;
    z-index: 1;
}
.office .office-content .icon-box {
    margin-left: 38%;
    width: 22%;
    height: 36%;
    margin-top: -12%;
    margin-bottom: 12%;
    background-color: #E6E6E6;
}
.office .subheading {
    color: #2a2627;
    font-size: 25px;
    position: relative;
}
.office a {
    color: #2a2627;
    font-size: 17px;
    padding: 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.office .common-btn {
    position: absolute;
    color: #fff;
    background-color: #40a1dd;
    width: 85% !important;
    height: 22% !important;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 4%;
    bottom: -30px;
}
.office .common-btn i {
    color: #fff;
    width: 33px;
    height: 32px;
    border-radius: 20px;
    padding-top: 9px;
    padding-left: 8px;
}
.office .office-single .icon-box img {
    width: 40%;
    height: 100%;
    margin-left: 29%;
}
.fleet {
    padding: 60px 0px;
}
.fleet-counter .counter {
    margin-top: 25px;
    display: flex;
}
.fleet-counter .counter .count-box {
    width: 25%;
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0px;
    background: transparent;
    padding: 0px;
}
.fleet-counter .text-counter {
    display: block;
    position: absolute;
    top: 50px;
}
.fleet-counter .counter .count-box .icon-box span {
    font-size: 80px;
    color: #fff;
}
.fleet-counter .counter .count-box h2, .fleet-counter .counter .count-box .plus {
    font-size: 45px;
    font-weight: bold;
    color: #fff;
}
.counter .count-box h2, .counters-div .count-box h3 {
    font-size: 26px;
    margin: 0px;
    display: inline-block;
    color: #dbe1e9;
    line-height: 1.2;
    vertical-align: bottom;
}
.fleet-counter .counter .count-box p {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
}
.table-fleet {
    padding: 60px 0px;
}
.table-fleet h2 {
    text-align: center;
    margin-bottom: 20px;
}
.table-fleet p {
    text-align: center;
}
.table-fleet h3 {
    text-align: center;
    margin: 30px 0px 10px;
    font-size: 20px;
}
.table-fleet table {
    caption-side: bottom;
    border-collapse: collapse;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}
tr.heading-table th {
    background-color: #0082d2de;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
}
table td {
    padding: 10px;
    text-align: center;
    border-bottom: 1px solid #ccc;
}
section.members {
    padding: 40px 0px;
}
.blog {
    padding: 60px 0px;
}
.blog h2 {
    margin-bottom: 20px;
}
.blog ul#myTab {
    background: #0082d2;
    display: flex;
    align-items: center;
    justify-content: center;
}
.blog .nav-tabs .nav-link {
    background-color: #9fd0ee;
    color: #202124;
    border: 1px solid transparent;
    margin: 0px 0px;
    border-radius: 0;
}
.blog .nav-tabs .nav-link.active {
    background-color: #114e9b;
    color: #f8f9fa;
    border: 1px solid transparent;
}
/*.services .text-box p {
    text-align: justify;
}*/
.footprints {
    padding: 40px 0px;
    background: #ebf5fb;
}
.footprints .map-box {
    position: relative;
}
.footprints h4 {
    font-size: 43px;
    text-align: center;
    margin-bottom: 20px;
}
.footprints .map-box img {
    display: block;
    margin: 0 auto;
}
.location.location1 {
    position: absolute;
    top: 75%;
    right: 69%;
}
.location.location2 {
    position: absolute;
    top: 43%;
    right: 46%;
}
.location.location3 {
    position: absolute;
    top: 29%;
    right: 50.5%;
}
.location.location4 {
    position: absolute;
    top: 52%;
    right: 42.5%;
}
.location.location5 {
    position: absolute;
    top: 75%;
    right: 44%;
}
.location.location6 {
    position: absolute;
    top: 65%;
    right: 21.5%;
}
.location.location7 {
    position: absolute;
    top: 60%;
    right: 21%;
}
.location.location8 {
    position: absolute;
    top: 31%;
    right: 13%;
}
.location.location9 {
    position: absolute;
    top: 44%;
    right: 39%;
}
.location.location10 {
    position: absolute;
    top: 40%;
    right: 41%;
}
.location.location11 {
    position: absolute;
    top: 46%;
    right: 33%;
}
.location.location12 {
    position: absolute;
    top: 50%;
    right: 32.2%;
}
.location.location13 {
    position: absolute;
    top: 52%;
    right: 30.5%;
}
.location.location14 {
    position: absolute;
    top: 49%;
    right: 29%;
}
.location.location15 {
    position: absolute;
    top: 57%;
    right: 30%;
}
.footprints .location p {
    background: #2A1570;
    color: #fff;
    padding: 5px 12px;
    border-radius: 8px 8px 8px 8px;
    font-weight: 400;
    position: absolute;
    top: -1px;
    left: 28px;
    display: none;
    font-size: 13px;
    z-index: 3;
    width: max-content;
}
.footprints .location .fa {
    color: #2092d8;
    font-size: 30px;
}
.footprints .location .fa:hover {
    color: #2a1570;
}
.footprints .location img{
    margin: unset;
    display: unset;
}
.footprints .map-box .location p:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    left: -3%;
    top: 10px;
    background-color: #2A1570;
    transform: rotate(45deg);
    z-index: 1;
}
.footprints .location:hover p {
    display: block;
}
/*.sticky.fixed {
    position: sticky;
    width: 413px;
    top: 94px;
}*/
.testimonial-details {
    padding: 40px 0px;
}
.testimonial-details .testimonial-single {
    position: relative;
    width: 31%;
    height: 370px;
    margin-right: 3%;
    box-shadow: 0px 0px 10px 0px #ccc;
    background-color: #fff;
    border-radius: 34px;
    margin: 20px 15px;
    display: block;
    align-items: center !important;
    justify-content: center !important;
    text-align: center;
    padding: 30px 18px;
    z-index: 1;
}
.testimonial-details .testimonial-single .icon-box i {
    color: #0082d2;
    font-size: 35px;
    margin-bottom: 10px;
}
.testimonial-details .testimonial-single h6 {
    color: #0082d2;
    font-size: 18px;
}
.testimonial-details .testimonial-single p {
    font-size: 15px;
}
.services {
    background: #ffffff;
    padding: 60px 0px;
}
.positions {
    position: relative;
    background: #ecf6fc;
    padding: 60px 0px;
}
.positions-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    position: relative;
    box-shadow: 0px 0px 10px 0px #ccc;
    width: 42%;
    padding: 36px 22px;
    background: #fff;
    text-align: left;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}
/*.positions h2.text-center {
font-size: 37px;
}*/
/*.home-services h1 {
    margin-top: 20px;
}*/
.positions-single .common-btn {
    padding: 12px 30px;
    display: block;
    width: fit-content;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.enquiry-modal .modal-dialog.modal-xxl {
    max-width: 1050px;
}
.enquiry-modal .modal-body {
    display: flex;
}
.content-career {
    width: 50%;
}
.form-div .form-control {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #c7c1c1;
    padding-left: 0;
    background: #fff;
}
#enquiry-modal li {
    list-style-type: disc;
    margin-left: 16px;
    margin-right: 20px;
}
.enquiry-modal .form-div {
    padding-left: 0;
    width: 50%;
}
.content-career{
    overflow:auto;
    height:450px;
    margin-right: 30px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
}
.content-career::-webkit-scrollbar-track{
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #f5f5f5;
}
.content-career::-webkit-scrollbar{
    width: 10px;
/*background-color: #f5f5f5;*/
}
.content-career::-webkit-scrollbar-thumb{
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #555;
}
button.close {
    background: transparent;
    outline: 0px;
    border: 0px;
    font-size: 30px;
}
.enquiry-modal.enquire-now .form-div{
    width:100% ! important;
}
.enquiry-modal .form-group {
    position: relative;
    margin-bottom: 35px;
}
.enquiry-modal .common-btn {
    padding: 12px 30px;
    margin-top: 4%;
    display: block;
    width: fit-content;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.enquiry-modal .common-btn i{
    font-size: 15px;
}
div#cookieNotice {
    position: fixed;
    bottom: 0px;
    color: #fff;
    background: #0000007d;
    z-index: 4;
    width: 100%;
/* display: none; */
}
div#cookieNotice .content-wrap {
    padding: 15px;
}
.msg-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: center;
}
div#cookieNotice .content-wrap p {
    margin-bottom: 0px;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    margin: 10px 0px;
}
div#cookieNotice a.btn-primary {
    padding: 9px 19px;
    margin: 0px 7px;
    font-size: 14px;
}
div#cookieNotice .btn-primary {
    color: #fff;
    background-color: #109adb;
    border: 0PX;
    padding: 9px;
    font-size: 14px;
    display: flex;
    cursor: pointer;
    border-radius: 20px;
}
p.email-error, .file-error {
    font-weight: 600;
    color: #df4343;
    font-style: normal;
    font-size: 14px;
    margin: 10px 0px 0px 2px;
    display: none;
   /* color: red;*/
}
p#msg-error, .errors {
    font-weight: 600;
    color: #df4343;
    font-style: normal;
    font-size: 14px;
    margin: 10px 0px 0px 2px;
    /*color: red;*/
}
.errors {display: none;}
.intl-tel-input {
    position: relative;
    display: inline-block;
    width: 100%;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
    left: 11%;
}
.intl-tel-input.separate-dial-code .selected-dial-code {
    display: table-cell;
    vertical-align: middle;
    padding-left: 24px !important;
}

/*.tab-pane.fade.active.show{
animation: fadeIn 0.8s ease-in-out;
}*/
/*.lock-scroll {
    overflow: hidden;
}*/
/*.lock-scroll {
    overflow: hidden;
}*/
.mobilelogo {
    display: none;
}
.alert {
    display: flex;
    align-items: flex-start;
    flex-direction: row-reverse;
    justify-content: space-between;
}
.alert button {
    float: right;
    font-size: 30px;
    line-height: 20px;
}
.alert ul, .alert ul li:last-child p {margin-bottom: 0;}
.error-wrapper .row { margin-top: 100px;}
.error-wrapper {position: relative;}

.intl-tel-input.separate-dial-code .selected-flag {
    background-color: transparent !important;
}
.client .owl-theme .owl-nav [class*=owl-] {
    color: #ffffff;
    font-size: 18px;
    margin: 5px;
    padding: 0;
    top: 35%;
    height: 35px;
    width: 35px;
    border: 1px solid #114e9b;
    cursor: pointer;
    background: #114e9beb;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.client .owl-prev {
    position: absolute;
    top: -14%;
    left: -59px;
}
.client .owl-next {
    position: absolute;
    top: 10%;
    right: -59px;

}
.col-lg-3.col-md-3.Services-outer-border.d-md-block.d-none.sticky {
    position: sticky;
    top: 0px;
    left: 0px;
}
.sticky {
    position: sticky;
    top: 0;
    left: 0;
}