﻿/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/




/*Start Root*/
:root {
    --main-color: #2882D8;
    --sup-color: #BC3026;
}
/*End Root*/


/*Start Global*/
/*@font-face {
    font-family: 'GE_SS_Two_EN_Medium';
    src: url('../fonts/GE_SS_Two_EN_Medium.ttf') format('truetype');
}

@font-face {
    font-family: 'V2F0YWQub3RmMTY1ODA0NDU1NTg1MQ';
    src: url('../fonts/V2F0YWQub3RmMTY1ODA0NDU1NTg1MQ==.otf') format("opentype");
}*/

@font-face {
    font-family: 'Cairo-SemiBold-4';
    src: url('../fonts/Cairo-SemiBold-4.ttf') format('truetype');
}



* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a, a:visited, a:hover {
    text-decoration: none
}

ul {
    padding: 0px;
    margin: 0px;
}

p {
    line-height: 1.9;
}

html {
    scroll-behavior: smooth;
}

.hidden {
    display: none
}

.dir_ltr {
    direction: ltr !important
}

.TahomaFonts {
    font-family: Tahoma !important
}

.img-reponsive {
    max-width: 100%;
    max-height: 100%
}

.img-responsive {
    max-width: 100%;
    max-height: 100%
}

.pageTitle {
    text-align: center;
    margin-bottom: 30px;
    color: #0466B5;
}

.primary_color {
    color: #0466B5
}

.section_title {
    text-align: center;
    margin-bottom: 18px;
}

    .section_title span:first-of-type {
        color: var(--sup-color)
    }

    .section_title span:last-of-type {
        color: var(--main-color)
    }


.LinkStyle1, .LinkStyle1:visited {
    border: 2px solid #fff;
    display: inline-block;
    min-width: 140px;
    padding: 6px 11px;
    border-radius: 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

    .LinkStyle1:hover {
        background-color: var(--main-color);
        -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
        transform: scale(1.03);
        color: #fff !important;
        border-color: #fff !important
    }

    .LinkStyle1.bg-blue {
        background-color: #007bff;
        color: #fff;
    }

table.table_style1 tr td, table.table_style1 tr th, table.table_style1 tr td a {
    color: #000;
}
/*simple radiobutton*/
label.simple_radiobutton {
    background-color: #fff;
    display: inline-block;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 1em;
}

    label.simple_radiobutton > input {
        display: none;
    }

    label.simple_radiobutton > i {
        display: inline-block;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        margin-right: 5px;
        vertical-align: middle;
        border: 2px solid #0466b5;
        -webkit-transition: 0.25s;
        -o-transition: 0.25s;
        transition: 0.25s;
    }

    label.simple_radiobutton > span {
        display: inline-block;
        padding-bottom: 3px;
        border-bottom: 2px dotted #fff;
        text-transform: uppercase;
        font-size: 14px;
    }

    label.simple_radiobutton > ul {
        list-style: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        padding: 0px;
        margin: 0px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 150px;
    }

        label.simple_radiobutton > ul > li:first-of-type {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
        }

        label.simple_radiobutton > ul > li > img {
            max-width: 30px;
            margin: 0px 2px;
        }

    label.simple_radiobutton > input:checked + i {
        -webkit-box-shadow: inset 0 0 0 5px #0466b5;
        box-shadow: inset 0 0 0 5px #0466b5;
    }

    label.simple_radiobutton:hover {
        cursor: pointer;
    }
/*simple radiobutton*/
/*Lobi box*/
.lobibox.lobibox-confirm .lobibox-header {
    background-color: #ED1C2E;
}

.lobibox.lobibox-confirm .lobibox-footer {
    background-color: #0466B5
}
/*Lobi box*/
/*Table*/
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle;
}
/*Table*/


