﻿

@import url('https://fonts.googleapis.com/css?family=Poppins:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Rubik:300,300i,400,400i,500,500i,700,700i,900,900i');


@import url(animate.css);
@import url(bootstrap.min.css);
@import url('bootstrap-select.min.css');
@import url('custom-animate.css');
@import url(font-awesome.min.css);
@import url('icomoon.css');
@import url('imp.css');
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.min.css');
@import url(owl.css);
@import url(owl.theme.default.css);

@import url(../fonts/flaticon/flaticon.css);
/*** Price filter***/
@import url(../assets/price-filter/nouislider.css);
@import url(../assets/price-filter/nouislider.pips.css);
/*** Time picker css ***/
@import url(../assets/timepicker/timePicker.css);
/*** jquery ui css ***/
@import url(../assets/jquery-ui-1.11.4/jquery-ui.css);
/*** Revolution slider ***/
@import url(../plugins/revolution/css/settings.css);
@import url(../plugins/revolution/css/layers.css);
@import url(../plugins/revolution/css/navigation.css);
/*** Language Switcher ***/
@import url(../assets/language-switcher/polyglot-language-switcher.css);
@import url(../plugins/energy-icon/style.css);






/*==============================================
   Base Css
===============================================*/
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
    font-size: 100%;
}

html,
body {
    height: 100%;
    margin-left: 20px;
    margin-right: 20px;
}

/* General Navigation Link Styles */
.navigation li a {
    color: #333; /* Default link color */
    text-decoration: none; /* Remove underline */
    padding: 10px 15px;
    display: inline-block;
}

/* Active Link Styles */
.navigation .active a {
    color: #1F890A; /* Active link color (blue) */
    font-weight: bold; /* Make the active link bold */
}

/* Optional: Hover Effect */
.navigation li a:hover {
    color: #0056b3; /* Slightly darker blue on hover */
}

nav.main-menu .navigation .active a {
    color: #1F890A !important;
    font-weight: bold !important;
}


body {
    /*/color: #828282;*/
    font-size: 15px;
    line-height: 25px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
}

.model-open {
    z-index: 99999;
    opacity: 1;
    overflow: hidden;
}



.close-btn {
    position: absolute;
    right: 0;
    top: -30px;
    cursor: pointer;
    z-index: 99;
    font-size: 30px;
    color: #fff;
}

@media screen and (min-width:800px) {
    .custom-model-main:before {
        content: "";
        display: inline-block;
        height: auto;
        vertical-align: middle;
        margin-right: -0px;
        height: 100%;
    }
}

@media screen and (max-width:799px) {
    .custom-model-inner {
        margin-top: 45px;
    }
}

button:focus {
    outline: none;
}

button {
    cursor: pointer;
    border: none;
    background: transparent;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    /* color: #3a3a3a;*/
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0;
}



a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none;
    border: none;
}



@media (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

.fix {
    position: relative;
    display: block;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

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;
}



.secpd1 {
    padding: 100px 0;
}

.secpd2 {
    padding: 100px 0 60px;
}

.secpd3 {
    padding: 100px 0 70px;
}



.btn-one {
    position: relative;
    display: inline-block;
    background: #828282;
    color: #ffffff;
    font-size: 15px;
    line-height: 45px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    padding: 0 20px 0;
    transition: all 500ms ease;
}

    .btn-one img {
        position: relative;
        display: inline-block;
        padding-left: 10px;
        width: auto;
    }

    .btn-one span:before {
        font-size: 26px;
        line-height: 14px;
        display: inline-block;
        padding-left: 10px;
        position: relative;
        top: 4px;
    }

    .btn-one:hover {
        color: #ffffff;
        background: #27282c;
    }


.btn-two {
    color: #27282c;
    font-size: 15px;
    line-height: 20px;
    ;
    font-weight: 500;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
    transition: all 500ms ease;
}

    .btn-two span:before {
        position: relative;
        top: 5px;
        font-size: 26px;
        line-height: 14px;
        display: inline-block;
        padding-left: 10px;
    }

    .btn-two:hover {
        color: #828282;
    }



.btn-three {
    position: relative;
    display: inline-block;
    background: #ffffff;
    color: #203260;
    font-size: 14px;
    line-height: 62px;
    font-weight: 700;
    height: 60px;
    text-transform: uppercase;
    font-family: 'Roboto', sans-serif;
    padding: 0 30px 0;
    border-radius: 5px;
    transition: all 500ms ease;
}

    .btn-three span:before {
        position: relative;
        display: inline-block;
        top: 4px;
        padding-left: 9px;
        font-size: 20px;
        font-weight: 400;
    }

    .btn-three:hover {
        color: #3aa40c;
    }



.sec-title {
    position: relative;
    display: block;
    margin-top: -5px;
    padding-bottom: 3px;
}

    .sec-title.max-width {
        max-width: 650px;
        margin: -5px auto 0;
    }

    .sec-title.with-text {
        padding-bottom: 52px;
    }


    .sec-title p {
        color: #828282;
        font-size: 14px;
        line-height: 20px;
        font-weight: 600;
        /*text-transform: uppercase;*/
        margin: 0 0 7px;
        font-family: 'Roboto', sans-serif;
    }

    .sec-title .title {
        position: relative;
        display: block;
        color: #27282c;
        font-size: 23px;
        line-height: 44px;
        font-weight: 700;
        font-family: 'Roboto', sans-serif;
    }

        .sec-title .title.clr-white {
            color: #ffffff;
        }

        .sec-title .title span {
            font-weight: 400;
        }

    .sec-title .bottom-text {
        color: #7c7e84;
        font-size: 17px;
        line-height: 27px;
        font-weight: 400;
        text-transform: none;
        margin: 13px 0 0;
        font-family: 'Roboto', sans-serif;
    }

.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;
    }

.parallax-bg-two {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 1;
}

    .parallax-bg-two::before {
        background: rgba(9, 23, 33, 0.90) none repeat scroll 0 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }

