



@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,531;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,531;1,600;1,700;1,800;1,900&amp;display=swap');





@import url(animate.css);
@import url(bootstrap-select.min.css);
@import url(icomoon.css);
@import url(jquery.bootstrap-touchspin.css);
@import url(jquery.fancybox.min.css);
@import url(jquery.mCustomScrollbar.min.css);
@import url(nouislider.css);
@import url(nouislider.pips.css);
@import url(polyglot-language-switcher.css);
@import url(timePicker.css);
@import url(slick.css);
@import url(jquery.bxslider.css);
@import url(jquery-ui.css);










/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
}

body {
    color: #000000;
    font-size: 17px;
    line-height: 32px;
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #1f293b;
    font-weight: 700;
    font-family: 'Work Sans', sans-serif;
    margin: 0;
}

h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
}

h4 {
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
    color: #f3725b;
}

img.lazy-image {
    background: url(../images/icon/image-bg.svg) center center no-repeat;
}

    img.lazy-image.loaded {
        background-image: none;
    }

.owl-theme img.lazy-image.loaded {
    height: auto;
    opacity: 1;
}

footer-contact-info ul li a {
    position: relative;
    display: block;
    color: rgb(255, 255, 255);
    font-size: 15px;
    line-height: 26px;
    transition: all 200ms linear 0.1s;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
}

.map-data {
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    padding: 5px 10px 5px;
}

    .map-data a {
        color: #0b59d9;
        display: block;
    }

    .map-data h6 {
        font-size: 16px;
        font-weight: 700;
        text-align: center;
        margin-bottom: 5px;
        color: #121212;
    }



i {
    font-style: normal;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ol,
li {
    margin: 0;
    padding: 0;
}

.clr1 {
    color: #f36727;
}

.bgclr1 {
    background: #f36727;
}


.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
}


.btn-one {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    background: #484c44;
    color: #ffffff;
    font-size: 18px;
    line-height: 65px;
    font-weight: 600;
    cursor: pointer;
    text-transform: capitalize;
    border-radius: 50px;
    font-family: 'Work Sans', sans-serif;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
}

    .btn-one:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #f3725b;
        content: "";
        border-radius: 50px;
        transform: scaleX(0.1) rotateX(90deg);
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .btn-one:hover:after {
        transform: scaleX(1.0) rotateX(0deg);
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .btn-one .txt {
        position: relative;
        display: inline-block;
        z-index: 1;
    }

    .btn-one:hover,
    .btn-one:focus {
        color: #f7f7f7;
    }




.btn-two {
    position: relative;
    display: inline-block;
    border-radius: 30px;
    border-top-left-radius: 0;
    padding: 0 55px;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Archivo', sans-serif;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

    .btn-two:hover {
        color: #ffffff;
        background: #152229;
    }



.gra-bgclr1 {
    background: rgba(0,0,0,0); /* Old Browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(43%, rgba(0,0,0,0.29)), color-stop(100%, rgba(0,0,0,1))); /* Chrome, Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* IE 10+ */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.29) 43%, rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 ); /* IE6-9 */
}

.sec-title {
    position: relative;
    display: block;
    margin-top: -13px;
    padding-top: 49px;
    padding-bottom: 60px;
}

    .sec-title.style2 {
        padding-top: 0;
        padding-bottom: 56px;
        margin-top: -7px;
    }

    .sec-title h3 {
        font-size: 20px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: .01em;
    }

    .sec-title h2 {
        color: #1f293b;
        font-size: 46px;
        line-height: 60px;
        font-weight: 700;
        text-transform: capitalize;
        margin: 23px 0 0;
    }

    .sec-title .big-title {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        color: #1f293b;
        font-size: 100px;
        line-height: 90px;
        font-weight: 700;
        text-transform: uppercase;
        opacity: .07;
    }

.info a:hover {
    color: #fff;
}








.parallax-bg-one {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .parallax-bg-one::before {
        background: rgba(18, 32, 0, 0.90) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }



/*___ owl Nav Dot Style _____*/
.owl-theme .owl-prev span,
.owl-theme .owl-next span {
    display: none;
}

.owl-nav-style-one {
}

    .owl-nav-style-one .owl-controls {
    }

    .owl-nav-style-one.owl-theme .owl-stage-outer {
        position: relative;
        display: block;
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .owl-nav-style-one.owl-theme .owl-nav {
        position: relative;
        display: block;
        margin-left: 9px;
    }

        .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
            position: relative;
            display: inline-block;
            width: 40px;
            height: 40px;
            background: transparent;
            border: 0px solid #222222;
            border-radius: 0%;
            color: #222222;
            font-size: 20px;
            font-weight: 100;
            line-height: 38px;
            margin: 0 0 0 0px;
            padding: 0;
            transition: all 700ms ease 0s;
        }

        .owl-nav-style-one.owl-theme .owl-nav .owl-prev:before,
        .owl-nav-style-one.owl-theme .owl-nav .owl-next:before {
            position: absolute;
            content: "\f104";
            font-family: FontAwesome;
            top: 0;
            left: 0;
            display: block;
            width: 100%;
            height: 100%;
            color: #222222;
            font-size: 20px;
            line-height: 38px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover:before,
        .owl-nav-style-one.owl-theme .owl-nav .owl-next:hover:before {
            color: #ffffff;
        }

        .owl-nav-style-one.owl-theme .owl-nav .owl-prev:after,
        .owl-nav-style-one.owl-theme .owl-nav .owl-next:after {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            border: 1px solid #222222;
            content: "";
            -moz-transform: skew(-20deg, 0deg);
            -webkit-transform: skew(-20deg, 0deg);
            -o-transform: skew(-20deg, 0deg);
            -ms-transform: skew(-20deg, 0deg);
            transform: skew(-20deg, 0deg);
            z-index: -1;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .owl-nav-style-one.owl-theme .owl-nav .owl-prev {
            transform: rotate(0deg);
        }

        .owl-nav-style-one.owl-theme .owl-nav .owl-next {
            margin-left: 10px;
            transform: rotate(180deg);
        }




.owl-nav-style-two {
}

    .owl-nav-style-two .owl-controls {
    }

    .owl-nav-style-two.owl-theme .owl-nav [class*="owl-"] {
        background: #fff none repeat scroll 0 0;
        border-radius: 0%;
        color: #3740b0;
        font-size: 24px;
        font-weight: 700;
        height: 50px;
        line-height: 50px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 50px;
        transition: all 700ms ease 0s;
    }

    .owl-nav-style-two.owl-theme .owl-nav .owl-next {
        margin-left: 0px;
    }

    .owl-nav-style-two.owl-theme .owl-nav [class*="owl-"]:hover {
        color: #ffffff;
        background: #3740b0;
    }



.owl-carousel.owl-dot-style1 .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-bottom: 60px;
}

.owl-carousel.owl-dot-style1 .owl-dots {
    position: relative;
    display: block;
    text-align: center;
    line-height: 14px;
}

    .owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
        position: relative;
        display: inline-block;
        width: 10px;
        height: 10px;
        border: 0px solid transparent;
        background: #c9d0d9;
        margin: 0px 9px;
        padding: 0px;
        border-radius: 50%;
        transition: all 100ms linear;
        transition-delay: 0.1s;
    }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot:before {
            position: absolute;
            top: -3px;
            left: -3px;
            bottom: -3px;
            right: -3px;
            border: 2px solid #f85959;
            border-radius: 50%;
            content: "";
            transform: scale(0);
            transition: all 100ms linear;
            transition-delay: 0.1s;
        }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active:before {
            transform: scale(1.0);
        }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot span {
            display: none;
        }

        .owl-carousel.owl-dot-style1 .owl-dots .owl-dot.active {
            background: #f85959;
        }




/* Accordion Box Css */
.accordion-box {
    position: relative;
    display: block;
}

    .accordion-box .accordion {
        position: relative;
        display: block;
    }

        .accordion-box .accordion.marginbottom0 {
            margin-bottom: 0;
        }

        .accordion-box .accordion .accord-btn {
            position: relative;
            display: block;
            border-bottom: 1px solid #ededf0;
            cursor: pointer;
            padding-left: 70px;
            padding-right: 0px;
            padding-top: 37px;
            padding-bottom: 37px;
            transition: all 500ms ease;
        }

            .accordion-box .accordion .accord-btn h4 {
                color: #1f293b;
                font-size: 20px;
                line-height: 26px;
                font-weight: 600;
                transition: all 500ms ease;
            }

            .accordion-box .accordion .accord-btn::after {
                font-family: "Flaticon";
                position: absolute;
                content: "\f104";
                top: 50%;
                left: 0px;
                width: 40px;
                height: 40px;
                background: #f3725b;
                border-radius: 50%;
                color: #ffffff;
                font-size: 12px;
                line-height: 40px;
                font-weight: 600;
                text-align: center;
                transform: translateY(-50%);
                transition: all 500ms ease 0s;
            }

            .accordion-box .accordion .accord-btn.active {
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
                border-bottom: 1px solid transparent;
            }

                .accordion-box .accordion .accord-btn.active h4 {
                    color: #f3725b;
                }

                .accordion-box .accordion .accord-btn.active:after {
                    color: #f7f7f7;
                    content: "\f105";
                }

        .accordion-box .accordion .accord-content {
            position: relative;
            display: block;
            border-bottom: 1px solid #ededf0;
            padding-top: 0px;
            padding-left: 70px;
            padding-bottom: 25px;
            padding-right: 0px;
            display: none;
        }

            .accordion-box .accordion .accord-content.collapsed {
                display: block;
            }

            .accordion-box .accordion .accord-content p {
                color: #94979c;
                font-size: 17px;
                line-height: 30px;
                font-weight: 400;
                margin: 0;
            }



@keyframes pulse {
    50% {
        box-shadow: 0 0 0 5px rgba(255,255,255,.1), 0 0 0 20px rgba(238, 238,238, 0.3000);
    }
}

@keyframes pulse2 {
    50% {
        box-shadow: 0 0 0 5px rgba(255,231,1,.1), 0 0 0 20px rgba(255, 231,1, 0.3000);
    }
}

.rating-box {
    position: relative;
    display: block;
    overflow: hidden;
}

    .rating-box ul {
        overflow: hidden;
    }

        .rating-box ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 5px;
        }

            .rating-box ul li:last-child {
                margin-right: 0;
            }

            .rating-box ul li a {
                color: #f85e5e;
                font-size: 14px;
                font-weight: 600;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }




.boxed_wrapper {
    position: relative;
    overflow: hidden;
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
    width: 100%;
    min-width: 320px;
    min-height: 400px;
}


/*=============== Boxed-Layout =============*/
.boxed_wrapper_box_page {
    position: relative;
    overflow-x: hidden;
    margin: 0 auto;
    width: 100%;
    min-width: 300px;
}

.body_switcher {
    position: fixed;
    top: 50%;
    z-index: 9999999;
    left: 0px;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

    .body_switcher .body_switch_btn {
        position: absolute;
        right: -66px;
        z-index: -1;
    }

        .body_switcher .body_switch_btn button {
            width: 100px;
            height: auto;
            color: #ffffff;
            font-size: 20px;
            line-height: 50px;
            background: rgb(0 90 160);
            cursor: pointer;
            transition: all 500ms ease;
            transform: rotate(270deg);
            border-radius: 0px 0px 10px 10px;
        }


    .body_switcher .boxed_switch_menu {
        position: relative;
        background: #fff;
        width: 200px;
        padding: 25px 15px 20px;
        text-align: center;
        box-shadow: 0 0 20px 1px rgba(0, 0, 0, 0.1);
    }

        .body_switcher .boxed_switch_menu h5 {
            color: #222222;
            font-size: 20px;
            line-height: 24px;
            font-weight: 600;
            margin-bottom: 0px;
        }

    .body_switcher.switcher-show {
        left: 0;
    }

    .body_switcher .boxed_switch_menu .switch_body .box {
        cursor: pointer;
        display: inline-block;
        text-align: center;
        margin-top: 15px;
    }

        .body_switcher .boxed_switch_menu .switch_body .box > div {
            width: 80px;
            height: 50px;
            background: #fff;
            border: 2px solid #999;
        }

            .body_switcher .boxed_switch_menu .switch_body .box > div > span {
                display: block;
                width: 60px;
                height: 100%;
                margin: 0 auto;
                background: #fff;
                border-left: 2px solid #e5e5e5;
                border-right: 2px solid #e5e5e5;
            }

        .body_switcher .boxed_switch_menu .switch_body .box p {
            position: relative;
            display: block;
            color: #999;
            font-size: 16px;
            line-height: 20px;
            font-weight: 500;
            margin: 7px 0 0;
        }

.main_page.active_boxlayout {
    max-width: 1550px;
    width: 100%;
    min-width: 300px;
    margin: 0 auto;
    background: url(../images/pattern/body-pattern.png) #f8f8f8;
    background-attachment: fixed;
    background-repeat: repeat;
    background-position: center;
    overflow-x: hidden;
}



.boxed_wrapper_box_page .header-left-style2 .logo {
    max-width: 320px;
}

.boxed_wrapper_box_page .header-left-style2 .nav-outer {
    padding-left: 50px;
}

.boxed_wrapper_box_page .main-menu.style2 .navigation > li {
    padding: 15px 12px;
}

.boxed_wrapper_box_page .header-right-style2 .outer-search-box-style1 {
    float: right;
}

.boxed_wrapper_box_page .cart-box {
    float: right;
}

.boxed_wrapper_box_page .header-right-style2 .button {
    display: none;
}






/*=============== Color-Layout =============*/
.switcher {
    position: fixed;
    top: 220px;
    z-index: 99;
}

    .switcher .switch_btn {
        position: absolute;
        top: 0px;
        right: -50px;
        z-index: -1;
    }

        .switcher .switch_btn button {
            width: 50px;
            height: 50px;
            color: #fff;
            line-height: 50px;
            cursor: pointer;
            border-radius: 0;
            margin-left: 0;
            transition: all 500ms ease;
            background: rgba(255, 255, 255, 0.70);
        }

    .switcher .switch_menu {
        position: absolute;
        width: 180px;
        height: 30px;
        background: transparent;
        display: none;
        top: 0px;
        left: 60px;
        bottom: 0;
        margin: 10px 0;
    }

    .switcher #styleOptions li {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 30px;
        margin-right: 3px;
    }

        .switcher #styleOptions li:last-child {
            margin-right: 0;
        }

        .switcher #styleOptions li a {
            position: relative;
            display: inline-block;
            width: 100%;
            height: 100%;
            border-radius: 50%;
            box-shadow: 0 0 0 0px #fff;
        }

            .switcher #styleOptions li a.blue-color {
                background: #6377ee;
            }

            .switcher #styleOptions li a.pink-color {
                background: #ff6ec7;
            }

            .switcher #styleOptions li a.violet-color {
                background: #6936d8;
            }

            .switcher #styleOptions li a.crimson-color {
                background: #ba0913;
            }

            .switcher #styleOptions li a.orange-color {
                background: #FFA500;
            }



/*________________Preloader_______________ */
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999999999999;
    background-color: #ffffff;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/icon/preloader.gif);
}

    .preloader.style-two {
        background-image: url(../images/icon/preloader-1.html);
    }





/*** Scroll To Top style ***/
.scroll-top {
    position: fixed;
    right: 15px;
    bottom: 20px;
    width: 55px;
    height: 55px;
    background: #484c44;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 55px;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    display: none;
    cursor: pointer;
    transition: all 200ms linear;
    transition-delay: 0.1s;
    z-index: 999999999;
}

    .scroll-top span {
    }

    .scroll-top:after {
        position: absolute;
        content: '';
        top: 100%;
        left: 5%;
        height: 10px;
        width: 90%;
        opacity: 1;
        z-index: -1;
        background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: -webkit-radial-gradient(center ellipse, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
        background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
    }

    .scroll-top:hover {
        color: #222222;
    }

    .scroll-top.style2 {
        position: absolute;
        width: 60px;
        height: 60px;
        border-radius: 0%;
        background: #ffffff;
        border: none;
        text-align: center;
        animation: auto;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        top: -30px;
        right: 0;
        font-size: 30px;
        line-height: 60px;
        font-weight: 400;
    }













/* Form validation styles */
input:focus,
textarea:focus,
select:focus {
    border-color: #43c3ea;
    outline: none;
}

#contact-form input[type="text"].error {
    border-color: red;
}

#contact-form input[type="email"].error {
    border-color: red;
}

#contact-form select.error {
    border-color: red;
}

#contact-form textarea.error {
    border-color: red;
}




/* Post pagination styles */
.post-pagination {
    position: relative;
    display: block;
}

    .post-pagination.martop20 {
        margin-top: 20px;
    }

    .post-pagination li {
        position: relative;
        display: inline-block;
        margin: 0 3px;
    }

        .post-pagination li a {
            position: relative;
            display: block;
            height: 60px;
            width: 60px;
            border-radius: 50%;
            border: 2px solid #eeeeee;
            color: #131313;
            font-size: 18px;
            line-height: 56px;
            font-weight: 600;
            transition: all 500ms ease 0s;
            font-family: 'Poppins', sans-serif;
        }

            .post-pagination li a i {
                color: #c1c1c1;
                font-size: 22px;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

        .post-pagination li.active a,
        .post-pagination li:hover a {
            background: #fec727;
            border-color: #fec727;
        }

            .post-pagination li.active a i,
            .post-pagination li:hover a i {
                color: #131313;
            }


    .post-pagination.style2 li a {
        border-radius: 0;
    }




.secpd100-0 {
    padding: 100px 0;
}



/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all;
    opacity: 0;
    z-index: 1;
}

    .overlay-style-one.bg1 {
        background-color: rgba(3, 13, 40, 0.70);
    }

    .overlay-style-one.bg2 {
        background-color: rgba(255, 255, 255, 0.70);
    }

    .overlay-style-one.bg3 {
        background-color: rgba(0, 83, 153, 0.90);
    }

    .overlay-style-one .box {
        display: table;
        height: 100%;
        width: 100%;
    }

        .overlay-style-one .box .content {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

        .overlay-style-one .box .inner {
            display: table-cell;
            text-align: center;
            vertical-align: middle;
        }

.overlay-style-two {
    position: absolute;
    left: 0px;
    bottom: 0px;
    right: 0px;
    top: 0px;
    z-index: 2;
    opacity: 0;
    transition: all 900ms ease;
}

    .overlay-style-two:before {
        position: absolute;
        content: '';
        top: 0px;
        left: 0px;
        width: 100%;
        height: 50%;
        display: block;
        opacity: 0;
        text-align: center;
        transform: perspective(400px) rotateX(-90deg);
        transform-origin: top;
        transition: all 0.5s;
        background-color: rgba(18, 18, 18, 0.90);
    }

    .overlay-style-two:after {
        position: absolute;
        content: '';
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 50%;
        display: block;
        opacity: 0;
        text-align: center;
        transform: perspective(400px) rotateX(90deg);
        transform-origin: bottom;
        transition: all 0.5s;
        background-color: rgba(18, 18, 18, 0.90);
    }


.overlay-style1 {
    position: absolute;
    top: 0;
    left: -100%;
    bottom: 0;
    width: 100%;
    opacity: 0;
    transform-origin: top;
    transform-style: preserve-3d;
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}

    .overlay-style1.bg1 {
        background-color: rgba(0, 0, 0, 0.70);
    }

.overlay-style2 {
    position: absolute;
    top: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.70);
    transform: skew(0deg, 0deg) scale(1.2, 1.2);
    transition: all 0.9s cubic-bezier(0.62, 0.21, 0.45, 1.22);
    z-index: 1;
}



.review-box {
    position: relative;
    display: block;
    overflow: hidden;
    line-height: 16px;
}

    .review-box ul {
        display: block;
        overflow: hidden;
    }

        .review-box ul li {
            display: inline-block;
            float: left;
            margin-right: 4px;
        }

            .review-box ul li:last-child {
                margin-right: 0px;
            }

            .review-box ul li i {
                font-size: 18px;
                color: #ffba00;
            }


.social-links-style1 {
    position: relative;
    display: block;
    overflow: hidden;
}

    .social-links-style1 li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

        .social-links-style1 li:last-child {
            margin-right: 0px;
        }

        .social-links-style1 li a i {
            position: relative;
            display: block;
            background: rgba(255, 255, 255, 0.05);
            width: 40px;
            height: 40px;
            border-radius: 50%;
            color: #798795;
            font-size: 14px;
            font-weight: 400;
            line-height: 40px;
            text-align: center;
            transition: all 500ms ease;
        }

        .social-links-style1 li a:hover i {
            color: #ffffff;
        }


.sociallinks-style-two {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 7px 0 8px;
}

    .sociallinks-style-two li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 25px;
    }

        .sociallinks-style-two li:last-child {
            margin-right: 0px;
        }

        .sociallinks-style-two li a i {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 16px;
            transition: all 500ms ease 0s;
        }

        .sociallinks-style-two li a:hover i {
            color: #e4b33d;
        }




/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}

/*** 
========================================
    Mobile Menu
========================================
***/
.nav-outer .mobile-nav-toggler {
    position: relative;
    display: none;
    float: right;
    cursor: pointer;
    padding: 35px 0;
}

    .nav-outer .mobile-nav-toggler .inner {
        position: relative;
        display: block;
        padding: 3px 5px;
    }

.mobile-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    max-width: 100%;
    height: 100%;
    padding-right: 30px;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

    .mobile-menu .menu-backdrop {
        position: fixed;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(3, 13, 40, 0.90);
        -webkit-transform: translateX(101%);
        -ms-transform: translateX(101%);
        transform: translateX(101%);
        transition: all 900ms ease;
        -moz-transition: all 900ms ease;
        -webkit-transition: all 900ms ease;
        -ms-transition: all 900ms ease;
        -o-transition: all 900ms ease;
        z-index: 1;
    }

.mobile-menu-visible .mobile-menu .menu-backdrop {
    opacity: 0.70;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.mobile-menu .navbar-collapse {
    display: block !important;
}


.mobile-menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

    .mobile-menu .nav-logo a {
        position: relative;
        display: inline-block;
    }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #000000;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #ffffff;
    font-size: 20px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.9s ease;
    -moz-transition: all 0.9s ease;
    -ms-transition: all 0.9s ease;
    -o-transition: all 0.9s ease;
    transition: all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.mobile-menu .close-btn:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}


