/*----------------------------------------*/

/*  Theme CSS
/*----------------------------------------*/



body {
    background: #fff none repeat scroll 0 0;
    color: #585757;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    text-align: left;
    overflow-x: hidden;
    line-height: 28px;
}

.float-none {
    float: none;
    margin: 0 auto;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.alignleft {
    float: left;
    margin-right: 15px;
    margin-bottom: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
    margin-bottom: 15px;
}

.aligncenter {
    display: block;
    margin: 0 auto 15px;
}

.no-padding {
    padding: 0px
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

.fix {
    overflow: hidden;
}

p {
    margin: 0 0 10px;
    color: #585757;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 5px;
    color: #555;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h1 {
    font-size: 35px;
    line-height: 54px;
}

h2 {
    font-size: 30px;
    line-height: 42px;
}

h3 {
    font-size: 25px;
    line-height: 36px;
}

h4 {
    font-size: 20px;
    line-height: 34px;
}

h5 {
    font-size: 18px;
    line-height: 30px;
}

h6 {
    font-size: 16px;
    line-height: 28px;
}

a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
}

    a:active,
    a:hover {
        outline: 0 none;
    }

    a:hover,
    a:focus {
        color: #003cc4;
        text-decoration: none;
    }

.pt10 {
    padding-top: 10px;
}

.pt20 {
    padding-top: 20px;
}

.pt30 {
    padding-top: 30px;
}

.pt40 {
    padding-top: 40px;
}

.pt50 {
    padding-top: 50px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb20 {
    padding-bottom: 20px;
}

.pb30 {
    padding-bottom: 30px;
}

.pb40 {
    padding-bottom: 40px;
}

.pb50 {
    padding-bottom: 50px;
}

.pb60 {
    padding-bottom: 60px;
}

.p10 {
    padding: 10px;
}

.p20 {
    padding: 20px;
}

.p30 {
    padding: 30px;
}

.p40 {
    padding: 40px;
}

.p50 {
    padding: 50px;
}

.mt10 {
    margin-top: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt30 {
    margin-top: 30px;
}

.mt40 {
    margin-top: 40px;
}

.mt50 {
    margin-top: 50px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb20 {
    margin-bottom: 20px;
}

.mb30 {
    margin-bottom: 30px;
}

.mb40 {
    margin-bottom: 40px;
}

.mb50 {
    margin-bottom: 50px;
}

.m10 {
    margin: 10px;
}

.m20 {
    margin: 20px;
}

.m30 {
    margin: 30px;
}

.m40 {
    margin: 40px;
}

.m50 {
    margin: 50px;
}

/*--------------------------------*/

/*  2. Header top Area
/*--------------------------------*/

.topbar-left ul li {
    display: inline-block;
}

.topbar-left {
    float: right;
}

.topbar-area {
    background: #ffffff00;
}

.topbar-left ul li a {
    color: #fff;
    display: block;
    margin-right: 20px;
    padding: 8px 0;
    text-decoration: none;
    font-size: 15px;
}

    .topbar-left ul li a i {
        color: #fff;
        font-size: 20px;
        padding-right: 7px;
    }

.quote-button {
    float: right;
}

    .quote-button .quote-btn {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 800;
        color: #fff;
        display: inline-block;
        border: 1px solid #003cc4;
        padding: 11px 20px;
        margin: 0px;
        transition: 0.4s;
        background-image: linear-gradient(141deg, #0047e7 0%, #003cc4 51%, #0449e5 75%) !important;
    }

        .quote-button .quote-btn:hover {
            background: transparent;
            color: #003cc4;
            transition: 0.4s;
        }

.slogan {
    margin-bottom: 0px;
    padding: 16px 0px;
    color: #fff;
    font-size: 16px;
}

/*----------------------------------------*/

/*  2.1 Header Bottom Area 
/*----------------------------------------*/

.header-one {
    position: absolute;
    width: 100%;
    z-index: 99;
}

.logo-bg {
    z-index: 10;
}

    .logo-bg:after {
        content: "";
        position: absolute;
        right: -100px;
        top: 0;
        border-top: 100px solid transparent;
        border-bottom: 0 solid transparent;
        z-index: 10;
    }

    .logo-bg:before {
        content: "";
        position: absolute;
        left: -90px;
        top: 0;
        z-index: 10;
        width: 90px;
        height: 100%;
    }

.logo img {
    width: 120px;
    float: left;
    margin-top: 5px;
}

.logo h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    padding: 30px;
}

.logo {
    left: 0;
}

    .logo a {
        display: inline-block;
        height: auto;
    }

.main-menu ul {
    margin-top: 25px;
}

    .main-menu ul.navbar-nav li {
        float: left;
        position: relative;
    }

    .main-menu ul.navbar-nav > li > a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #ffffff;
        font-size: 18px;
        font-weight: 500;
        padding: 20px 0px;
        text-transform: capitalize;
        font-family: 'Montserrat', sans-serif;
        margin: 0px 15px;
    }

    .main-menu ul.navbar-nav li a:hover {
        color: #f3c368;
    }

    .main-menu ul.navbar-nav > li:hover > a:before,
    .main-menu ul.navbar-nav > li.active > a::before {
        width: 100%;
    }

    .main-menu ul.navbar-nav li.active a:focus {
        color: #333;
    }

    .main-menu ul.navbar-nav li.active a {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        color: #003cc4;
        position: relative;
        z-index: 9999999;
    }

.navbar {
    border: medium none;
    margin-bottom: 0;
}

.navbar-default {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.navbar-brand {
    padding: 5px 0px;
}

.main-menu ul.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background: none;
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.main-menu ul.nav li ul.sub-menu {
    background: #fff;
    border-top: 2px solid #0c0c0b;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 115%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: -99;
}

.pagess {
    position: relative;
}

.navbar.navbar-default {
    float: right;
}

.main-menu ul.nav li ul.sub-menu li {
    border-bottom: 1px solid #ddd;
    padding: 0;
    position: relative;
    width: 100%;
}

.main-menu ul.nav li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    z-index: 999;
    visibility: visible;
}

.main-menu ul.nav li ul.sub-menu li a {
    color: #666;
    display: block;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 15px;
    text-transform: capitalize;
    font-family: 'Montserrat', sans-serif;
}

.main-menu ul.nav li:hover ul.sub-menu li a:hover {
    color: #fff;
    background: #4caf50;
}

.main-menu ul.nav li ul.sub-menu li:last-child {
    border: none;
}

.stick span.search-button i,
.stick .header-search input {
    color: #555
}

.search-option-5 button.button {
    display: inline-block;
    border: none;
    background: none;
    padding: 0;
}

.search-option {
    background: #fff none repeat scroll 0 0;
    bottom: -48px;
    color: #555;
    display: none;
    position: absolute;
    right: 20px;
    width: 260px;
    z-index: 99999;
}

    .search-option input {
        background: #fff none repeat scroll 0 0;
        border: medium none;
        color: #555;
        display: block;
        float: left;
        font-size: 14px;
        font-style: italic;
        padding: 8px 10px;
        width: 210px;
        height: 44px;
    }

    .search-option button.button {
        background: #003cc4;
        border: medium none;
        color: #fff;
        display: inline-block;
        float: right;
        font-size: 17px;
        line-height: 35px;
        padding: 5px 15px;
        text-align: center;
    }

.header-right-link a.main-search {
    color: #fff;
    display: inline-block;
    float: right;
    font-size: 18px;
    line-height: 39px;
    position: relative;
    text-align: center;
    width: 40px;
    height: 40px;
    background: #003cc4;
    border-radius: 2px;
    margin: 23px 0px 23px 10px;
}

/*----------------------------------------*/

/*  Main Slider
/*----------------------------------------*/

.main-slider {
    position: relative;
}

    .main-slider .title {
        position: relative;
        font-size: 22px;
        color: #ffffff;
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 18px;
    }

        .main-slider .title:before {
            position: absolute;
            content: '';
            left: 50%;
            bottom: 0px;
            height: 2px;
            width: 50px;
            margin-left: -25px;
            background-color: #e9c37a;
        }

    .main-slider .title-two {
        position: relative;
        font-size: 18px;
        font-weight: 600;
        color: #222222;
        font-family: 'Montserrat', sans-serif;
        padding-bottom: 18px;
    }

        .main-slider .title-two:before {
            position: absolute;
            content: '';
            left: 0px;
            bottom: 0px;
            height: 2px;
            width: 50px;
            background-color: #e9c37a;
        }

    .main-slider h2 {
        position: relative;
        display: block;
        font-size: 60px;
        color: #ffffff;
        font-weight: 600;
        line-height: 1.1em;
        padding-top: 30px;
        font-family: 'Montserrat', sans-serif;
        z-index: 1;
    }

        .main-slider h2.style-three {
            font-size: 64px;
            font-weight: 400;
            color: #222222;
        }

        .main-slider h2.style-two {
            color: #222222;
        }

    .main-slider .text.style-two {
        color: #222222;
    }

    .main-slider .text {
        position: relative;
        font-size: 20px;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.14em;
        padding-right: 64px;
        padding-top: 100px;
        text-transform: capitalize;
        display: inline-block;
        z-index: 1;
    }

    .main-slider .link-box {
        position: relative;
        z-index: 1;
    }

        .main-slider .link-box .theme-btn {
            position: relative;
            margin-right: 20px;
        }

    .main-slider .social-links {
        position: fixed;
        right: 0;
        top: 50%;
        margin-top: -100px;
        z-index: 99;
        padding: 50px 35px 40px;
        border: 1px solid rgba(0, 0, 0, 0.05);
        border-right: none;
        background-color: #ffffff;
    }

        .main-slider .social-links li {
            position: relative;
            ;
            display: block;
            margin-bottom: 10px;
        }

            .main-slider .social-links li:last-child {
                margin: 0;
            }

        .main-slider .social-links a {
            position: relative;
            display: block;
            color: #222222;
            font-size: 16px;
            line-height: 40px;
        }

            .main-slider .social-links a:hover {
                color: #e9c37a;
            }

    .main-slider.home-three .theme-btn {
        margin: 0;
    }

.btn-style-one {
    position: relative;
    line-height: 24px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
    background-color: #ffc6a6;
    padding: 12px 31px !important;
    text-transform: uppercase;
    border: 2px solid #ffc6a6;
    font-family: 'Montserrat', sans-serif;
}

.section-padding {
    padding: 60px 0px;
}

/*----------------------------------------*/

/* About Area
/*----------------------------------------*/

.bg-abut {
    background: #ffc6a6;
}

.about-desc {
    border: 1px solid #eeeeee38;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 38px;
    margin-left: -65px;
    position: relative;
    background: #fff;
}

    .about-desc p {
        text-align: justify;
    }

.about-img:before {
    content: "";
    position: absolute;
    top: -7%;
    left: -4%;
    width: 90%;
    height: 90%;
    border: 10px solid #ffc6a6;
    z-index: -1;
}

/*----------------------------------------*/

/* category Area
/*----------------------------------------*/

.clr-bg {
    background: #ffc6a63b;
    height: 550px;
}

.clr-bg1 {
    background-image: url(img/img/bg-founder.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: 550px;
}


.bg-cat {
    background-image: url(img/img/bg-img3.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 550px;
}

.category-box {
    background: #fff;
    height: 380px;
    margin: 43px 30px;
    padding: 20px;
    position: absolute;
    width: 800px;
    top: 40px;
    right: -140px;
    z-index: 99;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 22%);
    text-align: center;
}

/*----------------------------------------*/

/* product Area
/*----------------------------------------*/

.section-title {
    text-align: center;
}

.product-box {
    text-align: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    margin-bottom: 30px;
    border-radius: 20px;
}

.product-desc {
    border-radius: 20px;
    background: #ffffff;
    border: 2px solid #6e1c1e;
    padding: 13px;
}

.product-box h3 {
    color: #000000;
}

.product-box p {
    color: #000000;
    margin-top: 10px;
}

/*----------------------------------------*/

/* offer Area
/*----------------------------------------*/

.section-offer {
    background-image: url(img/img/bg-img-home1.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    padding: 60px 0px;
}

.offer-box {
    background: #040404;
    padding: 30px;
    margin-top: 20px;
}

    .offer-box P {
        text-align: justify;
        color: white;
    }


.offer-box1 {
    background: #ffffff00;
    padding: 30px;
    margin-top: 20px;
}

.ser-div {
    text-align: center;
}

    .ser-div h2 {
        font-size: 20px;
        color: #000000;
    }

.border-box {
    border-left: 1px solid #ffc6a6;
    border-right: 1px solid #ffc6a6;
}

/*----------------------------------------*/

/* Ineer Pages Area
/*----------------------------------------*/

.inner-banner {
    background-image: url('img/img/page-title-2.png');
    padding: 130px 0px 120px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: top;
}

.inner-pages {
    padding: 80px 0px;
}

.inner-heading h1 {
    text-align: center;
    background: #ffc6a6ab;
    padding: 10px;
    color: #fff;
}

.testimonial {
    padding: 20px;
    margin: 20px 10px;
}

    .testimonial .pic {
        width: 260px;
        height: 295px;
        float: left;
        /*margin-right: 50px;*/
        position: relative;
    }

        .testimonial .pic:before,
        .testimonial .pic:after {
            /* content: "";
    display: block;
    height: 50%;
    width: 50%;
    position: absolute; */
        }

        .testimonial .pic:before {
            /*  bottom: -10%;
    left: -10%;
    border-bottom: 3px solid #000;
    border-left: 3px solid #000; */
        }

        .testimonial .pic:after {
            /*  top: -10%;
    right: -10%;
    border-top: 3px solid #000;
    border-right: 3px solid #000; */
        }

        .testimonial .pic img {
            width: 100%;
            height: auto;
        }

    .testimonial .testimonial-content {
        display: table;
        position: relative;
    }

        .testimonial .testimonial-content:before {
            content: "\f10d";
            font-family: "FontAwesome";
            font-weight: 900;
            position: absolute;
            top: -30px;
            left: -15px;
            font-size: 40px;
            color: #d8dad6;
            z-index: -1;
        }

    .testimonial .testimonial-title {
        font-size: 24px;
        color: #e16b47;
        text-transform: capitalize;
        text-align: center;
    }

    .testimonial .post {
        font-size: 13px;
        font-weight: 600;
        color: #585f62;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        margin-left: 5px;
        padding-left: 5px;
    }

    .testimonial .description {
        color: #7c7c7c;
        margin-top: 30px;
    }

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #e16b47;
}

@media only screen and (max-width: 980px) {
    .testimonial {
        padding: 20px 0;
        margin: 20px 15px;
    }

        .testimonial .pic {
            float: none;
        }

        .testimonial .testimonial-content {
            display: block;
            margin-top: 30px;
        }

            .testimonial .testimonial-content:before {
                z-index: 1;
                top: -350px;
            }
}

#testimonial-slider {
    background: #fff;
    height: 410px;
    margin: 65px 30px;
    padding: 20px;
    position: absolute;
    width: 800px;
    right: -140px;
    z-index: 99;
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

    #testimonial-slider .owl-nav {
        display: none;
    }

    #testimonial-slider .owl-dots {
        display: none;
    }

.contact-desc {
    border: 1px solid #eeeeee0a;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
    margin-top: 38px;
    margin-left: -65px;
    position: relative;
    background: #fff;
}

.contact-img:before {
    content: "";
    position: absolute;
    top: -7%;
    left: -4%;
    width: 90%;
    height: 90%;
    border: 10px solid #ffc6a6;
    z-index: -1;
}

.contact-div img {
    background: #ffc6a6;
    padding: 10px;
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.ser-desc-1 {
    border: 1px solid #eeeeee0a;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 10px;
    position: relative;
    background: #fff;
}

.ser-desc-2 {
    border: 1px solid #eeeeee0a;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 10px;
    position: relative;
    background: #fff;
    z-index: 99;
}

.ser-desc-3 {
    border: 1px solid #eeeeee0a;
    padding: 20px;
    box-shadow: 3px 5px 25px 0 rgb(0 0 0 / 28%);
    margin-top: 16px;
    position: relative;
    background: #fff;
}

.blog-box {
    margin-bottom: 40px;
}

.blog-desc {
    background: #fff;
    text-align: left;
    border: 1px solid #eeeeee1f;
    padding: 10px 20px;
    margin-left: 35px;
    margin-top: -45px;
    z-index: 999;
    position: relative;
    box-shadow: 3px 5px 25px 0 rgba(0, 0, 0, 0.1);
}

.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, rgb(0 0 0) 35%, rgb(233 35 42) 100%);
    z-index: 9999;
}

.error-div {
    text-align: center;
}

    .error-div h1 {
        font-size: 70px;
        color: #f3ba9c;
        text-shadow: 4px 3px #000;
        letter-spacing: 10px;
        line-height: 66px;
    }

    .error-div h2 {
        font-size: 40px;
        margin-bottom: 30px;
    }

    .error-div a {
        background: #000;
        padding: 10px 20px;
        color: #fff;
    }

/*----------------------------------------*/

/* Footer Area
/*----------------------------------------*/

.footer-main {
    background: #000000eb;
}

.footer-logo h1 {
    margin-bottom: 0px;
    text-transform: uppercase;
    color: #ffc6a6;
    font-weight: 600;
}

.footer-text p {
    margin-top: 20px;
    color: #fff;
}

.footer-box h3 {
    color: white;
    font-size: 25px;
    text-transform: uppercase;
}

.footer-box ul {
    list-style: none;
    padding: 0px;
}

.footer-copyright {
    background: #000;
    padding: 10px 0;
}

.footer-box ul li {
    margin-bottom: 6px;
    color: #fff;
}

.footer-box ul i {
    font-size: 20px;
    margin-right: 15px;
    color: #ffc6a6;
}

.social-box {
    display: inline-flex;
}

    .social-box li i {
        width: 40px;
        height: 40px;
        border: 1px solid #fff;
        line-height: 40px;
        text-align: center;
    }

.copyright-text a:hover {
    text-decoration: underline;
    color: #003cc4;
}

.copyright-text a {
    color: #ddd;
}

.copyright > p {
    margin-bottom: 0;
    color: #ddd;
    text-align: center;
}

.copyright a {
    color: #003cc4;
}

.copyright {
    margin-top: 5px;
    margin-bottom: 5px;
}

.d-flex {
    display: flex;
}

.justify-content-center {
    justify-content: center;
}

.about-vision-mission {
    padding: 20px;
    height: 650px;
    border: 2px solid #e0282e;
    border-radius: 20px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.price-scroll {
    padding: 8px;
    margin-bottom: 0;
    color: #fdc7a8;
    border-right: 3px solid white;
    border-radius: 40px;
}

.d-flex-j-a-lg {
    display: flex;
    justify-content: center;
    align-items: center;
}

.d-flex-j-a-dc {
    display: flex;
    justify-content: center;
    align-items: center;
}

.w-sm {
    width: 100%;
}

@media (max-width: 768px) {
    .d-flex-j-a-lg {
        display: block;
    }

    .d-flex-sm-none {
        display: block;
    }

    .d-flex-j-a-dc {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .inner-banner {
        background-image: url('img/img/page-title-2.png');
        padding: 145px 0px 0px !important;
        background-size: 100%;
        background-repeat: no-repeat;
        background-position: top;
    }

    .w-sm {
        width: 320px;
    }

    .clr-bg1 {
        background: none;
        height: 280px;
    }

    .testimonial .pic {
        width: 260px;
        height: 295px;
        float: left;
        /*margin-left: 50px;*/
        position: relative;
    }
}


.about_bg_color {
    background: #000000;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 30px;
}

.Contact-bg {
    background: #000000;
    padding: 10px;
    margin-bottom: 20px;
}

.carrer-Heading {
    background: #701a1d;
    border-radius: 20px;
    padding: 10px;
}

.carrer-Heading-border {
    padding: 5px;
    border: 2px solid white;
    border-radius: 20px;
}

.b-brtf {
    border-bottom-right-radius: 70px;
    border-top-left-radius: 70px;
}

.b-bltr {
    border-bottom-left-radius: 70px;
    border-top-right-radius: 70px;
}