.flex-box {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.flex-box-two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-three {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-four {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.flex-box-five {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.owl-nav-style-one {
}

    .owl-nav-style-one .owl-controls {
    }

    .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"] {
        background: #ffffff none repeat scroll 0 0;
        border-radius: 50%;
        color: #909090;
        font-size: 24px;
        font-weight: 700;
        height: 50px;
        line-height: 46px;
        margin: 0 0 0 0px;
        padding: 0;
        width: 50px;
        border: 1px solid #f3f3f3;
        transition: all 700ms ease 0s;
    }

    .owl-nav-style-one.owl-theme .owl-nav .owl-next {
        margin-left: 10px;
    }

    .owl-nav-style-one.owl-theme .owl-nav [class*="owl-"]:hover {
        border-color: #172272;
        color: #172272;
    }

.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;
    }


.accordion-box {
    position: relative;
    display: block;
    overflow: hidden;
}

    .accordion-box .accordion {
        position: relative;
        display: block;
        margin-bottom: 20px;
    }

        .accordion-box .accordion .accord-btn {
            position: relative;
            display: block;
            cursor: pointer;
            background: #ffffff;
            padding-left: 40px;
            padding-right: 70px;
            padding-top: 22px;
            padding-bottom: 22px;
            -webkit-box-shadow: 0px 3px 5px 2px #ededed;
            box-shadow: 0px 3px 5px 2px #ededed;
            transition: all 500ms ease;
        }

            .accordion-box .accordion .accord-btn h4 {
                color: #27282c;
                font-size: 18px;
                line-height: 26px;
                font-weight: 600;
                transition: all 500ms ease;
            }

            .accordion-box .accordion .accord-btn::after {
                font-family: "Flaticon";
                position: absolute;
                top: 22px;
                right: 40px;
                color: #b4b4b4;
                content: "\f10d";
                font-size: 25px;
                line-height: 25px;
                font-weight: 300;
                transition: all 500ms ease 0s;
            }

            .accordion-box .accordion .accord-btn.active {
                background: #27282c;
                transition: all 500ms ease;
            }

                .accordion-box .accordion .accord-btn.active h4 {
                    color: #ffffff;
                }

                .accordion-box .accordion .accord-btn.active:after {
                    color: #ffffff;
                }

        .accordion-box .accordion .accord-content {
            position: relative;
            display: block;
            padding-top: 29px;
            padding-bottom: 7px;
            padding-left: 0px;
            padding-right: 40px;
            display: none;
        }

            .accordion-box .accordion .accord-content.collapsed {
                display: block;
            }

            .accordion-box .accordion .accord-content p {
                margin: 0;
            }



.boxed_wrapper {
    /*    background: #fff none repeat scroll 0 0;
*/ position: relative;
    margin: 0 auto;
    width: 100%;
    /*min-width: 320px;*/
    min-height: 400px;
    overflow: hidden;
}

/*________________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/home-pages/preloader-2.html);
    }

    .preloader.style-three {
        background-image: url(../images/home-pages/preloader-3.html);
    }

    .preloader.style-four {
        background-image: url(../images/home-pages/preloader-4.html);
    }

    .preloader.style-five {
        background-image: url(../images/home-pages/preloader-5.html);
    }




/* scroll to top styles */
.scroll-to-top {
    position: fixed;
    right: 20px;
    bottom: 30px;
    width: 55px;
    height: 55px;
    background: #828282;
    border: 2px solid #828282;
    border-radius: 0%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: 400;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 99999999999;
    box-shadow: 0px 5px 10px -10px rgba(27,27,27,1);
}

    .scroll-to-top:hover {
        opacity: .5;
    }


.scroll-to-top-style2 {
    position: fixed;
    bottom: 25px;
    right: 15px;
    background: #828282;
    border: 2px solid #828282;
    width: 55px;
    height: 55px;
    border-radius: 0%;
    color: #ffffff;
    font-size: 25px;
    line-height: 50px;
    font-weight: normal;
    cursor: pointer;
    display: none;
    text-align: center;
    transition: all 500ms ease 0s;
    z-index: 9999999999999;
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}

    .scroll-to-top-style2:hover {
        opacity: .5;
    }





/* Overlay styles */
.overlay-style-one {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(233, 33, 48, 0.85);
    transition: all 700ms ease 100ms;
    opacity: 0;
    z-index: 2;
}

    .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-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(0, 0, 0, 0.80);
    }

    .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(0, 0, 0, 0.80);
    }



.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: 16px;
                color: #828282;
            }

