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

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

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

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

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

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

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

body {
    margin: 0 !important;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Mundial';
}

img {
    display: block;
    max-width: 100%;
    height: auto;
}
.more {
    color: #fff;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #D33327;
    margin: 0 5px;
    text-decoration: none;
    text-transform: capitalize;
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: 0.4s;
    display: inline-block;
}
.more:hover{
    background-color: #2D2A6D;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.site-header {
    position: relative;
    width: 100%;
    border-top: none;
    margin-bottom: 0;
    top: 0;
    left: 0;
    z-index: 999;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+20,efefef+100&0.5+0,0.5+100 */
    background-color: rgb(0, 0, 0, 0, 6);
}
.site-header .toppest-bar .content p {
    font-size: 14px;
    margin-bottom: 0;
    color: #00447E;
}

.site-header .toppest-bar {
    padding: 5px 0;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #e7e7e7;
}

.site-header .toppest-bar .top-info2 {
    display: flex;
    align-items: center;
    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: #009FE3;
    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 {
    color: #009FE3;
    text-decoration: none;
    font-size: 14px;
    padding-left: 5px;
}

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

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

.site-header .top-social a i {
    color: #00447E;
    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: 0;
    background-color: #fff !important;
    margin-top: 0px;
}

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

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

.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: #009FE3;
    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: #009FE3;
    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: #009FE3;
    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: #000;
    padding-right: 18px;
    padding-left: 18px;
    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: #D33327;
}

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

.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 .more img{
    margin-right: 10px;
}
.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: #2D2A6D;
    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;
}
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}



.main-slider {
    position: relative;
    padding: 150px 0 150px 0;
    background: url(../images/banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    overflow: hidden;
}
.main-slider .desktop-banner{
    position: relative;
}
.main-slider .banner-content{
    margin-top: 0%;
    padding: 20px;
}
.main-slider .banner-content h4 {
    color: #D33327;
    font-size: 20px;
    font-weight: 500;
    text-transform: capitalize;
}
.main-slider .banner-content h2 {
    color: #2D2A6D;
    font-size: 65px;
    font-weight: 700;
}
.main-slider .banner-content p{
    color: #000;
    font-size: 18px;
    margin-bottom: 0;
}
.main-slider .banner-btn .more{
    color: #fff;
}
.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity 1s ease-in-out;
}
.carousel-fade .carousel-item.active {
    opacity: 1;
}
/* .main-slider .banner-content .more:hover{
    background-color: #fff;
    color: #000;
} */
.main-slider .carousel-inner{
    padding-bottom: 0px;
}
.main-slider .carousel-caption {
    position: relative;
    right: 0;
    bottom: 0px;
    left: inherit;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 0px;
    color: #fff;
    text-align: right;
    top: 0;
    width: 100%;
}
.main-slider .carousel-indicators {
    bottom: 0px;
}
.main-slider .carousel-indicators .active{
    background-color: #c26e0c;
    height: 50px;
}
.main-slider .carousel-indicators {
    position: absolute;
    right: -160%;
    bottom: 40%;
    left: inherit;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    align-items: center;
    display: inline-block;
    margin: 0;
}
.main-slider .carousel-indicators li {
    box-sizing: initial;
    -ms-flex: initial;
    flex: initial;
    width: 8px;
    height: 35px;
    margin: 10px 0px;
    text-indent: initial;
    /* text-align: center; */
    cursor: pointer;
    background-color: #333333;
    background-clip: initial;
    border-top: none;
    border-bottom: none;
    opacity: 1;
    border-radius: 5px;
}



.about-wrap {
    padding: 60px 0 0px 0;
    margin-top: 0px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
}
.about-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: -25%;
    left: 14%;
    width: 15%;
    height: 154%;
    background: #00ACE3;
    background: linear-gradient(240deg, rgba(0, 172, 227, 0) 0%, rgba(168, 168, 222, 0.3) 100%);
    z-index: 0;
    transform: rotate(45deg);
}
.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: 700;
    font-size: 55px;
    padding: 5px 0;
    color: #2D2A6D;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}
.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: 24px;
    color: #737373;
    font-size: 16px;
}

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


