﻿/*-----------------------------------------------------------------------------------
    Template Name:
    Template URI:
    Description: This is html5 template
    Author: Kaji Hasibur Rahman
    Author URI:
    Version: 1.0
-----------------------------------------------------------------------------------
    CSS INDEX
    ===================
    1. Theme Default CSS (body, link color, section etc)433
    2. header-area start
    3. slider-area start
    4. spacial-area start
    5. callto-action-area start
    6. about-area start
    7. project-area start
    8. team-area start
    9. testmonial-area start
    10. pricing-area start
    11. footer-area start
    12. home page two style here
    13. fanfact-area start
    14. blog-area start
    15. breadcumb-area start
    16. sidebar-area start
    17. blog-details-area start
    18. contact-area start
    19. 404-area start
-----------------------------------------------------------------------------------*/
/*========================================================================================================
                                        defolt-css here
 ========================================================================================================*/
@import url('https://fonts.googleapis.com/css?family=Poppins:400,400i,500,500i,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Cairo');

* {
    margin: 0;
    padding: 0;
}

.header-submenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.header-submenu li {
    float: left;
    display: inline;
}

    .header-submenu li a {
        display: block;
        text-align: center;
        padding-right: 20px;
        text-decoration: none;
    }

body {
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-size: 16px;
    text-align: right;
    height: auto;
    min-height: 100% !important;
}

.body-sec {
    /*height: inherit;*/
}

.ltrDirection {
    direction: ltr;
}

.floatleft {
    float: right;
}

.floatright {
    float: left;
}

img {
    max-width: 100%;
    height: auto
}

.fix {
    overflow: hidden
}

p {
    margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 10px;
    margin-top: 0px;
}

input:focus,
select:focus {
    outline: none;
}