.sociallinks-style-one {
}

    .sociallinks-style-one li {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

        .sociallinks-style-one li:last-child {
            margin-right: 0px;
        }

        .sociallinks-style-one li a i {
            color: #9491a2;
            font-size: 15px;
            font-weight: 400;
            transition: all 500ms ease;
        }

        .sociallinks-style-one li a:hover i {
            color: #39345a;
        }

.sociallinks-style-two {
    overflow: hidden;
}

    .sociallinks-style-two li {
        display: inline-block;
        float: left;
        margin-right: 20px;
    }

        .sociallinks-style-two li:last-child {
            margin-right: 0px;
        }

        .sociallinks-style-two li a i {
            position: relative;
            display: block;
            width: 50px;
            height: 50px;
            background: #203260;
            border: 1px solid #31426c;
            border-radius: 50%;
            color: #ffffff;
            font-size: 14px;
            line-height: 48px;
            text-align: center;
            transition: all 500ms ease 0s;
        }

        .sociallinks-style-two li a:hover i {
            color: #3398fd;
            transform: rotate(360deg);
        }




/* Update header Style */
@keyframes menu_sticky {
    0% {
        margin-top: -90px;
    }

    50% {
        margin-top: -74px;
    }

    100% {
        margin-top: 0;
    }
}





/*==============================================
    Top Bar Style1 Css
===============================================*/
.top-bar-style1 {
    position: relative;
    display: block;
    background: #26272b;
    padding: 19px 0 62px;
}

.top-style1 {
    position: relative;
    display: block;
    text-align: center;
}

    .top-style1 p {
        margin: 0;
    }

        .top-style1 p a {
            color: #ffffff;
            transition: all 300ms ease 100ms;
        }

            .top-style1 p a:hover {
                color: #828282;
            }



/*==============================================
    Main Header Css        
===============================================*/
.main-header {
    position: relative;
    display: block;
    z-index: 999;
}

    .main-header.header-style1 {
    }

.header-upper-style1 {
    position: relative;
    display: block;
    background: #f6f6f6;
}

    .header-upper-style1.fixed-header .inner-container {
        position: fixed;
        top: 0px;
        left: 0;
        right: 0;
        width: 100%;
        max-width: 1170px;
        margin: 0 auto;
        box-shadow: 0 0 10px rgba(0,0,0,.1);
        transition: all 900ms ease 100ms;
        z-index: 9999999999;
    }

    .header-upper-style1.fixed-header .logo-box-style1 {
        /*margin: 10px 0;*/
        transition: all 500ms ease 100ms;
    }

    .header-upper-style1.fixed-header .main-menu .navigation > li > a {
        padding: 29px 0px 27px;
        transition: all 500ms ease 100ms;
    }

    .header-upper-style1.fixed-header .outer-search-box {
        padding: 10px 0;
        transition: all 500ms ease 100ms;
    }

    .header-upper-style1.fixed-header .cart-box {
        margin: 10px 0;
        transition: all 500ms ease 100ms;
    }


    .header-upper-style1 .inner-container {
        position: relative;
        display: block;
        padding: 0 40px;
        margin-top: -45px;
        background: #ffffff;
        -webkit-box-shadow: 0px 4px 11px -1px #ECECEC;
        box-shadow: 0px 4px 11px -1px #ECECEC;
        z-index: 9999999999;
    }

.logo-box-style1 {
    position: relative;
    display: block;
    /* margin: 20px 0;*/
    transition: all 500ms ease 100ms;
}

    .logo-box-style1 a {
        display: inline-block;
    }

.main-menu-box {
    position: relative;
    display: block;
}


.main-menu {
    position: relative;
    display: inline-block;
    float: left;
}

    .main-menu .navbar-collapse {
        padding: 0px
    }

    .main-menu .navigation {
        position: relative;
    }

        .main-menu .navigation > li {
            position: relative;
            display: inline-block;
            float: left;
            margin-right: 35px;
        }

            .main-menu .navigation > li:last-child {
                margin-right: 0;
            }

            .main-menu .navigation > li > a {
                position: relative;
                display: block;
                color: #27282c;
                font-size: 14px;
                line-height: 14px;
                font-weight: 500;
                text-transform: uppercase;
                opacity: 1;
                padding: 39px 0px 37px;
                transition: all 300ms ease;
                font-family: 'Roboto', sans-serif;
            }

            .main-menu .navigation > li:hover > a,
            .main-menu .navigation > li.current > a {
                color: #1F890A;
            }

            .main-menu .navigation > li > ul {
                position: absolute;
                left: 0px;
                top: 130%;
                width: 270px;
                background: transparent;
                padding: 10px 0px 0;
                visibility: hidden;
                opacity: 0;
                display: block;
                border-radius: 0px;
                transition: all 500ms ease;
                z-index: 100;
            }

                .main-menu .navigation > li > ul:before {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    bottom: 0;
                    width: 100%;
                    background: #ffffff;
                    content: "";
                    z-index: -1;
                }

            .main-menu .navigation > li:hover > ul {
                top: 100%;
                opacity: 1;
                visibility: visible;
            }

            .main-menu .navigation > li > ul > li {
                position: relative;
                display: block;
                float: none;
                margin: 0;
                padding: 0;
                width: 100%;
                transition: all 500ms ease;
                z-index: 1;
            }

                .main-menu .navigation > li > ul > li > a {
                    position: relative;
                    display: block;
                    color: #828282;
                    font-size: 15px;
                    line-height: 20px;
                    font-weight: 400;
                    border-bottom: 1px solid #e2e8f0;
                    text-transform: capitalize;
                    transition: all 500ms ease 0s;
                    padding: 16px 30px 15px;
                    padding-right: 0;
                    font-family: 'Roboto', sans-serif;
                }

                .main-menu .navigation > li > ul > li:last-child a {
                    border-bottom: none;
                }

                .main-menu .navigation > li > ul > li > a:after {
                    position: absolute;
                    top: 0;
                    left: 30px;
                    bottom: 0;
                    content: "";
                    background: url(../images/icon/dropdown-menu-arrow.png);
                    width: 26px;
                    height: 11px;
                    opacity: 0;
                    transform: scale(0);
                    transition: all 500ms ease;
                    margin: 20px 0;
                }

                .main-menu .navigation > li > ul > li:hover a:after {
                    opacity: 1;
                    transform: scale(1.0);
                }

                .main-menu .navigation > li > ul > li:hover > a {
                    color: #828282;
                    padding-left: 70px;
                }


                .main-menu .navigation > li > ul > li > ul {
                    position: absolute;
                    left: 100%;
                    top: 20px;
                    width: 270px;
                    margin-left: 0px;
                    visibility: hidden;
                    opacity: 0;
                    background: transparent;
                    z-index: 100;
                    box-shadow: 0 6px 12px rgba(0,0,0,.175);
                    transition: all 200ms ease;
                }

                    .main-menu .navigation > li > ul > li > ul:before {
                        position: absolute;
                        left: 0px;
                        bottom: 0;
                        width: 100%;
                        height: 100%;
                        background: #ffffff;
                        content: "";
                        z-index: -1;
                        border-radius: 0px;
                    }

                .main-menu .navigation > li > ul > li:hover > ul {
                    visibility: visible;
                    opacity: 1;
                    top: 0px;
                }

                .main-menu .navigation > li > ul > li > ul > li {
                    position: relative;
                    display: block;
                    float: none;
                    margin: 0;
                    padding: 0;
                    width: 100%;
                    transition: all 500ms ease;
                }

                    .main-menu .navigation > li > ul > li > ul > li a {
                        position: relative;
                        display: block;
                        color: #828282;
                        font-size: 15px;
                        line-height: 20px;
                        font-weight: 400;
                        border-bottom: 1px solid #e2e8f0 !important;
                        text-transform: capitalize;
                        transition: all 500ms ease 0s;
                        padding: 16px 30px 15px;
                        padding-right: 0;
                        font-family: 'Roboto', sans-serif;
                    }

                    .main-menu .navigation > li > ul > li > ul > li:last-child a {
                        border-bottom: 0px !important;
                    }

                    .main-menu .navigation > li > ul > li > ul > li a:before {
                        position: absolute;
                        top: 0;
                        left: 30px;
                        bottom: 0;
                        content: "";
                        background: url(../images/icon/dropdown-menu-arrow.png);
                        width: 26px;
                        height: 11px;
                        opacity: 0;
                        transform: scale(0);
                        transition: all 500ms ease;
                        margin: 20px 0;
                    }

                    .main-menu .navigation > li > ul > li > ul > li:hover a:before {
                        opacity: 1;
                        transform: scale(1.0) !important;
                    }

                    .main-menu .navigation > li > ul > li > ul > li:hover > a {
                        color: #828282;
                        padding-left: 70px;
                    }


    .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
        position: absolute;
        right: 10px;
        top: 6px;
        width: 34px;
        height: 30px;
        border: 1px solid #ffffff;
        background: url(../images/icon/submenu-icon.png) center center no-repeat;
        background-size: 20px;
        cursor: pointer;
        z-index: 5;
        display: none;
        border-radius: 3px;
    }



.mainmenu-right {
    position: relative;
    display: inline-block;
    float: right;
    margin-left: 30px;
}

.outer-search-box {
    position: relative;
    display: inline-block;
    float: left;
    padding: 20px 0;
    margin-right: 20px;
    transition: all 500ms ease 100ms;
}

    .outer-search-box .seach-toggle {
        position: relative;
        display: block;
        color: #27282c;
        font-size: 16px;
        line-height: 50px;
        cursor: pointer;
        text-align: center;
        height: 50px;
        width: 50px;
        border-radius: 3px;
        margin: 0;
        border-right: 1px solid #ededed;
        transition: all 500ms ease;
    }

        .outer-search-box .seach-toggle:hover,
        .outer-search-box .seach-toggle.active {
            color: #828282;
            background: #ededed;
        }

.cart-box {
    position: relative;
    display: inline-block;
    float: right;
    height: 50px;
    padding: 15px 0;
    margin: 20px 0;
    transition: all 500ms ease 100ms;
}

    .cart-box a {
        display: inline-block;
        font-family: 'Roboto', sans-serif;
    }

        .cart-box a span:before {
            position: relative;
            display: inline-block;
            float: left;
            color: #27282c;
            font-size: 20px;
            line-height: 20px;
            padding-right: 6px;
            transition: all 500ms ease;
        }

        .cart-box a:hover span:before {
            color: #828282;
        }

        .cart-box a span.number {
            position: relative;
            display: inline-block;
            float: left;
            color: #828282;
            font-size: 14px;
            line-height: 14px;
            font-weight: 600;
        }