.lnkWhatsapp, .lnkWhatsapp:visited {
    background-color: #25D366;
    -webkit-box-shadow: 4px 4px 10px #1d1d1d;
    box-shadow: 4px 4px 10px #1d1d1d;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    color: #fff;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: inline-block;
    font-size: 40px;
    width: 60px;
    height: 60px;
    text-align: center;
    border-radius: 50%;
    padding: 3px;
    z-index: 5000;
    -webkit-animation-name: whatsapp_animation;
    animation-name: whatsapp_animation;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    animation-direction: alternate-reverse;
    -webkit-animation-duration: .9s;
    animation-duration: .9s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

    .lnkWhatsapp:hover {
        -webkit-transition-duration: .2s;
        -o-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-animation-play-state: paused;
        animation-play-state: paused;
        width: 70px;
        height: 70px;
        font-size: 45px;
        padding: 5px;
        color: #fff;
    }

@-webkit-keyframes whatsapp_animation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

@keyframes whatsapp_animation {
    from {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    to {
        -webkit-transform: translateY(25px);
        transform: translateY(25px);
    }
}

.mt-50 {
    margin-top: 50px;
}

.mt-20 {
    margin-top: 50px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mb-80 {
    margin-bottom: 50px;
}

.mb-25 {
    margin-bottom: 25px;
}

.margin-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media only screen and (max-width: 575px) {
    .hidden-xs {
        display: none !important;
    }

    .center-xs {
        text-align: center;
    }

    .margin-center-xs {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-xs-10 {
        font-size: 10px;
    }

    .font-xs-12 {
        font-size: 12px;
    }

    .font-xs-15 {
        font-size: 15px;
    }

    .font-xs-20 {
        font-size: 20px;
    }

    .font-xs-25 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hidden-sm {
        display: none !important;
        background-color: green
    }

    .center-sm {
        text-align: center;
    }

    .margin-center-sm {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-sm-10 {
        font-size: 10px;
    }

    .font-sm-12 {
        font-size: 12px;
    }

    .font-sm-15 {
        font-size: 15px;
    }

    .font-sm-20 {
        font-size: 20px;
    }

    .font-sm-25 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hidden-md {
        display: none !important;
        background-color: blue;
    }

    .center-md {
        text-align: center;
    }

    .margin-center-md {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-md-10 {
        font-size: 10px;
    }

    .font-md-12 {
        font-size: 12px;
    }

    .font-md-15 {
        font-size: 15px;
    }

    .font-md-20 {
        font-size: 20px;
    }

    .font-md-25 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hidden-lg {
        display: none !important;
    }

    .center-lg {
        text-align: center;
    }

    .margin-center-lg {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-lg-10 {
        font-size: 10px;
    }

    .font-lg-12 {
        font-size: 12px;
    }

    .font-lg-15 {
        font-size: 15px;
    }

    .font-lg-20 {
        font-size: 20px;
    }

    .font-lg-25 {
        font-size: 25px;
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-xl {
        display: none !important;
    }

    .center-xl {
        text-align: center;
    }

    .margin-center-xl {
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .font-xl-10 {
        font-size: 10px;
    }

    .font-xl-12 {
        font-size: 12px;
    }

    .font-xl-15 {
        font-size: 15px;
    }

    .font-xl-20 {
        font-size: 20px;
    }

    .font-xl-25 {
        font-size: 25px;
    }
}




/*Start border-pagination */
.b-pagination-outer {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
}

.pagination {
    margin: 0 auto;
    padding: 0;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 50px 0px;
}

.paginationli {
    display: inline;
}

.pagination li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px 10px;
    border: 1px solid #ddd;
    float: left;
}

.pagination li a {
    -webkit-transition: background-color 0.4s;
    -o-transition: background-color 0.4s;
    transition: background-color 0.4s
}

.pagination li.active a {
    background-color: #ED1C2E;
    color: #fff;
}

.pagination li:hover:not(.active) {
    background: #ddd;
}
/*End border-pagination */

body {
    font-family: Cairo-SemiBold-4;
    font-size: 14px;
   
}

main {
    overflow-x: hidden;
}
/*Navbar*/
#main_navbar {
    background-color: #fff !important
}

    #main_navbar .navbar-brand {
        display: none;
    }

    #main_navbar ul {
        margin: 0px auto;
    }

    #main_navbar .nav_links li {
        margin: 0px 7px;
    }

        #main_navbar .nav_links li a {
            color: #9C9C9C;
            font-size: 18px;
        }

            #main_navbar .nav_links li a:hover {
                color: #3C3B3B
            }

    #main_navbar .nav_tools {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        #main_navbar .nav_tools li {
            margin: 0px 4px;
        }

        #main_navbar .nav_tools a {
            background-color: var(--main-color);
            position: relative;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            margin: 5px 0px;
        }

            #main_navbar .nav_tools a:before {
                content: '';
                position: absolute;
                display: inline-block;
                background-color: #bedfff;
                width: 0px;
                height: 0px;
                top: 50%;
                left: 50%;
                opacity: 0.4;
                border-radius: 20px;
                -webkit-transition: all .3s ease-in-out;
                -o-transition: all .3s ease-in-out;
                transition: all .3s ease-in-out;
                border: 0px solid var(--main-color);
            }

            #main_navbar .nav_tools a:hover::before {
                width: 100%;
                height: 100%;
                left: 0px;
                top: 0px;
                border-width: 2px;
            }

        #main_navbar .nav_tools li:first-of-type a {
            border-radius: 23px;
            width: 42px;
            height: 42px;
        }

        #main_navbar .nav_tools li:last-of-type a {
            border-radius: 20px;
            width: 125px;
            text-align: center;
            color: #Fff;
        }