input,
button {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a {
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    text-decoration: none;
}

    a:active,
    a:hover,
    a:focus {
        outline: none;
        text-decoration: none;
    }

button:focus {
    outline: none;
}

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

:before,
:after {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

div {
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

a#scrollUp {
    position: fixed;
    left: 10px;
    bottom: 20px;
    height: 45px;
    width: 45px;
    text-align: center;
    line-height: 45px;
    font-size: 12px;
    border-radius: 5px;
}

.fixed-contact {
    position: fixed;
    right: 10px;
    width: 100px !important;
    z-index: 2147483647;
}

    .fixed-contact i {
        padding-left: 10px;
    }
/*------- dx ------------*/
.dx-dialog-message {
    text-align: center !important;
}

.dx-toolbar-label .dx-toolbar-item-content > div {
    overflow: -webkit-paged-x !important;
}

.dx-widget input, .dx-widget textarea {
    text-align: right;
}

.dx-texteditor-buttons-container {
    left: 0 !important;
    right: auto !important;
}

.dx-datagrid-nowrap .dx-header-row > td > .dx-datagrid-text-content {
    white-space: normal !important;
    text-align: center !important;
}

.dx-checkbox {
    width: 100%;
}

.dx-placeholder {
    left: auto !important;
    right: 0px;
}

.dx-texteditor-masked input {
    direction: ltr;
}

.search-input {
    width: 89%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.search-btn {
    width: 10%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    box-sizing: border-box;
    border: 1px;
    color: #f1f1f1;
    background: #055194;
    cursor: pointer;
}

    .search-btn:hover {
        color: #f1f1f1;
        background: #7390c8;
    }

.btn-custom {
    width: fit-content;
    padding: 20px 30px;
    margin: 30px auto;
    background: transparent;
    border: 1px solid #f1f1f1;
    border-radius: 15px;
    display: block;
}
/*--------header-area start---------*/
.logo {
    margin: 35px 0px;
}

.mainmenu {
    padding: 47px 0px;
    font-size: 14px;
}

    .mainmenu ul,
    .search-wrapper ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        .mainmenu ul li {
            margin-right: 15px;
            position: relative;
        }

            .mainmenu ul li:first-child {
                margin-right: 0px;
            }

            .mainmenu ul li a {
                display: block;
                text-transform: uppercase;
                padding: 5px 10px;
                font-weight: 500;
            }

            .mainmenu ul li span {
                display: block;
                text-transform: uppercase;
                padding: 5px 10px;
                font-weight: 500;
            }

            .mainmenu ul li.active > a,
            .mainmenu ul li:hover > a,
            .mainmenu ul li.active > span,
            .mainmenu ul li:hover > span {
                /*
                font-weight: bold;
                font-size: 15px;*/
            }

            .mainmenu ul li > ul {
                display: block;
                position: absolute;
                right: 0;
                top: 100%;
                width: 200px;
                padding: 20px;
                z-index: 999;
                visibility: hidden;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                box-shadow: 0px 2px 10px rgba(0, 0, 0, .1);
            }

            .mainmenu ul li:hover > ul {
                visibility: visible;
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
            }

            .mainmenu ul li > ul li {
                margin-right: 0px;
                display: block;
            }

                .mainmenu ul li > ul li a {
                    text-transform: capitalize;
                }

                .mainmenu ul li > ul li:hover a {
                    padding-right: 20px;
                }

        .search-wrapper ul li {
            position: relative;
        }

            .search-wrapper ul li a {
                padding: 52px 0px;
                display: block;
            }

            .search-wrapper ul li > ul {
                position: absolute;
                left: 0;
                top: 120%;
                width: 300px;
                padding: 20px 10px;
                visibility: hidden;
                opacity: 0;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
                transition: all .3s;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                z-index: 999;
            }

            .search-wrapper ul li:hover > ul {
                opacity: 1;
                -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
                visibility: visible;
                top: 100%;
            }

            .search-wrapper ul li > ul li {
                display: block;
                padding: 0px;
            }

                .search-wrapper ul li > ul li form {
                    position: relative;
                }

                .search-wrapper ul li > ul li input {
                    width: 100%;
                    height: 45px;
                    padding: 0px 45px 0px 15px;
                }

                .search-wrapper ul li > ul li button {
                    position: absolute;
                    left: 0;
                    top: 0;
                    width: 45px;
                    height: 45px;
                    border: none;
                    cursor: pointer;
                }
        /*-*/
        .mainmenu ul li:hover > ul.sub-mainmenu li > ul {
            visibility: visible !important;
        }

ul.sub-mainmenu li > ul {
    position: relative !important;
    /*visibility: hidden !important;*/
    opacity: 1 !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 10px 0 !important;
}

    ul.sub-mainmenu li > ul li a:before {
        font-family: Font Awesome\ 5 Free;
        font-weight: 900;
        font-size: 10px;
        content: "\f053";
        padding-right: 20px;
        padding-left: 10px;
    }
/* - */
.header-top .container {
    /*width: 1200px;*/
}

.header-top-right > .content i {
    margin-left: 10px;
}


.top-header-i {
    display: inline-block;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font: normal normal normal normal normal normal normal 1 Material-Design-Iconic-Font;
}

.whatsapp {
    z-index: 999999;
    margin-top: 3px !important;
    margin-left: 5px !important;
    width: 50px;
    height: 50px;
    bottom: 71px;
    right: 12px;
    position: fixed;
    border-radius: 50%;
    background-color: mediumseagreen;
}

.whatsapp:hover {
    background-color: limegreen
}

.header-top:before {
    content: "";
    height: 48px;
    position: absolute;
    left: 0px;
    top: 10px;
    width: 43%;
}

.header-top:after {
    content: "";
    height: 5px;
    position: absolute;
    left: 43%;
    top: 10px;
    width: 0px;
}

.header-top-right {
    float: right;
    padding-top: 23px;
}

    .header-top-right > .content {
        display: inline-block;
        margin-right: 10px;
        padding-right: 17px;
        position: relative;
    }

        .header-top-right > .content:after {
            content: "";
            height: 10px;
            right: 0;
            position: absolute;
            top: 6px;
            width: 2px;
        }

.mainmenu ul#nav > li > a:after, .mainmenu ul#nav.menu-white > li > a:after {
    bottom: 43px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
/*--------header-area end---------*/
/*---------------------------- responsiv-area start --------------------------*/
.responsive-menu-wrap {
    position: relative;
}

    .responsive-menu-wrap .slicknav_btn {
        border-radius: 0;
        display: block;
        float: left;
        margin: 0;
        padding: 0px 0px;
        text-decoration: none;
        text-shadow: none;
        vertical-align: middle;
    }

.slicknav_menu .slicknav_icon {
    margin: 2px 8px;
}

.responsive-menu-wrap .slicknav_menu .slicknav_menutxt {
    display: none;
}

.responsive-menu-wrap .slicknav_menu {
    font-size: 15px;
    padding: 57px 0;
    position: absolute;
    left: 0px;
    top: 0;
}

    .responsive-menu-wrap .slicknav_menu .slicknav_icon-bar {
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        display: block;
        height: 2px;
        width: 25px;
    }

.responsive-menu-wrap .slicknav_nav {
    border-radius: 0px;
    clear: both;
    font-size: 15px;
    margin: 0;
    padding: 5px 0;
    position: relative;
    top: 57px;
    width: 690px;
    z-index: 99;
    left: 0px;
    z-index: 999;
    position: relative;
}

.slicknav_nav a {
    text-decoration: none;
    text-transform: capitalize;
}

    .slicknav_nav a i {
        display: none
    }

    .slicknav_nav a:hover {
        border-radius: 0;
    }

.responsive-menu-wrap .slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 5px;
}

.slicknav_nav ul {
    padding: 0 20px 0 0;
}

.sticky-menu {
    width: 100%;
    right: 0;
    top: 0px;
    position: fixed;
    z-index: 999;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

    .sticky-menu .logo {
        margin: 15px 0px;
    }

    .sticky-menu .mainmenu {
        padding: 32px 0px;
    }

    .sticky-menu .search-wrapper ul li a {
        padding: 37px 0px;
    }

    .sticky-menu .responsive-menu-wrap .slicknav_menu {
        padding: 42px 0px;
    }

    .sticky-menu .responsive-menu-wrap .slicknav_nav {
        top: 42px;
    }
/*-------- responsiv-area end ------------*/
/*--------slider-area start---------*/
.desk-img {
    display: block;
}

.tablet-img {
    display: none;
}

.mobile-img {
    display: none;
}

.slider-items {
    position: relative;
}

    .slider-items img {
        visibility: hidden;
    }

    .slider-items:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: .5;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    }

.slider-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .slider-content h2 {
        text-transform: uppercase;
        font-size: 80px;
        line-height: 100px;
        font-weight: 800;
    }

    .slider-content p {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .slider-content a {
        font-size: 16px;
        font-weight: 500;
    }

.slider-text {
    position: relative;
    padding-right: 50px;
}

.line {
    position: absolute;
    width: 610px;
    height: 410px;
    right: 0;
    top: -40px;
    z-index: -9;
}

    .line:before,
    .line:after,
    .blog-wrap2:before,
    .blog-wrap2:after {
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
        height: 0;
        content: "";
        z-index: -9;
    }

.next-prev-style .owl-item.active .line:before,
.blog-wrap2:hover:before {
    -webkit-animation: animate 1s linear forwards;
    animation: animate 1s linear forwards;
}

.next-prev-style .owl-item.active .line:after,
.blog-wrap2:hover:after {
    -webkit-animation: animate2 1s linear forwards;
    animation: animate2 1s linear forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.next-prev-style .owl-nav div {
    position: absolute;
    left: 0;
    top: 50%;
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}

    .next-prev-style .owl-nav div.owl-next {
        left: auto;
        right: 0;
    }
/*--------slider-area end---------*/
/*--------about-area start---------*/
.about-wrap {
    position: relative;
    padding: 60px 30px 60px 0px;
}

    .about-wrap:before {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 2px;
        content: "";
    }

    .about-wrap:after {
        position: absolute;
        left: -100px;
        top: -2px;
        width: 100px;
        height: 60px;
        content: "";
    }

    .about-wrap h2 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .about-wrap h3 {
        font-weight: 500;
        font-size: 24px;
        margin-bottom: 25px;
    }

    .about-wrap p {
        margin-bottom: 30px;
    }

.about-content {
    box-shadow: 0px 2px 10px rgba(0, 0, 0, .2);
    padding: 30px 0px;
    text-align: center;
}

    .about-content h4 {
        font-size: 24px;
        font-weight: 400;
        margin-bottom: 5px;
    }

    .about-content p {
        font-size: 13px;
        margin-bottom: 0px;
        line-height: 20px;
    }

.about-img {
    position: relative;
    margin-top: 100px;
}

    .about-img:before {
        position: absolute;
        right: -15px;
        bottom: -15px;
        height: 95%;
        width: 98%;
        content: "";
        z-index: -9;
    }
/*--------about-area end---------*/
/*--------servic-area start---------*/
.section-title {
    margin-bottom: 40px;
}

    .section-title h2 {
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 5px;
    }

    .section-title h3 {
        font-weight: 500;
        font-size: 20px;
        margin-bottom: 0px;
    }

.spacial-img {
    position: relative;
}

.spacial-wrap {
    padding: 60px 0px 30px;
}

.spacial-item {
    text-align: center;
    padding: 49px 0px;
    margin-bottom: 30px;
}

    .spacial-item span {
        display: block;
        margin-bottom: 10px;
    }

        .spacial-item span:before {
            font-size: 35px;
        }

    .spacial-item h4 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 400;
        margin-bottom: 0px;
    }
/*--------servic-area end---------*/
/*--------project-area start---------*/
.project-area {
    padding: 120px 0px 90px;
}

.project-menu button {
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    width: 150px;
}

.project-wrap {
    position: relative;
    margin-bottom: 30px;
}

    .project-wrap img {
        width: 100%;
    }

    .project-wrap:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: .55;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=55)";
        content: "";
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        -webkit-transition-property: transform;
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .project-wrap:hover:before {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    }

.project-content {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
    -webkit-transition-property: transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.project-wrap:hover .project-content {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    visibility: visible;
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.project-content a {
    font-size: 30px;
    display: inline-block;
    margin-bottom: 15px;
}

.project-content h3 {
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 0px;
}
/*--------project-area end---------*/
/*--------service-area start---------*/
.service-area {
    padding: 120px 0px 90px;
}

.service-wrap {
    margin-bottom: 30px;
}

.service-img {
    position: relative;
    overflow: hidden;
}

    .service-img img {
        width: 100%;
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s;
        transition: all .3s;
    }

.service-wrap:hover .service-img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.service-img:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}

.service-wrap:hover .service-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-img2 {
    position: relative;
    overflow: hidden;
    padding: 20px;
    text-align: center;
}

    .service-img2 img {
        /*width: 100%;*/
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all .3s;
        transition: all .3s;
        opacity: 0.8;
    }

.service-wrap:hover .service-img2 img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1;
}

.service-wrap:hover .content {
    background: #ffffff;
}

.service-img2:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 9;
}

.service-wrap:hover .service-img2:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.service-content {
    padding: 30px 10px;
}

    .service-content h4 {
        margin-bottom: 20px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 18px;
    }

    .service-content p {
        margin-bottom: 25px;
    }

    .service-content a {
        height: 35px;
        width: 110px;
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 500;
        text-align: center;
        display: inline-block;
        line-height: 35px;
    }
/*--------service-area end---------*/
/*--------fanfact-area start---------*/
.fanfact-area {
    padding: 80px 0px;
}

.funfact-wrap {
    text-align: center;
}

    .funfact-wrap h2 {
        font-size: 30px;
        margin: 0px auto 20px;
        line-height: 51px;
        font-weight: 300;
    }

    .funfact-wrap p {
        text-transform: uppercase;
        font-size: 20px;
        margin: 0px auto 20px;
    }
/*--------fanfact-area end---------*/
/*--------team-area start---------*/
.team-area {
    padding: 120px 0px 90px;
}

.team-wrap {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    z-index: 9;
}

    .team-wrap:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    }

    .team-wrap:hover:before {
        opacity: .95;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
    }

