@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&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;
} 
p {
    font-size: 16px;
    line-height: 22px;
}
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: 70px;
    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 !important;
}
.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: 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 8px;
}
.navbar-expand-md .navbar-nav .nav-link {
    font-size:16px;
    color: #000;
    padding: 0;
/* margin-right: 12px; */
transition: all 0.3s ease-in-out;
position: relative;
font-weight: 500;
margin: 0px 5px;
    margin-top: 15px;
    position: relative;
    padding: 10px 10px;
}
.main-head {
    display: block;
    background: #fff;
}
.navbar-expand-md .navbar-nav .nav-link::before{
    background:#F77A19;
    height: 2px;
    width: 0%;
    position: absolute;
    content: "";
    bottom: 0px;
    left: 0px;
    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{
    display: none !important;
}
.navbar-expand-md .navbar-nav li:last-child .nav-link:before {
    display: none;
}
header .navbar-expand-md .navbar-nav .nav-link.active, header .navbar-expand-md .navbar-nav .nav-link:hover {
    color: #F77A19;
}
.navbar-brand {
    position: absolute;
    top: 4px;
    left: 0;
    padding: 0;
}
.navbar-brand img {
    width: 86%;
}
.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: 20px;
}
footer{
    position: relative;
}
.main-footer {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 50px 0px;
    background:#292929;
}
.btm-strip {
    background:#50994E;

}
.btm-strip p {
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 400;
}
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: 29%;
    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: 17%;
    position: relative;
    margin-right: 20px;
}
.column h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 14px;
}
.column:nth-child(3) {
    width: 21%;
    margin-right: 40px;
}
.column:nth-child(4) {
    width: 30%;
}
.address-wrapper img {
    margin-right: 10px;
}

.column:nth-child(5) {
    width: 20%;
}
.column:nth-child(5) p {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    margin: 13px 0px;
}
.social-box a {
    margin: 0px 5px;
    transition:all 0.5s ease-in-out;
}
.column a {
    display: block;
    padding-bottom: 7px;
    line-height: 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
}
.Contact-wrapper a img{
    margin-right: 10px;
}
.Contact-wrapper a{
    display: flex;
    align-items: center;
    color: #90A0AA;
}
.add-content h6 {
    margin-bottom: 4px;
}

.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:fit-content;
    height: 46px;
    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;
background:#5AA13A;
border: 0px;
padding: 10px 20px;


}
.common-btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background:#F77A19;
    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;
padding-right:10px;
left: 7px;
transition:all 0.5s ease-in-out;
}
.common-btn:hover span{
  left: 10px;  
}
.footer-contact a {
    padding-bottom: 0px !important;
}
.footer-contact span {
    padding-right: 5px;
    color: #5EC434;
}
.btm-strip .container {

    padding: 16px 15px 16px 15px;
    position: relative;
}
.btm-strip a {
    font-size: 12px;
    color: #fff;
}
.btm-strip {
    color:#fff;
}

.home-slider h2 {
    font-size: 80px;
    text-align: center;
    background: linear-gradient(to right, #246bb3, #639a9d, #b0b772, #e42c2f);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.caption-left {
    position: absolute;
    top: 32%;

}
.caption-left h5 {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #A29161, #D0BB80);
    border: 1px solid #A29161;
    width: fit-content;
    border-radius: 30px;
    padding: 10px 20px;
    font-size: 1.042vw;
    margin-bottom: 25px;
    font-weight: 500;
}
.caption-left h3 {
    font-size: 3.125vw;
    font-weight: 700;
    color: #fff;
    width: 65%;
}
.caption-left p{
    color:#fff;
}
.caption.container .common-btn {
    padding: 0px 10px;
    width: fit-content;
}
.slider-section img {
    filter: brightness(0.6);
}
.caption.container .common-btn {
    padding: 0px 15px;
    width: fit-content;
    margin: 0px 0px;
    background: transparent;
    border: 1px solid #fff;
}
.caption.container .bg-btn{
    background-color:#5AA13A;
    border: 0px;
}
.caption-left p {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 30px;
    font-weight: 500;
    font-size: 1.042vw;
    width:50%;
}

.btn-header .nav-link {
    background: linear-gradient(90deg, #A29161 0%, #D0BB80 46.63%, #A29161 100%);
    margin-top: 0px;
/* padding-top: 10px !important; */
padding: 7px 10px !important;
border-radius: 20px;
margin-top: 18px ! IMPORTANT;
}
.slider-section .owl-nav [class*=owl-] {
    color: #000 !important;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: transparent !important;
    display: inline-block;
    cursor: pointer;
    border-radius: 30px !important;
    padding: 10px !important;
    width: 40px !important;
    height: 40px !important;
}
.slider-section {
    position: relative;
}
.slider-section .owl-nav {
    position: absolute;
    bottom: 35%;
    right: 8%;
    display: block;
}
.slider-section .owl-nav [class*=owl-]{
    display: block !important;
}
#topbar {
    height: 40px;
    transition: .5s;
    z-index: 998;
    box-shadow: 0 0 1px rgba(0, 0, 0, .4);
    text-wrap: nowrap;
    background: #083B6B;
    color: #fff;
}
#topbar .contact-info a {
    line-height: 1;
    transition: .3s;
    color: #fff !important;
}

