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

/** Generated by FG **/
@font-face {
    font-family: 'Conv_Bebas-Regular';
    src: url('../fonts/Bebas-Regular.eot');
    src: local('☺'), url('../fonts/Bebas-Regular.woff') format('woff'), url('../fonts/Bebas-Regular.ttf') format('truetype'), url('../fonts/Bebas-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Poppins', sans-serif;
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Winona */
.more {
    color: #fff !important;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    background: #035872;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    font-size: 15px;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}

.more:hover {
    background-color: #000;
    color: #fff;
}

.site-header {
    position: absolute;
    clear: both;
    content: "";
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: transparent;
}


.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #035872;
    display: inline-block;
    width: 100%;
    position: relative;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    float: right;
}
.site-header .toppest-bar .top-info {
    float: left;
}

.site-header .toppest-bar .top-info2 p {
    margin-bottom: 0;
    font-size: 12px;
    color: #fff;
}

.site-header .toppest-bar .top-info2 .contact-num,
.site-header .toppest-bar .top-info2 .contact-num2,
.site-header .toppest-bar .top-info2 .email {
    display: flex;
    align-items: center;
    padding-left: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num2 img {
    width: 20px;
}

.site-header .toppest-bar .top-info2 .contact-num i,
.site-header .toppest-bar .top-info2 .email i,
.site-header .toppest-bar .top-info .email i{
    color: #fff;
    margin: 0;
    font-size: 13px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    margin-right: 0;
}

.site-header .toppest-bar .top-info2 .contact-num a,
.site-header .toppest-bar .top-info2 .contact-num2 a,
.site-header .toppest-bar .top-info2 .email a,
.site-header .toppest-bar .top-info .email a{
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    padding-left: 0px;
}

.site-header .toppest-bar .top-info2 .email {
    /* padding-left: 20px; */
}

.site-header .top-social {
    float: left;
}

.site-header .top-social a i {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
    border-radius: 50%;
    text-align: center;
}

.site-header .top-contact {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
    border-left: 1px solid #2a7d2e;
    margin-left: 30px;
}

.site-header .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #2a7d2e;
    transform: rotate(-40deg);
}

.site-header .top-contact .content {
    margin-left: 10px;
}

.site-header .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #2a7d2e;
    font-weight: 500;
    line-height: 1;
}

.site-header .top-contact .content a {
    color: #2a7d2e;
    text-decoration: none;
    font-weight: 600;
    font-size: 25px;
}

.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}

.site-header .bg-light {
    width: 100%;
    padding: 10px 20px;
    background-color: transparent !important;
    margin-top: 0px;
    border-radius: 50px;
}

.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #035872;
    position: relative;
    font-weight: 500;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:hover {
    color: #035872;
}

.site-header .navbar-light .navbar-nav .active>.nav-link i {
    color: #1f3e28;
    font-size: 30px;
}

.site-header .navbar-light .quote2 {
    color: #fff;
    text-transform: uppercase;
    background-color: #df651c;
    padding: 12px 30px;
    border-radius: 0;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    font-size: 14px;
}

.site-header .navbar-light .navbar-nav .nav-link:hover::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #035872;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-link::before,
.site-header .navbar-light .navbar-nav .nav-link::before {
    position: absolute;
    width: 1px;
    height: 3px;
    background-color: #035872;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 0;
}

.site-header .navbar-light .navbar-nav .active>.nav-link:before {
    position: absolute;
    width: 50px;
    height: 3px;
    background-color: #035872;
    content: "";
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -10px;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
    opacity: 1;
}

.site-header .navbar-light .navbar-nav .nav-item {
    position: relative;
}

.site-header .navbar-light .navbar-nav .nav-link {
    color: #035872;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.site-header .navbar-light .navbar-nav .nav-link:focus,
.site-header .navbar-light .navbar-nav .nav-link:hover {
    color: #035872;
}

.navbar-brand {
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 280px;
}

.site-header .navbar-nav {
    margin-top: 0;
    background-color: transparent;
    padding: 10px 0px;
}

.site-header .navbar .other-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .other-btns .phone i {
    font-size: 30px;
    padding-right: 8px;
}

.site-header .navbar .other-btns .phone {
    background-color: #012e41;
    color: #fff;
    text-decoration: none;
    padding: 9px 15px;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-header .navbar .more {
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px;
    background: #035872;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    font-size: 15px;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}

.site-header .dropdown-item {
    transition: 0.5s;
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    text-transform: initial;
}

.site-header .dropdown-item:focus,
.site-header .dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    padding-left: 40px;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}

.site-header .other-btns {
    position: relative;
}

.site-header .other-btns i {
    color: #fff;
    font-size: 20px;
    padding-left: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}

.site-header .other-btns i:hover {
    color: #83de17;
}

/*.dropdown:hover>.dropdown-menu {
  display: block;
}*/

.site-header .navbar .top-contact img {
    width: 50px;
    margin-right: 10px;
}

.site-header .navbar .top-contact .num {
    color: #1f3e2b;
    font-weight: 800;
    letter-spacing: 0;
    font-size: 30px;
    text-decoration: none;
    position: relative;
    top: -5px;
}

.site-header .navbar .top-contact .contact p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 200;
    letter-spacing: 1px;
}

.cntr {
    display: table;
    width: 100%;
    height: 100%;
}

.cntr .cntr-innr {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.search {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 25px;
    box-sizing: border-box;
    margin-right: 30px;
    padding: 0px 9px 0px 9px;
    border: 3px solid #FFFFFF;
    border-radius: 25px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    cursor: pointer;
}

.search:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 15px;
    right: -7px;
    top: 14px;
    background: #FFFFFF;
    border-radius: 3px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
}

.search.active

/*,
.search:hover (demo had icon expand on hover, would rather just have it expand on click) */
    {
    width: 200px;
    margin-right: 0px;
}

.search.active:after

/*,
.search:hover:after (demo had icon expand on hover, would rather just have it expand on click) */
    {
    height: 0px;
}

.search input {
    width: 100%;
    border: none;
    box-sizing: border-box;
    font-size: 15px;
    color: #fff;
    background: transparent;
    cursor: pointer;
    font-weight: 300;
    font-family: 'Poppins', sans-serif;
    outline: none;
}

.site-header .add {
    background-color: #eaaa05;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 15px 20px;
    font-size: 15px;
    border-radius: 5px;
    margin-left: 20px;
    font-weight: 300;
    letter-spacing: 2px;
}



.main-slider {
    position: relative;
}

.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    margin: 70px 0;
}

.marquee-content {
  display: inline-block;
  animation: scroll-left 10s linear infinite;
}