@media (max-width: 991px) {
    #main_navbar .navbar-brand {
        display: inline-block;
    }

    #navbarSupportedContent .navbar-nav:first-of-type {
        display: none
    }

    #main_navbar ul {
        text-align: center
    }
}
/*Navbar*/
/*Banner*/
.main_banner {
    position: relative;
}

    .main_banner img
    {
        width:100%;
         
    }
    /*
    .main_banner iframe {
        width: 100%;
        height: calc(100vh - 101px);
    }

    .main_banner .banner_article {
        position: absolute;
        bottom: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: end;
        width: 100%;
        z-index: 2;
        direction: rtl
    }

        .main_banner .banner_article img {
            height: 550px;
             
        }

        .main_banner .banner_article > div {
            background-color: var(--main-color);
            height: 285px;
            padding: 0px 100px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .main_banner .banner_article > div > div {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

            .main_banner .banner_article > div p {
                color: #fff;
            }

            .main_banner .banner_article > div span {
                border: 1.5px solid #fff;
                border-radius: 50%;
                width: 50px;
                height: 50px;
                display: inline-block;
                 
                -webkit-transform: translateX(-10px);
                -ms-transform: translateX(-10px);
                transform: translateX(-10px);
            }



            .main_banner .banner_article > div a {
                color: #fff;
                background-color: var(--main-color);
                z-index: 2;
            }

                .main_banner .banner_article > div a:hover {
                    -webkit-transform: translateX(5px);
                    -ms-transform: translateX(5px);
                    transform: translateX(5px)
                }

                .main_banner .banner_article > div a i {
                    -webkit-transform: rotateY(180deg);
                    transform: rotateY(180deg);
                }

@media (max-width: 1800px) {
    .main_banner .banner_article img {
        height: 470px;
    }

    .main_banner .banner_article > div {
        height: 244.5px;
    }
}

@media (max-width: 1400px) {
    .main_banner .banner_article img {
        height: 350px;
    }

    .main_banner .banner_article > div {
        height: 182px;
        padding: 0px 15px;
    }
}

@media (max-width: 1200px) {
    .main_banner .banner_article img {
        height: 265px;
    }

    .main_banner .banner_article > div {
        height: 138px;
        padding: 0px 7px;
    }
}

@media (max-width: 1060px) {
    .main_banner .banner_article img {
        display: none
    }

    .main_banner .banner_article > div {
        padding: 0px 10px;
        width: 100%
    }
}

@media (max-width: 800px) {
    .main_banner .banner_article img {
        display: none
    }

    .main_banner .banner_article > div {
        padding: 10px 10px;
        height: auto;
    }
}
*/
    /*Banner*/
    /*Products*/
.products h2.title{
    color: var(--main-color);
    text-align: center;
    margin: 72px 0px;
}
.products .product_item {
    text-align: center;
    color: var(--main-color);
}
.products .product_item img{
    border: 2px solid #ABABAB;
    max-width: 210px;
    max-height: 100%;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 1px 1px 5px #ABABAB;
}
    .products .product_item p {
        font-size: 12px;
        margin: 0px;
    }
.products .product_item h6{
    margin-top: 10px;
    font-size: 17px;
}

