@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: "Roboto Slab", serif;
}

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

.more {
    color: #fff;
    display: inline-block;
    border-radius: 30px;
    padding: 10px 20px 10px 20px;
    background-color: #C07F3B;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
}

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

.more i {
    margin-left: 5px;
    background-color: #fff;
    color: #000;
    padding: 8px;
    border-radius: 50%;
}

.gradient-text-stoke {
    font-size: 40px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #fff;
    display: inline-block;
    position: relative;
    margin: 0 40px 0 40px;
    text-transform: uppercase;
}

.gradient-text-stoke::after {
    position: absolute;
    clear: both;
    content: "*";
    top: 50%;
    left: -50px;
    width: 30px;
    height: 30px;
    transform: translate(0, -50%);
}

.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0px;
    left: 0;
    z-index: 999;
}

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

.site-header .toppest-bar::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    right: -20%;
    width: 100%;
    height: 100%;
    background-color: #3a3a3a;
    transform: skewX(30deg);
}

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

.site-header .toppest-bar .top-info2.special {
    float: right;
}

.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 {
    color: #FF650C;
    margin: 0;
    font-size: 18px;
    border-radius: 50%;
    text-align: center;
    line-height: 8px;
    margin-right: 6px;
}

.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 {
    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: none;
    position: relative;
    z-index: 1;
    margin: 0;
}

.site-header .toppest-bar ul {
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

.site-header .toppest-bar ul li {
    position: relative;
}

.site-header .top-social {
    margin-left: 30px;
}

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

/* .site-header .top-social a i:hover {
    color: #fff;
} */

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

.site-header .bg-light {
    width: 100%;
    padding: 0px 0 0 0;
    background-color: #fff !important;
    margin-top: -2px;
}
.site-header .bg-light::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0px;
    right: -21.7%;
    width: 100%;
    height: 100%;
    background-color: #b9c242;
    transform: skewX(30deg);
    z-index: 0;
}
.site-header .bg-light .container{
    position: relative;
    z-index: 9;
}
.site-header .navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    position: relative;
    font-weight: 500;
}

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

.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: #fff;
    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: #fff;
    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: #fff;
    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: #fff;
    padding-right: 15px;
    padding-left: 15px;
    position: relative;
    font-size: 16px;
    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: #fff;
}

.navbar-brand {
    display: inline-block;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
    margin-left: 0px;
    width: 260px;
    margin-top: -35px;
    padding: 0;
    position: relative;
    z-index: 9;
}

.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;
}
.site-header .navbar-collapse {
    justify-content: center;
}
.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;
    background-color: #7eb842;
    padding-left: 40px;
}

.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 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 35px;
    position: relative;
    padding-right: 20px;
}

.site-header .navbar .top-contact i {
    font-size: 45px;
    color: #9b3135;
    padding-right: 5px;
}

.site-header .navbar .top-contact .content p {
    margin-bottom: 0;
    color: #000;
}

.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;
}



.main-slider {
    position: relative;
}

.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%;
}

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

.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: 50%;
    left: 10%;
    transform: translate(0%, -50%);
    color: #fff;
    width: 40%;
    z-index: 9;
    padding: 20px;
    border-radius: 5px;
    text-align: left;
}
.flex-slider .banner-cont h4{
    font-size: 15px;
    font-weight: 600;
}
.flex-slider .banner-cont h4 span{
    color: #C00000;
}
.flex-slider .banner-cont h2 {
    font-size: 50px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 15px;
}
.flex-slider .banner-cont h2 span {
    color: #88D113;
}
.flex-slider .banner-cont p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 30px;
}
.flex-slider .banner-cont p a{
    color: #C80B1F;
    text-decoration: none;
    font-weight: 700;
    font-size: 35px;
}

.main-slider .inner-contact-form {
    background-color: rgba(0,0,0,0.5);
    padding: 0px;
    border-radius: 0;
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    right: 11%;
    width: 25%;
    z-index: 2;
    text-align: center;
    transform: translate(0px, -50%);
    border-radius: 10px;
    overflow: hidden;
}
.main-slider .inner-contact-form .heading {
    margin-bottom: 0px;
    background-color: rgb(185 194 66 / 60%);
    padding: 15px 0 0 0;
}
.main-slider .inner-contact-form .heading h2 {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 0;
}

.main-slider .inner-contact-form form {
    background-color: rgb(185 194 66 / 60%);
    padding: 20px;
}
.main-slider .inner-contact-form .submit-btn {
    text-align: center;
}
.main-slider .inner-contact-form .submit-btn .submit {
    color: #fff;
    text-decoration: none;
    background: #c07f3b;
    padding: 12px 50px;
    margin-top: 10px;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    width: 100%;
}
.main-slider .inner-contact-form .form-group{
    margin-bottom: 15px;
}
.main-slider .inner-contact-form .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    -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;
}
.main-slider .inner-contact-form .form-control option{
	color: #000;
}
.main-slider .inner-contact-form textarea{
    height: 50px !important;
}
.main-slider .inner-contact-form .form-control::-webkit-input-placeholder { /* Edge */
  color: #fff;
}
.main-slider .inner-contact-form .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff;
}
.main-slider .inner-contact-form .form-control::placeholder {
  color: #fff;
}


.about-wrap {
    padding: 100px 0 100px 0;
    position: relative;
    background: url(../images/aboutBg.jpg) no-repeat;
    background-position: center;
    background-size: cover;
}

.about-wrap .about-cont {
    padding-left: 0%;
}

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

.about-wrap .about-cont h4 {
    position: relative;
    font-size: 20px;
    color: #000;
    padding-left: 0;
}

.about-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/shape.webp) no-repeat;
    width:15%;
    height: 100px;
    background-size: 100%;
}

.about-wrap .about-cont h2 {
    font-weight: 400;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.about-wrap .about-cont h2 span {
    color: #b9c242;
    font-weight: 600;
}
.about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #b9c242;
    text-transform: capitalize;
    position: relative;
    margin-top: 10px;
}

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