.marquee-content img {
  display: inline-block;
}
.marquee.part2 {
    margin-top: 40px;
    margin-bottom: 50px;
}
.marquee.part2 .marquee-content img {
    margin: 0 20px;
    width: 210px;
}
.marquee-content img {
    display: inline-block;
}
 
@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/*!sc*/
.flex-slider {
    width: 100%;
    position: relative;
    background-color: transparent;
}

.flex-slider .slides {
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.flex-slider .slides>li {
    float: left;
    margin-right: -100%;
    width: 100%;
    overflow: hidden;
    height: 40vw;
    position: relative;
}

/* .flex-slider .slides>li::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(25, 95, 28, 0.7);
} */

.flex-slider .flex-direction-nav {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
}

.flex-slider .flex-direction-nav .flex-prev,
.flex-slider .flex-direction-nav .flex-next {
    background-color: rgb(143 140 140 / 70%);
    padding: 10px;
    text-decoration: none;
    position: absolute;
    height: 45px;
    top: 45%;
    bottom: 0;
    margin: 0 auto;
    z-index: 8;
    text-align: center;
    color: #fff;
    width: 45px;
}

.flex-slider .flex-direction-nav .flex-prev {
    left: 20px
}

.flex-slider .flex-direction-nav .flex-next {
    right: 20px
}

.slide-image {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.flex-active-slide .slide-image {
    animation: zoomout 30s;
}

/* @keyframes zoomout {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
} */

@media (max-width:768px) {
    .flex-slider .slides>li {
        height: 70vw
    }
}

.flex-slider .banner-cont {
    position: absolute;
    clear: both;
    content: "";
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 75%;
    z-index: 9;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.flex-slider .banner-cont h4 {
    font-size: 15px;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.2);
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
}

.flex-slider .banner-cont h4 span {
    color: #C00000;
}
.flex-slider .banner-cont h2 {
    font-size: 50px;
    color: #035872;
    text-transform: capitalize;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.flex-slider .banner-cont h2 span {
    color: #85b0ff;
}

.flex-slider .banner-cont p {
    color: #737373;
    font-size: 16px;
    line-height: 30px;
}

.flex-slider .banner-cont p a {
    color: #C80B1F;
    text-decoration: none;
    font-weight: 700;
    font-size: 35px;
}
.flex-slider .banner-cont .more.part2{
    background-color: #BBC0B9;
    color: #000;
}



.combined-wraper2 {
    background: url(../images/aboutBg.png) no-repeat;
    background-position: center;
    background-size: cover;
    padding: 60px 0 60px 0;
    position: relative;
}

.combined-wraper2 .heading {
    position: relative;
}

.combined-wraper2 .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #185D94;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}



.about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.about-wrap .about-cont {
    padding-left: 0%;
}

.about-wrap .about-cont .heading {
    position: relative;
}

.about-wrap .about-cont h4 {
    font-size: 22px;
    color: #D33327;
}

.about-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #035872;
    position: relative;
    margin-bottom: 20px;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.about-wrap .about-cont h2 span{
    color: #CE062D;
}
.about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 20px;
    line-height: initial;
    font-weight: 700;
    line-height: 25px;
}

.about-wrap .about-cont p {
    margin-bottom: 15px;
    line-height: 28px;
    color: #737373;
    font-size: 15px;
}

.about-wrap .about-list {
    position: relative;
    margin-bottom: 70px;
}
.about-wrap .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.about-wrap .about-box .image {
    width: 20%;
    height: 85px;
    margin: 0 auto;
}
.about-wrap .about-box .image img{
    width: 100%;
    transition: 0.4s;
}
.about-wrap .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00447E;
}   
.about-wrap .about-box .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
}
.about-wrap .about-box .content p.special {
    color: #2DC1AB;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 12px;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
    z-index: 1;
}
.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.about-wrap .about-img .info {
    background-color: #fff;
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: 0;
    padding: 20px;
    color: #000;
    border-top-right-radius: 0px;
    width: 30%;
    text-align: center;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
}
.about-wrap .about-img .info span {
    font-size: 60px;
    font-weight: 700;
    line-height: 70px;
    color: #D33327;
}
.about-wrap .about-img .info p {
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
}

.about-wrap .more {
    color: #fff;
    margin-top: 20px;
}



.inner-tender-wrap.part2 {
    position: relative;
    padding: 60px 0 60px 0;
    background: transparent !important;
}
.inner-tender-wrap.part2 .heading{
    margin-bottom: 50px;
    text-align: center;
}
.inner-tender-wrap.part2 .heading .more{
    float: right;
}
.inner-tender-wrap.part2 .heading h2 {
    font-weight: 600;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-tender-wrap.part2 .heading p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #7a7a7a;
    font-size: 16px;
}
.inner-tender-wrap.part2 .about-box {
    display: flex;
    background: #1c75bc;
    min-height: 260px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    text-align: center;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    padding: 10px;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}
.inner-tender-wrap.part2 .about-box .image {
    width: 60px;
    height: 60px;
    padding: 10px;
    position: relative;
    margin-bottom: 10px;
}
.inner-tender-wrap.part2 .about-box .image img{
    height: 100%;
}
.inner-tender-wrap.part2 .about-box .content h4 {
    text-align: center;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}
.inner-tender-wrap.part2 .about-box .content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0;
}
.inner-tender-wrap.part2 .about-box .content .arrow {
    position: absolute;
    clear: both;
    content: "";
    bottom: 10px;
    left: 10px;
}


