﻿@import "https://fonts.googleapis.com/css2?family=Livvic:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,900&amp;display=swap";

body {
    font-size: 15px;
    line-height: 1.6;
    font-family: iranyekan, IRANSans;
    color: #444;
    font-weight: 400;
}

div#slider-1.box_off1 {
    padding-bottom: 1rem;
}

.col-md-10 {
    position: relative;
}

p {
    color: #444;
    font-weight: 400;
}

.technology-card p {
    font-size: 13px;
    line-height: 1.8;
    margin-bottom: 0px;
}

a {
    display: inline-block;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #ec1d23;
}

    a.logo {
        width: 125px;
    }

    a:hover,
    a:focus {
        text-decoration: none;
    }

button {
    margin: 0;
    padding: 0;
    outline: 0;
}

    button:focus {
        outline: 0;
        border: 0;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 600;
    color: #252525;
}

h3 {
    font-size: 20px;
}

.d-table {
    width: 100%;
    height: 100%;
}

.d-table-cell {
    display: table-cell;
    vertical-align: middle;
    /* background-color: #e1e1e1d1; */
}

.navbar-brand {
    padding: 0px;
}

    .navbar-brand img {
    }

img {
    max-width: 100%;
}

.ptb-100 {
    padding-top: 15px;
    padding-bottom: 65px;
}

.pt-100 {
    padding-top: 3.5rem;
}

.pt-80 {
    padding-top: 80px;
}

.ptb-70 {
    padding-top: 70px;
    padding-bottom: 70px;
}

.pb-100 {
    padding-bottom: 100px;
}

.pb-70 {
    padding-bottom: 6.2rem;
}

.pt-50 {
    padding-top: 50px;
}

.pt-45 {
    padding-top: 45px;
}

.pt-20 {
    padding-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.ml-25 {
    margin-left: 15px;
}

.ml-20 {
    margin-left: 20px;
}

.mr-20 {
    margin-right: 20px;
}

.margin-auto {
    margin: 0 auto;
}

.border-radius-50 {
    border-radius: 15px;
}

.border-radius-5 {
    border-radius: 5px;
}

.section-title span {
    margin-bottom: 8px;
    font-weight: 600;
    display: block;
    font-size: 26px;
    text-shadow: 1px 1px 0px #000;
}

.section-title h2 {
    font-size: 22px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.8;
    color: #252525;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 17px;
    text-align: center;
    text-shadow: 1px 1px 0px #6d6c6a;
}

    .section-title h2::before {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 115px;
        height: 2px;
        right: 50%;
        transform: translate(50%, 0);
        /* right: 0; */
        background-color: #f9ca23;
        opacity: 1;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

.section-title1 h2 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 0;
    line-height: 1.8;
    color: #252525;
    margin-bottom: 0;
    position: relative;
    margin-bottom: 17px;
    text-shadow: 1px 1px 0px #f9ca23;
}

    .section-title1 h2::before {
        content: "";
        position: absolute;
        bottom: -8px;
        width: 115px;
        height: 2px;
        right: 5px;
        /* transform: translate(50%, 0); */
        /* right: 0; */
        background-color: #f9ca23;
        opacity: 1;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

.section-title p {
    padding-top: 10px;
    margin-bottom: 0;
    max-width: 530px;
    color: #444;
    text-align: justify;
    line-height: 2;
}

.sp-color1 {
    color: #ffc221;
}

.sp-color2 {
    color: #03a9f4;
}

.default-btn {
    display: inline-block;
    padding: 12px 32px;
    color: #ffffff;
    text-align: center;
    font-size: 18px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .default-btn i {
        font-size: 20px;
        position: relative;
        top: 4px;
        display: none;
    }

    .default-btn::before {
        content: "";
        position: absolute;
        z-index: -1;
        height: 100%;
        left: -36%;
        top: 0;
        -webkit-transform: skew(50deg);
        transform: skew(50deg);
        -webkit-transition-duration: 0.6s;
        transition-duration: 0.6s;
        -webkit-transform-origin: top left;
        transform-origin: top left;
        width: 0;
    }

    .default-btn:hover {
        color: #fff !important;
    }

        .default-btn:hover:before {
            height: 100%;
            width: 135%;
            background-color: #252525;
        }

.btn-bg-one {
    background-color: #ffffff;
    color: #000000;
}

.btn-bg-two {
    background-color: #ee1c25;
}

.top-header {
    padding: 7px 0 10px 0px;
}

.navbar-area {
    position: relative;
    z-index: 2;
}

.banner-btn {
    text-align: center;
}

.banner-slider-area .owl-dots {
    display: none !important;
    opacity: 0;
}

.top-header-bg {
    background-color: #03a9f4;
    position: relative;
    z-index: 2;
}

.top-left-side .top-header-text {
    display: inline-block;
    position: relative;
    margin-left: 30px;
}

    .top-left-side .top-header-text::before {
        content: "";
        position: absolute;
        left: -20px;
        width: 1px;
        height: 22px;
        background-color: #fff;
        top: 1px;
    }

    .top-left-side .top-header-text p {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        margin-bottom: 0;
    }

        .top-left-side .top-header-text p b {
            color: #ffc221;
            font-weight: 500;
            margin-right: 5px;
        }

.top-head-left {
    float: left;
}

    .top-head-left .top-contact {
        position: relative;
        display: inline-block;
    }

        .top-head-left .top-contact:hover i {
            background-color: #ea1d25;
            color: #fff;
        }

        .top-head-left .top-contact:hover h3 a {
            color: #ffc221;
        }

        .top-head-left .top-contact h3 {
            font-size: 14px;
            color: #fff;
            margin-bottom: 0;
            font-weight: 500;
        }

            .top-head-left .top-contact h3 a {
                color: #fff;
                margin-bottom: 0;
                text-decoration: none;
            }

                .top-head-left .top-contact h3 a:hover {
                    color: #ffc221;
                }

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

    .top-header-right .top-header-social {
        display: inline-block;
        width: auto;
        position: relative;
        text-align: center;
        /* margin-left: 15px; */
    }

        .top-header-right .top-header-social i {
            font-size: 20px;
            color: #fff;
            position: relative;
            top: 4px;
        }

        .top-header-right .top-header-social span {
            color: rgb(255 255 255);
            font-size: 11px;
            font-weight: 500;
            line-height: 2.5;
        }

        .top-header-right .top-header-social b {
            display: block;
            font-size: 10px;
            color: #fff;
            position: absolute;
            font-weight: 500;
            right: 12px;
            width: 100%;
            top: 23px;
        }

        .top-header-right .top-header-social span small {
            display: block;
            margin-right: 28px;
            color: rgb(255 255 255 / 57%);
            font-weight: 100;
        }


.top-header-right1 .top-header-social {
    display: inline-block;
    width: 200px;
    position: relative;
}

    .top-header-right1 .top-header-social i {
        color: rgb(249 202 35);
        font-size: 28px;
    }

    .top-header-right1 .top-header-social span {
        color: rgb(255 255 255 / 75%);
        margin-right: 28px;
        font-size: 14px;
        font-weight: 300;
    }

        .top-header-right1 .top-header-social span small {
            display: block;
            margin-right: 28px;
            color: rgb(255 255 255 / 57%);
            font-weight: 100;
        }

    .top-header-right1 .top-header-social ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .top-header-right1 .top-header-social ul li {
            display: inline-block;
            position: relative;
        }

            .top-header-right1 .top-header-social ul li a {
                width: 35px;
                height: 35px;
                line-height: 32px;
                text-align: center;
                background-color: #a9a9a938;
                color: #fff;
                border: none;
                border-radius: 12px;
            }

                .top-header-right1 .top-header-social ul li a:hover {
                    color: #ffc221;
                }

.top-header-right .language-list {
    top: -6px;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    margin-left: -20px;
    z-index: 9999;
}

    .top-header-right .language-list .language-list-item {
        height: 0;
        padding: 0 15px;
        border: none;
        color: #fff;
        background-color: transparent;
        font-weight: 500;
        font-size: 14px;
        border-radius: 5px 0 0 5px;
        padding-left: 30px;
        padding-right: 30px;
    }

        .top-header-right .language-list .language-list-item:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none;
        }

    .top-header-right .language-list .nice-select {
        height: 0;
        width: 125px;
        line-height: 0;
        font-size: 15px;
        margin-bottom: 0;
        border-radius: 0;
        background-color: transparent;
        color: #fff;
        border-radius: 5px 0 0 5px;
        z-index: 9999;
        text-align: right !important;
    }

        .top-header-right .language-list .nice-select .list {
            background-color: #fff;
            -webkit-box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
            box-shadow: 0 0 29px 0 rgba(102, 102, 102, 0.1);
            border-radius: 0;
            margin-top: 20px;
            width: 100%;
            padding-top: 0;
            padding-bottom: 0;
            margin-bottom: 0;
        }

            .top-header-right .language-list .nice-select .list .option {
                -webkit-transition: 0.6s;
                transition: 0.6s;
                color: #252525;
                padding-left: 15px;
                padding-right: 15px;
                margin-bottom: 0;
                width: 180px;
                border-bottom: 1px solid #e1e1e1;
            }

                .top-header-right .language-list .nice-select .list .option:hover {
                    background-color: transparent !important;
                    color: #ea1d25;
                }

                .top-header-right .language-list .nice-select .list .option .selected {
                    background-color: transparent !important;
                    font-weight: 500;
                    color: #ea1d25 !important;
                }

        .top-header-right .language-list .nice-select::after {
            content: "\e98c";
            height: 8px;
            width: 8px;
            border: none;
            top: 0;
            margin-bottom: 0;
            right: 10px;
            background-color: transparent;
            font-family: boxicons !important;
            color: #fff;
            font-size: 18px;
            -webkit-transform-origin: none;
            transform-origin: none;
            -webkit-transform: none;
            transform: none;
            margin-top: 0;
        }

.main-nav {
    background-color: rgb(255 255 255);
    top: 0;
    position: inherit;
    left: 0;
    padding: 0;
    width: 100%;
    height: auto;
    max-height: 60px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

    .main-nav .navbar {
        padding-left: 0;
        padding-right: 0;
        border-top: solid 1px #9099c56e;
    }

    .main-nav nav .navbar-nav .nav-item:hover a,
    .main-nav nav .navbar-nav .nav-item .active {
        color: #f9ca23 !important;
    }

        .main-nav nav .navbar-nav .nav-item:hover a::before,
        .main-nav nav .navbar-nav .nav-item .active::before {
            opacity: 1;
            width: 100%;
        }

        .main-nav nav .navbar-nav .nav-item:hover a i,
        .main-nav nav .navbar-nav .nav-item .active i {
            color: #ec1d23;
        }

    .main-nav nav .navbar-nav .nav-item a {
        text-transform: capitalize;
        color: #000000;
        font-weight: 400;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        padding: 17px 15px;
        font-size: 14px;
    }

        .main-nav nav .navbar-nav .nav-item a::before {
            content: "";
            position: absolute;
            bottom: -4px;
            width: 0;
            height: 1px;
            left: 0;
            right: 0;
            opacity: 0;
            -webkit-transition: 0.7s;
            transition: 0.7s;
        }

        .main-nav nav .navbar-nav .nav-item a i {
            line-height: 0;
            position: relative;
            top: 3px;
            font-size: 18px;
            display: none;
            color: #ffffff00;
        }

        .main-nav nav .navbar-nav .nav-item a:hover,
        .main-nav nav .navbar-nav .nav-item a :focus {
            color: #03a9f4 !important;
        }

            .main-nav nav .navbar-nav .nav-item a:hover::before,
            .main-nav nav .navbar-nav .nav-item a :focus::before {
                opacity: 1;
                width: 100%;
            }

            .main-nav nav .navbar-nav .nav-item a:hover i,
            .main-nav nav .navbar-nav .nav-item a :focus i {
                color: #ea1d25;
            }

        .main-nav nav .navbar-nav .nav-item a.active {
            color: #ffffff !important;
            border-bottom: solid 2px #03a9f4;
            color: #03a9f4 !important;
            font-weight: 700;
        }

            .main-nav nav .navbar-nav .nav-item a.active::before {
                opacity: 1;
                width: 100%;
            }

            .main-nav nav .navbar-nav .nav-item a.active i {
                color: #ffffff00;
            }

    .main-nav nav .navbar-nav .nav-item:hover .dropdown-menu {
        -webkit-transform: scale(1);
        transform: scale(1)translate(0px, 5px);
        background-color: #ffffff !important;
        box-shadow: 0px 0px 20px -12px #606060a6;
        border-radius: 20px;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .main-nav nav .navbar-nav .nav-item .dropdown-menu {
        z-index: 5;
        border: none;
        padding: 0;
        background-color: rgb(88 88 88) !important;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        padding: 10px;
    }

        .main-nav nav .navbar-nav .nav-item .dropdown-menu li {
            /* border-bottom: 1px solid #f9ca23; */
            position: relative;
            width: 19%;
            display: inline-block;
            vertical-align: text-top;
        }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li {
                display: block;
                width: 100%;
            }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
                    border-bottom: none;
                    padding: 4px 0;
                    padding-right: 6px;
                    color: #2a2a2a !important;
                    font-size: 13px;
                }

                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a img {
                        width: 27px;
                    }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li:last-child {
                border-bottom: none;
            }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
                border-bottom: 1px solid #8d8d8d87;
                text-transform: capitalize;
                color: #000000 !important;
                position: relative;
                z-index: 1;
                -webkit-transition: 0.7s;
                transition: 0.7s;
                font-weight: 400;
                padding: 10px 8px;
                font-size: 14px;
                margin-left: 10px;
            }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a i {
                    float: right;
                    top: 12px;
                    position: relative;
                }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a::before {
                    content: "";
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 2px;
                    height: 100%;
                    /* background-color: #ec1d23; */
                    -webkit-transition: 0.9s;
                    transition: 0.9s;
                    z-index: -1;
                }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
                    border-radius: 0;
                    color: #fff !important;
                    padding-left: 35px;
                }

                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active i {
                        color: #fff;
                    }

                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
                        width: 100%;
                    }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus,
                .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active {
                    color: #f9ca23 !important;
                    border-radius: 0;
                    padding-left: 35px;
                    background-color: #ed1c2400;
                    border-radius: 0px;
                }

                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover i,
                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus i,
                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active i {
                        color: #fff;
                    }

                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before,
                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a :focus::before,
                    .main-nav nav .navbar-nav .nav-item .dropdown-menu li a .active::before {
                        width: 100%;
                    }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active {
                color: #fff !important;
            }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active::before {
                    width: 100%;
                }

                .main-nav nav .navbar-nav .nav-item .dropdown-menu li.active i {
                    color: #fff;
                }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
                left: 100%;
                margin-top: 18px !important;
                position: absolute;
                /* -webkit-transform: scaleX(0); */
                /* transform: scaleX(0); */
            }

            .main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

    .main-nav .nav-side.nav-side {
        position: relative;
    }

    .main-nav .nav-side .nav-side-item {
        margin-right: 20px;
        display: inline-block;
    }

        .main-nav .nav-side .nav-side-item:last-child {
            margin-right: 0;
        }

        .main-nav .nav-side .nav-side-item .search-box {
            position: relative;
            top: -5px;
        }

            .main-nav .nav-side .nav-side-item .search-box i {
                cursor: pointer;
                font-size: 24px;
                color: #252525;
                position: relative;
                display: inline-block;
                top: 0;
            }

            .main-nav .nav-side .nav-side-item .search-box:hover i {
                color: #ea1d25;
            }

        .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form {
            position: relative;
            top: -10px;
        }

            .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control {
                height: 45px;
                background-color: #f8f8f8;
                padding: 10px 20px;
                width: 100%;
                border-radius: 50px;
                border: none;
            }

                .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form .form-control:focus {
                    -webkit-box-shadow: none;
                    box-shadow: none;
                    outline: 0;
                }

            .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button {
                position: absolute;
                top: 3px;
                right: 3px;
                height: 40px;
                width: 40px;
                background-color: #ffc221;
                -webkit-transition: all 0.5s;
                transition: all 0.5s;
                border: none;
                outline: none;
                border-radius: 50px;
            }

                .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button i {
                    color: #fff;
                    position: relative;
                    top: 1.9px;
                }

                .main-nav .nav-side .nav-side-item .search-side-widget .search-side-form button:hover {
                    background-color: #ea1d25;
                }

        .main-nav .nav-side .nav-side-item .get-btn {
            display: inline-block;
            position: relative;
            top: 5px;
        }

            .main-nav .nav-side .nav-side-item .get-btn .default-btn {
                padding: 9px 25px;
            }

.nav-side-mt {
    margin-top: 6px;
}

.side-nav-responsive {
    display: none;
}

    .side-nav-responsive .dot-menu {
        padding: 0 10px;
        height: 30px;
        cursor: pointer;
        z-index: 999;
        position: absolute;
        right: 60px;
        top: 20px;
    }

        .side-nav-responsive .dot-menu .circle-inner {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            height: 30px;
            display: none;
        }

            .side-nav-responsive .dot-menu .circle-inner .in-circle {
                height: 5px;
                width: 5px;
                border-radius: 100%;
                margin: 0 2px;
                -webkit-transition: 0.7s;
                transition: 0.7s;
                background-color: #ea1d25;
            }

        .side-nav-responsive .dot-menu:hover .circle-inner .circle {
            background-color: #ffc221;
        }

    .side-nav-responsive .container-max {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        .side-nav-responsive .container-max .container {
            position: absolute;
            top: 70px;
            right: 0;
            max-width: 220px;
            margin-left: auto;
            opacity: 0;
            visibility: hidden;
            -webkit-transition: 0.7s;
            transition: 0.7s;
            -webkit-transform: scaleX(0);
            transform: scaleX(0);
            z-index: 2;
            padding-left: 15px;
            padding-right: 15px;
        }

            .side-nav-responsive .container-max .container.active {
                opacity: 1;
                visibility: visible;
                -webkit-transform: scaleX(1);
                transform: scaleX(1);
            }

    .side-nav-responsive .side-nav-inner {
        padding: 12px 10px 10px;
        -webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.09);
        background-color: #fff;
    }

        .side-nav-responsive .side-nav-inner .side-nav {
            background-color: #ea1d25;
            padding: 10px;
        }

            .side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box {
                position: relative;
                display: inline-block;
                top: -10px;
                margin-right: 5px;
            }

                .side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box i {
                    cursor: pointer;
                    font-size: 24px;
                    color: #fff;
                    position: relative;
                    display: inline-block;
                    top: 5px;
                }

                .side-nav-responsive .side-nav-inner .side-nav .side-nav-item .search-box:hover i {
                    color: #ea1d25;
                }

            .side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn {
                display: inline-block;
                position: relative;
                top: 5px;
            }

                .side-nav-responsive .side-nav-inner .side-nav .side-nav-item .get-btn .default-btn {
                    padding: 7px 15px;
                    background-color: #fff;
                    color: #252525;
                }

.sticky-nav {
    top: 0;
    position: fixed;
    -webkit-transition: 0.7s;
    transition: 0.7s;
    width: 100% !important;
    z-index: 999;
}

    .sticky-nav .main-nav {
        top: 0;
        border: none;
        position: fixed;
        z-index: 999;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
        background-color: #393839;
    }

        .sticky-nav .main-nav .nav-item a {
            color: #fff !important;
        }