.about-wrap .about-cont p {
    margin-bottom: 25px;
    line-height: 28px;
    color: #636F77;
    font-size: 18px;
}

.about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
}

.about-wrap .about-img .image1 {
    width: 57%;
}

.about-wrap .about-img .image2 {
    position: absolute;
    clear: both;
    content: "";
    right: 10%;
    top: 10%;
    width: 45%;
    border: 5px solid #fff;
    border-radius: 20px;
}

.about-wrap .about-img .info {
    position: absolute;
    clear: both;
    content: "";
    bottom: 10%;
    right: 26%;
    display: flex;
    border-radius: 20px;
    align-items: center;
    width: 23%;
}

.about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.about-wrap .about-cont .banner-btn {
    display: flex;
    align-items: center;
    margin-top: 25px;
    justify-content: space-between;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    padding: 10px;
    border-radius: 10px;
}

.about-wrap .about-cont .banner-btn .top-contact {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.about-wrap .about-cont .banner-btn .top-contact .content {
    margin-left: 10px;
}

.about-wrap .about-cont .banner-btn .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #a1a1a1;
    font-weight: 500;
    line-height: 1;
}

.about-wrap .about-cont .banner-btn .top-contact .content a {
    color: #002A48;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}
.about-wrap .about-form {
    position: relative;
    padding: 35px;
    background: url(../images/formBg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.about-wrap .about-form h4 {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px;
}

.about-wrap .about-form h4 span {
    color: #fff;
    font-weight: 600;
}
  .about-wrap .submit-btn {
    text-align: left;
  }
.about-wrap .submit-btn .submit {
    display: inline-block;
    text-decoration: none;
    color: #0b3d2c;
    padding: 12px 40px;
    font-size: 18px;
    background-color: #E6AF5D;
    transition: 0.4s;
    border-radius: 0;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}
.about-wrap .form-group{
    margin-bottom: 20px;
}
.about-wrap .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #F6F4F5;
    background-image: none;
    border: none;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 
ease-in-out .15s, box-shadow 
ease-in-out .15s;
}
.about-wrap textarea {
    height: 80px !important;
    border-radius: 5px;
    padding-top: 12px !important;
}
  .about-wrap .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .about-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .about-wrap .form-control::placeholder {
  color: #000;
  }



.marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    padding: 10px 0 20px 0;
    background-color: #158ECF;
}

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

.marquee-content img {
    display: inline-block;
}

.marquee.part2 {
    margin-top: 0;
    margin-bottom: 150px;
}

.marquee.part2 .marquee-content img {
    margin: 0 20px;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-50%);
    }
}

.service-wrap2 {
    padding: 80px 0 320px 0;
    margin-top: 0px;
    position: relative;
    margin-bottom: 0px;
    background: url(../images/shape1.png) no-repeat;
    background-position: left;
    background-size: cover;
    background-color: #F5F5F5;
}

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

.service-wrap2 .service-box .image {
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}

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

.service-wrap2 .service-box .service-cont {
    position: relative;
    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: #8E8E8E;
    margin-bottom: 0;
    font-weight: 400;
}

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

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap2 .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.service-wrap {
    position: relative;
    background-color: #FAFAFA;
}

.service-sec {
    position: relative;
    padding: 60px 0 40px 0;
}

.service-wrap .heading {
    text-align: left;
    color: #000;
    padding-left: 0;
    position: relative;
    z-index: 9;
    margin: 0 auto;
    padding-bottom: 20px;
}

.service-wrap .heading h4 {
    position: relative;
    font-size: 20px;
    color: #000;
    padding-left: 30px;
}

.service-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/paint.png) no-repeat;
    width: 3%;
    height: 30px;
    background-size: 100%;
}

.service-wrap .heading h2{
    font-weight: 400;
    font-size: 34px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
}
.service-wrap .heading h2 span{
    color: #b9c242;
    font-weight: 600;
}

.service-wrap .heading p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.service-wrap .service-btn{
    position: relative;
    float: right;
}
.service-wrap .service-btn .more{
    color: #fff;
}
#service-slider .owl-stage-outer {
    padding: 40px 0 0 0;
}

.service-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: 0px 6px 20px #BCBCBC4A;
    padding: 15px;
    border-radius: 10px;
}

.service-wrap .service-box .image {
    padding: 0px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    margin-bottom: 15px;
}

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

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

.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #8E8E8E;
    margin-bottom: 0;
    font-weight: 400;
}

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

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

/* arrow */
#service-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #FF650C;
    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: #FF650C;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -3%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


/*==========================
Projects CSS
==========================*/
.projects {
	position: relative;
    padding: 80px 0;
    background: url('../images/galleryBg.png') no-repeat;
    background-position: center;
    background-size: cover;
}
.projects .heading{
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.projects .heading h2{
    font-weight: 400;
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
}
.projects .heading h2 span{
    color: #b9c242;
    font-weight: 600;
}

.projects .heading p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
}
.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.5),rgba(255,255,255,0.5));
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: #000;
    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;
}


.choose-wrap{
    position: relative;
    padding: 80px 0;
    background: url(../images/chooseBg.png) no-repeat;
    background-position: center;
    background-size: cover;
}
.choose-wrap .heading{
    margin-bottom: 50px;
}
.choose-wrap .heading h2 {
    font-weight: 400;
    font-size: 40px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
    border-bottom: 1px dashed #bfbfbf;
}