.inner-tender-wrap.part3{
    position: relative;
    padding: 60px 0 40px 0;
    background: url('../images/Bg1.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-tender-wrap.part3 .heading{
    margin-bottom: 50px;
    text-align: left;
}
.inner-tender-wrap.part3 .heading .more{
    float: right;
}
.inner-tender-wrap.part3 .heading h2 {
    font-weight: 600;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-tender-wrap.part3 .heading p {
    margin-bottom: 20px;
    line-height: 27px;
    color: #7a7a7a;
    font-size: 16px;
}
.inner-tender-wrap.part3 .about-box {
    display: flex;
    background-color: #fff;
    min-height: 170px;
    flex-direction: column;
    align-items: initial;
    justify-content: center;
    position: relative;
    border-radius: 15px;
    transition: all 400ms cubic-bezier(.47, 1.64, .41, .8);
    text-align: left;
    padding: 10px 20px;
    margin-bottom: 50px;
    border: 1px solid #035872;
}
.inner-tender-wrap.part3 .about-box .image {
    width: 60px;
    height: 47px;
    position: relative;
    margin-bottom: 10px;
    margin-top: -45px;
    background-color: #fff;
    padding: 10px;
}
.inner-tender-wrap.part3 .about-box .image img{
    height: auto;
}
.inner-tender-wrap.part3 .about-box .content h4 {
    text-align: left;
    margin-top: 0;
    font-size: 20px;
    font-weight: 600;
    color: #035872;
}
.inner-tender-wrap.part3 .about-box .content p{
    color: #737373;
    font-size: 15px;
    margin-bottom: 0;
}
.inner-tender-wrap.part3 .about-box .content .arrow {
    position: absolute;
    clear: both;
    content: "";
    bottom: 10px;
    left: 10px;
}


  /*==========================
Projects CSS
==========================*/
.projects {
	background: transparent;
    position: relative;
    padding: 80px 0 40px 0;
}
.projects .heading {
    position: relative;
    margin-bottom: 20px;
}

.projects .heading h4 {
    position: relative;
    font-size: 19px;
    color: #FF0000;
    padding-left: 30px;
    text-transform: uppercase;
    font-weight: 600;
}
.projects .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/heading.png) no-repeat;
    width: 4%;
    height: 30px;
    background-size: 100%;
}
.projects .heading h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #035872;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    text-align: center;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.projects .heading p {
    margin-bottom: 15px;
    line-height: 24px;
    color: #636F77;
    font-size: 16px;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.projects .projects-img-wrapper {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.7),rgba(255,255,255,0.7));
transition: all .5s ease-in-out;
z-index: 1;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%;
}
.projects .projects-img-wrapper .plus-sign{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #035872;
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
    z-index: 9;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: #fff;
}
.projects .projects-btn .primary-btn-1{
	background: #fff !important;
	color: #000;
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: #000;
}
/* arrow */
#gallery-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #035872;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#gallery-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #035872;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


.area-wrap{
    position: relative;
    padding: 60px 0 40px 0;
    background: url('../images/Bg2.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.area-wrap .heading{
    margin-bottom: 50px;
    text-align: center;
}
.area-wrap .heading h2 {
    font-weight: 600;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.area-wrap .area-cont a img{
    margin: 0 auto;
}


.info-wrap{
    position: relative;
    padding: 80px 0;
    background: url(../images/infoBg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.info-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: 90px;
    left: 30px;
    background: url(../images/shape2.png) no-repeat;
    background-size: 100%;
    width: 10%;
    height: 170px;
}
.info-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 65px;
    right: 30px;
    background: url(../images/shape3.png) no-repeat;
    background-size: 100%;
    width: 10%;
    height: 170px;
}
.info-wrap .heading{
    margin-bottom: 50px;
    text-align: center;
}
.info-wrap .heading h2 {
    font-weight: 600;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-wrap .info-cont {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
    background-color: #71896861;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 0 6px 0 rgb(66 66 66 / 22%);
}
.info-wrap .info-cont h4{
    color: #035872;
    font-size: 16px;
    font-weight: 700;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.info-wrap .info-cont p {
    font-size: 15px;
    font-weight: 400;
    color: #737373;
    margin-bottom: 0;
}
.info-wrap .info-cont .read{
    display: inline-block;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
    float: left;
    font-weight: 300;
}
.info-wrap .info-cont .read i{
    position: relative;
    rotate: -40deg;
    transition: 0.3s;
}
.info-wrap .info-cont .read:hover i{
    rotate: 0deg;
}


.service-wrap.part3{
    position: relative;
    margin-bottom: 60px;
}
.service-wrap.part3 .service-sec::before{
    display: none;
}
.service-wrap.part3 .heading{
    margin-bottom: 10px;
    text-align: center;
}
.service-wrap.part3 .heading h2 {
    font-weight: 400;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
}

#service-slider .owl-stage-outer {
    padding: 40px 0 0 0;
}
.service-wrap.part3 .item a{
    text-decoration: none;
}
.service-wrap.part3 .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #BBC0B961;
    box-shadow: 0px 6px 20px #BCBCBC4A;
    padding: 15px;
    border-radius: 0px;
}

.service-wrap.part3 .service-box .image {
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}

.service-wrap.part3 .service-box .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 0;
}

.service-wrap.part3 .service-box .service-cont {
    position: relative;
    padding: 20px 20px 20px 0;
    color: #fff;
    height: auto;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.service-wrap.part3 .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #737373;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
}

.service-wrap.part3 .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    color: #035872;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap.part3 .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-wrap.part3 .service-cont .read {
    display: inline-block;
    color: #00707b;
    text-decoration: none;
    transition: 0.3s;
    float: left;
    font-weight: 600;
}
.service-wrap.part3 .service-cont .read i{
    position: relative;
    rotate: -40deg;
    transition: 0.3s;
}
.service-wrap.part3 .service-cont .read:hover i{
    rotate: 0deg;
}

/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #00707C;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #00707C;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    position: relative;
    padding: 80px 0;
    background: url('../images/infoBg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.testimonials .heading {
    position: relative;
    text-align: center;
    z-index: 9;
    margin-bottom: 50px;
}