.header-lower-style1 {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 30px 0;
}

    .header-lower-style1 .inner-content {
        position: relative;
        display: block;
        border-right: 1px solid #dddddd;
    }

.header-contact-info {
    position: relative;
    display: block;
    border-left: 1px solid #dddddd;
    padding-left: 20px;
}

    .header-contact-info li {
        position: relative;
        display: inline-block;
        float: left;
        border-right: 1px solid #dddddd;
        padding-right: 30px;
        margin-right: 30px;
    }

        .header-contact-info li:last-child {
            margin-right: 0;
        }

        .header-contact-info li .single-item {
            position: relative;
            display: block;
        }

            .header-contact-info li .single-item .icon {
                width: 50px;
            }

                .header-contact-info li .single-item .icon span:before {
                    position: relative;
                    top: 2px;
                    color: #b7b7b7;
                    font-size: 50px;
                    line-height: 50px;
                    transition: all 300ms ease 100ms;
                }

        .header-contact-info li:hover .single-item .icon span:before {
            color: #828282;
        }

        .header-contact-info li .single-item .icon,
        .header-contact-info li .single-item .text {
            display: table-cell;
            vertical-align: middle;
        }

        .header-contact-info li .single-item .text {
            padding-left: 15px;
        }

            .header-contact-info li .single-item .text h3 {
                font-size: 18px;
                font-weight: 500;
                text-transform: capitalize;
                font-family: 'Roboto', sans-serif;
            }

            .header-contact-info li .single-item .text p {
                line-height: 15px;
                margin: 6px 0 0;
            }

.header-social-links-style1 {
    position: relative;
    display: block;
    padding-right: 20px;
    margin: 2px 0 3px;
}

    .header-social-links-style1 li {
        position: relative;
        display: inline-block;
        float: left;
        margin-right: 15px;
    }

        .header-social-links-style1 li:last-child {
            margin-right: 0;
        }

        .header-social-links-style1 li a {
        }

            .header-social-links-style1 li a i {
                position: relative;
                display: block;
                width: 50px;
                height: 50px;
                border-radius: 50%;
                background: #ffffff;
                color: #7c7e84;
                font-size: 14px;
                line-height: 50px;
                text-align: center;
                transition: all 700ms ease 100ms;
            }

            .header-social-links-style1 li a:hover i {
                color: #ffffff;
                background: #828282;
                transform: rotate(360deg);
            }



/*** 
=====================================================
	Main Slider style
=====================================================
***/
.main-slider {
    position: relative;
    z-index: 10;
}

    .main-slider .tp-caption {
        z-index: 5;
    }

    .main-slider .tp-dottedoverlay {
        background: none !important;
    }

    .main-slider .tparrows {
        top: 40% !important;
    }

    .main-slider .slide-content {
        position: relative;
        display: block;
    }

        .main-slider .slide-content .big-title {
            position: relative;
            color: #ffffff;
            font-size: 72px;
            line-height: 1.1em;
            font-weight: 700;
            text-transform: none;
            font-family: 'Roboto', sans-serif;
        }

        .main-slider .slide-content .text {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.5em;
            font-weight: 400;
            letter-spacing: normal;
            text-transform: none;
            font-family: 'Roboto', sans-serif;
        }

        .main-slider .slide-content .btn-box {
        }

            .main-slider .slide-content .btn-box a {
            }

                .main-slider .slide-content .btn-box a.project-view-button {
                    position: relative;
                    display: inline-block;
                    margin-left: 35px;
                    color: #ffffff;
                    font-size: 15px;
                    line-height: 56px;
                    font-weight: 500;
                    font-family: 'Roboto', sans-serif;
                    transition: all 500ms ease;
                }

                    .main-slider .slide-content .btn-box a.project-view-button:hover {
                        color: #828282;
                    }

                    .main-slider .slide-content .btn-box a.project-view-button:before {
                        position: absolute;
                        left: 0;
                        bottom: 16px;
                        right: 0;
                        height: 2px;
                        background: #ffffff;
                        content: "";
                    }



    /*** 
=====================================================
	Main Slider Style2 style
=====================================================
***/
    .main-slider.style2 {
        position: relative;
        display: block;
        z-index: 10;
    }

        .main-slider.style2 .slide-content .big-title {
            position: relative;
            color: #ffffff;
            font-size: 60px;
            line-height: 1.2em;
            font-weight: 500;
            text-transform: uppercase;
            font-family: 'Roboto', sans-serif;
        }

        .main-slider.style2 .slide-content .text {
            position: relative;
            display: block;
            color: #ffffff;
            font-size: 18px;
            line-height: 1.6em;
            font-weight: 400;
            letter-spacing: normal;
            text-transform: none;
            font-family: 'Roboto', sans-serif;
        }

        .main-slider.style2 .slide-content .btn-box a.play-button {
            width: 70px;
        }

        .main-slider.style2 .slide-content .btn-box a.play-button,
        .main-slider.style2 .slide-content .btn-box a.slide-style2-button {
            display: table-cell;
            vertical-align: middle;
        }


        .main-slider.style2 .slide-content .btn-box a.play-button {
            position: relative;
            display: inline-block;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            background: #828282;
            text-align: center;
        }

            .main-slider.style2 .slide-content .btn-box a.play-button span:before {
                position: relative;
                display: block;
                color: #ffffff;
                font-size: 30px;
                line-height: 70px;
            }

        .main-slider.style2 .slide-content .btn-box a.slide-style2-button {
            position: relative;
            display: inline-block;
            margin-left: 25px;
            color: #ffffff;
            font-size: 15px;
            line-height: 70px;
            font-weight: 500;
            font-family: 'Roboto', sans-serif;
            transition: all 500ms ease;
        }

            .main-slider.style2 .slide-content .btn-box a.slide-style2-button:before {
                position: absolute;
                left: 0;
                bottom: 25px;
                right: 0;
                height: 2px;
                background: #ffffff;
                content: "";
            }


        .main-slider.style2 .tp-bullets {
            position: absolute;
            top: 50% !important;
            right: 20px !important;
            opacity: 1 !important;
            display: block !important;
            text-align: center;
            width: auto !important;
            text-align: right;
            left: auto !important;
            transform: none !important;
        }

        .main-slider.style2 .hermes .tp-bullet {
            position: relative !important;
            display: block !important;
            right: 0 !important;
            margin: 10px 0 !important;
            left: auto !important;
            top: auto !important;
            width: 12px;
            height: 12px;
        }

            .main-slider.style2 .hermes .tp-bullet:after {
                position: absolute;
                content: ' ';
                bottom: 0;
                height: 0;
                left: 0;
                width: 100%;
                background-color: #FFF;
                box-shadow: 0 0 1px #FFF;
                -webkit-transition: height 0.3s ease;
                transition: height 0.3s ease;
            }

.tp-bullet.selected,
.tp-bullet:hover {
    background: #fff;
}