.counter-wrap {
    position: relative;
    padding: 60px 0;
    height: auto;
    z-index: 9;
    background-color: #F0EFFF;
}

.counter-wrap .counter-box {
    position: relative;
    overflow: hidden;
    min-height: auto;
    text-align: center;
}
.counter-wrap .counter-box .image{
    background-color: #94d96b;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
}
.counter-wrap .counter-box #counter {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.counter-wrap .counter-box #counter li {
    font-weight: 500;
    color: #ffb003;
}

.counter-wrap .counter-box #counter span{
    font-weight: 700;
    font-size: 40px;
    color: #000;
}

.counter-wrap .counter-box #counter span.sign{
    font-size: 37px;
    position: relative;
    display: inline-block;
    top: 0;
    left: 0px;
}

.counter-wrap .counter-box p {
    line-height: inherit;
    color: #696969;
    font-size: 18px;
    margin-bottom: 0;
}



.service-wrap{
    position: relative;
    padding: 60px 0 100px 0;
    background: url(../images/serviceBg.webp) no-repeat;
    background-position: center;
    background-size: cover;
}
.service-wrap .heading {
    text-align: center;
    margin-bottom: 0px;
    color: #000;
    padding-left: 0;
}
.service-wrap .heading h4 {
    font-size: 18px;
    color: #D33327;
    position: relative;
}
.service-wrap .heading h2{
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
        color: #2D2A6D;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
#service-slider .owl-stage-outer{
    padding: 40px 0 0 0;
}
.service-wrap .service-box {
    position: relative;
    border-radius: 20px;
    transition: 0.4s;
    margin: 10px;
    box-shadow: 0px 0px 6px 0px #62626233;
    overflow: hidden;
    background-color: #fff;
}
.service-wrap .service-box .image{
    padding: 0px;
    overflow: hidden;
    border-bottom-left-radius: 90px;
}

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

.service-wrap .service-box .service-cont {
    position: relative;
    padding: 0px 20px 20px 20px;
    color: #fff;
    height: auto;
    text-align: left;
    min-height: auto;
    width: 100%;
    margin-top: -30px;
}
.service-wrap .service-box .service-cont .icon {
    width: 16%;
    background-color: #d33327;
    padding: 9px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.service-wrap .service-box .service-cont p {
    font-size: 14px;
    padding: 10px 0;
    color: #000;
    margin-bottom: 0;
}

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

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

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

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

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


.project-wrap {
    position: relative;
    padding: 80px 0 40px 0;
}
.project-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background-color: #2D2A6D;
}
.project-wrap .heading {
    position: relative;
    text-align: left;
    margin: 0 auto;
    z-index: 9;
}

.project-wrap .heading h4 {
    font-size: 18px;
    color: #D33327;
    position: relative;
    display: inline-block;
}
.project-wrap .heading h2{
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
        color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 40px;
}
.project-wrap .heading p{
    color: #fff;
    margin-bottom: 0;
}

.project-wrap .service-box {
    position: relative;
    border-radius: 10px;
    transition: 0.4s;
    margin-bottom: 20px;
    overflow: hidden;
    z-index: 9;
}
.project-wrap .service-box .image {
    padding: 0px;
    border-radius: 10px;
    overflow: hidden;
}

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

.project-wrap .service-box .service-cont {
    position: absolute;
    clear: both;
    content: "";
    bottom: 10px;
    left: 8px;
    padding: 15px;
    color: #fff;
    text-align: center;
    width: 95%;
    z-index: 9;
    background: #CDCBFB;
    background: linear-gradient(90deg, rgba(205, 203, 251, 1) 0%, rgba(248, 248, 255, 1) 100%);
    border-radius: 10px;
}

.project-wrap .service-box .service-cont p {
    font-size: 13px;
    padding: 15px 0;
    color: #000;
}

.project-wrap .service-box .service-cont h4 {
    font-weight: 600;
    position: relative;
    font-size: 22px;
    color: #2d2a6d;
    margin-bottom: 15px;
}
.project-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.project-wrap .service-cont .more {
    color: #fff;
}