.testimonials .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.testimonials .heading h2 {
    font-weight: 500;
    font-size: 40px;
    padding: 5px 0;
    color: #0b3d2c;
    position: relative;
    margin-bottom: 15px;
    font-family: "Tenor Sans", sans-serif;
}
.testimonials .heading p{
    color: #646464;
}
.testimonials .owl-stage-outer{
    padding: 20px 0;
}
.testimonials .testimonials-wrapper .testimonials-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google{
    width: 25%;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text {
    margin-bottom: 15px;
    width: 70%;
    text-align: right;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p {
    color: #fff;
    font-size: 22px;
    font-weight: 300;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3 {
    color: #fff;
    font-weight: 600;
    font-style: italic;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h5{
    font-size: 13px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 8px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #000;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #0b3d2c;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#testi-slider .owl-nav .owl-next {
    color: #0b3d2c;
    background-color: #fff;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonial{
    position: relative;
    padding: 60px 0;
}
.testimonial .heading {
    position: relative;
    text-align: center;
    z-index: 9;
    margin-bottom: 30px;
}

.testimonial .heading h5 {
    font-size: 15px;
    font-weight: 500;
    background: #2a7d2e;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff;
    position: relative;
}

.testimonial .heading h5::before {
    position: absolute;
    clear: both;
    content: "";
    top: -18px;
    right: -6px;
    background: url(../images/leaf.png) no-repeat;
    width: 20%;
    height: 30px;
    background-size: 100%;
    background-color: #fff;
    border-radius: 50%;
    padding: 5px;
}

.testimonial .heading h2 {
    font-weight: 500;
    font-size: 35px;
    padding: 5px 0;
    color: #024950;
    position: relative;
    margin-bottom: 15px;
}
.testimonial .heading p{
    color: #646464;
}
.testimonial .owl-stage-outer{
    padding: 20px 0;
}
.testimonial .testimonials-wrapper .testimonials-content {
    background-color: #fff;
    background-size: cover;
    padding: 40px;
    box-shadow: 0 0 12px 0 rgb(66 66 66 / 22%);
    border-radius: 10px;
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-text{
    margin-bottom: 15px;
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #646464;
	font-family: "Tenor Sans", sans-serif;
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #000;
}
@media screen and (min-width:991px){
	.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonial .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonial .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonial .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonial .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonial .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonial .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonial .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonial .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}



.site-footer {
    position: relative;
    background: #C2E8FF;
    padding: 40px 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: inline-block;
    width: 85%;
    margin-top: 0px;
    margin-bottom: 10px;
}
.site-footer .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #fff;
}
.site-footer .heading h2 {
    font-weight: 500;
    font-size: 40px;
    color: #fff;
}
.site-footer .footer-location {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 100%;
  }
  .site-footer .footer-location li {
    color: #035872;
    display: flex;
    margin-bottom: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #035872;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #035872;
}
.site-footer .footer-social {
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
    justify-content: end;
}
  .site-footer .footer-social li {
    color: #fff;
    display: flex;
    margin-bottom: 13px;
    font-weight: 300;
    font-size: 15px;
  }
  .site-footer .footer-social li a{
    color: #fff;
  }
  .site-footer .footer-social li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #fff;
  }
  .site-footer .footer-social i {
    color: #fff;
    padding-right: 10px;
    font-size: 20px;
}
.site-footer .footer-social a {
    color: #fff;
}
.site-footer .footer-social {
    color: #fff;
    font-size: 14px;
    padding-top: 0;
}
.site-footer .footer-nav {
    position: relative;
    padding-left: 0;
    margin: 0;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 13px;
    padding-left: 20px;
}
.site-footer h4 {
    font-size: 22px;
    color: #035872;
    text-transform: capitalize;
    font-weight: 500;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer h6{
	color: #035872;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 700;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-top: 15px;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #035872;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #035872;
    font-weight: 400;
    font-size: 14px;
    padding: 0px;
}
.site-footer .footer-location .footer-social {
    color: #035872;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}
.site-footer .footer-location .footer-social i {
    color: #009FE3;
    font-size: 20px;
    padding-left: 0;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin-left: 10px;
    transition: 0.3s;
}
.site-footer .footer-location .footer-social i:hover{
    border: 2px solid #009FE3;
    color: #009FE3;
}
.site-footer .footer-blog {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.site-footer .footer-blog img {
    border-radius: 0px;
    width: 60px;
    height: 60px;
    object-fit: cover;
}
.site-footer .footer-blog .content {
    margin-left: 15px;
}
.site-footer .footer-info .num{
    font-size: 30px;
    font-weight: 600;
    color: #fff;
    text-decoration: none;
}
.site-footer .footer-info .online{
    font-size: 14px;
    padding: 12px 20px;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    display: inline-block;
    margin-top: 20px;
}
.site-footer .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.site-footer .submit {
    background: #009FE3;
    border: none;
    color: #fff;
    padding: 12px 30px;
    text-decoration: none;
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    text-transform: uppercase;
    transition: 0.4s;
    width: 100%;
    z-index: 1;
}
.site-footer p {
    color: #035872;
    font-size: 14px;
    margin-bottom: 0px;
    font-weight: 400;
}
.copyright {
    background-color: #000;
    padding: 10px 0;
    text-align: center;
}
.copyright p {
    font-size: 13px;
    margin: 0;
    color: #fff;
}
/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/inner-banner.webp);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
/*.breadcrumb-wrapper::after{*/
/*    position: absolute;*/
/*    clear: both;*/
/*    content: "";*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: #00ACE3;*/
/*    background: linear-gradient(180deg, rgba(0, 172, 227, 0) 0%, rgba(42, 125, 46, 1) 100%);*/
/*    z-index: 0;*/
/*    transition: 0.4s;*/
/*}*/
.breadcrumb-wrapper1 {
    text-align: center;
    background-image: url(../images/inner-banner2.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper2 {
    text-align: center;
    background-image: url(../images/inner-banner3.jpg);
    background-size: cover;
    background-position: center;
    height: 500px;
    position: relative;
}

.breadcrumb-wrapper .shell,
.breadcrumb-wrapper1 .shell,
.breadcrumb-wrapper2 .shell {
    position: absolute;
    clear: both;
    content: "";
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
}
.page-template-contact .breadcrumb-wrapper .shell{
    left: 10%;
    transform: translate(0%, -50%);
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 40px;
    margin-bottom: 0;
    color: #035872;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}



/***********************about-us-page*******************/

.inner-about-wrap {
    padding: 60px 0 0px 0;
    margin-top: 0px;
    background: none;
    background: url('../images/inner-about.webp') no-repeat;
    background-position: center;
    background-size: 100%;
}
.inner-about-wrap.part2{
    background: #1c75bc;
    padding-bottom: 60px;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}
.inner-about-wrap .about-cont {
    position: relative;
}

.inner-about-wrap .about-cont .heading {
    position: relative;
}
.inner-about-wrap .about-cont h4{
    font-size: 16px;
    display: inline;
    font-weight: 400;
    color: #035872;
}
.inner-about-wrap .about-cont h2 {
        font-weight: 600;
    font-size: 35px;
    padding: 5px 0;
        color: #035872;
    position: relative;
    margin-bottom: 15px;
    display: inline;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.inner-about-wrap.part2 .about-cont h2 {
    color: #fff;
    background: initial;
    -webkit-text-fill-color: initial;
}
.inner-about-wrap.part2 .about-cont h4 {
    color: #fff;
    background: initial;
    -webkit-text-fill-color: initial;
    font-weight: 600;
    font-size: 22px;
}
.inner-about-wrap .about-cont h3 {
    font-weight: 400;
    font-size: 25px;
    padding: 5px 0;
    color: #035872;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    display: inline;
}

.inner-about-wrap .about-cont .special {
    color: #2a2a2a;
    font-size: 20px;
    margin-bottom: 10px;
    line-height: initial;
    font-weight: 700;
}

.inner-about-wrap .about-cont p {
    margin: 10px 0;
    line-height: 28px;
    color: #636F77;
    font-size: 16px;
}
.inner-about-wrap.part2 .about-cont p{
    color: #fff;
}
.inner-about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-bottom: 15px;
    float: right;
}
.inner-service-page.inner-about-wrap .about-img{
    width: 40%;
    float: right;
    margin-left: 15px;
}
.inner-about-wrap .about-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    border-radius: 15px;
}

.inner-about-wrap .inner-about-box {
    position: relative;
    padding: 0 40px;
}

.inner-about-wrap .inner-about-box .image {
    border-radius: 5px;
    overflow: hidden;
}

.inner-about-wrap .inner-about-box .image img {
    width: 100%;
    height: 320px;
    object-fit: cover;
}

.inner-about-wrap .inner-about-box .content {
    position: absolute;
    clear: both;
    content: "";
    bottom: 30px;
    left: -10px;
    background-color: #e39e01;
    border-radius: 5px;
    display: flex;
    align-items: center;
    padding: 20px 0;
    justify-content: space-around;
}

.inner-about-wrap .inner-about-box .content h4 {
    color: #000;
    font-size: 18px;
    font-family: 'Conv_Bebas-Regular';
    margin-bottom: 0;
    width: 40%;
    text-transform: uppercase;
}

.inner-about-wrap .inner-about-box .content a {
    width: 40px;
}

.pxl-process-carousel.pxl-process-carousel1 .pxl-swiper-slide:hover .pxl-icon-bg svg path {
    fill-opacity: 1;
    fill: #0B3D2C;
    animation: clip-path-circle 1s linear forwards;
}
/*********************faq-page************************/



.inner-faq-wrap {

    margin: 10px 0 120px 0;

}

.inner-faq-wrap .heading {

    text-align: center;

    margin-bottom: 60px;

}

.inner-faq-wrap .heading h2 {

    font-size: 50px;

    color: #000;

    font-weight: 700;

    text-transform: uppercase;


}

.accordion .card {
    border: none;
    border: 1px solid #000;
    margin-bottom: 10px;
    border-bottom: 1px solid #000 !important;
    border-radius: 6px !important;
}

.accordion .card .card-header {
    position: relative;
    transition: 0.4s;
    padding: 0;
    background-color: #fff;
    border: none;
}

.accordion .card .card-header .mb-0 {
    padding: 0;
}

.accordion .card .card-header button {
    color: #36458d;
    width: 100%;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
    padding: 15px;
    text-decoration: none;
    border-radius: none;
}

.accordion .card .card-header button.collapsed {
    background-color: #185D94 !important;
    color: #fff !important;
}

.accordion .card .card-header button.btn-link {
    background-color: #449a1300;
}

.accordion .card .collapse.show {
    background-color: rgb(234 232 232 / 0%);
    margin-top: 0px;
    position: relative;
}

.accordion .card .collapsing .card-body p {
    font-size: 14px;
}

.accordion .card .collapse .card-body p {
    font-size: 14px;
}

/*.accordion .card .card-header:hover{

    background-color: #c90a67;

}*/

.accordion .card .card-header:hover button {

    color: #36458d;

}

.bs-example {

    margin: 20px;

}

.accordion .fa {
    margin-right: 0.5rem;
    float: right;
    color: #7CB951;
}

.btn-link {

    font-weight: 600;

    color: #000;

    text-decoration: none;

}


/*****************contact-page*******************/




/******************modal*****************/

.modal-body .contact-form .btn-group,
.contact-form .btn-group-vertical {
    margin-top: 20px;
}

.modal-body .read-more {
    border: none;
    background-color: #fa8900;
    color: #fff;
    padding: 12px 20px;
    font-size: 17px;
    border-radius: 30px;
    text-shadow: none;
    text-transform: uppercase;
}

.modal-body textarea.form-control {
    height: 130px !important;
}

.modal-header {
    display: initial;
}


/********************carrer-page*****************/

.inner-career-wrap {
    padding: 80px 0;
}

.inner-career-wrap .inner-career-cont {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 150px;
    padding: 0 10px;
    -webkit-box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    -moz-box-shadow: 0px 5px 12px 5px rgba(209, 209, 209, 0.6);
    box-shadow: 0px 5px 12px 5px rgb(209 209 209 / 60%);
    border-radius: 5px;
    margin-bottom: 30px;
}

.inner-career-wrap .inner-career-cont a {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    text-decoration: none;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}
.service-offered-wrap .heading{
	text-align: center;
	position: relative;
}
.service-offered-wrap .heading h2{
	    font-size: 40px;
    margin-bottom: 30px;
    color: #035872;
    text-transform: capitalize;
    letter-spacing: 0px;
    font-weight: 600;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.service-offered-wrap .heading img {
    width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    clear: both;
    top: 53px;
    left: 0;
}
.service-offered-wrap .row{
	margin-top: 600px;
}
.view-job-wrap .row{
	margin-top: initial;
}
.service-offered-wrap .row .col-md-3:nth-child(2),
.service-offered-wrap .row .col-md-3:nth-child(6){
	    padding-right: 30px;
}
.service-offered-wrap .row .col-md-3:nth-child(3),
.service-offered-wrap .row .col-md-3:nth-child(7){
	    padding-left: 30px;
}
.service-offered-wrap .content {
    margin-bottom: 40px;
    position: relative;
}

.service-offered-wrap .content .content-img {
    width: 100%;
}

.service-offered-wrap .content .content-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: center;
}

.service-offered-wrap .content .content-bx {
    width: 100%;
    border: 1px solid transparent;
    -webkit-box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    -moz-box-shadow: 2px 2px 8px 0px rgba(176, 176, 176, 0.8);
    box-shadow: 2px 2px 8px 0px rgb(176 176 176 / 80%);
    padding: 10px 20px 25px 15px;
    min-height: auto;
    text-align: center;
}

.service-offered-wrap .content .content-bx h4 {
    color: #000;
    font-weight: 700;
    font-size: 19px;
}

.service-offered-wrap .content .content-bx p {
    font-weight: 600;
    font-size: 14px;
}

.service-offered-wrap .content .content-bx .more {
    color: #fff;
}


.view-job-wrap .content .content-bx {
    text-align: left;
    min-height: 351px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.view-job-wrap .content .content-bx h4 {
    color: #035872;
    font-weight: 600;
    font-size: 22px;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.view-job-wrap .content .content-bx p {
    font-weight: 400;
}


.project-sec-wraper {
    padding: 60px 0 60px 0;
    /* background-color: #fbfce0; */
    position: relative;
}

.project-sec-wraper .heading {
    text-align: center;
    margin-bottom: 40px;
    color: #fff;
}

.project-sec-wraper .heading h4 {
    color: #000;
    font-size: 15px;
    position: relative;
    background-color: #F3F3F3;
    display: inline-block;
    border-left: 2px solid #C00000;
    border-right: 2px solid #C00000;
    padding: 10px;
    border-radius: 7px;
    padding-left: 30px;
}

.project-sec-wraper .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    left: 5px;
    top: 8px;
    background: url(../images/paint.png) no-repeat;
    background-size: 100%;
    width: 18%;
    height: 20px;
}

.project-sec-wraper .heading h2 {
    font-weight: 700;
    font-size: 35px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.project-sec-wraper .heading h2 span {
    color: #C00000;
}

.contact-wrap{
    position: relative;
    margin: 60px 0;
  }
  /* Background Wrapper */
.job-form-wrapper {
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(4, 20, 40, 0.2);
    overflow: hidden;
    background: linear-gradient(90deg, rgb(21, 94, 170, 0.2) 0%, rgb(84, 170, 100, 0.2) 100%);
}

.job-form-wrapper .form-card-header {
  padding: 30px 32px 20px;
  border-bottom: 0px solid #ebeff4;
  background: transparent;
}

.job-form-wrapper .form-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: #0f3f5e;
  background: rgba(15, 63, 94, 0.1);
  margin-bottom: 16px;
}

.job-form-wrapper .form-card-header h2 {
  margin: 0 0 8px;
  font-size: 30px;
  line-height: 1.08;
  color: #10213a;
}

.job-form-wrapper .form-card-header p {
  margin: 0;
  color: #5d6b7d;
  font-size: 15px;
  line-height: 1.8;
}

.form-stepper {
  display: flex;
  gap: 14px;
  padding: 24px 32px 24px;
  background: transparent;
}

.form-stepper .step {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 72px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid #dce3ec;
  background: #dddddd;
  cursor: pointer;
  transition: all 0.25s ease;
}

.form-stepper .step.active {
    border-color: initial;
    background: #0f3f5e;
    color: #fff;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}

.form-stepper .step span {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #ffff;
    color: #000;
    font-weight: 700;
}

.form-stepper .step strong {
  font-size: 14px;
  font-weight: 700;
}

.job-step {
  display: none;
  padding: 32px;
  background: transparent;
}

.job-step.active {
  display: block;
}

.job-step label {
  display: block;
  margin-bottom: 10px;
  color: #10213a;
  font-weight: 600;
}

.job-step .form-control,
.job-step select,
.job-step textarea {
  width: 100%;
  background: #f8fbff;
  border: 1px solid #dce4ef;
  border-radius: 12px;
  padding: 14px 16px;
  color: #12263f;
  font-size: 15px;
}

.job-step textarea {
  min-height: 120px;
  resize: vertical;
}

.job-step .form-check-input{
    margin-right: 10px;
    border: none;
    background-color: transparent;
}

.job-step .form-check-label {
  color: #10213a;
}

.job-step .table {
  background: #ffffff;
  border: 1px solid #dce4ef;
}

.job-step .table th,
.job-step .table td {
  vertical-align: middle;
  padding: 14px 12px;
  border-color: #e6ecf4;
}

.job-step .table th {
  background: #f4f8fd;
  color: #0f3f5e;
  font-weight: 700;
}

.job-step .table td {
  text-align: center;
}

.job-step .table input[type="checkbox"] {
  width: 20px;
  height: 20px;
}

.form-actions {
  display: block;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  margin-top: 14px;
}

.step-button,
.submit-button {
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.25s ease, background-color 0.25s ease;
}

.step-button {
  background: #eef4fb;
  color: #10213a;
}

.step-button:hover {
  background: #d6e7f7;
  transform: translateY(-1px);
}

.submit-button {
  background: #0f3f5e;
  color: #ffffff;
}

.submit-button:hover {
  background: #062c45;
  transform: translateY(-1px);
}

@media (max-width: 991px) {
  .form-stepper {
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .job-step {
    padding: 24px;
  }

  .form-stepper {
    padding: 20px;
  }
}



.inner-about-wrap .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    min-height: 520px;
}
.inner-about-wrap .about-box .image {
    width: 100%;
    margin-bottom: 10px;
}
.inner-about-wrap .about-box .image img {
    width: 100%;
    transition: 0.4s;
    height: 300px;
    object-fit: cover;
}
.inner-about-wrap .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #035872;
}   
.inner-about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
}

/*****************contact-page*******************/

.inner_page_wrap {
    padding: 60px 0;
    position: relative;
}

.form_bg {
    position: relative;
    padding: 30px;
    z-index: 2;
    text-align: center;
    border-radius: 30px;
    overflow: hidden;
       background-color: rgb(4 96 124 / 9%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.form-title h3 {
    color: #035872;
    font-size: 24px;
    font-weight: 400;
}

.form-title h3 span {
    color: #035872;
}

.rd-mailform1 {
    margin-top: 30px;
}
.rd-mailform1 .form-group{
    margin-bottom: 20px;
}
.rd-mailform1 .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #035872 !important;
    background-color: rgb(219 219 219);
    background-image: none;
    border: none;
    border-bottom: none;
    border-radius: 30px;
    padding-left: 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: border-colorease-in-out .15s, -webkit-box-shadowease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-colorease-in-out .15s, box-shadowease-in-out .15s;
}

.rd-mailform1 textarea {
    height: 100px !important;
}

.rd-mailform1 .submit-btn .submit {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 10px 30px;
    font-size: 15px;
    background-color: #2d758a;
    transition: 0.4s;
    border-radius: 30px;
    text-transform: capitalize;
    margin-left: 0;
    font-weight: 600;
    border: none;
    width: 100%;
}

.rd-mailform1 .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #035872;
}

.rd-mailform1 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #035872;
}

.rd-mailform1 .form-control::placeholder {
    color: #035872;
}

.contact-item {
    position: relative;
    padding: 15px;
    z-index: 2;
    text-align: left;
    border-radius: 30px;
    overflow: hidden;
        background-color: rgb(4 96 124 / 9%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    margin-bottom: 20px;
}

.contact-item .content {
    float: left;
}

.contact-item h5 {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-transform: uppercase;
    color: #035872;
}

.contact-item p {
    color: #035872;
    margin: 0;
    padding: 0;
    line-height: 20px;
}
.contact-item p a{
    color: #035872;
    text-decoration: none;
}
.contact-item .icon {
    color: #035872;
    float: right;
    font-size: 44px;
}

.map_section {
    margin-top: 0;
}

.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 350px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}
.modal .modal-header .btn-close{
    float: right;
    margin-top: -33px;
}



.job-filter form select{
        width: 50%;
    margin: 0 auto;
    display: block;
    margin-top: 3%;
    height: 40px;
}
.job-filter h4{
        color: #035872;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
    text-transform: capitalize;
    margin-top: 50px;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.info-wrap2 {
    position: relative;
    background: #1c75bc;
    background-position: center;
    padding: 40px 0px 0 0;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}
.info-wrap2 .choose-box{
    position: relative;
}
.info-wrap2 .about-cont {
    padding-top: 10%;
    position: relative;
}

.info-wrap2 .about-cont .heading {
    position: relative;
    margin-bottom: 30px;
}
.info-wrap2 .about-cont h2 {
    font-weight: 600;
    font-size: 31px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.info-wrap2 .about-cont p{
    color: #fff;
    margin-bottom: 0;
}
.info-wrap2 .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 50px;
}

.info-wrap2 .about-cont .banner-btn .more {
    color: #000 !important;
    background: #fff;
}
.info-wrap2 .about-cont .banner-btn .top-contact{
        display: flex;
    align-items: center;
    margin-left: 20px;
}
.info-wrap2 .about-cont .banner-btn .top-contact i {
    color: #fff;
    margin: 0 5px;
    font-size: 25px;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background-color: #05A4BD;
    transform: rotate(-40deg);
}
.info-wrap2 .about-cont .banner-btn .top-contact .content{
    margin-left: 10px;
}
.info-wrap2 .about-cont .banner-btn .top-contact .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 500;
    line-height: 1;
}
.info-wrap2 .about-cont .banner-btn .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}


.second-sec{
    position: relative;
    padding: 60px 0;
}
.second-sec .heading{
    margin-bottom: 50px;
    text-align: center;
}
.second-sec .heading h2 {
    font-weight: 600;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.second-sec .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    background-color: #2a2728;
    border-radius: 10px;
    padding: 15px;
    position: relative;
    text-align: center;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    min-height: 300px;
    color: #fff;
}
.second-sec .about-box .image {
    width: 60px;
    height: 60px;
    display: block;
    margin: 0 auto;
    margin-bottom: 12px;
}
.second-sec .about-box .image img {
    width: 100%;
    transition: 0.4s;
    object-fit: cover;
}
.second-sec .about-box .content h4 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}   
.second-sec .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #979797;
    font-weight: 500;
}

.review-wrap{
        background-color: #035872;
    position: relative;
    padding: 70px 0;
}


.service-wrap2{
    position: relative;
    background-color: #F3F3F3;
    padding: 40px 0 60px 0;
}
.service-wrap2 .heading{
    margin-bottom: 20px;
    text-align: center;
}
.service-wrap2 .heading h2 {
    font-weight: 600;
    font-size: 40px;
    color: #035872;
    position: relative;
    margin-bottom: 15px;
    text-transform: capitalize;
        background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.service-wrap2 .heading p {
    margin-bottom: 15px;
    line-height: 24px;
    color: #636F77;
    font-size: 16px;
}

#service-slider .owl-stage-outer {
    padding: 40px 0 0 0;
}

.service-wrap2 .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #1c75bc;
    box-shadow: 0px 6px 20px #BCBCBC4A;
    padding: 15px;
    border-radius: 15px;
    min-height: 435px;
}

.service-wrap2 .service-box .image {
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 0px;
}
.service-wrap2 .service-box .image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
}

.service-wrap2 .service-box .service-cont{
    position: relative;
    padding: 20px 0px 20px 0;
    color: #fff;
    height: auto;
    text-align: left;
    width: 100%;
    margin: 0 auto;
}

.service-wrap2 .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #dbd0d0;
    margin-bottom: 0;
    font-weight: 400;
    text-align: left;
}