.choose-wrap .heading h2 span {
    color: #b9c242;
    font-weight: 600;
}
.choose-wrap .about-box{
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, 0.08);
    min-height: 180px;
    margin-bottom: 25px;
}
.choose-wrap .about-box .image{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.choose-wrap .about-box .image svg{
    width: 40px;
    fill: #b9c242;
}
.choose-wrap .about-box .image h4{
        font-size: 20px;
    margin-bottom: 0;
    margin-left: 20px;
    font-weight: 600;
}
.choose-wrap .about-box .content p{
        font-size: 15px;
    margin-bottom: 0;
}


.about-wrap2{
    padding: 80px 0 80px 0;
    position: relative;
}

.about-wrap2 .about-cont {
    padding-left: 0%;
}

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

.about-wrap2 .about-cont h2 {
    font-weight: 600;
    font-size: 30px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.about-wrap2 .about-form .item{
    border: 5px solid #ededed;
    border-radius: 10px;
}
.about-wrap2 .about-form .item img{
    width: 360px;
    display: block;
    margin: 0 auto;
}



.partner-wrap {
    padding: 100px 0 80px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
}

.partner-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0%;
    right: 0;
    background: url(../images/img5.png) no-repeat;
    width: 13%;
    height: 350px;
    background-size: 100%;
    /* animation: moving 2s infinite; */
    animation-direction: alternate;
}

.partner-wrap::before {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0%;
    left: 0;
    background: url(../images/img4.png) no-repeat;
    width: 13%;
    height: 450px;
    background-size: 100%;
    /* animation: moving2 2s infinite; */
    animation-direction: alternate;
    z-index: 9;
}

.partner-wrap .choose-box {
    background: url('../images/partnerBg.png') no-repeat;
    background-size: 100% 100%;
    padding: 40px;
    position: relative;
}

.partner-wrap .about-cont {
    padding-left: 0%;
    position: relative;
}

.partner-wrap .about-cont .heading {
    position: relative;
    margin-bottom: 30px;
}

.partner-wrap .about-cont h4 {
    position: relative;
    font-size: 18px;
    color: #74c143;
    padding-left: 30px;
}

.partner-wrap .about-cont h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/heading.png) no-repeat;
    width: 5%;
    height: 30px;
    background-size: 100%;
}

.partner-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 31px;
    padding: 5px 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.partner-wrap .about-cont .heading p {
    font-size: 17px;
    color: #fff;
    font-weight: 400;
}

.partner-wrap .about-cont .more {
    color: #fff;
}

.partner-wrap .about-cont .top-contact {
    display: flex;
    align-items: center;
    margin-top: 30px;
}

.partner-wrap .about-cont .top-contact .content {
    margin-left: 10px;
}

.partner-wrap .about-cont .top-contact .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #fff;
}

.partner-wrap .about-cont .top-contact .content a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
}

.partner-wrap .about-img {
    position: absolute;
    width: 34%;
    clear: both;
    bottom: 0;
    left: 49%;
    transform: translate(-50%, 0px);
}

.partner-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.partner-wrap .counter-box {
    margin-bottom: 15px;
}

.partner-wrap .counter-box #counter {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline-block;
}

.partner-wrap .counter-box #counter li {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
}

.partner-wrap .counter-box #counter span {
    font-weight: 700;
    font-size: 50px;
    color: #fff;
}

.partner-wrap .counter-box #counter span.sign {
    font-size: 50px;
    position: relative;
    display: inline-block;
    left: -15px;
}

.partner-wrap .counter-box h5 {
    color: #fff;
}

.partner-wrap .counter-box p {
    font-size: 17px;
    color: #fff;
    margin-bottom: 0;
    font-weight: 300;
}


.portfolio-wrap {
    position: relative;
    padding: 40px 0 80px 0;
    height: auto;
    z-index: 9;
}

.portfolio-wrap .heading {
    text-align: left;
    margin-bottom: 60px;
    color: #000;
    padding-left: 0;
}

.portfolio-wrap .heading h4 {
    position: relative;
    font-size: 20px;
    color: #09AB4C;
    background-image: linear-gradient(45deg, #09AB4C, #1D7699 70%, #1D7699 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-left: 30px;
}

.portfolio-wrap .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/heading.png) no-repeat;
    width: 3%;
    height: 30px;
    background-size: 100%;
}

.portfolio-wrap .heading h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #002A48;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.portfolio-wrap .heading p {
    font-size: 19px;
    color: #373333;
    line-height: 34px;
}

.portfolio-wrap .info {
    position: relative;
    margin-bottom: 50px;
}

.portfolio-wrap .info h3 {
    margin-bottom: 0;
    font-size: 90px;
    -webkit-background-clip: text;
    -webkit-text-stroke: 4px transparent;
    color: #f0f2f4;
    background-image: linear-gradient(45deg, #09AB4C, #1D7699 70%, #1D7699 100%);
}

.portfolio-wrap .info h3 span {
    color: #002A48;
    -webkit-text-stroke: 0;
    position: relative;
    left: -20px;
}

.portfolio-wrap .info p {
    margin-bottom: 15px;
    font-size: 18px;
}

.portfolio-wrap .info .more {
    color: #fff;
    font-size: 18px;
}

#service-slider .owl-stage-outer {
    padding-bottom: 30px;
}

.portfolio-wrap .service-box {
    position: relative;
    transition: 0.4s;
    margin-bottom: 25px;
}

.portfolio-wrap.inner-team-wrap .service-box {
    padding-bottom: 0;
}

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

.portfolio-wrap .service-box .image::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 42, 72, 0.7) 100%);
}

.portfolio-wrap .service-box .image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.portfolio-wrap .service-box .service-cont {
    position: absolute;
    text-align: center;
    z-index: 9;
    bottom: 0;
    left: 0;
    width: 100%;
}

.portfolio-wrap .service-box .service-cont p {
    font-size: 16px;
    padding: 15px 0;
    color: #525252;
    margin-bottom: 10px;
    font-weight: 400;
}

.portfolio-wrap .service-box .service-cont h4 {
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize;
    position: relative;
    font-size: 20px;
    color: #fff;
    margin-bottom: 0px;
    padding-left: 10px;
    padding-bottom: 12px;
    padding-right: 10px;
}

.portfolio-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}