.search-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
}

    .search-overlay .search-layer {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }

        .search-overlay .search-layer:nth-child(1) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.3s ease-in-out 0s;
            transition: all 0.3s ease-in-out 0s;
        }

        .search-overlay .search-layer:nth-child(2) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.3s ease-in-out 0.3s;
            transition: all 0.3s ease-in-out 0.3s;
        }

        .search-overlay .search-layer:nth-child(3) {
            left: 0;
            background-color: rgba(0, 0, 0, 0.5);
            -webkit-transition: all 0.9s ease-in-out 0.6s;
            transition: all 0.9s ease-in-out 0.6s;
        }

    .search-overlay .search-close {
        position: absolute;
        top: 40px;
        right: 40px;
        width: 50px;
        z-index: 2;
        text-align: center;
        cursor: pointer;
        padding: 10px;
        -webkit-transition: all 0.9s ease-in-out 1.5s;
        transition: all 0.9s ease-in-out 1.5s;
        opacity: 0;
        visibility: hidden;
    }

        .search-overlay .search-close .search-close-line {
            width: 100%;
            height: 3px;
            float: left;
            margin-bottom: 5px;
            background-color: #fff;
            -webkit-transition: all 500ms ease;
            transition: all 500ms ease;
        }

            .search-overlay .search-close .search-close-line:nth-child(1) {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            .search-overlay .search-close .search-close-line:nth-child(2) {
                margin-top: -7px;
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

        .search-overlay .search-close:hover .search-close-line {
            background: #ea1d25;
            -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
        }

    .search-overlay .search-form {
        -webkit-transition: all 0.9s ease-in-out 1.4s;
        transition: all 0.9s ease-in-out 1.4s;
        opacity: 0;
        visibility: hidden;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%);
        transform: translateY(-50%) translateX(-50%);
        z-index: 2;
        max-width: 500px;
        width: 500px;
        padding: 0 15px;
    }

        .search-overlay .search-form form {
            position: relative;
        }

            .search-overlay .search-form form .input-search {
                display: block;
                width: 100%;
                height: 60px;
                border: none;
                border-radius: 30px;
                color: #252525;
                padding: 3px 0 0 25px;
            }

                .search-overlay .search-form form .input-search::-webkit-input-placeholder {
                    -webkit-transition: 0.7s;
                    transition: 0.7s;
                    letter-spacing: 0.5px;
                    color: #252525;
                }

                .search-overlay .search-form form .input-search:-ms-input-placeholder {
                    -webkit-transition: 0.7s;
                    transition: 0.7s;
                    letter-spacing: 0.5px;
                    color: #252525;
                }

                .search-overlay .search-form form .input-search::-ms-input-placeholder {
                    -webkit-transition: 0.7s;
                    transition: 0.7s;
                    letter-spacing: 0.5px;
                    color: #252525;
                }

                .search-overlay .search-form form .input-search::placeholder {
                    -webkit-transition: 0.7s;
                    transition: 0.7s;
                    letter-spacing: 0.5px;
                    color: #252525;
                }

                .search-overlay .search-form form .input-search:focus {
                    border: none;
                    outline: none;
                }

                    .search-overlay .search-form form .input-search:focus::-webkit-input-placeholder {
                        color: transparent;
                    }

                    .search-overlay .search-form form .input-search:focus:-ms-input-placeholder {
                        color: transparent;
                    }

                    .search-overlay .search-form form .input-search:focus::-ms-input-placeholder {
                        color: transparent;
                    }

                    .search-overlay .search-form form .input-search:focus::placeholder {
                        color: transparent;
                    }

            .search-overlay .search-form form button {
                position: absolute;
                right: 5px;
                top: 5px;
                width: 50px;
                color: #fff;
                height: 50px;
                border-radius: 50%;
                background-color: #ea1d25;
                -webkit-transition: 0.7s;
                transition: 0.7s;
                border: none;
                font-size: 20px;
                line-height: 55px;
            }

                .search-overlay .search-form form button:hover {
                    background-color: #ffc221;
                    color: #fff;
                }

            .search-overlay .search-form form:hover {
                border: none;
                outline: none;
            }

    .search-overlay.search-overlay-active.search-overlay {
        opacity: 1;
        visibility: visible;
    }

        .search-overlay.search-overlay-active.search-overlay .search-layer {
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

        .search-overlay.search-overlay-active.search-overlay .search-close {
            opacity: 1;
            visibility: visible;
        }

        .search-overlay.search-overlay-active.search-overlay .search-form {
            opacity: 1;
            visibility: visible;
        }

.banner-slider-area {
    position: relative;
    margin-top: 0px;
    z-index: 1;
}

    .banner-slider-area .owl-dots {
        margin-top: 0 !important;
        position: absolute;
        display: -ms-grid;
        display: grid;
        right: 7%;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin-bottom: 10px;
    }

        .banner-slider-area .owl-dots .owl-dot span {
            background-color: #fbfbfb3f !important;
            -webkit-transition: 0.7s;
            transition: 0.7s;
            margin: 7px;
            width: 40px !important;
            height: 40px !important;
            border: 10px solid #fbfbfb3f;
        }

        .banner-slider-area .owl-dots .owl-dot.active span {
            background-color: #fff !important;
            width: 40px !important;
            height: 40px !important;
            border: 13px solid #ffc221;
        }

        .banner-slider-area .owl-dots .owl-dot:hover span {
            background-color: #fff !important;
            width: 40px !important;
            height: 40px !important;
            border: 13px solid #ffc221;
        }

.banner-item {
    position: relative;
    z-index: 1;
    /* background-position: 12% 0%; */
    background-size: 100%;
    background-repeat: no-repeat;
    /* background-position-x: left; */
}

    .banner-item::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #0b244247;
        opacity: 0.7;
        transition: all linear 0.3s;
    }

.banner-slider:hover .banner-item::before {
    background-color: rgb(57 56 56 / 0%);
    transition: all linear 0.3s;
}

.banner-item-content {
    padding-top: 10rem;
    padding-bottom: 8rem;
}

    .banner-item-content span {
        font-size: 35px;
        font-weight: 600;
        color: #ffffff;
        padding: 10px 25px;
        /* background-color: #fff; */
        border-radius: 50px;
        display: inline-block;
        text-align: center;
        display: block;
        padding-bottom: 1.5rem;
        text-shadow: 1px 1px 0px #000;
    }

    .banner-item-content h1 {
        margin-top: 25px;
        font-size: 25px;
        color: #fff;
        font-weight: 700;
        /* max-width: 780px; */
        margin-bottom: 3rem;
        text-align: center;
        margin-top: 0px;
        text-shadow: 1px 1px 0px #000;
    }

    .banner-item-content p {
        font-size: 18px;
        color: #fff;
        font-weight: 400;
        max-width: 660px;
        margin-bottom: 35px;
    }

.item-bg1 {
    background-image: url(../images/buildingnewrender-min.jpg);
}

.item-bg2 {
    background-image: url(../images/home-one/home-one-img2.jpg);
}

.item-bg3 {
    background-image: url(../images/home-one/home-one-img3.jpg);
}


.banner-area {
    position: relative;
    z-index: 1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/home-two.jpg);
}

    .banner-area::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: -webkit-gradient(linear, left top, right top, from(#252525bf), to(#25252500));
        background-image: linear-gradient(to right, #252525bf, #25252500);
    }

.banner-item-ptb {
    padding-top: 140px;
    padding-bottom: 160px;
}

    .banner-item-ptb h1 {
        margin-top: 0;
    }

.banner-area-two {
    position: relative;
    z-index: 1;
    background-color: #f8f8f8;
}

    .banner-area-two::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/home-three/home-three-bg.png);
    }