.service-wrap2 .service-box .service-cont h4 {
    font-weight: 600;
    padding: 0;
    margin-bottom: 10px;
    text-transform: capitalize;
    position: relative;
    font-size: 18px;
    color: #fff;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap2 .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.service-wrap2 .service-cont .read {
    display: inline-block;
    color: #00707b;
    text-decoration: none;
    transition: 0.3s;
    float: left;
    font-weight: 600;
}
.service-wrap2 .service-cont .read i{
    position: relative;
    rotate: -40deg;
    transition: 0.3s;
}
.service-wrap2 .service-cont .read:hover i{
    rotate: 0deg;
}

/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #035872;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    left: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

#service-slider .owl-nav .owl-next {
    color: #fff;
    background-color: #035872;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}

.team-wrap {
    padding: 80px 0 60px;
    background-color: #f7f9fb;
}

.team-wrap .heading {
    max-width: 700px;
    margin: 0 auto 50px;
}

.team-wrap .heading h4 {
    color: #0d2640;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 2px;
    margin-bottom: 14px;
}

.team-wrap .heading h2 {
    font-size: 38px;
    line-height: 1.1;
    color: #10213a;
    margin-bottom: 18px;
}

.team-wrap .heading p {
    color: #4a5768;
    font-size: 16px;
    line-height: 1.9;
    margin: 0 auto;
    max-width: 560px;
}

