@font-face {
    font-family: avenir-next-lt-pro-regular;
    src: url(/fonts/AvenirNextLTPro-Regular.otf) format("woff");
    font-display: swap;
}
@font-face {
    font-family: avenir-next-lt-pro-bold;
    src: url(/fonts/AvenirNextLTPro-Bold.otf) format("woff");
    font-display: swap;
}
@font-face {
    font-family: avenir-next-lt-pro-demi;
    src: url(/fonts/AvenirNextLTPro-Demi.otf) format("woff");
    font-display: swap;
}
@font-face {
    font-family: avenir-next-lt-pro-it;
    src: url(/fonts/AvenirNextLTPro-It.otf) format("woff");
    font-display: swap;
}
* {
    font-family: avenir-next-lt-pro-regular;
    /*text-transform: uppercase !important;*/
}
body {
    overflow-x: hidden;
}
.rtl {
    direction: rtl;
}

.carousel,
header {
    z-index: -1;
}
.header-top {
    position : relative;
}
.header-top .pt-2 {
    position: absolute;
    right: 64px;
    z-index: 99999999;
}
.rtl .header-top .pt-2 {
    position: absolute;
    right: unset !important;
    left: 86px;
    z-index: 99999999;
}
.logo {
    width: 160px;
}
h1, h2, h3, h4, h5 { text-transform: uppercase !important; font-size: 28px ; font-weight: bold;}
h6 {
    font-size: 15px !important;
}
p {
    font-size: 1rem !important;
}
.form-bottom h6 {
    font-size: 1rem !important;
    text-transform: uppercase !important;
}
.form-bottom p { 
    font-size: 0.8rem !important;
}