.main-head {
    display: block;
    background: #fff;
}

.navbar-expand-md .navbar-nav .nav-item .contact-btn{
    background:#5AA13A;
    color: #fff;
    border-radius: 30px;
    margin-top: 20px;
}

.navbar-expand-md .navbar-nav .nav-item .contact-btn::before{
    display:none;
}

.navbar-expand-md .navbar-nav .nav-item .contact-btn.active{
    color:#fff !important;
}
.navbar-expand-md .navbar-nav .nav-item .contact-btn:hover{
    color:#fff !important;
}
.social-links a {
    margin: 0px 4px;
}

section.about-img {
    padding: 70px 0px;
}
.subheading {
    font-size: 1.042vw;
    color: #F77A19;
}

.heading {
    font-size: 2.083vw;
}

.about li{
    font-size:17px;
    line-height:24px;
    margin-bottom: 10px;;
}
.about {
    padding: 70px 0px;
    background: url(../images/about-bg.png);
    background-size: 100% 100%;
}
.about-img {
    padding-right: 8%;
}
.about li {
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 18px;
    position: relative;
}
.about li:before{
    position:absolute;
    content:"";
    width:25px;
    height:35px;
    background:url(../images/li-element.svg);
    left:-30px;
    top:0px;
    
}

.services-wrap {
    display: flex;
}
.services-single {
    background: #fff;
    padding: 30px 10px;
    margin: 0px 10px;
    border: 1px solid #5151514D;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}
.services {
    padding: 60px 0px;
    background: #F3F3F4;
}

.services {
    padding: 60px 0px;
    background: #F3F3F4;
}

.heading-sec {
    display: flex;
}
.heading-sec .heading-wrap {
    width: 50%;
} 
.heading-sec p {
    width: 50%;
    margin-top: 30px;
}

.services-single {
    margin: 0 auto;
    text-align: center;
}
.services-single h3 {
    color: #000;
    font-size: 1.146vw;
}
.services-single img {
    width: 25%;
    margin-bottom: 20px;
}
.services-single {
    margin: 0 auto;
    text-align: center;
    margin: 0px 10px;
}

.services-wrap {
    display: flex;
    margin-top: 30px;
}
.choose-us {

}
.choose-wrapp {
    background: #083B6B;
    color: #fff;
    padding: 60px 40px 45px 80px;
}


.choose-us .col-md-6 {
    padding: 0px;
}
.choose-single {
    display: flex;
    margin-bottom: 10px;
    border-bottom: 1px solid #cccccc38;
}
.choose-wrapp {
    background: #5AA13A;
    color: #fff;
    padding: 85px 55px 41px 160px;
}
.choose-single img {
    width: 9%;
    margin-right: 10px;
}
.choose-single p {
    font-size: 0.885vw;
    line-height: 1.25vw;
}
.choose-single h6 {
    font-size: 1.146vw;
    margin-bottom: 4px;
}

.heading {
    font-size: 2.083vw;
    color: #000;
    font-weight: 600;
}
.choose-div{
    position: relative;
}
.uniform {
    position: absolute;
    bottom: 0px;
    right: 8%;
}
.choose-us {
    padding: 70px 0px;
}

.industries .nav-link {
    display: flex;
    flex-direction: column;
    width:100%;
}
.industries .nav-item{
   width:33%;
    margin:0px 10px;
}
.industries .nav-item {
    width: 30%;
    margin: 0px 10px;
}

.industries li img {
    width: 60px;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 55px;
    height: 55px;
    object-fit: contain;
}
.industries li .nav-link.active img {
    filter: invert(19%) sepia(0%) saturate(19%) hue-rotate(67deg) brightness(135%) contrast(199%);
}

.industries .nav-link {
    display: flex;
    flex-direction: column;
    width: 100%;
    border: 1px solid #5151514D;
    margin-bottom: 18px;
    border-radius: 10px;
    font-size: 1.146vw;
    color: #000;
    padding: 10px 0px;
}
.industries-div {
    position: relative;
    margin-top: 30px;
}
.industries-div img {
    width: 90%;
    display: block;
    margin: 0 auto;
    border-radius:10px;;
}
.industries-div:before {
    position: absolute;
    content: "";
    width: 80%;
    height: 110%;
    background: #5AA13A;
    z-index: -1;
    border-radius: 20px;
    bottom: -10%;
}
.industries ul {
    border-bottom: 0px;
}
.industries-div h4 {
    margin-bottom: 20px;
    color: #fff;
    padding-top: 30px;
    padding-left: 0px;
    width: 80%;
    text-align: center;
}

.industries .nav-link.active {
    border: 1px solid #ccc;
    background: #5AA13A;
    color: #fff;
    box-shadow: 0px 0px 23.7px 0px #00000040;
}
.global-maps {
    background: #083B6B;
    color: #fff;
    padding:70px 0px;
}

.counter-wrapp {
    display: flex;
}

.counter-single{
    width:25%;
    margin:0px 10px;
}
.counter-inner {
    display: flex;
}

.counter-inner h4{
    margin-bottom: 0px;
}
.counter-inner p {
    margin-bottom: 0px;
}
.counter-inner img {
    width: 70%;
}

.counter-inner {
    margin-bottom: 10px;
}
.counter-wrapp {
    display: flex;
    margin-bottom: 30px;
}
.global-maps {
    /* background: #5AA13A; */
    color: #fff;
    padding: 70px 0px;
    background: url(../images/global-presence-bg.jpg);
    background-repeat: no-repeat;
}
.global-maps .subheading {
    color: #fff;
}
.global-maps .common-btn{
    background:#F77A19;
}
.location1 {
    position: absolute;
    top: 47%;
    right: 30%;
}
.slider-section {
    margin-top: 70px;
}
.global-maps h3 {
    color: #fff;
}
.industries {
    padding-bottom: 70px;
}
.map-sec {
    position: relative;
}
.location1 {
    position: absolute;
    top: 57%;
    right: 24%;
}

.news-wrap {
    display: flex;
    flex-wrap: wrap;
}

/* .news-single {
    margin: 0px 10px;
    position: relative;
} */
.news-single {
    margin: 0px 10px;
    position: relative;
    box-shadow: 0px 10px 10px #ccc;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 31%;
    margin: 0px 10px;
}
.news-single span, .news-single p {
    padding-left: 10px;
}
.news-single p {
    color: #000;
    font-weight: 400;
}

.news-single h6 {
    background: #5aa13a;
    width: fit-content;
    color: #fff;
    font-size: 12px;
    padding: 7px 15px;
    border-radius: 20px;
    position: absolute;
    top: 5%;
    left: 2%;
    z-index: 1;
}
.news-single span {
    color: #F77A19;
    padding-top: 15px;
    display: block;
}
.news-events {
    padding: 70px 0px;
}
.news-single .img-box img {
    border-radius: 10px;
}

.social-box a {
    background: #fff;
    /* padding: 10px; */
    border-radius: 50px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 0px;
    padding-top: 0px;
}

.breadcum {
    position: relative;
    margin-top: 70px;
}
.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%;
    object-fit: cover;
/*    filter: brightness(0.5);*/
}
.caption-heading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
}
.breadcum h1 {
    font-size: 50px;
    text-align: center;
    color: #fff;
    margin-bottom: 0;
    text-transform: capitalize;
}
.why-choose .img-box img {
    margin: 0 auto;
    display: block;
}
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
    margin-bottom: 15px;
}