/*** 
=====================================================
	Main Slider Style3 style
=====================================================
***/
.main-slider.style3 .slide-content .big-title {
    position: relative;
    color: #ffffff;
    font-size: 39px;
    line-height: 1.2em;
    font-weight: 400;
    text-transform: capitalize;
    font-family: 'Roboto', sans-serif;
}

.main-slider.style3 .slide-content .text {
    position: relative;
    display: block;
    color: #ffffff;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: 400;
    letter-spacing: normal;
    text-transform: none;
    font-family: 'Roboto', sans-serif;
}

.main-slider.style3 .slide-content .btn-box a {
}





/*** 
=============================================
    About Area style      
=============================================
***/
.highlights-area {
    position: relative;
    display: block;
    background: transparent;
    margin-top: -135px;
    z-index: 100;
}

.single-highlight-box {
    position: relative;
    display: block;
    background: transparent;
    padding-top: 55px;
    margin-bottom: 50px;
}

    .single-highlight-box .icon-holder {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 110px;
        height: 110px;
        background: #ffffff;
        margin: 0 auto;
        border-radius: 50%;
        border: 3px solid #828282;
        text-align: center;
        z-index: 3;
    }

        .single-highlight-box .icon-holder::before {
            position: absolute;
            top: -1px;
            left: -1px;
            bottom: -1px;
            right: -1px;
            content: "";
            background: #828282;
            border-radius: 50%;
            transition: all 0.5s ease-in-out 0s;
            transform-style: preserve-3d;
            transform: perspective(1200px) rotateY(-90deg) translateZ(0px);
            opacity: 0;
            z-index: -1;
        }

    .single-highlight-box:hover .icon-holder::before {
        transform: perspective(1200px) rotateY(0deg) translateZ(0px);
        transition-delay: 0.1s;
        opacity: 1;
    }

    .single-highlight-box .icon-holder span:before {
        display: block;
        color: #b3b3b3;
        font-size: 50px;
        line-height: 104px;
        transition: all 0.7s ease-in-out 0s;
    }

    .single-highlight-box:hover .icon-holder span:before {
        color: #ffffff;
    }

    .single-highlight-box .inner-content {
        position: relative;
        display: block;
        background: #ffffff;
        padding-top: 55px;
        box-shadow: 0px 4px 11px -1px #ECECEC;
    }

        .single-highlight-box .inner-content .text {
            position: relative;
            display: block;
            padding: 26px 30px 32px;
        }

        .single-highlight-box .inner-content h3 {
            font-weight: 600;
            margin: 0px 0 18px;
        }

        .single-highlight-box .inner-content p {
            margin: 0;
        }

        .single-highlight-box .inner-content a {
            position: relative;
            display: block;
            background: #f6f6f6;
            color: #27282c;
        }

    .single-highlight-box:hover .inner-content a {
        color: #828282;
    }



/*** 
=============================================
    About Area style      
=============================================
***/
.about-area {
    position: relative;
    display: block;
    padding-top: 60px;
    padding-bottom: 20px;
    border-radius: 30px;
    background-color: #F0FFFF;
}

.about-image-box {
    position: relative;
    display: block;
    max-width: 470px;
    width: 100%;
    background: #f6f6f6;
    padding-top: 60px;
    padding-left: 60px;
}

    .about-image-box:before {
        position: absolute;
        top: 0;
        right: 0;
        width: 60px;
        height: 100%;
        background: #F0FFFF;
        content: "";
        z-index: 1;
    }

    .about-image-box .inner-box {
        position: relative;
        display: block;
        z-index: 2;
    }

        .about-image-box .inner-box img {
            width: 100%;
        }

        .about-image-box .inner-box .overlay {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

            .about-image-box .inner-box .overlay .box {
                display: table;
                width: 100%;
                height: 100%;
            }

                .about-image-box .inner-box .overlay .box .icon {
                    display: table-cell;
                    vertical-align: middle;
                    text-align: center;
                }

                    .about-image-box .inner-box .overlay .box .icon img {
                        width: auto;
                    }


    .about-image-box .text-box {
        position: relative;
        display: block;
        padding-top: 33px;
        padding-bottom: 52px;
        padding-right: 20px;
        margin-right: 60px;
        z-index: 1;
    }

        .about-image-box .text-box:before {
            position: absolute;
            right: 40px;
            bottom: 30px;
            font-family: 'Roboto', sans-serif;
            content: "\e939";
            color: #ebebeb;
            font-size: 70px;
            line-height: 70px;
            transform: perspective(1200px) rotateX(180deg) translateZ(0px);
            z-index: -1;
        }

        .about-image-box .text-box p {
            color: #828282;
            font-size: 20px;
            line-height: 30px;
            margin: 0 0 17px;
        }

        .about-image-box .text-box h3 {
            color: #3a3a3a;
            font-size: 18px;
            font-weight: 600;
        }

            .about-image-box .text-box h3 span {
                color: #828282;
                font-size: 15px;
                font-weight: 400;
                font-family: 'Roboto', sans-serif;
            }


.about-text {
    position: relative;
    display: block;
    padding-left: 40px;
}

    .about-text .sec-title {
        padding-bottom: 9px;
        padding-top: 10px;
    }

    .about-text .inner-content {
        position: relative;
        display: block;
    }

        .about-text .inner-content .text {
            display: block;
            padding-bottom: 26px;
        }

.about-carousel-box {
    position: relative;
    display: block;
    background: #828282;
    padding: 41px 41px 37px;
    z-index: 1;
}

    .about-carousel-box:before {
        position: absolute;
        left: 40px;
        bottom: -30px;
        font-family: "Flaticon";
        content: "\f103";
        color: #828282;
        font-size: 40px;
        line-height: 40px;
        transform: perspective(1200px) rotateY(180deg) translateZ(0px);
    }

    .about-carousel-box .single-box {
        position: relative;
        display: block;
    }

        .about-carousel-box .single-box .icon-holder {
            width: 90px;
        }

            .about-carousel-box .single-box .icon-holder span:before {
                color: #ffffff;
                font-size: 90px;
                line-height: 90px;
                margin-left: 1px;
            }

        .about-carousel-box .single-box .icon-holder,
        .about-carousel-box .single-box .text-holder {
            display: table-cell;
            vertical-align: middle;
        }

        .about-carousel-box .single-box .text-holder {
            padding-left: 30px;
        }

            .about-carousel-box .single-box .text-holder h3 {
                color: #ffffff;
                font-size: 20px;
                font-weight: 600;
                margin: 0 0 21px;
                text-decoration: underline;
            }

            .about-carousel-box .single-box .text-holder p {
                color: #ffffff;
                margin: 0;
            }

    .about-carousel-box.owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        padding-bottom: 0px;
    }

    .about-carousel-box .owl-dots {
        position: absolute;
        margin-top: 105px !important;
        height: 25px;
        line-height: 25px;
        left: -10px;
    }

        .about-carousel-box .owl-dots .owl-dot {
            background-image: none;
            width: 20px;
            height: 5px;
            margin: 0px 10px;
            background: #e1e1e1;
            border: 2px solid #e1e1e1;
            padding: 0px;
            border-radius: 0%;
            transition: all 500ms ease;
            display: inline-block;
        }

            .about-carousel-box .owl-dots .owl-dot span {
                display: none;
            }

            .about-carousel-box .owl-dots .owl-dot.active {
                background: #828282;
                border-color: #828282;
            }



