﻿body {
    overflow-x: hidden;
}

.about .titlepage {
    text-align: center;
    padding-bottom: 60px;
}

    .about .titlepage span {
        color: #3d3c3c;
        font-size: 17px;
        line-height: 30px;
    }

    .about .titlepage h2 {
        padding: 0px 0px 6px 0px;
        font-size: 40px;
        font-weight: bold;
        color: #050303;
        line-height: 46px;
        /*border-bottom: #0fc690 solid 1px;
    width: 410px;*/
        margin: 0 auto;
        margin-bottom: 0px;
        margin-bottom: 20px;
    }

.about .img-box figure {
    margin: 0;
    margin-bottom: 60px;
}
/*****services******/
.serviceBox {
    background: linear-gradient(transparent 30px, #e6e9ec 30px);
    font-family: 'Nunito', sans-serif;
    padding: 15px 0 20px;
    border-radius: 15px;
}

    .serviceBox .service-content {
        background: linear-gradient(#38D3FF, #1840BC);
        padding: 0 15px 15px;
        margin: 0 0 25px;
        border-radius: 15px;
        box-shadow: 0 10px 5px rgba(24, 64, 188, 0.3);
    }

    .serviceBox .service-icon {
        color: #082239;
        background-color: #e6e9ec;
        font-size: 48px;
        text-align: center;
        line-height: 85px;
        width: 80px;
        height: 80px;
        margin: 0 auto 5px;
        border-radius: 50%;
        transform: translateY(-15px);
    }

    .serviceBox .title {
        color: #fff;
        font-size: 20px;
        font-weight: 700;
        text-transform: capitalize;
        text-align: center;
        margin: 0;
    }

        .serviceBox .title:before {
            content: '';
            background-color: rgba(0,0,0,0.2);
            height: 2px;
            width: 150px;
            margin: 0 auto 10px;
            display: block;
            clear: both;
        }

    .serviceBox .description {
        font-family:'Mont';
        color: #082239;
        font-size: 17px;
        line-height: 30px;
        letter-spacing: 0.5px;
        margin: 0 15px;
    }

        .serviceBox .description:after {
            content: '';
            background: linear-gradient(to right,#38D3FF, #1840BC);
            height: 2px;
            width: 50%;
            margin: 20px auto 0;
            display: block;
            clear: both;
        }

    .serviceBox.pink .service-content {
        background: linear-gradient(#FEBF4B, #DA316C);
        box-shadow: 0 10px 5px rgba(218, 49, 108, 0.3);
    }

    .serviceBox.pink .description:after {
        background: linear-gradient(to right,#FEBF4B, #DA316C);
    }

    .serviceBox.purple .service-content {
        /*background: linear-gradient(#A86FFE, #804AF8);*/
        box-shadow: 0 10px 5px rgba(128, 74, 248, 0.3);
    }

    .serviceBox.purple .description:after {
        background: linear-gradient(to right, #A86FFE, #804AF8);
    }

    .serviceBox.blue .service-content {
        background: linear-gradient(#FEBF4B, #DA316C);
        box-shadow: 0 10px 5px rgba(218, 49, 108, 0.3);
    }

    .serviceBox.blue .description:after {
        background: linear-gradient(to right, #0083B7, #00639E);
    }

@media only screen and (max-width:990px) {
    .serviceBox {
        margin: 0 0 30px;
    }
}

.service {
    padding-top: 90px;
    padding-bottom: 60px;
    background: #f4f4f4;
}
/*********timline*********/
/***********timeline*************/
.main-timeline {
    font-family: 'PT Sans', sans-serif;
}

    .main-timeline:after {
        content: '';
        display: block;
        clear: both;
    }

    .main-timeline .timeline {
        margin: 0 -15px;
    }

    .main-timeline .timeline-content {
        color: #fff;
        text-align: center;
        display: block;
    }

        .main-timeline .timeline-content:hover {
            text-decoration: none;
        }

    .main-timeline .timeline-year {
        font-size: 40px;
        font-weight: 600;
        padding: 0 0 15px;
        margin: 0 0 60px;
        border-bottom: 2px solid #555;
        position: relative;
        z-index: 1;
    }

        .main-timeline .timeline-year:before,
        .main-timeline .timeline-year:after {
            content: '';
            background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
            height: 20px;
            width: 20px;
            border-radius: 50%;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            bottom: -10px;
        }

        .main-timeline .timeline-year:after {
            background: #555;
            height: 55px;
            width: 3px;
            border-radius: 0;
            bottom: -55px;
            z-index: -1;
        }

    .main-timeline .inner-content {
        background-color: #c79c60;
        padding: 20px 10px 10px;
        margin: 0 10px;
        box-shadow: 0 0 5px #444;
        border-radius: 0 0 40px 0;
        position: relative;
    }

        .main-timeline .inner-content:before,
        .main-timeline .inner-content:after {
            content: '';
            background: rgba(0,0,0,0.2);
            height: 40px;
            width: 25px;
            transform: translateX(-50%);
            position: absolute;
            left: 50%;
            top: -25px;
        }

        .main-timeline .inner-content:after {
            background-color: #555;
            height: 15px;
            width: 15px;
            border-radius: 50%;
            top: -20px;
        }

    .main-timeline .timeline-icon {
        font-size: 50px;
        transition: all 0.3s;
    }

    .main-timeline .timeline:hover .timeline-icon {
        transform: rotateY(360deg);
    }

    .main-timeline .title {
        font-size: 25px;
        font-weight: 600;
        margin: 0 0 15px 0;
    }

    .main-timeline .description {
        font-family:'Mont';
        color: #000;
        font-size: 17px;
        letter-spacing: 1px;
    }

    .main-timeline .timeline.blue .timeline-content {
        color: #fff;
    }

    .main-timeline .timeline.blue .timeline-year:before {
        background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    }

    .main-timeline .timeline.orange .timeline-content {
        color: #fff;
    }

    .main-timeline .timeline.orange .timeline-year:before {
        background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    }

    .main-timeline .timeline.green .timeline-content {
        color: #fff;
    }

    .main-timeline .timeline.green .timeline-year:before {
        background: linear-gradient( 280deg, var(--color1) 12.08%, var(--color2) 53.53%, var(--color3) 95.62% );
    }

@media screen and (max-width:767px) {
    .main-timeline .timeline {
        margin: 0 0 15px;
    }
}
/***********/
/*------------------------------------------------------------------
	17. TESTMONIAL 
	-------------------------------------------------------------------*/

.testmonial_section {
    background-image: url('../images/test_bg.png');
    background-size: cover;
    padding-bottom: 185px;
}

.cleaning .testmonial_section {
    background-image: url('../images/test_bg.png');
    background-size: cover;
    padding-bottom: 185px;
}
.main_heading {
    position: relative;
    margin-bottom: 65px;
}

.text_align_left {
    text-align: left;
}
p.large {
    color: #898989;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.main_heading::after {
    content: "";
    display: block;
    margin: 20px  0;
    width: 80px;
    height: 5px;
    background: #17a5e9;
}
h4 {
    font-size: 18px;
    color: #000;
    line-height: 21px;
    font-weight: 600;
    text-transform: none;
    margin: 30px 0 20px 0;
}
#testimonial_slider {
    padding-right: 70px;
}

    #testimonial_slider .carousel-indicators {
        position: absolute;
        right: 0;
        bottom: -45px;
        left: 0;
        z-index: 15;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: flex-start;
        padding-left: 0;
        margin-right: 0;
        margin-left: 0;
        list-style: none;
        margin-bottom: 0;
    }

.team_info h4 {
    margin-bottom: 0;
}

.testimonial-container {
    position: relative;
    padding-left: 180px;
}

    .testimonial-container .testimonial-photo {
        float: left;
        position: absolute;
        top: 0;
        left: 0;
        overflow: hidden;
    }

        .testimonial-container .testimonial-photo img {
            border-radius: 100%;
        }

.testimonial_qoute i {
    color: #dfdfdf;
    font-size: 135px;
}

.testimonial_qoute .text_align_left.testmonial_qoute i {
    margin-bottom: 25px;
}

.testimonial_qoute .text_align_right.testmonial_qoute i {
    margin-top: 10px;
}

.testimonial_qoute {
    float: left;
}

.heading_testi h4 {
    text-transform: uppercase;
    margin-bottom: 0;
}

.banner_slider .col-lg-7.col-md-7.col-sm-12.col-xs-12.text_align_right.pull-right img {
    margin-top: 50px;
}

.border_dottat {
    border: dotted 2px #704070;
}

.testimonial_slider_2 .testimonial_inner {
    padding: 40px;
}

.testimonial_slider_2 .heading_testi h4 {
    margin: 0;
}

.testimonial_slider_2 .carousel-indicators {
    bottom: -25px;
}

.brand_icons {
    float: left;
    width: 100%;
    margin-top: 15px;
}

    .brand_icons li {
        float: left;
        width: 20%;
    }

.member_heading h4 {
    margin-bottom: 0;
    text-transform: uppercase;
}

.team_section {
    margin-top: 20px;
}

.social_icon_style_2 ul {
    float: left;
}

    .social_icon_style_2 ul li {
        float: left;
    }

.social_icon_style_2 li {
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 5px;
    font-size: 18px;
}

.social_icon_style_2 ul li a {
    float: left;
    width: 100%;
    border: solid #e3e3e3 1px;
    border-radius: 100%;
}

    .social_icon_style_2 ul li a:hover,
    .social_icon_style_2 ul li a:focus {
        color: #fff;
    }

.testimonial_simple_say {
    background: #f6f6f6;
    padding: 50px 100px 35px;
    margin-top: 20px;
}

    .testimonial_simple_say p {
        font-size: 18px;
        line-height: normal;
        color: #000;
    }

.qoute_testimonial {
    font-size: 45px;
    position: absolute;
    margin-left: -60px;
    margin-top: -40px;
}
/**********business plan******/
/**********businesss******/
.email-signature {
    font-family: Poppins,sans-serif;
    background: linear-gradient(#FEBF4B, #DA316C);
    padding: 0px 0 108px 360px;
    /*padding: 0 0 60px 180px;*/
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
    position: relative;
}

    .email-signature .signature-img {
        /*background: linear-gradient(to right,#c79c60,#d0b084c4);*/
        width: 343px;
        height: 345px;
        /*width: 145px;
        height: 145px;*/
        padding: 10px 10px;
        overflow: hidden;
        position: absolute;
        top: 45px;
        left: 17px;
    }

        .email-signature .signature-img img {
            width: 100%;
            height: auto;
        }

    .email-signature .signature-details {
        color: #fff;
        background: linear-gradient(to right,#c79c60,#d0b084c4);
        padding: 15px 15px;
        margin-bottom: 15px;
        box-shadow: 0 3px 10px rgba(0,0,0,0.3);
    }

    .email-signature .title {
        font-size: 24px;
        font-weight: 600;
        letter-spacing: 1px;
        /*text-transform: uppercase;*/
        margin: 0 0 5px;
        display: inline-block;
    }

        .email-signature .title:after {
            /*content: '/';*/
            display: inline-block;
            margin: 0 0 0 5px;
        }

    .email-signature .post {
        font-size: 15px;
        font-weight: 600;
        letter-spacing: 1px;
        text-transform: capitalize;
        display: inline-block;
    }

    .email-signature .signature-content {
       
        text-align: center;
        color: #000;
        font-size: 18px;
        font-weight: 600;
        line-height: 35px;
        padding: 0 0 0 10px;
        margin: 0;
        list-style: none;
    }

        .email-signature .signature-content li span {
            margin: 0 6px 0 0;
        }

    .email-signature .icon {
        padding: 0;
        margin: 0;
        list-style: none;
        box-shadow: 0 -1px 10px rgba(0,0,0,0.3);
        position: absolute;
        bottom: 0;
        left: 0;
    }

        .email-signature .icon li {
            margin-right: -35px;
            display: inline-block;
            -webkit-clip-path: polygon(29% 0, 100% 0%, 69% 100%, 0% 100%);
            clip-path: polygon(29% 0, 100% 0%, 69% 100%, 0% 100%);
        }

            .email-signature .icon li:first-child {
                -webkit-clip-path: polygon(0 0, 100% 0%, 69% 100%, 0% 100%);
                clip-path: polygon(0 0, 100% 0%, 69% 100%, 0% 100%);
            }

            .email-signature .icon li a {
                color: #fff;
                background: linear-gradient(to right,#c79c60,#d0b084c4);
                font-size: 18px;
                line-height: 45px;
                height: 45px;
                padding: 0 40px;
                display: block;
                transition: all 0.3s ease 0s;
            }

                .email-signature .icon li a:hover {
                    background: linear-gradient(to right,#373c44 50%,#57606f);
                }

    .email-signature .signature-website {
        font-size: 16px;
        position: absolute;
        bottom: 10px;
        right: 20px;
    }

@media screen and (max-width:576px) {
    .email-signature {
        padding: 180px 0 75px 0;
    }

        .email-signature .signature-img {
            width: 251px;
            height: 424px;
            top: 10px;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

        .email-signature .signature-details {
            text-align: center;
        }

        .email-signature .title {
            display: block;
        }

            .email-signature .title:after {
                display: none;
            }

        .email-signature .post {
            display: block;
            margin: 0;
        }

        .email-signature .signature-content {
            padding: 0;
            margin-bottom: 7px;
            text-align: center;
        }

        .email-signature .icon {
            box-shadow: none;
            transform: translateX(-50%);
            bottom: 42px;
            left: 50%;
        }

            .email-signature .icon li {
                margin: 0 3px;
                -webkit-clip-path: none;
                clip-path: none;
            }

                .email-signature .icon li:first-child {
                    -webkit-clip-path: none;
                    clip-path: none;
                }

                .email-signature .icon li a {
                    text-align: center;
                    line-height: 30px;
                    width: 30px;
                    height: 30px;
                    padding: 0;
                }

        .email-signature .signature-website {
            transform: translateX(50%);
            right: 50%;
            bottom: 10px;
        }
}
/*********new table*/
.serviceabout {
    z-index: 1;
    position: relative;
}

    .serviceabout .service-content {
        padding: 20px;
        background: #2d2828;
        border: 2px solid #000;
        text-align: center;
        position: relative;
    }

        .serviceabout .service-content:after {
            content: "";
            width: 100%;
            height: 100%;
            background: #c79c60;
            position: absolute;
            top: 10px;
            left: 10px;
            z-index: -1;
            transition: all 0.5s ease 0s;
        }

    .serviceabout:hover .service-content:after {
        top: 0;
        left: 0;
    }

    .serviceabout .service-icon {
        display: inline-block;
        font-size: 50px;
        color: #c79c60;
        margin-bottom: 20px;
        transition: all 0.5s ease 0s;
    }

    .serviceabout:hover .service-icon {
        transform: rotateY(180deg);
    }

    .serviceabout .title {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        text-transform: uppercase;
        margin: 0 0 10px 0;
    }

    .serviceabout .description {
        font-size: 15px;
        color: #c79c60;
        line-height: 25px;
        margin-bottom: 0;
    }

@media only screen and (max-width:990px) {
    .serviceabout {
        margin-bottom: 30px;
    }
}

.table td {
    background: linear-gradient(#FEBF4B, #DA316C);
    /*background: linear-gradient(to right,#c79c60,#d0b084c4);*/
    border: 2px solid #060606 !important;
    color: #060606
}

.table th {
    background: #2d2828;
    /*background: linear-gradient(to right,#c79c60,#d0b084c4);*/
    border: 1px solid #060606 !important;
    color: #d1caca;
}

.details {
    border: 1px solid #8888888;
    padding: 10px;
    box-shadow: 5px 10px #c79c60;
    /*background-image: linear-gradient(to right, #3264f5 0%, #7202bb 51%, #3264f5 100%);*/
    background: linear-gradient(#38D3FF, #1840BC);
}
.padding_layout_1 {
    padding-top: 120px;
    padding-bottom: 115px;
}

.section {
    float: left;
    width: 100%;
}