.area-wrap {
    padding: 30px 0 60px 0;
    position: relative;
    overflow: hidden;
}
.area-wrap::after {
    position: absolute;
    clear: both;
    content: "";
    top: -25%;
    left: 14%;
    width: 15%;
    height: 154%;
    background: #00ACE3;
    background: linear-gradient(240deg, rgba(0, 172, 227, 0) 0%, rgba(168, 168, 222, 0.2) 100%);
    z-index: 0;
    transform: rotate(45deg);
}
.area-wrap .specialised-cleaning-wrapper{
        position: relative;
    z-index: 9;
}
.area-wrap .heading {
    position: relative;
    text-align: left;
    margin-bottom: 50px;
    z-index: 9;
}

.area-wrap .heading h4 {
    font-size: 18px;
    color: #D33327;
    position: relative;
    display: inline-block;
}
.area-wrap .heading h2{
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
        color: #2D2A6D;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.area-wrap .heading p{
    color: #696969;
    margin-bottom: 0;
}
.area-wrap .home-area ul {
    padding-left: 15px;
    display: inline-block;
    position: relative;
    z-index: 9;
    margin: 0;
}
.area-wrap .home-area ul li a {
    color: #000;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 15px;
    display: inline-block;
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials{
    position: relative;
    padding: 60px 0;
    background-color: #F2F2FD;
}
.testimonials .heading {
    text-align: center;
    margin-bottom: 50px;
    color: #000;
    padding-left: 0;
}
.testimonials .heading h4 {
    font-size: 18px;
    color: #D33327;
    position: relative;
}
.testimonials .heading h2{
    font-weight: 700;
    font-size: 40px;
    padding: 5px 0;
        color: #2D2A6D;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.testimonials .heading p{
    color: #646464;
}
.testimonials .owl-stage-outer{
    padding: 20px 0;
}
.testimonials .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;
}
.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;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #646464;
	font-family: "Tenor Sans", sans-serif;
}
.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: #fff;
    background-color: #2D2A6D;
    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: #fff;
    background-color: #2D2A6D;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50%;
    position: absolute;
    clear: both;
    content: "";
    right: -2%;
    top: 45%;
    z-index: 9;
    margin: 0;
}


  
.site-footer {
    position: relative;
    background-color: #060525;
    margin-top: 0;
}
.site-footer .footer-sec{
    position: relative;
    padding: 40px 0 20px 0;
}
.site-footer .container{
    position: relative;
    z-index: 9;
}
.site-footer .logo {
    display: block;
    width: 29%;
    margin-top: 0px;
    margin-bottom: 10px;
    background-color: #fff;
}
.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: 13px;
    font-weight: 500;
    font-size: 13px;
  }
  .site-footer .footer-location li a {
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}
.site-footer .footer-location li i {
    padding-top: 4px;
    padding-right: 12px;
    color: #D33327;
}
.site-footer .footer-social {
    /* padding-left: 88px; */
    padding: 0;
    margin: 0;
    display: flex;
    width: 100%;
    align-items: center;
    position: relative;
    z-index: 1;
}
  .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;
    display: inline-block;
}

.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: 24px;
    color: #D33327;
    text-transform: capitalize;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 15px;
}
.site-footer .footer-nav li::before {
    position: absolute;
    font-family: FontAwesome;
    content: "\f0a9";
    left: 0;
    top: 0px;
    color: #D33327;
    font-size: 13px;
    z-index: 9;
}

.site-footer .footer-nav li a{
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    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: #D33327;
    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 #D33327;
    color: #D33327;
}
.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: #D33327;
    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: #fff;
    font-size: 14px;
    margin-bottom: 20px;
    font-weight: 400;
}

            
.copyright {
    font-size: 13px;
    text-align: center;
    position: relative;
    padding: 15px 0;
    background-color: #D33327;
}
.copyright p.special{
    float: none;
}
.copyright p {
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    position: relative;
}
.copyright p a {
    color: #fff;
    margin: 0 5px;
    font-size: 15px;
}

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

.breadcrumb-wrapper {
    text-align: center;
    background-image: url(../images/serviceBg.png);
    background-size: cover;
    background-position: center;
    height: 400px;
    position: relative;
}
/* .breadcrumb-wrapper::before{
    position: absolute;
    clear: both;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 40 74 / 80%);
} */
.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: 10%;
    transform: translate(0%, -50%);
    text-align: left;
    width: 50%;
}

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