.team-content {
    position: absolute;
    right: 0;
    bottom: -108px;
    width: 100%;
    padding: 20px 0px 50px;
    text-align: center;
}

.team-wrap:hover .team-content {
    bottom: 0px;
}

.team-content h4 {
    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.team-content p {
    margin-bottom: 20px;
    font-size: 13px;
}

.team-content ul li {
    display: inline;
    margin: 0px 2px;
}

    .team-content ul li a {
        /*display: block;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        font-size: 16px;*/
    }
/*--------team-area end---------*/
/*--------testmonial-area start---------*/
.test-wrap {
    outline: none;
}

.test-wrap, .test-img {
    padding-right: 40px;
}

.test-wrap {
    padding-top: 40px;
}

    .test-wrap i {
        font-size: 36px;
        margin: 25px 1px 25px 0px;
        padding-right: 20px;
    }

    .test-wrap p {
        margin-bottom: 20px;
        padding: 0 20px;
        direction: rtl;
        font-size: 16px;
    }

    .test-wrap h4 {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 0px;
    }

    .test-wrap span {
        display: block;
        font-size: 14px;
    }

.test-img-active {
    position: relative;
    z-index: 9;
}

    .test-img-active:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 85%;
        height: 95%;
        content: "";
        z-index: -9;
    }

.test-img {
    position: relative;
    padding-left: 30px;
    outline: none;
}

    .test-img img {
        width: 100%;
    }

    .test-img ul {
        position: absolute;
        right: 30px;
        bottom: 0;
        width: 100%;
        padding: 15px 0;
        text-align: center;
    }

        .test-img ul li {
            display: inline-block;
            font-size: 18px;
            font-weight: 500;
        }

            .test-img ul li i {
                font-size: 14px;
            }

.test-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    left: 0px;
    bottom: 80px;
    position: absolute;
    overflow: hidden;
}

ul.slick-dots {
    position: absolute;
    bottom: -50px;
}

.slick-dots li {
    display: inline-block;
    margin-left: 5px;
}

    .slick-dots li button {
        height: 15px;
        width: 15px;
        font-size: 0px;
        border-radius: 50%;
        cursor: pointer;
    }
/*--------testmonial-area end---------*/
/*--------blog-area start---------*/
.blog-area {
    padding: 120px 0px 90px;
}

.blog-container {
    height: 100%;
    padding: 20px 0;
}

.blog-wrap {
    margin-bottom: 30px;
    /*height: 500px;*/
    height: inherit;
}