.mobile-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

    .mobile-menu .navigation li {
        position: relative;
        display: block;
        border-top: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation:last-child {
        border-bottom: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation li > ul > li:first-child {
        border-top: 1px solid rgba(255,255,255,0.10);
    }

    .mobile-menu .navigation li > a {
        position: relative;
        display: block;
        padding: 10px 25px;
        color: #ffffff;
        font-size: 15px;
        line-height: 24px;
        font-weight: 600;
        text-transform: uppercase;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
    }

        .mobile-menu .navigation li > a:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            height: 0;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

    .mobile-menu .navigation li.current > a:before {
        height: 100%;
    }



    .mobile-menu .navigation li ul li > a {
        font-size: 15px;
        font-weight: 400;
        margin-left: 20px;
        text-transform: capitalize;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        top: 6px;
        right: 6px;
        width: 32px;
        height: 32px;
        text-align: center;
        color: #ffffff;
        font-size: 16px;
        line-height: 32px;
        background: rgba(255,255,255,0.10);
        cursor: pointer;
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .mobile-menu .navigation li.dropdown .dropdown-btn.open {
            -webkit-transform: rotate(90deg);
            -ms-transform: rotate(90deg);
            transform: rotate(90deg);
        }

    .mobile-menu .navigation li > ul,
    .mobile-menu .navigation li > ul > li > ul {
        display: none;
    }

.mobile-menu .social-links {
    position: relative;
    text-align: center;
    padding: 30px 25px;
}

    .mobile-menu .social-links li {
        position: relative;
        display: inline-block;
        margin: 0px 5px 10px;
    }

        .mobile-menu .social-links li a {
            position: relative;
            color: #ffffff;
            font-size: 20px;
            line-height: 32px;
            -webkit-transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .mobile-menu .social-links li a:hover {
                color: #030e27;
            }

/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    margin: 0px;
    z-index: 999999;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.sticky-header {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    padding: 0px 0px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    z-index: 0;
}

.fixed-header .sticky-header {
    visibility: visible;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -op-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 500ms;
    -moz-animation-duration: 500ms;
    -op-animation-duration: 500ms;
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -op-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -op-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    box-shadow: 0 0 10px rgba(0,0,0,.1);
    opacity: 1;
    z-index: 999999;
}

.sticky-header .logo {
    position: absolute;
    display: block;
    padding: 20px 0 20px;
}

.sticky-header.style2 .logo {
    position: relative;
    display: block;
    padding: 5px 0 5px;
}

.sticky-header .logo a {
    position: relative;
    display: inline-block;
    max-width: 50%;
}

.sticky-header .main-menu .navigation > li {
    padding: 0;
    margin-right: 30px;
}

    .sticky-header .main-menu .navigation > li > a {
        color: #000000;
        padding: 30px 0 30px;
    }



.header-style-one {
}

.header-top {
    position: relative;
    display: block;
    background: #484c44;
}

    .header-top .outer-container {
        position: relative;
        display: block;
        max-width: 1720px;
        width: 100%;
        padding: 0 40px;
        margin: 0 auto;
    }

        .header-top .outer-container .outer-box {
            position: relative;
            display: block;
        }

.header-top-left {
    position: relative;
    display: block;
    border-right: 1px solid #e0e5ec;
    padding: 22px 0;
    padding-right: 40px;
}

    .header-top-left p {
        color: #ffffff;
        font-size: 15px;
        line-height: 26px;
        font-weight: 500;
        margin: 0;
    }

        .header-top-left p i {
            position: relative;
            top: 1px;
            display: inline-block;
            padding-right: 10px;
            font-size: 17px;
        }

.header-top-right {
    position: relative;
    display: block;
}

.header-social-link {
    position: relative;
    display: block;
    float: left;
}

    .header-social-link ul {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 10px 0;
    }

        .header-social-link ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 20px;
        }

            .header-social-link ul li:last-child {
                margin-right: 0;
            }

            .header-social-link ul li a {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 15px;
                line-height: 26px;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .header-social-link ul li a:hover {
                    color: #f85959;
                }

.header-contact-info {
    position: relative;
    display: block;
    float: right;
}

    .header-contact-info ul {
        position: relative;
        display: block;
        /* overflow: hidden; */
        padding-left: 40px;
    }

.cu-mn {
    z-index: 9999999;
}

.cu-btn-m img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
    color: #fff !important;
}

.cu-btn-m {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}

.header-contact-info ul li {
    position: relative;
    display: inline-block;
    float: left;
    border-left: 1px solid #e0e5ec;
    padding-left: 20px;
    line-height: 45px;
}

.header-social-link ul li a span {
    padding-right: 10px;
}

.header-social-link ul li a {
    font-weight: 500;
}

.header-contact-info ul li:first-child {
    /* padding-right: 0px; */
    border-left: 0px solid #e0e5ec;
}

.cu-mn a {
    color: #1f293b !important;
}

.header-contact-info ul li span:before {
    position: relative;
    display: inline-block;
    padding-right: 10px;
    font-size: 14px;
    top: 1px;
}

.header-contact-info ul li a {
    position: relative;
    display: inline-block;
    color: #ffffff;
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    transition: all 200ms linear;
    transition-delay: 0.1s;
}

    .header-contact-info ul li a:hover {
        color: #f85959;
    }

.header {
    position: relative;
    display: block;
}

    .header .outer-container {
        position: relative;
        display: block;
        max-width: 1720px;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }

        .header .outer-container .outer-box {
            position: relative;
            display: block;
            padding-left: 50px;
        }

.header-left {
    position: relative;
    display: block;
}

    .header-left .logo {
        position: relative;
        display: inline-block;
        float: left;
        padding: 30px 0;
    }

        .header-left .logo a {
            position: relative;
            display: inline-block;
        }

            .header-left .logo a img {
                width: auto;
            }

    .header-left .nav-outer {
        position: relative;
        display: block;
        float: left;
        padding-left: 250px;
    }

.main-menu.style1 {
}

.main-menu {
    position: relative;
    display: block;
    float: left;
}

    .main-menu .navbar-collapse {
        padding: 0px;
        display: block !important;
    }

    .main-menu .navigation {
        position: relative;
        display: block;
    }

        .main-menu .navigation > li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 40px;
            padding: 15px 0;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 18px;
                line-height: 30px;
                font-weight: 500;
                text-transform: capitalize;
                padding: 25px 0px 25px;
                transition: all 500ms ease;
                opacity: 1;
                font-family: 'Work Sans', sans-serif;
            }

            .main-menu .navigation > li.dropdown > a {
                padding-right: 15px;
            }

                .main-menu .navigation > li.dropdown > a:before {
                    font-family: FontAwesome;
                    content: "\f107";
                    position: absolute;
                    right: 0px;
                    line-height: 30px;
                    font-size: 14px;
                }

            .main-menu .navigation > li > ul {
                position: absolute;
                top: 100%;
                left: 0;
                width: 270px;
                padding: 0px 0;
                opacity: 0;
                visibility: hidden;
                border-radius: 0;
                -moz-transform: translateY(30px);
                -webkit-transform: translateY(30px);
                -ms-transform: translateY(30px);
                -o-transform: translateY(30px);
                transform: translateY(30px);
                transition: all 100ms ease;
                z-index: 100;
            }

                .main-menu .navigation > li > ul:before {
                    position: absolute;
                    top: 0px;
                    left: 0px;
                    width: 100%;
                    height: 100%;
                    content: '';
                    background: #ffffff;
                    border-radius: 0;
                    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    z-index: -1;
                }

            .main-menu .navigation > li.dropdown:hover > ul {
                opacity: 1;
                visibility: visible;
                -moz-transform: translateY(0);
                -webkit-transform: translateY(0);
                -ms-transform: translateY(0);
                -o-transform: translateY(0);
                transform: translateY(0);
                transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -webkit-transition: all 500ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                display: block;
                padding: 0 20px;
                width: 100%;
            }

                .main-menu .navigation > li > ul > li > a {
                    position: relative;
                    display: block;
                    border-bottom: 1px solid #e9e9e9;
                    padding: 13px 0px 13px;
                    color: #1f293b;
                    font-size: 15px;
                    line-height: 24px;
                    font-weight: 600;
                    text-align: left;
                    text-transform: capitalize;
                    transition: all 500ms ease;
                    font-family: 'Work Sans', sans-serif;
                }

                .main-menu .navigation > li > ul > li:last-child > a {
                    border: none;
                }

                .main-menu .navigation > li > ul > li > a:hover {
                    padding-left: 15px;
                }

                .main-menu .navigation > li > ul > li > a:before {
                    position: absolute;
                    top: 0;
                    left: 0px;
                    bottom: 0;
                    font-family: FontAwesome;
                    content: "\f105";
                    font-size: 14px;
                    font-weight: 700;
                    margin: 12px 0;
                    opacity: 0;
                    transition: all 500ms ease;
                    -webkit-transition: all 300ms ease;
                    -moz-transition: all 300ms ease;
                    -ms-transition: all 300ms ease;
                    -o-transition: all 300ms ease;
                    transition: all 300ms ease;
                }

                .main-menu .navigation > li > ul > li.dropdown > a:after {
                    position: absolute;
                    top: 0px;
                    right: 0px;
                    bottom: 0;
                    font-family: FontAwesome;
                    content: "\f105";
                    color: #000000;
                    font-size: 14px;
                    font-weight: 700;
                    margin: 12px 0;
                    text-align: right;
                    z-index: 5;
                }

                .main-menu .navigation > li > ul > li:hover > a:before {
                    opacity: 1;
                }

                .main-menu .navigation > li > ul > li > ul {
                    position: absolute;
                    top: 0%;
                    left: 100%;
                    width: 250px;
                    padding: 0;
                    display: none;
                    background: #ffffff;
                    border-radius: 0;
                    -webkit-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -ms-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -o-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -moz-box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.05), -2px 0px 5px 1px rgba(0, 0, 0, 0.05);
                    -moz-transform: translateY(30px);
                    -webkit-transform: translateY(30px);
                    -ms-transform: translateY(30px);
                    -o-transform: translateY(30px);
                    transform: translateY(30px);
                    transition: all 100ms ease;
                    z-index: 100;
                }

        .main-menu .navigation li > ul > li.dropdown:hover ul {
            opacity: 1;
            visibility: visible;
            -moz-transform: translateY(0);
            -webkit-transform: translateY(0);
            -ms-transform: translateY(0);
            -o-transform: translateY(0);
            transform: translateY(0);
            transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
        }

        .main-menu .navigation > li > ul > li > ul > li {
            position: relative;
            display: block;
            padding: 0 20px;
            width: 100%;
        }

            .main-menu .navigation > li > ul > li > ul > li > a {
                position: relative;
                display: block;
                border-bottom: 1px solid #e9e9e9;
                padding: 13px 0px 13px;
                color: #1f293b;
                font-size: 15px;
                line-height: 24px;
                font-weight: 600;
                text-align: left;
                text-transform: capitalize;
                transition: all 500ms ease;
                font-family: 'Work Sans', sans-serif;
            }

            .main-menu .navigation > li > ul > li > ul > li:last-child > a {
                border: none;
            }

        .main-menu .navigation > li > ul > li:hover > a {
            padding-left: 15px;
        }

        .main-menu .navigation > li > ul > li > ul > li > a:hover {
            padding-left: 15px;
        }

        .main-menu .navigation > li > ul > li > ul > li a:before {
            position: absolute;
            top: 0;
            left: 0px;
            bottom: 0;
            font-family: FontAwesome;
            content: "\f105";
            font-size: 14px;
            font-weight: 700;
            margin: 12px 0;
            opacity: 0;
            transition: all 500ms ease;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .main-menu .navigation > li > ul > li > ul > li > a:hover:before {
            opacity: 1;
        }
    /****
.main-menu .navigation> li> ul.megamenu {
    position: absolute;
    left: -232px;
    width: 700px;
}
.main-menu .navigation> li> ul.megamenu li {
    position: relative;
    max-width: 33.333333%;
    float: left;
}
***/
    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 0px;
        top: 0;
        width: 50px;
        height: 42px;
        border-left: 1px solid #04102a;
        text-align: center;
        font-size: 16px;
        line-height: 42px;
        color: #ffffff;
        cursor: pointer;
        display: none;
        z-index: 5;
    }





.header-right {
    position: relative;
    display: block;
}

    .header-right .outer-search-box-style1 {
        position: relative;
        display: block;
        float: left;
    }

.outer-search-box-style1 {
    position: relative;
    display: inline-block;
    float: left;
    padding: 35px 40px 35px;
    padding-left: 0;
}

    .outer-search-box-style1 .seach-toggle {
        position: relative;
        display: block;
        width: 40px;
        height: 40px;
        color: #ffffff;
        font-size: 18px;
        line-height: 40px;
        cursor: pointer;
        text-align: center;
        margin: 0;
        transition: all 500ms ease;
    }

    .outer-search-box-style1 .search-box {
        position: absolute;
        top: 120%;
        right: 0%;
        background: rgba(0, 0, 0, 0.90);
        opacity: 0;
        padding: 20px;
        transition: all 500ms ease 0s;
        visibility: hidden;
        z-index: 100;
        margin-left: 0;
    }

        .outer-search-box-style1 .search-box.now-visible {
            top: 100%;
            opacity: 1;
            visibility: visible;
            z-index: 100;
        }

        .outer-search-box-style1 .search-box .form-group {
            position: relative;
            padding: 0px;
            margin: 0px;
            width: 100%;
            min-width: 250px;
        }

            .outer-search-box-style1 .search-box .form-group input[type="search"] {
                background: #ffffff none repeat scroll 0 0;
                border: 1px solid #1f1f23;
                color: #000;
                display: block;
                font-size: 13px;
                line-height: 24px;
                position: relative;
                transition: all 500ms ease 0s;
                width: 100%;
                height: 45px;
                padding-left: 15px;
                padding-right: 50px;
            }

                .outer-search-box-style1 .search-box .form-group input[type="search"]:focus {
                    border-color: #f5f5f5;
                }

            .outer-search-box-style1 .search-box .form-group button,
            .outer-search-box-style1 .search-box .form-group input[type="submit"] {
                position: absolute;
                right: 0;
                top: 0;
                display: block;
                cursor: pointer;
                background: rgba(0, 0, 0, 0.95);
                color: #fff;
                font-size: 13px;
                height: 45px;
                line-height: 45px;
                width: 45px;
                transition: all 500ms ease 0s;
            }

                .outer-search-box-style1 .search-box .form-group button:hover,
                .outer-search-box-style1 .search-box .form-group input:focus + button {
                    color: #222222;
                    background: #f5f5f5;
                }


.cart-box {
    position: relative;
    display: inline-block;
    float: left;
    padding: 33px 40px;
    padding-left: 0;
}

    .cart-box a {
        position: relative;
        display: inline-block;
        float: left;
        width: 44px;
        height: 44px;
        background: rgba(255, 255, 255, 0.20);
        border-radius: 50%;
    }

        .cart-box a span:before {
            position: relative;
            top: 4px;
            display: block;
            text-align: center;
            color: #ffffff;
            font-size: 22px;
            line-height: 40px;
            font-weight: 500;
        }

        .cart-box a span.count {
            position: absolute;
            top: -3px;
            right: -3px;
            width: 20px;
            height: 20px;
            border-radius: 50%;
            color: #ffffff;
            font-size: 12px;
            line-height: 20px;
            font-weight: 600;
            text-align: center;
            background: rgba(28, 76, 142, 0.85);
            font-family: 'Work Sans', sans-serif;
        }

.header-right .button {
    position: relative;
    display: block;
    float: right;
}

    .header-right .button a {
        position: relative;
        display: block;
        padding: 0 60px;
        color: #ffffff;
        font-size: 18px;
        line-height: 110px;
        font-weight: 600;
        text-transform: uppercase;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .header-right .button a:hover {
            background: #e33333;
        }



/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    display: block;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    z-index: 10;
}

    .main-slider.style1 {
        margin-top: 70px;
    }

    .main-slider .slide {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 308px 0px 290px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .main-slider.one_page .slide {
        padding: 354px 0px 250px;
    }

    .main-slider .slide .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 16000ms linear;
        -moz-transition: all 16000ms linear;
        -ms-transition: all 16000ms linear;
        -o-transition: all 16000ms linear;
        transition: all 16000ms linear;
    }

        .main-slider .slide .image-layer:before {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.40);
            content: "";
            z-index: -1;
        }

    .main-slider .active .slide .image-layer {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }


    .main-slider .slide .image-holder {
        position: absolute;
        bottom: 0;
        right: 0;
        opacity: 0;
        transform: translateX(50px);
        -webkit-transition: all 700ms ease;
        -moz-transition: all 700ms ease;
        -ms-transition: all 700ms ease;
        -o-transition: all 700ms ease;
        transition: all 700ms ease;
        z-index: 5;
    }

        .main-slider .slide .image-holder img {
            width: auto;
            max-width: 100%;
        }

    .main-slider .active .slide .image-holder {
        opacity: 1;
        -webkit-transform: translate(0);
        -moz-transform: translate(0);
        -ms-transform: translate(0);
        -o-transform: translate(0);
        transform: translate(0);
    }


    .main-slider .content {
        position: relative;
        z-index: 10;
    }

    .main-slider .auto-container {
        position: relative;
        overflow: hidden;
    }

    .main-slider.style1 .content {
        position: relative;
        display: block;
        opacity: 0;
        transform: translateY(100%);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        z-index: 10;
    }

    .main-slider.style1 .active .content {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transition: all 1000ms linear;
        -moz-transition: all 1000ms linear;
        -ms-transition: all 1000ms linear;
        -o-transition: all 1000ms linear;
        transition: all 1000ms linear;
    }

    .main-slider.style1 .content h2 {
        color: #fefefe;
        font-size: 80px;
        line-height: 90px;
        font-weight: 700;
    }


    .main-slider .owl-theme .owl-nav {
        position: absolute;
        top: 60%;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
    }

    .main-slider .owl-theme .owl-prev span,
    .main-slider .owl-theme .owl-next span {
        display: block;
    }

    .main-slider .owl-theme .owl-nav .owl-prev {
        position: absolute;
        left: 0px;
        top: 0;
        background: rgba(255,255,255, 0.10);
        height: 50px;
        width: 90px;
        border-radius: 0%;
        border: none;
        text-align: center;
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        font-weight: 400;
        opacity: 1;
        margin: 0;
        padding: 0;
        margin-top: 15px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

        .main-slider .owl-theme .owl-nav .owl-prev:hover {
            background-color: #f3725b;
        }

    .main-slider .owl-theme .owl-nav .owl-next {
        position: absolute;
        left: 0px;
        top: 0;
        background: rgba(255,255,255, 0.10);
        height: 50px;
        width: 90px;
        border-radius: 0%;
        border: none;
        text-align: center;
        color: #ffffff;
        font-size: 30px;
        line-height: 50px;
        font-weight: 400;
        opacity: 1;
        margin: 0;
        padding: 0;
        margin-top: 80px;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
        transform: rotate(180deg);
    }

        .main-slider .owl-theme .owl-nav .owl-next:hover {
            background-color: #f3725b;
        }

.banner-carousel .owl-dots {
    display: block;
    position: absolute;
    text-align: right;
    counter-reset: slides-num;
    left: 0;
    bottom: 210px;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto !important;
}

    .banner-carousel .owl-dots .owl-dot {
        position: relative;
        display: inline;
        counter-increment: slides-num;
        height: 35px;
        width: 35px;
        background: #ffffff;
        border-radius: 50%;
        float: left;
        margin-right: 20px;
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

        .banner-carousel .owl-dots .owl-dot.active {
            background-color: #f3725b;
        }

        .banner-carousel .owl-dots .owl-dot:after {
            content: "" counter(slides-num) "";
            display: block;
            color: #1f293b;
            font-size: 18px;
            line-height: 35px;
            font-weight: 500;
            left: 0px;
            top: 0px;
            bottom: 0;
            right: 0;
            opacity: 1;
            font-family: 'Work Sans', sans-serif;
            transition: all 500ms linear;
            transition-delay: 0.2s;
        }

        .banner-carousel .owl-dots .owl-dot.active:after {
            color: #ffffff;
        }



/*** 
=============================================
    Donate Style1 Area Css
=============================================
***/
.donate-style1-area {
    position: relative;
    display: block;
    background: #f2f7ff;
    padding: 120px 0 120px;
}


    .donate-style1-area.style3 {
        padding: 150px 0 150px;
    }

        .donate-style1-area.style3.bgwhite {
            background: #ffffff
        }


        .donate-style1-area.style3 .sec-title {
            padding-bottom: 56px;
        }

            .donate-style1-area.style3 .sec-title .big-title {
                left: 0;
                right: 0;
            }

        .donate-style1-area.style3 .select-donate-style1-box li label {
            -webkit-box-shadow: 0px 3px 10px 2px rgba(51,124,232,0.1);
            box-shadow: 0px 3px 10px 2px rgba(51,124,232,0.1);
        }


    .donate-style1-area .layer-outer {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 100%;
        background-attachment: fixed;
        background-position: center top;
        background-size: auto;
        background-repeat: no-repeat;
    }

    .donate-style1-area .title {
        position: relative;
        display: block;
        padding-bottom: 57px;
        margin-top: -9px;
    }

        .donate-style1-area .title h2 {
            font-size: 50px;
            line-height: 60px;
            font-weight: 700;
        }

#donate-form-style1 {
    position: relative;
    display: block;
}

.select-donate-style1-box {
    margin: 0 -15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .select-donate-style1-box li {
        position: relative;
        display: inline-block;
        padding: 0 15px 15px;
    }

        .select-donate-style1-box li input[type=radio] {
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
        }

        .select-donate-style1-box li label {
            position: relative;
            display: block;
            width: 170px;
            height: 55px;
            background-color: #ffffff;
            color: #1f293b;
            font-size: 18px;
            line-height: 55px;
            font-weight: 500;
            text-align: center;
            margin-bottom: 0;
            border-radius: 30px;
            cursor: pointer;
            font-family: 'Work Sans', sans-serif;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .select-donate-style1-box li :checked + label {
            color: #ffffff;
            background-color: #1b283e;
        }

        .select-donate-style1-box li input[type="text"] {
            position: relative;
            display: block;
            width: 170px;
            height: 55px;
            background-color: #ffffff;
            color: #1f293b;
            font-size: 18px;
            line-height: 55px;
            font-weight: 500;
            text-align: center;
            margin-bottom: 0;
            border-radius: 30px;
            font-family: 'Work Sans', sans-serif;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .select-donate-style1-box li input[type="text"]::-webkit-input-placeholder {
                color: #1f293b;
            }

            .select-donate-style1-box li input[type="text"]:-moz-placeholder {
                color: #1f293b;
            }

            .select-donate-style1-box li input[type="text"]::-moz-placeholder {
                color: #1f293b;
            }

            .select-donate-style1-box li input[type="text"]:-ms-input-placeholder {
                color: #1f293b;
            }



#donate-form-style1 .custon-box {
    position: relative;
    display: block;
    max-width: 970px;
    width: 100%;
    margin: 35px auto 5px;
    -webkit-box-shadow: 0px 3px 10px 2px rgba(51,124,232,0.1);
    box-shadow: 0px 3px 10px 2px rgba(51,124,232,0.1);
    border-radius: 40px;
}

    #donate-form-style1 .custon-box input[type="text"] {
        position: relative;
        display: block;
        width: 100%;
        height: 85px;
        background-color: #ffffff;
        color: #1f293b;
        font-size: 24px;
        font-weight: 500;
        border-radius: 40px;
        padding-left: 180px;
        padding-right: 30px;
        font-family: 'Work Sans', sans-serif;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    #donate-form-style1 .custon-box .icon {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 140px;
        color: #ffffff;
        font-size: 24px;
        line-height: 87px;
        text-align: center;
        background: #1b283e;
        border-top-left-radius: 40px;
        border-bottom-left-radius: 40px;
    }

    #donate-form-style1 .custon-box input[type="text"]::-webkit-input-placeholder {
        color: #1f293b;
    }

    #donate-form-style1 .custon-box input[type="text"]:-moz-placeholder {
        color: #1f293b;
    }

    #donate-form-style1 .custon-box input[type="text"]::-moz-placeholder {
        color: #1f293b;
    }

    #donate-form-style1 .custon-box input[type="text"]:-ms-input-placeholder {
        color: #1f293b;
    }



#donate-form-style1 .button-box {
    position: relative;
    display: block;
    padding-top: 55px;
}

    #donate-form-style1 .button-box .btn-one {
        -webkit-box-shadow: 0px 4px 15px 2px rgba(248,89,89,0.2);
        box-shadow: 0px 4px 15px 2px rgba(248,89,89,0.2);
    }



/*** 
=============================================
    Features Area Css
=============================================
***/
.features-area {
    position: relative;
    display: block;
    background: #ffffff
}

    .features-area:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 120px;
        background: #f2f7ff;
        content: "";
    }

    .features-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .features-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }


.single-feature-box {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    .single-feature-box .img-holder {
        position: relative;
        2 display: block;
        padding-bottom: 100px;
    }

        .single-feature-box .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 20px;
        }

            .single-feature-box .img-holder .inner:before {
                position: absolute;
                content: '';
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 0px;
                background-color: rgba(54,124,232, 0.50);
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                z-index: 1;
            }

    .single-feature-box:hover .img-holder .inner:before {
        height: 100%;
    }

    .single-feature-box .img-holder .inner img {
        width: 100%;
    }

    .single-feature-box .img-holder .title {
        position: absolute;
        left: 35px;
        bottom: 0;
        right: 35px;
        padding: 34px 0 40px;
        background: #ffffff;
        -webkit-box-shadow: 0px 15px 29px 10px rgba(51,124,232,0.15);
        box-shadow: 0px 15px 29px 10px rgba(51,124,232,0.15);
        border-radius: 20px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
        z-index: 2;
    }

    .single-feature-box:hover .img-holder .title {
        background: #f3725b;
        box-shadow: none;
        bottom: 30px;
    }

    .single-feature-box .img-holder .title h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        margin: 0 0 23px;
        transition: all 600ms linear;
        transition-delay: 0.1s;
    }

    .single-feature-box:hover .img-holder .title h3 {
        color: #ffffff;
    }

    .single-feature-box .img-holder .title a {
        position: relative;
        display: inline-block;
        padding: 0 34px;
        border: 1px solid #e0e5ec;
        border-radius: 30px;
        color: #4e5663;
        font-size: 18px;
        line-height: 44px;
        font-weight: 600;
        transition: all 600ms linear;
        transition-delay: 0.1s;
    }

    .single-feature-box:hover .img-holder .title a {
        color: #1f293b;
        border-color: #ffffff;
        background-color: #ffffff;
    }



/*** 
=============================================
    About Style1 Area Css
=============================================
***/
.about-style1-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #ffffff;
    padding: 50px 0 50px;
}

.about-style1-image-box {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    z-index: 1;
}

    .about-style1-image-box .image-box {
        position: relative;
        display: block;
    }

        .about-style1-image-box .image-box .inner {
            position: relative;
            display: block;
            overflow: hidden;
            /* padding-left: 80px; */
        }

        .about-style1-image-box .image-box img {
            width: 100%;
            border-radius: 20px;
            transform: scale(1.0);
            transition: all 700ms ease;
        }

        .about-style1-image-box .image-box .bottom-box {
            position: absolute;
            left: 0;
            bottom: 80px;
            width: 240px;
            background: #19223b;
            border-radius: 20px;
            padding: 50px 0 44px;
            z-index: 2;
        }

.video-holder-box {
    position: relative;
    display: block;
}

.video-holder-box-2 {
    margin-top: 10px;
}

.video-holder-box .icon {
    position: absolute;
    display: block;
    width: 110px;
    height: 110px;
    border: 10px solid rgba(54,124,232, 0.10);
    border-radius: 50%;
    margin: 0 auto;
    padding: 10px;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
}

    .video-holder-box .icon:before {
        position: absolute;
        content: '';
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border-radius: 50%;
        background: rgba(54,124,232, 0.0);
        z-index: -1;
    }

.video-holder-box:hover .icon:before {
    -webkit-box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    box-shadow: 0 0 0 0 rgba(54,124,232, .09);
    -webkit-animation: ripple 1s infinite;
    animation: ripple 3s infinite
}

.video-holder-box .icon a {
    position: relative;
    display: block;
    text-align: center;
    height: 70px;
    width: 70px;
    margin: 0 auto;
    border-radius: 50%;
    transition: all 500ms ease;
}

    .video-holder-box .icon a:before {
        position: absolute;
        top: -10px;
        left: -10px;
        bottom: -10px;
        right: -10px;
        border: 10px solid rgba(54,124,232, 0.20);
        content: "";
        border-radius: 50%;
    }

    .video-holder-box .icon a span:before {
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        color: #ffffff;
        font-size: 25px;
        line-height: 70px;
    }

.video-holder-box h5 {
    color: #ffffff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 600;
    margin: 19px 0 0;
}

.about-style1-text-box {
    position: relative;
    display: block;
    /* padding-top: 40px;
    padding-left: 40px; */
}

    .about-style1-text-box .sec-title {
        padding-bottom: 0px;
    }

        .about-style1-text-box .sec-title .big-title {
            left: 0;
            right: 0;
        }

    .about-style1-text-box .inner-contant {
        position: relative;
        display: block;
    }

        .about-style1-text-box .inner-contant .text {
            position: relative;
            display: block;
        }

            .about-style1-text-box .inner-contant .text p {
                margin: 0;
            }

        .about-style1-text-box .inner-contant .button {
            position: relative;
            display: block;
            padding-top: 0px;
        }



/*** 
=============================================
    Experience Area style
=============================================
***/
.experience-area {
    position: relative;
    display: block;
    padding-bottom: 100px;
}

    .experience-area .shape1 {
        position: absolute;
        left: 0;
        bottom: 0;
    }

    .experience-area .row {
        margin: 0;
    }

    .experience-area .column {
        position: relative;
        padding: 0;
    }

.experience-content {
    position: relative;
    float: right;
    max-width: 540px;
    width: 100%;
    margin-right: 120px;
}

    .experience-content .sec-title {
        padding-bottom: 46px;
    }

        .experience-content .sec-title .big-title {
            left: -160px;
        }

.progress-levels .progress-box {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

    .progress-levels .progress-box.last-child {
        margin-bottom: 0;
    }

    .progress-levels .progress-box .inner {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 27px 30px 30px;
        border-radius: 15px;
        -webkit-box-shadow: 0px 4px 12px 2px rgba(51,124,232,0.15);
        box-shadow: 0px 4px 12px 2px rgba(51,124,232,0.15);
    }

        .progress-levels .progress-box .inner .text {
            position: relative;
            color: #1f293b;
            font-size: 18px;
            line-height: 20px;
            font-weight: 600;
            letter-spacing: 0.5px;
            margin: 0 0 11px;
            text-transform: capitalize;
        }

    .progress-levels .progress-box .bar {
        position: relative;
        display: block;
    }

        .progress-levels .progress-box .bar .bar-innner {
            position: relative;
            width: 100%;
            height: 10px;
            background: #ecf2f6;
            border-radius: 10px;
        }

        .progress-levels .progress-box .bar .bar-fill {
            position: absolute;
            top: 0%;
            left: 0px;
            bottom: 0%;
            width: 0px;
            height: 10px;
            border-radius: 10px;
            background-color: #f3725b;
            transition: all 2000ms ease 300ms;
        }

        .progress-levels .progress-box .bar .bar-innner .skill-percent {
            position: absolute;
            top: -34px;
            right: 0;
            width: 50px;
            display: block;
            text-align: right;
            padding: 0;
            z-index: 1;
            line-height: 0;
        }

    .progress-levels .progress-box .inner .count-text {
        position: relative;
        right: -4px;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        display: inline-block;
        float: none;
        font-family: 'Work Sans', sans-serif;
    }

    .progress-levels .progress-box .inner .percent {
        position: relative;
        font-size: 18px;
        line-height: 25px;
        font-weight: 500;
        display: inline-block;
        float: none;
        font-family: 'Work Sans', sans-serif;
    }


.experience-image-box {
    position: relative;
    display: block;
    width: 100%;
    min-height: 640px;
    height: 100%;
    margin-left: 110px;
}

    .experience-image-box .image-layer {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-repeat: no-repeat;
        background-position: center top;
        background-size: cover;
        border-radius: 20px;
    }

    .experience-image-box .overlay-image {
        position: absolute;
        left: -100px;
        bottom: -100px;
        width: 320px;
        z-index: 2;
    }

        .experience-image-box .overlay-image img {
            border-radius: 20px;
        }



/*** 
=============================================
    Terget Area style
=============================================
***/
.terget-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 50px;
}

.single-terget-box {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 30px 40px;
    -webkit-box-shadow: 0px 4px 15px 2px rgba(51,124,232,0.15);
    box-shadow: 0px 4px 15px 2px rgba(51,124,232,0.15);
    border-radius: 20px;
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
    margin-bottom: 40px;
}

    .single-terget-box:hover {
        background-color: #f3725b;
        -webkit-box-shadow: 0px 4px 15px 2px rgba(51,124,232,0);
        box-shadow: 0px 4px 15px 2px rgba(51,124,232,0);
    }

    .single-terget-box .icon {
        position: relative;
        display: block;
        height: 110px;
        width: 80px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }

        .single-terget-box .icon .static-shape {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
            z-index: -1;
            transform: scale(1.0);
            transition: all 700ms ease 100ms;
        }

    .single-terget-box:hover .icon .static-shape {
        opacity: 0;
        transform: scale(0.5);
    }

    .single-terget-box .icon .overlay-shape {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        z-index: -1;
        transform: scale(0);
        transition: all 700ms ease 100ms;
    }

    .single-terget-box:hover .icon .overlay-shape {
        transform: scale(1.0);
    }

    .single-terget-box .icon span:before {
        font-size: 80px;
        line-height: 80px;
        transition: all 700ms ease 100ms;
    }

    .single-terget-box:hover .icon span:before {
        color: #ffffff;
    }

    .single-terget-box .text {
        position: relative;
        display: block;
        padding-top: 25px;
    }

        .single-terget-box .text h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 0 14px;
        }

            .single-terget-box .text h3 a {
                color: #1f293b;
                transition: all 700ms ease 100ms;
            }

    .single-terget-box:hover .text h3 a {
        color: #ffffff;
    }

    .single-terget-box .text p {
        margin: 0;
        transition: all 700ms ease 100ms;
    }

    .single-terget-box:hover .text p {
        color: #ffffff;
    }