.info-wrap2 {
    padding: 100px 0 100px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    background: url('../images/infoBg.jpg') no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.info-wrap2.part2{
    background: url('../images/infoBg2.webp') no-repeat;
}
.info-wrap2 .about-cont {
    padding-left: 0%;
    position: relative;
    z-index: 9;
    text-align: center;
    color: #fff;
}

.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 {
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 15px;
}



.testimonials-right {
    padding: 100px 0 100px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    background: url('../images/testiBg.png') no-repeat;
    background-size: cover;
    background-position: center;
}
.testimonials-right .heading h2{
    font-weight: 400;
    font-size: 34px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
}
.testimonials-right .heading h2 span{
    color: #b9c242;
    font-weight: 600;
}
.testimonials-right .testimonials-slider-wrap .owl-stage-outer{
    padding-top: 30px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner {
    position: relative;
    width: 100%;
    background-color: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testm-cont{
    position: relative;
    margin-top: 20px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top.part1{
        margin-top: -50px;
            justify-content: end;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top.part1 i {
    color: #b9c242;
    font-size: 60px;
    margin-top: -10px;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 0;
    justify-content: space-between;
}

.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img {
    position: relative;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #cfb341;
}
      .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .left-img img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right {
    position: relative;
    padding-left: 0;
}
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h4 {
    position: relative;
    color: #b9c242;
    font-size: 18px;
    margin-bottom: 5px;
}
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right h5 {
            position: relative;
            color: #6dd73e;
            font-size: 14px;
            margin-bottom: 15px; }
          .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .star-rating {
            position: relative;
            margin-bottom: 10px;
         }
            .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .star-rating img {
              position: relative;
              width: 80px; }
              .testimonials-right .testimonials-slider-wrap .testimonials-slider-inner .testimonials-top .testm-right .testm-cont{
                padding-top: 20px;
              }
.testimonials-right .testimonials-slider-wrap .testimonials-slider-inner p {
    position: relative;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}
/* arrow */
#testi-slider .owl-nav .owl-prev {
    color: #fff;
    background-color: #c07f3b;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 0%;
    position: absolute;
    clear: both;
    content: "";
    right: 3%;
    top: -35%;
    z-index: 9;
    margin: 0;
}
#testi-slider .owl-nav .owl-next{
    color: #fff;
    background-color: #b9c242;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 0%;
    position: absolute;
    clear: both;
    content: "";
    right: 0%;
    top: -35%;
    z-index: 9;
    margin: 0;
}


.brand-wrap{
    position: relative;
    padding: 80px 0;
}
.brand-wrap .heading{
    text-align: center;
    width: 70%;
    margin: 0 auto;
    margin-bottom: 50px;
}
.brand-wrap .heading h2{
    font-weight: 400;
    font-size: 34px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px dashed #bfbfbf;
    padding-bottom: 15px;
}
.brand-wrap .heading h2 span{
    color: #b9c242;
    font-weight: 600;
}

.brand-wrap .heading p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}
.brand-wrap .about-form .item{
    border: 5px solid #ededed;
    border-radius: 10px;
    padding: 20px;
}
.brand-wrap .about-form .item img{
    width: 150px;
    display: block;
    margin: 0 auto;
}


.site-footer {
    position: relative;
    padding: 80px 0 20px 0;
    background: url(../images/galleryBg.png) no-repeat;
    background-position: center;
    background-size: cover;
}

.site-footer .footer-logo {
    display: inline-block;
    width: 100%;
}

.site-footer .footer-info {
    padding-right: 7%;
}

.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: #fff;
    display: flex;
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 17px;
}

.site-footer .footer-location li a {
    color: #fff;
    font-size: 16px;
    text-decoration: none;
}

.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #b9c242;
}

.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
}

.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: #b9c242;
    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;
    display: inline-block;
    width: 100%;
}

.site-footer .footer-nav li {
    display: inline-block;
    width: 100%;
    margin-bottom: 15px;
    float: left;
    position: relative;
    color: #fff;
    font-size: 15px;
    padding-left: 20px;
}

.site-footer h4 {
    font-size: 25px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f111";
    left: 0;
    top: 0px;
    color: #b9c242;
    font-size: 16px;
    z-index: 9;
}

.site-footer .footer-nav li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    padding: 0px;
}

.site-footer .footer-location .footer-social {
    color: #fff;
    font-size: 25px;
    margin-bottom: 30px;
    margin-top: 20px;
    font-family: 'Oswald', sans-serif;
}

.site-footer .footer-location .footer-social i {
    color: #b9c242;
    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 #b27d26;
    color: #b27d26;
}

.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: 30px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.site-footer .submit {
    color: #fff;
    border: none;
    width: 100%;
    padding: 15px 0;
}

.site-footer p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 20px;
    padding: 0px 0;
}

.site-footer .contact-info .more {
    color: #fff;
}

.site-footer .footer-top {
    padding-bottom: 50px;
}

.site-footer .footer-top h2 {
    font-size: 45px;
    font-weight: 600;
    margin-bottom: 0;
    color: #fff;
    text-transform: capitalize;
}

.site-footer .footer-nav.quick-link {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    padding: 20px 0;
}

.site-footer .footer-nav.quick-link li::before {
    display: none;
}

.site-footer .footer-nav.quick-link li {
    display: inline-block;
    position: relative;
    color: #fff;
    margin: 0 15px;
    float: none;
    font-size: initial;
    width: auto;
    padding-left: 0;
}

.site-footer .footer-nav.quick-link li a {
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 17px;
    padding-left: 0px;
}


.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0 5px 0;
}

.copyright p.special {
    float: none;
}

.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
    font-size: 15px;
    padding-bottom: 0;
    border-top: 1px solid #6b6b6b;
    padding-top: 15px;
}

.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

/********************inner-banner*********************/

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/infoBg.jpg);
    background-size: cover;
    background-position: center;
    height: 300px;
    position: relative;
}

.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: 50%;
    left: 12%;
    transform: translate(0%, -50%);
}

.breadcrumb-wrapper .shell h1,
.breadcrumb-wrapper1 .shell h2,
.breadcrumb-wrapper2 .shell h2 {
    font-size: 50px;
    margin-bottom: 0;
    font-weight: 600;
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0px;
}



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

.inner-about-wrap {
    padding: 60px 0 60px 0;
    margin-top: 0px;
}

