<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/***

====================================================================
	Resources / Css Files
====================================================================

 ***/

@import url('animate.css');
@import url('fontawesome-all.css');
@import url('flaticon.css');
@import url('global.css');
@import url('owl.css');


:root {
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: "Montserrat";
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: "Montserrat-ExtraBold.ttf";
    src: url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 800;
}

body {
    direction: ltr !important;
    font-family: 'Montserrat', sans-serif;
    color: #282828;
    font-size: 14px;
    font-weight: 400;
    text-transform: capitalize;
    background-color: #F9F9F9;
    overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6, input, textarea {
    font-family: 'Montserrat', sans-serif;
    color: #282828;
}

h1 {
    font-weight: bold;
}

p {
    margin-bottom: 5px !important;
}

a {
    color: #282828;
}

.ltr {
    direction: ltr;
}

.rtl {
    direction: rtl;
}

a {
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

button {
    cursor: pointer;
}

.img-responsive {
    width: 100%;
}

/* footer */

.footer-wrapper {
}

.footer-column {
    padding-bottom: 20px;
}

.main-footer .ft-col-header {
    color: #264796;
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.footer-column ul {
    line-height: 35px;
}

footer {
    background-color: #F3F3FF;
    padding-top: 50px;
    padding-bottom: 30px;
    border-top: 5px solid #FFFFFF;
    margin-top: 50px;
}

.footer-column ul li {
}

    .footer-column ul li a, footer a, footer {
        color: #1d1d1d;
        font-weight: 500;
    }

        .footer-column ul li a:hover, footer a:hover {
            color: #264796;
        }

.footer-column ul li {
    position: relative;
}

    .footer-column ul li:before {
        background-image: url(/theme/images/icons/arrow-right.png);
        content: "";
        width: 11px;
        height: 11px;
        position: absolute;
        left: -20px;
        top: 12px;
    }

.footer-bottom {
    margin-top: 35px;
    color: #999;
}

.ad-ft {
    color: #000000;
    text-align: center;
}

.footer-inner {
}

.footer-links a {
    font-weight: 500;
    font-size: 15px;
    font-style: normal;
    line-height: normal;
}

.footer-column.support-col .info-row, .contactInfo_box .info-row {
    width: 100%;
    display: inline-block;
    padding-bottom: 20px;
}

    .footer-column.support-col .info-row .icon-box, .contactInfo_box .info-row .icon-box {
        float: right;
        padding: 12px 0;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 50px;
        text-align: center;
        border-radius: 8px;
        background: rgba(0, 82, 194, 0.08);
    }

    .footer-column.support-col .info-row .icon-box {
        border-radius: 100%;
    }

    .footer-column.support-col .info-row .text-box, .contactInfo_box .info-row .text-box {
        float: right;
    }

        .footer-column.support-col .info-row .text-box p, .contactInfo_box .info-row .text-box p {
            color: #1685F3;
            font-weight: 700;
            font-size: 16px;
        }

            .footer-column.support-col .info-row .text-box p a, .contactInfo_box .info-row .text-box p a {
                color: #1685F3;
            }

        .footer-column.support-col .info-row .text-box span, .contactInfo_box .info-row .text-box span {
            color: #444E62;
            font-size: 14px;
            font-weight: 400;
        }

.footer-column.contact-col .info-row {
    padding-bottom: 5px;
}

    .footer-column.contact-col .info-row .icon-box span {
        color: #132447;
        font-size: 16px;
        font-weight: 600;
        padding-right: 5px;
    }

.footer-column.contact-col .info-row {
    width: 100%;
    display: flex;
}

    .footer-column.contact-col .info-row p {
    }

.footer-column.contact-col .icon-box {
    margin-right: 10px;
    margin-top: 6px;
    /* width: 50px; */
    display: flex;
    color: #b3b3b3;
    /* align-items: center; */
}

.footer-column.contact-col .text-box {
    /*display: flex;*/
    line-height: 22px;
}

.footer_map {
    width: 90%;
    border: 1px solid #ddd9d9;
}

    .footer_map iframe {
        width: 99.9%;
    }

/* Header */
.header-top {
    background: linear-gradient(152deg, #30459F 0%, #8832EE 100%);
    box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
}

.main-menu {
    position: static;
    text-align: center;
}

    .navbar-expand-md .navbar-collapse, .main-menu .navigation {
        display: block !important;
    }

    .main-menu .navbar-header {
        display: none;
    }

    .main-menu .navbar-collapse {
        padding: 0px;
    }

    .main-menu .navigation {
        position: static;
        display: flex;
    }

        .main-menu .navigation &gt; li {
            position: relative;
            display: inline-block;
            -webkit-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            transition: all 300ms ease;
        }

            .main-menu .navigation &gt; li:after {
                content: "";
                position: absolute;
                width: 0;
                height: 4px;
                right: 0;
                background-color: transparent;
                bottom: 0;
                transition: all 300ms ease;
            }

            .main-menu .navigation &gt; li:hover:after {
                background-color: #FFFFFF;
                width: 100%;
            }

            .main-menu .navigation &gt; li &gt; a {
                position: relative;
                display: block;
                text-align: center;
                opacity: 1;
                font-size: 14px;
                line-height: 25px;
                text-transform: capitalize;
                color: #ffffff;
                padding: 27px 10px;
                -webkit-transition: all 300ms ease;
                -moz-transition: all 300ms ease;
                -ms-transition: all 300ms ease;
                -o-transition: all 300ms ease;
                transition: all 300ms ease;
            }

            .main-menu .navigation &gt; li.dropdown &gt; a:after {
                position: absolute;
                right: 5px;
                top: 50%;
                margin-top: -10px;
                font-family: 'Flaticon';
                content: "\f210";
                display: block;
                line-height: 20px;
                font-size: 8px;
                color: #ffffff;
                z-index: 5;
            }

            /*.main-menu .navigation &gt; li &gt; a:before{*/
            /*    position: absolute;*/
            /*    right: 0;*/
            /*    bottom: 0;*/
            /*    height: 3px;*/
            /*    width: 0%;*/
            /*    background: #FFFFFF;*/
            /*    content: "";*/
            /*    opacity: 0;*/
            /*    visibility: hidden;*/
            /*    transition: all 300ms ease;*/
            /*}*/

            /*.main-menu .navigation &gt; li:hover &gt; a:before,*/
            /*.main-menu .navigation &gt; li.current &gt; a:before{*/
            /*    width: 100%;*/
            /*    opacity: 1;*/
            /*    visibility: visible;*/
            /*}*/

            .main-menu .navigation &gt; li &gt; a &gt; span {
                position: relative;
                display: block;
                padding-right: 10px;
            }

            .main-menu .navigation &gt; li &gt; ul {
                position: absolute;
                top: 100%;
                right: 0;
                background-color: #fff;
                border-radius: 0;
                padding: 17px 30px;
                z-index: 1;
                min-width: 220px;
                margin-top: 8px;
                display: none;
                -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
            }

                .main-menu .navigation &gt; li &gt; ul:before {
                    display: table;
                    content: "";
                    position: absolute;
                    top: -10px;
                    right: 0;
                    width: 100%;
                    height: 10px;
                }

                .main-menu .navigation &gt; li &gt; ul &gt; li {
                    position: relative;
                    display: block;
                    z-index: 1;
                    border-bottom: 1px solid #E1E1E1;
                }

                    .main-menu .navigation &gt; li &gt; ul &gt; li:last-child {
                        border-bottom: none;
                    }

                    .main-menu .navigation &gt; li &gt; ul &gt; li &gt; a {
                        position: relative;
                        display: block;
                        z-index: 1;
                        font-weight: 500;
                        font-size: 15px;
                        line-height: 28px;
                        color: rgba(0,0,0,0.74);
                        padding: 10px 0;
                        white-space: nowrap;
                        text-transform: capitalize;
                        -webkit-transition: all 0.3s ease;
                        -moz-transition: all 0.3s ease;
                        -ms-transition: all 0.3s ease;
                        -o-transition: all 0.3s ease;
                        transition: all 0.3s ease;
                    }

                    .main-menu .navigation &gt; li &gt; ul &gt; li.current.dropdown &gt; a:before,
                    .main-menu .navigation &gt; li li.current li.current &gt; a,
                    .main-menu .navigation &gt; li &gt; ul &gt; li.current &gt; a {
                        color: #9a1915;
                    }

                    .main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul {
                        position: absolute;
                        top: 0;
                        right: 100%;
                        background-color: #fff;
                        border-radius: 0;
                        padding: 17px 30px;
                        z-index: 1;
                        min-width: 150px;
                        margin-top: -10px;
                        margin-right: 30px;
                        display: none;
                        -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                        -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                        -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                        -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                        box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
                    }

                        .main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul:before {
                            position: absolute;
                            right: -30px;
                            top: 0;
                            height: 100%;
                            width: 30px;
                            content: "";
                        }

                        .main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li {
                            position: relative;
                            width: 100%;
                            border-bottom: 1px solid #E1E1E1;
                        }

                            .main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li:last-child {
                                border-bottom: none;
                            }

                            .main-menu .navigation &gt; li &gt; ul &gt; li &gt; ul &gt; li &gt; a {
                                position: relative;
                                display: block;
                                padding: 10px 0;
                                z-index: 1;
                                font-weight: 500;
                                font-size: 15px;
                                line-height: 28px;
                                color: rgba(0,0,0,0.74);
                                white-space: nowrap;
                                text-transform: capitalize;
                                -webkit-transition: all 0.3s ease;
                                -moz-transition: all 0.3s ease;
                                -ms-transition: all 0.3s ease;
                                -o-transition: all 0.3s ease;
                                transition: all 0.3s ease;
                            }

                    .main-menu .navigation &gt; li &gt; ul &gt; li.dropdown &gt; a:before {
                        position: absolute;
                        left: -5px;
                        top: 50%;
                        margin-top: -10px;
                        font-family: 'Font Awesome 5 Free';
                        content: "\f104";
                        display: block;
                        line-height: 20px;
                        font-size: 14px;
                        font-weight: 900;
                        color: #1d1d1b;
                        z-index: 5;
                        opacity: .75;
                    }

            .main-menu .navigation &gt; li.dropdown.active &gt; ul {
                display: block;
                opacity: 1;
                visibility: visible;
                z-index: 99;
            }

        .main-menu .navigation li &gt; ul &gt; li.dropdown:hover &gt; ul {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

        .main-menu .navigation li.dropdown .dropdown-btn {
            position: absolute;
            left: 10px;
            top: 8px;
            width: 34px;
            height: 30px;
            border: 1px solid #ffffff;
            text-align: center;
            font-size: 16px;
            line-height: 26px;
            color: #ffffff;
            cursor: pointer;
            z-index: 5;
            display: none;
        }

.main-header .outer-box {
    position: relative;
    margin-right: -140px;
}

.main-header .search-box {
    position: relative;
    float: left;
}

    .main-header .search-box .search-btn {
        position: relative;
        background-color: transparent;
        z-index: 1;
        font-size: 20px;
        color: #ffffff;
        cursor: pointer;
    }

.main-header .outer-box {
    position: relative;
    display: flex;
    align-items: center;
}

.main-header .service_wrapper {
    position: relative;
    padding-right: 50px;
    margin-left: 75px;
}

    .main-header .service_wrapper .icon {
        position: absolute;
        right: 0;
        top: 50%;
        font-size: 30px;
        line-height: 30px;
        margin-top: -15px;
        color: #9a1915;
    }

    .main-header .service_wrapper p {
        font-size: 12px;
        line-height: 26px;
        color: #ffffff;
        font-weight: 500;
    }

    .main-header .service_wrapper h4 {
        font-size: 15px;
        line-height: 27px;
        color: #ffffff;
    }

.header-style-two .main-menu .navigation &gt; li &gt; a:hover {
    font-weight: 700;
}
/************************ Mega Menu ***************************/

.main-menu .navigation &gt; li.has-mega-menu {
}

.main-menu .navigation &gt; li &gt; .mega-menu {
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    max-width: 220px !important;
    padding: 15px;
    border-radius: 0;
    background-color: #ffffff;
    transform: translateX(0);
    display: none;
    -webkit-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -ms-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    -o-box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 7px 10px -1px rgba(0,0,0,0.2);
}

.main-menu .navigation &gt; li:hover &gt; .mega-menu {
    opacity: 1;
    visibility: visible;
    transform: translateX(0) scaleY(1);
}

.main-menu .navigation &gt; li &gt; .mega-menu:before {
    display: table;
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 100%;
    height: 10px;
}

.main-menu .navigation &gt; li &gt; .mega-menu .mega-menu-bar {
    position: relative;
    margin: 0;
}

    .main-menu .navigation &gt; li &gt; .mega-menu .mega-menu-bar li {
        padding: 10px;
        line-height: 20px;
    }

        .main-menu .navigation &gt; li &gt; .mega-menu .mega-menu-bar li a {
            color: #333333;
        }

        .main-menu .navigation &gt; li &gt; .mega-menu .mega-menu-bar li:hover {
            background-color: #9c9c9c;
        }

            .main-menu .navigation &gt; li &gt; .mega-menu .mega-menu-bar li:hover a {
                color: #FFFFFF;
            }

.main-menu .navigation &gt; li .mega-menu-bar h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 9px;
}

    .main-menu .navigation &gt; li .mega-menu-bar h3:before {
        content: '';
        width: 30px;
        height: 2px;
        bottom: 0;
        right: 0;
        position: absolute;
        background-color: #3B7EFF;
    }

.main-menu .navigation &gt; li .mega-menu-bar &gt; ul {
    position: relative;
}

.main-menu .navigation &gt; li .mega-menu-bar .column &gt; ul &gt; li {
    position: relative;
    display: block;
    z-index: 1;
    border-bottom: 1px solid #E1E1E1;
}

    .main-menu .navigation &gt; li .mega-menu-bar .column &gt; ul &gt; li:last-child {
        border: none;
    }

    .main-menu .navigation &gt; li .mega-menu-bar .column &gt; ul &gt; li &gt; a {
        position: relative;
        display: block;
        z-index: 1;
        font-weight: 500;
        font-size: 15px;
        line-height: 28px;
        color: rgba(0,0,0,0.74);
        padding: 10px 0;
        white-space: nowrap;
        text-transform: capitalize;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .main-menu .navigation &gt; li .mega-menu-bar .column &gt; ul &gt; li.current &gt; a {
        color: #9a1915;
    }
/***

====================================================================
		Sticky Header
====================================================================

***/

.sticky-header {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: 99;
    background: rgba( 255, 255, 255, 1);
    -webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.fixed-header .sticky-header {
    opacity: 1;
    z-index: 99;
    visibility: visible;
}

.sticky-header .search-box .search-btn,
.sticky-header .service_wrapper h4,
.sticky-header .service_wrapper p,
.sticky-header .main-menu .navigation &gt; li.dropdown &gt; a:after,
.sticky-header .main-menu .navigation &gt; li &gt; a {
    color: #1d1d1b;
}

.sticky-logo {
    display: none;
}

.sticky-header .main-logo {
    display: none;
}

.sticky-header .sticky-logo {
    display: block;
}

/***

====================================================================
		Mobile Header
====================================================================

***/

.mobile-header {
    position: relative;
    margin: 0 20px;
    padding: 20px 0;
    display: none;
}

    .mobile-header:after {
        display: table;
        clear: both;
        content: "";
    }

    .mobile-header .logo {
        position: relative;
        float: left;
        margin: 0;
        padding: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        height: 38px;
    }

    .mobile-header .nav-outer {
        position: relative;
        float: right;
    }

    .mobile-header .outer-box {
        position: relative;
        float: left;
    }

.mobile-sticky-header {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    padding: 20px 15px;
    opacity: 0;
    visibility: hidden;
    background-color: #ffffff;
    z-index: 999;
    -webkit-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    -moz-box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
    box-shadow: 0 0 15px 5px rgba(16,1,148, 0.05);
}

    .mobile-sticky-header:after {
        display: table;
        clear: both;
        content: "";
    }

    .mobile-sticky-header .logo {
        position: relative;
        float: right;
        margin: 0;
        padding: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        vertical-align: middle;
        height: 38px;
    }

    .mobile-sticky-header .nav-outer {
        position: relative;
        float: left;
    }

    .mobile-sticky-header .outer-box {
        position: relative;
        float: left;
    }

/***

====================================================================
			Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler {
    position: relative;
    float: left;
    font-size: 24px;
    line-height: 30px;
    cursor: pointer;
    margin-right: 20px;
    color: #FFFFFF;
    order: 3;
    display: none;
    transition: all 300ms ease;
}

.mobile-menu-back-drop {
    position: fixed;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.5);
    transition: all 200ms ease;
}

.mobile-menu {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    z-index: 9999;
    transition: all 300ms ease;
}

    .mobile-menu .nav-logo {
        position: relative;
        padding: 20px 25px;
        text-align: right;
        border-bottom: 1px solid #e5e5e5;
        text-align: center;
    }

        .mobile-menu .nav-logo img {
            height: 52px;
        }

.mobile-menu-visible {
    overflow: hidden;
}

    .mobile-menu-visible .mobile-menu {
        opacity: 1;
        visibility: visible;
    }

.mobile-menu .menu-outer {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    padding: 0;
    z-index: 5;
    text-align: left;
    display: block;
    background-color: #ffffff;
    transform: translateX(-100%);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.mobile-menu-visible .mobile-menu .menu-outer {
    transform: translateX(0);
}

.mobile-menu .menu-box {
    position: relative;
    right: 0px;
    top: 0;
    bottom: 0;
    width: 100%;
    height: auto;
    padding: 0px;
    z-index: 5;
    display: block;
    background-color: #ffffff;
}

.mobile-menu .navigation {
    position: relative;
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
}

    .mobile-menu .navigation &gt; li {
        position: relative;
        display: block;
    }

    .mobile-menu .navigation li &gt; a {
        position: relative;
        display: block;
        font-size: 17px;
        line-height: 20px;
        color: #1d1d1b;
        padding: 10px 25px;
        border-bottom: 1px dashed #e5e5e5;
        border-top: 1px solid transparent;
    }

    .mobile-menu .navigation li:last-child &gt; a {
        border-bottom: 0;
    }

    .mobile-menu .navigation li.current &gt; a {
        color: var(--color-1);
    }

    .mobile-menu .navigation li li &gt; a {
        padding: 10px 0px;
        font-size: 14px;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn {
        position: absolute;
        right: 5px;
        top: 0;
        width: 42px;
        height: 42px;
        text-align: center;
        line-height: 42px;
        font-size: 10px;
        color: #FFFFFF;
        background-color: #F0B542;
        -webkit-transition: transform 0.4s ease-in-out;
        transition: transform 0.4s ease-in-out;
        cursor: pointer;
        z-index: 5;
    }

    .mobile-menu .navigation li.current.dropdown .dropdown-btn {
        color: #363636;
    }

    .mobile-menu .navigation li.dropdown .dropdown-btn.active {
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .mobile-menu .navigation li &gt; ul {
        display: none;
        padding-right: 40px;
    }

        .mobile-menu .navigation li &gt; ul &gt; li &gt; ul {
            display: none;
            padding: 0 25px;
        }

.mobile-menu .mega-menu-bar h3 {
    position: relative;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 9px;
    margin-right: 40px;
}

    .mobile-menu .mega-menu-bar h3:before {
        content: '';
        width: 30px;
        height: 2px;
        bottom: 0;
        right: 0;
        position: absolute;
        background-color: #3B7EFF;
    }

.mobile-menu .mega-menu-bar .column {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
    margin-top: 20px;
}

.mobile-menu .navigation &gt; li &gt; .mega-menu {
    width: 100% !important;
    display: none;
}

.mobile-menu .navigation &gt; li.has-mega-menu ul {
    padding-left: 40px;
}

.mobile-menu .header-post-widget {
    padding-left: 40px;
}

.menu-search {
    position: relative;
    padding: 25px 25px;
}

    .menu-search .form-group {
        position: relative;
    }

        .menu-search .form-group .input {
            position: relative;
            width: 100%;
            padding: 10px 10px 10px 50px;
            outline: none;
            border: 1px solid #e5e5e5;
            font-size: 15px;
            color: #333;
            font-weight: 400;
            line-height: 23px;
            height: 45px;
        }

        .menu-search .form-group button {
            position: absolute;
            left: 0;
            top: 0;
            height: 45px;
            line-height: 45px;
            width: 45px;
            text-align: center;
            color: #FFFFFF;
            background-color: var(--color-1);
        }

.logo-main {
    height: 100%;
    display: flex;
    align-items: center;
}

/* Language Drop Down */
.select_lang {
    float: right;
    display: flex;
    align-items: center;
}

.ms-pr {
    position: relative;
}

.ms-dd:focus-visible {
    box-shadow: 0 1px 5px #ddd;
    outline: none;
    outline-width: 0;
}

.ms-dd {
    display: inline-block;
    font-family: Sans-Serif;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: top;
}

    .ms-dd button:focus,
    .ms-dd input:focus,
    .ms-dd select:focus,
    .ms-dd textarea:focus {
        outline: none;
    }

    .ms-dd .ms-value-input {
        border: 0;
        left: 20px;
        position: absolute;
        top: 10px;
        width: 50%;
        display: none;
    }

    .ms-dd .ms-dd-header {
        border-bottom: none;
        border-radius: 2px;
        cursor: pointer;
        min-height: 35px;
        position: relative;
        width: 100%;
    }

        .ms-dd .ms-dd-header .option-selected {
            color: #FFFFFF;
            display: block;
            font-weight: 500;
            overflow: hidden;
            padding: 0 30px 0 0;
            pointer-events: none;
        }

        .ms-dd .ms-dd-header a {
            display: block;
        }

        .ms-dd .ms-dd-header .ms-list-counter,
        .ms-dd .ms-dd-header input[type="checkbox"] {
            display: none;
        }

        .ms-dd .ms-dd-header .ms-header-counter {
            color: #0e76a8;
            font-weight: 400;
        }

        .ms-dd .ms-dd-header .ms-filter-box {
            border-bottom: 1px solid #ccc;
            box-sizing: border-box;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            padding: 6px 10px;
        }

            .ms-dd .ms-dd-header .ms-filter-box input,
            .ms-dd .ms-dd-header .ms-filter-box input:focus,
            .ms-dd .ms-dd-header .ms-filter-box input:focus-visible {
                border: 1px solid #c3c3c3;
                box-sizing: border-box;
                -webkit-box-sizing: border-box;
                -moz-box-sizing: border-box;
                height: 25px;
                padding-left: 6px;
                width: 100%;
            }

                .ms-dd .ms-dd-header .ms-filter-box input:focus-visible {
                    outline: 1px solid transparent;
                }

    .ms-dd .ms-dd-option-image,
    .ms-dd .ms-dd-selected-img {
        margin-right: 5px;
        max-width: 42px;
        float: right;
        vertical-align: middle;
    }

    .ms-dd .ms-dd-arrow {
        height: 0;
        margin-top: -3px;
        position: absolute;
        right: 10px;
        top: 6px;
        width: 0;
    }

        .ms-dd .ms-dd-arrow.ms-dd-pointer-down {
            width: 19px;
            height: 19px;
            background-image: url(/theme/images/icons/arrow-down.png);
        }

        .ms-dd .ms-dd-arrow.ms-dd-pointer-up {
            border: 5px solid transparent;
            border-bottom-color: #000;
            margin-top: -8px;
        }

    .ms-dd .ms-options {
        background: #fff;
        border: 1px solid #ccc;
        border-top: none;
        box-shadow: 0 1px 5px #ddd;
        display: none;
        list-style: none;
        margin: 0;
        overflow: auto;
        padding: 0;
        position: absolute;
        width: 110%;
        z-index: 9999;
    }

    .ms-dd .ms-list-option,
    .ms-dd .ms-optgroup ul .ms-list-option {
        align-items: center;
        border-bottom: 1px solid #ddd;
        color: #333;
        cursor: pointer;
        display: flex;
        justify-content: flex-start;
        overflow: hidden;
        padding: 10px;
        position: relative;
        text-decoration: none;
    }

        .ms-dd .ms-list-option input[type="checkbox"],
        .ms-dd .ms-optgroup ul .ms-list-option input[type="checkbox"] {
            margin-right: 5px;
            vertical-align: middle;
        }

        .ms-dd .ms-list-option:last-child,
        .ms-dd .ms-optgroup ul .ms-list-option:last-child {
            border-bottom: none;
        }

        .ms-dd .ms-list-option:hover,
        .ms-dd .ms-optgroup ul .ms-list-option:hover {
            background: #f3f3f3;
            color: #000;
        }

        .ms-dd .ms-list-option.option-selected,
        .ms-dd .ms-optgroup ul .ms-list-option.option-selected {
            border: none;
            box-shadow: none;
        }

        .ms-dd .ms-list-option.ico-align-right .ms-dd-option-image,
        .ms-dd .ms-list-option.ico-align-right .ms-dd-selected-img,
        .ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-option-image,
        .ms-dd .ms-optgroup ul .ms-list-option.ico-align-right .ms-dd-selected-img {
            order: 2;
        }

        .ms-dd .ms-list-option.disabled,
        .ms-dd .ms-list-option:disabled,
        .ms-dd .ms-optgroup ul .ms-list-option.disabled,
        .ms-dd .ms-optgroup ul .ms-list-option:disabled {
            cursor: default;
            opacity: 0.4;
        }

        .ms-dd .ms-list-option .ms-dd-desc,
        .ms-dd .ms-optgroup ul .ms-list-option .ms-dd-desc {
            font-size: 13px;
            display: block;
            font-weight: 400;
            line-height: 1.5em;
            overflow: hidden;
        }

    .ms-dd .ms-header-middle-content,
    .ms-dd .ms-middle {
        justify-content: flex-start;
        width: 100%;
    }

    .ms-dd.disabled,
    .ms-dd:disabled {
        cursor: default;
        opacity: 0.4;
        pointer-events: none;
    }

    .ms-dd .ms-optgroup-padding {
        font-weight: 700;
        padding: 10px 10px 0;
    }

    .ms-dd .ms-optgroup {
        display: block;
    }

        .ms-dd .ms-optgroup:hover {
            background: #fff;
            color: #000;
        }

        .ms-dd .ms-optgroup ul {
            margin: 0;
            padding: 0;
        }

            .ms-dd .ms-optgroup ul .ms-list-option {
                padding-left: 20px;
            }

            .ms-dd .ms-optgroup ul:last-child {
                border-bottom: 1px solid #ddd;
            }

    .ms-dd .ms-dd-option-content {
        float: right;
        font-size: 13px;
        padding-right: 10px;
    }

:focus {
    outline: none;
}

.call_bt {
    display: flex;
    align-items: center;
    float: right;
}

    .call_bt i {
        border: 2px solid #FFF;
        border-radius: 100%;
        padding: 4px;
        color: #FFFFFF;
        font-size: 18px;
    }

    .call_bt a {
        color: #FFFFFF;
    }

.header-top .div_r {
    display: flex;
    justify-content: end;
}

.page-title {
    color: #282828;
    position: relative;
    margin-bottom: 40px;
    display: inline-block;
    text-transform: capitalize;
    background-image: url(/theme/images/header-bg.png);
    width: 100%;
    padding: 50px 0;
    background-size: cover;
}

    .page-title h1 {
        color: #282828;
        /* padding-bottom: 10px; */
        font-size: 22px;
        float: left;
        font-weight: 700;
    }

.breadcrumb-holder {
    float: right;
}

.page-breadcrumb {
    line-height: initial;
    /*padding: 25px 0;*/
    /*margin-bottom: 20px;*/
}

    .page-breadcrumb li {
        position: relative;
        display: inline-block;
        color: #282828;
        font-size: 14px;
        font-weight: 700;
        padding: 0 10px;
        line-height: 24px;
        text-transform: capitalize;
    }

        .page-breadcrumb li:first-child {
            padding-left: 0;
        }

        .page-breadcrumb li:after {
            position: absolute;
            top: 0;
            right: -5px;
            content: '/';
            display: inline-block;
        }

        .page-breadcrumb li:last-child::after {
            display: none;
        }

        .page-breadcrumb li a {
            color: #282828;
            font-weight: 500;
        }

            .page-breadcrumb li a:hover {
                color: #000000;
            }

.contact_wrapper {
    background: #FFF;
    box-shadow: 0px 4px 38px 0px rgba(0, 0, 0, 0.06);
    padding: 45px;
}

.map_holder {
    border-radius: 28px;
    overflow: hidden;
}

    .map_holder iframe {
        width: 100%;
    }

.contact_form {
    padding-right: 35px;
    margin-bottom: 40px;
}

    .contact_form label {
        color: #1E1E1E;
        font-size: 17px;
        font-weight: 600;
        display: block;
        padding-bottom: 15px;
        padding-left: 18px;
    }

    .contact_form input {
        border-radius: 7px;
        border: 2px solid rgba(230, 122, 32, 0.33);
        background: rgba(30, 30, 30, 0.03);
        width: 100%;
        padding: 17px;
        margin-bottom: 38px;
        transition: all 300ms ease;
    }

        .contact_form input:focus {
            font-size: 18px;
        }

    .contact_form button {
        background-color: #384CA3;
        color: #FFFFFF;
        width: 100%;
        padding: 19px;
        font-size: 18px;
        font-weight: 900;
        border-radius: 7px;
        transition: all 300ms ease;
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

        .contact_form button:before {
            content: '';
            position: absolute;
            width: 100%;
            height: 0;
            right: 0;
            top: 0;
            background-color: #f0b542;
            z-index: -1;
            -webkit-transition: all 300ms ease;
            -ms-transition: all 300ms ease;
            -o-transition: all 300ms ease;
            -moz-transition: all 300ms ease;
            transition: all 300ms ease;
        }

        .contact_form button:hover:before {
            height: 100%;
        }

.contact_item {
    margin: 15px 0;
    text-align: center;
    padding: 16px 20px;
    background: #FFF;
    box-shadow: 0 4px 35px 0 rgba(0, 0, 0, 0.06);
    min-height: 200px;
    transition: all 300ms ease;
}

    .contact_item .icon_box {
        display: inline-block;
        padding: 5px 11px;
        margin: 10px 0 15px 0;
        border-radius: 7px;
        background: rgba(48, 69, 159, 0.14);
        max-height: 36px;
        color: #30459F;
    }

    .contact_item h3 {
        padding: 10px 0;
        color: #282828;
        font-size: 16px;
        font-weight: 500;
    }

    .contact_item p {
        font-size: 15px;
        font-weight: 700;
    }

    .contact_item:hover {
        background-color: #264796;
    }

        .contact_item:hover h3, .contact_item:hover p, .contact_item:hover .icon_box, .contact_item:hover a {
            color: #FFFFFF;
        }

        .contact_item:hover .icon_box {
            background: #ffffff38;
        }

.about_items {
    padding: 40px calc(var(--bs-gutter-x) * .5);
}

    .about_items .text-box {
        line-height: 37px;
        margin-bottom: 30px;
    }

        .about_items .text-box h2 {
            font-size: 22px;
            font-weight: 700;
            padding-bottom: 10px;
        }

    .about_items .image_box_wrapper {
        margin-left: 90px;
        position: relative;
        z-index: 10;
    }

        .about_items .image_box_wrapper .image_box {
            position: relative;
        }

            .about_items .image_box_wrapper .image_box img {
                border-radius: 35px 0;
            }

        .about_items .image_box_wrapper .shadow_up, .about_items .image_box_wrapper .shadow_down {
            width: 379px;
            height: 412px;
            position: absolute;
            z-index: -1;
        }

        .about_items .image_box_wrapper .shadow_up {
            background-image: url(/theme/images/gallery/img-shadow-up.png);
            top: -12px;
            right: -7px;
        }

        .about_items .image_box_wrapper .shadow_down {
            background-image: url(/theme/images/gallery/img-shadow-down.png);
            bottom: -12px;
            left: -7px;
        }

.shadow_up.animated, .shadow_down.animated {
    animation-duration: 2s;
    animation-delay: 1s;
}

.about_items:nth-child(even) {
    direction: rtl;
}

    .about_items:nth-child(even) .image_box_wrapper {
        margin-right: 90px;
        margin-left: 0;
    }

.prod_item, .prod_item2 {
    background-color: #FFFFFF;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    transition: all 300ms ease;
}

    .prod_item:hover {
        background: linear-gradient(152deg, #30459F 0%, #8832EE 100%);
    }

    .prod_item2:hover {
        background: #eee;
        
    }

    .prod_item .image_box {
        position: relative;
        overflow: hidden;
    }

        .prod_item .image_box img {
            transition: all 300ms ease;
        }

    .prod_item:hover .image_box img {
        scale: 1.2;
    }

.image_box .triangle-up {
    width: 0;
    height: 0;
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
    border-bottom: 20px solid white;
    position: absolute;
    bottom: -2px;
    z-index: 1;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    transition: all 300ms ease;
}

.prod_item .info_box {
    padding: 20px;
}

    .prod_item .info_box h3 {
        font-size: 20px;
        padding-bottom: 20px;
    }

    .prod_item .info_box .info_item {
        font-weight: 700;
        padding-bottom: 10px;
    }

        .prod_item .info_box .info_item label {
            font-weight: 600;
            font-size: 13px;
            padding-right: 5px;
        }

.prod_item:hover .triangle-up {
    bottom: -40px;
}

.prod_item:hover h3 a, .prod_item:hover {
    color: #FFFFFF;
}

.absolute_header {
    position: absolute;
    width: 100%;
}
/* Main Slider */
.main-slider-wrapper {
    background-image: url(/theme/images/gallery/bg_main_slider.png);
    height: 704px;
    width: 100%;
    margin-bottom: 70px;
    background-color: #FFFFFF;
    padding-top: 120px;
    background-position: center;
    background-repeat: no-repeat;
    max-width: 1350px;
    margin: 0 auto;
}

.main-slider {
    position: relative;
    margin-bottom: 30px;
    /*background-color: #333333;*/
}

    .main-slider .slide_item {
        overflow: hidden;
        position: absolute !important;
        top: 0;
        right: 80px;
        width: 600px;
        height: 540px !important;
        max-height: none !important;
    }

    .main-slider .content {
        position: relative;
    }

    .main-slider .owl-carousel .owl-item {
        float: left !important;
    }

    .main-slider .slide {
        position: relative;
        /*padding: 90px 0px;*/
        max-height: none;
        height: 540px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }

        .main-slider .slide:before {
            position: absolute;
            content: '';
            background: #000;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            opacity: 0;
        }

    .main-slider p {
        font-size: 16px;
        color: #656565;
        opacity: 1;
        margin-bottom: 10px;
        -webkit-transition: all 1300ms ease;
        -moz-transition: all 130ms ease;
        -ms-transition: all 1300ms ease;
        -o-transition: all 1300ms ease;
        transition: all 1300ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
    }

    .main-slider .active .txt-1 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1000ms;
    }

    .main-slider .active .txt-2 {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 1800ms;
    }

    .main-slider .slide_item {
        opacity: 0;
        -webkit-transition: all 1300ms ease;
        -moz-transition: all 130ms ease;
        -ms-transition: all 1300ms ease;
        -o-transition: all 1300ms ease;
        transition: all 1300ms ease;
        transform: scale(0);
    }

    .main-slider .active .slide_item {
        opacity: 1;
        transition-delay: 1000ms;
        transform: scale(1);
    }

    .main-slider .txt-1, .main-slider .txt-2 {
        color: #FFF;
        font-weight: bold;
        line-height: 55px;
    }

    .main-slider .txt-1 {
        font-size: 44px;
    }

    .main-slider .txt-2 {
        font-size: 24px;
    }

    .main-slider .links_item {
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        border-radius: 5px;
        margin-right: 10px;
        font-size: 16px;
        color: #292929;
        padding: 7px 25px;
        margin-top: 20px;
        float: left;
        opacity: 0;
        -webkit-transition: all 1300ms ease;
        -moz-transition: all 130ms ease;
        -ms-transition: all 1300ms ease;
        -o-transition: all 1300ms ease;
        transition: all 1300ms ease;
        -webkit-transform: translateY(50px);
        -moz-transform: translateY(50px);
        -ms-transform: translateY(50px);
        -o-transform: translateY(50px);
        transform: translateY(50px);
        position: relative;
        overflow: hidden;
        z-index: 1;
    }

    .main-slider .active .links_item {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
        transition-delay: 2000ms;
    }

    .main-slider .links_one {
        background-color: #FFFFFF;
        color: #292929;
    }

    .main-slider .links_two {
        background-color: transparent;
        color: #FFFFFF;
    }

    .main-slider .links_item:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        right: 0;
        top: 0;
        background-color: #f0b542;
        z-index: -1;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .main-slider .links_item:hover:before {
        height: 100%;
    }

    .main-slider .links_item:hover {
        border: 1px solid #f0b542
    }

    .main-slider .content {
        opacity: 0;
        -webkit-transition: all 600ms ease;
        -moz-transition: all 60ms ease;
        -ms-transition: all 600ms ease;
        -o-transition: all 600ms ease;
        transition: all 600ms ease;
    }

    .main-slider .active .content {
        opacity: 1;
    }

    .main-slider .owl-dots {
        position: absolute;
        left: 40%;
        bottom: 10px;
    }

        .main-slider .owl-dots .owl-dot {
            position: relative;
            width: 12px;
            height: 12px;
            background-color: #FFF;
            margin: 0px 4px;
            opacity: 0.5;
            border-radius: 100%;
            display: inline-block;
            /* border: 4px solid rgba(255, 255, 255, 0.2); */
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

            .main-slider .owl-dots .owl-dot:hover,
            .main-slider .owl-dots .owl-dot.active {
                border-color: #fff;
                opacity: 1;
            }

    .main-slider .owl-nav {
        display: none !important;
    }

    .main-slider .auto-container {
        position: absolute;
        height: 100%;
        width: 100%;
        left: 0;
        top: 0;
    }

    .main-slider .content {
        max-width: 580px;
        /* background-color: rgb(255 255 255 / 0.8); */
        /* padding: 30px 40px 25px 20px; */
        position: absolute;
        left: 150px;
        top: 100px;
    }

        .main-slider .content .inner-content {
            position: relative;
        }

.prod_ca_wrapper {
    background-color: #FFFFFF;
    background-image: url(/theme/images/gallery/bg-1.png);
    background-repeat: no-repeat;
    background-position: bottom left;
}

.inner_prod_ca {
    max-width: 750px;
    margin: auto;
    text-align: center;
}

.title_box {
    text-align: center;
    padding-bottom: 40px;
}

    .title_box h3 {
        font-size: 36px;
        background: #264796;
        background: linear-gradient(to right, #264796 36%, #f7a707 58%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        padding-bottom: 15px;
    }

    .title_box p {
        font-size: 17px;
        line-height: 33px;
    }

.prod_ca_wrapper .pro_cat_item {
    margin-bottom: 70px;
}

    .prod_ca_wrapper .pro_cat_item .icon_box {
        display: inline-block;
        position: relative;
        margin-bottom: 15px;
        transition: all 500ms ease;
    }

    .prod_ca_wrapper .pro_cat_item:hover .icon_box {
        scale: 1.1;
    }

    .prod_ca_wrapper .pro_cat_item .icon_box .numbers_to {
        position: absolute;
        color: #f7a707;
        font-size: 22px;
        font-weight: bold;
        right: -30px;
        bottom: 10px;
    }

    .prod_ca_wrapper .pro_cat_item h3 {
        font-size: 19px;
        font-weight: normal;
    }

.stats {
    background-color: #e6e8eb;
    padding: 40px 0;
    display: flex;
    position: relative;
    margin-bottom: 20px;
}

    .stats:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 20px solid transparent;
        border-right: 25px solid transparent;
        border-top: 25px solid #e6e8eb;
        position: absolute;
        bottom: -24px;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
    }

.stats_wrp {
    display: flex;
    justify-content: right;
}

.stats_item {
    display: flex;
    padding: 20px;
}

    .stats_item .stats_numbers {
        font-size: 66px;
        color: #8832ee;
        font-weight: bold;
        display: flex;
        padding-right: 40px;
        align-items: center;
    }

    .stats_item .stats_text {
        font-size: 15px;
        color: #000000;
        align-items: center;
        display: flex;
    }

.progressbar {
    display: inline-block;
    width: 140px;
}

.circle {
    width: 140px;
    height: 140px;
    margin: 0 auto;
    margin-top: 10px;
    display: inline-block;
    position: relative;
    text-align: center;
}

    .circle canvas {
        vertical-align: middle;
        border-radius: 50%;
    }

    .circle div {
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -20px 0 0 -70px;
        width: 100%;
        text-align: center;
        line-height: 40px;
        font-size: 44px;
    }

    .circle strong i {
        font-style: normal;
        font-size: 0.6em;
        font-weight: normal;
    }

    .circle span {
        display: block;
        color: white;
        margin-top: 12px;
    }


.banners {
    margin: 40px;
}

    .banners .container {
        display: flex;
        flex-flow: column wrap;
        align-content: space-between;
        height: 1000px;
        /* Optional */
        background-color: #f7f7f7;
        width: 1150px;
        counter-reset: items;
    }

    .banners .item {
        width: 49%;
        position: relative;
        margin-bottom: 2%;
        color: #fff;
        height: auto !important;
        box-sizing: border-box;
    }

        /* Re-order items into 3 rows */
        .banners .item:nth-child(odd) {
            order: 1;
            text-align: right
        }

        .banners .item:nth-child(even) {
            order: 2;
        }

        .banners .item:nth-child(2) {
            margin-top: 30px
        }

.customers_slider_wrap {
    padding: 70px 0;
    position: relative;
    background-image: url(/theme/images/gallery/bg-3.png);
    background-repeat: no-repeat;
    background-position: top right;
    margin-bottom: 50px;
}

    .customers_slider_wrap .bg_1 {
        position: absolute;
        left: 0;
        bottom: 100px;
    }

    .customers_slider_wrap .row-cols-5 &gt; * {
        display: flex;
    }

    .customers_slider_wrap .col .image_box {
        display: flex;
        align-items: center;
        margin: auto auto 50px auto;
    }

.col .image_box img {
}

.customer_slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: -110px;
    width: 100%;
    text-align: center;
}

    .customer_slider .owl-dots .owl-dot {
        position: relative;
        width: 12px;
        height: 12px;
        margin: 0px 4px;
        border-radius: 100%;
        display: inline-block;
        border: 1px solid #333333;
        transition: all 500ms ease;
        -moz-transition: all 500ms ease;
        -webkit-transition: all 500ms ease;
        -ms-transition: all 500ms ease;
        -o-transition: all 500ms ease;
    }

        .customer_slider .owl-dots .owl-dot:hover,
        .customer_slider .owl-dots .owl-dot.active {
            background-color: #333333;
        }

.customer_slider .owl-next, .customer_slider .owl-prev {
    position: absolute;
    top: 45%;
    color: #2f2f2f;
    font-size: 25px;
    margin-top: -22px;
}

.customer_slider .owl-next {
    right: -15px;
}

.customer_slider .owl-prev {
    left: -15px;
}

.customers_slider_wrap .more_bt {
    color: #264796;
    border: 1px solid #264796;
    font-size: 17px;
    margin: 10px auto;
    display: table;
    padding: 10px 40px;
    border-radius: 5px;
    transition: all 300ms ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .customers_slider_wrap .more_bt:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 0;
        right: 0;
        top: 0;
        background-color: #f0b542;
        z-index: -1;
        -webkit-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .customers_slider_wrap .more_bt:hover {
        border: 1px solid #f0b542;
        color: #FFFFFF;
    }

        .customers_slider_wrap .more_bt:hover:before {
            height: 100%;
        }

.mobile-menu .select_lang {
    background-color: #264796;
    padding: 20px;
    float: none;
}

.footer_map iframe {
    width: 100%;
    height: 120px !important;
}

.txt-cap {
    display: none
}

.contact_form textarea {
    border-radius: 7px;
    border: 2px solid rgba(230, 122, 32, 0.33);
    background: rgba(30, 30, 30, 0.03);
    width: 100%;
    padding: 17px;
    margin-bottom: 38px;
    transition: all 300ms ease;
    height: 120px;
}

.vl-err {
    color: #dc3545;
    display: block;
    margin-top: -35px;
    margin-bottom: 8px;
}

.customer_slider img {
    width: unset !important;
    height:auto !important
}
.ms-dd-label {
    font-family: Tahoma
}</pre></body></html>