/*** 
=============================================
    Slogan Area Css
=============================================
***/
.slogan-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #121e40;
    padding: 145px 0 150px;
}

    .slogan-area .shape1 {
        position: absolute;
        top: 180px;
        left: 160px;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

    .slogan-area .shape2 {
        position: absolute;
        top: -150px;
        left: 20%;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

    .slogan-area .shape3 {
        position: absolute;
        top: -20px;
        right: -20px;
    }

    .slogan-area .shape4 {
        position: absolute;
        right: 15%;
        bottom: 60px;
        -webkit-animation: animation2 15s infinite linear;
        -moz-animation: animation2 15s infinite linear;
        -o-animation: animation2 15s infinite linear;
        animation: animation2 15s infinite linear;
    }

.slogan-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

    .slogan-content p {
        color: #ffffff;
        font-size: 16px;
        line-height: 20px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .slogan-content h2 {
        color: #ffffff;
        font-size: 50px;
        line-height: 62px;
        font-weight: 700;
        margin: 25px 0 46px;
    }

    .slogan-content .button {
        position: relative;
        display: block;
    }



/*** 
=============================================
    Fact Counter Area style
=============================================
***/
.fact-counter-area {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-size: cover;
    background-position: center top;
    padding: 90px 0 41px;
    background-color: #f2f7ff;
}

.single-fact-counter {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 41px;
}

    .single-fact-counter .icon-box {
        position: relative;
        display: block;
    }

        .single-fact-counter .icon-box span:before {
            font-size: 90px;
            line-height: 90px;
        }

    .single-fact-counter .count-box {
        position: relative;
        display: block;
        padding: 25px 0 16px;
    }

        .single-fact-counter .count-box h2 {
            color: #1f293b;
            font-size: 60px;
            line-height: 60px;
            font-weight: 700;
        }

            .single-fact-counter .count-box h2 span {
                position: relative;
                display: inline-block;
                line-height: 60px;
            }

    .single-fact-counter .title {
        position: relative;
        display: block;
    }

        .single-fact-counter .title h3 {
            color: #94979c;
            font-size: 20px;
            line-height: 30px;
            font-weight: 600;
        }



/*** 
=============================================
    Testimonial Style1 Area Css
=============================================
***/
.testimonial-style1-area {
    position: relative;
    display: block;
    padding: 150px 0 150px;
    background: #ffffff;
}

.testimonial-image {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    z-index: 1;
}

    .testimonial-image .inner {
        position: relative;
        display: block;
        padding-right: 110px;
        padding-bottom: 60px;
    }

        .testimonial-image .inner img {
            width: 100%;
            border-radius: 25px;
        }

    .testimonial-image .quote {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 200px;
        height: 200px;
        text-align: center;
        border-radius: 20px;
    }

        .testimonial-image .quote span:before {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 80px;
            line-height: 200px;
        }

.testimonial-outer-box {
    position: relative;
    display: block;
    padding-top: 50px;
}

    .testimonial-outer-box .sec-title {
        padding-bottom: 35px;
    }

        .testimonial-outer-box .sec-title .big-title {
            left: -210px;
        }


.single-testimonial-style1 {
    position: relative;
    display: block;
}

    .single-testimonial-style1 .text-box {
        position: relative;
        display: block;
        padding-bottom: 37px;
    }

        .single-testimonial-style1 .text-box p {
            color: #1f293b;
            font-size: 22px;
            line-height: 40px;
            margin: 0;
        }

    .single-testimonial-style1 .clinet-info {
        position: relative;
        display: block;
    }

        .single-testimonial-style1 .clinet-info .img-box {
            width: 60px;
        }

            .single-testimonial-style1 .clinet-info .img-box img {
                width: 100%;
                border-radius: 50%;
            }

        .single-testimonial-style1 .clinet-info .img-box,
        .single-testimonial-style1 .clinet-info .name-box {
            display: table-cell;
            vertical-align: middle;
        }

        .single-testimonial-style1 .clinet-info .name-box {
            padding-left: 20px;
        }

            .single-testimonial-style1 .clinet-info .name-box h3 {
                color: #1f293b;
                font-size: 22px;
                line-height: 24px;
                font-weight: 600;
            }



/*** 
=============================================
    Event Style1 Area Css
=============================================
***/
.event-style1-area {
    position: relative;
    display: block;
    background: #f2f7ff;
    padding: 150px 0 90px;
}

    .event-style1-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .event-style1-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }


.single-event-style1 {
    position: relative;
    display: block;
    margin-bottom: 60px;
}

    .single-event-style1 .img-holder {
        position: relative;
        display: block;
    }

        .single-event-style1 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

            .single-event-style1 .img-holder .inner:before {
                position: absolute;
                content: '';
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 0px;
                background-color: rgba(54,124,232, 0.50);
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                z-index: 1;
            }

    .single-event-style1:hover .img-holder .inner:before {
        height: 100%;
    }

    .single-event-style1 .img-holder .inner img {
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

    .single-event-style1:hover .img-holder .inner img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .single-event-style1 .img-holder .date-box {
        position: absolute;
        left: 30px;
        bottom: -30px;
        width: 100px;
        height: 100px;
        border-radius: 15px;
        text-align: center;
        padding: 27px 0;
        z-index: 1;
    }

        .single-event-style1 .img-holder .date-box:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: "";
            background: #ffffff;
            border-radius: 15px;
            z-index: -1;
        }

        .single-event-style1 .img-holder .date-box:after {
            position: absolute;
            left: 0px;
            bottom: 0;
            right: 0;
            height: 30px;
            content: "";
            -webkit-box-shadow: 0px 5px 10px 2px rgba(51,124,232,0.15);
            box-shadow: 0px 5px 10px 2px rgba(51,124,232,0.15);
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            z-index: -2;
        }

        .single-event-style1 .img-holder .date-box h2 {
            font-size: 34px;
            line-height: 22px;
            font-weight: 600;
            text-transform: uppercase;
        }

            .single-event-style1 .img-holder .date-box h2 span {
                color: #1f293b;
                font-size: 16px;
            }

    .single-event-style1 .text-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 69px 30px 40px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .single-event-style1:hover .text-holder {
        -webkit-box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
    }

    .single-event-style1 .text-holder .time {
        position: relative;
        display: block;
        color: #94979c;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
    }

        .single-event-style1 .text-holder .time span:before {
            position: relative;
            display: inline-block;
            padding-right: 10px;
        }

    .single-event-style1 .text-holder h3 {
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        margin: 17px 0 8px;
    }

        .single-event-style1 .text-holder h3 a {
            color: #1f293b;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-event-style1:hover .text-holder h3 a {
        color: #f3725b;
    }

    .single-event-style1 .text-holder .text {
        position: relative;
        display: block;
    }

        .single-event-style1 .text-holder .text p {
            margin: 0;
            line-height: 30px;
        }

    .single-event-style1 .text-holder .button {
        position: relative;
        display: block;
        padding-top: 21px;
    }

        .single-event-style1 .text-holder .button a {
            position: relative;
            display: inline-block;
            padding: 0 34px;
            color: #4e5663;
            font-size: 17px;
            line-height: 43px;
            font-weight: 600;
            text-transform: capitalize;
            border: 1px solid #ddd;
            border-radius: 30px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-event-style1:hover .text-holder .button a {
        color: #ffffff;
        background-color: #f3725b;
        border-color: #f3725b;
    }



/*** 
=============================================
    Coming Soon Area style
=============================================
***/
.coming-soon-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #121e40;
    padding-top: 109px;
    padding-bottom: 120px;
    z-index: 1;
}

    .coming-soon-area .coming-soon-bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        z-index: -1;
        opacity: .99;
    }

.coming-soon-content {
}

    .coming-soon-content .big-title {
        position: relative;
        display: block;
        padding-bottom: 56px;
    }

        .coming-soon-content .big-title h2 {
            color: #ffffff;
            font-size: 46px;
            line-height: 60px;
            font-weight: 700;
        }

.timer-box {
    position: relative;
    display: block;
    overflow: hidden;
}

.countdown-timer {
}

    .countdown-timer .default-coundown {
    }

        .countdown-timer .default-coundown .box {
            overflow: hidden;
        }

    .countdown-timer li {
        position: relative;
        display: inline-block;
        float: none;
        text-align: center;
        margin: 0px 22px;
        width: 150px;
        height: 150px;
        background: #2a3553;
        border-radius: 20px;
        padding: 35px 0;
    }

        .countdown-timer li span.days,
        .countdown-timer li span.hours,
        .countdown-timer li span.minutes,
        .countdown-timer li span.seconds {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 40px;
            line-height: 50px;
            font-weight: 700;
            text-align: center;
            font-family: 'Work Sans', sans-serif;
        }

        .countdown-timer li span.hours {
        }

        .countdown-timer li span.minutes {
        }

        .countdown-timer li span.seconds {
        }

        .countdown-timer li span.timeRef {
            position: relative;
            display: block;
            color: rgba(255, 255, 255, 0.70);
            font-size: 16px;
            line-height: 20px;
            font-weight: 600;
            text-transform: capitalize;
            margin-top: 3px;
        }

            .countdown-timer li span.timeRef.clr-1 {
            }

            .countdown-timer li span.timeRef.clr-2 {
            }

            .countdown-timer li span.timeRef.clr-3 {
            }

.coming-soon-content .button {
    position: relative;
    display: block;
    padding-top: 70px;
}



/*** 
=============================================
    Causes Style1 Area Css
=============================================
***/
.causes-style1-area {
    position: relative;
    display: block;
    background: #f2f7ff;
    padding: 50px 0 0px;
}

    .causes-style1-area .sec-title {
        padding-left: 20px;
        padding-bottom: 41px;
    }

        .causes-style1-area .sec-title .big-title {
            left: 0;
            right: 0;
        }

.causes-style1-content {
    position: relative;
    display: block;
    padding: 0 10px;
}

.single-causes-style1 {
    position: relative;
    width: 93%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    margin: auto;
    /* border-radius: 20px;
    box-shadow: 0px 0px 10px rgba(51,124,232,0.15); */
}

    .single-causes-style1 .text-holder {
        position: relative;
        display: block;
        padding: 15px 15px 15px;
    }

        .single-causes-style1 .text-holder h5 {
            position: relative;
            display: block;
            font-size: 17px;
            line-height: 20px;
            font-weight: 600;
            margin-top: -4px;
            text-transform: uppercase;
        }

        .single-causes-style1 .text-holder h3 {
            font-size: 20px;
            line-height: 32px;
            font-weight: 600;
            margin: 0px 0 0px;
            margin-bottom: 10px;
        }

            .single-causes-style1 .text-holder h3 a {
                color: #1f293b;
            }

        .single-causes-style1 .text-holder .text {
            position: relative;
            display: block;
            padding-bottom: 35px;
        }

            .single-causes-style1 .text-holder .text p {
                margin: 0;
                font-size: 16px;
                line-height: 22px;
            }

.progress-levels.style2 .progress-box {
    margin-bottom: 0px;
}

    .progress-levels.style2 .progress-box .inner {
        background: #f2f7fb;
        padding: 57px 30px 22px;
        border-radius: 15px;
        box-shadow: none;
    }

    .progress-levels.style2 .progress-box .bar .bar-innner .skill-percent {
        top: -34px;
        left: 0;
        right: 0;
        width: 50px;
        text-align: center;
        margin: 0 auto;
    }

    .progress-levels.style2 .progress-box .inner .inner-title {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        color: #1f293b;
        font-size: 18px;
        line-height: 28px;
        font-weight: 500;
        padding-top: 8px;
    }

.single-causes-style1 .img-holder {
    position: relative;
    display: block;
    width: 100%;
    text-align: right;
    height: 100%;
}

    .single-causes-style1 .img-holder img {
        /* width: 55%;
    height: 100%; */
        margin: auto;
        text-align: right;
        display: inline-block;
        /* border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; */
    }


.causes-carousel.owl-theme .owl-stage-outer {
    position: relative;
    display: block;
    padding-top: 25px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 0px;
    border-top-right-radius: 20px;
}



.causes-carousel.owl-theme .owl-nav {
    position: absolute;
    top: -18px;
    right: 0;
}

.causes-carousel.owl-theme .owl-prev span,
.causes-carousel.owl-theme .owl-next span {
    display: block;
}

.causes-carousel.owl-theme .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 1px solid #e2e7ed;
    border-radius: 50%;
    color: #e2e7ed;
    font-size: 20px;
    font-weight: 100;
    line-height: 40px;
    margin: 0;
    padding: 0;
    transition: all 700ms ease 0s;
}

.causes-carousel.owl-theme .owl-nav .owl-prev:hover:before,
.causes-carousel.owl-theme .owl-nav .owl-next:hover:before {
    color: #ffffff;
}

.causes-carousel.owl-theme .owl-nav .owl-prev {
    transform: rotate(0deg);
}

.causes-carousel.owl-theme .owl-nav .owl-next {
    margin-left: 10px;
}



/*** 
=============================================
    Subscribe Area Style      
=============================================
***/
.subscribe-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f3725b;
    padding: 112px 0 120px;
    z-index: 1;
}

    .subscribe-area.pdtop {
        padding: 247px 0 120px;
    }


    .subscribe-area .shape1 {
        position: absolute;
        top: 180px;
        left: 120px;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

    .subscribe-area .shape2 {
        position: absolute;
        top: -150px;
        left: 15%;
        -webkit-animation: animation1 5s ease-in infinite;
        animation: animation1 5s ease-in infinite;
    }

    .subscribe-area .shape3 {
        position: absolute;
        top: -20px;
        right: -20px;
    }

    .subscribe-area .shape4 {
        position: absolute;
        right: 15%;
        bottom: 60px;
        -webkit-animation: animation2 15s infinite linear;
        -moz-animation: animation2 15s infinite linear;
        -o-animation: animation2 15s infinite linear;
        animation: animation2 15s infinite linear;
    }

.subscribe-content-box {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
}

.subscribe-title {
    position: relative;
    display: block;
    padding-bottom: 57px;
}

    .subscribe-title p {
        color: #ffffff;
        font-size: 16px;
        line-height: 26px;
        font-weight: 600;
        text-transform: uppercase;
        margin: 0;
    }

    .subscribe-title h2 {
        color: #ffffff;
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        margin: 23px 0 0;
    }

.subscribe-area .subscribe-box {
    position: relative;
    display: block;
    max-width: 780px;
    width: 100%;
}

.subscribe-area .subscribe-form {
    position: relative;
    display: block;
    max-width: 780px;
    width: 100%;
}

    .subscribe-area .subscribe-form input[type="email"] {
        position: relative;
        display: block;
        max-width: 570px;
        width: 100%;
        height: 65px;
        padding: 0 40px;
        background: rgba(255, 255, 255, 0.10);
        border: 0px solid rgba(255, 255, 255, 0.20);
        color: #ffffff;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        border-radius: 50px;
        transition: all 500ms ease;
        font-family: 'Work Sans', sans-serif;
    }

    .subscribe-area .subscribe-form input::-webkit-input-placeholder {
        color: #ffffff;
    }

    .subscribe-area .subscribe-form input:-moz-placeholder {
        color: #ffffff;
    }

    .subscribe-area .subscribe-form input::-moz-placeholder {
        color: #ffffff;
    }

    .subscribe-area .subscribe-form input:-ms-input-placeholder {
        color: #ffffff;
    }

    .subscribe-area .subscribe-form button {
        position: absolute;
        background: #f85959;
        top: 0px;
        right: 0px;
        bottom: 0px;
        width: 190px;
        color: #ffffff;
        font-size: 18px;
        line-height: 65px;
        font-weight: 600;
        text-transform: capitalize;
        border-radius: 30px;
        transition: all 300ms ease 100ms;
        font-family: 'Work Sans', sans-serif;
    }

    .subscribe-area .subscribe-form input[type="email"]:focus {
        color: #ffffff;
        background: rgba(0, 0, 0, 0.90);
    }

        .subscribe-area .subscribe-form input[type="email"]:focus + button,
        .subscribe-area .subscribe-form button:hover {
            color: #000000;
            background: #ffffff;
        }



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    z-index: 1;
}

    .footer-area:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        background-color: #484c44;
        z-index: -1;
    }

.footer {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

    .single-footer-widget.marginleft {
        margin-left: 45px;
    }

    .single-footer-widget .title {
        position: relative;
        display: block;
        margin-top: 17px;
        padding-bottom: 30px;
    }

        .single-footer-widget .title h3 {
            color: #ffffff;
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            text-transform: capitalize;
        }

    .single-footer-widget .our-company-info {
        position: relative;
        display: block;
        padding-right: 80px;
    }

        .single-footer-widget .our-company-info .footer-logo {
            position: relative;
            display: block;
            padding-bottom: 31px;
        }

            .single-footer-widget .our-company-info .footer-logo a {
                display: inline-block;
            }

        .single-footer-widget .our-company-info .text {
            position: relative;
            display: block;
            padding-bottom: 40px;
        }

            .single-footer-widget .our-company-info .text p {
                color: #ffffff;
                font-size: 17px;
                line-height: 32px;
                font-weight: 400;
                margin: 0;
            }

.footer-social-links {
    position: relative;
    display: block;
}

    .footer-social-links ul {
        overflow: hidden;
    }

        .footer-social-links ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .footer-social-links ul li:last-child {
                margin-right: 0;
            }

            .footer-social-links ul li a {
                position: relative;
                display: block;
                height: 50px;
                width: 50px;
                border-radius: 50%;
                color: #ffffff;
                font-size: 16px;
                line-height: 50px;
                text-align: center;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .footer-social-links ul li a.fb {
                    background: #4a6fbe;
                }

                .footer-social-links ul li a.tw {
                    background: #55acee;
                }

                .footer-social-links ul li a.linked {
                    background: #0073b1;
                }

                .footer-social-links ul li a.gplus {
                    background: #dd4b39;
                }


.single-footer-widget .site-links {
    position: relative;
    display: block;
}

    .single-footer-widget .site-links li {
        position: relative;
        display: block;
        line-height: 40px;
    }

        .single-footer-widget .site-links li a {
            position: relative;
            display: block;
            padding-left: 20px;
            color: #ffffff;
            font-size: 17px;
            font-weight: 400;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-footer-widget .site-links li a:before {
                position: absolute;
                content: "\f105";
                font-family: FontAwesome;
                top: 0;
                left: 0;
                bottom: 0;
                font-size: 16px;
            }

            .single-footer-widget .site-links li a:hover {
                color: #f3725b;
            }


.single-footer-widget .footer-contact-info {
    position: relative;
    display: block;
    padding-top: 4px;
}

    .single-footer-widget .footer-contact-info p {
        color: #ffffff;
        font-size: 17px;
        line-height: 32px;
        font-weight: 400;
        margin: 0;
    }

    .single-footer-widget .footer-contact-info ul {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 25px;
    }

        .single-footer-widget .footer-contact-info ul li {
            position: relative;
            display: block;
            margin-bottom: 0px;
        }

            .single-footer-widget .footer-contact-info ul li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .footer-contact-info ul li .left {
                width: 65px;
            }

                .single-footer-widget .footer-contact-info ul li .left p {
                    color: #f3725b;
                    font-size: 17px;
                    line-height: 24px;
                    font-weight: 500;
                    margin: 0;
                }

            .single-footer-widget .footer-contact-info ul li .left,
            .single-footer-widget .footer-contact-info ul li .right {
                display: table-cell;
                vertical-align: middle;
            }

                .single-footer-widget .footer-contact-info ul li .right a {
                    position: relative;
                    display: block;
                    color: #ffffff;
                    font-size: 17px;
                    line-height: 24px;
                    font-weight: 400;
                }


.footer-bottom {
    position: relative;
    display: block;
    background: rgba(255, 255, 255, 0.05);
    padding: 25px 0;
}

    .footer-bottom .outer-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }

.copyright-text {
    position: relative;
    display: block;
}

    .copyright-text p {
        color: #ffffff;
        font-size: 17px;
        line-height: 30px;
        font-weight: 400;
        margin: 0;
    }

        .copyright-text p a {
            color: #f7f7f7;
            font-weight: 600;
            transition: all 500ms ease;
        }

.footer-menu {
    position: relative;
    display: block;
}

    .footer-menu ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .footer-menu ul li {
            position: relative;
            display: inline-block;
            float: left;
            line-height: 30px;
            padding-right: 21px;
            margin-right: 20px;
        }

            .footer-menu ul li:last-child {
                padding-right: 0;
                margin-right: 0;
            }

            .footer-menu ul li:before {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                width: 1px;
                height: 14px;
                background: #ffffff;
                content: "";
                margin: 8px 0;
                transition: all 700ms linear;
                transition-delay: 0.3s;
            }

            .footer-menu ul li:last-child:before {
                display: none;
            }

            .footer-menu ul li a {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 17px;
                line-height: 30px;
                font-weight: 400;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .footer-menu ul li a:hover {
                    color: #f85959;
                }



/*** 
=============================================
    Header Style two Css
=============================================
***/
.header-style-two {
    position: relative;
}

.header-style2 {
    position: relative;
    display: block;
    background: #ffffff;
}

    .header-style2 .outer-container {
        position: relative;
        display: block;
    }

        .header-style2 .outer-container .outer-box {
            position: relative;
            display: block;
            width: 100%;
        }

.header-left-style2 {
    position: relative;
    display: block;
    width: 75%;
}

    .header-left-style2 .logo {
        position: relative;
        display: block;
        max-width: 380px;
        width: 100%;
        float: left;
        /* padding: 10px 0; */
        text-align: center;
    }
        /* .header-left-style2 .logo:before{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    background: #e2e7ed;
    content: "";
    -moz-transform: skew(-15deg, 0deg);
    -webkit-transform: skew(-15deg, 0deg);
    -o-transform: skew(-15deg, 0deg);
    -ms-transform: skew(-15deg, 0deg);
    transform: skew(-15deg, 0deg);
} */
        .header-left-style2 .logo a {
            position: relative;
            display: inline-block;
        }

            .header-left-style2 .logo a img {
                width: 100px;
                margin: 5px;
                /* max-width: 141px; */
            }

    .header-left-style2 .nav-outer {
        position: relative;
        display: block;
        float: left;
        /* padding-left: 125px; */
    }

.main-menu.style2 .navigation > li {
    margin-right: 10px;
    padding: 15px 20px;
    z-index: 1;
}

    .main-menu.style2 .navigation > li:after {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        content: "";
        z-index: -1;
        background-color: #f3725b;
        transform: skew(-15deg, 0deg) scaleX(0);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .main-menu.style2 .navigation > li:hover:after,
    .main-menu.style2 .navigation > li.current:after {
        transform: skew(-15deg, 0deg) scaleX(1.0);
    }

    .main-menu.style2 .navigation > li > a {
        color: #1f293b;
    }


.header-right-style2 {
    position: relative;
    display: block;
    width: 25%;
}

    .header-right-style2 .outer-search-box-style1 {
        position: relative;
        display: block;
        float: left;
    }

        .header-right-style2 .outer-search-box-style1 .seach-toggle {
            color: #1f293b;
        }

    .header-right-style2 .cart-box a {
        background: rgba(31, 43, 62, 0.08);
    }

        .header-right-style2 .cart-box a span:before {
            color: #1f293b;
        }

        .header-right-style2 .cart-box a span.count {
            background-color: #f3725b;
        }

    .header-right-style2 .button {
        position: relative;
        display: block;
        float: right;
    }

        .header-right-style2 .button a {
            position: relative;
            display: inline-block;
            padding: 0 70px;
            color: #ffffff;
            font-size: 18px;
            line-height: 88px;
            font-weight: 600;
            text-transform: uppercase;
            z-index: 1;
        }

            .header-right-style2 .button a:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: -50px;
                content: "";
                z-index: -1;
                background: #f3725b;
                -moz-transform: skew(-15deg, 0deg);
                -webkit-transform: skew(-15deg, 0deg);
                -o-transform: skew(-15deg, 0deg);
                -ms-transform: skew(-15deg, 0deg);
                transform: skew(-15deg, 0deg);
            }



/*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
.main-slider.style1.home2 {
    margin: 0;
    overflow: hidden;
    z-index: 1;
}

    .main-slider.style1.home2 .slide {
        padding: 228px 0px 320px;
    }

.parallax-scene {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.main-slider.style1.home2 .shape {
    position: absolute;
    top: -30px !important;
    left: -40px !important;
    width: 730px;
    height: 715px;
    background-image: url(../images/slides/main-slider-style2-top-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    opacity: .4;
}

.main-slider.style1.home2 .shape2 {
    position: absolute;
    right: -40px !important;
    bottom: -30px !important;
    width: 670px;
    height: 640px;
    background-image: url(../images/slides/main-slider-style2-bottom-shape.png);
    background-repeat: no-repeat;
    background-position: center;
    left: auto !important;
    top: auto !important;
    opacity: .4;
}

.main-slider.style1.home2 .banner-carousel .owl-dots {
    bottom: 240px;
}

.main-slider.style1.home2 .owl-theme .owl-nav .owl-prev {
    margin-top: -50px;
}

.main-slider.style1.home2 .owl-theme .owl-nav .owl-next {
    margin-top: 5px;
}



/*** 
=============================================
    Features Style2 Area Css
=============================================
***/
.features-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 100px;
}

    .features-style2-area.gray-bg {
        background: #f2f7ff;
    }

    .features-style2-area .sec-title {
        padding-bottom: 56px;
    }

        .features-style2-area .sec-title .big-title {
            top: 0;
            left: 0;
            right: 0;
        }



/*** 
=============================================
    About Style2 Area Css
=============================================
***/
.about-style2-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f2f7ff;
    padding: 150px 0 150px;
}

.about-style2-left-box {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    z-index: 1;
}

.about-style2-carousel {
    position: relative;
    display: block;
    padding: 57px 30px 60px;
    max-width: 340px;
    width: 100%;
    background-attachment: scroll;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
}

    .about-style2-carousel .single-item {
        position: relative;
        display: block;
    }

        .about-style2-carousel .single-item .quote {
            position: relative;
            left: 1px;
            display: block;
            padding-bottom: 18px;
        }

            .about-style2-carousel .single-item .quote span:before {
                color: rgba(255,255,255, 0.50);
                font-size: 66px;
                line-height: 66px;
            }

        .about-style2-carousel .single-item h3 {
            color: #ffffff;
            font-size: 22px;
            line-height: 40px;
            font-weight: 400;
            margin: 0 0 27px;
        }

        .about-style2-carousel .single-item .author-info {
            position: relative;
            display: block;
        }

            .about-style2-carousel .single-item .author-info .image {
                width: 60px;
            }

                .about-style2-carousel .single-item .author-info .image img {
                    width: 100%;
                    border-radius: 50%;
                }

            .about-style2-carousel .single-item .author-info .image,
            .about-style2-carousel .single-item .author-info .name {
                display: table-cell;
                vertical-align: middle;
            }

            .about-style2-carousel .single-item .author-info .name {
                padding-left: 20px;
            }

                .about-style2-carousel .single-item .author-info .name h4 {
                    color: #ffffff;
                    font-size: 20px;
                    line-height: 24px;
                    font-weight: 400;
                }

    .about-style2-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
        padding-top: 0px;
        padding-bottom: 0px;
    }

    .about-style2-carousel.owl-carousel.owl-dot-style1 .owl-dots {
        position: absolute;
        bottom: 35px;
        right: 20px;
    }

        .about-style2-carousel.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
            margin: 0px 5px;
        }



.about-style2-image-box {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    margin-left: 30px;
    border-radius: 20px;
}

    .about-style2-image-box img {
        border-radius: 20px;
        width: 100%;
    }

.about-style2-text-box {
    position: relative;
    display: block;
    margin-left: -30px;
}

    .about-style2-text-box .sec-title {
        padding-bottom: 25px;
    }

        .about-style2-text-box .sec-title .big-title {
            left: -140px;
        }

        .about-style2-text-box .sec-title h2 {
            font-size: 42px;
            line-height: 60px;
            margin: 23px 0 0;
        }

    .about-style2-text-box .inner-contant {
        position: relative;
        display: block;
    }

        .about-style2-text-box .inner-contant .text {
            position: relative;
            display: block;
        }

            .about-style2-text-box .inner-contant .text p {
                margin: 0;
            }

        .about-style2-text-box .inner-contant .button {
            position: relative;
            display: block;
            padding-top: 35px;
        }



/*** 
=============================================
    Aproach Area Css
=============================================
***/
.aproach-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding-top: 150px;
    padding-bottom: 150px;
}

    .aproach-area .shape {
        position: absolute;
        top: 0;
        left: 5%;
    }

.aproach-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 300px;
    width: 60%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-left-radius: 20px;
}

.aproach-content-box {
    position: relative;
    display: block;
    background: #121e40;
    max-width: 670px;
    width: 100%;
    padding: 80px 70px 80px;
    border-radius: 15px;
}

    .aproach-content-box h2 {
        color: #ffffff;
        font-size: 46px;
        line-height: 60px;
        font-weight: 700;
    }

    .aproach-content-box ul {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 50px;
    }

        .aproach-content-box ul li {
            position: relative;
            display: block;
            padding-left: 90px;
            margin-bottom: 35px;
        }

            .aproach-content-box ul li:last-child {
                margin-bottom: 0;
            }

            .aproach-content-box ul li .icon {
                position: absolute;
                top: 7px;
                left: 0;
            }

                .aproach-content-box ul li .icon span:before {
                    color: #ffffff;
                    font-size: 70px;
                    line-height: 70px;
                }

            .aproach-content-box ul li .title {
                position: relative;
                display: block;
            }

                .aproach-content-box ul li .title h3 {
                    color: #ffffff;
                    font-size: 24px;
                    line-height: 30px;
                    font-weight: 600;
                    margin: 0 0 14px;
                }

                .aproach-content-box ul li .title p {
                    color: rgba(255,255,255, 0.70);
                    margin: 0;
                }

.brand-box {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    flex-wrap: wrap;
}

    .brand-box ul {
        position: relative;
        display: block;
        margin-right: -360px;
    }

        .brand-box ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-top: 20px;
            margin-right: 10px;
        }

            .brand-box ul li:last-child {
                margin-right: 0;
            }

            .brand-box ul li a {
                position: relative;
                display: inline-block;
            }

                .brand-box ul li a img {
                    opacity: .50;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

            .brand-box ul li:hover a img {
                opacity: 1.0;
            }



/*** 
=============================================
    Slogan Area Style2Css
=============================================
***/
.slogan-area.style2 {
    background: #f2f7ff;
}

    .slogan-area.style2 .slogan-content p {
        color: #f3725b;
    }

    .slogan-area.style2 .slogan-content h2 {
        color: #1f293b;
    }



/*** 
=============================================
    Testimonial Style2 Area Css
=============================================
***/
.testimonial-style2-area {
    position: relative;
    display: block;
    padding: 120px 0 120px;
}

    .testimonial-style2-area .layer-outer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-attachment: scroll;
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }

        .testimonial-style2-area .layer-outer .left {
            position: relative;
            display: block;
            width: 50%;
            height: 100%;
            background-attachment: scroll;
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            z-index: 1;
        }