/*Recently Project Area*/


.wrapper {
    position: relative;
    width: 60%;
    max-width: 1200px;
    height: 400px;
}

.card-container {
    display: flex;
    width: calc(100% * 5 / 3);
    height: 100%;
    position: absolute;
    transition: transform 1s cubic-bezier(0.4, 0.0, 0.2, 1);
    white-space: nowrap;
}

.card {
    flex: 0 0 calc(20% - 15px); /* Adjust the width of each card */
    margin: 0 7.5px; /* Reduce margins between cards */
    height: 55%; /* Reduce height to make the cards smaller */
    border-radius: 10px; /* Optional: Adjust corner rounding */
    padding: 1rem; /* Reduce padding inside cards */
}


    .card:hover {
        transform: scale(1.05);
        box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.5);
    }

    .card img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 15px;
    }

.info {
    position: relative;
    z-index: 3;
    color: white;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 1px;
    border-radius: 10px;
}



    .info p {
        letter-spacing: 1px;
        font-size: 15px;
        margin-top: 8px;
    }



/*** 
=============================================
    Footer area style
=============================================
***/
.footer-area {
    position: relative;
    display: block;
    background: #27282c;
    padding-top: 110px;
    padding-bottom: 110px;
    z-index: 1;
}

.footer-shape-bg {
    position: absolute;
    top: 0;
    right: 0;
    background-repeat: no-repeat;
    background-position: top right;
    height: 695px;
    width: 695px;
    background-image: url(../images/footer/footer-shape.png);
    z-index: -1;
}


.single-footer-widget {
    position: relative;
    display: block;
    overflow: hidden;
}

    .single-footer-widget .title {
        position: relative;
        display: block;
        padding-bottom: 27px;
        margin-top: -1px;
        margin-bottom: 40px;
        z-index: 1;
    }

        .single-footer-widget .title:before {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            height: 1px;
            background: #404043;
            content: "";
            z-index: -1;
        }

        .single-footer-widget .title:after {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 50px;
            height: 1px;
            background: #828282;
            content: "";
            z-index: 1;
        }

        .single-footer-widget .title h3 {
            color: #ffffff;
            font-size: 24px;
            line-height: 24px;
            font-weight: 600;
            text-transform: capitalize;
        }

    .single-footer-widget .contact-info-box {
        position: relative;
        display: block;
    }

        .single-footer-widget .contact-info-box .footer-logo {
            position: relative;
            display: block;
            padding-bottom: 33px;
        }

            .single-footer-widget .contact-info-box .footer-logo a {
                display: inline-block;
            }

        .single-footer-widget .contact-info-box ul {
            position: relative;
            display: block;
        }

            .single-footer-widget .contact-info-box ul li {
                position: relative;
                display: block;
                margin-bottom: 15px;
            }

                .single-footer-widget .contact-info-box ul li:last-child {
                    margin-bottom: 0;
                }

                .single-footer-widget .contact-info-box ul li h6 {
                    position: relative;
                    display: inline-block;
                    color: #ffffff;
                    font-size: 14px;
                    line-height: 20px;
                    font-weight: 600;
                    text-transform: uppercase;
                    border-bottom: 2px solid #404043;
                }

                .single-footer-widget .contact-info-box ul li p {
                    color: #7c7e84;
                    margin: 13px 0 0;
                }





    .single-footer-widget .services-links {
        position: relative;
        display: block;
    }

        .single-footer-widget .services-links ul {
            position: relative;
            display: block;
            overflow: hidden;
            margin-top: -19px;
        }

            .single-footer-widget .services-links ul li {
                position: relative;
                display: block;
                border-bottom: 1px solid #333438;
                line-height: 50px;
            }

                .single-footer-widget .services-links ul li a {
                    color: #7c7e84;
                    font-size: 15px;
                    font-weight: 400;
                    padding-left: 20px;
                    transition: all 500ms ease;
                }

                    .single-footer-widget .services-links ul li a:hover {
                        color: #ffffff;
                    }

                    .single-footer-widget .services-links ul li a:before {
                        position: absolute;
                        top: 0px;
                        left: 0;
                        content: "\f107";
                        font-family: "Flaticon";
                        color: #7c7e84;
                        font-size: 10px;
                        transition: all 500ms ease;
                        font-weight: 600;
                        line-height: 20px;
                        margin: 14px 0 16px;
                    }

                    .single-footer-widget .services-links ul li a:hover:before {
                        content: "\f108";
                        color: #ffffff;
                        transition: all 500ms ease;
                    }


    .single-footer-widget .recent-news {
        position: relative;
        display: block;
        overflow: hidden;
    }

        .single-footer-widget .recent-news li {
            position: relative;
            display: block;
            padding-left: 75px;
            min-height: 75px;
            margin-bottom: 30px;
        }

            .single-footer-widget .recent-news li:last-child {
                margin-bottom: 0;
            }

            .single-footer-widget .recent-news li .img-holder {
                position: absolute;
                top: 0;
                left: 0;
                width: 75px;
                height: 75px;
                display: block;
                overflow: hidden;
            }

                .single-footer-widget .recent-news li .img-holder img {
                    transition: all 0.5s ease-in-out 0.6s;
                    width: 100%;
                    transform: scale(1.0, 1.0);
                }

            .single-footer-widget .recent-news li:hover .img-holder img {
                transform: scale(1.2, 1.2);
            }

            .single-footer-widget .recent-news li:hover .img-holder .overlay-style-one {
                opacity: 1;
            }

            .single-footer-widget .recent-news li .img-holder .overlay-style-one .content a span:before {
                position: relative;
                display: inline-block;
                width: 25px;
                height: 25px;
                color: #ffffff;
                font-size: 25px;
                line-height: 25px;
                font-weight: 400;
                filter: alpha(opacity=0);
                opacity: 0;
                transform: perspective(1200px) rotateY(-90deg) scale(5);
                transition: all 0.5s ease-in-out 0.3s;
            }

            .single-footer-widget .recent-news li:hover .img-holder .overlay-style-one .content a span:before {
                filter: alpha(opacity=100);
                opacity: 1;
                transform: perspective(1200px) rotateY(0deg) scale(1.0);
                transition-delay: 0.1s;
            }

            .single-footer-widget .recent-news li .title-holder {
                position: relative;
                display: block;
                padding-left: 20px;
            }

                .single-footer-widget .recent-news li .title-holder p {
                    color: #7c7e84;
                    line-height: 16px;
                    margin: 0 0 9px;
                }

                .single-footer-widget .recent-news li .title-holder h5 {
                    font-size: 16px;
                    line-height: 22px;
                    font-weight: 600;
                }

                    .single-footer-widget .recent-news li .title-holder h5 a {
                        color: #ffffff;
                    }



    .single-footer-widget .brochures-carousel-box {
        position: relative;
        display: block;
        max-width: 270px;
        width: 100%;
        background: #ffffff;
    }

        .single-footer-widget .brochures-carousel-box .img-holder {
            position: relative;
            display: block;
            overflow: hidden;
        }

            .single-footer-widget .brochures-carousel-box .img-holder img {
            }

        .single-footer-widget .brochures-carousel-box .title-holder {
            position: relative;
            display: block;
            padding: 24px 30px 22px;
            z-index: 1;
        }

            .single-footer-widget .brochures-carousel-box .title-holder:before {
                position: absolute;
                right: 15px;
                bottom: 20px;
                font-family: "Flaticon";
                content: "\f109";
                color: #ececec;
                font-size: 80px;
                line-height: 80px;
                z-index: -1;
            }

            .single-footer-widget .brochures-carousel-box .title-holder h3 {
                color: #27282c;
                font-size: 18px;
                line-height: 26px;
                font-weight: 600;
                margin: 0 0 17px;
            }

                .single-footer-widget .brochures-carousel-box .title-holder h3 a {
                }