.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;
}

.inner-about-wrap .about-cont h2 {
    font-weight: 600;
    font-size: 30px;
    color: #b9c242;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
    display: inline;
}

.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    color: #b9c242;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}

.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-bottom: 10px;
    line-height: 25px;
    color: #636F77;
    font-size: 15px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 100%;
    margin-left: 0;
    border-radius: 20px;
    overflow: hidden;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
}

.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;
}

.inner-about-wrap .about-list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    margin-left: 0px;
    width: 100%;
}

.inner-about-wrap .about-list ul li {
    color: #09AB4C;
    background-image: linear-gradient(45deg, #09AB4C, #1D7699 70%, #1D7699 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 0;
    font-weight: 500;
}

.inner-about-wrap .about-list ul li i {
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #88d113;
    padding: 0;
    background-image: none;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.inner-about-wrap .about-list {
    position: relative;
    margin-top: 40px;
}
.inner-about-wrap .about-list.part2 .image img {
    /* height: 400px; */
    object-fit: cover;
    border-radius: 20px;
	width: 100%;
}
.inner-about-wrap .about-list .heading h2{
    font-size: 25px;
    margin-bottom: 30px;
    text-align: center;
}
.inner-about-wrap .about-box {
    display: block;
    margin-top: 30px;
    transition: 0.4s;
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    position: relative;
    text-align: left;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    min-height: 142px;
}
.inner-about-wrap .about-box .image img{
    width: 100%;
    transition: 0.4s;
}
.inner-about-wrap .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #b9c242;
}   
.inner-about-wrap .about-box .content p {
    font-size: 15px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
}


/****************** about-us-page2 ******************/


.about-us-page .about-banner {
    position: relative;
    background: linear-gradient(rgba(0, 0, 0, 0.55), rgba(0, 0, 0, 0.55)),
                url('https://www.bainspropertymaintenance.au/wp-content/uploads/2025/08/gwr2.webp');
    background-size: cover;
    background-position: center;
    padding: 70px 0;
    min-height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.about-us-page .about-banner h1 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
}

.about-us-page .banner-subtitle {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    opacity: 0.9;
    margin: 0;
}

/* About Company Section */
.about-us-page .about-company-section {
    padding: 15px;
    background-color: #ffffff;
}

.about-us-page .section-title {
    font-size: 36px;
    font-weight: 400;
    color: #464646;
}

.about-us-page .about-company-section .section-title {
    padding-bottom: 10px;
    margin-bottom: 25px;
    border-style: dashed;
    border-color: #dcdcdc;
    border-width: 0 0 1px 0;
    max-width: calc(50% - 15px);
}

@media (max-width: 991px) {
    .about-us-page .about-company-section .section-title {
        max-width: 100%;
    }
}

.about-us-page .text-highlight {
    color: #b9c242;
    font-weight: 700;
}

.about-us-page .about-content {
    padding-right: 30px;
}

.about-us-page .content-heading {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 15px;
}

.about-us-page .about-content p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 15px;
    text-align: justify;
}

/* Before/After Image Slider */
.about-us-page .before-after-container {
    margin-left: 20px;
}

.about-us-page .before-after-slider {
    position: relative;
    width: 100%;
    height: 450px;
    overflow: hidden;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);
}

.about-us-page .before-image,
.about-us-page .after-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.about-us-page .before-image img,
.about-us-page .after-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-us-page .after-image {
    clip-path: inset(0 0 0 50%);
}

.about-us-page .slider-handle {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background-color: #ffffff;
    transform: translateX(-50%);
    cursor: ew-resize;
    z-index: 10;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.about-us-page .slider-handle::before,
.about-us-page .slider-handle::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 2px;
    height: 100%;
    background-color: #ffffff;
}

.about-us-page .slider-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background-color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    cursor: ew-resize;
}

.about-us-page .slider-circle i {
    font-size: 14px;
    color: #333333;
}

.about-us-page .slider-input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 20;
}

/* Slider hover effects */
.about-us-page .before-after-slider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color 0.3s ease;
    z-index: 5;
    pointer-events: none;
}

.about-us-page .before-after-container:hover .before-after-slider::before {
    background-color: rgba(0, 0, 0, 0.3);
}

.about-us-page .before-after-container:hover .slider-handle {
    opacity: 1;
}

/* Before - After Labels */
.about-us-page .image-label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 8px 20px;
    background-color: rgba(255, 255, 255, 0.9);
    color: #333;
    font-size: 14px;
    font-weight: 600;
    border-radius: 2px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 6;
    pointer-events: none;
}

.about-us-page .before-label {
    left: 20px;
}

.about-us-page .after-label {
    right: 20px;
}

.about-us-page .before-after-container:hover .image-label {
    opacity: 1;
}