.testimonial-outer-box.style2 {
    position: relative;
    display: block;
    padding-top: 0px;
    padding-left: 95px;
    z-index: 1;
}

    .testimonial-outer-box.style2 .sec-title {
        padding-bottom: 35px;
    }

        .testimonial-outer-box.style2 .sec-title .big-title {
            color: rgba(255, 255, 255, 0.6);
            left: -210px;
        }

        .testimonial-outer-box.style2 .sec-title h3 {
            color: #ffffff;
        }

        .testimonial-outer-box.style2 .sec-title h2 {
            color: #ffffff;
        }

.single-testimonial-style1.style2 .text-box p {
    color: #ffffff;
}

.single-testimonial-style1.style2 .clinet-info .name-box h3 {
    color: #ffffff;
}



/*** 
=============================================
    Event Style2 Area Css
=============================================
***/
.event-style2-area {
    position: relative;
    display: block;
    background: #f2f7ff;
    padding: 150px 0 150px;
}

    .event-style2-area .sec-title.style2 {
        padding-bottom: 36px;
    }

.single-event-style2 {
    position: relative;
    display: block;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 15px 2px rgba(43,105,196,0.1);
    box-shadow: 0px 5px 15px 2px rgba(43,105,196,0.1);
}

    .single-event-style2 .img-holder {
        position: relative;
        background: #fff;
        /* width: 200px; */
    }

        .single-event-style2 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            /* border-top-left-radius: 20px;
    border-bottom-left-radius: 20px; */
            border-radius: 0px !important;
        }

            .single-event-style2 .img-holder .inner img {
                width: 100%;
                max-width: 100px;
            }

    .single-event-style2 .img-holder,
    .single-event-style2 .text-holder {
        display: table-cell;
        vertical-align: middle;
    }

    .single-event-style2 .text-holder {
        position: relative;
        background: #ffffff;
        /* border-top-right-radius: 20px;
    border-bottom-right-radius: 20px; */
        padding: 0 15px;
    }

        .single-event-style2 .text-holder .time {
            position: relative;
            display: block;
            color: #f3725b;
            font-size: 17px;
            line-height: 20px;
            font-weight: 500;
        }

            .single-event-style2 .text-holder .time span:before {
                position: relative;
                display: inline-block;
                padding-right: 10px;
            }

        .single-event-style2 .text-holder h3 {
            font-size: 18px;
            line-height: 18px;
            font-weight: 600;
            margin: 5px 0 5px;
        }

            .single-event-style2 .text-holder h3 a {
                color: #1f293b;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

    .single-event-style2:hover .text-holder h3 a {
        color: #f3725b;
    }

    .single-event-style2 .text-holder .text {
        position: relative;
        display: block;
    }

        .single-event-style2 .text-holder .text p {
            line-height: 16px;
            font-size: 14px;
        }

.event-carousel {
}

    .event-carousel.owl-carousel.owl-dot-style1 .owl-stage-outer {
        padding-top: 20px;
        padding-bottom: 60px;
        border-radius: 20px;
    }



/*** 
=============================================
    Coming Soon Style2 Area Css
=============================================
***/
.coming-soon-style2-area {
    position: relative;
    display: block;
    background: #ffffff;
    z-index: 1;
}

    .coming-soon-style2-area:before {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 50%;
        content: "";
        background: #f2f7ff;
        z-index: -1;
    }

.coming-soon-content-style2 {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background-attachment: scroll;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    padding: 70px 70px;
}

    .coming-soon-content-style2 .title-box {
        position: relative;
        display: block;
    }

        .coming-soon-content-style2 .title-box h2 {
            color: #ffffff;
            font-size: 36px;
            line-height: 40px;
            font-weight: 700;
        }

    .coming-soon-content-style2 .countdown-timer li {
        float: left;
        margin: 0px;
        margin-right: 10px;
        width: 130px;
        height: 130px;
        background: transparent;
        border-radius: 20px;
        padding: 23px 0;
        border: 2px solid rgba(255, 255, 255, 0.20);
    }

        .coming-soon-content-style2 .countdown-timer li:last-child {
            margin-right: 0;
        }

        .coming-soon-content-style2 .countdown-timer li span.days,
        .coming-soon-content-style2 .countdown-timer li span.hours,
        .coming-soon-content-style2 .countdown-timer li span.minutes,
        .coming-soon-content-style2 .countdown-timer li span.seconds {
            color: #f3725b;
        }



/*** 
=============================================
    Blog Style1 Area Css
=============================================
***/
.blog-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 110px;
}

    .blog-style1-area.graybg {
        background: #f2f7fb;
    }

    .blog-style1-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .blog-style1-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }

.single-blog-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .single-blog-style1 .img-holder {
        position: relative;
        display: block;
    }

        .single-blog-style1 .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

            .single-blog-style1 .img-holder .inner:before {
                position: absolute;
                content: '';
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 0px;
                background-color: rgba(54,124,232, 0.50);
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                z-index: 1;
            }

    .single-blog-style1:hover .img-holder .inner:before {
        height: 100%;
    }

    .single-blog-style1 .img-holder .inner img {
        width: 100%;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit-transform .4s ease;
        transition: -webkit-transform .4s ease;
        transition: transform .4s ease;
        transition: transform .4s ease, -webkit-transform .4s ease;
    }

    .single-blog-style1:hover .img-holder .inner img {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }

    .single-blog-style1 .img-holder .date-box {
        position: absolute;
        left: 30px;
        bottom: -30px;
        width: 100px;
        height: 100px;
        border-radius: 15px;
        text-align: center;
        padding: 27px 0;
        z-index: 1;
    }

        .single-blog-style1 .img-holder .date-box:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            content: "";
            background: #ffffff;
            border-radius: 15px;
            z-index: -1;
        }

        .single-blog-style1 .img-holder .date-box:after {
            position: absolute;
            left: 0px;
            bottom: 0;
            right: 0;
            height: 30px;
            content: "";
            -webkit-box-shadow: 0px 5px 10px 2px rgba(51,124,232,0.15);
            box-shadow: 0px 5px 10px 2px rgba(51,124,232,0.15);
            border-bottom-left-radius: 15px;
            border-bottom-right-radius: 15px;
            z-index: -2;
        }

        .single-blog-style1 .img-holder .date-box h2 {
            font-size: 34px;
            line-height: 22px;
            font-weight: 600;
            text-transform: uppercase;
        }

            .single-blog-style1 .img-holder .date-box h2 span {
                color: #1f293b;
                font-size: 16px;
            }

    .single-blog-style1 .text-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 67px 30px 40px;
        -webkit-box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
    }

        .single-blog-style1 .text-holder .author {
            position: relative;
            display: block;
            color: #94979c;
            font-size: 17px;
            line-height: 20px;
            font-weight: 500;
        }

        .single-blog-style1 .text-holder h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin: 20px 0 10px;
        }

            .single-blog-style1 .text-holder h3 a {
                color: #1f293b;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

    .single-blog-style1:hover .text-holder h3 a {
        color: #f3725b;
    }

    .single-blog-style1 .text-holder .text {
        position: relative;
        display: block;
    }

        .single-blog-style1 .text-holder .text p {
            margin: 0;
            line-height: 30px;
        }

    .single-blog-style1 .text-holder .button {
        position: relative;
        display: block;
        padding-top: 21px;
    }

        .single-blog-style1 .text-holder .button a {
            position: relative;
            display: inline-block;
            padding: 0 34px;
            color: #4e5663;
            font-size: 17px;
            line-height: 43px;
            font-weight: 600;
            text-transform: capitalize;
            border: 1px solid #e0e5ec;
            border-radius: 30px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-blog-style1:hover .text-holder .button a {
        color: #ffffff;
        background-color: #f3725b;
        border-color: #f3725b;
    }



/*** 
=============================================
    Header Style Three Css
=============================================
***/
.header-style-three {
    position: relative;
}

.main-header .mobile-menu-two {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #121e40;
}

    .main-header .mobile-menu-two .wrapper-box {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
        padding: 25px 0;
    }

        .main-header .mobile-menu-two .wrapper-box .logo {
            position: relative;
            display: block;
        }

            .main-header .mobile-menu-two .wrapper-box .logo a {
                display: inline-block;
            }

.main-header .mobile-nav-toggler-two {
    color: #fff;
    font-size: 30px;
    cursor: pointer;
}


/* Side Menu */
.side-menu {
    position: fixed;
    left: 0;
    top: 0;
    max-width: 100%;
    width: 320px;
    height: 100%;
    background: #0e1833;
    transform: translateX(-320px);
    padding-right: 30px;
    transition: .5s ease;
    z-index: 999;
}

    .side-menu .side-menu-resize {
        position: absolute;
        right: -40px;
        top: 50%;
        height: 40px;
        width: 40px;
        color: #fff;
        line-height: 40px;
        background-color: #000000;
        display: none;
        text-align: center;
        cursor: pointer;
        margin-top: -20px;
        transition: .5s ease;
        z-index: 9;
    }

.side-menu-visible .side-menu .side-menu-resize {
    right: 0;
    background: rgba(255, 255, 255, 0.1);
}

    .side-menu-visible .side-menu .side-menu-resize .fa-angle-right:before {
        content: "\f104";
    }


.side-menu .menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #0e1833;
    padding: 0px 0px;
    z-index: 5;
    border-radius: 0px;
}

.side-menu .mCSB_scrollTools .mCSB_draggerContainer {
    right: -11px;
}

.side-menu .mCSB_inside > .mCSB_container {
    margin-right: 5px;
}

.side-menu .navbar-collapse {
    display: block !important;
}

.side-menu .nav-logo {
    position: relative;
    padding: 0px;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 100px;
}

    .side-menu .nav-logo a {
        position: relative;
        display: inline-block;
    }

        .side-menu .nav-logo a img {
            width: auto;
        }

.side-menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    padding: 0 40px;
}

    .side-menu .navigation > li {
        position: relative;
        display: block;
        text-align: center;
        line-height: 45px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.20);
    }

        .side-menu .navigation > li:last-child {
            border-bottom: none;
        }

        .side-menu .navigation > li > a {
            position: relative;
            display: inline-block;
            padding: 0px 20px;
            color: #ffffff;
            font-size: 18px;
            line-height: 24px;
            font-weight: 500;
            text-transform: capitalize;
            -webkit-transition: all 500ms ease;
            -o-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .side-menu .navigation > li.current > a,
            .side-menu .navigation > li > a:hover {
                color: #f85959;
            }


    .side-menu .navigation li > ul,
    .side-menu .navigation li > ul > li > ul {
        display: none;
        background-color: rgba(255, 255, 255, 0.05);
    }

        .side-menu .navigation li > ul > li,
        .side-menu .navigation li > ul > li > ul > li {
            position: relative;
            display: block;
            text-align: center;
            line-height: 45px;
        }

            .side-menu .navigation li > ul > li > a,
            .side-menu .navigation li > ul > li > ul > li a {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 16px;
                font-weight: 500;
                text-transform: capitalize;
                -webkit-transition: all 500ms ease;
                -o-transition: all 500ms ease;
                transition: all 500ms ease;
            }


    .side-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 0;
        top: 0;
        width: 40px;
        height: 45px;
        text-align: center;
        font-size: 18px;
        line-height: 45px;
        color: #ffffff;
        cursor: pointer;
        background-color: rgba(0, 0, 0, 0.30);
        border-radius: 2px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        z-index: 5;
    }

        .side-menu .navigation li.dropdown .dropdown-btn span:before {
            content: "+";
            font-weight: 400;
            font-size: 22px;
            transition: .5s;
            font-family: 'Work Sans', sans-serif;
        }

        .side-menu .navigation li.dropdown .dropdown-btn.open {
        }

            .side-menu .navigation li.dropdown .dropdown-btn.open span:before {
                content: "-";
            }
/*****
.side-menu .close-btn {
	position: absolute;
	right: 10px;
	top: 10px;
	line-height: 30px;
	width: 24px;
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	cursor: pointer;
	z-index: 10;
	-webkit-transition: all 0.9s ease;
	-o-transition: all 0.9s ease;
	transition: all 0.9s ease;
}
.side-menu .close-btn:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}
*****/


.side-menu-bottom-box {
    position: relative;
    display: block;
    padding-top: 180px;
    text-align: center;
}

    .side-menu-bottom-box .button {
        position: relative;
        display: block;
    }

        .side-menu-bottom-box .button a {
            line-height: 60px;
        }

    .side-menu-bottom-box .copyright-text p {
        color: #ffffff;
        font-size: 15px;
        line-height: 22px;
        font-weight: 400;
        margin: 46px 0 0;
    }

        .side-menu-bottom-box .copyright-text p a {
            color: #f7f7f7;
            font-weight: 600;
            transition: all 500ms ease;
        }



@media only screen and (min-width: 1400px) {
    .side-menu-visible .side-menu {
        transform: translateX(0);
    }

    .side-menu .side-menu-resize {
        display: block;
    }

    .side-menu-visible {
        padding-left: 320px;
        transition: .5s;
    }

    .main-header .mobile-menu-two {
        display: none;
    }

    .side-menu-overlay {
        display: none;
    }
}


@media only screen and (max-width: 1399px) {
    .side-menu-visible-s2 .side-menu {
        transform: translateX(0);
    }

    .side-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.80);
        z-index: 99;
        cursor: url(../images/icon/cross-out.png), pointer;
        opacity: 0;
        visibility: hidden;
    }

    .side-menu-visible-s2 .side-menu-overlay {
        opacity: 1;
        visibility: visible;
    }
}



/*** 
=============================================
    Main Area Style2 Css
=============================================
***/
.main-slider.style2 {
}

    .main-slider.style2 .auto-container {
        position: relative;
        overflow: hidden;
        max-width: 1920px;
        width: 100%;
        padding: 0px 120px;
        margin: 0 auto;
        top: 200px;
    }

    .main-slider.style2 .slide {
        padding: 50px 0px 327px;
    }

        .main-slider.style2 .slide:before {
            position: absolute;
            top: 0;
            left: -5000px;
            bottom: 0;
            right: 60%;
            /* background: rgb(91 91 91 / 52%); */
            content: "";
            z-index: 1;
            transform: skew(-10deg, 0deg) scaleX(1.0);
        }

        .main-slider.style2 .slide:after {
            position: absolute;
            top: 0;
            left: 70%;
            bottom: 0;
            right: -5000px;
            /* background: rgb(91 91 91 / 52%); */
            content: "";
            z-index: 1;
            transform: skew(-10deg, 0deg) scaleX(1.0);
        }

    .main-slider.style2 .active .slide .image-layer {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .main-slider.style2 .content {
        position: relative;
        display: block;
        opacity: 0;
        transform: translateY(100%);
        -webkit-transition: all 500ms linear;
        -moz-transition: all 500ms linear;
        -ms-transition: all 500ms linear;
        -o-transition: all 500ms linear;
        transition: all 500ms linear;
        z-index: 100;
    }

    .main-slider.style2 .active .content {
        opacity: 1;
        transform: translateY(0px);
        -webkit-transition: all 1000ms linear;
        -moz-transition: all 1000ms linear;
        -ms-transition: all 1000ms linear;
        -o-transition: all 1000ms linear;
        transition: all 1000ms linear;
    }

    .main-slider.style2 .content h2 {
        color: #ffffff;
        font-size: 60px;
        line-height: 75px;
        font-weight: 700;
    }


    .main-slider.style2 .owl-theme .owl-nav .owl-prev {
        top: 0;
        left: auto;
        right: 50px;
        background: #484c44;
        border-radius: 5px;
        margin-top: -55px;
    }

        .main-slider.style2 .owl-theme .owl-nav .owl-prev:hover {
            color: #1f293b;
            background: #ffffff;
        }

    .main-slider.style2 .owl-theme .owl-nav .owl-next {
        position: absolute;
        left: auto;
        top: auto;
        right: 50px;
        bottom: 50%;
        background: #484c44;
        border-radius: 5px;
        margin-top: 0px;
        margin-bottom: -55px;
    }

        .main-slider.style2 .owl-theme .owl-nav .owl-next:hover {
            color: #1f293b;
            background: #ffffff;
        }

    .main-slider.style2 .banner-carousel .owl-dots {
        left: 0;
        bottom: 249px;
        text-align: left;
        right: 0;
        max-width: 1920px;
        width: 100%;
        padding: 0px 120px;
        margin: 0 auto !important;
    }

        .main-slider.style2 .banner-carousel .owl-dots .owl-dot.active {
            background-color: #f85959;
        }



/*** 
=============================================
    Features Style3 Area Css
=============================================
***/
.features-style3-area {
    position: relative;
    display: block;
    padding: 150px 0 100px;
}

    .features-style3-area .sec-title {
        padding-bottom: 56px;
    }

        .features-style3-area .sec-title .big-title {
            top: 0;
            left: 0;
            right: 0;
        }

    .features-style3-area.gray-bg {
        background: #f2f7ff;
    }

.single-feature-box-style2 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    .single-feature-box-style2 .icon {
        position: relative;
        display: block;
        height: 110px;
        width: 80px;
        margin: 0 auto;
        text-align: center;
        z-index: 1;
    }

        .single-feature-box-style2 .icon .static-shape {
            position: absolute;
            left: 0;
            bottom: 0;
            right: 0;
            text-align: center;
            z-index: -1;
            transform: scale(1.0);
            transition: all 700ms ease 100ms;
        }

        .single-feature-box-style2 .icon span:before {
            font-size: 80px;
            line-height: 80px;
            transition: all 700ms ease 100ms;
        }

    .single-feature-box-style2:hover .icon .static-shape {
        opacity: 0;
        transform: scale(0.5);
    }

    .single-feature-box-style2 .icon .overlay-shape {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        z-index: -1;
        transform: scale(0);
        transition: all 700ms ease 100ms;
    }

    .single-feature-box-style2:hover .icon .overlay-shape {
        transform: scale(1.0);
    }




    .single-feature-box-style2 .text {
        position: relative;
        display: block;
        padding-top: 25px;
    }

        .single-feature-box-style2 .text h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 0 14px;
        }

            .single-feature-box-style2 .text h3 a {
                color: #1f293b;
                transition: all 700ms ease 100ms;
            }

    .single-feature-box-style2:hover .text h3 a {
    }

    .single-feature-box-style2 .text p {
        margin: 0;
        transition: all 700ms ease 100ms;
    }

    .single-feature-box-style2 .text .button {
        position: relative;
        display: block;
        padding-top: 30px;
    }

        .single-feature-box-style2 .text .button a {
            position: relative;
            display: inline-block;
            padding: 0 30px;
            border: 1px solid #e0e5ec;
            color: #4e5663;
            font-size: 17px;
            line-height: 43px;
            font-weight: 600;
            text-transform: capitalize;
            border-radius: 30px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

    .single-feature-box-style2:hover .text .button a {
        color: #ffffff;
        background: #f3725b;
        border-color: #f3725b;
    }



/*** 
=============================================
    Video Gallery Area Css
=============================================
***/
.video-gallery-area {
    position: relative;
    display: block;
    margin-bottom: -180px;
}

.video-gallery-content {
    position: relative;
    display: block;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 20px;
    z-index: 1;
}

    .video-gallery-content:before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: rgba(54, 124, 232, 0.80);
        content: "";
        border-radius: 20px;
        z-index: -1;
    }

    .video-gallery-content .video-holder-box {
        position: relative;
        display: block;
        padding: 220px 0;
    }

        .video-gallery-content .video-holder-box .icon {
            border: 10px solid rgba(255,255,255, 0.10);
        }

            .video-gallery-content .video-holder-box .icon a {
                background: #ffffff;
            }

                .video-gallery-content .video-holder-box .icon a:before {
                    border: 10px solid rgba(255, 255, 255, 0.30);
                }

                .video-gallery-content .video-holder-box .icon a span:before {
                    color: #f3725b;
                }



/*** 
=============================================
    Donate Style1 Area style2 Css
=============================================
***/
.donate-style1-area.style2 {
    background: #121e40;
    padding: 300px 0 120px;
}

    .donate-style1-area.style2 .layer-outer {
        background-attachment: scroll;
        background-position: center center;
        background-size: cover;
    }

    .donate-style1-area.style2 .title h2 {
        color: #ffffff;
    }

.select-donate-style1-box.style2 li label {
    color: #ffffff;
    line-height: 51px;
    border: 2px solid #ffffff;
    background-color: transparent;
}

.select-donate-style1-box.style2 li :checked + label {
    color: #1f293b;
    border-color: #ffffff;
    background-color: #ffffff;
}



/*** 
=============================================
    About Style3 Area Css
=============================================
***/
.about-style3-area {
    position: relative;
    display: block;
    padding: 150px 0 150px;
    overflow: hidden;
}

    .about-style3-area .shape {
        position: absolute;
        top: -120px;
        right: -120px;
    }

.about-style3-image-box {
    position: relative;
    display: block;
    max-width: 530px;
    width: 100%;
    z-index: 1;
}

    .about-style3-image-box img {
        width: 100%;
        border-radius: 30px;
    }

.about-style3-text-box {
    position: relative;
    display: block;
    padding-left: 30px;
}

    .about-style3-text-box .sec-title {
        padding-bottom: 27px;
    }

        .about-style3-text-box .sec-title .big-title {
            left: -130px;
        }

    .about-style3-text-box .inner-contant {
        position: relative;
        display: block;
    }

        .about-style3-text-box .inner-contant .text {
            position: relative;
            display: block;
        }

            .about-style3-text-box .inner-contant .text ul {
                position: relative;
                display: block;
                overflow: hidden;
                padding-top: 0px;
                padding-bottom: 17px;
            }

                .about-style3-text-box .inner-contant .text ul li {
                    position: relative;
                    display: block;
                    padding-left: 30px;
                    color: #1f293b;
                    font-size: 17px;
                    font-weight: 600;
                    line-height: 38px;
                }

                    .about-style3-text-box .inner-contant .text ul li:before {
                        position: absolute;
                        top: 0;
                        left: 0;
                        bottom: 0;
                        background-color: #f3725b;
                        content: "";
                        height: 2px;
                        width: 15px;
                        margin: 18px 0;
                    }



/*** 
=============================================
    Progressbar Area Css
=============================================
***/
.progressbar-area {
    position: relative;
    display: block;
    background: #f2f7fb;
    padding: 150px 0 100px;
}

    .progressbar-area .sec-title {
        padding-bottom: 56px;
    }

        .progressbar-area .sec-title .big-title {
            top: 0;
            left: 0;
            right: 0;
        }

.progress-block {
    position: relative;
    display: block;
    margin-bottom: 42px;
}

    .progress-block .inner-box {
        position: relative;
        width: 200px;
        min-height: 200px;
        text-align: center;
        margin: 0 auto 22px;
    }

    .progress-block .graph-outer {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        background: #f2f7fb;
        border-radius: 50%;
    }

        .progress-block .graph-outer .count-box {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            margin-top: 0;
            color: #f85959;
            font-size: 48px;
            font-weight: 500;
            transform: none;
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
        }

        .progress-block .graph-outer .count-text {
            position: relative;
            display: inline-block;
            color: #f85959;
            font-size: 48px;
            line-height: 40px;
            font-weight: 500;
        }

    .progress-block .title {
        position: relative;
        display: block;
        text-align: center;
    }

        .progress-block .title h5 {
            color: #1f293b;
            font-size: 20px;
            line-height: 30px;
            font-weight: 500;
        }



/*** 
=============================================
    Header Style Four Css
=============================================
***/
.header-style-four {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

    .header-style-four .header-style2 {
        background: rgba(8, 68, 148, 0.50);
    }

    .header-style-four .header-left-style2 .logo:before {
        background: rgba(255, 255, 255, 0.15);
        transform: skew(0deg, 0deg);
    }

    .header-style-four .main-menu.style2 .navigation > li:after {
        background-color: #f85959;
    }

    .header-style-four .main-menu.style2 .navigation > li:hover:after,
    .header-style-four .main-menu.style2 .navigation > li.current:after {
        transform: skew(-15deg, 0deg) scaleX(1.0);
    }

    .header-style-four .main-menu.style2 .navigation > li > a {
        color: #ffffff;
    }

    .header-style-four .header-right-style2 .outer-search-box-style1 .seach-toggle {
        color: #ffffff;
    }

    .header-style-four .header-right-style2 .cart-box a {
        background: rgba(255, 255, 255, 0.08);
    }

        .header-style-four .header-right-style2 .cart-box a span:before {
            color: #ffffff;
        }

        .header-style-four .header-right-style2 .cart-box a span.count {
            background-color: #f85959;
        }

    .header-style-four .header-right-style2 .button a:before {
        top: 0;
        left: 0;
        bottom: 0;
        right: 0px;
        background: transparent;
        border-left: 1px solid rgba(255, 255, 255, 0.15);
        transform: skew(0deg, 0deg);
    }



/*** 
=============================================
    Banner Area Css
=============================================
***/
.banner-area {
    position: relative;
    display: block;
    padding: 231px 0 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: 1;
}

    .banner-area:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(8, 68, 148, 0.90);
        content: "";
        z-index: -1;
    }

.banner-content {
    position: relative;
    display: block;
}

    .banner-content .banner-image {
        position: absolute;
        bottom: 0;
        right: -100px;
    }

    .banner-content .inner-content {
        position: relative;
        display: block;
        max-width: 670px;
        width: 100%;
        padding-bottom: 100px;
    }

        .banner-content .inner-content h2 {
            color: #ffffff;
            font-size: 60px;
            line-height: 70px;
            font-weight: 700;
        }

        .banner-content .inner-content h3 {
            color: #f85959;
            font-size: 26px;
            line-height: 38px;
            font-weight: 600;
            margin: 26px 0 31px;
        }

        .banner-content .inner-content .text {
            position: relative;
            display: block;
        }

            .banner-content .inner-content .text p {
                color: #ffffff;
                font-size: 17px;
                line-height: 32px;
                margin: 0;
            }

        .banner-content .inner-content ul {
            position: relative;
            display: block;
            overflow: hidden;
            padding: 27px 0 36px;
        }

            .banner-content .inner-content ul li {
                position: relative;
                display: block;
                padding-left: 35px;
                color: #ffffff;
                font-size: 17px;
                line-height: 40px;
                font-weight: 400;
            }

                .banner-content .inner-content ul li:before {
                    position: absolute;
                    top: 0;
                    left: 0;
                    bottom: 0;
                    width: 15px;
                    height: 2px;
                    background: #f85959;
                    content: "";
                    margin: 19px 0;
                }

                .banner-content .inner-content ul li span {
                    position: relative;
                    display: inline-block;
                    width: 200px;
                    font-weight: 600;
                }



/*** 
=============================================
    History Area Css
=============================================
***/
.history-area {
    position: relative;
    display: block;
    background: #094194;
    padding: 110px 0 120px;
}

.history-content {
    position: relative;
    display: block;
}

    .history-content .title {
        position: relative;
        display: block;
        padding-bottom: 32px;
    }

        .history-content .title h3 {
            color: #ffffff;
            font-size: 26px;
            line-height: 40px;
            font-weight: 700;
            margin: 0 0 30px;
        }

        .history-content .title p {
            color: #ffffff;
            margin: 0;
        }


    .history-content ul {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .history-content ul li {
            position: relative;
            display: block;
            padding-left: 120px;
            margin-bottom: 32px;
        }

            .history-content ul li:last-child {
                margin-bottom: 0;
            }

            .history-content ul li .year {
                position: absolute;
                top: 0;
                left: 0;
            }

                .history-content ul li .year h3 {
                    color: #ffffff;
                    font-size: 26px;
                    line-height: 32px;
                    font-weight: 700;
                }

            .history-content ul li .text {
                position: relative;
                display: block;
            }

                .history-content ul li .text h3 {
                    color: #ffffff;
                    font-size: 26px;
                    line-height: 32px;
                    font-weight: 700;
                }

                .history-content ul li .text span {
                    color: #ffffff;
                }

                .history-content ul li .text p {
                    color: #ffffff;
                    margin: 13px 0 0;
                }

    .history-content .bottom-content {
        position: relative;
        display: block;
        padding-top: 53px;
    }

        .history-content .bottom-content h2 {
            color: #ffffff;
            font-size: 40px;
            line-height: 50px;
            font-weight: 700;
            margin: 0 0 29px;
        }

        .history-content .bottom-content p {
            color: #ffffff;
        }


    .history-content .home-social-links {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 24px;
    }

        .history-content .home-social-links li {
            position: relative;
            display: inline-block;
            float: left;
            margin: 0;
            padding: 0;
            margin-right: 10px;
        }

            .history-content .home-social-links li:last-child {
                margin-right: 0;
            }

            .history-content .home-social-links li a {
                position: relative;
                display: block;
                height: 50px;
                width: 50px;
                border-radius: 50%;
                color: #ffffff;
                font-size: 16px;
                line-height: 50px;
                text-align: center;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .history-content .home-social-links li a.fb {
                    background: #4a6fbe;
                }

                .history-content .home-social-links li a.tw {
                    background: #55acee;
                }

                .history-content .home-social-links li a.linked {
                    background: #0073b1;
                }

                .history-content .home-social-links li a.gplus {
                    background: #dd4b39;
                }

.footer-bottom.style2 {
    background: #082d62;
    padding: 35px 0;
}



/*** 
=============================================
    Breadcrumb area style
=============================================
***/
.breadcrumb-area {
    position: relative;
    background-attachment: scroll;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 212px 0 200px;
    z-index: 10;
}

    .breadcrumb-area::before {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(10, 18, 43, 0.60) none repeat scroll 0 0;
        content: "";
        z-index: -1;
    }

    .breadcrumb-area .inner-content {
        position: relative;
        display: block;
    }

.breadcrumb-menu ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 16px;
}

    .breadcrumb-menu ul li {
        position: relative;
        display: inline-block;
        color: #ffffff;
        font-size: 20px;
        line-height: 30px;
        font-weight: 600;
        padding: 0 3px;
        text-transform: capitalize;
    }

        .breadcrumb-menu ul li a {
            color: #ffffff;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .breadcrumb-menu ul li a:hover {
                color: #f85959;
            }

        .breadcrumb-menu ul li.active {
            color: #f85959;
        }

.breadcrumb-area .title {
    position: relative;
    display: block;
}

    .breadcrumb-area .title h2 {
        color: #ffffff;
        font-size: 50px;
        line-height: 60px;
        font-weight: 700;
        text-transform: capitalize;
    }



/*** 
=============================================
    Team Area Css
=============================================
***/
.team-area {
    position: relative;
    display: block;
    overflow: hidden;
    padding: 150px 0 80px;
    background-color: #ffffff;
}

    .team-area .sec-title {
        padding-bottom: 56px;
    }

        .team-area .sec-title .big-title {
            top: 0;
            left: 0;
            right: 0;
        }

    .team-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .team-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }

.single-team-member {
    position: relative;
    display: block;
    max-width: 450px;
    width: 100%;
    margin: 0 auto 15px;
}

    .single-team-member .img-holder {
        position: relative;
        display: block;
        padding-bottom: 50px;
    }

        .single-team-member .img-holder .inner {
            position: relative;
            display: block;
            overflow: hidden;
            border-radius: 20px;
        }

            .single-team-member .img-holder .inner:before {
                position: absolute;
                content: '';
                left: 0px;
                bottom: 0px;
                width: 100%;
                height: 0px;
                background-color: rgba(10, 18, 43, 0.30);
                transition: all 900ms ease;
                -moz-transition: all 900ms ease;
                -webkit-transition: all 900ms ease;
                -ms-transition: all 900ms ease;
                -o-transition: all 900ms ease;
                z-index: 1;
            }

    .single-team-member:hover .img-holder .inner:before {
        height: 100%;
    }


    .single-team-member .img-holder .inner img {
        width: 100%;
        transform: translateX(0px) scale(1.0, 1.0);
        transition: all 300ms ease;
    }

    .single-team-member:hover .img-holder .inner img {
        transform: translateX(0px) scale(1.1, 1.1);
    }

    .single-team-member .title-holder {
        position: absolute;
        left: 35px;
        bottom: 0;
        right: 35px;
        text-align: center;
        padding: 34px 0 37px;
        border-radius: 20px;
        z-index: 1;
    }

        .single-team-member .title-holder:before {
            position: absolute;
            top: 0;
            left: 0px;
            bottom: 0;
            right: 0;
            background: #ffffff;
            content: "";
            border-radius: 20px;
            z-index: -1;
        }

        .single-team-member .title-holder:after {
            position: absolute;
            left: 0px;
            bottom: 0px;
            right: 0;
            height: 50px;
            content: "";
            border-bottom-left-radius: 20px;
            border-bottom-right-radius: 20px;
            z-index: -2;
            -webkit-box-shadow: 0px 10px 20px 3px rgba(51,124,232,0.1);
            box-shadow: 0px 10px 20px 3px rgba(51,124,232,0.1);
            transition: all 500ms linear;
            transition-delay: 0.1s;
        }

    .single-team-member:hover .title-holder:after {
        -webkit-box-shadow: 0px 10px 20px 3px rgba(51,124,232,0.15);
        box-shadow: 0px 10px 20px 3px rgba(51,124,232,0.15);
    }


    .single-team-member .title-holder h3 {
        font-size: 24px;
        line-height: 30px;
        font-weight: 600;
        text-transform: capitalize;
        margin: 0 0 17px;
    }

        .single-team-member .title-holder h3 a {
            color: #1f293b;
        }

    .single-team-member .title-holder p {
        color: #a5a9b1;
        font-size: 16px;
        line-height: 16px;
        font-weight: 600;
        margin: 0 0 0px;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-team-member:hover .title-holder p {
        margin: 0 0 22px;
    }


.team-social-links {
    position: relative;
    display: block;
    overflow: hidden;
    height: 0;
    transform: translateY(0%) rotateX(90deg);
    transition: all 300ms linear;
    transition-delay: 0.1s;
}

.single-team-member:hover .team-social-links {
    height: 45px;
    transform: translateY(0%) rotateX(0deg);
    transition: all 200ms linear;
    transition-delay: 0.1s;
}


.team-social-links ul {
    position: relative;
    display: block;
}

    .team-social-links ul li {
        position: relative;
        display: inline-block;
        margin: 0 2px;
    }

        .team-social-links ul li a {
            position: relative;
            display: block;
            background: #444444;
            width: 45px;
            height: 45px;
            border-radius: 50%;
            color: #ffffff;
            font-size: 14px;
            text-align: center;
            line-height: 45px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .team-social-links ul li a.fb {
                background: #4a6fbe;
            }

            .team-social-links ul li a.tw {
                background: #53A7E7;
            }

            .team-social-links ul li a.pr {
                background: #E00022;
            }

            .team-social-links ul li a:hover {
                color: #222222;
                transform: rotate(360deg);
            }



/*** 
=============================================
    Causes Style1 Page Css
=============================================
***/
.causes-style1-page {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 100px;
}

    .causes-style1-page .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .causes-style1-page .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }


    .causes-style1-page .sec-title {
        padding-left: 0px;
        padding-bottom: 56px;
    }

        .causes-style1-page .sec-title .big-title {
            left: 0px;
            right: 0;
        }

.single-causes-style1.style1instyle2 {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

    .single-causes-style1.style1instyle2 .img-holder {
        width: 100%;
        overflow: hidden;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
    }

        .single-causes-style1.style1instyle2 .img-holder img {
            width: 100%;
            border-radius: 0;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

    .single-causes-style1.style1instyle2:hover .img-holder img {
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }

    .single-causes-style1.style1instyle2 .text-holder {
        padding: 50px 40px 50px;
        width: 100%;
        border-radius: 0;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        -webkit-box-shadow: 0px 6px 15px 2px rgba(51,124,232,0.15);
        box-shadow: 0px 6px 15px 2px rgba(51,124,232,0.15);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-causes-style1.style1instyle2:hover .text-holder {
        -webkit-box-shadow: 0px 6px 15px 2px rgba(51,124,232,0.05);
        box-shadow: 0px 6px 15px 2px rgba(51,124,232,0.05);
    }

    .single-causes-style1.style1instyle2 .text-holder h3 {
        margin: 16px 0 14px;
    }

    .single-causes-style1.style1instyle2 .text-holder .text {
        padding-bottom: 20px;
    }



/*** 
=============================================
    Latest Project Style2 Area Css
=============================================
***/
.coming-soon-style2-area.style2in-style3 {
    background: transparent;
    margin-bottom: -135px;
    z-index: 10;
}

    .coming-soon-style2-area.style2in-style3:before {
        display: none;
    }



/*** 
=============================================
    Causes Details Area Css
=============================================
***/
.causes-details-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 146px 0 124px;
}

    .causes-details-area .single-causes-style1.style1instyle2 {
        position: relative;
        display: block;
        padding: 0 100px;
        margin-bottom: 0px;
    }

        .causes-details-area .single-causes-style1.style1instyle2 .text-holder {
            padding: 0;
            width: 100%;
            border-radius: 0;
            box-shadow: none;
            background: transparent;
        }

        .causes-details-area .single-causes-style1.style1instyle2:hover .text-holder {
            box-shadow: none;
        }

        .causes-details-area .single-causes-style1.style1instyle2 .text-holder h5 {
            font-size: 20px;
            margin-top: 0px;
        }

        .causes-details-area .single-causes-style1.style1instyle2 .text-holder h2 {
            color: #1f293b;
            font-size: 46px;
            line-height: 60px;
            font-weight: 700;
            margin: 26px 0 47px;
        }

        .causes-details-area .single-causes-style1.style1instyle2 .text-holder .text {
            padding-bottom: 60px;
        }

        .causes-details-area .single-causes-style1.style1instyle2 .img-holder {
            width: 100%;
            border-radius: 0;
            margin-top: 70px;
        }

            .causes-details-area .single-causes-style1.style1instyle2 .img-holder img {
                width: 100%;
                border-radius: 25px;
            }

        .causes-details-area .single-causes-style1.style1instyle2:hover .img-holder img {
            transform: none;
        }

        .causes-details-area .single-causes-style1.style1instyle2 .bottom-text {
            position: relative;
            display: block;
            padding-top: 61px;
        }



/*** 
=============================================
    Become volunteer page Css
=============================================
***/
.become-volunteer-page .about-style3-image-box {
    max-width: 540px;
    padding-left: 70px;
}

    .become-volunteer-page .about-style3-image-box img {
        width: 100%;
        border-radius: 30px;
    }

    .become-volunteer-page .about-style3-image-box .box {
        position: absolute;
        left: 16px;
        bottom: 70px;
        width: 240px;
        height: 240px;
        background: #1b283e;
        border-radius: 20px;
        z-index: -1;
        transform: rotate(10deg);
    }

.become-volunteer-page .about-style3-text-box {
    padding-top: 60px;
}



/*** 
=============================================
    Volunteer Form Area style
=============================================
***/
.volunteer-form-area {
    position: relative;
    display: block;
    background: #f2f7fb;
    padding-top: 150px;
    padding-bottom: 150px;
}

    .volunteer-form-area .sec-title {
        padding-bottom: 56px;
    }

        .volunteer-form-area .sec-title .big-title {
            left: 0;
            right: 0;
        }

.volunteer-form {
    position: relative;
    display: block;
    padding: 0 100px;
}

    .volunteer-form form input[type="text"],
    .volunteer-form form input[type="email"],
    .volunteer-form form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        border: 0px solid #bbbbbb;
        width: 100%;
        height: 65px;
        margin-bottom: 30px;
        padding: 0 30px;
        color: #777777;
        font-size: 17px;
        font-weight: 500;
        border-radius: 30px;
        transition: all 500ms ease;
        font-family: 'Work Sans', sans-serif;
    }

        .volunteer-form form input[type="email"]::-webkit-input-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="email"]:-moz-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="email"]::-moz-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="email"]:-ms-input-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="text"]::-webkit-input-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="text"]:-moz-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="text"]::-moz-placeholder {
            color: #1f293b;
        }

        .volunteer-form form input[type="text"]:-ms-input-placeholder {
            color: #1f293b;
        }

    .volunteer-form .button-box {
        position: relative;
        display: block;
        padding-top: 20px;
    }

    .volunteer-form form button {
        width: 220px;
        margin: 0 auto;
    }



/*** 
=============================================
    About Style2 Area Donate Page Css
=============================================
***/
.about-style2-area.donate-page {
    background: #ffffff;
}

.donate-page-image1 {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    border-radius: 20px;
}

    .donate-page-image1 img {
        width: 100%;
        border-radius: 20px;
    }



/*** 
=============================================
    Portfolio Style1 Area Css
=============================================
***/
.portfolio-style1-area {
    position: relative;
    display: block;
    padding: 150px 0 110px;
}

    .portfolio-style1-area .sec-title {
        padding-bottom: 56px;
    }

        .portfolio-style1-area .sec-title .big-title {
            left: 0;
            right: 0;
        }

    .portfolio-style1-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .portfolio-style1-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }


.project-menu-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 70px;
}

.project-filter {
    position: relative;
    display: block;
    text-align: center;
}

    .project-filter li {
        position: relative;
        display: inline-block;
        float: none;
        margin: 0 2px;
    }

        .project-filter li:first-child {
            margin-left: 0;
        }

        .project-filter li:last-child {
            margin-right: 0;
        }

        .project-filter li .filter-text {
            position: relative;
            display: block;
            background: #f4f4f5;
            padding: 0 40px;
            color: #1f293b;
            font-size: 17px;
            line-height: 45px;
            font-weight: 600;
            text-transform: uppercase;
            cursor: pointer;
            border-radius: 40px;
            transition: all .4s ease;
            z-index: 1;
        }

            .project-filter li .filter-text:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: #f85959;
                border-radius: 40px;
                content: "";
                z-index: -1;
                transform: scaleX(0.0);
                transform-origin: center;
                transform-style: preserve-3d;
                transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.22);
            }

        .project-filter li:hover .filter-text:before,
        .project-filter li.active .filter-text:before {
            transform: scaleX(1.0);
        }

        .project-filter li .count {
            display: none;
        }

        .project-filter li:hover .filter-text,
        .project-filter li.active .filter-text {
            color: #ffffff;
        }

.single-project-style1 {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

    .single-project-style1 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

        .single-project-style1 .img-holder img {
            width: 100%;
            transform: scale(1.0);
        }

    .single-project-style1:hover .img-holder img {
        transform: scale(1.2) rotate(1deg);
    }

    .single-project-style1 .overlay-content {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        opacity: 1;
        transform: translateY(0px);
        transition: all 0.3s ease-in-out 0.5s;
        opacity: 0;
        border-radius: 20px;
        transform: scale(.5);
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .single-project-style1:hover .overlay-content {
        opacity: 1;
        transform: scale(1.0);
        transition: all 300ms linear;
        transition-delay: 0.1s;
    }

    .single-project-style1 .overlay-content .box {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        transform: translateY(20px);
        transition: all 100ms ease 100ms;
        opacity: 0;
    }

    .single-project-style1:hover .overlay-content .box {
        opacity: 1;
        transform: translateX(0px);
        transition: all 900ms linear;
        transition-delay: 0.5s;
    }

    .single-project-style1 .overlay-content .box .zoom-button {
    }

        .single-project-style1 .overlay-content .box .zoom-button a {
            position: relative;
            display: block;
            width: 40px;
            height: 40px;
            margin-top: -70px;
            color: #ffffff;
            font-size: 40px;
            line-height: 40px;
            text-align: center;
            font-weight: 400;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-project-style1 .overlay-content .box .zoom-button a:hover {
                color: #000000;
            }

    .single-project-style1 .overlay-content .box .title-holder {
        position: absolute;
        left: 0;
        bottom: 47px;
        right: 0;
        text-align: center;
    }

        .single-project-style1 .overlay-content .box .title-holder h3 {
            color: #ffffff;
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 0 10px;
        }

            .single-project-style1 .overlay-content .box .title-holder h3 a {
                color: #ffffff;
            }

        .single-project-style1 .overlay-content .box .title-holder p {
            color: #ffffff;
            font-size: 16px;
            line-height: 16px;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0;
        }



/*** 
=============================================
    Portfolio Style2 Area Css
=============================================
***/
.portfolio-style2-area {
    position: relative;
    display: block;
    padding: 150px 0 79px;
}

    .portfolio-style2-area .sec-title {
        padding-bottom: 56px;
    }

        .portfolio-style2-area .sec-title .big-title {
            left: 0;
            right: 0;
        }

    .portfolio-style2-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .portfolio-style2-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }


.single-project-style2 {
    position: relative;
    display: block;
    margin-bottom: 67px;
}

    .single-project-style2 .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 20px;
    }

        .single-project-style2 .img-holder img {
            width: 100%;
            transform: scale(1.0);
        }

    .single-project-style2:hover .img-holder img {
        transform: scale(1.2) rotate(1deg);
    }

    .single-project-style2 .overlay-content {
        position: absolute;
        top: 0px;
        left: 0px;
        bottom: 0px;
        right: 0px;
        opacity: 1;
        transform: translateY(0px);
        transition: all 0.3s ease-in-out 0.5s;
        opacity: 0;
        border-radius: 20px;
        transform: scale(.5);
        transition: all 500ms linear;
        transition-delay: 0.1s;
    }

    .single-project-style2:hover .overlay-content {
        opacity: 1;
        transform: scale(1.0);
        transition: all 300ms linear;
        transition-delay: 0.1s;
    }

    .single-project-style2 .overlay-content .box {
        position: relative;
        overflow: hidden;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        transform: translateY(20px);
        transition: all 100ms ease 100ms;
        opacity: 0;
    }

    .single-project-style2:hover .overlay-content .box {
        opacity: 1;
        transform: translateX(0px);
        transition: all 900ms linear;
        transition-delay: 0.5s;
    }

    .single-project-style2 .overlay-content .box .zoom-button {
    }

        .single-project-style2 .overlay-content .box .zoom-button a {
            position: relative;
            display: block;
            width: 40px;
            height: 40px;
            color: #ffffff;
            font-size: 40px;
            line-height: 40px;
            text-align: center;
            font-weight: 400;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

            .single-project-style2 .overlay-content .box .zoom-button a:hover {
                color: #000000;
            }


    .single-project-style2 .title-holder {
        position: relative;
        display: block;
        padding-top: 24px;
    }

        .single-project-style2 .title-holder h3 {
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
            margin: 0 0 10px;
        }

            .single-project-style2 .title-holder h3 a {
                color: #1f293b;
            }

        .single-project-style2 .title-holder p {
            color: #94979c;
            font-size: 16px;
            line-height: 16px;
            font-weight: 600;
            text-transform: uppercase;
            margin: 0;
        }




/*** 
=============================================
    Event Page Style1 Area Css
=============================================
***/
.event-page-style1-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 90px;
}

    .event-page-style1-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .event-page-style1-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }

    .event-page-style1-area .sec-title {
        padding-bottom: 56px;
    }

        .event-page-style1-area .sec-title .big-title {
            left: 0;
            right: 0;
        }

    .event-page-style1-area .single-event-style1 .text-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 69px 30px 40px;
        -webkit-box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .event-page-style1-area .single-event-style1:hover .text-holder {
        -webkit-box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
    }



/*** 
=============================================
    Event Page Style2 Area Css
=============================================
***/
.event-page-style2-area {
    position: relative;
    display: block;
    background: #f2f7ff;
    padding: 50px 0 50px;
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

    .event-page-style2-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .event-page-style2-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }

    .event-page-style2-area .sec-title {
        padding-bottom: 56px;
    }

        .event-page-style2-area .sec-title .big-title {
            left: 0;
            right: 0;
        }

    .event-page-style2-area .single-event-style2 {
        margin-bottom: 5px;
    }

    .event-page-style2-area:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: #f3725b;
        opacity: 0.6;
    }

/*** 
=============================================
    Event Single Area Css
=============================================
***/
.event-single-area {
    position: relative;
    display: block;
    padding: 149px 0 140px;
}

.event-single-content-box {
    position: relative;
    display: block;
}

    .event-single-content-box .time {
        position: relative;
        display: block;
        color: #f3725b;
        font-size: 17px;
        line-height: 20px;
        font-weight: 500;
    }

        .event-single-content-box .time span:before {
            position: relative;
            display: inline-block;
            padding-right: 10px;
        }

    .event-single-content-box h2 {
        font-size: 46px;
        line-height: 60px;
        font-weight: 700;
        margin: 22px 0 27px;
    }

        .event-single-content-box h2 a {
            color: #1f293b;
        }

    .event-single-content-box .text {
        position: relative;
        display: block;
    }


.event-single-image-box {
    position: relative;
    display: block;
    margin-top: 50px;
    padding-left: 100px;
    z-index: 1;
}

    .event-single-image-box .shape {
        position: absolute;
        top: 100px;
        left: 30px;
        width: 241px;
        height: 241px;
    }

    .event-single-image-box .box {
        position: absolute;
        right: -50px;
        bottom: 70px;
        width: 240px;
        height: 240px;
        background: #1b283e;
        border-radius: 20px;
        z-index: -1;
        transform: rotate(-10deg);
    }

    .event-single-image-box .inner {
        position: relative;
        display: block;
        max-width: 470px;
        width: 100%;
    }

        .event-single-image-box .inner img {
            width: 100%;
        }


.event-details-info-box {
    position: relative;
    background: #19223b;
    border-radius: 20px;
    width: 100%;
    overflow: hidden;
    padding: 46px 70px 42px;
    margin: 120px 0 120px;
}

    .event-details-info-box .single-box {
        position: relative;
        display: block;
        width: 25%;
        float: left;
    }

        .event-details-info-box .single-box h5 {
            color: #f3725b;
            font-size: 17px;
            line-height: 20px;
            font-weight: 600;
            margin: 0 0 18px;
        }

        .event-details-info-box .single-box p {
            color: #ffffff;
            font-size: 20px;
            line-height: 30px;
            font-weight: 500;
            margin: 0;
        }


.event-location-map {
    position: relative;
    display: block;
}

    .event-location-map .shape {
        position: absolute;
        top: 100px;
        left: -70px;
        width: 241px;
        height: 241px;
    }

    .event-location-map .map-outer {
        position: relative;
        display: block;
    }

        .event-location-map .map-outer .map-canvas {
            position: relative;
            width: 100%;
            height: 320px;
            border-top-left-radius: 20px;
            border-top-right-radius: 20px;
        }

.next-event-counter {
    position: relative;
    display: block;
    padding: 33px 50px 30px;
    background: #121e40;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}

.coming-soon-content-style3 {
    position: relative;
    display: block;
    text-align: center;
}

    .coming-soon-content-style3 .title-box {
        position: relative;
        display: block;
        padding-bottom: 23px;
    }

        .coming-soon-content-style3 .title-box h3 {
            color: #ffffff;
            font-size: 24px;
            line-height: 30px;
            font-weight: 600;
        }

    .coming-soon-content-style3 .countdown-timer li {
        float: none;
        margin: 0px;
        margin: 0 5px 10px;
        width: 100px;
        height: 100px;
        background: transparent;
        border-radius: 20px;
        padding: 15px 0;
        border: 2px solid rgba(255, 255, 255, 0.20);
    }

        .coming-soon-content-style3 .countdown-timer li:last-child {
            margin-right: 0;
        }

        .coming-soon-content-style3 .countdown-timer li span.days,
        .coming-soon-content-style3 .countdown-timer li span.hours,
        .coming-soon-content-style3 .countdown-timer li span.minutes,
        .coming-soon-content-style3 .countdown-timer li span.seconds {
            color: #f3725b;
            font-size: 36px;
            line-height: 40px;
            font-weight: 700;
        }

        .coming-soon-content-style3 .countdown-timer li span.hours {
        }

        .coming-soon-content-style3 .countdown-timer li span.minutes {
        }

        .coming-soon-content-style3 .countdown-timer li span.seconds {
        }

        .coming-soon-content-style3 .countdown-timer li span.timeRef {
            font-weight: 500;
            margin-top: 2px;
        }


.event-location-text-box {
    position: relative;
    display: block;
    padding-top: 52px;
    padding-left: 40px;
}

    .event-location-text-box h2 {
        color: #1f293b;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin: 0 0 21px;
    }

    .event-location-text-box ul {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 22px;
    }

        .event-location-text-box ul li {
            position: relative;
            display: block;
            padding-left: 30px;
            color: #1f293b;
            font-size: 17px;
            font-weight: 600;
            line-height: 38px;
        }

            .event-location-text-box ul li:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                background-color: #f3725b;
                content: "";
                height: 2px;
                width: 15px;
                margin: 18px 0;
            }


.event-contact-details-box {
    position: relative;
    display: block;
    max-width: 570px;
    width: 100%;
    margin-top: 112px;
}

    .event-contact-details-box h2 {
        color: #1f293b;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
        margin: 0 0 31px;
    }

    .event-contact-details-box p {
    }

    .event-contact-details-box ul {
        position: relative;
        display: block;
        overflow: hidden;
        padding-top: 18px;
    }

        .event-contact-details-box ul li {
            position: relative;
            display: block;
            margin-bottom: 19px;
        }

            .event-contact-details-box ul li:last-child {
                margin-bottom: 0;
            }

            .event-contact-details-box ul li h3 {
                color: #1f293b;
                font-size: 20px;
                line-height: 26px;
                font-weight: 500;
                margin: 0 0 5px;
            }

            .event-contact-details-box ul li p {
                color: #94979c;
                margin: 0;
            }

                .event-contact-details-box ul li p a {
                    color: #94979c;
                }



/*** 
=============================================
    Faq Content Area Css
=============================================
***/
.faq-content-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 150px;
}

.faq-content-box {
    position: relative;
    display: block;
}

    .faq-content-box .sec-title {
        padding-bottom: 30px;
    }

        .faq-content-box .sec-title .big-title {
            left: -80px;
        }

        .faq-content-box .sec-title p {
            margin: 27px 0 0;
        }



.faq-image-box {
    position: relative;
    display: block;
    margin-top: 96px;
    padding-left: 100px;
    z-index: 1;
}

    .faq-image-box .shape {
        position: absolute;
        top: 100px;
        left: 30px;
        width: 241px;
        height: 241px;
    }

    .faq-image-box .box {
        position: absolute;
        right: -50px;
        bottom: 70px;
        width: 240px;
        height: 240px;
        background: #1b283e;
        border-radius: 20px;
        z-index: -1;
        transform: rotate(-10deg);
    }

    .faq-image-box .inner {
        position: relative;
        display: block;
        max-width: 470px;
        width: 100%;
    }

        .faq-image-box .inner img {
            width: 100%;
            border-radius: 25px;
        }



/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    overflow: hidden;
    background: #f2f7ff;
    padding: 145px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

    .error-content h4 {
        color: #222222;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: .2em;
    }

    .error-content .title {
        position: relative;
        display: block;
        font-size: 180px;
        line-height: 150px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 20px 0 30px;
    }

    .error-content p {
        font-size: 18px;
        line-height: 28px;
        font-weight: 400;
        margin: 0 0 42px;
    }

    .error-content .button {
        line-height: 0;
    }

        .error-content .button a {
        }



/*** 
=============================================
    Blog Area Css
=============================================
***/
.blog-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 50px 0 50px;
}

    .blog-area .row {
        margin-left: -20px;
        margin-right: -20px;
    }

        .blog-area .row [class*=col-] {
            padding-left: 20px;
            padding-right: 20px;
        }

.single-blog-style1.style1-in-style2 .img-holder .date-box {
    position: absolute;
    top: 30px;
    left: 30px;
    bottom: auto;
    background: #f3725b;
    border-radius: 15px;
    text-align: center;
    padding: 27px 0;
    z-index: 1;
}

    .single-blog-style1.style1-in-style2 .img-holder .date-box:before {
        display: none;
    }

    .single-blog-style1.style1-in-style2 .img-holder .date-box:after {
        display: none;
    }

    .single-blog-style1.style1-in-style2 .img-holder .date-box h2 {
        color: #ffffff;
    }

        .single-blog-style1.style1-in-style2 .img-holder .date-box h2 span {
            color: #ffffff;
        }

.single-blog-style1.style1-in-style2 .text-holder {
    padding: 45px 40px 41px;
}

.single-blog-style1 .text-holder .meta-info {
    position: relative;
    display: block;
    overflow: hidden;
}

    .single-blog-style1 .text-holder .meta-info li {
        position: relative;
        display: inline-block;
        float: left;
        line-height: 24px;
        padding-right: 15px;
        margin-right: 15px;
    }

        .single-blog-style1 .text-holder .meta-info li:last-child {
            padding-right: 0;
            margin-right: 0;
        }

        .single-blog-style1 .text-holder .meta-info li:before {
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            width: 1px;
            height: 12px;
            background: #94979c;
            content: "";
            margin: 5px 0;
        }

        .single-blog-style1 .text-holder .meta-info li:last-child:before {
            display: none;
        }

        .single-blog-style1 .text-holder .meta-info li a {
            color: #ffffff;
            font-size: 17px;
            font-weight: 400;
            transition: all 200ms linear;
            transition-delay: 0.1s;
            background: #ff6900;
            padding: 5px;
        }

.single-blog-style1.style1-in-style2 .text-holder h3 {
    color: #1f293b;
    font-size: 30px;
    line-height: 40px;
    margin: 16px 0 22px;
}


.styled-pagination {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}

    .styled-pagination li {
        position: relative;
        display: inline-block;
        margin: 0px 8px;
    }

        .styled-pagination li a {
            position: relative;
            display: inline-block;
            width: 50px;
            height: 50px;
            border-radius: 0%;
            background: transparent;
            border: 1px solid transparent;
            color: #222222;
            font-size: 18px;
            line-height: 48px;
            font-weight: 600;
            text-align: center;
            text-transform: capitalize;
            transition: all 500ms ease;
            z-index: 1;
        }

            .styled-pagination li a:hover,
            .styled-pagination li a.active {
                color: #000000;
            }

            .styled-pagination li a:before {
                position: absolute;
                top: 0;
                left: 0;
                bottom: 0;
                right: 0;
                background: #ebebeb;
                border: 1px solid transparent;
                content: "";
                -moz-transform: skew(-20deg, 0deg);
                -webkit-transform: skew(-20deg, 0deg);
                -o-transform: skew(-20deg, 0deg);
                -ms-transform: skew(-20deg, 0deg);
                transform: skew(-20deg, 0deg);
                transition: all 0.3s ease-in-out 0.1s;
                z-index: -1;
            }

        .styled-pagination li.prev a,
        .styled-pagination li.next a {
            color: #ffffff;
            line-height: 48px;
        }

            .styled-pagination li.prev a:before,
            .styled-pagination li.next a:before {
                background-color: #222222;
            }

            .styled-pagination li.prev a:hover,
            .styled-pagination li.next a:hover {
                color: #f5f5f5;
            }