.bredcrum-list a{
    color: #000;
    font-size: 15px;
}
.bredcrum-list .slash{
    color: #000;
}
.bredcrum-list span{
    color: #000;
    font-size: 15px;
}
.bredcrum-list {
    position: relative;
    bottom: 0%;
    width: auto;
    /*left: 7%;*/
    padding: 11px 20px 9px;
    color: #000;
    text-align: left;
    /* background: #01903b;*/
}
.caption-heading p{
    color:#fff;
}
.breadcum img {
    filter: brightness(0.5);
}
.navbar-expand-md .navbar-nav .nav-link.d-flex {
    margin-top: 12px;
}
.nav-link.d-flex h6 {
    font-size: 0.885vw;
    margin-bottom:0px;
}
.nav-link.d-flex{
    align-items:center;
}
.navbar-expand-md .navbar-nav .nav-link.d-flex h6{
    font-size:13px;
}

.nav-link.d-flex p{
    margin-bottom:0px;
}
.owl-theme .owl-nav img {
    width: 50px;
    height: 50px;
}
.services-single p {
    font-size: 0.885vw;
}

.slider-section .owl-nav [class*=owl-]{
    width: auto !important;
    height:auto !important;
    padding: 4px !important;
}
.about-div {
    padding:70px 0px;
}
.about-div li{
    position: relative;
}
.about-div li:before {
    position: absolute;
    content: "";
    width: 25px;
    height: 35px;
    background: url(../images/li-element.svg);
    left: -30px;
    top: 0px;
}
.about-contents {
    padding-right: 50px;
}
.about-div li {
    margin-bottom: 20px;
}
.about-div {
    padding: 70px 0px;
    display: block;
    background: url(../images/about-bg.png);
    background-size: 100% 100%;
    z-index: 1;
}