/***********************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-block;
}
.inner-about-wrap .about-cont h2 {
    font-weight: 700;
    font-size: 45px;
    color: #2D2A6D;
    text-transform: capitalize;
    position: relative;
    display: inline-block
}
.inner-about-wrap .about-cont h3 {
    font-weight: 600;
    font-size: 25px;
    padding: 5px 0;
    color: #02254C;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 20px;
}

.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: 15px 0;
    line-height: 24px;
    color: #202020;
    font-size: 15px;
}

.inner-about-wrap .about-img {
    position: relative;
    width: 100%;
}

.inner-about-wrap .about-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0;
    border: 5px solid #02254C;
}
.inner-about-wrap .about-cont .more {
    color: #fff;
    display: inline-block;
    border-radius: 0px;
    padding: 10px 30px;
    background-color: #009FE3;
    text-decoration: none;
    text-transform: capitalize;
    margin-top: 0px;
}
.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 {
    border-top: 1px solid #E6E6E6;
    box-shadow: 0px 30px 100px 0px rgba(164, 184.00000000000003, 195, 0.25);
    border-radius: 20px;
    padding: 30px 30px 25px 30px;
    border-left: 6px solid #d33529;
    margin: 40px 0;
}

.inner-about-wrap .about-list .list {
    color: #02254C;
    text-decoration: none;
    display: inline-block;
    font-family: "Tenor Sans", sans-serif;
    font-size: 17px;
    margin-bottom: 5px;
}

.inner-about-wrap .about-list .list i {
    color: #d33529;
    padding-right: 5px;
}

.choose-wrap{
    position: relative;
    margin-bottom: 80px;
}
.choose-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);
    min-height: 252px;
}
.choose-wrap .about-box .image {
    width: 20%;
    height: 85px;
    margin: 0 auto;
}
.choose-wrap .about-box .image img{
    width: 100%;
    transition: 0.4s;
}
.choose-wrap .about-box .image i{
        font-size: 60px;
    color: #2d2a6d;
}
.choose-wrap .about-box .content h4 {
    font-size: 22px;
    font-weight: 600;
    color: #00447E;
}   
.choose-wrap .about-box .content p {
    font-size: 16px;
    margin-bottom: 0;
    color: #52525E;
    font-weight: 500;
}


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

}


/******************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-body .form-control {
    background: #f0f0f0;
    border: none;
    height: 45.19px;
    border-radius: 4px;
}
.modal-header .btn-close {
    float: right;
    margin-top: -30px;
}
.modal-body .submit {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #d33327;
    transition: 0.4s;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}


 /*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section{
	background: #fff;
}
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:#fff;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-content .section-title{
	color: #fff;
	line-height: 43px;
	    font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-para{
	color: #fff;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon {
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #d33327;
    border-radius: 4px;
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #fff;
	     font-weight: 500;
    font-family: "Tenor Sans", sans-serif;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #fff;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
}

.contact-page-section .contact-section-form-details h3 {
    color: #2d2a6d;
    line-height: 40px;
    font-weight: 500;
    margin-bottom: 40px;
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: #000;
	font-weight: 500;
}
.contact-page-section .contact-section-form .form-control{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form .form-control:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px !important;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form .form-control::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .submit {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    padding: 12px 0px;
    font-size: 18px;
    background-color: #d33327;
    transition: 0.4s;
    border-radius: 30px;
    margin-top: 10px;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
}
.contact-page-section .contact-section-form .theme-btn:hover{
	background: #000 !important;
}
.contact-page-section .contact-section-form .primary-btn-1:hover{
		background: #000 !important;
}

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}

@media (max-width: 767.98px) { 
    
.contact-page-section .contact-section-content {
    padding: 3em 1em 1em 1em;
}
    
}



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

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


/*==========================
Projects CSS
==========================*/
.projects {
	background: #fff;
}

.projects .title-box h2{
    width: 100%;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 350px;
    object-fit: cover;
}
.projects .projects-img-wrapper{
    position: relative;
}
.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;
}
.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: #2a7d2e;
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.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: var(--text-white);
}