.sidebar-wrapper {
    position: relative;
    display: block;
    background: #ffffff;
    max-width: 370px;
    width: 100%;
    padding: 70px 40px 65px;
    -webkit-box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
    box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
    border-radius: 20px;
}

    .sidebar-wrapper .single-sidebar {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 60px;
    }

        .sidebar-wrapper .single-sidebar.last-child {
            margin: 0;
        }

        .sidebar-wrapper .single-sidebar .title {
            position: relative;
            display: block;
            margin-top: 0px;
            padding-bottom: 27px;
        }

            .sidebar-wrapper .single-sidebar .title h3 {
                position: relative;
                top: -6px;
                color: #25283a;
                font-size: 24px;
                line-height: 30px;
                font-weight: 600;
                text-transform: capitalize;
            }


.sidebar-search-box {
    position: relative;
    display: block;
    margin-bottom: 0px;
}

    .sidebar-search-box form.search-form {
        position: relative;
        display: block;
        width: 100%;
    }

    .sidebar-search-box .search-form input[type="text"] {
        position: relative;
        display: block;
        width: 100%;
        height: 70px;
        border-radius: 10px;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        color: #848484;
        font-size: 17px;
        font-weight: 400;
        padding-left: 19px;
        padding-right: 70px;
        transition: all 500ms ease 0s;
    }

    .sidebar-search-box .search-form button {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 60px;
        height: 70px;
        color: #848484;
        line-height: 68px;
        display: block;
        text-align: center;
        border: 0px solid #e1e1e1;
        transition: all 500ms ease 0s;
    }

        .sidebar-search-box .search-form button i {
            font-size: 18px
        }

    .sidebar-search-box .search-form input[type="text"]:focus {
        color: #000;
        border-color: #f3725b;
    }

        .sidebar-search-box .search-form input[type="text"]:focus + button,
        .sidebar-search-box .search-form button:hover {
            color: #f3725b;
        }

    .sidebar-search-box .search-form input::-webkit-input-placeholder {
        color: #848484;
    }

    .sidebar-search-box .search-form input:-moz-placeholder {
        color: #848484;
    }

    .sidebar-search-box .search-form input::-moz-placeholder {
        color: #848484;
    }

    .sidebar-search-box .search-form input:-ms-input-placeholder {
        color: #848484;
    }


.single-sidebar .categories-box {
    position: relative;
    display: block;
}

    .single-sidebar .categories-box p {
        margin: -9px 0 6px;
    }

.single-sidebar .categories {
    position: relative;
    display: block;
    overflow: hidden;
}

    .single-sidebar .categories li {
        position: relative;
        display: block;
        padding-left: 20px;
        line-height: 43px;
    }

        .single-sidebar .categories li:before {
            position: absolute;
            top: 0;
            left: 0px;
            bottom: 0;
            width: 7px;
            height: 7px;
            margin: 18px 0;
            background: #dadde0;
            border-radius: 50%;
            content: "";
            transition: all 700ms ease 100ms;
        }

        .single-sidebar .categories li:after {
            position: absolute;
            top: 0;
            left: 0px;
            bottom: 0;
            width: 7px;
            height: 7px;
            margin: 18px 0;
            background: #f3725b;
            border-radius: 50%;
            content: "";
            transform: scale(0);
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .single-sidebar .categories li:hover:after {
            transform: scale(1.0);
        }

        .single-sidebar .categories li a {
            color: #252930;
            font-size: 17px;
            font-weight: 500;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

        .single-sidebar .categories li:hover a {
            color: #f3725b;
        }



.single-sidebar .recent-posts {
    position: relative;
    display: block;
}

    .single-sidebar .recent-posts li {
        position: relative;
        display: block;
        min-height: 90px;
        padding-left: 90px;
        margin-bottom: 30px;
    }

        .single-sidebar .recent-posts li:last-child {
            margin-bottom: 0;
        }

        .single-sidebar .recent-posts li .img-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 90px;
            height: 90px;
            overflow: hidden;
            border-radius: 10px;
        }

            .single-sidebar .recent-posts li .img-box img {
                width: 100%;
            }

            .single-sidebar .recent-posts li .img-box .overlay-content {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.90);
                border-radius: 10px;
                opacity: 0;
                transform: perspective(400px) rotate(90deg);
                transform-origin: top;
                transition: all 0.5s ease-in-out 0s;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                z-index: 2;
            }

        .single-sidebar .recent-posts li:hover .img-box .overlay-content {
            opacity: 1;
            transform: perspective(400px) rotate(0deg);
            transition: all 0.3s ease-in-out 0.3s;
        }

        .single-sidebar .recent-posts li .img-box .overlay-content a {
            color: #ffffff;
            font-size: 20px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .single-sidebar .recent-posts li .title-box {
            position: relative;
            display: block;
            padding-top: 4px;
            padding-left: 20px;
            padding-bottom: 4px;
        }

            .single-sidebar .recent-posts li .title-box .date {
                color: #252930;
                font-size: 17px;
                line-height: 20px;
                font-weight: 500;
                text-transform: uppercase;
                margin: 0;
            }

                .single-sidebar .recent-posts li .title-box .date span:before {
                    position: relative;
                    display: inline-block;
                    padding-right: 10px;
                    color: #f3725b;
                }

            .single-sidebar .recent-posts li .title-box h4 {
                font-size: 17px;
                line-height: 26px;
                font-weight: 600;
                margin: 10px 0 0;
            }

                .single-sidebar .recent-posts li .title-box h4 a {
                    color: #25283a;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .single-sidebar .recent-posts li .title-box h4 a:hover {
                        color: #f3725b;
                    }


.single-sidebar .popular-tag {
    position: relative;
    display: block;
    overflow: hidden;
    margin-left: -2.5px;
    margin-right: -2.5px;
}

    .single-sidebar .popular-tag li {
        position: relative;
        display: inline-block;
        float: left;
        margin: 0 2.5px 5px;
    }

        .single-sidebar .popular-tag li a {
            position: relative;
            display: block;
            background: #ffffff;
            padding: 0px 16px 0px;
            border: 1px solid #e5e5e5;
            border-radius: 20px;
            color: #25283a;
            font-size: 17px;
            line-height: 48px;
            font-weight: 400;
            text-transform: capitalize;
            z-index: 1;
            transition: all 0.4s ease-in-out 0.1s;
        }

            .single-sidebar .popular-tag li a:hover {
                color: #ffffff;
                border-color: #f3725b;
                background: #f3725b;
            }



/*** 
=============================================
    About Me Area css
=============================================
***/
.about-me-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 150px;
}

.about-me-text-box {
    position: relative;
    display: block;
    padding-top: 30px;
}

    .about-me-text-box .sec-title {
        padding-bottom: 37px;
    }

        .about-me-text-box .sec-title .big-title {
            left: -120px;
        }

    .about-me-text-box .inner-content {
        position: relative;
        display: block;
    }

        .about-me-text-box .inner-content .text {
            position: relative;
            display: block;
        }

        .about-me-text-box .inner-content ul {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .about-me-text-box .inner-content ul li {
                position: relative;
                display: inline-block;
                float: left;
                margin-top: 35px;
                margin-right: 60px;
            }

                .about-me-text-box .inner-content ul li:last-child {
                    margin-right: 0;
                }

                .about-me-text-box .inner-content ul li .icon {
                    position: relative;
                    display: block;
                    height: 90px;
                    z-index: 1;
                }

                    .about-me-text-box .inner-content ul li .icon .static-shape {
                        position: absolute;
                        left: 0;
                        bottom: 0;
                        right: 0;
                        z-index: -1;
                        transform: scale(1.0);
                        transition: all 700ms ease 100ms;
                    }

                    .about-me-text-box .inner-content ul li .icon span:before {
                        font-size: 65px;
                        line-height: 65px;
                        transition: all 700ms ease 100ms;
                    }

                .about-me-text-box .inner-content ul li .title {
                    position: relative;
                    display: block;
                    padding-top: 20px;
                }

                    .about-me-text-box .inner-content ul li .title h3 {
                        color: #1f293b;
                        font-size: 24px;
                        line-height: 30px;
                        font-weight: 500;
                    }



.about-me-image-box {
    position: relative;
    display: block;
    float: right;
    padding-right: 100px;
    z-index: 1;
}

    .about-me-image-box .inner {
        max-width: 450px;
        width: 100%;
    }

        .about-me-image-box .inner img {
            width: 100%;
            border-radius: 25px;
        }

    .about-me-image-box .box {
        position: absolute;
        right: 30px;
        bottom: 70px;
        width: 240px;
        height: 240px;
        background: #337ce7;
        border-radius: 20px;
        z-index: -1;
        transform: rotate(-15deg);
    }



/*** 
=============================================
    Blog Single Area style
=============================================
***/
.blog-single-area {
    padding-bottom: 50px;
}

    .blog-single-area .blog-post {
        position: relative;
        display: block;
    }



        .blog-single-area .blog-post .single-blog-style1.style1-in-style2 .text-holder {
            padding: 5px 40px 53px;
        }

.blog-single-quote-author {
    position: relative;
    display: block;
    padding: 30px 50px 30px;
    background: #f2f7ff;
    margin: 41px 0 39px;
}

    .blog-single-quote-author .inner {
        position: relative;
        display: block;
        /* padding-left: 90px; */
    }

        .blog-single-quote-author .inner .icon {
            position: absolute;
            top: 10px;
            left: 0;
        }

        .blog-single-quote-author .inner .title {
            position: relative;
            display: block;
        }

            .blog-single-quote-author .inner .title h4 {
                color: #94979c;
                font-size: 20px;
                line-height: 34px;
                font-weight: 400;
            }

.blog-single-botton-text {
    position: relative;
    display: block;
    padding-top: 2px;
}

    .blog-single-botton-text p {
        margin: 0;
    }




.blog-single-tag-box {
    position: relative;
    display: block;
    padding-top: 34px;
    overflow: hidden;
}

    .blog-single-tag-box p {
        position: relative;
        display: inline-block;
        float: left;
        color: #94979c;
        font-size: 17px;
        line-height: 26px;
        font-weight: 500;
        margin: 0;
    }

    .blog-single-tag-box ul {
        position: relative;
        display: inline-block;
        float: left;
        overflow: hidden;
        padding-left: 10px;
    }

        .blog-single-tag-box ul li {
            position: relative;
            display: inline-block;
            float: left;
            line-height: 26px;
            margin-right: 5px;
        }

            .blog-single-tag-box ul li:last-child {
                margin-right: 0;
            }

            .blog-single-tag-box ul li a {
                color: #25283a;
                font-size: 17px;
                font-weight: 500;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

                .blog-single-tag-box ul li a:hover {
                    color: #f3725b;
                }


.comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 11px;
}

    .comment-box .title {
        position: relative;
        display: block;
        padding-bottom: 24px;
    }

        .comment-box .title h3 {
            color: #1f293b;
            font-size: 30px;
            line-height: 40px;
            font-weight: 600;
        }

    .comment-box .outer-box {
        position: relative;
        display: block;
    }

    .comment-box .single-comment {
        position: relative;
        display: block;
        margin-bottom: 44px;
    }

        .comment-box .single-comment.marleft {
            margin-left: 110px;
        }

    .comment-box .single-comment-box {
        position: relative;
        display: block;
        min-height: 80px;
        padding-left: 80px;
    }

        .comment-box .single-comment-box .img-holder {
            position: absolute;
            left: 0;
            top: 6px;
            width: 40px;
            height: 40px;
        }

            .comment-box .single-comment-box .img-holder img {
                width: 100%;
                border-radius: 50%;
            }

        .comment-box .single-comment-box .text-holder {
            position: relative;
            display: block;
            /* padding-left: 30px; */
            min-height: 80px;
        }

            .comment-box .single-comment-box .text-holder .top {
                position: relative;
                display: flex;
                justify-content: space-between;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
            }

                .comment-box .single-comment-box .text-holder .top .name {
                }

                    .comment-box .single-comment-box .text-holder .top .name h3 {
                        color: #25283a;
                        font-size: 20px;
                        line-height: 26px;
                        font-weight: 600;
                        margin: 0 0 2px;
                    }

                    .comment-box .single-comment-box .text-holder .top .name span {
                        color: #94979c;
                        font-size: 16px;
                        font-weight: 500;
                    }

                .comment-box .single-comment-box .text-holder .top .reply-button {
                    position: relative;
                    display: block;
                }

                    .comment-box .single-comment-box .text-holder .top .reply-button a {
                        position: relative;
                        display: inline-block;
                        padding: 0 20px;
                        border: 1px solid #e5e5e5;
                        border-radius: 30px;
                        color: #25283a;
                        font-size: 16px;
                        line-height: 33px;
                        font-weight: 500;
                        transition: all 500ms ease;
                    }

                        .comment-box .single-comment-box .text-holder .top .reply-button a:hover {
                            color: #ffffff;
                            border-color: #f85959;
                            background-color: #f85959;
                        }

            .comment-box .single-comment-box .text-holder .text {
                position: relative;
                display: block;
                padding-top: 10px;
            }

                .comment-box .single-comment-box .text-holder .text p {
                    font-size: 16px;
                    line-height: 30px;
                    margin: 0;
                }


.add-comment-box {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 24px;
}

    .add-comment-box .title {
        position: relative;
        display: block;
        padding-bottom: 30px;
    }

        .add-comment-box .title h3 {
            color: #25283a;
            font-size: 30px;
            line-height: 40px;
            font-weight: 600;
        }

    .add-comment-box #add-comment-form {
    }

        .add-comment-box #add-comment-form input[type="text"],
        .add-comment-box #add-comment-form input[type="email"],
        .add-comment-box #add-comment-form textarea {
            position: relative;
            display: block;
            background: #ffffff;
            border: 1px solid #e5e5e5;
            width: 100%;
            height: 60px;
            color: #94979c;
            font-size: 17px;
            font-style: italic;
            font-weight: 400;
            padding: 0 20px;
            border-radius: 7px;
            margin-bottom: 30px;
            transition: all 500ms ease;
        }

        .add-comment-box #add-comment-form textarea {
            height: 200px;
            padding: 15px 20px;
            border: 1px solid #e5e5e5;
            border-radius: 7px;
            margin-bottom: 30px;
        }

        .add-comment-box #add-comment-form input[type="text"]:focus {
            border-color: #c7c2c2;
        }

        .add-comment-box #add-comment-form input[type="email"]:focus {
            border-color: #c7c2c2;
        }

        .add-comment-box #add-comment-form textarea:focus {
            border-color: #c7c2c2;
        }

        .add-comment-box #add-comment-form .button-box {
            position: relative;
            display: block;
        }



/*** 
=============================================
    Contact Form Area Css
=============================================
***/
.contact-form-area {
    position: relative;
    display: block;
    padding: 55px 0px 100px;
    background-color: #ffffff;
}

    .contact-form-area .sec-title {
        padding-bottom: 56px;
    }

        .contact-form-area .sec-title .big-title {
            top: 0;
            left: 0;
            right: 0;
        }

.contact-form form {
    position: relative;
    display: block;
}

    .contact-form form .input-box {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

    .contact-form form input[type="text"],
    .contact-form form input[type="email"],
    .contact-form form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        width: 100%;
        height: 60px;
        color: red;
        font-size: 16px;
        font-weight: 500;
        font-style: italic;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 7px;
        transition: all 500ms ease;
        font-family: 'Work Sans', sans-serif;
    }

    .contact-form form textarea {
        height: 202px;
        padding-top: 17px;
        padding-left: 20px;
        padding-right: 20px;
        border-radius: 0px;
        margin-bottom: 0;
    }

    .contact-form form input[type="text"]:focus {
        color: #222222;
        border-color: #e8e3e3;
    }

    .contact-form form input[type="email"]:focus {
        color: #222222;
        border-color: #e8e3e3;
    }

    .contact-form form textarea:focus {
        color: #222222;
        border-color: #e8e3e3;
    }

    .contact-form form input[type="text"]::-webkit-input-placeholder {
        color: #777777;
    }

    .contact-form form input[type="text"]:-moz-placeholder {
        color: #777777;
    }

    .contact-form form input[type="text"]::-moz-placeholder {
        color: #777777;
    }

    .contact-form form input[type="text"]:-ms-input-placeholder {
        color: #777777;
    }

    .contact-form form input[type="email"]::-webkit-input-placeholder {
        color: #777777;
    }

    .contact-form form input[type="email"]:-moz-placeholder {
        color: #777777;
    }

    .contact-form form input[type="email"]::-moz-placeholder {
        color: #777777;
    }

    .contact-form form input[type="email"]:-ms-input-placeholder {
        color: #777777;
    }

    .contact-form form textarea::-webkit-input-placeholder {
        color: #777777;
    }

    .contact-form form textarea:-moz-placeholder {
        color: #777777;
    }

    .contact-form form textarea::-moz-placeholder {
        color: #777777;
    }

    .contact-form form textarea:-ms-input-placeholder {
        color: #777777;
    }

    .contact-form form .button-box {
        position: relative;
        display: block;
        line-height: 0;
    }



.contact-page-info-box {
    position: relative;
    display: block;
    margin-top: -7px;
}

    .contact-page-info-box .top {
    }

        .contact-page-info-box .top h3 {
            color: #1f293b;
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 13px;
        }

        .contact-page-info-box .top p {
            margin: 0;
        }

    .contact-page-info-box .bottom {
        position: relative;
        display: block;
        padding: 33px 0 23px;
    }

        .contact-page-info-box .bottom h3 {
            color: #1f293b;
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 13px;
        }

        .contact-page-info-box .bottom p {
            margin: 0 0 11px;
        }

            .contact-page-info-box .bottom p a {
                color: #94979c;
            }

    .contact-page-info-box .social-contact-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .contact-page-info-box .social-contact-box h3 {
            color: #1f293b;
            font-size: 24px;
            font-weight: 600;
            margin: 0 0 23px;
        }

        .contact-page-info-box .social-contact-box ul {
            overflow: hidden;
        }

            .contact-page-info-box .social-contact-box ul li {
                position: relative;
                display: inline-block;
                float: left;
                margin-right: 10px;
            }

                .contact-page-info-box .social-contact-box ul li:last-child {
                    margin-right: 0;
                }

                .contact-page-info-box .social-contact-box ul li a {
                    position: relative;
                    display: block;
                    height: 45px;
                    width: 45px;
                    background: #edf3f8;
                    border-radius: 7px;
                    color: #848484;
                    font-size: 14px;
                    line-height: 45px;
                    text-align: center;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .contact-page-info-box .social-contact-box ul li a:hover {
                        color: #ffffff;
                        background: #f85959;
                    }



/*** 
=============================================
    Google Map Area Css
=============================================
***/
.google-map-area {
    position: relative;
    display: block;
    background: #ffffff;
}

    .google-map-area .map-outer {
        position: relative;
        display: block;
        max-width: 100%;
        width: 100%;
    }

        .google-map-area .map-outer .map-canvas {
            position: relative;
            width: 100%;
            height: 600px;
        }



/*** 
=============================================
    Product Area Css
=============================================
***/
.product-area {
    position: relative;
    display: block;
    background: #f2f7ff;
    padding: 150px 0 120px;
}

    .product-area .sec-title {
        padding-bottom: 56px;
    }

        .product-area .sec-title .big-title {
            top: 0;
            left: 0;
            right: 0;
        }

.sidebar-wrapper.style2 {
    padding: 70px 30px 10px;
}

    .sidebar-wrapper.style2 .sidebar-search-box .search-form input[type="text"] {
        height: 60px;
    }

    .sidebar-wrapper.style2 .sidebar-search-box .search-form button {
        width: 60px;
        height: 60px;
        line-height: 58px;
    }

    .sidebar-wrapper.style2 .single-sidebar .categories-box {
        margin-top: -14px;
    }


.single-sidebar .top-products {
    position: relative;
    display: block;
}

    .single-sidebar .top-products li {
        position: relative;
        display: block;
        min-height: 75px;
        padding-left: 75px;
        margin-bottom: 30px;
    }

        .single-sidebar .top-products li:last-child {
            margin-bottom: 0;
        }

        .single-sidebar .top-products li .img-box {
            position: absolute;
            top: 0;
            left: 0;
            width: 75px;
            height: 75px;
            overflow: hidden;
            border-radius: 10px;
        }

            .single-sidebar .top-products li .img-box img {
                width: 100%;
            }

            .single-sidebar .top-products li .img-box .overlay-content {
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                height: 100%;
                background: rgba(0, 0, 0, 0.90);
                border-radius: 10px;
                opacity: 0;
                transform: perspective(400px) rotate(90deg);
                transform-origin: top;
                transition: all 0.5s ease-in-out 0s;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                z-index: 2;
            }

        .single-sidebar .top-products li:hover .img-box .overlay-content {
            opacity: 1;
            transform: perspective(400px) rotate(0deg);
            transition: all 0.3s ease-in-out 0.3s;
        }

        .single-sidebar .top-products li .img-box .overlay-content a {
            color: #ffffff;
            font-size: 20px;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .single-sidebar .top-products li .title-box {
            position: relative;
            display: block;
            padding-top: 5px;
            padding-left: 20px;
            min-height: 75px;
        }

            .single-sidebar .top-products li .title-box h4 {
                font-size: 17px;
                line-height: 26px;
                font-weight: 600;
                margin: 0 0 10px;
            }

                .single-sidebar .top-products li .title-box h4 a {
                    color: #1f293b;
                    transition: all 200ms linear;
                    transition-delay: 0.1s;
                }

                    .single-sidebar .top-products li .title-box h4 a:hover {
                        color: #f3725b;
                    }

            .single-sidebar .top-products li .title-box .value {
                color: #848484;
                font-size: 15px;
                line-height: 20px;
                font-weight: 500;
                text-transform: capitalize;
            }



.single-sidebar .price-ranger {
    margin-top: 7px;
    margin-bottom: 0px;
}

    .single-sidebar .price-ranger .ui-widget-content {
        background: #eaeceb;
        border: none;
        height: 4px;
    }

    .single-sidebar .price-ranger .ui-slider-handle {
        position: absolute;
        top: -7px;
        background: #ffffff;
        border: 3px solid #f3725b;
        height: 18px;
        width: 18px !important;
        border-radius: 50%;
        margin-left: -4px;
        outline: medium none;
        cursor: pointer;
        z-index: 2;
    }

    .single-sidebar .price-ranger .ui-slider .ui-slider-range {
        background: #f3725b;
    }

    .single-sidebar .price-ranger #slider-range {
        margin-left: 4px;
        margin-right: 6px;
        margin-top: 0;
    }

    .single-sidebar .price-ranger .ranger-min-max-block {
        position: relative;
        display: block;
        margin-top: 30px;
    }

        .single-sidebar .price-ranger .ranger-min-max-block input {
            display: inline-block;
        }

            .single-sidebar .price-ranger .ranger-min-max-block input[type="submit"] {
                position: relative;
                display: inline-block;
                background: #f85e5e;
                float: left;
                margin-right: 8px;
                padding: 4px 0 4px;
                text-align: center;
                width: 75px;
                border: none;
                color: #fffefe;
                font-size: 15px;
                font-weight: 500;
                margin-top: 0;
                border-radius: 30px;
                text-transform: capitalize;
                cursor: pointer;
                font-family: 'Work Sans', sans-serif;
            }

                .single-sidebar .price-ranger .ranger-min-max-block input[type="submit"]:hover {
                }

            .single-sidebar .price-ranger .ranger-min-max-block input[type="text"] {
                position: relative;
                display: inline-block;
                float: left;
                color: #25283a;
                font-size: 14px;
                line-height: 40px;
                font-weight: 500;
                text-align: right;
                width: 40px;
                line-height: 40px;
                border: none;
                padding: 0;
            }

                .single-sidebar .price-ranger .ranger-min-max-block input[type='text'].max {
                }

        .single-sidebar .price-ranger .ranger-min-max-block span {
            position: relative;
            display: inline-block;
            color: #25283a;
            font-size: 14px;
            font-weight: 500;
            line-height: 40px;
            float: left;
        }


.showing-result-shorting {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 30px;
}

    .showing-result-shorting .left {
        position: relative;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

.product-view-style1 {
    position: relative;
    display: block;
}

    .product-view-style1 ul {
        overflow: hidden;
    }

        .product-view-style1 ul li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .product-view-style1 ul li:last-child {
                margin-right: 0;
            }

            .product-view-style1 ul li a {
                position: relative;
                display: block;
                background: #ffffff;
                width: 50px;
                height: 50px;
                border-radius: 7px;
                color: #1f293b;
                font-size: 20px;
                line-height: 50px;
                text-align: center;
                -webkit-transition: all 0.4s linear;
                -o-transition: all 0.4s linear;
                transition: all 0.4s linear;
            }

            .product-view-style1 ul li.active a,
            .product-view-style1 ul li:hover a {
                color: #ffffff;
                background: #f85e5e;
            }

.showing-result-shorting .showing {
    position: relative;
    display: block;
    padding-left: 30px;
}

    .showing-result-shorting .showing p {
        color: #848484;
        font-size: 17px;
        font-weight: 500;
        margin: 0;
    }

        .showing-result-shorting .showing p span {
            color: #222222;
        }

.shorting .bootstrap-select {
    position: relative;
    display: block;
    width: 230px !important;
    height: 50px;
}

    .shorting .bootstrap-select > .dropdown-toggle {
        position: relative;
        display: block;
        outline: none !important;
        border-radius: 7px;
        border: 0px solid #d7d7d7;
        background-color: #ffffff !important;
        max-width: 100%;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        padding-left: 20px;
        padding-right: 20px;
        color: #1f293b !important;
        font-size: 17px;
        line-height: 48px;
        font-weight: 500;
        letter-spacing: normal;
        text-transform: capitalize;
        box-shadow: none !important;
        font-family: 'Work Sans', sans-serif;
    }

    .shorting .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
    }

    .shorting .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block;
        margin: 0;
    }

    .shorting .bootstrap-select > .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        right: 20px;
        width: auto;
        height: auto;
        font-family: 'FontAwesome';
        content: '\f107';
        color: #83888d;
        font-size: 18px;
        transform: translateY(-50%);
        margin: 0;
        border: none;
    }

    .shorting .bootstrap-select .dropdown-menu {
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0px solid #ddd;
        background: #f9f9f9;
        font-size: 16px;
        color: #000000;
    }

        .shorting .bootstrap-select .dropdown-menu li {
            position: relative;
            border-bottom: 1px solid #d7d7d7;
        }

.shorting .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

    .shorting .dropdown-item.active,
    .shorting .dropdown-item:active {
        color: #f85e5e;
    }

    .shorting .dropdown-item:hover {
        color: #f85e5e;
    }