.products .more
{
    text-align:right;
}
.products .more a {
    font-size: 18px;
    color: #3C3B3B;
    display: inline-block;
    margin: 15px 25px;
}
/*Products*/
/*Feature*/
.feature {
    margin: 80px 0px;
    position: relative
}

    .feature > img {
        position: absolute;
        top: -115px;
        right: 0px;
    }

    .feature .feature_item {
        border: 1.5px solid #A9A9A9;
        border-radius: 15px;
        padding: 19px;
        margin: 5px 0px;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        background-color: #fff
    }

        .feature .feature_item:hover {
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
        }

        .feature .feature_item > div {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            margin-bottom: 18px;
        }

        .feature .feature_item p {
            color: #9C9C9C;
            font-size: 12px;
            line-height: 1.7;
            margin-bottom: 0px;
            min-height: 85px;
        }

        .feature .feature_item .feature_item_img1, .feature .feature_item .feature_item_img2, .feature .feature_item .feature_item_img3 {
            padding: 8px;
            width: 95px;
            height: 95px;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out;
            background-repeat: no-repeat;
            background-position: center center;
            background-size: 76px;
            border-radius: 50%;
        }

        .feature .feature_item .feature_item_img1 {
            background-image: url('../img/icon-prefect.png');
        }

        .feature .feature_item .feature_item_img2 {
            background-image: url('../img/icon-callcenter.png');
        }

        .feature .feature_item .feature_item_img3 {
            background-image: url('../img/icon-safe.png');
        }

        .feature .feature_item:hover .feature_item_img1, .feature .feature_item:hover .feature_item_img2, .feature .feature_item:hover .feature_item_img3 {
            background-color: var(--sup-color);
        }

        .feature .feature_item:hover .feature_item_img1 {
            background-image: url(../img/icon-prefect_w.png);
        }

        .feature .feature_item:hover .feature_item_img2 {
            background-image: url('../img/icon-callcenter_w.png');
        }

        .feature .feature_item:hover .feature_item_img3 {
            background-image: url('../img/icon-safe_w.png');
        }