.heading { text-transform: uppercase !important; font-size: 20px !important;} .dropdown-item { text-transform: uppercase !important; }
.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.5);
    /*font-weight: bold;*/
}
.form-group label {
    font-size: 15px !important;
}
#carousel-example-generic {
    height: 480px;
    width: 848px;
}
.carouselTitle {
    font-size: 3rem;
    font-weight: 100;
    color: #000;
    font-weight: 600;
    text-shadow: 0 1px 2px #000;
    position: absolute;
    top: 2rem;
    left: 10%;
    padding: 5px 20px;
}
.carouselsub {
    font-size: 20px;
    font-weight: 100;
    color: #000;
    font-weight: 600;
    text-shadow: 0 1px 2px #000;
    position: absolute;
    top: 100px;
    left: 10.2%;
    padding: 5px 20px;
    text-transform: uppercase;
}
.rtl .carouselTitle {
    right: 10%;
    left: unset;
}
.rtl .carouselsub {
    left: unset;
    right: 10.4%;
}
.navbar {
    height: 130px;
}
.social {
    border-bottom: solid 1px #ddd;
}
.social p {
    font-size: 17px !important;
    font-weight: 900 !important;
    margin: 0;
    color: #373d3f;
    border-left: solid 1px #ddd;
    padding: 12px 20px;
    transition: 0.5s;
    font-weight: 300;
    cursor: pointer;
}
.rtl .social p {
    border-right: solid 1px #ddd;
}
.social p:hover {
    background-color: #ddd;
}
.social p i {
    width: 20px;
    font-size: 20px;
    margin: 0 3px;
}
.social p i:hover {
    color: #000;
    cursor: pointer;
}
.facebook {
    color: #3b5998;
    font-size: 25px !important;
}
.twitter {
    color: #00acee;
    font-size: 25px !important;
}
.youtube {
    color: red;
    font-size: 25px !important;
}
.instagram {
    color: #fd1d1d;
    font-size: 25px !important;
}
.linkedin {
    color: #0077b5;
    font-size: 25px !important;
}
.snapchat {
    color: #fffc00;
    font-size: 25px !important;
}
.dropdown-toggle::after {
    display: none;
}
.navbar-nav .nav-item {
    padding: 0 !important;
    margin: 0 !important;
}
.navbar-nav > li:last-child > a::after,
.navbar-nav > li:nth-last-child(2) > a::after {
    content: none !important;
}
.navbar-nav .nav-link {
    text-transform: uppercase;
}
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom: 2rem;
}
.navbar .dropdown-menu {
    border: none;
}
@media screen and (min-width: 992px) {
    .navbar {
        padding-top: 0;
        padding-bottom: 0;
    }
    .navbar .nav-item {
        padding: 0.5rem 0.5rem;
        margin: 0 0.25rem;
    }
    .navbar .dropdown {
        position: static;
    }
    .navbar .dropdown.normal {
        position: relative;
        padding-bottom: 0 !important;
    }
    .normal {
        padding-bottom: 0 !important;
    }
    .navbar .dropdown-menu {
        width: 100%;
        left: 0;
        right: 0;
        top: 80%;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0.2s linear, opacity 0.5s linear;
    }
    .navbar .dropdown-menu.normal {
        width: 250px;
        right: 0;
        top: 70%;
        display: block;
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .navbar .dropdown .dropdown-menu:hover,
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        visibility: visible;
        opacity: 1;
        transition: visibility 0s, opacity 0.3s linear;
    }
    .navbar .dropdown-menu {
        background-color: #fff;
    }
}
.megamenu .nav-item {
    padding: 0 0;
}
.megamenu .nav-item .nav-link {
    padding: 0;
    margin-right: 10px;
}
.megamenu .nav-item .nav-link.active {
    text-align: left !important;
    position: relative;
}
.megamenu .nav-item .nav-link.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    left: 7px;
    width: 45%;
    height: 0.2em;
    background-color: #000;
    margin-top: 0.3em;
}
.rtl .megamenu .nav-item .nav-link.active:after {
    content: "";
    display: block;
    position: absolute;
    top: 100%;
    right: 5px;
    width: 45%;
    height: 0.2em;
    background-color: #000;
    margin-top: 0.3em;
}
.dropdown-menu {
    padding-bottom: 50px;
}
.nav.megamenu {
    width: 70%;
    margin: auto;
}
.megamenu .car-box {
    display: flex;
    justify-content: space-evenly;
    padding-bottom: 50px;
    margin-top: 50px;
}
.megamenu .car-box .car {
    height: 250px;
}
.megamenu .car-box .car h3 {
    margin-top: 30px;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    color: #e3e3e3;
    text-align: center;
}
.megamenu .car-box .car h4 {
    margin-top: -60px;
    text-align: center;
    font-size: 5vw;
    font-weight: 700;
    color: #e3e3e3;
    text-align: center;
    position: relative;
}
.megamenu .car-box .car h4 small {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
    color: #858181;
    text-align: center;
    position: absolute;
    top: 50px;
    left: 47%;
}
.megamenu .car-box .car img {
    width: 400px;
    margin-top: -30px;
    transition: all 0.5s ease;
}
.megamenu .car-box .car img:hover {
    width: 540px;
}
.nav-pills .show > .nav-link,
.nav-pills.megamenu .nav-link.active {
    color: #fff !important;
    background-color: #e60012;
}
.footer-top {
    background-color: #000;
    padding: 50px 0;
    color: #898989;
}
.footer-top ul li {
    list-style: none;
    padding: 3px 0;
}
.footer-top h3 {
    margin-left: 41px;
}
.footer-top ul li a {
    font-size: 12px;
    color: #8c8c8c;
    font-weight: 300;
    text-transform: uppercase;
    transition: all 0.5s ease;
    text-decoration: none;
}
.footer-top ul li a:hover {
    color: #fff;
}
.footer-top .about ul li a,
.footer-top h3 {
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    text-transform: uppercase;
    text-decoration: none;
}
.footer-top .about ul li a,
.rtl .footer-top h3 {
    margin-left: 0;
}
.footer-social p {
    padding: 0 0 !important;
    text-align: left !important;
}
.footer-social p i {
    color: #fff;
    font-size: 30px !important;
    font-weight: 300;
    margin-right: 24px;
}
.form-footer {
    display: flex;
    flex-direction: row;
}
.form-footer button,
.form-footer input {
    border-radius: 25px;
    margin-right: 20px;
    font-size: 12px !important;
}
.footer-top label {
    font-size: 12px;
    color: #fff;
}
.footer-top p {
    font-size: 11px !important;
    text-align: center;
    color: #8c8c8c;
    padding: 20px 0;
}
.footer-bottom {
    background-color: #1c1c1c;
    padding: 10px 0;
    color: #999;
    text-align: center;
    font-size: 11px;
}
.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 87px;
    right: 22px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}