.team-card {
    background: #ffffff;
    border-radius: 30px;
    overflow: hidden;
    transition: transform 0.35s ease, box-shadow 0.35s ease;
    box-shadow: 0 30px 70px rgba(15, 34, 56, 0.1);
}

.team-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 30px 70px rgba(15, 34, 56, 0.16);
}

.team-card__image {
    position: relative;
    overflow: hidden;
}

.team-card__image img {
    width: 100%;
    display: block;
    transition: transform 0.45s ease;
    height: 520px;
    object-fit: cover;
}

.team-card:hover .team-card__image img {
    transform: scale(1.08);
}

.team-card__layer {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(16, 33, 58, 0.1) 35%, rgba(16, 33, 58, 0.65) 100%);
    opacity: 0;
    transition: opacity 0.35s ease;
}

.team-card:hover .team-card__layer {
    opacity: 1;
}

.team-card__socials {
    position: absolute;
    left: 20px;
    bottom: 20px;
    display: flex;
    gap: 12px;
    opacity: 0;
    transform: translateY(14px);
    transition: opacity 0.35s ease, transform 0.35s ease;
}

.team-card:hover .team-card__socials {
    opacity: 1;
    transform: translateY(0);
}

.team-card__socials a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #0d2640;
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
    box-shadow: 0 14px 34px rgba(0, 0, 0, 0.12);
    transition: background-color 0.35s ease, transform 0.35s ease;
}