.blog-img {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

    .blog-img img {
        width: 100%;
        transform: scale(1.1);
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        transition: all .3s;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
    }

.blog-wrap:hover .blog-img img {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.blog-img:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 9;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.blog-wrap:hover .blog-img:before {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-content {
    height: 100%;
}

    .blog-content ul li {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
    }

    .blog-content h4 {
        text-transform: uppercase;
        line-height: 28px;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 10px 0px 20px;
    }

.blog-content3 {
    /*height: 100%;*/
}

    .blog-content3 ul li {
        display: inline-block;
        font-size: 12px;
        text-transform: uppercase;
    }

    .blog-content3 h4 {
        text-transform: uppercase;
        line-height: 28px;
        font-size: 18px;
        font-weight: 700;
        padding-bottom: 10px;
        margin: 10px 0px 20px;
    }
/*--------blog-area end---------*/
/*--------brand-area start---------*/
.brand-area {
    padding: 100px 0px;
}
/*--------brand-area end---------*/
#googleMap {
    width: 100%;
    height: 450px;
}
/*--------footer-area start---------*/
.footer-top {
    padding: 90px 0px 90px;
}

.footer-widget {
    margin-bottom: 30px;
}

.footer-logo img {
    margin: 30px 0px;
}

.footer-logo p {
    margin-bottom: 20px;
}

.footer-logo h4 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.footer-logo span {
    display: block;
    margin-bottom: 20px;
}

.footer-logo ul li {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
}

.footer-widget h4.widget-title {
    font-size: 18px;
    text-transform: uppercase;
    padding-right: 30px;
    margin: 30px 0px 50px;
    font-weight: 600;
    position: relative;
}

    .footer-widget h4.widget-title:before {
        position: absolute;
        right: 0;
        top: 5px;
        width: 5px;
        height: 12px;
        content: "";
    }

.footer-contact ul li {
    margin-bottom: 20px;
    position: relative;
    padding-right: 40px;
    line-height: 24px;
    font-size: 14px;
}

    .footer-contact ul li i {
        height: 25px;
        width: 25px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: absolute;
        /*left: 0;*/
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    .footer-contact ul li:last-child {
        margin-bottom: 0px;
    }

.footer-menu ul li {
    line-height: 37px;
    padding-right: 30px;
    position: relative;
}

.footer-menu ul i:before {
    position: absolute;
    right: 0;
    top: 10px;
    width: 10px;
}

.footer-menu ul li:hover {
    right: 5px;
}

.newsletter p {
    margin-bottom: 20px;
}

.newsletter input {
    width: 100%;
    height: 40px;
    padding-right: 15px;
    margin-bottom: 10px;
}

.newsletter button {
    width: 115px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}

.subscripe-window {
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    width: 100%;
    height: 100%;
}

    .subscripe-window .container {
        padding-top: 100px;
    }

.sub-msg-wrapper .sub-msg-colse {
    width: 100%;
    height: 100%;
}

    .sub-msg-wrapper .sub-msg-colse .close {
        width: fit-content;
        padding: 10px 20px;
        float: right;
    }

.sub-msg-content {
    font-size: 40px;
    text-align: center;
    padding: 40px;
    line-height: 70px;
}

    .sub-msg-content P {
        padding-bottom: 10px;
    }

    .sub-msg-content i {
        font-size: 80px;
        padding: 40px;
        display: block;
        text-align: center;
    }

.hide {
    display: none;
}

.my-show {
    display: block;
}

.events-window {
    position: fixed;
    top: 0;
    z-index: 9999999999999999;
    width: 100%;
    height: 100%;
}

    .events-window .container {
        padding-top: 0;
    }

    .events-window .sub-msg-content {
        padding: 0 40px 40px 40px !important;
    }

    .events-window .msg-colse {
        width: 50px;
        height: 50px;
        cursor: pointer;
    }

    .events-window .closeEvent {
        padding: 10px 20px;
        width: 100%;
        height: 100%;
    }

.footer-bootem {
    padding: 20px 0px;
    text-align: center;
}

.pad-40 {
    padding-right: 40px;
}

.pad-30 {
    padding-right: 30px;
}
/*--------footer-area end---------*/
/*=======================================
        home two style here
=======================================*/
.slider-area2 .slider-text {
    padding-right: 0;
}

.slider-area2 .line {
    height: 360px;
    right: 160px;
}
/*about*/
.about-area2 .about-wrap:after {
    right: 0;
    width: 0;
    height: 140px;
}

a.readmore-btn {
    display: inline-block;
    padding: 12px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
}

.about-area2 .about-wrap {
    padding: 80px 0px 80px 30px;
    border-right: none;
}

.about-area2 .about-img2 {
    position: relative;
    padding-bottom: 70px;
}

.about-area2 .about-images {
    position: absolute;
    left: 0;
    bottom: 0;
}

    .about-area2 .about-images a {
        position: absolute;
        height: 55px;
        width: 55px;
        line-height: 55px;
        text-align: center;
        display: block;
        right: 50%;
        top: 50%;
        border-radius: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
/*about*/
/*---------quote-area start---------*/
.quote-area {
    padding: 50px 0px;
}

.quote-wrap h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    font-weight: 600;
}

.quote-wrap a {
    display: inline-block;
    padding: 10px 25px;
    text-transform: uppercase;
    font-weight: 500;
}
/*---------quote-area end---------*/
/*---------interior-area start---------*/
.interior-area {
    position: relative;
    padding: 130px 0px;
    overflow: hidden;
}

.interior-img {
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    height: 100%;
}

    .interior-img img {
        visibility: hidden;
    }

.interior-wrap {
    padding-left: 30px;
}

    .interior-wrap span {
        display: block;
        margin-bottom: 15px;
    }

        .interior-wrap span:before {
            font-size: 60px;
        }

    .interior-wrap h2 {
        text-transform: uppercase;
        font-size: 30px;
        font-weight: 700;
        margin-bottom: 15px;
    }
/*---------interior-area end---------*/
/*------testimonial------*/
.test-img2 {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    margin: 0px auto 30px;
    overflow: hidden;
}

.test-wrap2 i {
    font-size: 36px;
    margin-bottom: 20px;
    display: block;
}

.test-wrap2 p {
    margin-bottom: 50px;
}

.test-wrap2 h4 {
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 0px;
}

.test-wrap2 span {
    display: block;
    font-style: italic;
    font-size: 14px;
}

.test-active {
    padding-bottom: 50px;
}

    .test-active .owl-nav div {
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        font-size: 20px;
    }

        .test-active .owl-nav div.owl-next {
            right: 0;
            left: -100px;
        }

    .test-active .owl-dots {
        position: absolute;
        right: 0;
        bottom: 0;
        left: 0;
        text-align: center;
    }

    .test-active .owl-dot {
        display: inline-block;
        margin: 0px 2px;
        height: 15px;
        width: 15px;
        border-radius: 50%;
    }
/*------testimonial------*/
/*-------blog-------*/
.blog-wrap2 {
    position: relative;
    margin-bottom: 30px;
    z-index: 9;
}

.blog-content2 {
    position: absolute;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0px 20px;
    visibility: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: 99;
}

.blog-wrap2:hover .blog-content2 {
    visibility: visible;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.blog-content2 span {
    display: block;
    margin-bottom: 5px;
    font-style: italic;
    margin-top: -30px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.blog-wrap2:hover .blog-content2 span {
    margin-top: 0px;
}

.blog-content2 h4 {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 15px;
    margin-right: 20px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.blog-wrap2:hover .blog-content2 h4 {
    margin-right: 0px;
}

.blog-content2 p {
    margin-bottom: 20px;
    font-size: 15px;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.blog-content2 a.readmore {
    text-decoration: underline;
    display: inline-block;
    transition: all .3s;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
}

.blog-wrap2:before,
.blog-wrap2:after {
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    content: "";
    z-index: 9;
}

.blog-wrap2:hover:before {
    -webkit-animation: animate3 .6s linear forwards;
    animation: animate3 .6s linear forwards;
}

.blog-wrap2:hover:after {
    -webkit-animation: animate4 .6s linear forwards;
    animation: animate4 .6s linear forwards;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
/*-------blog-------*/
/*=======================================
        home Three style here
=======================================*/
.slider-area3 .slider-text {
    text-align: left;
    padding-right: 0px;
    padding-left: 50px;
}

.slider-area3 .line {
    right: auto;
    left: 0;
}
/*about-area*/
.about-wrap3 {
    padding: 60px 70px;
}

    .about-wrap3 h2 {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 30px;
    }

    .about-wrap3 h3 {
        font-size: 24px;
        font-weight: 500;
        margin-bottom: 20px;
    }

    .about-wrap3 p {
        margin-bottom: 25px;
    }

.about-active {
    margin-left: -80px;
    position: relative;
    z-index: 9;
    margin-top: 32px;
}

.about-img-active i.slick-arrow {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
}

    .about-img-active i.slick-arrow.fa-chevron-right {
        left: 40px;
        z-index: 9;
    }

.about-wrap-2 {
    padding: 86px 0px;
}
/*about-area*/
/*skill-area*/
.skill-wrap {
    padding: 10px 0px;
}

    .skill-wrap h2 {
        margin-bottom: 30px;
        font-size: 30px;
        font-weight: 700;
        text-transform: uppercase;
    }

    .skill-wrap p {
        text-transform: uppercase;
        margin-bottom: 5px;
    }

.progress-wrap {
    overflow: hidden;
    padding-bottom: 35px;
}

.skill-wrap .progress {
    height: 10px;
    overflow: visible;
    border-radius: 5px;
}

.skill-wrap .progress-bar {
    position: relative;
    border-radius: 5px;
}

    .skill-wrap .progress-bar:before {
        position: absolute;
        left: -2px;
        top: -5px;
        width: 20px;
        height: 20px;
        content: "";
        z-index: 9;
        border-radius: 50%;
    }

    .skill-wrap .progress-bar span {
        position: absolute;
        left: 0;
        font-weight: 700;
        top: -32px;
        font-size: 14px;
    }

.skill-img {
    position: relative;
}

    .skill-img img {
        visibility: hidden;
    }

    .skill-img:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
    }
/*skill-area*/
/*newsletter-area*/
.newsletter-area {
    padding: 100px 0px;
}

    .newsletter-area.black-opacity:before {
        opacity: .8;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    }

.newsletter-wrap form {
    position: relative;
}

.newsletter-wrap input {
    padding: 0px 165px 0px 20px;
    height: 65px;
    width: 100%;
    border: none;
    border-radius: 25px;
}

.newsletter-wrap button {
    position: absolute;
    left: 0;
    top: 0;
    width: 165px;
    height: 65px;
    line-height: 65px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
/*newsletter-area*/
/*=======================================
        home Three style here
=======================================*/
/*=======================================
        about page style here
=======================================*/
/*--------breadcumb-area start--------*/
.breadcumb-area {
    height: 180px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.breadcumb-wrap h2 {
    text-transform: uppercase;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 5px;
}

.breadcumb-wrap ul li {
    display: inline-block;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}
/*--------breadcumb-area end--------*/
/*about*/
.about-page-wrap h2 {
    text-transform: uppercase;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-page-wrap p {
    margin: 25px 0px;
}

.about-page-wrap ul {
    position: relative;
}

    .about-page-wrap ul:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 5px;
        height: 100%;
        content: "";
    }

    .about-page-wrap ul li a {
        display: block;
        line-height: 28px;
        font-size: 16px;
        padding-right: 40px;
        position: relative;
    }

        .about-page-wrap ul li a:before {
            position: absolute;
            right: 5px;
            top: 50%;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            border-style: solid;
            border-width: 8px;
            content: "";
            opacity: 0;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        }

    .about-page-wrap ul li:hover a:before {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    }

.about-sidebar h3 {
    text-transform: uppercase;
    font-size: 24px;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 15px;
}

.about-sidebar ul {
    margin-bottom: 60px;
}

    .about-sidebar ul li {
        padding-bottom: 13px;
        margin-bottom: 13px;
    }

.about-sidebar-img {
    position: relative;
}

    .about-sidebar-img img {
        width: 100%;
    }

    .about-sidebar-img:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 100%;
        content: "";
    }

    .about-sidebar-img a {
        position: absolute;
        right: 50%;
        display: block;
        height: 50px;
        width: 50px;
        text-align: center;
        line-height: 48px;
        border-radius: 50%;
        z-index: 999;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
    }
/*about*/
.project-area-without-gutter {
    padding: 120px 0px;
}

    .project-area-without-gutter .project-wrap {
        margin-bottom: 0px;
    }
/*blog*/
.pagination-wrap {
    margin: 20px 0px 30px;
}

    .pagination-wrap ul li {
        display: inline-block;
    }

        .pagination-wrap ul li a,
        .pagination-wrap ul li span {
            height: 35px;
            width: 35px;
            line-height: 35px;
            font-weight: 600;
            font-size: 16px;
            display: block;
        }
/*-------------------------sidebar-area start-------------------------*/
.widget {
    margin-bottom: 40px;
}

.search-wrap form {
    position: relative;
}

.search-wrap input {
    width: 100%;
    height: 40px;
    padding-left: 45px;
    padding-right: 15px;
}

.search-wrap button {
    position: absolute;
    left: 0px;
    height: 40px;
    top: 0px;
    width: 40px;
    cursor: pointer;
}

.widget .widget-title {
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.sidebar-menu ul li {
    line-height: 30px;
}

    .sidebar-menu ul li a {
        position: relative;
        padding-right: 20px;
    }

        .sidebar-menu ul li a:before {
            position: absolute;
            right: 0;
            top: 50%;
            content: "\f101";
            font-family: fontawesome;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
        }

        .sidebar-menu ul li a:hover:before {
            right: 5px;
        }

.recent-post ul li {
    overflow: hidden;
    margin-bottom: 20px;
}

    .recent-post ul li:last-child {
        margin-bottom: 0px;
    }

.post-img {
    float: right;
    margin-left: 15px;
}

.post-content {
    overflow: hidden;
}

    .post-content a {
        display: block;
        font-weight: 600;
        line-height: 24px;
        margin-bottom: 10px;
    }

    .post-content p {
        font-size: 12px;
        font-style: italic;
    }

.tag-wrap ul li {
    display: inline-block;
    margin-bottom: 5px;
}

    .tag-wrap ul li a {
        display: block;
        padding: 6px 20px;
        font-weight: 500;
        border-radius: 3px;
        text-transform: uppercase;
        font-size: 13px;
    }

.tag-wrap {
    margin-bottom: 0px;
}
/*-------------------------sidebar-area end-------------------------*/
.blog-details-area .blog-content h4 {
    font-size: 36px;
}

.blog-details-wrap p {
    margin-bottom: 25px;
}

.blog-details-wrap blockquote {
    font-size: 16px;
    font-style: italic;
    margin: 40px 0;
}

.socila-link {
    margin-bottom: 100px;
}

    .socila-link ul li {
        display: inline-block;
    }

        .socila-link ul li a {
            font-size: 16px;
            margin-right: 7px;
        }

.blog-form h3 {
    margin-bottom: 25px;
    font-weight: 700;
}

.blog-form span {
    display: block;
    margin-bottom: 3px;
}

.blog-form input,
.blog-form textarea,
.contact-form input,
.contact-form textarea {
    width: 100%;
    height: 45px;
    margin-bottom: 25px;
    border-radius: 3px;
    padding-right: 20px;
}

.blog-form textarea,
.contact-form textarea {
    height: 200px;
    padding-top: 10px;
}

.blog-form button,
.contact-form button {
    padding: 10px 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    border-radius: 3px;
    cursor: pointer;
}

.contact-form textarea {
    height: 270px;
}

.contact-wrap ul li {
    position: relative;
    padding: 30px 100px 30px 20px !important;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    border-radius: 5px;
}

    .contact-wrap ul li:last-child {
        margin-bottom: 0px;
    }

    .contact-wrap ul li i {
        position: absolute;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 30px;
        font-size: 35px;
    }

    .contact-wrap ul li p {
        font-size: 14px;
        margin-top: 8px;
        font-weight: 400;
        text-transform: capitalize;
    }

        .contact-wrap ul li p span {
            display: block;
        }

.contact-area #googleMap {
    margin-top: 100px;
}

.contact-us-form .dx-button-default {
    width: 150px;
    margin: 0 20px;
}

.contact-us-form .dx-validationsummary-item-content {
    margin-right: 20px;
}
/*companies*/
.comp-imgs {
    padding: 20px;
    box-shadow: 0 5px 5px grey;
    margin: 20px auto;
}

.social-media {
    margin-top: 20px;
    z-index: 99999999999;
}

ul.social-media li {
    display: inline-block;
    margin: 15px 2px;
}

    ul.social-media li a {
        display: block;
        height: 35px;
        width: 35px;
        text-align: center;
        line-height: 35px;
        border-radius: 50%;
        font-size: 16px;
    }

.contact-info {
    z-index: 99999999999;
}

ul.contact-info li {
    margin-bottom: 2px;
    position: relative;
    padding-right: 30px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 11px;
    display: inline;
}

    ul.contact-info li i {
        height: 25px;
        width: 25px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: absolute;
        /*left: 0;*/
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    ul.contact-info li:last-child {
        margin-bottom: 0px;
    }

.contact-info2 {
    margin: 5% 2%;
    z-index: 0;
}

ul.contact-info2 li {
    margin-bottom: 12px;
    position: relative;
    padding-right: 40px;
    padding-left: 10px;
    line-height: 24px;
    font-size: 14px;
}

    ul.contact-info2 li i {
        height: 25px;
        width: 25px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: absolute;
        /*left: 0;*/
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    ul.contact-info2 li:last-child {
        margin-bottom: 0px;
    }
/*customers and partners*/
.logos-imgs {
    padding: 20px;
    box-shadow: 5px 5px 5px grey;
    margin: 20px auto;
}
/*team*/
.team-filter {
    width: 100%;
    text-align: right !important;
}

    .team-filter li {
        display: inline;
        width: 46%;
        margin: 0 2%;
    }

    .team-filter a {
        padding: 7px 20px;
        text-transform: uppercase;
        font-size: 14px;
        cursor: pointer;
        margin: 0 5px;
        text-align: center;
        display: inline-block;
    }

    .team-filter li a.active {
        width: 100%;
        text-align: center;
        padding: 30px 0;
        display: block;
    }
/*about*/
.about2-img-active {
    padding: 30px 20px 0px 0px;
    position: relative;
    z-index: 9;
}

    .about2-img-active:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 85%;
        height: 95%;
        content: "";
        z-index: -9;
        opacity: 0.7;
    }

.about2-images {
    height: 110px;
    width: 110px;
    border-radius: 50%;
    left: 0px;
    bottom: -20px;
    position: absolute;
    overflow: hidden;
    border-style: outset;
}

.val-bor {
    padding-left: 0px;
    padding-right: 0px;
}

.val-item {
    margin-top: 10px;
    position: relative;
    overflow: hidden;
    height: 200px;
    text-align: center;
}

    .val-item .val-content {
        position: absolute;
        bottom: -125px;
        padding: 15px;
        height: 250px;
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        transition: all 0.5s;
        overflow: hidden;
    }

    .val-item:hover .val-content {
        bottom: 0px;
    }

    .val-item img {
        width: 100%;
        height: 200px;
        position: absolute;
        bottom: 200px;
        z-index: 10;
        -ms-transform: rotate(-20deg);
        -moz-transform: rotate(-20deg); /* FF3.5/3.6 */
        -o-transform: rotate(-20deg); /* Opera 10.5 */
        -webkit-transform: rotate(-20deg); /* Saf3.1+ */
        transform: rotate(-20deg);
        right: 45px;
    }

    .val-item h4 {
        line-height: 34px;
        padding-bottom: 5%;
    }

    .val-item p {
        margin-top: 10px;
        font-size: 13px;
    }

    .val-item i {
        display: block;
        font-size: 30px;
        padding: 10px 0;
    }
/*sector*/
.sector-wrap .item {
    margin: 20px auto;
    border-radius: 6px;
}

    .sector-wrap .item img {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .sector-wrap .item .content {
        padding: 15px;
        padding-top: 0px;
        text-align: center;
        position: relative;
    }

.sector-wrap .content a.icon {
    display: block;
    width: 45px;
    height: 45px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Chrome, Safari, Opera */
    transform: rotate(45deg);
    position: absolute;
    line-height: 45px;
    top: -25px;
    /*left: 50%;*/
    margin-left: -25px;
    font-size: 18px;
    z-index: 9;
}

    .sector-wrap .content a.icon i {
        -ms-transform: rotate(-45deg); /* IE 9 */
        -webkit-transform: rotate(-45deg); /* Chrome, Safari, Opera */
        transform: rotate(-45deg);
    }

.sector-wrap .content h3 {
    font-size: 20px;
    line-height: 30px;
    padding-top: 35px;
    text-transform: uppercase;
}

.sector-wrap .content p {
    font-size: 14px;
    line-height: 28px;
}

.sector-wrap .content a.link {
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
}
/*-----------------------------------------------*/
/*----------------- UI---------------------------*/
/*-----------------------------------------------*/
.ui-97 .ui-member {
    max-width: 400px;
    margin: 20px auto;
    padding: 5px;
    text-align: center;
    border-radius: 4px;
}

    .ui-97 .ui-member .ui-head {
        position: relative;
        margin-bottom: 70px;
    }

    .ui-97 .ui-member img.ui-back {
        border-radius: 3px;
    }

    .ui-97 .ui-member img.ui-img {
        position: absolute;
        left: 50%;
        bottom: -60px;
        width: 100%;
        max-width: 160px;
        margin: 0 auto;
        margin-left: -80px;
        border-radius: 200px;
    }

    .ui-97 .ui-member h3 {
        font-size: 15px;
        line-height: 30px;
        text-transform: uppercase;
    }

    .ui-97 .ui-member span {
        font-size: 13px;
        line-height: 23px;
    }

.contact-team {
    margin: 5% auto;
    z-index: 0;
}

ul.contact-team li {
    margin-bottom: 12px;
    position: relative;
    padding: 0 30px;
    line-height: 24px;
    font-size: 11px;
    display: inline;
}

    ul.contact-team li i {
        height: 25px;
        width: 25px;
        font-size: 14px;
        text-align: center;
        line-height: 24px;
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
    }

    ul .contact-team li:last-child {
        margin-bottom: 0px;
        padding-left: 0;
    }

.ui-34 .nav {
    list-style-type: none;
    padding: 0px;
    margin: 0px;
}

    .ui-34 .nav li {
        display: inline-block;
        float: left;
        width: 33.33%;
        text-align: center;
        padding: 0px;
        margin: 0px;
    }

    .ui-34 .nav a.active {
        position: relative;
        top: -5px;
        border-radius: 6px;
    }

    .ui-34 .nav a:hover {
        position: relative;
        top: -5px;
        border-radius: 6px;
    }

    .ui-34 .nav li a {
        display: inline-block;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 14px;
        line-height: 24px;
        font-weight: 600;
        text-transform: uppercase;
        border-right: 0px;
        width: 100%;
    }

    .ui-34 .nav li:first-child a {
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
    }

    .ui-34 .nav li:last-child a {
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .ui-34 .nav li a i {
        display: block;
        font-size: 22px;
        line-height: 45px;
    }

.ui-34 .tab-content {
    margin: 15px 0px;
    padding: 20px 25px;
    border-radius: 4px;
    height: 300px;
}

    .ui-34 .tab-content h2 {
        font-size: 30px;
        line-height: 45px;
        font-weight: 300;
        margin-bottom: 5px;
    }

    .ui-34 .tab-content p {
        font-size: 15px;
        line-height: 35px;
    }
/*===============================*/
/*======== CUSTOMIZED ===========*/
/*===============================*/
.add-line {
    padding: 40px 30px 0px 0px;
    position: relative;
    z-index: 9;
}

    .add-line:before {
        position: absolute;
        right: 0;
        top: 0;
        width: 85%;
        height: 95%;
        content: "";
        z-index: -9;
    }

.test-img-active:before {
    width: 100%;
}

.float-right2 {
    float: left !important;
}

.float-left2 {
    float: right !important;
}

.sector-area h4 {
    vertical-align: middle;
}

.cont-btns {
    border-radius: 10px;
    width: 300px;
    border: 2px solid #f1f1f1;
    border-style: outset;
}

    .cont-btns i {
        display: block;
        font-size: 24px;
    }

.det-news-wrapper {
    margin: 100px auto 0 auto;
    float: none;
}

.news-big-button i {
    display: block;
    font-size: 150px;
    padding: 50px;
}

.news-big-button {
    font-size: 30px;
    text-align: center;
}

    .news-big-button a {
        width: 100%;
        display: block;
        height: 100%;
        padding: 20px;
    }

.news-pics .main-pic {
    padding: 0 5px;
}

.news-pics .sub-pics {
    width: 150px;
    padding: 10px 5px;
    display: inline-block;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    width: 100%;
}

.map-section {
}

.map-wrapper {
    position: relative;
}

    .map-wrapper img {
        opacity: 0.6;
        margin-bottom: -25px;
    }

    .map-wrapper .icon-pin {
        position: absolute;
        height: auto;
        font-size: 33px;
    }

.map-header2 h1 {
    padding: 50px 0;
    text-align: center;
}

.icon-pin:before {
    /*content: '\f099';
    font-family: Font Awesome\ 5 Brands;*/
}

[class^="icon-"]:before, [class*=" icon-"]:before {
    font-style: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tooltip2 {
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip2 .tooltip2text {
        visibility: hidden;
        width: auto;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 20px;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip2:hover .tooltip2text {
        visibility: visible;
    }

.map-header {
    position: absolute;
    top: 70%;
    z-index: 1;
    padding: 20px;
    width: auto;
    padding-top: 40px;
}

.page-header-wrap {
    padding: 30px 40px;
}

    .page-header-wrap p {
        font-size: 26px;
        line-height: 1.8;
        text-align: center;
        padding: 40px 0;
    }

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    right: auto !important;
}

.bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}

.bounce2 {
    -moz-animation: bounce 2.5s infinite;
    -webkit-animation: bounce 2.5s infinite;
    animation: bounce 2.5s infinite;
}

.bounce3 {
    -moz-animation: bounce 2.9s infinite;
    -webkit-animation: bounce 2.9s infinite;
    animation: bounce 2.9s infinite;
}

.bounce4 {
    -moz-animation: bounce 1.8s infinite;
    -webkit-animation: bounce 1.8s infinite;
    animation: bounce 1.8s infinite;
}

.bounce5 {
    -moz-animation: bounce 2.2s infinite;
    -webkit-animation: bounce 2.2s infinite;
    animation: bounce 2.2s infinite;
}

@-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    60% {
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.delay1 {
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    animation-delay: .2s;
}

.delay2 {
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    animation-delay: .3s;
}

.delay3 {
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}

.delay4 {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.delay5 {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s;
}

.cities {
    padding: 20px 5px;
    text-align: center;
    line-height: 30px;
}

    .cities span {
        padding: 5px 10px;
    }

.show-img {
    display: block;
}

.hide-img {
    display: none;
}

.album-wrap {
    margin-bottom: 20px;
}

    .album-wrap img {
        padding: 5px;
        height: 188px;
        width: 100%;
    }

.album-title {
    padding: 20px;
    text-align: center;
}

.mfp-counter {
    direction: ltr;
}
/*-----------------------E-Services -----------------------*/
.E-Services .header-top-right {
    font-size: 13px;
}

.E-Services .header-top:before {
    z-index: 10;
    width: 50%;
}

.E-Services .header-top:after {
    left: 50%;
    z-index: 10;
}

.E-Services .header-top-right > .content {
    z-index: 11;
}

.e-services-menu {
    font-size: 30px;
    text-align: center;
}

    .e-services-menu span {
        display: block;
        padding: 20px;
    }

        .e-services-menu span:before {
            font-size: 35px;
        }

    .e-services-menu a {
        display: block;
        padding: 20px;
        /*opacity: 0.6;*/
    }

        .e-services-menu a:hover, .e-services-menu a.active {
            display: block;
            padding: 20px;
            opacity: 1;
        }

    .e-services-menu li {
        padding: 0;
    }
/*-----------------------CPanel -----------------------*/
.C-Panel .header-top-right {
    font-size: 13px;
}

.C-Panel .header-top:before {
    z-index: 10;
    width: 50%;
}

.C-Panel .header-top:after {
    left: 50%;
    z-index: 10;
}

.C-Panel .header-top-right > .content {
    z-index: 11;
}

.C-Panel-menu {
    font-size: 30px;
    text-align: center;
}

    .C-Panel-menu span {
        display: block;
        padding: 20px;
    }

        .C-Panel-menu span:before {
            font-size: 35px;
        }

    .C-Panel-menu a {
        display: block;
        padding: 20px;
        /*opacity: 0.6;*/
    }

        .C-Panel-menu a:hover, .C-Panel-menu a.active {
            display: block;
            padding: 20px;
            opacity: 1;
        }

.C-Panel .mainmenu {
    padding: 0;
}

    .C-Panel .mainmenu ul li {
        padding: 6px 0;
    }

        .C-Panel .mainmenu ul li > ul {
            padding: 0;
        }

.C-Panel .header-top-right .mainmenu ul li {
    padding: 0;
}

.C-Panel .header-top-right .mainmenu {
    font-size: 13px;
}

.C-Panel .logo {
    padding: 10px;
    margin: 0 auto;
}

.C-Panel .mainmenu ul, .search-wrapper ul {
    justify-content: space-around;
}

.C-Panel .responsive-menu-wrap .slicknav_menu {
    padding: 20px;
    float: left;
}

.numbers-notifications {
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    color: #fff !important;
    background-color: #f44336 !important;
    display: inline-block !important;
    padding: .25em .4em !important;
    font-size: 75%;
    text-align: center;
    border-radius: .25rem !important;
    font-weight: 700 !important;
    line-height: 1;
    white-space: nowrap;
    vertical-align: baseline;
    width: fit-content;
}

.notification-menu {
    width: max-content;
}

    .notification-menu a {
        color: #055194 !important;
    }

.customer-det-control-btns .dx-button {
    display: block !important;
    width: 150px;
    margin: 20px auto;
    alignment: left;
}

.customer-det-control-btns .dx-button-has-icon.dx-button-has-text .dx-icon {
    margin-right: 0;
    margin-left: 12px;
}

.forms-wrapper {
    padding: 30px 20px 10px;
    font-size: 14px;
    margin: 30px auto;
}

.form-header {
    padding: 20px 0;
}

.form-content {
    padding: 20px;
}

    .form-content li {
        padding: 10px;
    }

    .form-content i {
        padding: 10px;
    }

.form-white-cards {
    margin: 10px;
    padding: 25px 20px !important;
    border-radius: 15px;
}

.small-desc {
    font-size: 14px;
    padding: 20px 0;
}

    .small-desc a {
    }

.supplier-req li:before {
}

.supplier-header h1, .supplier-header h2, .supplier-header h3, .supplier-header h4, .supplier-header h5, .supplier-header h6 {
    line-height: 45px;
}

.customer-req {
    padding: 30px;
}

    .customer-req li {
        margin-right: 20px;
        padding: 5px;
    }

        .customer-req li i {
            margin-right: -20px;
        }

    .customer-req a {
    }

.mobile-input input {
    direction: ltr;
}

.modal-dialog {
    max-width: 90% !important;
    margin: 0 auto;
}

.dx-scrollbar-vertical {
    left: 0;
    right: auto !important;
}

.dx-fileuploader-input-wrapper .dx-button {
    float: none !important;
}

.dx-fileuploader-file-info, .dx-fileuploader-file-status-message, .dx-fileuploader-file-name {
    float: right !important;
}

.dx-fileuploader-button-container {
    float: left;
}

.dx-fileuploader-file-size {
    margin-right: 4px;
    float: right !important;
}

.dx-fileuploader-content > .dx-fileuploader-upload-button {
    display: none;
}

.dx-fileuploader-input {
    display: none !important;
}

.dx-checkbox-text {
    margin-right: -22px;
    padding-right: 27px;
    margin-left: 0 !important;
    padding-left: 0 !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td.dx-datagrid-group-space + td {
    text-align: right !important;
}

.dx-datagrid-content .dx-datagrid-table .dx-row > td {
    text-align: right !important;
}

.controls-btn {
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
}

/*Wizard*/
.wizard-menue-wrapper {
    height: 100%;
    padding: 5px 0;
}

.nav-pills li {
    padding: 0;
    margin: 0;
}

.nav-pills.nav-wizard > li {
    position: relative;
    overflow: visible;
    border-right: 15px solid transparent;
    border-left: 15px solid transparent;
}

    .nav-pills.nav-wizard > li + li {
        margin-right: 0;
    }

    .nav-pills.nav-wizard > li:first-child {
        border-right: 0;
    }

        .nav-pills.nav-wizard > li:first-child a {
            border-radius: 0 5px 5px 0;
        }

    .nav-pills.nav-wizard > li:last-child {
        border-left: 0;
    }

        .nav-pills.nav-wizard > li:last-child a {
            border-radius: 5px 0 0 5px;
        }

    .nav-pills.nav-wizard > li a {
        border-radius: 0;
        display: block;
        width: 100%;
        padding: 10px;
        text-align: center;
    }

    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        position: absolute;
        content: "";
        top: 0px;
        left: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 48px 20px 47px 0px;
        z-index: 150;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        position: absolute;
        content: "";
        top: 0px;
        right: -20px;
        width: 0px;
        height: 0px;
        border-style: solid;
        border-width: 48px 20px 47px 0px;
        z-index: 150;
    }

.wizard-content .dx-button {
    height: 75px;
    overflow: initial;
}

.wizard-content .dx-button-content {
    line-height: normal;
}

.wizard-content .dx-button-content {
    overflow: visible;
    white-space: normal;
    height: 100%;
    max-height: 100%;
}

.nav-pills.nav-wizard > li .wizard-content {
    border-radius: 0;
    display: block;
    width: 100%;
    padding: 10px 0;
    text-align: center;
    height: 100%;
}

.nav-pills.nav-wizard > li:first-child .wizard-content {
    border-radius: 0 5px 5px 0;
}

.nav-pills.nav-wizard > li:last-child .wizard-content {
    border-radius: 5px 0 0 5px;
}

.nav-pills.nav-wizard > li:not(:last-child) .wizard-content:after {
    position: absolute;
    content: "";
    top: 0px;
    left: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 48px 20px 47px 0px;
    z-index: 150;
}

.nav-pills.nav-wizard > li:not(:first-child) .wizard-content:before {
    position: absolute;
    content: "";
    top: 0px;
    right: -20px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 48px 20px 47px 0px;
    z-index: 150;
}

.wizard-content p {
    word-spacing: 9999999px;
}

.CP-logo img {
    max-width: 200px;
    max-height: 200px;
}

.steps-circle {
    border-radius: 50px;
    display: block;
    width: 24px;
    height: 24px;
    margin: 0 auto;
}

.coll-header a {
    width: 100%;
    text-align: right;
    background: linear-gradient( #ffffff, #f1f1f1);
    color: #055194;
    padding: 20px;
    display: inline-block;
    font-size: 24px;
    margin-top: 10px;
}

    .coll-header a:hover {
        background: #7390c8;
        color: #ffffff;
    }

.coll-header h4 {
    float: right;
    margin: 0 !important;
}

.coll-header i {
    display: inline-block;
    float: left;
}

.coll-header2 a {
    width: 100%;
    text-align: right;
    padding: 20px 10px;
    display: inline-block;
    font-size: 18px;
    margin-top: 10px;
    background: #f1f1f1;
}

    .coll-header2 a:hover {
        background: #cccccc;
    }

.coll-header2 h4 {
    float: right;
    margin: 0 !important;
}

.coll-header2 i {
    display: inline-block;
    float: left;
}

.coll-content {
    background: #ffffff;
    padding: 30px 20px;
}

.coll-content2 {
    padding: 0 40px;
}

.coll-content3 {
    border: 1px solid #f1f1f1;
}

.customer-sub-header {
    padding: 10px;
    background: #7390c8;
    color: #ffffff;
}

.send-code-links a {
    padding: 0 20px;
    border-radius: 10px;
}

.pdf-print-file {
    padding: 30px;
    background: #ffffff;
}

    .pdf-print-file > table {
        background: #ffffff;
        margin: 0 auto;
    }
    /*.pdf-print-file table tr:first-child{
        background: #f1f1f1;
    }*/
    .pdf-print-file table {
        width: 100%;
    }

        .pdf-print-file table td {
            padding: 10px;
            vertical-align: text-top;
        }

.contacts-table td, th {
    border: 1px solid #c0c0c0;
    padding: 0 5px;
}

.contacts-table {
    margin: 10px 0;
}

.exit-btn .dx-button {
    border-radius: 5px;
    padding: 5px 10px;
    margin: 20px 0;
}
/*===============================*/
/*======== Responsive ===========*/
/*===============================*/
/* (1366x768) WXGA Display */
@media screen and (min-width: 1366px) and (max-width: 1919px) {
}

@media (max-width: 1200px) {
    .mainmenu {
        font-size: 12px;
        padding: 30px 0;
    }

        .mainmenu ul li a {
            font-size: 12px !important;
        }

    .logo {
        margin: 23px 0px;
    }
}
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1197px) {
    /*HEADER*/
    .mainmenu ul li {
        margin-left: 2px !important;
        margin-right: 2px !important;
    }
    /*BLOG*/
    .blog-wrap {
        /*height: 550px !important;*/
    }
    /*wizard*/
    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        border-width: 48px 20px 47px 0px;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        border-width: 48px 20px 47px 0px;
    }
}
/* Normal desktop :991px. */
@media (min-width: 768px) and (max-width: 991px) {
    .E-Services .header-top:before {
        width: 55%;
    }

    .E-Services .header-top:after {
        left: 55%;
    }

    .C-Panel .header-top:before {
        width: 65%;
    }

    .C-Panel .header-top:after {
        left: 65%;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
}

@media (max-width: 991px) {
    /*SLIDER*/
    .slider-items {
        height: 100% !important;
    }

    .line {
        height: 100% !important;
        top: 15% !important;
    }

    .slider-text {
        padding-right: 10px !important;
        padding-top: 20% !important;
    }

    .slider-content h2 {
    }

    .slider-content p {
    }
    /*ABOUT*/
    .about-wrap:after {
        right: auto !important;
        left: 0 !important;
    }

    .about2-content {
        padding-top: 40px !important;
    }

    .val-item img {
        bottom: 380px !important;
    }

    .val-item .val-content {
        height: 350px !important;
        position: static !important;
    }

    .val-item {
        height: auto;
        max-width: 350px;
        margin: 10px auto !important;
    }

    .val-bor {
        padding-left: 15px;
        padding-right: 15px;
    }

    .val-item h4 {
        font-size: 22px;
        padding-bottom: 10%;
    }
    /*FUNFACT*/
    .funfact-wrap h2 {
        font-size: 35px !important;
    }
    /*BLOG*/
    .blog-wrap {
        /*height: auto !important;*/
    }
    /**/
    .add-space {
        height: 0px;
    }
    /*UI-34*/
    .ui-34 .tab-content {
        height: auto;
    }
    /*wizard*/
    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        border-width: 48px 20px 47px 0px;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        border-width: 48px 20px 47px 0px;
    }
}

@media (max-width: 775px) {
    .header-top:before {
        width: 73% !important;
    }

    .header-top-right {
        margin-right: 80px;
    }

    .header-top:after {
        left: 73% !important;
    }

    .C-Panel .header-top:before {
        width: 80% !important;
    }

    .C-Panel .header-top:after {
        left: 80% !important;
    }

    .logo {
        margin: 20px 0px !important;
    }

    .team-content {
        bottom: -40px !important;
    }

    .team-wrap:hover .team-content {
        bottom: -40px !important;
    }

    .blog-wrap2 {
        height: auto !important;
    }

    .blog-content2 {
        position: relative !important;
        visibility: visible !important;
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
    }

        .blog-content2 h5 {
            visibility: hidden !important;
        }

        .blog-content2 p {
        }

    ul.contact-info li {
        display: block !important;
    }

    .contact-info2 {
        display: none !important;
    }

    .left0 {
        width: 90% !important;
    }

    .map-wrapper .icon-pin {
        font-size: 20px;
    }

    .tooltip2 .tooltip2text {
        display: none;
    }

    .map-header2 h1 {
        padding-bottom: 20px;
    }

    .cities {
        display: block !important;
    }

    .cont-btns {
        float: none !important;
        margin: 10px auto !important;
    }

    .contact-us-form .dx-button-default {
        margin: 0;
    }

    .contact-us-form .dx-validationsummary-item-content {
        margin-right: 0px;
    }
    /*wizard*/
    .nav-pills.nav-wizard > li:not(:last-child) a:after {
        border-width: 46px 20px 46px 0px;
    }

    .nav-pills.nav-wizard > li:not(:first-child) a:before {
        border-width: 46px 20px 46px 0px;
    }
    /*Eservices*/
    .E-Services .container {
        max-width: 100% !important;
        width: 100% !important;
    }
    /*CPanel*/
    .C-Panel .container {
        max-width: 100% !important;
        width: 100% !important;
    }
}
/* small mobile :320px. */
@media (max-width: 575px) {
    /*HEADER*/
    .logo {
        margin: 30px 0px !important;
    }
    /*SLIDER*/
    .desk-img {
        display: none !important;
    }

    .tablet-img {
        display: none !important;
    }

    .mobile-img {
        display: block !important;
    }

    .line {
        height: 70% !important;
        top: 25% !important;
    }

    .slider-content h2 {
        font-size: 16px !important;
    }

    .slider-content p {
        font-size: 10px !important;
    }

    .b-none {
        display: block !important;
    }
    /*ABOUT*/
    .about-wrap:after {
        left: 0 !important;
        right: auto !important;
    }

    .val-item .val-content {
        height: auto !important;
        position: static !important;
        padding: 30px 20px !important;
    }

    .val-item img {
        bottom: 280px !important;
    }
    /*TEST*/
    .test-img-active:before {
        content: "" !important;
    }

    .add-line {
        padding: 0px !important;
    }

        .add-line .test-img-active {
            padding: 0px !important;
        }

        .add-line .test-wrap {
            padding: 20px !important;
        }

        .add-line ul.slick-dots {
            left: 20px !important;
        }

    /*TEAM*/
    .team-wrap {
        /*margin:40px !important;*/
    }

    .team-img {
        padding-bottom: 20%;
    }

    .team-content {
        padding: 20px 0px 40px;
    }

    .team-filter li a {
        font-size: 18px !important;
    }
    /*FUNFACT*/
    .funfact-wrap h2 {
        float: right !important;
        width: 50% !important;
        text-align: left !important;
        padding: 0 20px !important;
        height: 40px !important;
    }

    .funfact-wrap p {
        float: left !important;
        width: 50% !important;
        text-align: right !important;
        padding: 0 20px !important;
        font-size: 20px !important;
        height: 40px !important;
        margin: 10px 0 !important;
    }

    .header-top-right {
        margin-right: 100px;
    }

    /*UI-34*/
    .ui-34 .nav li a span {
        display: none !important;
    }

    .forms-wrapper h2 {
        font-size: 22px;
    }
    /*ES*/
    .E-Services .header-top-right {
        float: none;
        padding-top: 23px;
        padding-right: 45%;
    }

        .E-Services .header-top-right > .content:after {
            content: "";
            height: 0px;
        }

    .E-Services .header-top:before {
        height: 90px;
        width: 53% !important;
    }

    .E-Services .header-top:after {
        height: 90px;
        border-width: 45px 20px;
        left: 53% !important;
    }

    .E-Services .header-top-right > .content {
        display: block;
    }

    .e-services-menu {
        font-size: 24px;
    }
    /*CP*/
    .C-Panel .header-top-right {
        float: none;
        padding-top: 23px;
        padding-right: 45%;
    }

        .C-Panel .header-top-right > .content:after {
            content: "";
            height: 0px;
        }

    .C-Panel .header-top:before {
        height: 110px;
        width: 53% !important;
    }

    .C-Panel .header-top:after {
        height: 110px;
        border-width: 55px 20px;
        left: 53% !important;
    }

    .C-Panel .header-top-right > .content {
        display: block;
    }

    .C-Panel-menu {
        font-size: 24px;
    }

    .nav-pills.nav-wizard > li a {
        font-size: 10px;
    }
}

@media (min-width: 480px) and (max-width: 575px) {
}

@media (max-width:400px) {
    /*UI-34*/
    .ui-34 .tab-content h2 {
        font-size: 20px !important;
        line-height: 35px !important;
        font-weight: 400 !important;
    }
}

.Companies-Max-Width {
    max-width: 20%
}