.single-product-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    transition: all 500ms ease;
}

    .single-product-item .img-holder {
        position: relative;
        display: block;
        overflow: hidden;
        border-radius: 30px;
    }

        .single-product-item .img-holder::before {
            background: rgba(0, 0, 0, 0.30);
            position: absolute;
            top: 0px;
            left: 0px;
            bottom: 0px;
            right: 0px;
            content: "";
            opacity: 0;
            transition: all 0.4s ease-in-out 0s;
            z-index: 1;
        }

    .single-product-item:hover .img-holder::before {
        opacity: 1;
    }

    .single-product-item .img-holder img {
        width: 100%;
        transform: scale(1);
        transition: all 0.7s ease 0s;
    }

    .single-product-item:hover .img-holder img {
    }

    .single-product-item .img-holder .product-categories {
        position: absolute;
        top: 20px;
        right: 0;
        width: 62px;
        height: 27px;
        color: #ffffff;
        font-size: 13px;
        line-height: 27px;
        font-weight: 500;
        text-transform: uppercase;
        text-align: center;
        z-index: 1;
    }

        .single-product-item .img-holder .product-categories:before {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0;
            background: url(../images/shape/product-categories-bg.png);
            content: "";
            z-index: -1;
        }

    .single-product-item .title-holder {
        position: relative;
        display: block;
        background: #ffffff;
        padding: 34px 0 40px;
        margin-top: 10px;
        border-radius: 20px;
        -webkit-transition: all 0.4s linear;
        -o-transition: all 0.4s linear;
        transition: all 0.4s linear;
    }

    .single-product-item:hover .title-holder {
        -webkit-box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
        box-shadow: 0px 7px 14px 2px rgba(51,124,232,0.1);
    }

    .single-product-item .title-holder .title {
        position: relative;
        display: block;
        font-size: 22px;
        line-height: 30px;
        font-weight: 600;
        padding: 0 0 3px;
    }

        .single-product-item .title-holder .title a {
            color: #1f293b;
            transition: all 500ms ease;
        }

    .single-product-item .title-holder .rating-box ul li {
        position: relative;
        display: inline-block;
        float: none;
        margin-right: 0px;
        margin: 0 1px;
    }


    .single-product-item .title-holder .value {
        position: relative;
        display: block;
        padding: 7px 0 22px;
    }

        .single-product-item .title-holder .value h4 {
            color: #1f293b;
            font-size: 20px;
            line-height: 20px;
            font-weight: 500;
        }

    .single-product-item .title-holder .button {
        position: relative;
        display: block;
    }

        .single-product-item .title-holder .button a {
            position: relative;
            display: inline-block;
            padding: 0 24px;
            border: 1px solid #e0e5ec;
            background: transparent;
            border-radius: 30px;
            color: #4e5663;
            font-size: 15px;
            line-height: 43px;
            font-weight: 600;
            text-transform: uppercase;
            -webkit-transition: all 0.4s linear;
            -o-transition: all 0.4s linear;
            transition: all 0.4s linear;
        }

    .single-product-item:hover .title-holder .button a {
        color: #ffffff;
        background-color: #f85e5e;
        border-color: #f85e5e;
    }


    .single-product-item .overlay-content {
        position: absolute;
        left: 0;
        bottom: 20px;
        right: 0;
        text-align: center;
        transform: rotateX(90deg);
        transition: all 700ms ease 300ms;
        z-index: 1;
    }

    .single-product-item:hover .overlay-content {
        transform: rotateX(0deg);
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

    .single-product-item .overlay-content ul {
        position: relative;
        display: block;
    }

        .single-product-item .overlay-content ul li {
            position: relative;
            display: inline-block;
            float: none;
            margin: 0 2px;
        }

            .single-product-item .overlay-content ul li a {
                position: relative;
                display: block;
                width: 55px;
                height: 55px;
                background: #ffffff;
                border-radius: 5px;
                color: #1f293b;
                font-size: 18px;
                line-height: 55px;
                text-align: center;
                transition: all 500ms ease;
            }

                .single-product-item .overlay-content ul li a:hover {
                    color: #ffffff;
                    background: #f85e5e;
                }




/*** 
=============================================
   Product Single Area style
=============================================
***/
.product-single-area {
    position: relative;
    display: block;
    background: #ffffff;
    padding: 150px 0 124px;
}


.single-product-image-holder {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
}

    .single-product-image-holder img {
        width: auto;
    }

    .single-product-image-holder .zoom-button {
        position: absolute;
        top: 20px;
        right: 20px;
        transform: translate(0px, 0px);
        transition: all 100ms ease 100ms;
    }

        .single-product-image-holder .zoom-button a span:before {
            position: relative;
            display: block;
            width: 40px;
            height: 40px;
            background: #ffffff;
            border-radius: 50%;
            color: #25283a;
            font-size: 16px;
            line-height: 40px;
            text-align: center;
            transition: all 200ms linear;
            transition-delay: 0.1s;
        }

        .single-product-image-holder .zoom-button a:hover span:before {
            color: #ffffff;
            background: #f85959;
        }





.single-shop-content .content-box {
    position: relative;
    display: block;
    padding-left: 50px;
}

    .single-shop-content .content-box .top {
        position: relative;
        display: block;
    }

        .single-shop-content .content-box .top .title-box {
            position: relative;
            display: block;
        }

            .single-shop-content .content-box .top .title-box h2 {
                color: #25283a;
                font-size: 30px;
                line-height: 40px;
                font-weight: 600;
                margin: 0 0 23px;
            }


            .single-shop-content .content-box .top .title-box .review-box {
                position: relative;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                flex-wrap: wrap;
            }

                .single-shop-content .content-box .top .title-box .review-box ul {
                    position: relative;
                    display: block;
                    line-height: 20px;
                    padding-right: 15px;
                }

                    .single-shop-content .content-box .top .title-box .review-box ul li {
                    }

                        .single-shop-content .content-box .top .title-box .review-box ul li i {
                            color: #f85959;
                            font-size: 16px;
                        }

                .single-shop-content .content-box .top .title-box .review-box span {
                    position: relative;
                    display: block;
                    color: #777777;
                    font-size: 16px;
                    line-height: 20px;
                }

        .single-shop-content .content-box .top .price-box {
            position: relative;
            display: block;
            padding-top: 22px;
        }

            .single-shop-content .content-box .top .price-box .price {
                color: #25283a;
                font-size: 24px;
                font-weight: 500;
            }

    .single-shop-content .content-box .text {
        position: relative;
        display: block;
        overflow: hidden;
        margin-top: 35px;
    }

        .single-shop-content .content-box .text p {
            margin: 0;
        }


.product-quantity-box {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    margin: 40px 0 40px;
}

    .product-quantity-box .input-group.bootstrap-touchspin {
        position: relative;
        width: 110px;
        height: 50px;
    }

    .product-quantity-box input.quantity-spinner.form-control {
        position: relative;
        display: block;
        padding: 0;
        width: 50px;
        flex: none;
        height: 50px;
        color: #1b1b1b;
        font-size: 18px;
        font-weight: 600;
        border: 1px solid #ededed;
        outline: none;
        margin: 0 auto;
        text-align: center;
        font-family: 'Work Sans', sans-serif;
    }

    .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
    }

        .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn {
            position: relative;
            display: block;
            margin-left: 0px;
            background: #ffffff;
            border: 1px solid #ededed;
            color: #1b1b1b;
            cursor: pointer;
            height: 50px;
            width: 30px;
            margin: 0;
            padding: 0;
        }

        .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
            border-radius: 0;
            float: right;
            border-left: none;
        }

        .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
            border-radius: 0;
            float: left;
            border-right: none;
        }

        .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-up:before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            font-family: FontAwesome;
            content: "\f067";
            color: #1b1b1b;
            font-size: 12px;
            padding: 0;
            line-height: 50px;
        }

        .product-quantity-box .bootstrap-touchspin .input-group-btn-vertical .btn.bootstrap-touchspin-down:before {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 100%;
            height: 100%;
            font-family: FontAwesome;
            content: "\f068";
            color: #1b1b1b;
            font-size: 12px;
            padding: 0;
            line-height: 50px;
        }


.addto-cart-box {
    position: relative;
    display: block;
    padding: 0 20px;
}

    .addto-cart-box button.addtocart {
        position: relative;
        display: inline-block;
        padding: 0 30px;
        background: #f85959;
        color: #ffffff;
        font-size: 17px;
        line-height: 50px;
        font-weight: 600;
        text-transform: capitalize;
        cursor: pointer;
        border-radius: 30px;
        font-family: 'Work Sans', sans-serif;
        transition: all 200ms linear;
        transition-delay: 0.1s;
    }

        .addto-cart-box button.addtocart:hover {
            color: #ffffff;
            background: #25283a;
        }


.product-quantity-box .right {
    position: relative;
    display: block;
}

    .product-quantity-box .right span:before {
        position: relative;
        display: block;
        width: 50px;
        height: 50px;
        border: 1px solid #e6e6e6;
        border-radius: 50%;
        color: #252525;
        font-size: 18px;
        line-height: 48px;
        text-align: center;
    }

.products-info {
    position: relative;
    display: block;
}

    .products-info ul {
        overflow: hidden;
    }

        .products-info ul li {
            color: #25283a;
            font-size: 16px;
            line-height: 32px;
            font-weight: 400;
        }

            .products-info ul li span {
                position: relative;
                display: inline-block;
                padding-right: 10px;
                color: #94979c;
            }