/* Stats Section */
.about-us-page .stats-section {
    background-image: url('../images/testiBg.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}

.about-us-page .stat-item {
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding: 30px;
    border: 1px solid #e6e6e6;
    border-radius: 1px;
    box-shadow: 0 2px 3px rgba(50, 50, 50, 0.1);
    background-color: #ffffff;
}

.about-us-page .stat-icon {
    width: 55px;
    height: 55px;
    min-width: 55px;
    background-color: #b9c242;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-us-page .stat-icon i {
    font-size: 24px;
    color: #ffffff;
}

.about-us-page .stat-content {
    display: flex;
    flex-direction: column;
}

.about-us-page .stat-number {
    font-size: 28px;
    font-weight: 700;
    color: #333333;
    margin: 0;
    line-height: 1.2;
}

.about-us-page .stat-label {
    font-size: 14px;
    color: #666666;
    margin: 0;
}

/* Clients Section */
.about-us-page .clients-section {
    padding: 60px 0 80px;
    background-color: #ffffff;
}

.about-us-page .clients-section .section-title {
    margin-bottom: 15px;
}

.about-us-page .clients-subtitle {
    font-size: 15px;
    color: #666666;
    max-width: 550px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.about-us-page .clients-logos {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0 40px;
}

.about-us-page .client-logo {
    background-color: #ffffff;
    border: 4px solid #e8e8e8;
    border-radius: 8px;
    padding: 20px 25px;
    flex: 1;
    min-height: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.about-us-page .client-logo:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-color: #b9c242;
}

.about-us-page .client-logo img {
    max-width: 130px;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(0);
    transition: filter 0.3s ease;
}

/* Responsive Styles */
@media (max-width: 991px) {
    .about-us-page .about-banner h1 {
        font-size: 40px;
    }
    
    .about-us-page .section-title {
        font-size: 30px;
    }
    
    .about-us-page .about-content {
        padding-right: 0;
        margin-bottom: 40px;
    }
    
    .about-us-page .before-after-container {
        margin-left: 0;
    }
    
    .about-us-page .before-after-slider {
        height: 350px;
    }
    
    .about-us-page .stat-item {
        margin-bottom: 25px;
    }
    
    .about-us-page .clients-logos {
        flex-wrap: wrap;
        justify-content: center;
        padding: 0 20px;
    }
    
    .about-us-page .client-logo {
        flex: 0 0 calc(33.333% - 15px);
    }
}

@media (max-width: 767px) {
    .about-us-page .about-banner {
        padding: 50px 0;
        min-height: 180px;
    }
    
    .about-us-page .about-banner h1 {
        font-size: 32px;
    }
    
    .about-us-page .banner-subtitle {
        font-size: 14px;
    }
    
    .about-us-page .section-title {
        font-size: 26px;
    }
    
    .about-us-page .title-underline {
        width: 200px;
    }
    
    .about-us-page .before-after-slider {
        height: 300px;
    }
    
    .about-us-page .slider-circle {
        width: 40px;
        height: 40px;
    }
    
    .about-us-page .slider-circle i {
        font-size: 12px;
    }
    
    .about-us-page .stat-number {
        font-size: 22px;
    }
    
    .about-us-page .stat-icon {
        width: 45px;
        height: 45px;
        min-width: 45px;
    }
    
    .about-us-page .stat-icon i {
        font-size: 20px;
    }
    
    .about-us-page .client-logo {
        padding: 15px 20px;
        flex: 0 0 calc(50% - 10px);
        min-height: 70px;
    }
    
    .about-us-page .client-logo img {
        max-width: 100px;
        max-height: 40px;
    }
    
    .about-us-page .clients-logos {
        gap: 15px;
        padding: 0 15px;
    }
}

@media (max-width: 575px) {
    .about-us-page .about-banner h1 {
        font-size: 28px;
    }
    
    .about-us-page .before-after-slider {
        height: 250px;
    }
    
    .about-us-page .stat-item {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .about-us-page .client-logo {
        min-width: 100px;
        padding: 12px 15px;
    }
}

/*********************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*******************/

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

.form_bg {
    position: relative;
    padding: 30px;
    z-index: 2;
    text-align: center;
    border-radius: 0;
    overflow: hidden;
    background-color: rgb(185 194 66 / 36%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

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

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

.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: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    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: #000;
    padding: 10px 30px;
    font-size: 15px;
    background-color: #fff;
    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: #fff;
}

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

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

.contact-item {
    position: relative;
    padding: 15px;
    z-index: 2;
    text-align: left;
    border-radius: 0;
    overflow: hidden;
    background-color: rgb(185 194 66 / 36%);
    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: #000;
}

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

.map_section {
    margin-top: 0;
}

.map_section iframe {
    border: 1px solid #cbcbcb;
    height: 450px;
    margin-bottom: 0;
    overflow: hidden;
    padding: 5px;
    width: 100%;
    background: #fff;
}



/******************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;
}
.modal-header .btn-close {
    float: right;
    margin-top: -30px;
}



.service-offered-wrap {
    padding: 80px 0 20px 0;
    background-color: #fff;
}

.service-offered-wrap .content {
    margin-bottom: 40px;
}

.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: 22px;
}

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


.inner-contact-wrap1 .info {
    display: grid;
    grid-template-columns: 30% 70%;
    align-items: center;
    margin: 30px 0;
    grid-gap: 30px;
    max-width: 100%;
}

.inner-contact-wrap1 .info.part2 {
    display: block;
    grid-template-columns: initial;
}

.combined-wraper2 .left-side .info .box,
.inner-contact-wrap1 .info .box {
    background: #0B8FBC;
    background: linear-gradient(90deg, rgba(11, 143, 188, 1) 0%, rgba(0, 42, 72, 1) 100%);
    border-radius: 20px;
    padding: 15px;
    color: #fff;
}

.combined-wraper2 .left-side .info .box i,
.inner-contact-wrap1 .info .box i {
    padding-right: 7px;
}

.combined-wraper2 .left-side .info .box p,
.inner-contact-wrap1 .info .box p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}

.combined-wraper2 .left-side .info .box a,
.inner-contact-wrap1 .info .box a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}


.inner-contact-wrap2 {
    position: relative;
    background-color: #efefef;
    padding: 100px 0;
    margin-bottom: 60px;
}

.inner-contact-wrap2 .image img {
    width: 100%;
}

.inner-contact-wrap2 .about-box {
    background-color: #002a48;
    border-radius: 20px;
    padding: 40px;
    position: relative;
    margin-top: 20px;
}

.inner-contact-wrap2 .about-box .content {
    width: 80%;
}

.inner-contact-wrap2 .about-box .content h4 {
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: 600;
    color: #fff;
}

.inner-contact-wrap2 .about-box .content p {
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.inner-contact-wrap2 .about-box .image2 {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    right: 0;
    width: 25%;
}

.inner-contact-wrap2 .about-box .more:hover {
    background-color: #000;
    color: #fff;
}

.inner-contact-wrap2 .about-box .more {
    color: #fff;
}

.inner-contact-wrap2 .contact-sec {
    position: relative;
    padding: 20px;
    border: 1px solid #dbdbdb;
    border-radius: 20px;
    overflow: hidden;
    background-color: #fff;
}

.inner-contact-wrap2 .contact-form {
    position: relative;
    z-index: 9;
}

.info-wrap form p {
    color: #fff;
    font-size: 15px;
}

.inner-contact-wrap2 form .form-group {
    margin-bottom: 20px;
}

.inner-contact-wrap2 form .form-group label {
    font-weight: 600;
}

.inner-contact-wrap2 .contact-sec h4 {
    text-align: center;
    color: #00447E;
    font-weight: 600;
    padding: 30px 0 15px 0;
    position: relative;
    z-index: 9;
    margin-bottom: 0;
}

.inner-contact-wrap2 .contact-sec .num {
    text-align: center;
    display: block;
    margin: 0;
    color: #000;
    padding: 0;
    font-size: 50px;
    text-decoration: none;
    position: relative;
    z-index: 9;
    font-weight: 700;
}

.inner-contact-wrap2 .contact-wrap .submit-btn {
    text-align: left;
    margin-top: 20px;
}

.inner-contact-wrap2 .submit-btn .submit {
    color: #fff;
    border: none;
}

.inner-contact-wrap2 .form-control {
    display: block;
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #000;
    background-color: #E9E9E9;
    background-image: none;
    border: 1px solid #e5e5e5;
    box-shadow: none;
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.inner-contact-wrap2 textarea {
    height: 100px !important;
}

.inner-contact-wrap2 .form-control::-webkit-input-placeholder {
    /* Edge */
    color: #000;
}

.inner-contact-wrap2 .form-control:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #000;
}

.inner-contact-wrap2 .form-control::placeholder {
    color: #000;
}


.about-us-wrapper .heading h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #002A48;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}


.combined-wraper2 {
    background-color: #fff;
    padding: 10px 0 0px 0;
}
.combined-wraper2 .heading {
    position: relative;
    margin-bottom: 40px;
}

.combined-wraper2 .heading h4 {
    position: relative;
    font-size: 20px;
    color: #000;
    padding-left: 30px;
    text-transform: uppercase;
}

.combined-wraper2 .heading h4::before {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    background: url(../images/paint.png) no-repeat;
    width: 3%;
    height: 30px;
    background-size: 100%;
}

.combined-wraper2 .heading h2 {
    font-weight: 600;
    font-size: 40px;
    padding: 5px 0;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.combined-wraper2 .faq-btn{
    float: right;
}
.combined-wraper2 .faq-btn .more{
    color: #fff;
}
.combined-wraper2 .left-side h2 {
    font-size: 35px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #034567;
}

.combined-wraper2 .left-side p {
    font-size: 18px;
    font-weight: 400;
    color: #373333;
}

.combined-wraper2 .accordion {
    position: relative;
    margin-right: 0px;
}

.combined-wraper2 .accordion .accordion-item {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid #cbcbcb;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 20px;
}

.combined-wraper2 .accordion .accordion-item h2 {
    font-size: initial;
    line-height: initial;
    color: #000;
    margin-bottom: initial;
    font-weight: initial;
}

.combined-wraper2 .accordion .accordion-button{
    font-size: 18px;
    font-weight: 500;
    background-color: #b9c242;
    color: #000;
    border: none;
    display: block;
    border-radius: 0px;
    box-shadow: none;
    border-bottom: 1px solid #cbcbcb;
}
.combined-wraper2 .accordion .accordion-button i{
    color: #fff;
    font-size: 14px;
    border-radius: 50%;
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #158ECF;
    padding: 0;
    float: right;
}
.combined-wraper2 .accordion .accordion-body{
    background-color: #e5e5e5;
}
.combined-wraper2 .accordion .accordion-body p {
    font-size: 18px;
    margin-bottom: 0;
    font-weight: 400;
    color: #000;
}

.combined-wraper2 .left-side .info,
.inner-contact-wrap1 .info {
    display: grid;
    grid-template-columns: 43% 53%;
    align-items: center;
    margin: 30px 0;
    grid-gap: 30px;
    max-width: 100%;
}

.inner-contact-wrap1 .info.part2 {
    display: block;
    grid-template-columns: initial;
}

.combined-wraper2 .left-side .info .box,
.inner-contact-wrap1 .info .box {
    background-color: #6D2773;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
}

.combined-wraper2 .left-side .info .box i,
.inner-contact-wrap1 .info .box i {
    padding-right: 7px;
}

.combined-wraper2 .left-side .info .box p,
.inner-contact-wrap1 .info .box p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.combined-wraper2 .left-side .info .box a,
.inner-contact-wrap1 .info .box a {
    font-size: 19px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.combined-wraper2 .left-side .image {
    margin-top: 30px;
}

.combined-wraper2 .left-side .image img {
    width: 100%;
}

.combined-wraper2 .right-side {
    padding: 0;
    color: #fff;
    margin-left: 0;
}

.combined-wraper2 .right-side h2 {
    font-size: 40px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 500;
}

.combined-wraper2 .right-side .accordion-button::after {
    display: none;
}

.combined-wraper2 .right-side .accordion .fa {
    margin-right: 0.5rem;
    float: right;
    color: #fff;
    margin-top: 6px;
}



.combined-wraper3 {
    padding: 100px 0 100px 0;
    background: linear-gradient(rgb(0 0 0 / 63%), rgb(0 0 0 / 83%)), url(../images/portfolioImg2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    position: relative;
    background-size: cover;
}

.map-wrapper {
    justify-content: center;
    align-items: center;
    width: 55%;
    display: flex;
    position: absolute;
    inset: 0% 0% 0% auto;
    overflow: hidden;
}

.map-img-wrapper {
    width: 100%;
    height: 100%;
}

.map-img-wrapper .map-img {
    object-fit: cover;
    object-position: 50% 50%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
}

.map-circle-img {
    z-index: 2;
    opacity: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: opacity .6s;
    position: absolute;
}

@media only screen and (max-width: 475px) {
    .map-wrapper {
        display: none;
    }

    .testimonials-section .test-img {
        margin-bottom: 20px;
    }

    .service-wrap2 .btn-more a {
        display: block;
        margin-bottom: 10px;
    }
}

.combined-wraper3 .left-side h4 {
    color: #fff;
    font-size: 20px;
}

.combined-wraper3 .left-side h2 {
    font-size: 45px;
    line-height: 60px;
    margin-bottom: 20px;
    font-weight: 500;
    color: #09AB4C;
    background-image: linear-gradient(45deg, #09AB4C, #1D7699 70%, #1D7699 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.combined-wraper3 .left-side p {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.combined-wraper3 .accordion {
    position: relative;
    margin-right: 0px;
    padding: 10px;
    border-radius: 10px;
    background-color: #0000008a;
}

.combined-wraper3 .accordion .accordion-item {
    background-color: transparent;
    border: none;
    border-radius: 0px;
    overflow: hidden;
    margin: 25px 0;
    border-bottom: 1px solid #ffffff7a;
}

.combined-wraper3 .accordion .accordion-item h2 {
    font-size: initial;
    line-height: initial;
    color: #fff;
    margin-bottom: initial;
    font-weight: initial;
    background-image: linear-gradient(45deg, #ffffff, #1D7699 70%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff;
}

.combined-wraper3 .accordion .accordion-button {
    font-size: 18px;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    border: none;
    display: block;
    padding: 0;
    box-shadow: none;
}

.combined-wraper3 .accordion .accordion-button i {
    float: right;
    position: relative;
    top: 3px;
}

.combined-wraper3 .accordion .accordion-body p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}

.combined-wraper3 .left-side .info,
.inner-contact-wrap1 .info {
    display: grid;
    grid-template-columns: 43% 53%;
    align-items: center;
    margin: 30px 0;
    grid-gap: 30px;
    max-width: 100%;
}

.inner-contact-wrap1 .info.part2 {
    display: block;
    grid-template-columns: initial;
}

.combined-wraper3 .left-side .info .box,
.inner-contact-wrap1 .info .box {
    background-color: #6D2773;
    border-radius: 20px;
    padding: 15px;
    color: #fff;
}

.combined-wraper3 .left-side .info .box i,
.inner-contact-wrap1 .info .box i {
    padding-right: 7px;
}

.combined-wraper3 .left-side .info .box p,
.inner-contact-wrap1 .info .box p {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.combined-wraper3 .left-side .info .box a,
.inner-contact-wrap1 .info .box a {
    font-size: 22px;
    font-weight: 600;
    text-decoration: none;
    color: #fff;
}

.combined-wraper3 .left-side .image {
    margin-top: 30px;
}

.combined-wraper3 .left-side .image img {
    width: 100%;
}

.combined-wraper3 .right-side {
    background-color: #6D2773;
    border-radius: 20px;
    padding: 35px;
    color: #fff;
    margin-left: 50px;
}

.combined-wraper3 .right-side h2 {
    font-size: 50px;
    line-height: 60px;
    color: #fff;
    margin-bottom: 50px;
    font-weight: 500;
}

.combined-wraper3 .right-side .accordion-button::after {
    display: none;
}

.combined-wraper3 .right-side .accordion .fa {
    margin-right: 0.5rem;
    float: right;
    color: #fff;
    margin-top: 6px;
}


.inner-service-feature-wrap .about-list {
    height: 410px;
    overflow-x: hidden;
}


.service-areas-section {
    padding: 60px 0;
    background-color: #ffffff;
}

a.service-area-item {
    display: flex;
    align-items: center;
    padding: 12px 15px;
    border: 1px solid #b9c242;
    border-radius: 4px;
    margin-bottom: 10px;
    background-color: #b9c242;
    transition: all 0.3s ease;
    text-decoration: none;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}

a.service-area-item:hover {
    border-color: #000;
    box-shadow: 0 2px 8px rgba(162, 192, 70, 0.15);
    text-decoration: none;
}

.service-area-item i{
    color: #000;
    font-size: 1.2rem;
    margin-right: 12px;
}

.service-area-item span {
    font-size: 20px;
    font-weight: 500;
    color: #000;
}


.inner-area-wrap iframe{
    width: 100%;
    height: 350px !important;
}
.inner-area-wrap .right-sec{
    width: 100%;
    height: 100%;
}
.inner-area-wrap .right-sec #sticky {
  position: sticky;
  top: 70px;
}
.inner-area-wrap .right-sec .about-form {
    position: relative;
    padding: 35px;
    background: url(../images/formBg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.inner-area-wrap .right-sec .about-form h4 {
    font-weight: 400;
    font-size: 30px;
    color: #000;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 1px dashed #fff;
    padding-bottom: 15px;
}

.inner-area-wrap .right-sec .about-form h4 span {
    color: #fff;
    font-weight: 600;
}
  .inner-area-wrap .right-sec .submit-btn {
    text-align: left;
  }
.inner-area-wrap .right-sec .submit-btn .submit {
    display: inline-block;
    text-decoration: none;
    color: #0b3d2c;
    padding: 12px 40px;
    font-size: 18px;
    background-color: #E6AF5D;
    transition: 0.4s;
    border-radius: 0;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}
.inner-area-wrap .right-sec .form-group{
    margin-bottom: 20px;
}
.inner-area-wrap .right-sec .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 15px;
    line-height: 1.42857143;
    color: #000;
    background-color: #F6F4F5;
    background-image: none;
    border: none;
    border-bottom: none;
    border-top: none;
    border-radius: 0;
    box-shadow: none;
    transition: border-color 
ease-in-out .15s, box-shadow 
ease-in-out .15s;
}
.inner-area-wrap .right-sec textarea {
    height: 80px !important;
    border-radius: 5px;
    padding-top: 12px !important;
}
  .inner-area-wrap .right-sec .form-control::-webkit-input-placeholder { /* Edge */
  color: #000;
  }
  .inner-area-wrap .right-sec .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #000;
  }
  .inner-area-wrap .right-sec .form-control::placeholder {
  color: #000;
  }