.team-card__socials a:hover {
    background: #1f5f9f;
    transform: translateY(-2px);
}

.team-card__content {
    padding: 28px 26px 32px;
}

.team-card__content h3 {
    font-size: 22px;
    margin-bottom: 8px;
    color: #0b1b2e;
}

.team-card__content span {
    display: inline-block;
    color: #1f5f9f;
    font-weight: 700;
    margin-bottom: 16px;
}

.team-card__content p {
    color: #5d6772;
    line-height: 1.8;
    margin: 0;
}

@media (max-width: 991px) {
    .team-wrap {
        padding: 60px 0 40px;
    }

    .team-wrap .heading h2 {
        font-size: 32px;
    }
}

@media (max-width: 576px) {
    .team-card__content {
        padding: 24px 20px 28px;
    }
}



.job-application-section {
  padding: 90px 0 70px;
  background: linear-gradient(180deg, #f4f8ff 0%, #ffffff 100%);
}

.job-application-section .section-heading {
  text-align: center;
  margin-bottom: 50px;
}

.job-application-section .section-heading h4 {
  color: #0f3f5e;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 2px;
  margin-bottom: 12px;
  font-weight: 700;
}

.job-application-section .section-heading h2 {
    font-size: 38px;
    font-weight: 700;
    color: #035872;
    margin-bottom: 0;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.job-overview-card, .application-form-card {
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 32px 80px rgba(15, 43, 79, 0.15);
    border: 1px solid rgba(15, 43, 79, 0.08);
}

.job-overview-card {
  padding: 32px;
  border-top: 4px solid #0f3f5e;
}

.job-overview-card .job-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 18px;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  color: #0f3f5e;
  background: rgba(15, 63, 94, 0.08);
  margin-bottom: 18px;
}

.job-overview-card h3 {
  font-size: 32px;
  color: #10213a;
  margin-bottom: 16px;
}

.job-overview-card .job-location {
  color: #4b6179;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.job-overview-card .job-category {
  color: #0f3f5e;
  font-weight: 600;
  margin-bottom: 20px;
}

.job-overview-card .job-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 24px;
}