.brochures-carousel-box .owl-dots {
    position: absolute;
    margin-top: -177px !important;
    height: 25px;
    line-height: 25px;
    right: 15px;
}

    .brochures-carousel-box .owl-dots .owl-dot {
        background-image: none;
        width: 12px;
        height: 12px;
        margin: 0px 5px;
        background: transparent;
        border: 2px solid #ffffff;
        padding: 0px;
        border-radius: 50%;
        transition: all 500ms ease;
        display: inline-block;
    }

        .brochures-carousel-box .owl-dots .owl-dot span {
            display: none;
        }

        .brochures-carousel-box .owl-dots .owl-dot.active {
            background: #ffffff;
        }



/*** 
=============================================
    Footer Bottom Area Style      
=============================================
***/
.footer-bottom-area {
    position: relative;
    display: block;
    padding: 20px 0;
    background: #ffffff;
    z-index: 10;
}

    .footer-bottom-area .copyright-text {
        margin: 0;
    }

        .footer-bottom-area .copyright-text p {
            color: #7c7e84;
            font-size: 15px;
            line-height: 24px;
            font-weight: 400;
            margin: 0;
        }

            .footer-bottom-area .copyright-text p a {
                color: #828282;
                font-weight: 500;
                transition: all 500ms ease;
            }

                .footer-bottom-area .copyright-text p a:hover {
                    color: #7c7e84;
                }

.footer-social-links {
    position: relative;
    display: block;
}

    .footer-social-links span {
        position: relative;
        display: inline-block;
        float: left;
        padding-right: 15px;
        color: #27282c;
        font-size: 14px;
        line-height: 30px;
        font-weight: 600;
    }

    .footer-social-links .sociallinks-style-one {
        position: relative;
        display: inline-block;
        line-height: 30px;
        float: left;
    }

        .footer-social-links .sociallinks-style-one li a i {
            color: #7c7e84;
            font-size: 14px;
            font-weight: 400;
            transition: all 500ms ease;
        }

        .footer-social-links .sociallinks-style-one li a:hover i {
            color: #828282;
        }



/*** 
=============================================
    Testimonial Style2 area style
=============================================
***/
.testimonial-style2-area {
    position: relative;
    display: block;
    padding: 50px 0 50px;
}

    .testimonial-style2-area .sec-title {
        padding-bottom: 40px;
    }

.single-testimonial-style2 {
    position: relative;
    display: block;
    border: 1px solid transparent;
    transition: all 700ms ease 300ms;
}

    .single-testimonial-style2 .inner-content {
        position: relative;
        display: block;
        overflow: hidden;
    }

    .single-testimonial-style2 .static-content {
        position: relative;
        display: block;
        padding: 55px 40px 62px;
        transform: translateY(0%);
        transition: all 700ms ease 100ms;
    }

    .single-testimonial-style2:hover .static-content {
        opacity: 0;
        transform: translateY(-10%);
        transition: all 900ms ease 100ms;
    }

    .single-testimonial-style2 .static-content .quote-icon {
        position: relative;
        display: block;
        padding-bottom: 11px;
    }

        .single-testimonial-style2 .static-content .quote-icon span:before {
            color: #828282;
            font-size: 63px;
            line-height: 63px;
        }

    .single-testimonial-style2 .text-box {
    }

        .single-testimonial-style2 .text-box p {
            margin: 0;
        }

    .single-testimonial-style2 .static-content .client-info {
        position: relative;
        display: block;
        padding-top: 32px;
    }

    .single-testimonial-style2 .client-info .review-box {
    }

        .single-testimonial-style2 .client-info .review-box ul {
        }

            .single-testimonial-style2 .client-info .review-box ul li {
                float: none;
                margin: 0 1px;
            }

                .single-testimonial-style2 .client-info .review-box ul li i {
                }

    .single-testimonial-style2 .client-info h3 {
        color: #27282c;
        font-size: 18px;
        font-weight: 600;
        margin: 8px 0 0;
    }

    .single-testimonial-style2 .client-info {
        position: relative;
        display: block;
    }

    .single-testimonial-style2 .overlay-content {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #ffffff;
        display: block;
        padding: 50px 40px 0;
        opacity: 0;
        transform: translateY(-10%);
        transition: all 700ms ease 100ms;
    }

    .single-testimonial-style2:hover .overlay-content {
        opacity: 1;
        transform: translateY(0%);
        transition: all 900ms ease 100ms;
    }

    .single-testimonial-style2 .overlay-content .img-box {
        width: 100px; /* Set a fixed or responsive width */
        height: 100px; /* Match height to width */
        overflow: hidden; /* Ensure overflow is cropped */
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 auto;
    }

        .single-testimonial-style2 .overlay-content .img-box img {
            width: 100%;
            height: 100%;
            object-fit: contain; /* Ensures the image scales properly */
            border-radius: 50%; /* Makes it circular */
        }

    .single-testimonial-style2 .overlay-content .text-box {
        position: relative;
        display: block;
        padding: 10px 0 10px;
        margin: 14px 0 0;
        z-index: 2;
    }

        .single-testimonial-style2 .overlay-content .text-box .quote-icon {
            position: absolute;
            top: -18px;
            left: 0;
            right: 0;
            z-index: -1;
        }

            .single-testimonial-style2 .overlay-content .text-box .quote-icon span:before {
                color: #f6f6f6;
                font-size: 128px;
                line-height: 128px;
            }

    .single-testimonial-style2 .overlay-content .client-info {
        position: relative;
        display: block;
        padding-top: 22px;
    }