.product-tab-box {
    position: relative;
    display: block;
    overflow: hidden;
    margin-top: 100px;
}

    .product-tab-box .tab-btns {
        position: relative;
        display: block;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 20px;
        margin-bottom: 40px;
        z-index: 1;
    }

        .product-tab-box .tab-btns .tab-btn {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

            .product-tab-box .tab-btns .tab-btn:last-child {
                margin-right: 0;
            }

            .product-tab-box .tab-btns .tab-btn span {
                position: relative;
                display: block;
                background: #ffffff;
                border: 1px solid #e5e5e5;
                border-radius: 30px;
                cursor: pointer;
                margin: 0;
                padding: 12px 40px 13px;
                color: #8a8d91;
                font-size: 14px;
                font-weight: 600;
                text-transform: uppercase;
                transition: all 500ms ease;
                font-family: 'Work Sans', sans-serif;
            }

            .product-tab-box .tab-btns .tab-btn.active-btn span,
            .product-tab-box .tab-btns .tab-btn:hover span {
                color: #ffffff;
                background: #f85959;
                border-color: #f85959;
            }

    .product-tab-box .tabs-content {
        position: relative;
        display: block;
        padding: 0;
    }

        .product-tab-box .tabs-content .tab {
            position: relative;
            padding: 0px;
            display: none;
        }

            .product-tab-box .tabs-content .tab.active-tab {
                display: block;
            }


.product-details-content {
    position: relative;
    display: block;
}

    .product-details-content .desc-content-box {
        position: relative;
        display: block;
        margin-top: -8px;
    }

        .product-details-content .desc-content-box h2 {
            color: #25283a;
            font-size: 30px;
            line-height: 40px;
            font-weight: 600;
            margin: 0 0 21px;
        }

        .product-details-content .desc-content-box p {
        }


.product-tab-box .review-form {
    position: relative;
    display: block;
}

    .product-tab-box .review-form .shop-page-title {
        position: relative;
        display: block;
        margin-top: -8px;
        padding-bottom: 25px;
    }

        .product-tab-box .review-form .shop-page-title h2 {
            color: #25283a;
            font-size: 30px;
            line-height: 40px;
            font-weight: 600;
            margin: 0 0 11px;
        }

        .product-tab-box .review-form .shop-page-title p {
            font-weight: 500;
            margin: 0;
        }


    .product-tab-box .review-form .add-rating-box {
        position: relative;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

        .product-tab-box .review-form .add-rating-box .add-rating-title {
            position: relative;
            display: inline-block;
            float: left;
        }

            .product-tab-box .review-form .add-rating-box .add-rating-title p {
                line-height: 20px;
                margin: 0;
            }

        .product-tab-box .review-form .add-rating-box .review-box {
            position: relative;
            display: inline-block;
            float: left;
            padding-left: 20px;
        }

            .product-tab-box .review-form .add-rating-box .review-box ul li {
                position: relative;
                display: inline-block;
                float: left;
                line-height: 20px;
                margin-right: 5px;
            }

                .product-tab-box .review-form .add-rating-box .review-box ul li:last-child {
                    margin-right: 0px;
                }

                .product-tab-box .review-form .add-rating-box .review-box ul li i {
                    color: #f85959;
                    font-size: 14px;
                    line-height: 20px;
                    transition: all 500ms ease 0s;
                }


    .product-tab-box .review-form .input-box p {
        font-size: 15px;
        line-height: 20px;
        font-weight: 500;
        margin: 0 0 5px;
    }

    .product-tab-box .review-form form input[type="text"],
    .product-tab-box .review-form form input[type="email"],
    .product-tab-box .review-form form textarea {
        position: relative;
        display: block;
        background: #ffffff;
        width: 100%;
        height: 50px;
        border: 1px solid #ededed;
        color: #252525;
        font-size: 15px;
        padding: 0 20px;
        margin-bottom: 30px;
        border-radius: 0px;
        transition: all 500ms ease;
    }

    .product-tab-box .review-form form textarea {
        height: 150px;
        padding: 10px 20px;
        margin-bottom: 40px;
    }

    .product-tab-box .review-form form button {
    }

        .product-tab-box .review-form form button:hover {
        }

    .product-tab-box .review-form form input[type="text"]:focus {
        border-color: #e1dddd;
    }

    .product-tab-box .review-form form input[type="email"]:focus {
        border-color: #e1dddd;
    }

    .product-tab-box .review-form form textarea:focus {
        border-color: #e1dddd;
    }


.review-box-holder {
    position: relative;
    display: block;
}

    .review-box-holder .single-review-outer-box {
        position: relative;
        display: block;
        padding: 34px 39px 32px;
        border: 1px solid #ededed;
        margin-bottom: 20px;
    }

    .review-box-holder .single-review-box {
        position: relative;
        display: block;
        padding-left: 70px;
    }

        .review-box-holder .single-review-box .image-holder {
            position: absolute;
            top: 5px;
            left: 0;
        }

            .review-box-holder .single-review-box .image-holder img {
                width: 100%;
                border-radius: 50%;
            }

        .review-box-holder .single-review-box .text-holder {
            position: relative;
            display: block;
            padding-left: 25px;
        }

            .review-box-holder .single-review-box .text-holder .top {
                position: relative;
                display: block;
                overflow: hidden;
                margin: 0 0 12px;
            }

                .review-box-holder .single-review-box .text-holder .top .name h3 {
                    color: #000000;
                    font-size: 16px;
                    font-weight: 600;
                    line-height: 22px;
                    margin: 0 0 7px;
                    text-transform: capitalize;
                }

                    .review-box-holder .single-review-box .text-holder .top .name h3 span {
                        color: #7e7e7e;
                        font-size: 16px;
                        font-weight: 400;
                        text-transform: none;
                    }

                .review-box-holder .single-review-box .text-holder .top .review-box ul {
                    position: relative;
                    display: block;
                    overflow: hidden;
                }

                    .review-box-holder .single-review-box .text-holder .top .review-box ul li {
                        display: inline-block;
                        float: left;
                        margin-right: 4px;
                    }

                        .review-box-holder .single-review-box .text-holder .top .review-box ul li:last-child {
                            margin-right: 0;
                        }

                        .review-box-holder .single-review-box .text-holder .top .review-box ul li i {
                            color: #f85959;
                            font-size: 14px;
                        }

            .review-box-holder .single-review-box .text-holder .text p {
                margin: 0;
            }



/*** 
=============================================
   Cart area  style
=============================================
***/
.cart-area {
    padding-top: 150px;
    padding-bottom: 150px;
}




.cart-table-box .table-outer {
    position: relative;
    width: 100%;
    overflow-x: auto;
}

.cart-table-box .cart-table {
    min-width: 1024px;
    width: 100%;
}

    .cart-table-box .cart-table .cart-header {
        position: relative;
        width: 100%;
        background: #121e40;
    }

    .cart-table-box .cart-table thead tr {
    }

        .cart-table-box .cart-table thead tr th {
            color: #ffffff;
            font-size: 17px;
            line-height: 24px;
            font-weight: 500;
            text-transform: uppercase;
            min-width: 160px;
            padding: 22px 40px;
            border: 0px solid #ededed;
            font-family: 'Work Sans', sans-serif;
        }

            .cart-table-box .cart-table thead tr th.hide-me {
                display: table-column;
            }

            .cart-table-box .cart-table thead tr th.prod-column {
                position: relative;
            }

            .cart-table-box .cart-table thead tr th.availability {
                padding: 0 40px
            }

    .cart-table-box .cart-table tbody tr {
        border-bottom: 1px solid #e5e5e5;
    }

        .cart-table-box .cart-table tbody tr td {
            min-width: 160px;
            padding: 30px 40px;
            border: 0px solid #ededed;
        }

        .cart-table-box .cart-table tbody tr .prod-column .column-box {
            position: relative;
            min-height: 105px;
        }

            .cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb {
                width: 80px;
            }

                .cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a {
                    position: relative;
                    display: block;
                    border-radius: 0px;
                }

                    .cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb a img {
                        width: 100%;
                        border-radius: 10px;
                    }

            .cart-table-box .cart-table tbody tr .prod-column .column-box .prod-thumb,
            .cart-table-box .cart-table tbody tr .prod-column .column-box .title {
                display: table-cell;
                vertical-align: middle;
            }

            .cart-table-box .cart-table tbody tr .prod-column .column-box .title {
                padding-left: 20px;
            }

                .cart-table-box .cart-table tbody tr .prod-column .column-box .title h3 {
                    color: #25283a;
                    font-size: 17px;
                    line-height: 20px;
                    font-weight: 500;
                    text-transform: capitalize;
                    font-family: 'Work Sans', sans-serif;
                }

        .cart-table-box .cart-table tbody tr .qty {
        }

            .cart-table-box .cart-table tbody tr .qty .input-group.bootstrap-touchspin {
                float: none;
                width: 90px;
            }

        .cart-table-box .cart-table tbody tr td.price {
            color: #848484;
            font-size: 17px;
            font-weight: 500;
            font-family: 'Work Sans', sans-serif;
        }

        .cart-table-box .cart-table tbody tr .sub-total {
            color: #848484;
            font-size: 17px;
            font-weight: 500;
            font-family: 'Work Sans', sans-serif;
        }

        .cart-table-box .cart-table tbody tr td .remove {
            position: relative;
            display: block;
        }

            .cart-table-box .cart-table tbody tr td .remove span:before {
                position: relative;
                left: 30px;
                color: #e5e5e5;
                font-size: 35px;
                line-height: 35px;
                transition: all 200ms linear;
                transition-delay: 0.1s;
            }

            .cart-table-box .cart-table tbody tr td .remove:hover span:before {
                color: #f85959;
            }


.cart-button-box {
    padding-top: 30px
}

    .cart-button-box .apply-coupon {
        position: relative;
        display: block;
    }

        .cart-button-box .apply-coupon .text {
            position: relative;
            display: block;
            margin-top: -7px;
            padding-bottom: 7px;
        }

            .cart-button-box .apply-coupon .text p {
                color: #25283a;
                font-size: 17px;
                line-height: 28px;
                font-weight: 500;
                margin: 0;
            }

        .cart-button-box .apply-coupon .inner {
            position: relative;
            display: block;
            padding-left: 270px;
        }

        .cart-button-box .apply-coupon input[type="text"] {
            position: absolute;
            top: 0;
            left: 0;
            width: 270px;
            height: 60px;
            border: 1px solid #e5e5e5;
            color: #848484;
            font-size: 17px;
            font-weight: 400;
            padding: 0 20px;
            text-transform: capitalize;
            transition: all 500ms ease 0s;
            border-radius: 30px;
            font-family: 'Work Sans', sans-serif;
        }

            .cart-button-box .apply-coupon input[type="text"]:focus {
                border: 1px solid #f85959
            }

        .cart-button-box .apply-coupon .apply-coupon-button button {
            padding: 0 40px;
            margin-left: 10px;
            line-height: 60px;
        }

    .cart-button-box .update-cart button {
        padding: 0 40px;
        background: #fa8a8a;
        margin-top: 28px;
        line-height: 60px;
    }


.cart-totals-form {
    position: relative;
    display: block;
    max-width: 370px;
    width: 100%;
    float: right;
    margin-top: 92px;
}

    .cart-totals-form h2 {
        color: #25283a;
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .cart-totals-form ul {
        position: relative;
        display: block;
        overflow: hidden;
        padding: 11px 0 10px;
    }

        .cart-totals-form ul li {
            position: relative;
            display: block;
            border-bottom: 1px solid #e5e5e5;
            color: #25283a;
            font-size: 17px;
            font-weight: 500;
            line-height: 52px;
        }

            .cart-totals-form ul li:last-child {
                border-bottom: none;
            }

            .cart-totals-form ul li span {
                position: relative;
                display: block;
                float: right;
            }

                .cart-totals-form ul li span.total {
                    color: #f3725b;
                    font-weight: 600;
                }

    .cart-totals-form button {
        display: block;
        width: 100%;
        line-height: 60px;
    }



/*** 
=============================================
    Checkout Area style
=============================================
***/
.checkout-area {
    position: relative;
    display: block;
    padding-top: 150px;
    padding-bottom: 150px;
}


    .checkout-area .exisitng-customer {
        position: relative;
        display: block;
        background: #feeeee;
        padding: 20px 28px 21px;
        margin-bottom: 20px;
        border-radius: 5px;
    }

        .checkout-area .exisitng-customer h5 {
            color: #222222;
            font-size: 17px;
            font-weight: 500;
        }

            .checkout-area .exisitng-customer h5 a {
                position: relative;
                display: inline-block;
                color: #f85959;
                font-weight: 600;
                padding-left: 15px;
            }

    .checkout-area .coupon {
        position: relative;
        display: block;
        background: #feeeee;
        padding: 20px 28px 21px;
        margin-bottom: 93px;
        border-radius: 5px;
    }

        .checkout-area .coupon h5 {
            color: #222222;
            font-size: 17px;
            font-weight: 500;
        }

            .checkout-area .coupon h5 a {
                position: relative;
                display: inline-block;
                color: #f85959;
                font-weight: 600;
                padding-left: 15px;
            }


.checkout-form .title {
    position: relative;
    display: block;
    padding-bottom: 24px;
}

    .checkout-form .title h2 {
        color: #1f293b;
        font-size: 30px;
        line-height: 38px;
        font-weight: 600;
    }


.checkout-form .input-box {
    position: relative;
    display: block;
    margin-bottom: 15px;
}

    .checkout-form .input-box p {
        color: #1f293b;
        font-size: 17px;
        line-height: 20px;
        font-weight: 400;
        margin: 0 0 6px;
    }

    .checkout-form .input-box input[type="text"],
    .checkout-form .input-box input[type="email"],
    .checkout-form .input-box input[type="tel"],
    .checkout-form .input-box textarea {
        position: relative;
        display: block;
        width: 100%;
        height: 50px;
        border: 1px solid #e5e5e5;
        color: #848484;
        font-size: 17px;
        font-weight: 400;
        padding: 0 25px;
        border-radius: 7px;
        transition: all 500ms ease;
        font-family: 'Work Sans', sans-serif;
    }

    .checkout-form .input-box textarea {
        height: 141px;
        padding-top: 10px;
        padding-left: 25px;
        padding-right: 25px;
    }

    .checkout-form .input-box input[type="text"]:focus {
        border: 1px solid #f85959;
    }

    .checkout-form .input-box input[type="email"]:focus {
        border: 1px solid #f85959;
    }

    .checkout-form .input-box input[type="tel"]:focus {
        border: 1px solid #f85959;
    }

    .checkout-form .input-box textarea:focus {
        border: 1px solid #f85959;
    }


.checkout-form .bootstrap-select {
    position: relative;
    display: block;
}

    .checkout-form .bootstrap-select > .dropdown-toggle {
        position: relative;
        display: block;
        outline: none !important;
        border-radius: 7px;
        border: 1px solid #e5e5e5;
        background-color: #ffffff !important;
        max-width: 100%;
        width: 100%;
        height: 50px;
        margin: 0;
        padding: 0;
        padding-left: 25px;
        padding-right: 25px;
        color: #848484 !important;
        font-size: 17px;
        line-height: 48px;
        font-weight: 400;
        letter-spacing: normal;
        text-transform: capitalize;
        box-shadow: none !important;
        font-family: 'Work Sans', sans-serif;
    }

    .checkout-form .bootstrap-select .dropdown-toggle:focus {
        outline: none !important;
    }

    .checkout-form .bootstrap-select .dropdown-menu li a span.text {
        display: inline-block;
        margin: 0;
    }

    .checkout-form .bootstrap-select > .dropdown-toggle::after {
        position: absolute;
        top: 50%;
        right: 20px;
        width: auto;
        height: auto;
        font-family: 'FontAwesome';
        content: '\f107';
        color: #83888d;
        font-size: 18px;
        transform: translateY(-50%);
        margin: 0;
        border: none;
    }

    .checkout-form .bootstrap-select .dropdown-menu {
        margin: 0;
        padding: 0;
        border-radius: 0;
        border: 0px solid #ddd;
        background: #f9f9f9;
        font-size: 16px;
        color: #000000;
    }

        .checkout-form .bootstrap-select .dropdown-menu li {
            position: relative;
            border-bottom: 1px solid #d7d7d7;
        }

.checkout-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 9px 20px 9px;
    color: #222222;
    font-size: 14px;
    font-weight: 500;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
}

    .checkout-form .dropdown-item.active,
    .checkout-form .dropdown-item:active {
        color: #f85959;
    }

    .checkout-form .dropdown-item:hover {
        color: #f85959;
    }


.checkout-form .checkbox {
    margin: 1px 0 0;
}

    .checkout-form .checkbox label {
        color: #1f293b;
        font-size: 17px;
        font-weight: 400;
        margin: 0;
        cursor: pointer;
        font-family: 'Work Sans', sans-serif;
    }

    .checkout-form .checkbox input[type="checkbox"] {
        position: relative;
        top: 0px;
        cursor: pointer;
        display: inline-block;
        margin: 0;
        vertical-align: middle;
    }

    .checkout-form .checkbox label span {
        position: relative;
        top: 1px;
        display: inline-block;
    }



.cart-table-box.checkout-page {
    position: relative;
    display: block;
    padding-top: 85px;
}



.cart-totals-form.checkout-page {
    max-width: 100%;
    margin-top: 0;
    float: none;
}

    .cart-totals-form.checkout-page ul {
        padding: 0px 0 0px;
    }

        .cart-totals-form.checkout-page ul li {
            line-height: 70px;
            padding: 0 40px;
        }

            .cart-totals-form.checkout-page ul li:last-child {
                border-bottom: 1px solid #e5e5e5;
            }




.payment-options {
    position: relative;
    display: block;
    padding-top: 90px;
}

    .payment-options .outer-box {
        position: relative;
        display: block;
    }

    .payment-options .option-block {
        margin-bottom: 19px
    }

        .payment-options .option-block .checkbox {
            margin: 0;
        }

            .payment-options .option-block .checkbox label {
                display: block;
                margin: 0;
            }

                .payment-options .option-block .checkbox label input {
                    position: relative;
                    top: 1px;
                }

                .payment-options .option-block .checkbox label span {
                    position: relative;
                    top: 0;
                    color: #1f293b;
                    font-size: 17px;
                    line-height: 20px;
                    font-weight: 500;
                    padding-left: 10px;
                    text-transform: capitalize;
                    font-family: 'Work Sans', sans-serif;
                }

        .payment-options .option-block .text {
            position: relative;
            display: block;
            background: #feeeee;
            margin-top: 13px;
            margin-left: 30px;
            padding: 30px 30px 30px;
            padding-right: 100px;
        }

            .payment-options .option-block .text:before {
                position: absolute;
                top: -11px;
                left: 30px;
                font-family: fontAwesome;
                content: "\f0de";
                color: #feeeee;
                font-size: 30px;
            }

            .payment-options .option-block .text p {
                color: #1f293b;
                font-size: 16px;
                line-height: 32px;
                font-weight: 400;
                margin: 0;
            }

        .payment-options .option-block .checkbox label a {
            position: relative;
            display: inline-block;
            color: #f85959;
            font-size: 17px;
            font-weight: 500;
        }

.place-order-button {
    position: relative;
    display: block;
}

    .place-order-button button {
        line-height: 60px;
    }




/*** 
=============================================
    Login Register Area style
=============================================
***/
.login-register-area {
    position: relative;
    display: block;
    padding-top: 143px;
    padding-bottom: 139px;
}

    .login-register-area .form .shop-page-title {
        position: relative;
        display: block;
        padding-bottom: 21px;
    }

        .login-register-area .form .shop-page-title h2 {
            color: #1f293b;
            font-size: 30px;
            line-height: 38px;
            font-weight: 600;
        }

    .login-register-area .form form {
        width: 100%;
    }

    .login-register-area .form .input-field {
        position: relative;
    }

        .login-register-area .form .input-field input[type="text"] {
            position: relative;
            display: block;
            width: 100%;
            height: 50px;
            border: 1px solid #ededed;
            color: #7e7e7e;
            font-size: 16px;
            margin-bottom: 30px;
            padding-left: 15px;
            padding-right: 50px;
            transition: all 700ms ease 0s;
        }

        .login-register-area .form .input-field .icon-holder {
            position: absolute;
            top: 15px;
            right: 20px;
        }

            .login-register-area .form .input-field .icon-holder i {
                color: #999999;
                font-size: 14px;
                font-weight: 400;
            }

    .login-register-area .form button {
        line-height: 50px;
        padding: 0 40px;
    }

        .login-register-area .form button:hover {
            background: #000000;
        }


    .login-register-area .form .remember-text {
        margin-top: 19px;
    }

        .login-register-area .form .remember-text .checkbox label {
            margin: 0;
            cursor: pointer;
        }

        .login-register-area .form .remember-text .checkbox input {
            position: relative;
            top: 1px;
        }

        .login-register-area .form .remember-text .checkbox span {
            font-size: 16px;
            font-weight: 500;
        }


    .login-register-area .form .social-icon {
        position: relative;
        float: right;
        margin-right: -8px;
    }

        .login-register-area .form .social-icon .login-with {
            position: absolute;
            left: -110px;
            top: 11px;
            margin: 0;
        }

        .login-register-area .form .social-icon li {
            display: inline-block;
            margin: 0 8px;
        }

            .login-register-area .form .social-icon li a i {
                position: relative;
                display: block;
                background: #ffffff;
                width: 50px;
                height: 50px;
                border: 1px solid #e7e7e7;
                color: #9c9c9c;
                font-size: 14px;
                line-height: 48px;
                text-align: center;
                transition: all 700ms ease 0s;
            }

            .login-register-area .form .social-icon li a:hover i {
                color: #ffffff;
                border-color: #f85959;
                background: #f85959;
            }

    .login-register-area .form .right-button {
        align-items: center;
    }

    .login-register-area .form .right {
        position: relative;
        display: block;
        overflow: hidden;
        text-align: right;
    }

        .login-register-area .form .right h6 {
            font-size: 17px;
            font-weight: 400;
        }

            .login-register-area .form .right h6 span {
                color: #f85959;
            }

    .login-register-area .form .input-field input[type="text"]:focus {
        border: 1px solid #1d1d1d;
    }











































/*** 
=============================================
    Biography Area style
=============================================
***/
.biography-area {
    position: relative;
    display: block;
    background: #121e40;
    padding: 150px 0 150px;
}

    .biography-area .top {
        position: relative;
        display: block;
    }

    .biography-area .sec-title .big-title {
        color: #ffffff;
        opacity: .03;
        left: -150px;
    }

    .biography-area .sec-title h2 {
        color: #ffffff;
    }

.biography-image-box {
    position: relative;
    display: block;
}

    .biography-image-box img {
        width: auto;
        border-radius: 20px;
    }

.biography-content {
    position: relative;
    display: block;
}



.bio-carousel {
    position: relative;
}

    .bio-carousel .carousel-outer {
        position: relative;
    }

        .bio-carousel .carousel-outer:before {
            position: absolute;
            content: '';
            left: 0;
            bottom: 49px;
            right: -100000px;
            height: 3px;
            background-color: #f5f5f5;
            opacity: .15;
        }



        .bio-carousel .carousel-outer .content-carousel {
            max-width: 550px;
            width: 100%;
            margin-left: 200px;
        }

            .bio-carousel .carousel-outer .content-carousel .owl-item.active .content-inner {
                position: relative;
            }

        .bio-carousel .carousel-outer .content-slide {
            position: relative;
        }

        .bio-carousel .carousel-outer .content-carousel .owl-stage-outer {
            padding-top: 43px;
            padding-bottom: 52px;
        }

        .bio-carousel .carousel-outer .content-slide .content-inner {
            position: relative;
            display: block;
            max-width: 400px;
            text-align: center;
        }

            .bio-carousel .carousel-outer .content-slide .content-inner h3 {
                color: #ffffff;
                font-size: 24px;
                line-height: 32px;
                font-weight: 500;
                display: block;
            }

        .bio-carousel .carousel-outer .content-carousel .owl-nav {
            display: none;
        }



        .bio-carousel .carousel-outer .thumbs-outer {
            position: relative;
            overflow: hidden;
            padding-bottom: 40px;
        }

    .bio-carousel .thumbs-carousel {
        position: relative;
        max-width: 350px;
        text-align: left;
    }

        .bio-carousel .thumbs-carousel .owl-stage-outer {
            overflow: visible;
        }

        .bio-carousel .thumbs-carousel li {
            position: relative;
            color: #ffffff;
            font-size: 24px;
            line-height: 28px;
            font-weight: 600;
            cursor: pointer;
            text-align: center;
            padding: 0;
            transition: all 0.3s ease;
            display: inline-block;
            font-family: 'Work Sans', sans-serif;
            top: 50px;
        }

            .bio-carousel .thumbs-carousel li:before {
                position: absolute;
                bottom: 51px;
                left: 5px;
                width: 13px;
                height: 13px;
                border-radius: 50%;
                background: #f5f5f5;
                content: "";
                z-index: 3;
            }

        .bio-carousel .thumbs-carousel .owl-item.active {
            position: relative;
        }

        .bio-carousel .thumbs-carousel .owl-item:before {
            position: absolute;
            bottom: 0;
            left: 0px;
            width: 23px;
            height: 23px;
            border-radius: 50%;
            border: 5px solid rgba(255, 255, 255, 0.30);
            content: "";
            z-index: 3;
        }

        .bio-carousel .thumbs-carousel .owl-item:after {
            position: absolute;
            left: 0px;
            bottom: 9px;
            width: 0;
            height: 3px;
            background: #ffffff;
            content: "";
            z-index: 3;
            transition: all 700ms ease 400ms;
        }

        .bio-carousel .thumbs-carousel .owl-item.active:after {
            width: 100%;
        }

        .bio-carousel .thumbs-carousel .owl-item.active li {
            position: relative;
            color: #f3725b;
        }

        .bio-carousel .thumbs-carousel .owl-nav {
            display: none;
        }


























/*** 
=============================================
    RTL Page Css
=============================================
***/
/** Mainmenu Rtl Css **/
.rtl .main-menu .navigation > li {
    float: right;
    margin-right: 10px;
}

    .rtl .main-menu .navigation > li:first-child {
        margin-right: 0;
    }

    .rtl .main-menu .navigation > li:last-child {
    }

    .rtl .main-menu .navigation > li > ul {
        left: auto;
        right: 0;
    }

        .rtl .main-menu .navigation > li > ul > li > a {
            text-align: right;
        }

            .rtl .main-menu .navigation > li > ul > li > a:before {
                display: none;
            }

        .rtl .main-menu .navigation > li > ul > li.dropdown > a:after {
            display: none;
        }

        .rtl .main-menu .navigation > li > ul > li > ul {
            left: auto;
            right: 100%;
        }

            .rtl .main-menu .navigation > li > ul > li > ul > li > a {
                text-align: right;
            }

            .rtl .main-menu .navigation > li > ul > li > ul > li a:before {
                display: none;
            }

.rtl .sticky-header .main-menu .navigation > li {
    margin-right: 40px;
}

    .rtl .sticky-header .main-menu .navigation > li:first-child {
        margin-right: 0px;
    }


.rtl .header-left-style2 .logo {
    float: right;
}

    .rtl .header-left-style2 .logo:before {
        display: none;
    }

.rtl .header-left-style2 .nav-outer {
    float: right;
    padding-left: 0;
    padding-right: 50px;
}

.rtl .header-right-style2 .outer-search-box-style1 {
    float: right;
    padding-right: 0;
}

.rtl .outer-search-box-style1 .search-box {
    left: 0%;
    right: auto;
}

.rtl .cart-box {
    float: right;
}

.rtl .header-right-style2 .button {
    float: left;
}

    .rtl .header-right-style2 .button a:before {
        top: 0;
        left: -50px;
        bottom: 0;
        right: 0;
    }


.rtl .banner-carousel .owl-dots .owl-dot {
    float: right;
    margin-right: 0;
    margin-left: 20px;
}


.rtl .about-style2-text-box .sec-title .big-title {
    left: auto;
    right: 0;
}

.rtl .about-style2-carousel .single-item .quote {
    left: 0px;
}

.rtl .about-style2-carousel .single-item .author-info .image {
    float: right;
}

.rtl .about-style2-carousel .single-item .author-info .name {
    padding-left: 0;
    padding-right: 20px;
    float: right;
    margin: 18px 0;
}

.rtl .about-style2-carousel.owl-carousel.owl-dot-style1 .owl-dots {
    right: 30px;
}


.rtl .aproach-content-box ul li {
    padding-left: 0px;
    padding-right: 90px;
}

    .rtl .aproach-content-box ul li .icon {
        left: auto;
        right: 0;
    }



.rtl .testimonial-outer-box.style2 .sec-title .big-title {
    left: auto;
    right: 0;
}

.rtl .single-testimonial-style1 .clinet-info .img-box {
    float: right;
}

.rtl .single-testimonial-style1 .clinet-info .name-box {
    padding-left: 0;
    padding-right: 20px;
    float: right;
    margin: 18px 0;
}


.rtl.subscribe-area .subscribe-form button {
    right: auto;
    left: 0;
}



.rtl .footer-social-links ul li {
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

.rtl .single-footer-widget .site-links li a {
    padding-left: 0px;
    padding-right: 20px;
}

    .rtl .single-footer-widget .site-links li a:before {
        left: auto;
        right: 0;
        transform: rotate(180deg);
    }



.rtl.scroll-top {
    left: 20px;
    right: auto;
}





/*==============================================
   DatePicker Css
===============================================*/
#ui-datepicker-div.ui-widget-content {
    border: 1px solid #c5c5c5;
    background: #fff none repeat scroll 0 0;
    border: 1px solid #777;
    color: #252525;
    font-family: "Poppins",sans-serif;
    font-size: 14px;
    border-radius: 0px;
    width: 270px;
    padding: 5px;
    z-index: 10 !important;
}

#ui-datepicker-div.ui-datepicker .ui-datepicker-header {
    background: #151515 none repeat scroll 0 0;
    border: 2px solid #252525;
    border-radius: 0;
    color: #fff;
    font-weight: 700;
    padding: 5px 0;
    position: relative;
}

.ui-datepicker td a {
    color: #000000 !important;
    text-align: center;
    background-image: none !important;
    background: #f5f5f5 !important;
    border: 1px solid #f9f9f9 !important;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #333333 !important;
    background: #333333 !important;
    color: #ffffff !important;
}

.ui-datepicker .ui-datepicker-prev {
    left: 5px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    border-radius: 30%;
    height: 20px;
    position: absolute;
    top: 7px;
    width: 20px;
    transition: all 500ms ease;
    cursor: pointer;
}

.ui-datepicker .ui-datepicker-next {
    right: 5px;
}

    .ui-datepicker .ui-datepicker-prev:hover,
    .ui-datepicker .ui-datepicker-next:hover {
        top: 7px;
        background: #fff;
        border: none;
    }

.ui-datepicker table {
    border-collapse: collapse;
    font-size: 13px;
    margin: 0 0 0.4em;
    width: 100%;
    z-index: 99999999;
}

.ui-datepicker th {
    border: medium none;
    font-weight: 600;
    padding: 2px 3px;
    text-align: center;
}

.ui-datepicker-calendar .ui-state-default:hover,
.ui-datepicker-calendar .ui-state-default:active {
    background: #43c3ea;
    color: #fff;
    border-color: #43c3ea;
}






/*==============================================
   Theme Color Css
===============================================*/
.thm-clr {
    color: #ffffff;
}

.thm-clr2 {
    color: #f3725b;
}

.mobile-menu .navigation li.current > a,
.mobile-menu .navigation li > a:hover {
    color: #f85959;
}

.owl-nav-style-one.owl-theme .owl-nav .owl-prev:hover:before {
    color: #1c63b8;
}

.outer-search-box-style1 .seach-toggle:hover,
.outer-search-box-style1 .seach-toggle.active {
    color: #f85959;
}

.owl-carousel.owl-dot-style1 .owl-dots .owl-dot {
    background: #1c63b8;
}

.mobile-menu .navigation li > a:before {
    border-left: 5px solid #f85959;
}



/*==============================================
   Theme Hover Color Css
===============================================*/
.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a {
    color: #f85959;
}

.main-menu .navigation > li > ul > li > a:hover {
    color: #f85959;
}

.main-menu .navigation > li > ul > li > a:before {
    color: #f85959;
}

.main-menu .navigation > li > ul > li:hover > a {
    color: #f85959;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover {
    color: #f85959;
}

.main-menu .navigation > li > ul > li > ul > li a:before {
    color: #f85959;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a {
    color: #f85959;
}


.main-menu.style2 .navigation > li:hover > a,
.main-menu.style2 .navigation > li.current > a {
    color: #ffffff;
}

.main-menu.style2 .navigation > li > ul > li > a:hover {
    color: #f3725b;
}

.main-menu.style2 .navigation > li > ul > li > a:before {
    color: #f3725b;
}

.main-menu.style2 .navigation > li > ul > li:hover > a {
    color: #f3725b;
}

.main-menu.style2 .navigation > li > ul > li > ul > li > a:hover {
    color: #f3725b;
}

.main-menu.style2 .navigation > li > ul > li > ul > li a:before {
    color: #f3725b;
}




/*==============================================
   Theme Background Css
===============================================*/
.thm-bgclr {
    background-color: #f3725b;
}

.thm-bgclr2 {
    background-color: #f85959;
}



/*==============================================
   Theme Hover Background Color Css
===============================================*/
.overlay-bgc1 {
    background-color: rgba(54, 124, 232, 0.80);
}

.overlay-bgc2 {
    background-color: rgba(0, 0, 0, 0.70);
}

.fancybox-image,
.fancybox-spaceball {
    border-radius: 25px;
}

section.terget-area .big-title {
    left: 0;
    right: 0;
}
/* .cu-active2{
    display: none;
} */
.left-bg {
    background-image: url(assets/images/resources/testimonial-style2-bg.jpg);
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    background-attachment: scroll;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 1;
}

.custom-grid {
    background: #fff;
    margin-bottom: 15px;
    padding: 0px;
}

.data-list {
    height: 475px;
    width: 100%;
}

    .data-list::-webkit-scrollbar {
        display: none;
    }

.event-page-style2-area h3.thm-clr2 {
    color: #fff;
}

section.event-page-style2-area .sec-title.text-center h2 {
    color: #fff;
}

.switch_btn-2 {
    position: relative;
    top: 110px;
}

.custom-modal {
    top: 120px;
}

    .custom-modal .modal-title {
        width: 100%;
        text-align: center;
    }

.body_switch_btn.switch_btn-2 button {
    background: #2a8508;
}


.team-block {
    padding: 0;
    margin-bottom: 0;
    position: relative;
}

    .team-block .inner-box {
        position: relative;
        display: block;
        text-align: center;
    }

    .team-block .image-box {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .team-block .image, .team-block .image img {
        display: block;
        width: 100%;
    }

figure {
    margin-bottom: 0;
}


.team-block .hover-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    color: #dedede;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}

    .team-block .hover-box .hover-inner {
        position: relative;
        display: block;
        padding: 60px 20px 20px;
    }

.team-block .hover-upper {
    position: relative;
    display: block;
    margin: 0 20px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.30);
}

.team-block .hover-box .icon-box {
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 1em;
    color: #00aa55;
    margin: 0 0 20px;
}

.team-block .hover-upper h6 {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0 0 10px;
}

.team-block .hover-lower {
    position: relative;
    display: block;
}

.team-block .info {
    position: relative;
    font-size: 15px;
    line-height: 24px;
}

    .team-block .info li {
        position: relative;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 5px;
    }

        .team-block .info li a {
            color: #dedede;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

.team-block .social-links {
    position: relative;
    padding-top: 20px;
}

    .team-block .social-links li {
        position: relative;
        display: inline-block;
        vertical-align: top;
        margin: 0px 8px;
    }

        .team-block .social-links li a {
            color: #dedede;
            font-size: 14px;
            line-height: 24px;
            transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -webkit-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
        }

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
    overflow: hidden;
}

    .team-block .lower-box:before {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #00aa55;
        opacity: 0;
        visibility: hidden;
        -ms-transform: translateY(30px);
        transform: translateY(30px);
        transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -webkit-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
    }

    .team-block .lower-box h4 {
        position: relative;
        margin-bottom: 5px;
        font-weight: 700;
        z-index: 1;
    }

    .team-block .lower-box .designation {
        position: relative;
        color: #00aa55;
        font-weight: 500;
        transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -webkit-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        z-index: 1;
    }

.team-block .inner-box:hover .hover-box {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .lower-box {
    position: relative;
    display: block;
    padding: 25px 20px 18px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    border-top: none;
    overflow: hidden;
}

.team-block .inner-box:hover .lower-box:before {
    opacity: 1;
    visibility: visible;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-block .inner-box:hover .lower-box .designation {
    color: #ffffff;
}

.team-block .inner-box:hover .lower-box h4 a {
    color: #ffffff;
}

.team-block h4 a {
    color: #000;
    font-weight: 700;
    font-size: 18px;
}

.team-carousel .owl-nav button.owl-prev .icon, .team-carousel .owl-nav button.owl-next .icon {
    display: block !important;
    color: #fff;
}

.team-carousel .owl-nav button.owl-prev {
    position: absolute;
    left: 0;
    z-index: 9;
    top: 50%;
    height: 30px;
    width: 30px;
    background: #484c44;
}

.team-carousel .owl-nav button.owl-next {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 50%;
    height: 30px;
    width: 30px;
    background: #484c44;
}



.d-none {
    display: none;
}

@media screen and (min-width: 992px) {
    .custom-modal .modal-lg {
        max-width: 550px !important;
        margin-left: 50px;
    }
}

.modal-open .modal {
    overflow-y: scoll;
}

.custom-modal .modal-body {
    height: 300px;
    overflow-y: scroll;
    /* overflow: hidden; */
}

    .custom-modal .modal-body ul li {
        margin-bottom: 10px;
    }


.body_switcher-right {
    right: 40px;
    top: 40%;
}

    .body_switcher-right button {
        border-radius: 10px 10px 0px 0px !important;
    }

.cu-2 .modal-dialog {
    margin-right: 33px !important;
    margin-left: auto !important;
}

.about-style1-text-box a.btn-one {
    border-radius: 13px;
    padding: 0px 30px;
    line-height: 51px;
}

.cu-row {
    width: 100%;
}

.news-latter-inner li:hover a {
    color: #fff;
}

.news-latter-inner li:hover {
    background: #00aa55;
    transition: all 0.5s ease;
}

.news-latter-inner li a {
    color: #000;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}

.news-latter-inner li {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
}

.header-social-link marquee {
    color: #fff;
    position: relative;
    top: 7px;
    font-weight: bold;
    font-size: 17px;
}

@media screen and (min-width:768px) {
    .become-form {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        background: #f2f7ff;
        padding: 20px;
    }

        .become-form .input-box label.checkbox-inline {
            margin-right: 30px;
            margin-left: 15px;
        }

    .login {
        width: 40%;
        margin: auto;
    }
}

.become-form {
    background: #f2f7ff;
}

    .become-form .input-box label.checkbox-inline input[type="checkbox"] {
        zoom: 3;
        align-items: center;
        display: table-cell;
        vertical-align: middle;
        margin-right: 4px;
    }

.login {
    margin: auto;
    box-shadow: 0px 0px 59px #c1c1c163;
    padding: 30px;
    border-radius: 10px;
}

    .login button.btn-one {
        width: 100%;
    }

.our-team-section {
    position: relative;
    padding-top: 40px;
    padding-bottom: 40px;
}

    .our-team-section:before {
        position: absolute;
        top: -0;
        left: 0;
        content: " ";
        background: url(img/service-section-bottom.png);
        background-size: 100% 100px;
        width: 100%;
        height: 100px;
        float: left;
        z-index: 99;
    }

.our-team {
    padding: 0 0 25px;
    background: #f9f9f9;
    text-align: center;
    overflow: hidden;
    position: relative;
    border-bottom: 5px solid #484c44;
    margin-bottom: 30px;
}

    .our-team:hover {
        border-bottom: 5px solid #2f2f2f;
    }

    .our-team .pic {
        display: inline-block;
        width: 130px;
        height: 130px;
        margin-bottom: 15px;
        z-index: 1;
        position: relative;
    }

        .our-team .pic:before {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            background: #484c44;
            position: absolute;
            bottom: 135%;
            right: 0;
            left: 0;
            opacity: 1;
            transform: scale(3);
            transition: all 0.3s linear 0s;
        }

    .our-team:hover .pic:before {
        height: 100%;
        background: #2f2f2f;
    }

    .our-team .pic:after {
        content: "";
        width: 100%;
        height: 100%;
        border-radius: 50%;
        background: #ffffff00;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        transition: all 0.3s linear 0s;
    }

    .our-team:hover .pic:after {
        background: #7ab92d;
    }

    .our-team .pic img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        transform: scale(1);
        transition: all 0.9s ease 0s;
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
        position: relative;
        z-index: 2;
    }

    .our-team:hover .pic img {
        box-shadow: 0 0 0 14px #f7f5ec;
        transform: scale(0.7);
    }

    .our-team .team-content {
        margin-bottom: 30px;
    }

    .our-team .title {
        font-size: 18px;
        font-weight: 700;
        color: #4e5052;
        letter-spacing: 1px;
        text-transform: capitalize;
        margin-bottom: 5px;
    }

    .our-team .post {
        display: block;
        font-size: 15px;
        color: #4e5052;
        text-transform: capitalize;
    }

    .our-team .social {
        width: 100%;
        padding-top: 10px;
        margin: 0;
        background: #2f2f2f;
        position: absolute;
        bottom: -100px;
        left: 0;
        transition: all 0.5s ease 0s;
    }

    .our-team:hover .social {
        bottom: 0;
    }

    .our-team .social li {
        display: inline-block;
    }

        .our-team .social li a {
            display: block;
            padding-top: 6px;
            font-size: 15px;
            color: #fff;
            transition: all 0.3s ease 0s;
        }

            .our-team .social li a:hover {
                color: green;
                /* background: #f7f5ec; */
            }

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 10px;
    }
}
/* .pr-img {
    display: inline-block;
    float: left;
    margin-right: 10px;
}
.pr-img img {
    width: 100px !important;
}
.pr-add {
    display: block;
    clear: both;
    padding: 10px 10px;
}
.pr .text p {
    margin-bottom: 0px;
    line-height: normal;
}
.pr-text-holder {
    display: table-cell;
    clear: both;
}
.pr {
    background: #fff;
}
.pr-add p {
    line-height: normal !important;
    margin-bottom: 0px;
}
.pr-text-holder h3 a {
    color: #1f293b !important;
}
.courses-cform {
    margin-bottom: 20px;
}
.courses-cform {
    background: #03294e;
    padding: 10px;
    border: 4px dotted #333;
    border-radius: 4px;
}
.courses-cform h3.title {
    font-size: 24px;
    border-bottom: 0px !important;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.cor-side-com {
    margin-bottom: 15px;
}
.courses-news {
    padding: 10px;
}
@media screen and (min-width:768px){
    .update-news {
        padding: 15px 50px 15px 50px;
        height: 465px;
        overflow: hidden;
    }
}
.update-news {
    background-image: url(../images/resources/testimonial-style2-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.update-news ul li {
    list-style: none;
    border-bottom: 1px solid #fff;
    padding: 10px 0px;
}
.update-news ul li a {
    text-decoration: none;
    font-size: 21px;
    font-weight: 600;
    color: #fff;
}
.cor-mid-img img {
    width: 100%;
}
.cor-p1 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}
.cor-p1 h2 {
    margin-top: 0px;
    color: #203245;
    font-size: 30px;
}
.cor-p4 h3 {
    color: #203245;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 50px;
}
.cor-p5 {
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.cor-p5 h3 {
    margin-bottom: 25px;
    margin-top: 50px;
}
.nav-tabs {
    border-bottom: 2px solid #e2e2e2;
    position: relative;
    z-index: 1;
}
.cor-p5 ul.nav.nav-tabs li:nth-child(1) a {
    background-color: red;
    color: #fff;
}
.cor-p5 ul.nav.nav-tabs li:nth-child(2) a {
    background-color: blue;
    color: #fff;
}
.cor-p5 ul.nav.nav-tabs li:nth-child(3) a {
    background-color: orange;
    color: #fff;
}
.cor-p5 ul.nav.nav-tabs li:nth-child(4) a {
    background-color: green;
    color: #fff;
}
.cor-p5 ul.nav.nav-tabs li.active a {
    background-color: #fff !important;
    color: #000 !important;
}
.tab-content {
    padding-top: 20px;
    position: relative;
    top: -2px;
}
.cor-p5 ul.nav.nav-tabs li a{
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    position: relative;
    display: block;
    padding: 10px 15px;
    font-size: 13px;
} */
/*-------------courses----------------*/
.courses-cform {
    background: #03294e;
    padding: 10px;
    border: 4px dotted #333;
    border-radius: 4px;
}

    .courses-cform .form-group {
        margin-bottom: 15px;
    }

.cor-p5 li a {
    font-size: 13px;
}

.cor-p5 ul.nav.nav-tabs li:nth-child(1) a {
    background-color: red;
    color: #fff;
}

.cor-p5 ul.nav.nav-tabs li:nth-child(2) a {
    background-color: blue;
    color: #fff;
}

.cor-p5 ul.nav.nav-tabs li:nth-child(3) a {
    background-color: orange;
    color: #fff;
}

.cor-p5 ul.nav.nav-tabs li:nth-child(4) a {
    background-color: green;
    color: #fff;
}

.cor-p5 ul.nav.nav-tabs li:nth-child(5) a {
    background-color: blue;
    color: #fff;
}

.courses-cform {
    margin-bottom: 20px;
}

.courses-news {
    padding: 10px;
}

.courses-cform h3.title {
    font-size: 24px;
    border-bottom: 0px !important;
}

.courses-news h3.title {
    font-size: 24px !important;
}

.share-btn ul {
    padding: 0px;
    margin-bottom: 0px;
}

    .share-btn ul li {
        display: inline-block;
        margin-right: 4px;
        line-height: 40px;
    }

        .share-btn ul li:nth-child(1) a {
            background: #3b5998;
        }

        .share-btn ul li a {
            text-transform: uppercase;
            color: #fff;
            font-weight: 600;
            font-size: 10px;
            padding: 8px 12px;
            border-radius: 3px;
        }

        .share-btn ul li:nth-child(2) a {
            background: #00aced;
        }

        .share-btn ul li:nth-child(3) a {
            background: #d34836;
        }

.cor-p1 h2 {
    margin-top: 0px;
    color: #203245;
    font-size: 30px;
}

.cor-p1 {
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 20px;
    margin-bottom: 40px;
    margin-top: 40px;
}

    .cor-p1 span {
        color: #959595;
        font-size: 14px;
        font-weight: 400;
    }

.cor-p4 h3 {
    color: #203245;
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 50px;
}

.cor-p5 {
    border-top: 1px solid #d2d2d2;
    margin-top: 30px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}

    .cor-p5 h3 {
        margin-bottom: 25px;
        margin-top: 50px;
    }

    .cor-p5 ul li a img {
        width: 18px;
        margin-right: 5px;
    }

@media (min-width: 768px) {
    .writer {
        width: 700px;
        margin: auto auto 70px;
    }
}

@media (max-width: 767px) {
    .writer h3 {
        margin: auto auto 70px;
        font-size: 24px;
        font-weight: 900;
        color: #fff;
        text-align: center;
        filter: drop-shadow(2px 4px 6px black);
        line-height: 30px;
        font-style: italic;
    }
}

.writer h3 {
    margin: auto auto 70px;
    font-size: 32px;
    font-weight: 900;
    color: #fff;
    text-align: center;
    filter: drop-shadow(2px 4px 6px black);
    line-height: 46px;
    font-style: italic;
}

    .writer h3 span {
        color: #000;
    }

.cor-mid-img img {
    width: 100%;
}

.cor-p5 ul li.nav-item a.active {
    background-color: #fff !important;
    color: #000 !important;
}

@media screen and (min-width:768px) {
    .update-news {
        padding: 15px 15px 15px 15px;
        height: 465px;
        overflow: hidden;
    }
}

.update-news {
    background-image: url(../images/resources/testimonial-style2-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

    .update-news ul li {
        list-style: none;
        border-bottom: 1px solid #fff;
        padding: 10px 0px;
    }

        .update-news ul li a {
            text-decoration: none;
            font-size: 21px;
            font-weight: 600;
            color: #fff;
        }

.courses-news h3.title {
    font-size: 24px;
    border-bottom: 0px !important;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
    color: #fff;
}

.wrapper {
    margin-top: 0px;
    width: 50%;
    padding: 2rem;
    /* background: #fff; */
    /* border-radius: 39px; */
    /* box-shadow: 0 0px 2.2px rgba(0, 0, 0, 0.028), 0 0px 5.3px rgba(0, 0, 0, 0.04), 0 0px 10px rgba(0, 0, 0, 0.05), 0 0px 17.9px rgba(0, 0, 0, 0.06), 0 0px 33.4px rgba(0, 0, 0, 0.072), 0 0px 80px rgba(0, 0, 0, 0.1); */
}

    .wrapper h2 {
        color: white;
        letter-spacing: 0.1rem;
        padding: 1rem;
        cursor: default;
    }



.wrapper {
    /* background-color: #152d78; */
}


@media screen and (max-width: 1024px) {
    .wrapper {
        top: 83px;
        position: absolute;
        margin-left: 25px;
        width: 46%;
        right: 653px;
    }

    .close4 {
        margin-top: -106px;
        margin-left: -96px;
    }
}

@media screen and (max-width: 768px) {
    .wrapper {
        width: 55%;
        position: absolute;
        left: -209px;
    }

    .close4 {
        margin-top: -103px;
        margin-left: -72px;
    }

    .submit {
        margin-left: 124px;
    }

    #paynow-img > img {
        width: 100% !important;
    }

    #paynow-img {
        flex-direction: column !important;
    }
}

@media screen and (max-width: 280px) {
    .wrapper {
        width: 63%;
    }

    .close4 {
    }
}

@media screen and (max-width: 414px) {
    .wrapper {
        width: 91%;
        margin-right: 325px;
        position: absolute;
        left: -395px;
        top: 10px;
    }

    .close4 {
        margin-left: -146px;
    }

    .submit {
        margin-left: 65px;
    }
}


.modal-body1 {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1rem;
    margin-left: 400px;
    width: 100%;
}

.close4 {
    font-family: Arial, Helvetica, sans-serif;
    /* background: #152d78; */
    color: #1a3178;
    line-height: 25px;
    position: absolute;
    left: 45%;
    text-align: center;
    top: 5%;
    width: 34px;
    height: 34px;
    text-decoration: none;
    font-weight: bold;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding-top: 5px;
}

    .close4:hover {
        /* background: #ffc600; */
        color: black;
    }

.wrapper:hover.close4 {
    display: block;
}

.fitmenu {
    margin-left: -10%;
}


/*=====================================================
    35.  css 
======================================================*/



/* CUSTOM CODE DATED: 04-04-2022*/
.close4 {
    /* background: yellow !important; */
}

.contact6 {
    position: relative;
    display: block;
    background: #ffffff;
    border: 1px solid #e5e5e5;
    width: 100%;
    height: 60px;
    color: red;
    font-size: 16px;
    font-weight: 500;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 7px;
    transition: all 500ms ease;
    font-family: 'Work Sans', sans-serif;
    margin-bottom: 20px;
}

.contact7 {
    height: 202px;
    padding-top: 17px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0px;
    margin-bottom: 0;
    border: 1px solid #e5e5e5;
    width: 100%;
    border-radius: 7px;
}


.inner-box {
    margin-top:30px;
}