.vision-wrapper {
    display: flex;
}

.vision-mission {
    padding: 60px 0px;
}

.vision-mission {
    padding: 80px 0px;
    /* background: #5aa13a; */
    color: #fff;
    background: url(../images/vision-mission-banner.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size:cover;
}
.vision-single {
    border: 1px solid #ccc;
    padding: 30px 20px;
    margin: 0px 10px;
    border-radius: 10px;
    text-align: center;
    position: relative;
}
.vision-single:hover .img-box img {
    transform: scale(1.1);
}
.vision-mission .img-box img{
    transition:all 0.5s ease-in-out;
}
.container.topic-page .social-box a {
    background: #1b71b4;
}
.vision-single h4 {
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
}
.vision-mission .heading {
    color: #fff;
}
.vision-mission .img-box {
    background: #fff;
    width: 80px;
    height: 80px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 60px;
    border: 1px solid #F77A19;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.vision-mission .subheading{
    color: #fff;
}
.vision-wrapper {
    display: flex;
    margin-top: 70px;
}
.why-single {
    display: flex;
}

.why-single h3 {
    color: #000;
    font-size: 1.302vw;
}
.why-single {
    margin-bottom: 35px;
}
.why-single p {
    font-size: 0.885vw;
}
.why-single img {
    width: 13%;
    margin: 0px 12px;
}
.right-box .why-single:nth-child(1) {
    margin-left: -20%;
}

.right-box .why-single:nth-child(3) {
    margin-left: -20%;
}
.left-box h3 {
    text-align: end;
}
.left-box p{
   text-align: end; 
}

.left-box .why-single:nth-child(1){
    margin-right: -10%;
}
.left-box .why-single:nth-child(2){
    margin-right: 10%;
}
.left-box .why-single:nth-child(3){
    margin-right: -10%;
}

.why-choose {
    padding: 70px 0px;
}
.servicesinner-single {
    position: relative;
}
.servicesinner-single .img-box {
    position: absolute;
    top: 5%;
    background: #5aa13a;
    padding: 10px;
    margin-left: 10px;
    width: fit-content;
    text-align: center;
    border-radius:10px;
}
.services-inner-wrap {
    display: flex;
    flex-wrap: wrap;
}
.servicesinner-single {
    position: relative;
    width: 31%;
    margin: 0px 10px;
    border: 1px solid #5151514D;
    border-radius: 20px;
    box-shadow: 0px 0px 53px 0px #00000040;
    overflow: hidden;
    margin-bottom:20px;

}
.text-services {
    padding: 20px 20px;
}
.text-services h4 {
    color: #083B6B;
    font-size: 20px;
    font-weight:500;
}
.services-inner {
    padding: 70px 0px;
}
.servicesinner-single .img-box {
    position: absolute;
    top: 5%;
    background: #5aa13a;
    padding: 7px;
    margin-left: 10px;
    width: 17%;
    text-align: center;
    border-radius: 10px;
}
.chooses-bg {
    background: #5AA13A;
}
.about li {
    font-size: 16px;
    font-weight: 300;
}
.services-detail {
    padding: 60px 0px;
}
.what-wrapper {
    display: flex;
    gap: 20px;
}
.what-single h4 {
    font-size: 18px;
    text-align: center;
    color: #000;
}
.career img {
    border-radius: 15px;
}
.what-single {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 0px 7.3px 0px;
    border-radius: 10px;
    padding: 20px 15px;
    width: 28%;
    margin: 0 auto;
    display: block;
    text-align: center;
    display: flex;
    flex-direction: column;
}

.what-single img{
width:26%;
margin:0 auto;
margin-bottom:10px;
filter: invert(45%) sepia(68%) saturate(4598%) hue-rotate(349deg) brightness(98%) contrast(97%);
}
.what-we-offer {
    padding-bottom: 70px;
}
.process {
    color: #fff;
    padding: 60px 0px;
    background: url(../images/our-process-bg.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
}
.process-wrapper {
    display: flex;
}
.process-single .img-div img {
    width: 80%;
    text-align: center;
    margin: auto;
    display: block;
    padding-top: 5px;
    filter: invert(45%) sepia(68%) saturate(4598%) hue-rotate(349deg) brightness(98%) contrast(97%);
}
.process-single .img-div {
    background: #fff;
    width: 60px;
    height: 60px;
    padding: 5px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.process-single {
    margin: 0px 10px;
    text-align: center;
}
.process-single .img-div {
    margin: 0 auto;
    margin-bottom: 10px;
}

.process-single h4 {
    font-size: 19px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 10px;
}
.process-wrapper {
    display: flex;
    gap: 15px;
}
.process h3 {
    color: #fff;
}
.services-detail-ensure {
    padding: 60px 0px;
}

.services-detail-ensure {
    padding: 60px 0px;
}
.accordion-header .accordion-button {
    color: #F77A19;
}
.accordion-button:not(.collapsed){
   box-shadow: 0px 0px 35.7px 0px #00000040;
   background:transparent
}
.accordion-item{
    margin-bottom: 20px;;
}
.accordion-collapse.collapse.show {
    box-shadow: 0px 9px 13px #00000021;
}

.accordion-header .accordion-button {
    color: #F77A19;
    border: 1px solid #515151;
    border-radius: 10px;
}
.accordion-item {
    border: 0px;
}
.accordion-item:first-of-type .accordion-button {
    border-top-left-radius:10px !important;
    border-top-right-radius:10px !important;
}
.accordion-item:last-of-type .accordion-button {
    border-bottom-right-radius:10px !important;
    border-bottom-left-radius:10px !important;
}
.accordion-button:not(.collapsed)::after {
    filter: invert(48%) sepia(99%) saturate(453%) hue-rotate(343deg) brightness(95%) contrast(103%);
}
section.faq {
    padding-bottom: 70px;
}

.faq .accordion{
    width:80%;
    margin:0 auto;
}

.contact-single {
    display: flex;
    border-bottom: 1px solid #bdbdbd5c;
    padding-top: 15px;
    /* background: #000; */
    padding-bottom: 15px;
    padding-right: 10px;
}
.contact-single .img-box {
    width: 60px;
    height: 60px;
    background: #fff;
    height: fit-content;
    padding: 10px;
    border-radius: 50px;
    text-align: center;
}
.contact-single .content {
    width: 85%;
    padding-left: 15px;
}
.contact-wrapp {
    color: #fff;
    background: #083B6B0D;
    padding: 0px 10px 0px 10px;
    border-radius:10px;
}
.contact-sec {
    padding: 25px 25px;
}
.contact-single a{
  color:#fff;
}
.content h6 {
    color: #BDBDBD;
    margin-bottom: 0px;
}
.contact-us .form-control {
    padding: 12px 15px;
    margin-bottom: 25px;
    border-radius: 0px;
    background: #F6F8FF;
    border: 0px;
}
.contact-us .form-box {
    background: transparent;
    padding: 20px 30px;
    border: 1px solid #59585D4D;
    border-radius: 20px;
    box-shadow: -2px 4px 4px 0px #1B71B433 inset;
}
.contact-us .content h6 {
    color: #f77a19;
    font-size: 15px;
    font-weight: 400;
}
.contact-us .content p, .content a {
    color: #083B6B;
    font-weight: 400;
}
.contact-us .content a:hover{
   color: #343434;
}
.contact-single img {
    width: 35px;
    height: 35px;
    text-align: center;
    margin: 0 auto;
}
.contact-us {
    padding: 70px 0px;
}
.contact-us .cut-corner-btn:hover {
    color: #fff;
}
.contact-wrapp .contact-single:last-child {
    border-bottom: 0px;
}
.contact-us .form-control {
    padding: 12px 15px;
    margin-bottom: 25px;
    border-radius: 0px;
    background: TRANSPARENT;
    border: 1px solid #5151514D;
    border-radius: 10px;
}
button#contactFormSubmit {
    margin: 0 auto;
}
.services-single {
    margin: 0 auto;
    text-align: center;
    margin: 0px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    width: 28%;
}

.navbar-expand-md .navbar-nav .nav-link.d-flex img {
    width: 20%;
    margin-right: 5px;
}
.text-services p {
    color: #000;
}
.common-page {
    padding: 70px 0px;
}
.post-image {
    margin-bottom: 20px;
}
.topic-page li {
    list-style-type: disc;
}
.news-single .img-box{
 position:relative;
 overflow:hidden;
 border-radius: 10px;
}
.news-single .img-box img{
  transition: all 0.5s;
/*  aspect-ratio: 350 / 233;*/
}
.news-single .img-box:hover img{
  transform: scale(1.05);
}
.sitemap a {
    color: #000;
    display: block;
    margin-bottom: 10px;
}
.sitemap {
    padding: 60px 0px;
}

.sitemap  a:hover{
    color:#000;
}

.services-single p {
    color: #000;
}
.slider-section .owl-nav img {
    filter: brightness(1);
}
.career {
    padding: 60px 0px;
}
.career-listing {
    padding: 60px 0px;
}
.openings-wrapp {
    display: flex;
    flex-wrap: wrap;
}
.openings-wrapp {
    display: flex;
    align-items: center;
    justify-content: center;
}
.openings-wrapp .openings-single {
    width: 25%;
    padding: 39px 20px;
    box-shadow: 0px 3px 48px #00000019;
    margin: 0px 10px 10px 10px;
    position: relative;
    border-radius: 15px;
}
.openings-wrapp .openings-single .common-btn {
    margin-top: 20px;
}

.openings-wrapp .openings-single h3 {
    margin-bottom: 15px;
}
.career-listing {
    padding: 60px 0px;
    background: #fcfcfc;

}
.opening-form .job-content {
    width: 50%;
    padding: 20px 20px;
    overflow: auto;
    height: 450px;
    margin-right: 10px;
}

.opening-form .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}
.opening-form .modal-dialog.modal-dialog-centered {
    max-width: 1000px;
}
.opening-form .job-content {
    width: 50%;
}

.opening-form .form-div {
    width: 50%;
    /* background: #F7F2F7;*/
    padding: 30px 20px;
}
.modal-body.conatct-section li {
    list-style-type: disc;
    margin-left: -10px;
}
.modal-body.conatct-section {
    padding: 0px;
}
.opening-form .form-control {
    box-shadow: 0px 13px 12px #0000000F;
    border-radius: 38px;
    border: 0px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.opening-form .job-content {
    width: 50%;
    padding: 20px 20px;
    overflow:auto;
    height:450px;
    margin-right: 10px;
}

.opening-form .job-content::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}

.opening-form .job-content::-webkit-scrollbar{
  width: 5px;
  /*background-color: #f5f5f5;*/
}

.opening-form .job-content::-webkit-scrollbar-thumb{
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #5aa13a;
}
.opening-form .file-upload .file-select {
    display: block;
    border-radius: 50px;
    color: #34495e;
    cursor: pointer;
    height: 45px;
    text-align: left;
    background: #fff;
    overflow: hidden;
    position: relative;
    width: 100%;
    box-shadow: 0px 13px 12px #0000000F;
}
.opening-form .file-upload .file-select .file-select-button {
    background: #1b71b4;
    padding: 0 15px;
    color: #fff;
    display: inline-block;
    height: 100%;
    line-height: 45px;
    border-radius: 50px;
    font-size: 14px;
}
.opening-form .file-upload .file-select .file-select-name {
    line-height: 40px;
    display: inline;
    padding: 0 0px;
    font-size: 12px;
    color: #2c7451;
}
.opening-form .file-upload .file-select input[type=file] {
    z-index: 1;
    cursor: pointer;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    filter: alpha(opacity=0);
}
.opening-form .file-upload.active p.file-error {padding-top: 30px !important;}
.contact-btn .common-btn {
    border: 0px;
    margin-top: 20px;
}
.opening-form .job-content p, .opening-form .job-content li{
  color:#5C5171;
  font-weight:300;
}

.opening-form .modal-header {
    background-color: #000000b8;
    color: #fff;
    border-radius: 0px;
}

.modal-content{
  border-radius:0px;
}

.opening-form button.btn-close {
    color: #fff;
    font-size: 25px;
    position: absolute;
    top: -6%;
    right: -20px;
    opacity: 1;
    background-image: none;
}
.modal-body.conatct-section {
    padding: 0px;
    display: flex;
}
.modal-body.conatct-section H3 {
    font-size: 20PX;
}
.career-content li {
    list-style-type: disc;
}
.services-single:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: #5aa13aed;
    bottom: 0%;
    left: 0px;
    opacity: 0;
}