.testimonial-style2-content {
    overflow: hidden;
}

    .testimonial-style2-content .owl-carousel {
        display: block;
        max-width: 370px;
        width: 100%;
        margin: 0 auto;
    }

        .testimonial-style2-content .owl-carousel .owl-stage-outer {
            overflow: visible;
            padding: 10px 0px 43px;
        }

            .testimonial-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2 {
                -webkit-box-shadow: 0px 2px 5px 4px #f6f6f6;
                box-shadow: 0px 2px 5px 4px #f6f6f6;
                transition: all 700ms ease 800ms;
            }

                .testimonial-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2 .static-content {
                    opacity: 0;
                    transform: translateY(-10%);
                    transition: all 900ms ease 300ms;
                }

                .testimonial-style2-content .owl-carousel .owl-stage-outer .owl-item.active .single-testimonial-style2 .overlay-content {
                    opacity: 1;
                    transform: translateY(0%);
                    transition: all 900ms ease 300ms;
                }

.testimonial-carousel .owl-dots {
    position: relative;
    display: block !important;
    margin-top: 0px !important;
    line-height: 14px;
}

    .testimonial-carousel .owl-dots .owl-dot {
        background-image: none;
        width: 20px;
        height: 5px;
        margin: 0px 10px;
        background: #e1e1e1;
        border: 2px solid #e1e1e1;
        padding: 0px;
        border-radius: 0%;
        transition: all 500ms ease;
        display: inline-block;
    }

        .testimonial-carousel .owl-dots .owl-dot span {
            display: none;
        }

        .testimonial-carousel .owl-dots .owl-dot.active {
            background: #828282;
            border-color: #828282;
        }

/*** 
=============================================
    Latest Projects Area style
=============================================
***/
.latest-projects-area {
    position: relative;
    display: block;
    background: #27282c;
    width: 100%;
    padding: 44px 0px 44px;
}

.latest-projects-v3 {
    padding: 0;
}

.single-project-style3 .img-holder {
    position: relative;
    display: block;
    overflow: hidden;
    width: 200px;
    height: 200px;
    z-index: 5;
}

    .single-project-style3 .img-holder img {
        width: 100%;
        height: 100%;
        object-fit: fill;
        object-position: center;
        transform: scale(1.01);
        transition: all 700ms ease;
        -webkit-object-fit: fill; /* For Safari */
    }

.single-project-style3:hover .img-holder img {
    transform: scale(1.2) rotate(2deg);
}

.single-project-style3 .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: rgba(0, 0, 0, 0.70);
    transform: scaleX(0);
    border: 4px solid #828282;
    transition: all 700ms ease 100ms;
    z-index: 3;
}

.single-project-style3:hover .overlay-content {
    transform: scaleY(1);
}

.single-project-style3 .overlay-content .inner-content {
    display: table;
    width: 100%;
    height: 100%;
}

    .single-project-style3 .overlay-content .inner-content .links-icons {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
        transform: scale(0);
        transition: all 700ms ease 500ms;
    }

.single-project-style3:hover .overlay-content .inner-content .links-icons {
    transform: scale(1.0);
}

.single-project-style3 .overlay-content .inner-content .links-icons a span:before {
    position: relative;
    display: block;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    color: #ffffff;
    font-size: 35px;
    line-height: 35px;
    font-weight: 400;
    transition: all 500ms ease;
}

.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before {
    color: #828282;
}

.single-project-style3 .title-holder {
    position: relative;
    display: block;
    padding-top: 24px;
}

    .single-project-style3 .title-holder span {
        color: #7c7e84;
    }

    .single-project-style3 .title-holder h3 {
        color: #ffffff;
        font-weight: 600;
        margin: 3px 0 0;
    }

.project-carousel-v3.owl-carousel .owl-nav {
    position: absolute;
    top: -115px;
    display: block;
    left: 0;
    right: 0;
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}

    .project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] {
        position: absolute;
        right: 0;
        display: inline-block;
        background: transparent;
        width: 55px;
        height: 55px;
        border: 1px solid #3f3f42;
        line-height: 54px;
        margin: 0;
        padding: 0;
        transition: all 700ms ease 100ms;
        border-radius: 50%;
    }

    .project-carousel-v3.owl-carousel .owl-nav .owl-prev {
        right: 65px;
    }

    .project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] i:before {
        color: #5e5e5e;
        font-size: 20px;
        font-weight: 400;
    }

    .project-carousel-v3.owl-carousel .owl-nav .owl-next {
        margin-left: 10px;
    }

    .project-carousel-v3.owl-carousel .owl-nav [class*="owl-"]:hover {
        border-color: #828282;
    }



/*** 
=============================================
    Footer Contact Info Area Style      
=============================================
***/



.footer-contact-info-area {
    position: relative;
    display: block;
    background: transparent;
    margin: -60px 0 -60px;
    z-index: 100;
}

.footer-contact-info {
    position: relative;
    display: block;
    background: #ffffff;
}



li .single-footer-contact-info {
    position: relative;
    display: inline-block;
    float: left;
    max-width: 385px;
    width: 100%;
    border-right: 1px solid #ededed;
}

li:last-child .single-footer-contact-info {
    border-right: 0px solid;
}

li .single-footer-contact-info .inner {
    position: relative;
    display: block;
    padding: 10px 0px 10px;
}

li .single-footer-contact-info .icon {
    width: 60px;
}

    li .single-footer-contact-info .icon span:before {
        color: #2f3033;
        font-size: 50px;
        transition: all 500ms ease;
    }

li .single-footer-contact-info:hover .icon span:before {
    color: #828282;
}

li .single-footer-contact-info .icon,
li .single-footer-contact-info .text {
    display: table-cell;
    vertical-align: middle;
}

    li .single-footer-contact-info .text p {
        color: #828282;
        margin: 0;
    }

        li .single-footer-contact-info .text p span {
            color: #27282c;
        }

/* For mobile view */
@media (max-width: 768px) {
    #con-info {
        display: block !important; /* Override inline flex with block */
    }
}

/*** 
=============================================
    Footer bottom Area Style3 Style      
=============================================
***/
.footer-bottom-area.style3 {
    position: relative;
    display: block;
    padding: 48px 0 8px;
    background: #1f1f23;
    z-index: 10;
}






/*** 
=============================================
    Error Page Area Style      
=============================================
***/
.error-page-area {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding: 145px 0 150px;
}

.error-content {
    position: relative;
    display: block;
    z-index: 3;
}

    .error-content span {
        color: #828282;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .error-content .title {
        position: relative;
        display: block;
        color: #828282;
        font-size: 180px;
        line-height: 150px;
        font-weight: 700;
        text-transform: uppercase;
        margin: 13px 0 14px;
    }

    .error-content p {
        font-size: 18px;
        line-height: 28px;
        margin: 0 0 32px;
    }

    .error-content .button {
    }

        .error-content .button a {
            width: 270px;
        }



/*-----------*/

/*
.main-slider {
    position: relative;
    height: 450px; 
    overflow: hidden;  
   
}

    .main-slider .rev_slider_wrapper {
        height: 10%; 
    }

    .main-slider .rev_slider {
        height: 100%;  
    }

@media (max-width: 768px) {
    .main-slider {
        height: 400px; 
    }
}


@media (max-width:480px) {
    .about-text .inner-content .text {
        display: block;
        padding-bottom: 0;
    }

    #newpara {
        position: relative;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}*/