/*Feature*/
/*Services*/
.services {
    background-image: -o-linear-gradient(top, #DEEFFF, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DEEFFF), to(#fff));
    background-image: linear-gradient(to bottom, #DEEFFF, #fff);
    padding-top: 35px;
}

    .services .section_title {
        position: relative
    }

    .services .services_item {
        border: 2px solid var(--sup-color);
        border-radius: 17px;
        overflow: hidden;
        margin: 12px 0px;
        position: relative;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .services .services_item:hover {
            -webkit-transform: translateY(-6px);
            -ms-transform: translateY(-6px);
            transform: translateY(-6px);
        }

            .services .services_item:hover h4 {
                height: 101%;
                position: absolute;
                top: 0px;
                left: 0px;
                width: 100%;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
            }

        .services .services_item img {
            max-width: 100%;
            max-height: 100%;
        }

        .services .services_item h4 {
            background-color: var(--sup-color);
            color: #fff;
            margin-bottom: -1px;
            margin-top: -1px;
            text-align: center;
            padding: 9px 10px;
            -webkit-transition: all .5s ease-in-out;
            -o-transition: all .5s ease-in-out;
            transition: all .5s ease-in-out
        }

@media (max-width:1200px) {
    .services .services_item h4 {
        font-size: 18px;
    }
}

@media (max-width:1000px) {
    .services .services_item h4 {
        font-size: 13px;
    }
}

@media (max-width:800px) {
    .services .services_item h4 {
        font-size: 11px;
    }
}
/*Services*/
/*CarsOffer*/
.carsoffer {
    background-image: -o-linear-gradient(bottom, #DEEFFF, #fff);
    background-image: -webkit-gradient(linear, left bottom, left top, from(#DEEFFF), to(#fff));
    background-image: linear-gradient(to top, #DEEFFF, #fff);
    padding-top: 60px;
    padding-bottom: 90px;
    position: relative;
    overflow: hidden
}

    .carsoffer > img {
        position: absolute;
        top: -115px;
        left: 0px;
    }

    .carsoffer .section_title {
        position: inherit
    }

    .carsoffer p {
        color: #9C9C9C;
        text-align: center;
        margin-bottom: 65px;
        position: inherit
    }

    .carsoffer .carsoffer_item img {
        max-width: 100%;
        max-height: 100%;
        height: 145px;
        width: auto;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out;
        margin:0px auto
    }

        .carsoffer .carsoffer_item img:hover {
            -webkit-transform: scale(1.1) translateY(-6px);
            -ms-transform: scale(1.1) translateY(-6px);
            transform: scale(1.1) translateY(-6px)
        }

    .carsoffer .carsoffer_item {
        margin: 15px 10px;
        text-align: center;
    }
/*CarsOffer*/
/*Clients*/
.clients {
    padding: 60px 0px;
    text-align: center;
}

    .clients img {
        margin: 10px 20px;
        -webkit-filter: grayscale(1);
        filter: grayscale(1);
        max-width: 100%;
        max-height: 100%;
        width: 126px !important;
        -webkit-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        transition: all .5s ease-in-out
    }

        .clients img:hover {
            -webkit-filter: drop-shadow(2px 4px 6px black);
            filter: drop-shadow(2px 4px 6px black);
            -webkit-transform: scale(1.1) translateY(-6px);
            -ms-transform: scale(1.1) translateY(-6px);
            transform: scale(1.1) translateY(-6px)
        }

    .clients .item > div {
        height: 150px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
/*Clients*/
/*Contactus*/
.contactus {
    background-image: -o-linear-gradient(top, #DEEFFF, #fff);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#DEEFFF), to(#fff));
    background-image: linear-gradient(to bottom, #DEEFFF, #fff);
    padding-top: 35px;
    margin-top: 50px;
}

    .contactus .section_title {
        text-align: unset;
        margin-bottom: 35px;
    }

        .contactus .section_title + img {
            width: 440px;
            max-width: 100%;
            max-height: 100%;
            margin-bottom: 10px;
        }

    .contactus p {
        color: #9C9C9C;
        margin-bottom: 63px;
    }

    .contactus form .form-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .contactus form label {
        background-color: var(--sup-color);
        color: #fff;
        border-radius: 25px;
        width: auto;
        padding: 9px 20px;
        white-space: nowrap;
        z-index: 2;
        min-height: 50px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .contactus form label i {
            margin-right: 10px;
            font-size: 17px;
        }

    .contactus form input {
        background-color: transparent;
        border: 1px solid #A9A9A9;
        border-left: none;
        border-radius: 25px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
        -webkit-transform: translateX(-17px);
        -ms-transform: translateX(-17px);
        transform: translateX(-17px);
        z-index: 1;
        height: 50px;
        padding-left: 20px;
    }

    .contactus form textarea {
        background-color: #F6F6F6;
        border: 1px solid var(--sup-color);
        border-radius: 31px;
        height: 130px;
        margin-right: 15px;
    }

    .contactus form button[type=submit] {
        background-color: var(--sup-color);
        color: #fff;
        border-radius: 25px;
        padding: 11px 19px;
        display: block;
        margin: 0px auto;
    }

        .contactus form button[type=submit]:hover {
            opacity: .7
        }

@media (max-width:767px) {


    .contactus .container .row .col-md-6 div {
        text-align: center;
    }
}

/*Contactus*/
/*about banner*/
.about_banner {
    margin-top: 50px;
    position: relative;
}

    .about_banner img {
        max-width: 100%;
        max-height: 100%;
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg)
    }

    .about_banner .container {
        position: relative
    }

        .about_banner .container:before {
            content: '';
            width: 100%;
            height: 100%;
            display: inline-block;
            background-image: -o-linear-gradient(left, #ffffff00 20%, #fff);
            background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #ffffff00), to(#fff));
            background-image: linear-gradient(to right, #ffffff00 20%, #fff);
            position: absolute;
            left: 0px;
            top: 0px;
            z-index: 1;
        }


        .about_banner .container div {
            position: absolute;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            left: 50%;
            z-index: 2;
        }

            .about_banner .container div h1 {
                color: var(--main-color)
            }

            .about_banner .container div p {
                color: var(--sup-color);
                font-size: 17px;
            }


@media (max-width:767px) {
    .about_banner .container div {
        width: 100%;
        left: 0px !important;
        right: unset !important;
        text-align: center;
    }

        .about_banner .container div h1 {
            font-size: 25px;
        }

        .about_banner .container div p {
            font-size: 14px;
        }
}
/*about banner*/
/*about article*/
.about_article {
    margin-top: 60px;
}

    .about_article .title {
        text-align: center;
        margin-bottom: 20px;
    }

    .about_article p {
        color: #525252
    }
/*about article*/
/*location section*/
.location_section {
    margin: 50px 0px;
}

    .location_section iframe {
        width: 100%
    }
/*location section*/
/*address section*/
.address_section {
    margin-bottom: 105px;
}

    .address_section .container div p, .address_section .container div h6 {
        margin: 0px
    }

    .address_section .container div:first-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        .address_section .container div:first-of-type h6 {
            color: var(--main-color);
            font-size: 25px;
        }

        .address_section .container div:first-of-type p {
            color: #9C9C9C;
            margin: 0px 27px;
            font-size: 15px;
        }

    .address_section .container div:last-of-type {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 60px;
    }

        .address_section .container div:last-of-type p:first-of-type {
            background-color: var(--main-color);
            color: #fff;
            padding: 5px 21px;
            border-radius: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

            .address_section .container div:last-of-type p:first-of-type i {
                margin: 0px 10px;
            }

        .address_section .container div:last-of-type p:last-of-type {
            border: 1px solid #A9A9A9;
            border-bottom-right-radius: 20px;
            border-top-right-radius: 20px;
            min-width: 240px;
            padding: 5px 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            font-size: 15px;
            font-weight: bold;
            border-left: none;
            -webkit-transform: translateX(-16px);
            -ms-transform: translateX(-16px);
            transform: translateX(-16px);
        }

            .address_section .container div:last-of-type p:last-of-type a {
                color: var(--sup-color);
            }

@media (max-width:767px) {
    .address_section .container div:first-of-type {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
    }

    .address_section .container div:last-of-type p:last-of-type {
        min-width: 150px;
    }
}
/*address section*/
/*Footer*/
.main_footer {
    background-color: var(--main-color);
    padding-top: 30px;
    padding-bottom: 15px;
    margin-top: 70px;
}

    .main_footer a {
        color: #fff
    }

        .main_footer a:hover {
            color: #b1b1b1
        }

    .main_footer .footer_info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
    }

        .main_footer .footer_info p {
            color: #fff;
            font-size: 11px;
            line-height: 1.7;
            margin: 0px 20px;
        }

        .main_footer .footer_info img {
            width: 130px;
            max-width: 100%;
            max-height: 100%
        }

    .main_footer .footer_links > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
        justify-content: space-evenly;
    }

        .main_footer .footer_links > div:first-of-type {
            margin-bottom: 15px;
        }

    .main_footer .row:last-of-type {
        margin-top: 20px;
    }

        .main_footer .row:last-of-type ul {
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .main_footer .row:last-of-type ul li {
                margin: 0px 10px;
                font-size: 18px;
            }

                .main_footer .row:last-of-type ul li img {
                    width: 17px;
                }

        .main_footer .row:last-of-type p {
            font-size: 11px;
            margin: 0;
            color: #fff;
        }

            .main_footer .row:last-of-type p a {
                text-decoration: underline;
            }

@media (max-width:767px) {
    .main_footer .row:last-of-type ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main_footer .row:last-of-type p {
        text-align: center
    }

    .main_footer .footer_info {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }



        .main_footer .footer_info p {
            margin: 15px 20px;
        }
}
/*Footer*/
/*Right to left*/
body.rtl {
    direction: rtl;
    text-align: right;
    /*font-family: GE_SS_Two_EN_Medium;*/
}


    body.rtl .contactus form input {
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 25px;
        border-bottom-left-radius: 25px;
        border: 1px solid #A9A9A9;
        border-right: none;
        -webkit-transform: translateX(17px);
        -ms-transform: translateX(17px);
        transform: translateX(17px);
        padding-right: 20px;
        padding-left: unset;
    }


    body.rtl .contactus form textarea {
        margin-right: unset;
        margin-left: 15px;
    }

    body.rtl .contactus form label i {
        margin-left: 10px;
        margin-right: unset;
    }

    body.rtl .products .more {
        text-align: left;
    }
    /*
    body.rtl .main_banner .banner_article img {
        margin-right: -1px;
    }
        */
    /*
    body.rtl .main_banner .banner_article img {
        transform: unset
    }

    body.rtl .main_banner .banner_article > div span {
        transform: translateX(-10px);
    }

    body.rtl .main_banner .banner_article > div a i {
        transform: rotateY(180deg);
    }
    */

    body.rtl .address_section .container div:last-of-type p:last-of-type {
        border: 1px solid #A9A9A9;
        border-right: none;
        -webkit-transform: translateX(16px);
        -ms-transform: translateX(16px);
        transform: translateX(16px);
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
        border-bottom-right-radius: unset;
        border-top-right-radius: unset;
    }

    body.rtl .about_banner .container:before {
        background-image: -o-linear-gradient(right, #ffffff00 20%, #fff);
        background-image: -webkit-gradient(linear, right top, left top, color-stop(20%, #ffffff00), to(#fff));
        background-image: linear-gradient(to left, #ffffff00 20%, #fff);
    }

    body.rtl .about_banner img {
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset
    }

    body.rtl .about_banner .container div {
        right: 50%;
        left: unset
    }
/*
    body.rtl .main_banner .banner_article > div a:hover {
        -webkit-transform: translateX(-5px);
        -ms-transform: translateX(-5px);
        transform: translateX(-5px)
    }*/

/*Right to left*/