.hover-img {
    position: absolute;
    width: 100% !important;
    height: 100%;
    bottom:0%;
    left: 0px;
    border-radius: 10px;
    transition:all 0.5s ease-in-out;
    margin-bottom:0px !important;
    display:none;
    filter:none !important;
}
.services-single:hover img {
    filter:none;
}

.services-single img{
 filter: invert(149%) sepia(0%) saturate(109%) hue-rotate(78deg) brightness(411%) contrast(188%);
}
.services-single:hover .hover-img{
bottom:0px;
z-index:2;
display:block;

}

.services-single:hover:before{
    opacity:1;
    z-index:7;
}
.services-single:hover .content-wrapp p {
    color: #fff;
}
a.services-single:hover .content-wrapp h3 {
    color: #fff;
}
.content-wrapp {
    position: relative;
    z-index: 9;
    color: #fff;
}

.address-wrapper p {
    margin-bottom: 0px;
}
.news-single img {
    width: 100%;
}

.news-single span img {
    width: auto !important;
}

.choose-single:nth-child(4) {
    border-bottom: 0px;
}

.slider-section .owl-dots {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, -50%);
}
.slider-section .owl-theme .owl-dots .owl-dot.active span, .slider-section .owl-theme .owl-dots .owl-dot:hover span{
    background-color:#f77a19;
}
.slider-section .owl-theme .owl-dots .owl-dot span {
    width: 30px;
    height: 5px;
}
.location2 {
    position: absolute;
    top: 49%;
    left: 68.5%;
}
.vision-mission .img-box img {
    padding: 5px;
}