.job-overview-card .job-badge {
  background: rgba(15, 63, 94, 0.08);
  color: #0f3f5e;
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
}

.job-overview-card .job-detail-group {
  display: grid;
  gap: 18px;
  margin-bottom: 24px;
}

.job-overview-card .job-detail-group h5 {
    font-size: 18px;
    color: #10213a;
    margin-bottom: 14px;
    font-weight: 700;
}

.job-overview-card .job-detail-group p,
.job-overview-card .job-detail-group li {
  color: #5c6a7c;
  line-height: 1.8;
}

.job-overview-card .job-detail-group ul {
    padding-left: 20px;
    margin: 0;
}

.job-overview-card .job-detail-group li {
  margin-bottom: 10px;
}

.job-overview-card .job-note {
  margin-top: 20px;
  color: #6b788f;
  font-size: 14px;
}

.application-form-card {
  padding: 30px;
}

.application-form-card .application-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 28px;
}

.application-form-card .application-header .title {
  color: #10213a;
}

.application-form-card .application-header .title h4 {
  font-size: 22px;
  margin-bottom: 8px;
}

.application-form-card .application-header .application-step {
  font-size: 14px;
  color: #5c6a7c;
}

.application-form-card .application-progress {
  height: 6px;
  background: #e8eff8;
  border-radius: 999px;
  overflow: hidden;
  margin-top: 18px;
}

.application-form-card .application-progress .progress-bar {
  width: 90%;
  height: 100%;
  background: #0f3f5e;
}

.application-form-card .form-label {
  font-weight: 600;
  margin-bottom: 8px;
  color: #10213a;
}

.application-form-card .form-control {
  border-radius: 12px;
  border: 1px solid #dbe6f2;
  background: #f9fbff;
  color: #1b2c42;
  padding: 14px 16px;
}

.application-form-card textarea.form-control {
  min-height: 140px;
}

.application-form-card .form-select {
  border-radius: 12px;
  border: 1px solid #dbe6f2;
  background: #f9fbff;
  color: #1b2c42;
}

.application-form-card .form-check-label {
  color: #10213a;
  font-weight: 500;
}
.application-form-card .form-check {
    min-height: auto;
    margin-bottom: 0;
    margin-top: 0;
}
.application-form-card .file-input-wrapper {
  position: relative;
}

.application-form-card .btn-primary {
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 12px 35px;
    background: #035872;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    border: none;
    font-size: 20px;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
}

.application-form-card .btn-primary:hover {
  background-color: #062c45;
  border-color: #062c45;
  color: #fff;
}

.application-form-card .form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.application-form-card .form-footer .form-text {
  color: #6b788f;
  font-size: 14px;
}

@media (max-width: 991px) {
  .job-application-section {
    padding: 60px 0 50px;
  }

  .application-form-card,
  .job-overview-card {
    padding: 24px;
  }
}

@media (max-width: 767px) {
  .job-overview-card,
  .application-form-card {
    border-radius: 24px;
  }

  .application-form-card .application-header {
    flex-direction: column;
    align-items: stretch;
  }
}



.find-people-form {
    background: #ffffff;
    border-radius: 28px;
    box-shadow: 0 30px 80px rgba(4, 20, 40, 0.2);
    overflow: hidden;
    padding: 40px;
    margin: 20px 0;
    background: linear-gradient(90deg, rgb(21, 94, 170, 0.2) 0%, rgb(84, 170, 100, 0.2) 100%);
}

.find-people-card {
  /* Inner card if needed */
}

.find-people-form .form-title {
    font-size: 28px;
    font-weight: 700;
    color: #15677f;
    text-align: center;
    margin-bottom: 30px;
    text-transform: capitalize;
    background: linear-gradient(90deg, rgb(21 94 170) 0%, rgb(84 170 100) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.find-people-form .form-group {
  margin-bottom: 25px;
}

.find-people-form .form-group label {
  display: block;
  font-weight: 600;
  color: #10213a;
  margin-bottom: 8px;
  font-size: 14px;
}

.find-people-form .form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.find-people-form .form-control:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.2);
  outline: none;
}

.find-people-form .file-upload-group .file-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 100%;
  background: #f9f9f9;
}

.find-people-form .text-center {
  text-align: center;
}

.find-people-form .mt-4 {
  margin-top: 1.5rem;
}

.find-people-form .staff-btn {
  background-color: #042142;
  color: #fff;
  border: none;
  padding: 14px 40px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.2s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.find-people-form .staff-btn:hover {
  background-color: #000;
  transform: translateY(-2px);
}

.find-people-form .staff-btn:active {
  transform: translateY(0);
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .find-people-form {
    padding: 20px;
  }
  .find-people-form .form-title {
    font-size: 24px;
  }
}