.banner-content {
    position: relative;
    margin-top: -50px;
}

    .banner-content h1 {
        font-size: 60px;
        color: #252525;
        font-weight: 600;
        max-width: 680px;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .banner-content p {
        font-size: 17px;
        color: #252525;
        font-weight: 500;
        max-width: 500px;
        margin-bottom: 35px;
    }

.banner-img {
    position: relative;
    padding-top: 70px;
}

    .banner-img .banner-img-shape {
        position: absolute;
        bottom: 100px;
        right: 0;
        -webkit-animation: moveBounce 9s linear infinite;
        animation: moveBounce 9s linear infinite;
    }

.banner-sub-item {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    padding: 15px 10px 15px 160px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
}

    .banner-sub-item img {
        position: absolute;
        top: 10px;
        left: 10px;
        max-width: 125px;
        border-radius: 15px 0 0 15px;
    }

    .banner-sub-item .content {
        padding-bottom: 10px;
    }

        .banner-sub-item .content h3 {
            font-size: 45px;
            color: #ffc221;
            font-weight: 700;
            margin-bottom: 0;
        }

        .banner-sub-item .content span {
            color: #252525;
            font-size: 18px;
            font-weight: 600;
        }

.banner-sub-slider {
    position: relative;
    margin-top: -80px;
    padding-bottom: 50px;
}

.banner-bottom-area {
    position: relative;
    margin-top: -75px;
}

.banner-bottom-card {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px 20px 30px 135px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #ea1d25;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .banner-bottom-card i {
        position: absolute;
        top: 30px;
        left: 30px;
        font-size: 40px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #252525;
        background-color: #e5f3ff;
        border-radius: 50px;
        display: inline-block;
        text-align: center;
    }

    .banner-bottom-card h3 {
        color: #252525;
        margin-bottom: 10px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .banner-bottom-card p {
        margin-bottom: 0;
        font-weight: 500;
    }

    .banner-bottom-card:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

        .banner-bottom-card:hover h3 {
            color: #ffc221;
        }

.inner-banner {
    position: relative;
    z-index: 1;
    background-color: #14264e;
}

    .inner-banner .inner-title {
        padding-top: 60px;
        padding-bottom: 60px;
        position: relative;
        z-index: 1;
    }

        .inner-banner .inner-title h3 {
            font-size: 45px;
            color: #fff;
            font-weight: 600;
            position: relative;
        }

        .inner-banner .inner-title ul {
            list-style: none;
            padding: 0;
            margin: 0;
            position: relative;
        }

            .inner-banner .inner-title ul li {
                font-size: 18px;
                color: #fff;
                display: inline-block;
            }

                .inner-banner .inner-title ul li i {
                    color: #fff;
                    position: relative;
                    top: 3px;
                    margin: 0 3px;
                }

                .inner-banner .inner-title ul li a {
                    color: #fff;
                }

                    .inner-banner .inner-title ul li a:hover {
                        color: #ffc221;
                    }

    .inner-banner .inner-shape {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        display: none;
    }

.about-content .about-content-card {
    margin-top: 30px;
}

    .about-content .about-content-card i {
        font-size: 60px;
        color: #ea1d25;
        line-height: 1;
    }

    .about-content .about-content-card h3 {
        margin-top: 15px;
        margin-bottom: 12px;
    }

    .about-content .about-content-card p {
        margin-bottom: 0;
    }

.about-content .about-list {
    list-style: none;
    margin: 20px 0 0;
    padding: 0;
}

    .about-content .about-list li {
        display: block;
        color: #252525;
        margin-bottom: 10px;
        font-weight: 500;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        padding-left: 35px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 15px;
    }

        .about-content .about-list li:hover {
            color: #ea1d25;
        }

            .about-content .about-list li:hover i {
                color: #ffc221;
            }

        .about-content .about-list li:last-child {
            margin-bottom: 0;
        }

        .about-content .about-list li i {
            font-size: 26px;
            color: #ea1d25;
            position: absolute;
            left: 0;
            top: -2px;
            margin-right: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

.about-content .about-content-text {
    margin-top: 20px;
    margin-bottom: 0;
}

.about-img {
    position: relative;
}

    .about-img::before {
        content: "";
        position: absolute;
        z-index: -1;
        width: 30%;
        height: 40%;
        background-color: transparent;
        border: 3px solid #ffc221;
        bottom: -10px;
        right: -40px;
        border-radius: 35px;
    }

    .about-img img {
        border-radius: 15px;
    }

    .about-img .sub-content {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        background-color: #fff;
        border-radius: 15px;
        padding: 15px 10px 23px 160px;
        max-width: 340px;
        margin-left: auto;
        margin-right: auto;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    }

        .about-img .sub-content img {
            position: absolute;
            top: 10px;
            left: 10px;
            max-width: 123px;
            border-radius: 15px 0 0 15px;
        }

        .about-img .sub-content h3 {
            font-size: 45px;
            color: #ffc221;
            font-weight: 700;
            margin-bottom: 0;
        }

        .about-img .sub-content span {
            color: #252525;
            font-size: 18px;
            font-weight: 600;
        }

.about-play {
    position: relative;
    border-radius: 30px;
}

    .about-play img {
        border-radius: 30px;
    }

    .about-play .about-play-content {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        max-width: 470px;
        background-color: #25252538;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 70%;
        padding: 100px 40px 70px 25px;
    }

        .about-play .about-play-content::before {
            content: "";
            position: absolute;
            z-index: -1;
            bottom: 0;
            right: 30px;
            width: 91.7%;
            height: 90.1%;
            background-color: #ee1c2530;
            border-bottom-left-radius: 30px;
            border-top-right-radius: 70%;
        }

        .about-play .about-play-content span {
            color: #fff;
            text-shadow: 1px 1px black;
        }

        .about-play .about-play-content h2 {
            color: #fff;
            font-size: 32px;
            max-width: 300px;
            margin-bottom: 0;
            text-shadow: 1px 1px black;
        }

        .about-play .about-play-content .play-on-area {
            position: absolute;
            z-index: 1;
            bottom: 175px;
            left: 200px;
        }

            .about-play .about-play-content .play-on-area .play-on {
                width: 80px;
                height: 80px;
                color: #ea1d25;
                background-color: #fff;
                text-align: center;
                font-size: 55px;
                border-radius: 50px;
                display: inline-block;
            }

                .about-play .about-play-content .play-on-area .play-on i {
                    padding-left: 3px;
                }

                .about-play .about-play-content .play-on-area .play-on:hover {
                    color: #fff;
                    background-color: #ffc221;
                }

.about-bg {
    background-color: #070b3b;
}

.about-img-2 {
    margin-bottom: 30px;
}

    .about-img-2 img {
        border-radius: 15px;
    }

.about-content-2 {
    margin-bottom: 30px;
}

    .about-content-2 .section-title h2 {
        color: #fff;
    }

    .about-content-2 .section-title p {
        color: #fff;
    }

    .about-content-2 .about-card {
        margin-top: 15px;
    }

        .about-content-2 .about-card .content {
            padding-top: 20px;
            position: relative;
            padding-left: 70px;
            margin-bottom: 40px;
        }

            .about-content-2 .about-card .content i {
                position: absolute;
                top: 10px;
                left: 0;
                font-size: 55px;
                color: #ea1d25;
                line-height: 1;
            }

            .about-content-2 .about-card .content h3 {
                margin-bottom: 10px;
                color: #fff;
            }

        .about-content-2 .about-card p {
            margin-top: 25px;
            margin-bottom: 0;
            color: #fff;
        }

.security-area .section-title h2 {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.security-card {
    background-color: #fff;
    position: relative;
    z-index: 1;
    padding: 30px;
    border-radius: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    border-bottom: 3px solid #ea1d25;
}

    .security-card i {
        font-size: 45px;
        width: 80px;
        height: 80px;
        line-height: 80px;
        color: #252525;
        background-color: #e5f3ff;
        border-radius: 50px;
        display: inline-block;
        text-align: center;
        margin-bottom: 12px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .security-card h3 {
        margin-bottom: 10px;
    }

        .security-card h3 a {
            color: #252525;
            -webkit-transition: 0.5s;
            transition: 0.5s;
            display: block;
        }

    .security-card p {
        margin-bottom: 0;
    }

    .security-card:hover i {
        background-color: #ea1d25;
        color: #fff;
    }

    .security-card:hover h3 a {
        color: #ea1d25;
    }

.services-area {
    background-color: #ffffff;
    position: relative;
}

    .services-area .section-title h2 {
        max-width: 500px;
        color: #f9ca23;
        margin-left: auto;
        margin-right: auto;
    }

    .services-area .section-title p {
        color: #fff;
        max-width: 760px;
    }

.services-card {
    padding: 15px 15px 25px;
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
}

    .services-card:hover::before {
        width: 100%;
        height: 100%;
        border-radius: 10px;
        opacity: 1;
    }

    .services-card:hover h6 {
        color: #ffffff;
    }

        .services-card:hover h6 span {
            color: #444;
        }

    .services-card:hover i {
        color: #fff;
    }

    .services-card:hover h3 a {
        color: #fff;
    }

    .services-card:hover p {
        color: #fff;
    }

    .services-card:hover .learn-btn {
        color: #333;
    }

        .services-card:hover .learn-btn i {
            color: #fff;
        }

    .services-card::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
        width: 90px;
        height: 90px;
        background-color: #393839;
        border-radius: 272px 0 0 0;
        opacity: 0.1;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .services-card::after {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        right: 0;
        width: 75px;
        height: 75px;
        background-color: #393839;
        border-radius: 170px 0 0 0;
        opacity: 0.1;
    }

    .services-card i {
        color: #ea1d25;
        font-size: 60px;
        line-height: 1;
    }

    .services-card h3 {
        margin-top: 20px;
        margin-bottom: 12px;
        font-size: 18px;
    }

        .services-card h3 a {
            display: block;
            color: #252525;
        }

    .services-card p {
        margin-bottom: 12px;
    }

    .services-card .learn-btn {
        color: #252525;
        font-size: 14px;
        font-weight: 600;
    }

        .services-card .learn-btn i {
            font-size: 20px;
            position: relative;
            top: 5px;
            color: #252525;
        }

        .services-card .learn-btn:hover {
            color: #fff;
        }

            .services-card .learn-btn:hover i {
                color: #fff;
            }

.services-style-bg {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
}

.service-shape {
    position: absolute;
    top: 0;
    right: 0;
}

    .service-shape img {
        max-width: 400px;
    }

.services-area-two {
    background-color: #070b3b;
    position: relative;
    z-index: 1;
}

    .services-area-two::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/services/services-bg.png);
    }

    .services-area-two .section-title h2 {
        max-width: 500px;
        color: #fff;
        margin-left: auto;
        margin-right: auto;
    }

.services-item {
    position: relative;
    margin-bottom: 80px;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

    .services-item:hover {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }

        .services-item:hover .content h3 a {
            color: #ffc221;
        }

    .services-item a {
        display: block;
    }

        .services-item a img {
            border-radius: 5px;
        }

    .services-item .content {
        position: absolute;
        left: 0;
        right: 0;
        width: 82%;
        bottom: -80px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 20px 20px 20px 100px;
        margin-bottom: 30px;
    }

        .services-item .content i {
            font-size: 60px;
            position: absolute;
            top: 17px;
            left: 20px;
            line-height: 1;
            color: #ea1d25;
        }

        .services-item .content span {
            color: #ea1d25;
        }

        .services-item .content h3 {
            font-size: 20px;
            margin-top: 3px;
            margin-bottom: 0;
        }

            .services-item .content h3 a {
                color: #252525;
            }

.services-area-three {
    background-color: #f8f8f8;
}

    .services-area-three .section-title h2 {
        max-width: 390px;
        color: #252525;
        margin-left: auto;
        margin-right: auto;
    }

.services-widget-area .section-title h2 {
    color: #252525;
}

.services-style-area .section-title h2 {
    max-width: 450px;
    color: #252525;
    margin-left: auto;
    margin-right: auto;
}

.services-style-area .section-title p {
    max-width: 600px;
    text-align: center;
}

.service-article .service-article-img {
    margin-bottom: 25px;
}

    .service-article .service-article-img img {
        border-radius: 15px;
    }

.service-article .service-article-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.service-article .service-article-content p {
    margin-bottom: 20px;
}

.service-article .service-article-content .service-article-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

    .service-article .service-article-content .service-article-list li {
        display: block;
        color: #252525;
        margin-bottom: 10px;
        font-weight: 600;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        padding-left: 35px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .service-article .service-article-content .service-article-list li:hover {
            color: #ea1d25;
        }

            .service-article .service-article-content .service-article-list li:hover i {
                color: #ffc221;
            }

        .service-article .service-article-content .service-article-list li:last-child {
            margin-bottom: 0;
        }

        .service-article .service-article-content .service-article-list li i {
            font-size: 26px;
            color: #ea1d25;
            position: absolute;
            left: 0;
            top: -2px;
            margin-right: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

.service-article .service-article-another h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.service-article .service-article-another p {
    margin-bottom: 20px;
}

.service-article .service-article-another .service-article-another-img {
    margin-bottom: 25px;
    margin-top: 10px;
}

    .service-article .service-article-another .service-article-another-img img {
        border-radius: 15px;
    }

.service-article .service-work-process h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.service-article .service-work-process p {
    margin-bottom: 30px;
}

.service-article .work-process-card p {
    margin-bottom: 0;
}

.work-process-area .section-title h2 {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
}

.work-process-left {
    background-color: #070b3b;
    padding: 148px 50px;
    border-radius: 10px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .work-process-left::before {
        content: "";
        position: absolute;
        z-index: -1;
        opacity: 0.2;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/shape/bg-shape.png);
    }

    .work-process-left .section-title {
        margin-bottom: 30px;
    }

        .work-process-left .section-title h2 {
            color: #fff;
        }

    .work-process-left .default-btn {
        margin: 0 auto;
    }

.work-process-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 30px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
}

    .work-process-card::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        right: 0;
        width: 70px;
        height: 55px;
        background-color: #ea1d25;
        border-radius: 0 0 0 270px;
        opacity: 0.1;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .work-process-card i {
        font-size: 60px;
        color: #ea1d25;
        line-height: 1.2;
    }

    .work-process-card h3 {
        margin-top: 15px;
        margin-bottom: 10px;
    }

    .work-process-card p {
        margin-bottom: 0;
    }

    .work-process-card .number {
        font-size: 24px;
        color: #ea1d25;
        font-weight: 600;
        position: absolute;
        top: 5px;
        right: 15px;
    }

.work-process-area-two {
    position: relative;
}

.work-shape {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.choose-area {
    background-color: #070b3b;
}

.choose-content {
    margin-bottom: 30px;
}

    .choose-content .section-title h2 {
        max-width: 470px;
        color: #fff;
    }

    .choose-content .section-title p {
        color: #fff;
    }

    .choose-content .choose-content-card {
        margin-top: 15px;
    }

        .choose-content .choose-content-card .content {
            padding-top: 20px;
            position: relative;
            padding-left: 75px;
        }

            .choose-content .choose-content-card .content i {
                position: absolute;
                top: 10px;
                left: 0;
                font-size: 60px;
                color: #ea1d25;
                line-height: 1;
            }

            .choose-content .choose-content-card .content h3 {
                margin-top: 10px;
                margin-bottom: 30px;
                color: #fff;
            }

        .choose-content .choose-content-card p {
            margin-top: 5px;
            margin-bottom: 0;
            color: #fff;
        }

.choose-img {
    margin-bottom: 30px;
}

    .choose-img img {
        border-radius: 15px;
    }

.build-area {
    position: relative;
    z-index: 1;
}

    .build-area::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50%;
        background-color: #ea1d25;
    }

    .build-area::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 50%;
        background-image: url(../images/build/build-bg.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .build-area .default-btn {
        background-color: #fff;
        color: #ea1d25;
    }

.build-content .section-title span {
    color: #fff;
}

.build-content .section-title h2 {
    color: #fff;
}

.build-content.build-content-on-color .section-title span {
    color: #252525;
}

.build-content.build-content-on-color .section-title h2 {
    color: #252525;
}

.build-btn-area {
    float: right;
}

.build-play-img {
    position: relative;
    border-radius: 30px;
    margin-bottom: 30px;
}

    .build-play-img img {
        border-radius: 30px;
    }

    .build-play-img .play-area-content {
        position: absolute;
        z-index: 1;
        bottom: -1px;
        left: -1px;
        max-width: 470px;
        background-color: #25252538;
        border-bottom-left-radius: 30px;
        border-top-right-radius: 70%;
        padding: 150px 80px 110px 40px;
    }

        .build-play-img .play-area-content::before {
            content: "";
            position: absolute;
            z-index: -1;
            top: 30px;
            right: 30px;
            width: 92.7%;
            height: 92.1%;
            background-color: #ea1d25;
            border-bottom-left-radius: 30px;
            border-top-right-radius: 70%;
        }

        .build-play-img .play-area-content span {
            color: #fff;
        }

        .build-play-img .play-area-content h2 {
            color: #fff;
            font-size: 35px;
            max-width: 300px;
            margin-bottom: 0;
        }

.play-area {
    position: absolute;
    z-index: 1;
    bottom: 220px;
    left: 260px;
}

    .play-area .play-on {
        width: 80px;
        height: 80px;
        color: #ea1d25;
        background-color: #fff;
        text-align: center;
        font-size: 45px;
        line-height: 85px;
        border-radius: 50px;
        display: inline-block;
    }

        .play-area .play-on i {
            position: relative;
            left: 4px;
            top: 1px;
        }

        .play-area .play-on:hover {
            color: #fff;
            background-color: #ffc221;
        }

.build-item {
    position: relative;
    margin-bottom: 80px;
}

    .build-item a {
        display: block;
    }

        .build-item a img {
            border-radius: 5px;
        }

    .build-item .content {
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        bottom: -80px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .build-item .content h3 {
            margin-bottom: 5px;
        }

            .build-item .content h3 a {
                color: #252525;
                -webkit-transition: 0.5s;
                transition: 0.5s;
            }

        .build-item .content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .build-item .content ul li {
                display: inline-block;
                margin-right: 15px;
                color: #444;
                font-weight: 500;
                position: relative;
                font-size: 14px;
            }

                .build-item .content ul li a {
                    color: #444;
                }

                .build-item .content ul li::before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    right: -10px;
                    width: 2px;
                    height: 15px;
                    background-color: #444;
                    -webkit-transform: skew(-20deg);
                    transform: skew(-20deg);
                }

                .build-item .content ul li:last-child {
                    margin-left: 0;
                }

                    .build-item .content ul li:last-child::before {
                        display: none;
                    }

                .build-item .content ul li:hover a {
                    color: #ea1d25;
                }

        .build-item .content .more-btn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 45px;
            height: 45px;
            line-height: 45px;
            font-size: 20px;
            color: #ea1d25;
            text-align: center;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 5px;
            background-color: #e6f1fc;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .build-item:hover .content h3 a {
        color: #ffc221;
    }

    .build-item:hover .more-btn {
        background-color: #ea1d25;
        color: #fff;
    }

.build-text {
    margin-bottom: 20px;
    margin-top: 30px;
}

    .build-text p {
        color: #fff;
        margin-bottom: 0;
        font-weight: 600;
    }

    .build-text.build-on-text p {
        color: #252525;
    }

.play-btn-area {
    position: relative;
    z-index: 1;
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    margin-bottom: 30px;
}

    .play-btn-area::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/build/build-play-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

    .play-btn-area .build-play {
        font-size: 35px;
        color: #fff;
        width: 100px;
        height: 100px;
        z-index: 1;
        background-color: #ffffff87;
        border-radius: 50%;
        line-height: 105px;
        text-align: center;
        position: relative;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        -webkit-animation: pulse 3s ease-out infinite;
        animation: pulse 3s ease-out infinite;
    }

        .play-btn-area .build-play i {
            position: relative;
            top: 1px;
            left: 3px;
        }

        .play-btn-area .build-play::before {
            content: "";
            position: absolute;
            width: 70px;
            height: 70px;
            left: 0;
            right: 0;
            top: 15px;
            margin: 0 auto;
            z-index: -1;
            background-color: #ea1d25;
            border-radius: 50%;
        }

        .play-btn-area .build-play:hover {
            border-radius: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .play-btn-area .build-play:hover::before {
                border-radius: 0;
                -webkit-animation: none;
                animation: none;
            }

.talk-area {
    background-image: url(../images/talk-bg.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

    .talk-area::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-color: #070b3b;
        opacity: 0.8;
    }

.talk-content .section-title {
    margin-bottom: 30px;
}

    .talk-content .section-title h2 {
        color: #fff;
        max-width: 530px;
        margin-left: auto;
        margin-right: auto;
    }

.call-us-area {
    background-color: #070b3b;
    position: relative;
    z-index: 1;
}

    .call-us-area::before {
        content: "";
        position: absolute;
        opacity: 0.1;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/call-us/call-shap1.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

.call-us-img {
    text-align: center;
    position: relative;
    z-index: 1;
}

.call-shape .shape1 {
    position: absolute;
    top: 30px;
    left: 30px;
}

.call-shape .shape2 {
    position: absolute;
    top: 30px;
    right: -35px;
}

.call-contact {
    padding: 50px 0;
}

    .call-contact h3 {
        font-size: 22px;
        color: #ffc221;
        margin-bottom: 5px;
    }

    .call-contact .call-btn {
        font-size: 35px;
        color: #fff;
        margin-bottom: 15px;
        font-weight: 600;
    }

        .call-contact .call-btn:hover {
            color: #ffc221;
        }

    .call-contact p {
        font-size: 20px;
        color: #fff;
        margin-bottom: 25px;
    }

.counter-area {
    position: relative;
}

    .counter-area .section-title h2 {
        max-width: 560px;
        margin-left: auto;
        margin-right: auto;
    }

    .counter-area .section-title p {
        margin-left: auto;
        margin-right: auto;
        max-width: 720px;
    }

.counter-content {
    margin-bottom: 30px;
    text-align: center;
}

    .counter-content h1 {
        font-size: 170px;
        color: #252525;
        margin-bottom: 0;
        line-height: 1;
    }

        .counter-content h1 span {
            color: #ea1d25;
            line-height: 1;
            position: relative;
            top: -6px;
        }

    .counter-content h3 {
        margin-bottom: 13px;
    }

    .counter-content p {
        max-width: 355px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }

.counter-another-content {
    margin-bottom: 25px;
    padding-left: 90px;
    position: relative;
}

    .counter-another-content i {
        position: absolute;
        line-height: 1;
        font-size: 60px;
        top: 3px;
        left: 0;
        color: #ea1d25;
    }

    .counter-another-content h3 {
        color: #252525;
        font-size: 35px;
        line-height: 1;
        margin-bottom: 8px;
    }

    .counter-another-content span {
        font-size: 17px;
        color: #444;
        margin-bottom: 0;
        font-weight: 600;
    }

.counter-shape {
    display: none;
}

    .counter-shape .shape1 {
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
    }

        .counter-shape .shape1 img {
            max-width: 200px;
        }

    .counter-shape .shape2 {
        position: absolute;
        bottom: 0;
        left: 0;
        z-index: -1;
    }

        .counter-shape .shape2 img {
            max-width: 200px;
        }

.case-study-area .section-title h2 {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.case-study-item {
    position: relative;
    margin-bottom: 80px;
}

    .case-study-item a {
        display: block;
    }

        .case-study-item a img {
            border-radius: 5px;
        }

    .case-study-item .content {
        position: absolute;
        left: 0;
        right: 0;
        width: 90%;
        bottom: -80px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fff;
        -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
        border-radius: 5px;
        padding: 20px;
        margin-bottom: 30px;
    }

        .case-study-item .content h3 {
            margin-bottom: 5px;
        }

            .case-study-item .content h3 a {
                color: #252525;
            }

            .case-study-item .content h3:hover a {
                color: #ea1d25;
            }

        .case-study-item .content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .case-study-item .content ul li {
                display: inline-block;
                margin-right: 15px;
                color: #444;
                font-weight: 500;
                position: relative;
            }

                .case-study-item .content ul li::before {
                    content: "";
                    position: absolute;
                    top: 5px;
                    right: -10px;
                    width: 2px;
                    height: 15px;
                    background-color: #444;
                    -webkit-transform: skew(-20deg);
                    transform: skew(-20deg);
                }

                .case-study-item .content ul li a {
                    color: #444;
                }

                .case-study-item .content ul li:last-child {
                    margin-left: 0;
                }

                    .case-study-item .content ul li:last-child::before {
                        display: none;
                    }

                .case-study-item .content ul li:hover a {
                    color: #ea1d25;
                }

        .case-study-item .content .more-btn {
            position: absolute;
            bottom: 0;
            right: 0;
            width: 45px;
            height: 45px;
            line-height: 50px;
            font-size: 20px;
            color: #ea1d25;
            text-align: center;
            border-top-left-radius: 30px;
            border-bottom-right-radius: 5px;
            background-color: #e6f1fc;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

            .case-study-item .content .more-btn:hover {
                background-color: #ea1d25;
                color: #fff;
            }

    .case-study-item:hover .content h3 a {
        color: #ea1d25;
    }

    .case-study-item:hover .content .more-btn {
        background-color: #ea1d25;
        color: #fff;
    }

.case-article .case-article-img {
    margin-bottom: 25px;
}

    .case-article .case-article-img img {
        border-radius: 15px;
    }

.case-article .case-article-content h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.case-article .case-article-content p {
    margin-bottom: 20px;
}

.case-article .case-article-content .case-article-list {
    list-style: none;
    margin: 0 0 25px;
    padding: 0;
}

    .case-article .case-article-content .case-article-list li {
        display: block;
        color: #252525;
        margin-bottom: 10px;
        font-weight: 600;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        padding-left: 35px;
        position: relative;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .case-article .case-article-content .case-article-list li:hover {
            color: #ea1d25;
        }

            .case-article .case-article-content .case-article-list li:hover i {
                color: #ffc221;
            }

        .case-article .case-article-content .case-article-list li:last-child {
            margin-bottom: 0;
        }

        .case-article .case-article-content .case-article-list li i {
            font-size: 26px;
            color: #ea1d25;
            position: absolute;
            left: 0;
            top: 2px;
            margin-right: 5px;
            -webkit-transition: 0.5s;
            transition: 0.5s;
        }

    .case-article .case-article-content .case-article-list.case-article-ls li i {
        top: -1px;
    }

.case-article .case-article-another h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.case-article .case-article-another p {
    margin-bottom: 20px;
}

.case-article .case-article-another .case-article-another-img {
    margin-bottom: 25px;
    margin-top: 10px;
}

    .case-article .case-article-another .case-article-another-img img {
        border-radius: 15px;
    }

.case-article .case-work-process h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.case-article .case-work-process p {
    margin-bottom: 30px;
}

.case-play-btn {
    position: relative;
    z-index: 1;
    padding-top: 170px;
    padding-bottom: 170px;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}

    .case-play-btn::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/build/build-play-bg.jpg);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
        border-radius: 15px;
    }

    .case-play-btn .case-play {
        font-size: 40px;
        color: #ea1d25;
        width: 80px;
        height: 80px;
        z-index: 1;
        background-color: #fff;
        border-radius: 50%;
        line-height: 85px;
        text-align: center;
        position: relative;
        -webkit-transition: 0.7s;
        transition: 0.7s;
        -webkit-animation: pulse 3s ease-out infinite;
        animation: pulse 3s ease-out infinite;
    }

        .case-play-btn .case-play i {
            position: relative;
            top: 1px;
            left: 3px;
        }

        .case-play-btn .case-play:hover {
            border-radius: 0;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

            .case-play-btn .case-play:hover::before {
                border-radius: 0;
                -webkit-animation: none;
                animation: none;
            }

.team-card {
    margin-bottom: 30px;
    position: relative;
    border: solid 1px #e1e1e1;
    padding-top: 13px;
    border-radius: 10px;
    max-width: 95%;
}

    .team-card a {
        max-width: 170px !important;
        margin: auto;
        border-radius: 50%;
        box-shadow: inset 1px 0px 8px 2px #0000003d;
        background: linear-gradient( 322deg, #0669e147, #0669e15c);
        padding: 15px;
        display: block;
        text-align: center;
    }

        .team-card a img {
            border-radius: 50%;
        }

    .team-card:hover .social-link {
        opacity: 1;
    }

        .team-card:hover .social-link li a {
            -webkit-transform: scaleY(1);
            transform: scaleY(1);
        }

    .team-card:hover .content {
        border-radius: 0;
    }

    .team-card .social-link {
        position: absolute;
        top: 17%;
        right: 30px;
        padding: 0;
        list-style: none;
        opacity: 0;
    }

        .team-card .social-link li {
            display: block;
            margin-bottom: 10px;
        }

            .team-card .social-link li a {
                width: 30px;
                height: 30px;
                line-height: 32px;
                text-align: center;
                color: #fff;
                border-radius: 50px;
                background-color: #ea1d25;
                -webkit-transform: scaleY(0);
                transform: scaleY(0);
            }

            .team-card .social-link li:hover a {
                background-color: #fff;
                color: #ea1d25;
            }

    .team-card .content {
        position: relative;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 20px 11px;
        border-top-left-radius: 100px;
        text-align: center;
        -webkit-transition: 0.9s;
        transition: 0.9s;
    }

        .team-card .content h3 {
            margin-bottom: 0;
            color: #0d6efd;
        }

        .team-card .content span {
            color: #000;
            font-size: 16px;
            margin-top: 9px;
            display: block;
        }

        .team-card .content p {
            text-align: justify;
            margin-top: 13px;
            color: #878181;
            font-size: 13px;
            line-height: 2em;
            max-height: 180px;
            overflow: hidden;
            padding: 20px;
        }

.technology-area {
    position: relative;
    z-index: 1;
    background-image: url(../images/1-021.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 3rem;
}

.technology-area1i {
    background-image: url(../images/1-031.jpg);
}

.technology-area .section-title h2 {
    color: #fff;
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    font-size: 27px;
}

.technology-area::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    /* background-color: #26272d; */
    opacity: 0.8;
}

.technology-card {
    padding: 30px 15px;
    border: 1px solid rgb(255 255 255 / 30%);
    border-radius: 52px;
    text-align: center;
    margin-bottom: 30px;
    background-color: #ffffff;
    box-shadow: 0px 0px 0px 8px #e1e1e13d;
    margin: 7px;
}

    .technology-card img {
        font-size: 50px;
        line-height: 1;
        color: #fff;
        width: 70px;
        height: 70px;
        background-color: #00bcd4;
        padding: 7px;
        border-radius: 26px;
        box-shadow: 0px 0px 0px 8px #e1e1e13d;
    }

    .technology-card h3 {
        color: #000000;
        margin-bottom: 0;
        margin-top: 15px;
        font-weight: 900;
        font-size: 14px;
        margin-bottom: 10px;
        text-shadow: 0px 1px 0px #c5c5c5;
    }

.technology-area-two {
    background-color: #f8f8f8;
}

    .technology-area-two .section-title h2 {
        max-width: 570px;
        margin-left: auto;
        margin-right: auto;
    }

.technology-card-color {
    border-color: #ea1d25;
}

    .technology-card-color i {
        color: #ea1d25;
    }

    .technology-card-color h3 {
        color: #252525;
    }

.brand-area {
    position: relative;
}

    .brand-area::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/brand-logo/brand-bg.png);
    }

.brand-area-two {
    position: relative;
    background-color: #ea1d25;
}

    .brand-area-two::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/brand-logo/brand-bg.png);
    }

.brand-item img {
    width: unset !important;
    text-align: center;
    margin: 0 auto;
}

.clients-area {
    position: relative;
    z-index: 1;
    background-color: #15163b;
}

    .clients-area::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        width: 100%;
        height: 100%;
        left: 0;
        right: 0;
        background-image: url(../images/clients-img/client-bg.png);
        background-position: center center;
        background-size: cover;
        background-repeat: no-repeat;
    }

    .clients-area .section-title h2 {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        color: #fff;
    }

    .clients-area .owl-nav {
        margin-top: 0;
    }

        .clients-area .owl-nav .owl-prev {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            left: -7%;
            font-size: 25px !important;
            -webkit-transition: 0.7s;
            transition: 0.7s;
            width: 45px;
            height: 45px;
            border-radius: 50px;
            line-height: 47px !important;
            background-color: transparent !important;
            color: #ea1d25 !important;
            border: 1px solid #ea1d25 !important;
        }

            .clients-area .owl-nav .owl-prev:hover {
                color: #fff !important;
                background-color: #ea1d25 !important;
            }

        .clients-area .owl-nav .owl-next {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            right: -7%;
            color: #444 !important;
            font-size: 25px !important;
            -webkit-transition: 0.7s;
            transition: 0.7s;
            width: 45px;
            height: 45px;
            line-height: 47px !important;
            border-radius: 50px;
            background-color: transparent !important;
            color: #ea1d25 !important;
            border: 1px solid #ea1d25 !important;
        }

            .clients-area .owl-nav .owl-next:hover {
                color: #fff !important;
                background-color: #ea1d25 !important;
            }

.clients-area-two {
    background-color: #fff;
}

    .clients-area-two .section-title h2 {
        max-width: 430px;
        margin-left: auto;
        margin-right: auto;
        color: #252525;
    }

.clients-content {
    position: relative;
    z-index: 1;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
    padding: 30px 40px 25px;
    margin-bottom: 30px;
    border-radius: 10px;
}

    .clients-content::before {
        content: "";
        position: absolute;
        z-index: -1;
        bottom: 0;
        width: 95%;
        height: 100%;
        margin: 0 auto;
        left: 0;
        right: 0;
        background-color: #fff;
        opacity: 0.5;
        border-radius: 10px;
    }

    .clients-content .content {
        padding-left: 110px;
        position: relative;
        margin-bottom: 30px;
    }

        .clients-content .content img {
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 50%;
            width: unset !important;
            width: 85px !important;
            height: 85px !important;
        }

        .clients-content .content i {
            position: absolute;
            bottom: -10px;
            left: 60px;
            border-radius: 50px;
            width: 35px;
            height: 35px;
            line-height: 35px;
            background-color: #ffc221;
            color: #fff;
            text-align: center;
        }

        .clients-content .content h3 {
            padding-top: 20px;
            margin-bottom: 0;
        }

        .clients-content .content span {
            margin-bottom: 0;
        }

    .clients-content p {
        margin-bottom: 0;
    }

.client-circle .client-circle-1 {
    position: absolute;
    top: 10%;
    left: 0;
}

.client-circle .client-circle-2 {
    position: absolute;
    top: 40%;
    left: 3%;
}

.client-circle .client-circle-3 {
    position: absolute;
    top: 75%;
    left: 0%;
}

.client-circle .client-circle-4 {
    position: absolute;
    top: 10%;
    right: 20%;
}

.client-circle .client-circle-5 {
    position: absolute;
    top: 25%;
    right: 5%;
}

.client-circle .client-circle-6 {
    position: absolute;
    top: 70%;
    right: 0;
}

.client-circle .client-circle-7 {
    position: absolute;
    bottom: 5%;
    right: 35%;
}

.circle {
    width: 40px;
    height: 40px;
    background-color: #ea1d25;
    border-radius: 50px;
    position: relative;
    z-index: 1;
    border: 13px solid #f6fbff;
}

.blog-card {
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    border-radius: 5px;
    -webkit-transition: 0.9s;
    transition: 0.9s;
    border: 1px solid #f1f1f1;
}

    .blog-card:hover {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .blog-card .blog-img {
        position: relative;
    }

        .blog-card .blog-img img {
            border-radius: 5px;
        }

        .blog-card .blog-img .blog-tag {
            background-color: #ffc221;
            padding: 15px 12px;
            position: absolute;
            bottom: -20px;
            right: 30px;
            border-radius: 5px;
            text-align: center;
        }

            .blog-card .blog-img .blog-tag h3 {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                margin-bottom: 0;
                font-weight: 500;
            }

            .blog-card .blog-img .blog-tag span {
                color: #fff;
                line-height: 1;
                font-weight: 500;
            }

    .blog-card .content {
        padding: 25px 30px;
    }

        .blog-card .content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-card .content ul li {
                display: inline-block;
                font-size: 15px;
                margin-right: 20px;
            }

                .blog-card .content ul li a {
                    color: #444;
                }

                    .blog-card .content ul li a i {
                        font-size: 20px;
                        color: #ea1d25;
                        margin-right: 5px;
                        position: relative;
                        top: 3px;
                    }

                    .blog-card .content ul li a:last-child {
                        margin-right: 0;
                    }

                    .blog-card .content ul li a:hover {
                        color: #ffc221;
                    }

                        .blog-card .content ul li a:hover i {
                            color: #ea1d25;
                        }

        .blog-card .content h3 {
            margin-top: 10px;
            margin-bottom: 10px;
            font-size: 22px;
        }

            .blog-card .content h3 a {
                color: #252525;
            }

        .blog-card .content p {
            margin-bottom: 8px;
        }

        .blog-card .content .read-btn {
            color: #ea1d25;
            font-size: 15px;
            font-weight: 600;
        }

            .blog-card .content .read-btn i {
                font-size: 20px;
                position: relative;
                top: 5px;
            }

            .blog-card .content .read-btn:hover {
                color: #252525;
                letter-spacing: 0.25px;
            }

    .blog-card:hover .content h3 a {
        color: #ffc221;
    }

.blog-article {
    margin-bottom: 30px;
}

    .blog-article .blog-article-img {
        margin-bottom: 30px;
        position: relative;
    }

        .blog-article .blog-article-img img {
            border-radius: 8px;
        }

        .blog-article .blog-article-img .blog-article-tag {
            background-color: #ec1d23;
            padding: 15px 12px;
            position: absolute;
            bottom: -20px;
            right: 30px;
            border-radius: 3px;
            text-align: center;
        }

            .blog-article .blog-article-img .blog-article-tag h3 {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                margin-bottom: 0;
                font-weight: 500;
            }

            .blog-article .blog-article-img .blog-article-tag span {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                font-weight: 500;
            }

    .blog-article .blog-article-title {
        margin-bottom: 20px;
    }

        .blog-article .blog-article-title ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-article .blog-article-title ul li {
                display: inline-block;
                font-size: 13px;
                color: #252525;
                margin-right: 30px;
                position: relative;
                font-weight: 400;
            }

                .blog-article .blog-article-title ul li:last-child {
                    margin-right: 0;
                }

                .blog-article .blog-article-title ul li i {
                    font-size: 18px;
                    margin-right: 10px;
                    position: relative;
                    top: 3px;
                    color: #6f6f6f;
                }

        .blog-article .blog-article-title h2 {
            margin-top: 15px;
            font-size: 23px;
            max-width: 650px;
            margin-bottom: 0;
            color: #252525;
        }

    .blog-article .article-content {
        padding-bottom: 10px;
    }

        .blog-article .article-content p {
            margin-bottom: 20px;
            font-size: 13px;
            text-align: justify;
            line-height: 1.9;
        }

        .blog-article .article-content .blockquote {
            position: relative;
            z-index: 1;
            margin-bottom: 30px;
            margin-top: 30px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
            padding: 20px 30px 20px 50px;
            margin-left: 35px;
        }

            .blog-article .article-content .blockquote p {
                font-size: 15px;
                color: #444;
                font-weight: 500;
                margin-top: 0;
                margin-bottom: 0;
                margin-left: 0;
            }

            .blog-article .article-content .blockquote span {
                font-size: 15px;
                color: #252525;
                font-weight: 600;
            }

            .blog-article .article-content .blockquote i {
                font-size: 35px;
                width: 70px;
                height: 70px;
                line-height: 70px;
                color: #fff;
                background-image: -webkit-gradient(linear, left top, right top, from(#070f60), to(#ea1d25));
                background-image: linear-gradient(to right, #070f60, #ea1d25);
                text-align: center;
                border-radius: 50px;
                position: absolute;
                top: 24%;
                left: -35px;
            }

    .blog-article .blog-article-share {
        padding: 10px 0;
        border-top: 1px solid #e1e1e1;
        border-bottom: 1px solid #e1e1e1;
        margin-bottom: 30px;
    }

        .blog-article .blog-article-share .blog-tag ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-article .blog-article-share .blog-tag ul li {
                display: inline-block;
                padding: 5px 3px;
                -webkit-transition: 0.7s;
                transition: 0.7s;
                color: #252525;
                font-weight: 400;
                margin-right: 5px;
            }

                .blog-article .blog-article-share .blog-tag ul li:last-child {
                    margin-right: 0;
                }

                .blog-article .blog-article-share .blog-tag ul li i {
                    color: #ea1d25;
                    font-size: 18px;
                    position: relative;
                    top: 3px;
                }

                .blog-article .blog-article-share .blog-tag ul li a {
                    color: #636363;
                    background-color: #f5f5f5;
                    padding: 5px 12px;
                    border-radius: 10px;
                    font-size: 14px;
                }

                .blog-article .blog-article-share .blog-tag ul li:hover a {
                    background-color: #808080;
                    color: #fff;
                }

        .blog-article .blog-article-share .social-icon {
            margin: 0;
            padding: 0;
            list-style: none;
            float: right;
        }

            .blog-article .blog-article-share .social-icon li {
                display: inline-block;
                margin-right: 5px;
            }

                .blog-article .blog-article-share .social-icon li a {
                    border-radius: 0;
                    width: 35px;
                    height: 35px;
                    line-height: 37px;
                    text-align: center;
                    border-radius: 4px;
                    color: #ea1d25;
                    background-color: #fff;
                    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
                }

                    .blog-article .blog-article-share .social-icon li a:hover {
                        background-color: #ea1d25;
                        color: #fff;
                    }

    .blog-article .comments-wrap {
        margin-bottom: 30px;
    }

        .blog-article .comments-wrap .comment-title .title {
            font-size: 17px;
            margin-bottom: 0;
            color: #252525;
        }

        .blog-article .comments-wrap .comment-list {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-article .comments-wrap .comment-list li {
                position: relative;
                padding: 30px;
                padding-left: 75px;
                border-bottom: 1px solid #e1e1e1;
            }

                .blog-article .comments-wrap .comment-list li:last-child {
                    margin-bottom: 0;
                }

                .blog-article .comments-wrap .comment-list li img {
                    position: absolute;
                    top: 30px;
                    left: 0;
                    border-radius: 50%;
                    width: auto;
                }

                .blog-article .comments-wrap .comment-list li h3 {
                    margin-bottom: 5px;
                    font-size: 15px;
                    font-weight: 600;
                    color: #252525;
                }

                .blog-article .comments-wrap .comment-list li span {
                    font-size: 13px;
                    color: #252525;
                }

                .blog-article .comments-wrap .comment-list li p {
                    margin-top: 10px;
                    margin-bottom: 0;
                }

                .blog-article .comments-wrap .comment-list li a {
                    color: #ea1d25;
                    font-weight: 600;
                    position: absolute;
                    top: 30px;
                    right: 0;
                }

                    .blog-article .comments-wrap .comment-list li a:hover {
                        color: #ffc221;
                    }

    .blog-article .comments-form {
        margin-top: 30px;
        margin-bottom: 30px;
    }

        .blog-article .comments-form .title {
            font-size: 18px;
            margin-bottom: 20px;
            color: #252525;
        }

        .blog-article .comments-form .contact-form {
            -webkit-box-shadow: none;
            box-shadow: none;
            padding: 0;
            background-color: #fff;
        }

        .blog-article .comments-form .default-btn {
            width: unset;
        }

.search-widget {
    margin-bottom: 30px;
    background-color: #fff;
}

    .search-widget .search-form {
        position: relative;
        border: 1px solid #e2e2e2;
        border-radius: 5px;
    }

        .search-widget .search-form .form-control {
            height: 50px;
            border: none;
            background-color: #fff;
            padding: 10px 20px;
            width: 100%;
            color: #252525;
            border-radius: 5px;
        }

            .search-widget .search-form .form-control:focus {
                -webkit-box-shadow: none;
                box-shadow: none;
                outline: 0;
            }

        .search-widget .search-form button {
            position: absolute;
            top: 3px;
            right: 3px;
            height: 45px;
            width: 45px;
            -webkit-transition: all 0.5s;
            transition: all 0.5s;
            border: none;
            outline: none;
            background-color: #ea1d25;
            line-height: 57px;
            border-radius: 5px;
        }

            .search-widget .search-form button i {
                color: #fff;
                font-size: 24px;
            }

            .search-widget .search-form button:hover {
                background-color: #252525;
            }

.side-bar-area {
    margin-left: 15px;
}

.side-bar-widget {
    background-color: #fff;
}

    .side-bar-widget .title {
        font-size: 20px;
        color: #252525;
        padding: 0;
        font-weight: 600;
        position: relative;
        display: inline-block;
        margin-bottom: 10px;
        background-color: transparent;
        width: 100%;
    }

    .side-bar-widget .side-bar-categories {
        margin-bottom: 15px;
    }

        .side-bar-widget .side-bar-categories ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .side-bar-widget .side-bar-categories ul li {
                position: relative;
                font-size: 15px;
                font-weight: 500;
            }

                .side-bar-widget .side-bar-categories ul li .line-circle {
                    position: absolute;
                    top: 10px;
                    left: 0;
                    width: 13px;
                    height: 13px;
                    background-color: transparent;
                    border: 1px solid #ea1d25;
                    border-radius: 50px;
                }

                    .side-bar-widget .side-bar-categories ul li .line-circle::before {
                        content: "";
                        position: absolute;
                        top: 1px;
                        left: 1px;
                        right: 1px;
                        margin: 0 auto;
                        width: 9px;
                        height: 9px;
                        background-color: #ea1d25;
                        border-radius: 50px;
                    }

                .side-bar-widget .side-bar-categories ul li:last-child {
                    border-bottom: none;
                }

                .side-bar-widget .side-bar-categories ul li a {
                    display: inline-block;
                    color: #444;
                    font-weight: 400;
                    padding: 5px 0 5px 25px;
                    font-weight: 600;
                    position: relative;
                    width: 100%;
                }

                    .side-bar-widget .side-bar-categories ul li a span {
                        right: 30px;
                        position: absolute;
                        top: 10px;
                        color: #444;
                    }

                    .side-bar-widget .side-bar-categories ul li a:hover {
                        color: #ea1d25;
                    }

                        .side-bar-widget .side-bar-categories ul li a:hover span {
                            color: #ea1d25;
                        }

    .side-bar-widget .widget-popular-post {
        position: relative;
        overflow: hidden;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .side-bar-widget .widget-popular-post .item {
            overflow: hidden;
            margin-bottom: 13px;
            padding-bottom: 8px;
            border-bottom: 1px solid #e2e2e2;
        }

            .side-bar-widget .widget-popular-post .item:last-child {
                margin-bottom: 0;
                border-bottom: none;
                padding-bottom: 0;
            }

            .side-bar-widget .widget-popular-post .item .thumb {
                float: left;
                overflow: hidden;
                position: relative;
                margin-right: 15px;
            }

                .side-bar-widget .widget-popular-post .item .thumb .full-image {
                    width: 80px;
                    height: 80px;
                    display: inline-block;
                    background-size: cover !important;
                    background-repeat: no-repeat;
                    background-position: center center !important;
                    position: relative;
                    background-color: #070b3b;
                }

                    .side-bar-widget .widget-popular-post .item .thumb .full-image.bg1 {
                        background-image: url(../images/blog/blog-details.jpg);
                    }

                    .side-bar-widget .widget-popular-post .item .thumb .full-image.bg2 {
                        background-image: url(../images/blog/blog-img2.jpg);
                    }

                    .side-bar-widget .widget-popular-post .item .thumb .full-image.bg3 {
                        background-image: url(../images/blog/blog-img3.jpg);
                    }

                    .side-bar-widget .widget-popular-post .item .thumb .full-image.bg4 {
                        background-image: url(../images/blog/blog-img1.jpg);
                    }

            .side-bar-widget .widget-popular-post .item .info {
                overflow: hidden;
                padding: 0;
            }

                .side-bar-widget .widget-popular-post .item .info .title-text {
                    margin-bottom: 0;
                    line-height: 1.5;
                    font-size: 18px;
                    font-weight: 500;
                    max-width: 210px;
                }

                    .side-bar-widget .widget-popular-post .item .info .title-text a {
                        display: inline-block;
                        color: #252525;
                        margin-bottom: 5px;
                    }

                        .side-bar-widget .widget-popular-post .item .info .title-text a:hover {
                            color: #ea1d25;
                        }

                .side-bar-widget .widget-popular-post .item .info p {
                    font-size: 15px;
                    margin-bottom: 0;
                    max-width: 180px;
                    color: #ea1d25;
                }

    .side-bar-widget .side-bar-widget-tag {
        list-style: none;
        padding: 0;
        margin-top: 10px;
        margin-bottom: 20px;
    }

        .side-bar-widget .side-bar-widget-tag li {
            display: inline-block;
            margin: 5px;
            color: #fff;
        }

            .side-bar-widget .side-bar-widget-tag li a {
                color: #fff;
                padding: 7px 15px;
                background-color: #ea1d25;
                font-size: 14px;
                font-weight: 400;
                border-radius: 5px;
                -webkit-transition: 0.7s;
                transition: 0.7s;
            }

            .side-bar-widget .side-bar-widget-tag li:hover a {
                color: #fff;
                background-color: #ffc221;
            }

    .side-bar-widget .blog-gallery {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0;
        list-style-type: none;
        margin-left: -5px;
        margin-right: -5px;
        margin-top: 10px;
        margin-bottom: 25px;
    }

        .side-bar-widget .blog-gallery li {
            -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
            max-width: 33.33%;
            padding-left: 5px;
            padding-right: 5px;
            padding-top: 10px;
        }

            .side-bar-widget .blog-gallery li a {
                display: block;
                position: relative;
            }

                .side-bar-widget .blog-gallery li a img {
                    width: 100%;
                    height: 100%;
                    border-radius: 15px;
                }

                .side-bar-widget .blog-gallery li a::before {
                    content: "";
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 100%;
                    height: 100%;
                    background-color: #ea1d25;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                    opacity: 0;
                    visibility: hidden;
                    border-radius: 15px;
                }

                .side-bar-widget .blog-gallery li a::after {
                    content: "\ee93";
                    position: absolute;
                    z-index: 1;
                    top: 50%;
                    left: 0;
                    right: 0;
                    text-align: center;
                    -webkit-transform: translate(0, -50%);
                    transform: translate(0, -50%);
                    text-align: center;
                    background-color: transparent;
                    -webkit-transition: all 0.5s;
                    transition: all 0.5s;
                    opacity: 0;
                    visibility: hidden;
                    font-size: 35px;
                    font-family: boxicons;
                    color: #fff;
                }

                .side-bar-widget .blog-gallery li a:hover::before {
                    opacity: 0.5;
                    visibility: visible;
                }

                .side-bar-widget .blog-gallery li a:hover::after {
                    opacity: 1;
                    visibility: visible;
                }

.blog-style-card {
    margin-bottom: 30px;
}

    .blog-style-card .blog-style-img {
        position: relative;
    }

        .blog-style-card .blog-style-img img {
            border-radius: 15px;
        }

        .blog-style-card .blog-style-img .blog-style-tag {
            background-color: #ffc221;
            padding: 15px 12px;
            position: absolute;
            bottom: -20px;
            right: 30px;
            border-radius: 3px;
            text-align: center;
        }

            .blog-style-card .blog-style-img .blog-style-tag h3 {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                margin-bottom: 0;
                font-weight: 500;
            }

            .blog-style-card .blog-style-img .blog-style-tag span {
                font-size: 17px;
                color: #fff;
                line-height: 1;
                font-weight: 500;
            }

    .blog-style-card .content {
        padding: 30px 0 0;
    }

        .blog-style-card .content ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

            .blog-style-card .content ul li {
                display: inline-block;
                font-size: 15px;
                color: #252525;
                margin-right: 30px;
                position: relative;
                font-weight: 500;
            }

                .blog-style-card .content ul li:last-child {
                    margin-right: 0;
                }

                .blog-style-card .content ul li i {
                    font-size: 18px;
                    margin-right: 10px;
                    position: relative;
                    top: 3px;
                    color: #ea1d25;
                }

        .blog-style-card .content h3 {
            margin-top: 10px;
            margin-bottom: 10px;
        }

            .blog-style-card .content h3 a {
                color: #252525;
                display: block;
            }

        .blog-style-card .content p {
            margin-bottom: 15px;
        }

        .blog-style-card .content .default-btn {
            padding: 8px 16px;
            font-size: 14px;
        }

    .blog-style-card:hover .content h3 a {
        color: #ea1d25;
    }

.faq-area .section-title p {
    max-width: 560px;
}

.faq-content {
    margin-bottom: 30px;
}

    .faq-content .section-title {
        margin-bottom: 30px;
    }

        .faq-content .section-title h2 {
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            line-height: 1.2;
        }

        .faq-content .section-title p {
            max-width: 540px;
            margin-left: auto;
            margin-right: auto;
        }

    .faq-content .faq-accordion .accordion {
        list-style-type: none;
        padding-left: 0;
        margin-bottom: 0;
        padding-right: 0px;
    }

        .faq-content .faq-accordion .accordion .accordion-item {
            display: block;
            border-radius: 10px;
            margin-bottom: 15px;
            background-color: #fff;
            -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
            box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
        }

            .faq-content .faq-accordion .accordion .accordion-item:last-child {
                margin-bottom: 0;
            }

        .faq-content .faq-accordion .accordion .accordion-title {
            padding: 15px 60px 15px 20px;
            color: #252525;
            text-decoration: none;
            position: relative;
            display: block;
            font-size: 16px;
            font-weight: 400;
        }

            .faq-content .faq-accordion .accordion .accordion-title.active {
                color: #ea1d25;
            }

            .faq-content .faq-accordion .accordion .accordion-title i {
                position: absolute;
                right: 15px;
                top: 14px;
                font-size: 25px;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-size: 24px;
                width: 30px;
                height: 30px;
                color: #ea1d25;
                text-align: center;
                line-height: 30px;
                background-color: transparent;
                border-radius: 50px;
                border: 1px solid #f1f1f1;
            }

            .faq-content .faq-accordion .accordion .accordion-title.active i::before {
                content: "\e9b9";
            }

            .faq-content .faq-accordion .accordion .accordion-title.active i .accordion-content p {
                margin-top: -5px;
            }

        .faq-content .faq-accordion .accordion .accordion-content {
            display: none;
            position: relative;
            margin-top: 0;
            padding-bottom: 10px;
            padding-right: 20px;
            padding-left: 20px;
        }

            .faq-content .faq-accordion .accordion .accordion-content p {
                margin-top: -6px;
                line-height: 1.8;
                font-size: 13px;
                margin-bottom: 3px;
                text-align: justify;
            }

            .faq-content .faq-accordion .accordion .accordion-content.show {
                display: block;
            }

.user-img {
    margin-bottom: 30px;
}

.user-form .contact-form {
    max-width: 640px;
}

    .user-form .contact-form .agree-label .forget {
        position: absolute;
        right: 0;
    }

    .user-form .contact-form .default-btn {
        width: unset;
    }

    .user-form .contact-form .account-desc {
        margin-top: 15px;
        font-weight: 600;
        margin-bottom: 0;
    }

        .user-form .contact-form .account-desc a {
            color: #ea1d25;
        }

            .user-form .contact-form .account-desc a:hover {
                color: #ffc221;
            }

.pagination-area {
    margin-top: 10px;
    margin-bottom: 30px;
}

    .pagination-area .page-numbers {
        width: 40px;
        height: 40px;
        line-height: 40px;
        color: #ea1d25;
        background-color: transparent;
        border: 1px solid #ea1d25;
        text-align: center;
        display: inline-block;
        position: relative;
        margin-left: 3px;
        margin-right: 3px;
        font-size: 18px;
        border-radius: 5px;
    }

        .pagination-area .page-numbers:hover {
            background-color: #ea1d25;
            color: #fff;
        }

        .pagination-area .page-numbers i {
            position: relative;
            font-size: 25px;
            top: 5px;
        }

        .pagination-area .page-numbers.current {
            background-color: #ea1d25;
            color: #fff;
        }

.terms-conditions-img {
    margin-bottom: 30px;
}

.single-content {
    margin-bottom: 30px;
}

    .single-content h3 {
        font-size: 24px;
        color: #252525;
        margin-bottom: 15px;
    }

    .single-content p {
        margin-bottom: 15px;
    }

.contact-form {
    max-width: 800px;
    position: relative;
    z-index: 1;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
}

    .contact-form h2 {
        color: #252525;
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 26px;
        line-height: 1;
    }

    .contact-form .form-group {
        margin-bottom: 20px;
        position: relative;
    }

        .contact-form .form-group label {
            color: #252525;
            font-size: 15px;
            margin-bottom: 15px;
            font-weight: 500;
        }

            .contact-form .form-group label span {
                color: #ea1d25;
            }

        .contact-form .form-group.checkbox-option {
            position: relative;
        }

            .contact-form .form-group.checkbox-option #chb2 {
                position: absolute;
                top: 6px;
                left: 0;
            }

            .contact-form .form-group.checkbox-option p {
                padding-left: 25px;
                font-size: 15px;
            }

                .contact-form .form-group.checkbox-option p a {
                    color: #ea1d25;
                }

                    .contact-form .form-group.checkbox-option p a:hover {
                        color: #ffc221;
                    }

        .contact-form .form-group .form-control {
            height: 50px;
            color: #252525;
            border: 1px solid #ea1d25;
            background-color: #fff;
            font-size: 15px;
            padding: 10px 20px;
            width: 100%;
            border-radius: 0;
            font-weight: 500;
        }

            .contact-form .form-group .form-control:focus {
                outline: none;
                border-color: #252525;
                -webkit-box-shadow: none;
                box-shadow: none;
            }

        .contact-form .form-group textarea.form-control {
            height: auto;
        }

    .contact-form .agree-label {
        margin-bottom: 15px;
        position: relative;
    }

        .contact-form .agree-label #chb1 {
            position: absolute;
            top: 5px;
            left: 0;
        }

        .contact-form .agree-label label {
            font-weight: 500;
            color: #252525;
            margin-left: 25px;
        }

            .contact-form .agree-label label a {
                color: #ea1d25;
            }

                .contact-form .agree-label label a:hover {
                    color: #ffc221;
                }

    .contact-form .with-errors {
        float: right;
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 0;
        color: red;
        font-weight: 400;
        display: block;
    }

    .contact-form .text-danger {
        font-size: 18px;
        margin-top: 15px;
    }

    .contact-form .default-btn {
        border: 0;
        outline: none;
    }

    .contact-form .form-group .form-control::-webkit-input-placeholder,
    .contact-form .form-group .form-control:-ms-input-placeholder,
    .contact-form .form-group .form-control::-ms-input-placeholder,
    .contact-form .form-group .form-control::-webkit-input-placeholder {
        color: #444;
    }

    .contact-form .form-group .form-control::-webkit-input-placeholder,
    .contact-form .form-group .form-control:-ms-input-placeholder,
    .contact-form .form-group .form-control:-ms-input-placeholder,
    .contact-form .form-group .form-control::placeholder {
        color: #444;
    }

.contact-card {
    text-align: center;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    padding: 30px 20px;
    border-radius: 15px;
}

    .contact-card i {
        width: 60px;
        height: 60px;
        line-height: 60px;
        background-color: #fff;
        font-size: 24px;
        color: #ea1d25;
        border-radius: 50px;
        border: 1px solid #e2e2e2;
        margin-bottom: 10px;
    }

    .contact-card h3 {
        font-size: 24px;
        margin-bottom: 10px;
        color: #252525;
    }

    .contact-card span {
        color: #444;
        font-weight: 500;
        font-size: 17px;
        display: block;
    }

        .contact-card span a {
            color: #444;
            display: block;
        }

            .contact-card span a:hover {
                color: #ea1d25;
            }

.contact-info {
    margin-bottom: 30px;
    background-color: #070b3b;
    padding: 52px 35px 22px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
}

    .contact-info::before {
        content: "";
        position: absolute;
        opacity: 0.1;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        background-image: url(../images/call-us/call-shap1.png);
        background-size: cover;
        background-position: center center;
        background-repeat: no-repeat;
    }

    .contact-info span {
        color: #ffc221;
        display: block;
        margin-bottom: 5px;
    }

    .contact-info h2 {
        color: #fff;
        font-size: 26px;
        margin-bottom: 15px;
    }

    .contact-info p {
        color: #fff;
        margin-bottom: 20px;
    }

    .contact-info ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .contact-info ul li {
            display: block;
            margin-bottom: 30px;
            padding-left: 60px;
            position: relative;
        }

            .contact-info ul li .content i {
                width: 45px;
                height: 45px;
                line-height: 45px;
                background-color: #fff;
                font-size: 20px;
                color: #ea1d25;
                border-radius: 50px;
                border: 1px solid #e2e2e2;
                margin-bottom: 10px;
                text-align: center;
                position: absolute;
                left: 0;
                top: 0;
            }

            .contact-info ul li .content h3 {
                font-size: 18px;
                margin-bottom: 10px;
                color: #fff;
                display: block;
            }

            .contact-info ul li .content a {
                color: #fff;
                display: block;
                font-weight: 400;
                font-size: 15px;
            }

                .contact-info ul li .content a:hover {
                    color: #ea1d25;
                }

            .contact-info ul li .content span {
                color: #fff;
                font-weight: 400;
                display: block;
                font-size: 15px;
            }

.error-area {
    height: 100%;
    padding-top: 50px;
    padding-bottom: 70px;
}

    .error-area .error-content {
        text-align: center;
        position: relative;
    }

        .error-area .error-content img {
            max-width: 100%;
        }

        .error-area .error-content h3 {
            margin-bottom: 20px;
            position: relative;
            color: #252525;
            font-size: 35px;
        }

        .error-area .error-content p {
            margin-top: 20px;
            margin-bottom: 20px;
            font-size: 18px;
            max-width: 520px;
            margin-left: auto;
            margin-right: auto;
            color: #444;
        }

.coming-soon-area {
    position: relative;
    height: 100vh;
    overflow: hidden;
    background-color: #fff;
}

    .coming-soon-area .coming-soon-content {
        text-align: center;
        max-width: 750px;
        margin-left: auto;
        margin-right: auto;
        position: relative;
        z-index: 2;
        padding: 50px 30px;
        background-color: #f8f8f8;
        border: 3px solid #ea1d25;
    }

        .coming-soon-area .coming-soon-content h1 {
            margin-bottom: 0;
            color: #252525;
            font-size: 50px;
        }

        .coming-soon-area .coming-soon-content p {
            font-size: 16px;
            max-width: 600px;
            margin-top: 15px;
            margin-bottom: 0;
            margin-left: auto;
            margin-right: auto;
            color: #444;
        }

        .coming-soon-area .coming-soon-content #timer {
            margin-top: 40px;
            direction: ltr;
        }

            .coming-soon-area .coming-soon-content #timer div {
                display: inline-block;
                color: #252525;
                position: relative;
                width: 80px;
                height: 80px;
                margin: 0 10px;
                font-size: 35px;
                font-weight: 700;
                background-color: #fff;
                border-radius: 5px;
            }

                .coming-soon-area .coming-soon-content #timer div span {
                    display: block;
                    text-transform: capitalize;
                    margin-top: -15px;
                    font-size: 16px;
                    font-weight: 400;
                    color: #252525;
                }

                .coming-soon-area .coming-soon-content #timer div:last-child {
                    margin-right: 0;
                }

                    .coming-soon-area .coming-soon-content #timer div:last-child::before {
                        display: none;
                    }

                .coming-soon-area .coming-soon-content #timer div:first-child {
                    margin-left: 0;
                }

                .coming-soon-area .coming-soon-content #timer div::before {
                    content: "";
                    position: absolute;
                    right: -50px;
                    top: -10px;
                    font-size: 70px;
                    color: #fff;
                }

        .coming-soon-area .coming-soon-content .newsletter-form {
            position: relative;
            max-width: 500px;
            margin-left: auto;
            margin-right: auto;
            margin-top: 50px;
        }

            .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter {
                display: block;
                width: 100%;
                height: 60px;
                border: none;
                background-color: #fff;
                padding-left: 15px;
                color: #fff;
                outline: 0;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                border-radius: 0;
                border: 1px solid #ccc;
                color: #5d5d5d;
            }

                .coming-soon-area .coming-soon-content .newsletter-form .input-newsletter:focus {
                    border-color: #252525;
                }

            .coming-soon-area .coming-soon-content .newsletter-form .default-btn {
                border: 0;
                outline: 0;
                border-radius: 0 !important;
            }

            .coming-soon-area .coming-soon-content .newsletter-form button {
                position: absolute;
                right: 0;
                top: 0;
                height: 60px;
                padding: 0 30px;
                text-transform: uppercase;
                outline: 0;
                color: #fff;
                -webkit-transition: 0.5s;
                transition: 0.5s;
                font-weight: 500;
                font-size: 15px;
                cursor: pointer;
            }

                .coming-soon-area .coming-soon-content .newsletter-form button::after {
                    border-radius: 0;
                }

                .coming-soon-area .coming-soon-content .newsletter-form button::before {
                    border-radius: 0;
                }

                .coming-soon-area .coming-soon-content .newsletter-form button:hover {
                    color: #fff;
                    background-color: #190f3c;
                }

        .coming-soon-area .coming-soon-content ul {
            list-style: none;
            margin-top: 30px;
            padding: 0;
        }

            .coming-soon-area .coming-soon-content ul li {
                display: inline-block;
                width: 45px;
                height: 45px;
                line-height: 50px;
                font-size: 18px;
                background-color: #ea1d25;
                color: #fff;
                border-radius: 50px;
                margin-right: 10px;
            }

                .coming-soon-area .coming-soon-content ul li a {
                    color: #fff;
                }

                .coming-soon-area .coming-soon-content ul li:hover {
                    background-color: #252525;
                }

    .coming-soon-area #validator-newsletter {
        text-align: right;
        color: #dc3545 !important;
    }

.map-area iframe {
    display: block;
    width: 100%;
    height: 400px;
}

.footer-bg {
    border-top: solid 1px #f9ca23;
    position: relative;
    background: url(../images/build/footerbg-min.jpg);
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
}

    .footer-bg:before {
        content: ' ';
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.8;
        display: block;
        background-color: #000000ed;
        display: block;
        position: absolute;
        z-index: -1;
    }

.footer-widget {
    margin-bottom: 10px;
}

    .footer-widget .col-6 img {
        background-color: #fff;
        border-radius: 5px
    }

    .footer-widget .footer-logo {
        margin-bottom: 20px;
        position: relative;
        top: -5px;
    }

    .footer-widget h3 {
        margin-top: 0;
        font-size: 21px;
        margin-bottom: 30px;
        color: #ffffff;
        line-height: 1.2;
        text-shadow: 1px 1px 0px #000000;
    }

    .footer-widget p {
        margin-bottom: 20px;
        color: rgb(207 207 207);
        max-width: 300px;
        font-size: 14px;
        line-height: 2;
        font-weight: 400;
        text-align: justify;
    }

p {
}

.footer-widget .footer-call-content {
    background-color: #fff;
    padding: 20px 80px 20px 20px;
    border-radius: 15px;
    position: relative;
    max-width: 345px;
}

    .footer-widget .footer-call-content:hover i {
        background-color: #ea1d25;
        color: #fff;
    }

    .footer-widget .footer-call-content h3 {
        font-size: 24px;
        line-height: 1;
        margin-bottom: 5px;
        color: #252525;
    }

    .footer-widget .footer-call-content span a {
        color: #252525;
        font-weight: 600;
    }

        .footer-widget .footer-call-content span a:hover {
            color: #ea1d25;
        }

    .footer-widget .footer-call-content i {
        position: absolute;
        top: 20px;
        right: 20px;
        width: 60px;
        height: 60px;
        font-size: 35px;
        line-height: 60px;
        text-align: center;
        display: inline-block;
        background-color: #e5f3ff;
        color: #ea1d25;
        border-radius: 50px;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

.footer-widget .footer-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-widget .footer-list li {
        display: block;
        margin-bottom: 5px;
        font-weight: 500;
    }

        .footer-widget .footer-list li p {
            margin-bottom: 8px;
        }

        .footer-widget .footer-list li:last-child {
            margin-bottom: 0;
        }

        .footer-widget .footer-list li a {
            color: rgb(201 201 201);
            font-weight: 400;
            font-size: 14px;
        }

            .footer-widget .footer-list li a i {
                font-size: 16px;
                position: relative;
                top: 3px;
                margin-right: 5px;
            }

            .footer-widget .footer-list li a:hover {
                color: #f9ca23;
            }

.footer-widget .footer-blog {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .footer-widget .footer-blog li {
        display: block;
        margin-bottom: 20px;
        padding-left: 90px;
        position: relative;
    }

        .footer-widget .footer-blog li:hover h3 a {
            color: #ffc221;
        }

        .footer-widget .footer-blog li:last-child {
            margin-bottom: 0;
        }

        .footer-widget .footer-blog li a {
            display: block;
        }

            .footer-widget .footer-blog li a img {
                position: absolute;
                top: 0;
                left: 0;
                height: 70px;
                width: 70px;
            }

        .footer-widget .footer-blog li h3 {
            font-size: 16px;
            color: #fff;
            margin-bottom: 5px;
            max-width: 200px;
        }

            .footer-widget .footer-blog li h3 a {
                color: #fff;
                line-height: 1.4;
            }

                .footer-widget .footer-blog li h3 a:hover {
                    color: #ffc221;
                }

        .footer-widget .footer-blog li span {
            font-size: 14px;
            color: #ffc221;
        }

.footer-widget .newsletter-area .newsletter-form {
    position: relative;
    /* max-width: 270px; */
    border-radius: 24px;
    overflow: hidden;
}

    .footer-widget .newsletter-area .newsletter-form .form-control {
        background-color: #2c2c2c;
        height: 45px;
        line-height: 50px;
        margin: 0;
        border-radius: 0;
        border: 0;
        padding: 0 45px 0 15px;
        max-width: 100%;
        color: #252525;
        font-weight: 400;
    }

        .footer-widget .newsletter-area .newsletter-form .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }

    .footer-widget .newsletter-area .newsletter-form .subscribe-btn {
        position: absolute;
        top: 0px;
        right: 3px;
        background-color: #f9ca23;
        color: #525252;
        height: 45px;
        line-height: 50px;
        width: 60px;
        border: 0;
        border-radius: 0;
        font-size: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .footer-widget .newsletter-area .newsletter-form .subscribe-btn:hover {
            background: #252525;
            color: #fff;
        }

    .footer-widget .newsletter-area .newsletter-form .validation-danger {
        font-size: 18px;
        margin-top: 5px;
        color: red;
    }

.copy-right-area {
    padding: 15px 0;
    border-top: 1px solid #ea1d2561;
}

.copy-right-text {
    text-align: center;
}

    .copy-right-text p {
        color: #fff;
        margin-bottom: 0;
    }

        .copy-right-text p a {
            color: #ffc221;
            border-bottom: 1px solid #ffc221;
        }

            .copy-right-text p a:hover {
                color: #ea1d25;
                border-color: #ea1d25;
            }

.go-top {
    position: fixed;
    top: 60%;
    right: 3%;
    opacity: 0;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    background: #4848489e;
    /* border-radius: 50%; */
    width: 45px;
    height: 43px;
    line-height: 48px;
    z-index: 100;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .go-top i {
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

    .go-top:hover {
        background-color: #ea1d25;
    }

    .go-top.active {
        top: 95%;
        -webkit-transform: translateY(-95%);
        transform: translateY(-95%);
        opacity: 1;
        visibility: visible;
    }

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #070b3b;
}

.spinner {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    background-color: #fff;
    margin: 100px auto;
    -webkit-animation: rotate-in 1.2s infinite ease-in-out;
    animation: rotate-in 1.2s infinite ease-in-out;
}

@-webkit-keyframes rotate-in {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes rotate-in {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@-webkit-keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

@keyframes moveBounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.main-nav nav .navbar-nav .nav-item a::after {
    content: "";
    position: absolute;
    bottom: 16px;
    height: 23px;
    width: 1px;
    /* left: -16px; */
    /* right: 0; */
    /* opacity: 1; */
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.main-nav nav .navbar-nav .nav-item:last-child a::after {
    width: 0px;
}

.footer-widget h5 {
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 15px;
    color: #fff;
}

.mt-59 {
    margin-top: 59px !important;
}

.bg_glas_menu_container {
    position: relative;
    padding: 3rem 0;
    z-index: 5;
    background-color: #f2f2f2;
}

.bg_glas_menu {
    box-shadow: 0px 0px 20px -1px #b5b5b56b;
    background-color: #ffffff;
    border-radius: 8px;
    position: relative;
}

    .bg_glas_menu a {
        text-align: center;
        padding: 25px 15px;
        position: relative;
    }

    .bg_glas_menu h3 {
        font-size: 14px;
        margin: 8px 0;
        color: #393839;
        font-weight: 400;
        position: relative;
        bottom: 0px;
    }

    .bg_glas_menu i {
        font-size: 32px;
        color: #343434;
        position: relative;
        top: -3px;
        background-color: #f5f5f5;
        width: 48px;
        height: 48px;
        padding-top: 8px;
        border-radius: 15px;
    }

    .bg_glas_menu a.active,
    .bg_glas_menu a:hover {
        background-color: #03a9f4;
        /* box-shadow: 0px 0px 0px 15px #ed1c24; */
        border-radius: 6px;
        box-shadow: 0px 17px 20px -13px #656565;
        transform: scale(0.9);
        z-index: 1;
    }

        .bg_glas_menu a.active h3,
        .bg_glas_menu a:hover h3 {
            color: #fff
        }

        .bg_glas_menu a.active i,
        .bg_glas_menu a:hover i {
            color: #000000;
            background-color: #f9f9f9;
            width: 48px;
            height: 48px;
            padding-top: 8px;
        }

    .bg_glas_menu a::after {
        content: "";
        position: absolute;
        bottom: 42px;
        height: 44px;
        width: 2px;
        right: 0px;
        /* right: 0; */
        opacity: 1;
        background-color: #9099c533;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

    .bg_glas_menu a:first-child::after {
        background-color: rgb(255 255 255 / 0.00);
    }

.logomob {
    display: none;
}

.banner-slider-area {
    margin-top: -60px;
}

.top-header-right a:first-child {
    border-radius: 43px;
    padding: 2px 3px;
}

    .top-header-right a:first-child span,
    .top-header-right a:first-child i {
        color: rgb(255 255 255);
        line-height: 1;
    }

.top-header-right a:last-child span {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .mag_head_main {
        width: 100%;
        overflow: hidden;
    }

    .top-header-right a:first-child {
        /* float: right; */
        /* min-width: 130px; */
        /* width: 155px; */
    }

        .top-header-right a:first-child i {
            /* font-size: 23px; */
            top: 5px;
        }

    .top-header-right a:last-child {
        /* float: left; */
        /* width: 140px; */
    }

        .top-header-right a:last-child i {
            font-size: 19px;
            /* top: 5px; */
            /* right: 12px; */
        }

    .bg_glas_menu {
        box-shadow: 0px 0px 30px -7px #00000080;
        background-color: #ffffff47;
        border-radius: 10px;
        position: relative;
    }

        .bg_glas_menu a {
            text-align: center;
            position: relative;
            padding: 0 0px;
            padding-top: 10px;
        }

        .bg_glas_menu h3 {
            font-size: 10px;
            margin: 8px 0;
            color: #393839;
            font-weight: 600;
            top: 0;
        }

        .bg_glas_menu i {
            font-size: 32px;
            color: #cccccc;
            top: 0;
        }

        .bg_glas_menu a.active,
        .bg_glas_menu a:hover {
            background-color: rgb(237 28 36 / 73%);
            /* box-shadow: 0px 0px 0px 15px #ed1c24; */
            border-radius: 6px;
            box-shadow: 0px 17px 20px -13px #656565;
            transform: scale(1.2);
            z-index: 1;
        }

            .bg_glas_menu a.active h3,
            .bg_glas_menu a:hover h3 {
                color: #fff;
                top: 0;
            }

            .bg_glas_menu a.active i,
            .bg_glas_menu a:hover i {
                color: #880d12;
                top: 0;
            }

        .bg_glas_menu a::after {
            content: "";
            position: absolute;
            bottom: 27px;
            height: 26px;
            width: 2px;
            right: 0px;
            /* right: 0; */
            opacity: 1;
            background-color: #9099c533;
            -webkit-transition: 0.7s;
            transition: 0.7s;
        }

        .bg_glas_menu a:first-child::after {
            background-color: rgb(255 255 255 / 0.00);
        }

    .bg_glas_menu_container {
        margin-top: 15px;
        position: unset;
    }

    .banner-slider-area {
        margin-top: 0px;
    }

    .bg_glas_menu a.active, .bg_glas_menu a:hover {
        transform: scale(0.9);
    }

    .top-head-left .top-contact {
        display: none;
    }

    .logomob {
        display: inline-block;
    }

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

        .top-header-right .top-header-social {
            display: inline-block;
            /* width: 49%; */
            position: relative;
            text-align: center;
            vertical-align: middle;
            margin-left: 0px;
            padding: 0px !important;
        }

            .top-header-right .top-header-social i {
            }

            .top-header-right .top-header-social span {
                color: rgb(255 255 255);
                font-size: 13px;
                font-weight: 300;
                vertical-align: middle;
            }

                .top-header-right .top-header-social span small {
                    display: block;
                    margin-right: 28px;
                    color: rgb(255 255 255 / 57%);
                    font-weight: 100;
                }

    .box_news_new {
        width: 65%;
        margin-top: 10px;
        display: inline-block;
    }

    .box_news_new2 {
        width: 32%;
        /* margin-top: 10px; */
        display: inline-block;
    }

    .new_news1:first-child {
        /* margin-bottom:0px !important; */
    }

    .new_news1 {
        /* width: 96%; */
        /* height: auto; */
        /* display: inline-block; */
        /* margin: auto; */
    }

    .box_news_new:last-child {
        width: 98%;
        margin-top: 10px;
        display: inline-block;
    }
}

.news_new_style {
    position: relative;
    overflow: hidden;
    border-radius: 1px;
    width: 100%;
    display: block;
    cursor: pointer;
    height: 18rem;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 25px;
}

    .news_new_style:hover div {
        transition: all ease-in 0.3s;
        background-color: rgb(33 33 33 / 67%);
    }

    .news_new_style img {
        width: 100%;
    }

    .news_new_style div {
        padding: 7rem 1rem;
        margin-bottom: 0;
        height: 100%;
        background-color: rgb(88 64 64 / 0%);
        position: absolute;
        top: 0;
        width: 100%;
        text-align: center;
        text-shadow: 0px 1px 4px #484848;
        max-height: 100%;
        /* border: solid 1px #404040; */
    }

        .news_new_style div h3 {
            color: #fff;
            font-weight: 900;
            line-height: 2;
            font-size: 24px;
            position: relative;
            top: 0rem;
        }

    .news_new_style:hover div h3 {
        top: -6rem;
        position: relative;
        transition: all ease-in 0.3s;
    }

    .news_new_style div div {
        position: relative;
        top: 20rem;
    }

    .news_new_style:hover div div {
        display: inline-block;
        transition: all ease-in 0.3s;
        position: relative;
        top: -6rem;
        text-align: justify;
        color: #fff;
        font-size: 14px;
        padding: 12px 15px;
        line-height: 1.8;
        max-height: 13rem;
        overflow-y: auto;
        height: unset;
    }

        .news_new_style:hover div div p {
            color: #fff;
        }

.scrol4 {
    overflow: auto;
    width: max-content;
}

.scrol3 {
    overflow: auto;
    max-height: 20.5rem !important;
    margin-top: 20px;
}

.scrol2 {
    overflow: auto;
    max-height: 225px;
    padding-left: 10px;
}

.main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu {
    overflow: auto;
    max-height: 65vh !important;
    padding-left: 10px;
}

    .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu::-webkit-scrollbar-track {
        border-radius: 10px;
    }

    /* Handle */
    .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu::-webkit-scrollbar-thumb {
        background: rgb(255 255 255 / 0.14);
        border-radius: 10px;
        top: 20px
    }

    /* Handle on hover */
    .main-nav .navbar .navbar-nav .nav-item .dropdown-menu .nav-item .dropdown-menu:hover::-webkit-scrollbar-thumb {
        background: rgb(255 216 0 / 0.75);
        transition: all ease-in 0.3s;
    }


.scrol2::-webkit-scrollbar {
    width: 3px;
}

/* Track */
.scrol2::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.scrol2::-webkit-scrollbar-thumb {
    background: #80808024;
    border-radius: 10px;
}

/* Handle on hover */
.scrol2:hover::-webkit-scrollbar-thumb {
    background: #a5a5a524;
    transition: all ease-in 0.3s;
}

#about_desk {
}

#about_mobile {
    display: none;
}

@media only screen and (max-width: 991px) {
    #about_desk {
        display: none !important;
    }

    #about_mobile {
        display: block !important;
    }
}
/*تماس با ما*/
.contact_page_bg {
    background-color: #f5f5f5;
    padding-top: 65px;
    padding-bottom: 1px;
}

.contact_page {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 16px 24px 24px;
    display: block;
    margin: 15px 0;
    position: relative;
}

.contact_h3 {
    font-size: 15px;
    color: #333333;
    padding: 5px;
    padding-bottom: 10px;
    font-weight: 700;
    margin-bottom: 30px;
    position: relative;
}

    .contact_h3::after {
        content: "";
        position: absolute;
        bottom: -12px;
        height: 2px;
        width: 90px;
        right: 11px;
        /* right: 0; */
        opacity: 1;
        background-color: #f9ca23;
        -webkit-transition: 0.7s;
        transition: 0.7s;
    }

.contact_p1 {
    font-size: 12px;
    color: #333333;
    position: relative;
}

.contact_btn {
    outline: none;
    outline-style: none;
    color: #ea1d25;
    position: absolute;
    border-color: #ea1d25;
    border-radius: 7px;
    font-size: 13px;
    left: 0px;
    top: -15px;
}

    .contact_btn:hover {
        outline: none;
        outline-style: none;
        background-color: #ea1d25;
        color: #fff;
        border-color: #ea1d25;
    }

.c-contact-us__spacer {
    margin: 20px 0;
    width: 100%;
    border-top: 1px solid #dfdfdf;
}

.contact_input {
    padding: 9px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #e0e0e2;
    font-size: 14px;
    line-height: 24px;
    width: 100%;
    direction: rtl;
    color: #58595b;
}

    .contact_input:focus {
        border-color: #cecece;
        outline: 0;
        box-shadow: 0 0px 0px 1px #cecece;
    }

.contact_input_control-label {
    font-size: 11px;
    margin-right: 8px;
}

.contact_inputmargin_bottom24 {
    margin-bottom: 24px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-50 {
    margin-bottom: 80px !important;
}

.contact_up {
    border-radius: 8px;
    border: 1px dashed #e0e0e2;
    padding: 24px;
    margin-bottom: 24px;
    position: relative;
    text-align: center;
}

.c-contact-us__upload-area-dsc {
    color: #232933;
    width: 100%;
}

.c-contact-us__file-error, .c-contact-us__upload-area-dsc {
    font-size: 12px;
    font-size: .75rem;
    line-height: 21px;
    padding: 0;
}

.c-contact-us__select-file-btn {
    font-weight: 400;
    color: #030a16;
    padding: 8px 48px 8px 16px;
    border: 1px solid #e0e0e2;
    border-radius: 8px;
    margin: 16px auto 0;
    display: block;
    background-color: #fff;
    cursor: pointer;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    width: 100%;
    position: relative;
    max-width: 250px;
}

    .c-contact-us__select-file-btn.dz-clickable i {
        position: absolute;
        right: 25px;
        font-size: 22px;
    }

.btn_send_con {
    padding: 13px 16px;
    direction: rtl;
    font-size: 15px;
    line-height: 1.571;
    font-weight: 400;
    background-color: #03a9f4;
    color: #fff;
    border: none;
    border-radius: 8px;
}

.text-left {
    text-align: left;
}

.c-contact-us__holiday-date-container:not(:last-of-type) {
    margin-left: 24px;
}

.c-contact-us__holiday-date-container {
    border: 1px solid #ededed;
    border-radius: 8px;
    padding: 8px;
    width: 84px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.c-contact-us__holiday-date-day {
    font-size: 24px;
    font-size: 1.714rem;
    line-height: 32px;
    font-weight: 900;
    color: #424750;
    text-align: center;
}

.c-contact-us__holiday-date-month {
    font-size: 12px;
    font-size: .857rem;
    line-height: 21px;
    font-weight: 700;
    padding-bottom: 4px;
    margin-bottom: 4px;
    text-align: center;
    border-bottom: 1px solid #ededed;
}

.c-contact-us__holiday-date-dsc {
    font-size: 10px;
    font-size: .614rem;
    line-height: 17px;
    min-height: 34px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
}

.c-contact-us__address-container {
    width: 50%;
    padding-left: 16px;
    display: inline-block;
    vertical-align: top;
}

.c-contact-us__address-header {
    font-size: 20px;
    font-size: 18px;
    line-height: 50px;
    color: #232933;
}

.c-contact-us__address-text {
    font-size: 12px;
    font-size: 13px;
    line-height: 21px;
    color: #232933;
    text-align: justify;
}

.c-contact-us__phine {
    font-size: 16px;
    line-height: 21px;
    color: #232933;
    text-align: justify;
    position: relative;
    padding: 11px;
    width: 290px;
    margin: auto;
    text-align: center;
    padding-right: 28px;
}

    .c-contact-us__phine i {
        font-size: 25px;
        color: #555655;
        position: absolute;
        right: 40px;
        top: 6px;
    }

.c-contact-us__contact-time {
    background-color: #f5f5f5;
    border-radius: 12px;
    position: relative;
    color: #424750;
    padding: 2px 26px 2px 4px;
    font-size: 11px;
    line-height: 21px;
    width: 215px;
    text-align: center;
    margin: auto;
}

    .c-contact-us__contact-time i {
        font-size: 18px;
        color: #555655;
        position: absolute;
        right: 15px;
        top: 3px;
    }

.c-contact-us__end {
    width: 100%;
    font-size: 12px;
    text-align: justify;
    line-height: 1.9;
}

    .c-contact-us__end i {
        right: -2px;
    }

.c-contact-us__address-container1 {
    margin: auto;
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
}

.item-bg4 {
    background-image: url(../images/home-one/home-one-img2-4.jpg);
}


.banner-item1 {
    position: relative;
    z-index: 1;
    background-position: 70% 0%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: 300px;
    margin-top: -60px;
}

    .banner-item1::before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 100%;
        /* background-color: #393839; */
        opacity: 0.7;
        transition: all linear 0.3s;
    }

.c-1 {
    border: 1px solid #e63636;
}

    .c-1 .c-contact-us__holiday-date-dsc {
        color: #ea1d25;
    }

@media only screen and (max-width: 991px) {
    .contact_btn {
        top: -60px;
    }

    .c-contact-us__address-container1 {
        width: 99%;
        margin-bottom: 10px;
    }

    .c-contact-us__address-container {
        width: 99%;
        margin-bottom: 10px;
    }
}

.faq_btn_icon {
    text-align: center;
    border: 1px solid #ededed;
    border-radius: 40px;
    padding: 15px;
    width: 100%;
    background-color: hsl(0deg 0% 98% / 38%);
    margin-bottom: 15px;
}

    .faq_btn_icon:hover {
        background-color: #f1f1f1;
        transition: all linear 0.3s;
    }

faq_btn_icon:hover {
    background-color: hsl(0deg 0% 98% / 38%);
}

.faq_btn_icon img {
    max-width: 120px;
    margin-bottom: 15px;
}

.faq_btn_icon h3 {
    font-size: 16px;
    font-weight: 400;
}

.banner-item2 {
    height: 350px;
}

    .banner-item2::before {
        /* background-color: #0b2936; */
    }

.search_faq_h1 {
    font-size: 28px;
    color: #fff;
    position: absolute;
    left: 50%;
    font-weight: 900;
    top: 50%;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
}

.search_faq {
    position: absolute;
    left: 50%;
    top: 12rem;
    transform: translate(-50%, 0);
    width: 95%;
    max-width: 430px;
    padding: 5px;
    border: solid 1px #ababab;
    border-radius: 50px;
    background-color: #ffffff26;
}

    .search_faq input {
        width: calc(100% - 105px);
        display: inline-block;
        background-color: unset;
        border: none;
    }

.contact_input:focus {
    background-color: #0000;
    border: unset;
    box-shadow: none;
    border: 1px solid #6b6b6b;
}

.search_faq button {
    width: 100px;
    display: inline-block;
    border-radius: 50px;
    padding: 10px;
}

.b-r-box-faq {
    border: solid 1px #e1e1e1;
    box-shadow: none !important;
    background-color: #ffffff !important;
}

.a_title_box {
    padding: 15px 20px 15px 20px !important;
}

.i_box_faq_icon {
    right: unset !important;
    left: 15px !important;
}

.faq_input::placeholder {
    color: #ffffffa8 !important;
    font-size: 14px
}

.f_cat_img {
    display: inline-block;
    width: 60px;
    position: absolute;
    top: 7px;
}

.mr4 {
    margin-right: 4rem;
}

.f_cat_back {
    top: 14px;
    left: 15px;
    font-size: 16px;
    border: none;
    color: #808080;
}

    .f_cat_back i {
        position: relative;
        top: 3px;
        font-size: 15px;
    }

.f_q_banerbot {
    border-radius: 10px;
    overflow: hidden;
    margin: 5px 0;
    margin-bottom: 15px;
}

    .f_q_banerbot h2 {
        font-size: 26px;
        color: #fff;
        position: absolute;
        left: 50%;
        font-weight: 900;
        top: 5rem;
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
        line-height: 1.8;
    }

.a_f_q_bootom1 {
    color: #fff;
    position: absolute;
    left: 75%;
    font-weight: 400;
    top: 11rem;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    line-height: 1.8;
}

    .a_f_q_bootom1 i {
        display: block;
        font-size: 60px;
        max-width: 200px;
        margin: auto;
        margin-bottom: 1rem;
    }

    .a_f_q_bootom1 span {
        margin-left: 12px;
    }

.a_f_q_bootom2 {
    color: #fff;
    position: absolute;
    left: 25%;
    font-weight: 400;
    top: 11rem;
    transform: translate(-50%, 0);
    width: 100%;
    text-align: center;
    line-height: 1.8;
}

    .a_f_q_bootom2 i {
        display: block;
        font-size: 60px;
        max-width: 200px;
        margin: auto;
        margin-bottom: 1rem;
    }

    .a_f_q_bootom2 span {
        margin-left: 12px;
        padding: 7px 25px;
        background-color: #fff;
        border: none;
        border-radius: 26px;
        color: #333;
    }

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'انتخاب فایل';
    display: inline-block;
    background: linear-gradient(top, #f9f9f9, #e3e3e3);
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    padding: 6px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;
    text-shadow: 1px 1px #fff;
    font-weight: 700;
    width: 218px;
    font-size: 10pt;
    text-align: center;
}

.custom-file-input:hover::before {
    border-color: black;
}

.custom-file-input:active::before {
    background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.sale_box {
    flex: 0 0 calc((100% - 22px));
    /* border: 1px solid #d8d8d8; */
    padding: 18px;
    border-radius: 8px;
    margin-bottom: 10px;
    direction: rtl;
    background: #f9f9f9;
    display: block;
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    color: #333;
    padding-left: 25px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

    .sale_box img {
        width: 25%;
        display: inline-block;
        border: solid 1px #e1e1e1;
        border-radius: 5px;
    }

    .sale_box div {
        width: 75%;
        display: inline-block;
        margin-right: 3%;
    }

    .sale_box i {
        position: absolute;
        left: 15px;
        top: 10px;
        font-size: 26px;
        color: #7b7b7b;
        background-color: #fff;
        padding: 5px;
        box-shadow: 0px 0px 0px 4px #e6e6e6;
        border-radius: 11px;
        cursor: pointer;
    }

    .sale_box h3 {
        font-size: 15px;
        position: relative;
    }

        .sale_box h3 small {
            font-size: 12px;
            position: absolute;
            left: 44px;
            direction: ltr;
            background-color: #ec1d23;
            color: #fff;
            padding: 4px 6px;
            border-radius: 12px;
            font-weight: 400;
        }

    .sale_box span {
        font-size: 13px;
        font-weight: 500;
        display: block;
        padding: 2px 5px;
        margin-top: 2px;
    }

        .sale_box span:nth-child(3), .sale_box span:nth-child(4) {
            display: inline-block;
            margin-left: 10px;
        }

.btn_search_sale {
    min-width: 110px;
    padding: 8px;
}

.iborder {
    background-color: #fff;
    border: 1px solid #d8d8d8;
}

.contact_inputmargin_bottom10 {
    margin-bottom: 10px;
}

.banner-item3 {
    height: 60px;
    background-position: 70% 70%;
}

.mag_head_main {
    padding: 8px;
}

.ltr {
    direction: ltr !important;
}

.rtl {
    direction: rtl !important;
}

.mag_head_main .divpos1 {
    position: relative;
    /* border: 1px solid #ededed; */
    padding: 10px;
    border-radius: 7px;
    /* background-color: #f9f9f9; */
    box-shadow: 0px 1px 12px -3px rgb(0 0 0 / 18%);
}

    .mag_head_main .divpos1:hover {
        box-shadow: 0px 1px 20px -3px rgb(0 0 0 / 31%);
        transition: all 0.3s;
    }

.divpos1 a {
    display: block;
}

.mag_head_main .divpos {
    position: relative;
}

.mag_head_main .divposlast {
    position: relative;
    margin-top: 18px;
    margin-bottom: 10px;
}

.pl-7 {
    padding-left: 7px !important;
}

.pr-7 {
    padding-right: 7px !important;
}

.mt-10 {
    margin-top: 10px !important;
}

.pb-17 {
    padding-bottom: 17px !important;
}

.p-15 {
    padding: 15px !important;
}

.f-s-12 {
    font-size: 12px !important;
}

.mag_head_main .divcontain {
    width: calc(100% - 20px);
    display: inline-block;
    vertical-align: text-top;
    position: absolute;
    left: 10px;
    bottom: 10px;
    background-color: rgb(255 255 255 / 58%);
    padding: 5px 15px;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    border-radius: 5px;
}

.mag_head_main h2 {
    display: inline-block;
    width: 100%;
    font-size: 13px;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px;
}

    .mag_head_main h2:hover {
        color: #ec1d23;
        transition: all 0.3s;
    }

.mag_head_main p {
    width: 100%;
    font-size: 13px;
    display: inline-block;
    vertical-align: text-top;
    margin-bottom: 10px;
    line-height: 2.1;
}

.mag_head_main img {
    width: calc(100%);
    display: inline-block;
    vertical-align: top;
    border-radius: 5px;
}

.mag_head_main .tag_head {
    position: absolute;
    left: 0px;
    background-color: #f1f1f1;
    padding: 3px 10px;
    font-size: 12px;
    top: 20px;
    border-radius: 0px 20px 20px 0px;
}

.mag_span_1 {
    background-color: #f1f1f1;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-top: 2px;
    display: inline-block;
    margin-bottom: 5px;
}

.span_img {
    background-color: #ffffff;
    padding: 3px 10px;
    font-size: 12px;
    border-radius: 20px;
    margin-top: 8px;
    display: inline-block;
    margin-bottom: 5px;
    position: absolute;
    left: 15px;
    top: 15px;
    box-shadow: 0px 4px 20px -6px #000000cc;
}

.divpos2 {
    position: relative;
    border-bottom: 1px solid #ededed;
    padding: 6px 0px;
    background-color: #ffffff;
    margin-bottom: 3px;
}

    .divpos2:last-child {
        border-bottom: none;
    }

.divpos2_img {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    background-size: cover;
    border-radius: 5px;
    vertical-align: middle;
}

.divpos2 h3 {
    font-size: 13px;
    display: block;
}

    .divpos2 h3:hover {
        color: #ec1d23;
        transition: all 0.3s;
    }

.divpos2_div {
    display: inline-block;
    width: calc(100% - 65px);
    vertical-align: middle;
}

.divpos3_img {
    width: 120px;
    height: 120px;
}

.divpos3_div {
    display: inline-block;
    width: calc(100% - 125px);
    vertical-align: middle;
}

.divpos3 h3 {
    font-size: 16px;
}

.divpos3 p {
    font-size: 13px;
}

.divpos4_img {
    width: 70px;
    height: 70px;
}

.divpos4_div {
    width: calc(100% - 75px);
}

.divpos5_img {
    width: 90px;
    height: 90px;
}

.divpos5_div {
    width: calc(100% - 95px);
}

.divpos2_div a {
    display: block;
}


.nav-pills {
    text-align: center;
    justify-content: center;
}

    .nav-pills li {
        cursor: pointer;
    }

        .nav-pills li a {
            background-color: #fff !important;
            color: #333 !important;
            position: relative;
            padding: 0 2rem;
            margin: 0px;
            margin-bottom: 2rem;
        }

        .nav-pills li:hover a::before {
            background-color: #808080;
            box-shadow: 0px 0px 0px 1px #808080;
            transition: all linear 0.3s;
        }

        .nav-pills li a.active:before {
            background-color: #ec1d23;
            box-shadow: 0px 0px 0px 1px #ec1d23;
        }

        .nav-pills li a::before {
            content: "";
            position: absolute;
            top: 40px;
            left: 1px;
            right: 1px;
            margin: 0 auto;
            width: 14px;
            height: 14px;
            background-color: hsl(0deg 0% 88%);
            border-radius: 50px;
            border: solid 2px #fff;
            box-shadow: 0px 0px 0px 1px hsl(0deg 0% 88%);
            z-index: 100;
        }

        .nav-pills li:first-child a::after {
            right: 50%;
            width: calc(100% - 50%);
        }

        .nav-pills li:last-child a::after {
            right: 0%;
            width: calc(100% - 50%);
        }

        .nav-pills li a::after {
            content: "";
            position: absolute;
            top: 46px;
            right: 0;
            margin: 0 auto;
            width: 100%;
            height: 1px;
            background-color: hsl(0deg 0% 88%);
            z-index: 10;
        }

.mt-8rem {
    margin-top: 8rem !important;
}

@media only screen and (max-width: 1200px) {
    .main-nav nav .navbar-nav .nav-item a {
        padding: 15px 10px;
    }
}

@media only screen and (max-width: 991px) {
    .nav-pills li a::before {
        content: "";
        position: absolute;
        top: -20px;
        left: unset;
        right: 50%;
        transform: translate(50%, 0px);
    }

    .nav-pills li {
        cursor: pointer;
        width: unset !important;
    }

        .nav-pills li a {
            width: 100%;
            text-align: center;
            padding-right: 0% !important;
        }

        .nav-pills li:first-child {
            width: 33%;
        }

            .nav-pills li:first-child a {
                width: 100%;
                text-align: center;
                padding-right: 12%;
            }

        .nav-pills li a::after {
            display: none;
        }

        .nav-pills li a {
            padding: 0px;
            font-size: 13px;
            margin-bottom: 5px !important;
            margin-left: 0px !important;
            padding-left: 25px !important;
            background-color: #f1f1f1 !important;
            padding: 10px 0 !important;
        }

            .nav-pills li a.active {
                background-color: #ffc221 !important;
            }

    .abs_box {
        left: 5px;
        right: unset;
        top: 10rem;
    }

    .banner-item3 {
        margin-top: 0px;
        height: 54px;
    }

    .row > * {
        /* padding: 3px; */
    }

    .search_faq {
        top: 14rem;
    }

    .search_faq_h1 {
        top: 10rem;
    }

    .faq-content .faq-accordion .accordion .accordion-title {
        font-size: 13px;
    }

    .a_f_q_bootom1 {
        color: #fff;
        position: absolute;
        left: 75%;
        font-weight: 400;
        top: 11rem;
        transform: translate(-50%, 0);
        width: 100%;
        text-align: center;
        line-height: 1.8;
    }

        .a_f_q_bootom1 i {
            display: block;
            font-size: 45px;
            max-width: 150px;
            margin: auto;
            margin-bottom: 1rem;
        }

        .a_f_q_bootom1 span {
            margin-left: 12px;
            display: block;
            text-align: center;
            width: 150px;
            margin: auto;
        }

    .a_f_q_bootom2 {
        left: 25%;
        top: 11rem;
        width: 100%;
        text-align: center;
        line-height: 1.8;
    }

        .a_f_q_bootom2 i {
            display: block;
            font-size: 45px;
            max-width: 200px;
            margin: auto;
            margin-bottom: 1rem;
        }

        .a_f_q_bootom2 span {
            margin-left: 12px;
            padding: 5px 15px;
            background-color: #fff;
            border: none;
            border-radius: 26px;
            color: #333;
            font-size: 13px;
        }

    .f_q_banerbot h2 {
        font-size: 17px;
        top: 4rem;
    }
}

@media only screen and (max-width: 768px) {
    .mag_head_main .divcontain {
        padding: 5px 8px;
    }

    .mag_head_main p {
        /* height: 20px; */
        /* overflow: hidden; */
    }

    .mag_head_main .contact_h3 {
        padding-bottom: 4px;
        margin-bottom: 20px;
    }

    .mag_head_main .divposlast {
        margin-top: 14px;
        margin-bottom: 0px;
    }

    .contact_h3::after {
        bottom: -8px;
    }
}

.img_service {
    background-color: #fff;
    width: 100%;
    border-radius: 10px;
}

.top-header-right2 .top-header-social ul li a {
    border: solid 1px rgb(76 76 76 / 13%);
    border-radius: 11px;
}

.top-header-right2 .top-header-social i {
    color: rgb(28 28 28 / 40%);
    line-height: 1.2;
}

.footer_bg_bt {
    background-color: #000000;
    padding: 15px;
    text-align: center;
    font-size: 13px;
    color: #d3d3d3;
}

    .footer_bg_bt a {
        color: #f9ca23;
    }

.f8_sh {
    border-radius: 8px;
    padding: 10px;
    /* height: 80px; */
    display: inline-block;
    width: 100%;
}

    .f8_sh img {
        border-radius: 8px;
        padding: 10px;
        height: auto;
        width: 100% !important;
    }

.box_off .owl-nav {
    position: absolute;
    top: -16%;
    left: 0%;
}

    .box_off .owl-nav button span {
        top: -14px;
        position: relative;
    }

.brand_shop .owl-nav {
    position: absolute;
    top: 10%;
    left: 0%;
    margin-top: -50px;
}

    .brand_shop .owl-nav button span {
        top: -14px;
        position: relative;
    }

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    font-size: 40px;
    width: 35px;
    height: 35px;
    text-align: center;
    background-color: #f9f9f9;
    border-radius: 50px;
}

.cat .catlist {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

    .cat .catlist li {
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
    }

.cat a {
    font-size: 12px;
    color: #000;
    font-weight: 800;
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 9px 11px 6px;
    /* background-color: #f9f9f9; */
    margin-bottom: 2px;
    cursor: pointer;
    border-bottom: solid 2px #e1e1e1;
}

    .cat a:hover {
        border-bottom: solid 2px #0d6efd;
    }

    .cat a img, .cat a svg {
        display: inline-block;
        width: 35px !important;
        position: relative;
        top: -5px;
    }

.cat {
    margin-bottom: 15px;
}

    .cat a i {
        top: 5px;
        position: relative;
        transform: rotate(-90deg);
    }

    .cat .catlist li a.active {
        color: #03a9f4;
        font-weight: 600;
        font-size: 14px;
    }


    .cat .catlist li a {
        color: #3a3a3a;
        font-weight: 400;
        font-size: 14px;
        margin-right: 10px;
    }

        .cat .catlist li a img {
            width: 35px !important;
            display: inline-block;
            position: relative;
            top: -5px;
        }

        .cat .catlist li a i {
            font-size: 16px;
            position: relative;
            top: 3px;
            margin-right: 5px;
            transform: rotate( 0deg);
        }

        .cat .catlist li a:hover {
            color: #000000;
        }

.page {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 12px;
}

    .page li {
        display: inline-block;
        margin-bottom: 8px;
        font-weight: 800;
        padding: 5px;
        width: 45px;
        height: 45px;
        background-color: #f5f5f5;
        line-height: 2;
        border-radius: 9px;
    }

        .page li.active {
            background-color: #f9ca23;
        }


        .page li a.active {
            color: #03a9f4;
            font-weight: 600;
            font-size: 14px;
        }


        .page li a {
            color: #3a3a3a;
            font-weight: 600;
            font-size: 17px;
            text-align: center;
        }

            .page li a i {
                position: relative;
                top: 6px;
                font-size: 22px;
            }

            .page li a:hover {
                color: #ffc221;
            }

.services-area1 {
    background-color: #ffffff;
    position: relative;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 1600px;
    border-radius: 0px;
}

.nav_bar_list {
    display: block;
}

    .nav_bar_list ul {
        list-style: none;
        display: block;
        height: 30px;
        overflow: hidden;
        margin-bottom: 5px;
        margin-top: 10px;
        line-height: 2;
        padding-right: 15px;
        position: relative;
    }

    .nav_bar_list li {
        display: inline-block;
        position: relative;
        margin-left: 10px;
        font-size: 13px;
    }

        .nav_bar_list li::after {
            content: "";
            position: absolute;
            bottom: 9px;
            height: 12px;
            width: 1px;
            left: -6px;
            opacity: 1;
            background-color: #b1b3b1;
            -webkit-transition: 0.7s;
            transition: 0.7s;
            transform: rotate(19deg);
        }

        .nav_bar_list li:last-child:after {
            display: none;
        }

        .nav_bar_list li a {
            color: #808080;
        }

.nav_bar_list1 {
    display: block;
}

    .nav_bar_list1 ul {
        margin-bottom: 5px;
        margin-top: 10px;
        line-height: 2;
        padding-right: 6px;
        position: relative;
    }

    .nav_bar_list1 li {
        display: block;
        position: relative;
        margin-left: 10px;
        font-size: 13px;
        color: #333;
    }

        .nav_bar_list1 li a {
            color: #686868;
        }

.title_pro {
    font-size: 19px;
    margin: 13px 0px;
}

.title_pro1 {
    font-size: 15px;
    color: #686868;
    font-weight: 500;
    margin-top: 20px;
}

.list_co1 {
    color: #0fabc6 !important;
}

.list_co2 {
    color: #444 !important;
    font-size: 13px;
}

    .list_co2 i {
        font-size: 19px;
        color: #4caf50;
    }

.abs_box {
    position: absolute;
    right: 10px;
    width: 50px;
    /* height: 100px; */
    /* background-color: #fff; */
    text-align: center;
    border-radius: 13px;
    /* border: solid 1px #e2e2e2; */
    top: 6rem;
    /* box-shadow: 0px 9px 20px -19px #757575; */
    z-index: 100;
    padding-bottom: 8px;
    z-index: 1;
}

    .abs_box a {
        /* border-bottom: solid 1px #e1e1e1; */
        padding-top: 5px;
        position: relative;
        color: #505050;
        display: inline-block;
    }

        .abs_box a:last-child {
            border-bottom: none;
        }

        .abs_box a i {
            display: block;
            position: relative;
            top: 2px;
            margin-left: 3px;
            font-size: 23px;
        }

        .abs_box a:hover {
            color: #ed1c24;
            transition: all linear 0.3s;
        }

.box_shigeft {
    color: #ed1c24;
}

    .box_shigeft span:first-child {
        font-size: 17px;
        font-weight: 600;
        margin-left: 25px;
        margin-right: 15px;
    }

    .box_shigeft span:last-child {
        font-size: 15px;
        font-weight: 500;
        word-spacing: 5px;
    }

.show_img_pro {
    display: inline-block;
    text-align: center;
    padding-right: 20px;
    width: 100%;
}

    .show_img_pro div:first-child {
        display: inline-block;
        /* max-width: 285px; */
        position: relative;
        margin-top: 15px;
        border-radius: 10px;
        margin-bottom: 15px;
        overflow: hidden;
    }

        .show_img_pro div:first-child a {
            transform: scale(1);
        }

        .show_img_pro div:first-child:hover a {
            transform: scale(2);
            transition: all cubic-bezier(0.4, 0.26, 1, 1) 0.4s;
        }

    .show_img_pro div:last-child {
        display: block;
        max-width: 100%;
        overflow: auto;
        text-align: right;
    }

        .show_img_pro div:last-child span {
            display: block;
            width: max-content;
        }

        .show_img_pro div:last-child a {
            max-width: 90px;
            border: solid 1px #e1e1e1;
            margin: 4px;
            border-radius: 8px;
            overflow: hidden;
            padding: 2px;
            cursor: pointer;
        }

            .show_img_pro div:last-child a img {
                border-radius: 8px;
            }



.show_img_pro1 {
    /* display: inline-block; */
    text-align: center;
}

    .show_img_pro1 div:first-child {
        display: inline-block;
        width: calc(100% - 25%);
        position: relative;
        margin-top: 15px;
        margin-bottom: 15px;
        vertical-align: top;
        overflow: hidden;
    }

        .show_img_pro1 div:first-child:hover a {
            transform: scale(2);
            transition: all linear 0.4s;
        }

    .show_img_pro1 div:last-child {
        display: inline-block;
        width: 24%;
        vertical-align: top;
    }

        .show_img_pro1 div:last-child a {
            max-width: 90px;
            border: solid 1px #e1e1e1;
            margin: 4px;
            border-radius: 8px;
            overflow: hidden;
            padding: 6px;
            cursor: pointer;
        }

.free_box {
    background-image: url('../../assets/images/331b8ca9.png');
    margin-top: 16px;
    border-radius: 8px;
    border: 1px solid #e0e0e2;
    height: 90px;
    font-size: 15px;
    background-position-x: left;
    background-repeat: no-repeat;
    position: relative;
    background-size: contain;
}

    .free_box i {
        color: #dc3545;
        font-size: 20px;
        position: absolute;
        right: 10px;
        top: 13px;
    }

.free_box_span1 {
    font-size: 14px;
    color: #424750;
    display: block;
    margin-right: 38px;
    margin-top: 13px;
    font-weight: 500;
}

.free_box_span2 {
    font-size: 13px;
    color: #81858b;
    display: block;
    margin-right: 38px;
    margin-top: 14px;
    font-weight: 400;
}

.box_basket_show {
    line-height: normal;
    background-color: #f5f5f5;
    border: 1px solid #e4e4e4;
    border-radius: 8px;
    min-height: 230px;
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-align: right;
    position: relative;
    margin-top: 15px;
}

    .box_basket_show h3 {
        font-size: 15px;
        color: #515151;
        font-weight: 500;
        position: relative;
        height: 35px;
    }

        .box_basket_show h3 span {
            position: absolute;
            left: 10px;
            color: #ed1c24;
            font-size: 14px;
            font-weight: 700;
        }

.garanti {
    width: 100%;
    display: block;
    padding: 22px 0;
    padding-right: 35px;
    font-size: 14px;
    position: relative;
}

    .garanti::after {
        content: "";
        position: absolute;
        bottom: -1px;
        height: 1px;
        right: 28px;
        left: 16px;
        background-color: #dfdfdf;
    }

    .garanti i {
        font-size: 30px;
        position: absolute;
        right: -5px;
        color: #262626;
    }

.mojod {
}

    .mojod i {
        color: #ea1d25;
        font-size: 27px;
    }

.price_show {
    width: 100%;
    display: block;
    padding: 22px 0;
    padding-right: 35px;
    font-size: 22px;
    position: relative;
    font-weight: 500;
    text-align: left;
}

.box_basket .price_show {
    padding: 10px 0;
}

.box_basket small {
    font-size: 10px;
    line-height: 2;
}

.price_show i {
    position: absolute;
    right: -5px;
    color: #4caf50;
    font-size: 27px;
}

.price_show small {
    font-size: 13px;
}

.btn_add_basket {
    text-align: center;
    width: 100%;
    background-color: #ed1c24;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    height: 45px;
    border-radius: 13px;
    line-height: 2;
}

    .btn_add_basket:hover {
        background-color: #e11018;
        color: #fff;
    }

    .btn_add_basket i {
        position: absolute;
        right: 4px;
        background-color: hsl(0deg 0% 100% / 10%);
        width: 36px;
        height: 36px;
        top: 5px;
        text-align: center;
        line-height: 1.5;
        font-size: 25px;
        border-radius: 15px;
    }

.modal_custom {
    /* position: absolute; */
    /* transform: translate(50%, 50%) !important; */
    /* right: 50%; */
    /* top: -60%; */
}

.modal_h4::after {
    content: "";
    position: absolute;
    bottom: -18px;
    height: 2px;
    width: 87px;
    left: 0px;
    /* right: 0; */
    opacity: 1;
    background-color: #ed1c24;
    -webkit-transition: 0.7s;
    transition: 0.7s;
}

.nav-pills {
    text-align: right;
    justify-content: right;
    border-bottom: solid 1px #e1e1e1;
}

    .nav-pills li {
        cursor: pointer;
    }

        .nav-pills li a {
            background-color: #fff;
            color: #333 !important;
            position: relative;
            padding: 0 1rem;
            margin: 0px;
            margin-bottom: 1.1rem;
            margin-left: 1rem;
        }

        .nav-pills li:hover a::after {
            height: 2px;
            background-color: #ec1d23;
            transition: all linear 0.3s;
        }

        .nav-pills li a.active:after {
            height: 2px;
            background-color: #ec1d23;
        }

        .nav-pills li a::before {
            content: "";
            position: absolute;
            top: 40px;
            left: 1px;
            right: 1px;
            margin: 0 auto;
            width: 14px;
            height: 14px;
            background-color: hsl(0deg 0% 88%);
            border-radius: 50px;
            border: solid 2px #fff;
            box-shadow: 0px 0px 0px 1px hsl(0deg 0% 88%);
            z-index: 100;
            display: none;
        }

        .nav-pills li:first-child a::after {
            right: 0%;
            width: calc(100%);
        }

        .nav-pills li:last-child a::after {
            /* right: 0%; */
            width: calc(100%);
        }

        .nav-pills li a::after {
            content: "";
            position: absolute;
            top: 41px;
            right: 0;
            margin: 0 auto;
            width: 100%;
            height: 0px;
            background-color: #ec1d23;
            z-index: 10;
        }

.section-title_h21 {
    font-size: 20px !important;
    font-weight: 600 !important;
    margin-top: 0 !important;
    line-height: 1.8 !important;
    color: #252525 !important;
    margin-bottom: 0 !important;
}

.section-title_p {
    padding-top: 10px !important;
    margin-bottom: 0 !important;
    max-width: max-content;
    color: #808080 !important;
    line-height: 2.3;
}

.tb_detail {
    width: 100%;
    display: inline-block;
    max-width: 700px;
}

    .tb_detail div {
        line-height: 3;
        margin-bottom: 3px;
        font-size: 15px;
        font-weight: 500;
        background-color: #f9f9f9;
        margin-left: 5px;
        border-radius: 8px;
    }

.tb_detail1 {
    display: inline-block;
    width: calc(100% - 70%);
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    background-color: #f9f9f9;
    color: #222 !important;
}

.tb_detail2 {
    display: inline-block;
    width: calc(100% - 51%);
    text-align: center;
    font-size: 14px !important;
    font-weight: 400 !important;
}

.btn_add_basket {
    text-align: center;
    width: 100%;
    background-color: #ed1c24;
    color: #fff;
    position: relative;
    overflow: hidden;
    border: none;
    height: 45px;
    border-radius: 13px;
    line-height: 2;
}

    .btn_add_basket:hover {
        background-color: #e11018;
        color: #fff;
    }

.btn-block {
    display: block !important;
}

.qu_1 {
    position: relative;
    padding-right: 4rem;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #222;
    margin-bottom: 15px;
}

    .qu_1 i {
        border: solid 1px #0dcaf0;
        padding: 2px;
        border-radius: 8px;
        margin-left: 20px;
        position: absolute;
        right: 0px;
        font-size: 20px;
    }

.qu_2 {
    border: solid 1px #e1e1e1;
    padding: 2px 7px;
    border-radius: 8px;
    position: absolute;
    font-size: 13px;
}

.qu_3 {
    font-size: 13px;
    color: #383838;
    margin-left: auto;
    margin-right: 4rem;
    display: inline-block;
}

.qu_4 {
    font-size: 12px;
    color: #808080;
    display: block;
    margin-right: 4rem;
    margin-top: 8px;
}

.qu_5 {
    position: relative;
    margin-bottom: 25px;
}

    .qu_5::after {
        content: "";
        position: absolute;
        bottom: -10px;
        right: 0;
        margin: 0 auto;
        width: calc(100% - 23%);
        height: 1px;
        background-color: #e1dede;
        z-index: 10;
        margin-right: 50px;
    }

.cursor_pointer {
    cursor: pointer;
}

.box_sid_right {
    background-color: #fff;
    -webkit-box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    box-shadow: 0 12px 12px 0 hsl(0deg 0% 71% / 11%);
    border: 1px solid #dedede;
    margin: 0 0 0px;
    border-radius: 8px;
    display: inline-block;
    width: 100%;
    margin-top: 7px;
}

.btn-filter {
    background-color: #f1f1f1;
    border: solid 2px #fff;
    padding: 2px 13px;
    font-size: 12px;
    border-radius: 5px;
    margin-top: 10px;
    margin-bottom: 3px;
    box-shadow: 0px 0px 0px 1px #e1e1e1;
}

.navbox .nav-pills {
    text-align: center;
    justify-content: center;
}

    .navbox .nav-pills li {
        cursor: pointer;
    }

        .navbox .nav-pills li a {
            background-color: #fff;
            color: #333 !important;
            position: relative;
            padding: 0 2rem;
            margin: 0px;
            margin-bottom: 2rem;
        }

        .navbox .nav-pills li:hover a::before {
            background-color: #808080;
            box-shadow: 0px 0px 0px 1px #808080;
            transition: all linear 0.3s;
        }

        .navbox .nav-pills li a.active:before {
            background-color: #00bcd4;
            box-shadow: 0px 0px 0px 1px #00bcd4;
        }

        .navbox .nav-pills li a::before {
            content: "";
            position: absolute;
            top: 40px;
            left: 1px;
            right: 1px;
            margin: 0 auto;
            width: 14px;
            height: 14px;
            background-color: hsl(0deg 0% 88%);
            border-radius: 50px;
            border: solid 2px #fff;
            box-shadow: 0px 0px 0px 1px hsl(0deg 0% 88%);
            z-index: 0;
            display: unset;
        }

        .navbox .nav-pills li:first-child a::after {
            right: 50%;
            width: calc(100% - 50%);
        }

        .navbox .nav-pills li:last-child a::after {
            right: 0%;
            width: calc(100% - 50%);
        }

        .navbox .nav-pills li a::after {
            content: "";
            position: absolute;
            top: 46px;
            right: 0;
            margin: 0 auto;
            width: 100%;
            height: 1px;
            background-color: hsl(0deg 0% 88%);
            z-index: -1;
        }

.navbox .nav-pills {
    border-bottom: none;
}

.top-header .newsletter-form {
    position: relative;
    /* max-width: 290px; */
    border-radius: 24px;
    overflow: hidden;
    position: relative;
    border: solid 1px #58b3dd;
}

    .top-header .newsletter-form .form-control {
        background-color: #ffffff;
        height: 45px;
        line-height: 50px;
        margin: 0;
        border-radius: 0;
        border: 0;
        padding: 0 20px 0 15px;
        max-width: 100%;
        color: #252525;
        font-weight: 400;
        text-align: right;
        font-size: 13px;
        direction: rtl;
    }

        .top-header .newsletter-form .form-control:focus {
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
            border: none;
        }

    .top-header .newsletter-form .subscribe-btn {
        position: absolute;
        top: 0px;
        left: -1px;
        background-color: #ffffff00;
        color: #525252;
        height: 45px;
        line-height: 50px;
        width: 60px;
        border: 0;
        border-radius: 0;
        font-size: 20px;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        .top-header .newsletter-form .subscribe-btn:hover {
            background: #252525;
            color: #fff;
        }

#preloader1 {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 999999999;
    background-color: #ffffffe0;
}

.preloaderrotate {
    font-size: 5rem;
    color: #f9ca23;
    position: relative;
}

.boxpre {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)rotate(7000deg);
    transition: all linear 20s;
    text-align: center;
    height: 5rem;
}

.acall {
    font-size: 30px;
    position: fixed;
    bottom: 15px;
    right: 21px;
    background-color: #04da90;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    z-index: 10000;
    border: solid 3px #039260;
    box-shadow: 0 0 0 5px #04b678;
    animation: 1s ease 0 normal none infinite running zoomEffect;
    -webkit-animation: 1s ease 0 normal none infinite running zoomEffect;
    -o-animation: 1s ease 0 normal none infinite running zoomEffect;
    -moz--o-animation: 1s ease 0 normal none infinite running zoomEffect;
}

    .acall span {
        line-height: 1.7;
        position: absolute;
        left: 8px;
        top: -2px;
        color: #fff;
    }

@keyframes zoomEffect {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.3);
    }
}

.dsbox_t {
    display: none;
}

@media screen and (max-width: 767px) {
    .dsbox_t {
        display: unset;
    }

    .back_color_blu div a {
        font-size: 10px !important;
    }

    .mr-5m {
        margin-right: 25px;
    }
}

.box_tab {
    background-color: #fff;
    box-shadow: 0px 0px 14px #e1e1e1;
    position: fixed;
    width: 290px;
    height: 197px;
    bottom: 79px;
    padding: 14px;
    border-radius: 10px;
    display: none;
    right: 15px;
    z-index: 100;
}

#close {
    position: fixed;
    color: #424242;
    z-index: 100000;
    bottom: 15px;
    right: 21px;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 50px;
    box-shadow: 0px 0px 16px 14px #f1f1f1;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    font-size: 27px;
    display: none;
}

.box_tab1 {
    display: block;
    width: calc(100% + 10px);
    height: 50px;
    background-color: #04da90;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 3.5;
    position: relative;
    right: -5px;
    top: -3px;
    margin-bottom: 10px;
}

    .box_tab1 i {
        position: relative;
        right: -10px;
        font-size: 27px;
        top: 5px;
    }

.box_tab2 {
    text-align: center;
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
    color: #555;
}

.box_tab3 {
    background-color: #f1f1f1;
    border-right: solid 2px #04da90;
    text-align: center;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 48px;
    color: #333;
}

    .box_tab3 span {
        display: block;
        font-size: 13px;
        color: #222;
        font-weight: 900 !important;
    }

.dis_close {
    display: none;
}

.box_mobile_show {
    display: block;
}

.show_btn_box {
    display: none;
}

@media only screen and (max-width: 768px) {
    .box_mobile_show {
        display: none;
        position: fixed;
        top: 0px;
        right: 0px;
        width: 100%;
        z-index: 10000;
        background-color: #fff;
        overflow: auto;
        height: 100vh;
        padding-top: 20px;
    }

    .box_mobile_show_3 {
        position: relative;
        width: 95%;
        height: 100%;
        margin-bottom: 20px;
        margin: auto;
        margin-bottom: 20px;
        display: block;
    }

    .dis_close {
        position: fixed;
        left: 20px;
        top: 6px;
        background-color: #f1f1f1;
        z-index: 100;
        font-size: 25px;
        border-radius: 24px;
        box-shadow: 0px 0px 0px 1px #dfdfdf;
        border: solid 1px #f1f1f1;
        display: block;
    }

    .show_btn_box {
        display: inline-block;
        background-color: #f1f1f1;
        border: solid 2px #fff;
        padding: 2px 13px;
        font-size: 14px;
        border-radius: 5px;
        margin-top: 10px;
        margin-bottom: 3px;
        box-shadow: 0px 0px 0px 1px #e1e1e1;
        color: #333;
        width: auto;
    }
}

.btwat {
    background-color: #04da90;
    margin-top: 10px;
}

    .btwat:hover {
        background-color: #04b678;
    }

    .btwat i {
    }

.default-btn1 {
    padding: 7px 30px !important;
    box-shadow: 0px 2px 15px #e1e1e1;
}

.table-responsive {
    background-color: #fff;
    box-shadow: 0px 0px 20px -7px #a5a5a5;
    padding: 10px;
    border-radius: 10px;
    border: solid 1px #17d7a0;
    position: relative;
}

@keyframes zoomEffect1 {
}

@keyframes zoomEffect {
    0% {
        transform: scale(0.8)
    }

    50% {
        transform: scale(1.1)
    }

    100% {
        transform: scale(0.8)
    }
}

.acall {
    font-size: 30px;
    position: fixed;
    bottom: 15px;
    right: 21px;
    background-color: #04da90;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    text-align: center;
    color: #fff;
    z-index: 10000;
    border: solid 3px #039260;
    box-shadow: 0 0 0 5px #04b678;
    animation: zoomEffect 0.7s infinite;
    overflow: hidden;
}

    .acall span {
        line-height: 1.7;
        position: absolute;
        left: 8px;
        top: -4px;
        color: #fff;
        animation: zoomEffect1 0.8s infinite;
    }



.dsbox_t {
    display: none;
}

@media screen and (max-width: 767px) {
    .dsbox_t {
        display: unset;
    }

    .back_color_blu div a {
        font-size: 10px !important;
    }

    .mr-5m {
        margin-right: 25px;
    }
}

.box_tab {
    background-color: #fff;
    box-shadow: 0px 0px 14px #38383863;
    position: fixed;
    width: 290px;
    max-height: 77%;
    bottom: 79px;
    padding: 14px;
    border-radius: 10px;
    display: none;
    right: 15px;
    height: 390px;
}

#close {
    position: fixed;
    color: #424242;
    z-index: 100000;
    bottom: 15px;
    right: 21px;
    background-color: #ffffff;
    padding: 4px;
    border-radius: 50px;
    box-shadow: 0px 0px 16px 14px #3434343b;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
    font-size: 27px;
    display: none;
}

.box_tab1 {
    display: block;
    width: calc(100% + 10px);
    height: 50px;
    background-color: #04da90;
    color: #fff;
    text-align: center;
    border-radius: 10px;
    line-height: 3.5;
    position: relative;
    right: -5px;
    top: -3px;
    margin-bottom: 10px;
}

    .box_tab1 i {
        position: relative;
        right: -10px;
        font-size: 27px;
        top: 5px;
    }

.box_tab2 {
    text-align: center;
    font-size: 10px;
    display: block;
    margin-bottom: 10px;
    color: #555;
}

.box_tab3 {
    background-color: #f1f1f1;
    border-right: solid 2px #04da90;
    text-align: center;
    font-size: 12px;
    padding: 7px 10px;
    border-radius: 51px;
    color: #333;
    margin-bottom: 8px;
    display: block;
}

    .box_tab3 span {
        display: block;
        font-size: 13px;
        color: #222;
        font-weight: 900 !important;
    }

.zoomWindowContainer div {
    position: absolute !important;
    left: -26rem !important;
    border-radius: 15px !important;
    border: solid 2px #000 !important;
    box-shadow: 0px 0px 20px #e1e1e1 !important;
}

.box-rel {
    position: relative;
    top: 20px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
    padding: 10px 0px;
    border-radius: 10px;
}

.gar {
    width: 24%;
    display: inline-block;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    color: #666;
}

    .gar img {
        width: 100%;
        max-width: 60px;
        margin-right: auto;
        margin-left: auto;
        cursor: pointer;
        display: block;
        margin-bottom: 6px;
    }

@media only screen and (max-width: 767px) {
    .zoomWindowContainer div {
        display: none;
    }
}

.co_box_bg {
    background-color: #f5f5f5;
    border-radius: 10px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-content: center;
    justify-content: space-evenly;
    /* box-shadow: 0px 0px 20px 1px #e1e1e1; */
    padding: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.col_img_box {
    width: 50%;
}

    .col_img_box img {
        max-width: 400px;
    }

.col_img_text {
    text-align: center;
    margin-top: 15px;
    width: 50%;
}

    .col_img_text h2 {
        font-size: 19px;
        color: #f9ca23;
    }

    .col_img_text ul {
        list-style: none;
        padding-right: 0px !important;
    }

        .col_img_text ul li {
            line-height: 2;
        }

            .col_img_text ul li a {
                color: #333;
                font-size: 16px;
                font-weight: 500;
            }

.cha_a {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

    .cha_a span {
        width: 68%;
        color: #555;
        padding-right: 15px;
        font-size: 17px;
        font-weight: bold;
    }

    .cha_a img {
        width: 30%;
        background-color: #fff;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
        border-radius: 10px;
        padding: 15px;
    }

    .cha_a svg {
        width: 30%;
        background-color: #fff;
        box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
        border-radius: 10px;
        padding: 15px;
    }

.contact_h3 img {
    width: 60px;
}

.contact_h3 svg {
    width: 60px;
}

.mb_17px {
    margin-bottom: 33px;
}

.mag_head_main img {
    width: unset !important;
}

.new_1 {
    background-color: #f2f2f2 !important;
}

section.services-style-area.new_1.pt-4.pb-5 {
    padding-bottom: 4rem !important;
}

.new_1 .contact_page {
    margin-top: 0px;
}

.new_1 .services-card .learn-btn {
    background-color: #d7d7d7;
    border-radius: 17px;
    padding: 1px 11px 5px 2px;
    font-size: 13px;
}

    .new_1 .services-card .learn-btn:hover {
        color: #0d6efd;
        box-shadow: 0px 0px 0px 2px #0d6efd;
        background-color: #fff;
    }

.new_1 .services-card h6 span {
    background-color: #d7d7d7;
    border-radius: 17px;
    padding: 5px 14px;
    font-size: 13px;
    margin-bottom: 10px;
}

.new_1 .services-card h6 {
    margin-bottom: 25px;
    margin-top: 25px;
}

.box_off1 .owl-nav {
    position: absolute;
    bottom: -14%;
    left: 0%;
    margin-top: -50px;
    background-color: #fff;
    border-radius: 64px;
    box-shadow: 0px 0px 20px -4px #e1e1e1;
    padding: 10px 15px 0px 15px;
    z-index: 1000;
}

    .box_off1 .owl-nav button {
        background-color: #bfbfbf !important;
    }

        .box_off1 .owl-nav button span {
            top: -14px;
            position: relative;
        }

.a1 {
    position: relative;
    bottom: -7%;
    right: 0%;
    margin-top: -50px;
    background-color: #dfdfdf;
    border-radius: 64px;
    box-shadow: 0px 0px 20px -4px #e1e1e1;
    padding: 10px 15px 10px 15px;
    color: #000;
    font-weight: 600;
    z-index: 1000;
}

.new_2 {
    position: relative;
    margin-bottom: 30px;
}

    .new_2 h2 {
        color: #0d6efd;
    }

    .new_2 a {
        position: absolute;
        bottom: 0%;
        left: 0%;
        margin-top: -50px;
        background-color: #ffffff;
        border-radius: 64px;
        box-shadow: 0px 0px 20px -4px #e1e1e1;
        padding: 5px 30px 5px 30px;
        color: #0d6efd;
        font-weight: 600;
        border: solid 2px #d1d1d1;
    }

.galler_new {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #ededed;
    padding: 10px;
    display: block;
    margin: 5px 0;
    position: relative;
    width: 100%;
}

    .galler_new img {
    }

.brand_list_img a img {
    width: 90%;
    border: solid 1px #3b4293;
    margin: 17px 0px;
    border-radius: 50%;
    padding: 15px;
    background-color: #0000002e;
    box-shadow: 0px 0px 0px 5px #ffffff0d, 0px 0px 0px 12px #373e991f;
}

.brand_list_img div {
    text-align: center;
}

.bg_blue_product {
    background-color: #070b3b;
    border-radius: 15px;
    display: block;
    position: relative;
    margin-top: 2rem;
    padding: 15px;
    padding-left: 3.5rem;
}

.bg_blue_product-div {
    display: block;
    position: relative;
    margin-left: auto;
    margin-top: 0;
}

.bg_blue_product_span {
    position: absolute;
    left: -1rem;
    color: #fff;
    transform: translate(0px, -50%) rotateZ(270deg);
    top: 31%;
    font-size: 12px;
}

.bg_blue_product a {
    width: 100%;
    padding: 5px 15px;
    text-align: center;
    background-color: #ffffff12;
    border-radius: 10px;
    margin-top: 15px;
}

    .bg_blue_product a span {
        position: relative;
        display: block;
        color: #fff;
        margin: 0px auto 5px auto;
        width: 100%;
        text-align: center;
    }

    .bg_blue_product a img {
        border-radius: 50%;
        max-width: 140px;
        margin: 17px auto;
        border-radius: 50%;
        padding: 4px;
        background-color: #0000002e;
        box-shadow: 0px 0px 0px 5px #10165c;
    }

.bg_blue_product-div .owl-nav {
    position: absolute;
    bottom: 10%;
    left: -8.5%;
    /* margin-top: -50px; */
    transform: rotateZ(270deg);
}

    .bg_blue_product-div .owl-nav button span {
        top: -14px;
        position: relative;
    }

@media only screen and (max-width: 767px) {
    .bg_blue_product-div .owl-nav {
        /* display: none; */
        left: -22%;
    }
}

.team_box .owl-nav {
    position: absolute;
    bottom: -10%;
    /* margin-top: -50px; */
    transform: translate(0%, 10px);
    right: 1%;
    background-color: #0d6efd;
    width: 150px;
    border-radius: 10px;
    padding-top: 9px;
}

    .team_box .owl-nav button span {
        top: -14px;
        position: relative;
    }

.owl-theme .owl-dots .owl-dot span {
    width: 13px;
    height: 13px;
    margin: 3px 5px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 3px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0d6efd;
}

@media only screen and (max-width: 991px) {
    .sale_box {
        flex-wrap: wrap;
    }

        .sale_box img {
            width: 100%;
        }

        .sale_box div {
            width: 100%;
            margin-top: 15px;
        }

        .sale_box h3 small {
            left: 0px;
        }

    .scrol3 {
        max-height: unset !important;
    }

    .navbox .nav .nav-item {
        display: block;
        width: 100% !important;
    }

    .navbox .nav-pills li a::before {
        top: 28px;
        display: none;
    }
}

.foot_text_cir {
    font-size: 14px;
    position: fixed;
    bottom: 12px;
    right: 90px;
    cursor: pointer;
    color: #303030;
    z-index: 10000;
    background-color: #f9f9f9;
    padding: 10px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0px 0px 20px -7px #505050;
}

.box_off1_new_video {
    padding: 5px;
    display: block;
    width: 100%;
}

.new_video_box .owl-nav {
    bottom: -5rem;
}

.cas_text {
    text-align: right;
    max-width: 95%;
    margin: auto;
    /* background-color: #f2f2f2; */
    padding: 15px;
    border-radius: 15px;
    margin-top: 25px;
    margin-bottom: 50px;
    text-align: center;
    max-width: 58rem;
}

@media only screen and (min-width: 1919px) {
    .banner-item-content {
        padding-top: 18rem;
        padding-bottom: 20rem;
    }
}