.container.topic-page .social-box a {
    background: #1b71b4;
    color: #fff;
}
.container.topic-page .social-box p {
margin-bottom: 0px;
}
.col-lg-12.captcha-div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.services-detail h3 {
    font-size: 20px;
}
.services-detail p {
    font-weight: 300;
    /* font-size: 16px; */
}
.services-detail h3 {
    font-size: 21px;
    line-height: 25px;
}
.text-services .common-btn {
    position: absolute;
    bottom: 20px;
}
.text-services {
    padding: 20px 20px;
    position: relative;
    height: 280px;
}
.services-detail img {
    border-radius: 10px;
}

.services-detail .img-div{
 position:relative;
 overflow:hidden;
 border-radius: 10px;
}
.services-detail .img-div img{
  transition: all 0.5s;
/*  aspect-ratio: 350 / 233;*/
}
.services-detail .img-div:hover img{
  transform: scale(1.05);
}

.global-maps .common-btn:before{
background:#1b71b4;
}
.services-detail h2 {
    font-size: 25px;
}
.services-detail ul {
    padding-left: 20px;
}
.services-detail li {
    list-style-type: disc;
}
.location3 {
    position: absolute;
    top: 36.9%;
    left: 81.2%;
}
.location4 {
    position: absolute;
    top: 40%;
    left: 74%;
}
.location5 {
    position: absolute;
    top: 38%;
    left: 83%;
}
.location6 {
    left: 62%;
    position:absolute;
    TOP: 45%;
}