.float:hover {
    color: #fff;
}
.float i {
    margin-top: 16px;
}
.float-chat {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 120px;
    right: 40px;
    background-color: #24428e;
    color: #fff;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 5px #24428e;
    z-index: 100;
    display: none;
}
.float-chat:hover {
    color: #fff;
}
.float-chat i {
    margin-top: 16px;
}
.hot-buttons {
    position: fixed;
    right: 0;
    top: 45%;
    transform: translate(0, -50%);
    z-index: 9999;
    overflow: visible;
    right: -158px;
    transition: all 0.5s ease;
}
.rtl .hot-buttons {
    right: unset;
    left: 0;
    left: -94px;
}
.hot-buttons i {
    font-size: 30px;
    width: 30px;
    text-align: center;
}
.hot-buttons a {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    font-size: 1.5em;
    padding: 0.3em;
    border-bottom: 1px solid;
    line-height: 1;
    /*transform: translate(23px, 0);*/
    transition: all 0.5s ease;
}
.rtl .hot-buttons a {
    background: #fff;
    color: #000;
    display: flex;
    align-items: center;
    text-align: left;
    font-size: 1.5em;
    padding: 0.3em;
    border-bottom: 1px solid;
    line-height: 1;
    /*transform: translate(-20px, 0);*/
    transition: all 0.5s ease;
}
.hot-buttons a:hover {
    transform: translate(0, 0);
    transform: translateX(-158px);
    text-decoration: none;
    color: #e60012;
}
.rtl .hot-buttons a:hover {
    transform: translate(0, 0);
    transform: translateX(85px);
    text-decoration: none;
    color: #e60012;
}
.hot-buttons a span {
    font-size: 14px;
    transition: all 1s ease;
    padding-left: 0.5em;
    text-transform: uppercase;
}
.group-icon {
    position: relative;
}
.group-icon .one {
    font-size: 30px;
    margin-left: -7px;
}
.group-icon .two {
    position: absolute;
    font-size: 14px;
    left: 17px;
    top: 2px;
    background-color: #fff;
    border-radius: 3px;
    width: 15px;
    height: 26px;
    padding-top: 4px;
    padding-left: 3px;
}
.btncustom {
    background-color: #fff;
    border: solid 1px #000;
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #000;
    display: block;
    transition: all 0.5s ease;
}
.btncustom:hover {
    background-color: #373d3f;
    color: #fff;
}
.lang {
    border-left: solid 1px #373d3f;
}
.rtl .lang {
    border-right: solid 1px #373d3f;
    border-left: unset;
}
.btncustomr {
    background-color: #373d3f;
    border: solid 1px #000;
    text-align: center;
    padding: 12px 0;
    text-transform: uppercase;
    font-size: 12px;
    color: #fff;
    display: block;
    transition: all 0.5s ease;
}
.btncustomr:hover {
    background-color: #fff;
    color: #373d3f;
}
.megamenu .nav-item {
    margin-right: 20px !important;
}
.car-mobile {
    display: none;
}
.rtl .btncustom,
.rtl .btncustomr {
    font-size: 18px;
}
.rtl .local-center p {
    font-size: 16px;
    text-align: right;
}
.rtl .local-center .service-box .service h3 {
    font-size: 25px;
    text-align: right;
}
.rtl .btn {
    font-size: 16px;
    float: right;
}
.rtl .dropdown-item {
    text-align: right;
}
.rtl .footer-top .mobile-row h3,
.rtl .footer-top .mobile-row li {
    text-align: right;
}
.rtl .footer-top .mobile-row ul {
    padding-right: 0;
}
.rtl .card-body,
.rtl .card-text,
.rtl .service p {
    text-align: right !important;
}
.logo-warp {
    flex-grow: 10;
    margin-top: 5px;
}
.logo1 {
    display: block;
    width: 168px;
    margin: auto;
}
.navbar-nav .nav-link {
    font-size: 14px;
}
.lang a {
    padding-left: 3px !important;
}
.rtl .lang a {
    padding-left: unset !important;
    padding-right: 3px !important;
}
.hs3-menu {
    width :  347px !important;
    transition: all .5s ease;
}
.hs3-menu:hover {
    width: 540px !important;
}
.hs3-home {
    width : 255px !important;
    transition: all .5s ease;
}
.hs3-home:hover {
    width: 350px !important;
}