/* ============== Styles Here ============== */
 
/* ============== Setup Fonts ==============  */

/* English */
@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Light.woff2') format('woff2'),
        url('fonts/Ubuntu-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Bold.woff2') format('woff2'),
        url('fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Italic.woff2') format('woff2'),
        url('fonts/Ubuntu-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-BoldItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-LightItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Medium.woff2') format('woff2'),
        url('fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-Regular.woff2') format('woff2'),
        url('fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('fonts/Ubuntu-MediumItalic.woff2') format('woff2'),
        url('fonts/Ubuntu-MediumItalic.woff') format('woff');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}
/* English */

/* Arabic */
@font-face {
    font-family: 'GE SS Text';
    src: url('fonts/GESSTextUltraLight-UltraLight.eot');
    src: url('fonts/GESSTextUltraLight-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('fonts/GESSTextUltraLight-UltraLight.woff2') format('woff2'),
        url('fonts/GESSTextUltraLight-UltraLight.woff') format('woff'),
        url('fonts/GESSTextUltraLight-UltraLight.ttf') format('truetype'),
        url('fonts/GESSTextUltraLight-UltraLight.svg#GESSTextUltraLight-UltraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE SS Text';
    src: url('fonts/GESSTextLight-Light.eot');
    src: url('fonts/GESSTextLight-Light.eot?#iefix') format('embedded-opentype'),
        url('fonts/GESSTextLight-Light.woff2') format('woff2'),
        url('fonts/GESSTextLight-Light.woff') format('woff'),
        url('fonts/GESSTextLight-Light.ttf') format('truetype'),
        url('fonts/GESSTextLight-Light.svg#GESSTextLight-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE SS Text';
    src: url('fonts/GESSTextBold-Bold.eot');
    src: url('fonts/GESSTextBold-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/GESSTextBold-Bold.woff2') format('woff2'),
        url('fonts/GESSTextBold-Bold.woff') format('woff'),
        url('fonts/GESSTextBold-Bold.ttf') format('truetype'),
        url('fonts/GESSTextBold-Bold.svg#GESSTextBold-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'GE SS Text';
    src: url('fonts/GESSTextMedium-Medium.eot');
    src: url('fonts/GESSTextMedium-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/GESSTextMedium-Medium.woff2') format('woff2'),
        url('fonts/GESSTextMedium-Medium.woff') format('woff'),
        url('fonts/GESSTextMedium-Medium.ttf') format('truetype'),
        url('fonts/GESSTextMedium-Medium.svg#GESSTextMedium-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
/* Arabic */

/* ============== Setup Fonts ==============  */

/* ============== Global ==============  */
*{
    outline: 0!important;
}

body{
    font-family: 'Ubuntu';
}
body.ar {
    font-family: 'GE SS Text';
    direction: rtl;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey; 
    /* border-radius: 10px;  */
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #c9262a; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}

.new-container {
    width: 80% !important;
    margin: auto;
}

.section{
    padding: 50px 0;
}

.title .head-sub--title{
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 500;
    color: #363636;
}

@media(max-width: 991px ) {
    .new-container,
    .header-slider .new-container {
        width: 90% !important;
    }
}
@media(min-width: 992px ) {
    .new-container,
    .header-slider .new-container {
        width: 80% !important;
    }
}
/* === Animation ==== */
@keyframes call {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(.8);
    }
    100% {
        transform: scale(1);
    }
}

/* Animaion Button */
.btn-posnawr {
    text-align: center;
    text-decoration: none;
    /* line-height: 60px; */
    padding: 10px 25px;
    border-radius: 60px;
    color: #fff;
    position: relative;
    display: inline-block;
    overflow: hidden;
    /* width: 100%; */
    /* height: 60px; */
    max-width: 200;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
}
.btn-posnawr span {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: #c9262a;
    -webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
}
.btn-posnawr:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
    z-index: 2;
}
.btn-posnawr:hover span {
    width: 225%;
    height: 562.5px;

}
.btn-posnawr:active {
    background-color: #c9262a;
}

/* 2 */
/* html *, html *:before, html *:after {
    box-sizing: border-box;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
} */

*:before, *:after {
    z-index: -1;
}

[class^="btn-"] {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 10px 35px;
    border-radius: 60px;
    /* width: 100%; */
    /* height: 80px; */
    /* margin: 1rem auto; */
    text-transform: uppercase;
    max-width: 200;
    text-transform: uppercase;
    border: 1px solid #fff;
    transition: all .4s ease-in-out;
    color: #fff;
    text-align: center;
}

.btn-2 {
    color: #fff;
    z-index: 1;
    text-decoration: none;
    transition: all .4s ease-in-out;
}

.btn-2:before, .btn-2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.btn-2:before {
    right: -50px;
    border-right: 50px solid transparent;
    border-bottom: 80px solid #c9262a;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-2:before, .btn-2:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: all .6s ease-in-out;
}

.btn-2:after {
    left: -50px;
    border-left: 50px solid transparent;
    border-top: 80px solid #c9262a;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-2:hover {
    color: #fff;
    text-decoration: none;
    border: 1px solid transparent;
}

a:active, a:hover {
    outline-width: 0;
}

.btn-2:hover:before {
    -webkit-transform: translateX(-40%);
    transform: translateX(-40%);
}

.btn-2:hover:after {
    -webkit-transform: translateX(40%);
    transform: translateX(40%);
}
/* Animaion Button */

/* === Animation ==== */

/* ============== Global ==============  */



/* ============== Navbar ==============  */
nav.navbar{
    border-bottom: 1px solid #52535462;
    background-color: transparent!important;

    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 9999;

    transition: all .3s ease-in-out;
    padding: 8px 0;
}

nav.navbar .navbar-brand--logo {
    max-width: 200px;
}

nav.navbar-light .navbar-nav .nav-link {
    color: #fff;
    font-size: 14px;
    padding-left: 20px;
    padding-right: 20px;
    transition: all .3s ease-in-out;
    font-weight: normal;
    position: relative;
}

nav.navbar-light .navbar-nav .nav-link::before{
    position: absolute;
    content: "";
    left: 1%;
    bottom: 0;
    width: 98%;
    height: 2px;
    background-color: #e2781d;
    transition: all .4s ease-in-out;
    transform: scale(0);
}
nav.navbar-light .navbar-nav .nav-link:hover::before{
    transform: scale(1);
}

nav.navbar-light .navbar-nav .nav-link img {
    width: 18px;
    margin-right: 5px;
}

nav.navbar-light .navbar-nav .nav-link:hover img.call{
    animation: call .7s infinite;
}

nav.navbar-light .navbar-nav .nav-link img.lang{
    margin-top: -3px;
    margin-right: 1px;
}

nav.navbar-light .navbar-nav .nav-link:hover,
nav.navbar-light .navbar-nav .nav-link:focus,
nav.navbar-light .navbar-nav .nav-item.active .nav-link{
    color: #e2781d;
}

nav.navbar .navbar-nav .dropdown-menu {
    background-color: transparent;
    color: #fff;
    max-width: 100px;
    min-width: 100px;
    left: 10%;
    top:  98%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
}

nav.navbar .navbar-nav .dropdown-menu .dropdown-item{
    color: #fff;
}

nav.navbar .navbar-nav .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
    color: #e2781d;
}

nav.navbar .navbar-nav .dropdown-menu {
    display: block;
    transform: scale(0);
    transition: all .3s ease-in-out;
}

nav.navbar .navbar-nav .dropdown-menu.active {
    /* display: block; */
    transform: scale(1);
}

nav.navbar.scrolled{
    background-color: #333!important;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .6);
    padding: 15px 0;
}
nav.navbar.scrolled .navbar-nav .dropdown-menu{
    background-color: #333;
}

@media (max-width : 767px ) { 
    nav.navbar {
        background-color: #333!important;
    }

    nav.navbar .navbar-brand--logo{
        width: 170px;
    }
}

@media (min-width : 768px) and (max-width: 991px) {
    nav.navbar {
        background-color: #333!important;
    }

    nav.navbar-light .navbar-nav .nav-link{
        color: #fff;
    }

    nav.navbar .navbar-nav .dropdown-menu{
        background-color: transparent;
    }
}

@media (min-width : 992px ) and (max-width : 1199px) {
    nav.navbar-light .navbar-nav .nav-link {
        padding-left: 15px;
        padding-right: 15px;
    }
}

/* ============== Navbar ==============  */

/* ============== Header Swiper ==============  */

.swiper-wrapper{
    position: relative;
}

.header-slider .header-swiper .swiper-slide {
    position: relative;
}

.header-slider .header-swiper .swiper-slide .slide-img{
    width: 100%;
}

.header-slider .header-swiper .swiper-overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .4);
}

.header-slider .new-container {
    height: 100%;
}

.header-slider .header-swiper .swiper-text {
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    color: #fff;
    max-width: 62%;
}

.header-slider .header-swiper .swiper-text .title .head{
    font-size: 45px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}
.header-slider .header-swiper .swiper-slide.swiper-slide-active .swiper-text .title .head{
  animation-name: fadeInDown;
    animation-duration: 2s;
    animation-delay: .3s;    
}

.header-slider .header-swiper .swiper-text  p.text{
    font-size: 18px;
    color: #f1eadddb;
    font-weight: 300;
    margin-bottom: 20px;
    width: 78%;
    line-height: 1.5;
}
.header-slider .header-swiper .swiper-slide.swiper-slide-active .swiper-text p.text{
    animation-name: fadeInLeft;
    animation-duration: 2s;
    animation-delay: .3s; 
}

.header-slider .header-swiper .swiper-slide.swiper-slide-active .swiper-text .butt{
    animation-name: fadeInUp;
    animation-duration: 2s;
    animation-delay: .3s; 
}

.header-slider .header-swiper .swiper-arrow{
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    width: 300px;
    height: 331px;

    background-image: url(../img/right-pattern.png);
    background-size: cover;
    z-index: 3;
}

.header-slider .header-swiper .swiper-arrow .arrow-cont{
    justify-content: center;
    align-items: center;
    height: 100%;
    flex-flow: column;
    margin-left: 80px;
}

.header-slider .header-swiper .swiper-arrow .arrow-cont .arr{
    width: 25px;
    cursor: pointer;
    margin-bottom: 8px;
}
.header-slider .header-swiper .swiper-arrow .arrow-cont .arr.out{
    opacity: .2;
}

@media (max-width : 767px )  {
    .header-slider .header-swiper .swiper-text{
        max-width: 75%;
        margin-top: 20px;
    }

    .header-slider .header-swiper .swiper-text p.text{
        width: 100%;
    }

    .header-slider .header-swiper .swiper-text .title .head{
        font-size: 25px;
    }

    .header-slider .header-swiper .swiper-text p.text {
        font-size: 14px;
    }

    .header-slider .header-swiper .swiper-arrow {
        /* display: none; */
        width: 140px;
        height: 171px;
    }
    
    .header-slider .header-swiper .swiper-arrow .arrow-cont{
        width: 70%;
        margin-left: auto;
    }

    .header-slider .header-swiper .swiper-arrow .arrow-cont .arr{
        width: 20px;
    }
}

@media (max-width : 576px) {
    .header-slider,
    .header-slider .swiper-container,
    .header-slider .header-swiper .swiper-slide img{
        height: 100vh;
    }

    .header-slider .header-swiper .swiper-text{
        margin-top: 0;
        max-width: 95%;
    }

    .header-slider .header-swiper .swiper-text p.text {
        width: 85%;
    }

    .header-slider .header-swiper .swiper-text .title .head{
        font-size: 20px;
    }
}

@media (min-width : 768px ) and (max-width : 991px) {
    .header-slider .header-swiper .swiper-text{
        max-width: 75%;
    }

    .header-slider .header-swiper .swiper-text .title .head{
        font-size: 30px;
    }

    .header-slider .header-swiper .swiper-text p.text {
        font-size: 14px;
    }

    .header-slider .header-swiper .swiper-arrow{
        width: 230px;
        height: 261px;
    }

    .header-slider .header-swiper .swiper-arrow .arrow-cont{
        width: 75%;
        margin-left: auto;
    }
}

@media (min-width : 992px ) and (max-width : 1199px) {
    .header-slider .header-swiper .swiper-text{
        max-width: 80%;
    }
}



/* ============== Header Swiper ==============  */

/* ============== Map ==============  */

.map-section{
    position: relative;
    padding: 0;
}

.map-section .title .head-sub--title  {
    margin-bottom: 25px;
    font-weight: bold;
}

.map-section .title .head-sub--title .sub-title{
    color: #c9262a;
}

.map-section p.text {
    color: #c9262a;
    /* display: none; */
}

#googleMap{
    position: relative;
    /* padding-top: 50px; */
}
#googleMap::before{
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    z-index: 999;
    border-style: solid;
    border-width: 0rem 0rem 5rem 99vw;
    border-color: transparent transparent transparent #fff;
    left: 0;
    right: 0;
}
#googleMap::after{
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    z-index: 999;
    border-style: solid;
    border-width: 5rem 0rem 0rem 99vw;
    border-color: transparent transparent transparent #fff;
    left: 0;
    right: 0;
}

.map-section .our-location{
    position: absolute;
    left: 0;
    top: calc(50% + 5px);
    top: 50%;
    min-width: 300px;
    min-height: 450px;
    max-width: 300px;
    max-height: 450px;
    margin-left: 7.5%;
    margin-top: auto;
    margin-bottom: auto;
    transform: translateY(-50%);
    background-color: #ee8319;
    padding: 30px 25px 0;

    z-index: 999;
    overflow: hidden;
}

body.ar .map-section .our-location {
    text-align: right;
    left: auto;
    right: 0;
    margin-left: 0;
    margin-right: 7.55%;
}

.map-section .our-location .map-list {
    overflow-y: scroll;
    max-height: 390px;
    /* max-height: 280px; */
    padding-bottom: 20px;
}
/* width */
.map-section .our-location .map-list::-webkit-scrollbar {
    width: 2px;
}

/* Track */
.map-section .our-location .map-list::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px transparent; 
    border-radius: 10px;
}

/* Handle */
.map-section .our-location .map-list::-webkit-scrollbar-thumb {
    background: #e2781d; 
    border-radius: 10px;
}

/* Handle on hover */
.map-section .our-location .map-list::-webkit-scrollbar-thumb:hover {
    background: #b30000; 
}

.map-section .our-location .map-list .map-item{
    margin-bottom: 10px;
}
.map-section .our-location .map-list .map-item.active{
    border-bottom: 1px solid #fff;
}

.map-section .our-location .map-list .map-item .map-link{
    display: block;
    padding: 10px 0;
    color: #fff;
    text-decoration: none;
    transition: all .3s ease-in-out;
    position: relative;
}
.map-section .our-location .map-list .map-item .map-link::after{
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    background-color: #c9262a;
    width: 100%;
    height: 2px;
    z-index: 1;
    transform: scale(0);
    transition: all .3s ease-in-out;
}

.map-section .our-location .map-list .map-item .map-link:hover{
    color: #c9262a;
}
.map-section .our-location .map-list .map-item .map-link:hover:after{
    transform: scale(1);
}

.map-section .our-location .map-list .map-item .map-link span{
    display: block;
}

.map-section .our-location .map-list .map-item .map-link .map-link--title{
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 8px;
}
.map-section .our-location .map-list .map-item .map-link .map-link--text{
    font-weight: 300;
    font-size: 14px;
}

@media (max-width : 767px ) {
    .map-section{
        padding: 0;
    }
    .map-section::before{
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        z-index: 999;
        border-style: solid;
        border-width: 0rem 0rem 3rem 100vw;
        border-color: #fff transparent transparent #fff;
        left: 0;
        right: 0;
    }
    .map-section::after{
        position: absolute;
        content: "";
        right: 0;
        bottom: 0;
        border-style: solid;
        border-width: 3rem 0rem 0rem 100vw;
        border-color: transparent transparent transparent #fff;
        left: 0;
        right: 0;
        max-width: 10%;
        z-index: 999;
    }
    #googleMap{
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;

    }
    #googleMap::before,
    #googleMap::after{
        display: none;
    }


    .map-section .our-location{
        position: static;
        left: auto;
        top: auto;
        transform: translateY(0);
        margin-left: 0;
        height: 350px;
        max-height: 350px;
        width:100%;
        max-width: 100%;
        z-index: 1;
        padding-top: 60px;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .map-section .desktop{
        flex-wrap: wrap;
    }

    .map-section .our-location .map-list{
        height: 300px;
        max-height: 300px;
    }
}

@media (min-width: 768px ) and (max-width : 991px ) {
    .map-section .our-location{
        margin-left: 5%;
    }
}

/* ============== Map ==============  */

/* ============== About ==============  */

.about-section{
    padding: 0;
    margin-top: -135px;
    position: relative;
    background-image: url(../img/about-pattern.png);
    background-size: cover;
    min-height: 570px;
    z-index: 9;
}

body.ar  .about-section{
    background-image: url(../img/about-pattern-ar.png);
}

/* .about-section div.text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    flex-wrap: wrap;
    height: 100%;
} */

.about-section .title {
    padding-top: 120px;
    color: #fff;
}

.about-section .title .head-sub--title{
    color: #fff;
    font-size: 35px;
    margin-bottom: 20px;
}

.about-section .title .head-sub--title .sub-title{
    color: #f5821f;
}

.about-section .text p.text {
    width: 70%;
    margin: auto;
    color: #fff;
    font-weight: 300;
    font-size: 18px;
}

@media (max-width : 767px) {
    .about-section{
        min-height: 250px;
        margin-top: -57px;
    }

    .about-section .title{
        padding-top: 60px!important;
    }

    .about-section .title .head-sub--title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about-section .text p.text{
        font-size: 14px;
        width: 100%;
    }
}

@media (max-width : 576px) {
    .about-section{
        min-height: 250px;
        margin-top: -20px;
    }

    .about-section .title{
        padding-top: 50px!important;
    }

    .about-section .title .head-sub--title {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about-section .text p.text{
        font-size: 14px;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px ){
    .about-section{
        min-height: 330px;
        margin-top: -75px;
    }
    body.ar .about-section{
        margin-top: -75px;
    }

    .about-section .text p.text{
        width: 100%;
        font-size: 14px;
    }

    .about-section .title{
        padding-top: 60px!important;
    }
    body.ar .services-section .pink-border, body.ar .services-section .pink-border-last{
        width: 55%;
    }
}

@media (min-width: 992px) and (max-width: 1199px ){
    .about-section{
        min-height: 420px;
        margin-top: -95px;
    }
}
/* ============== About ==============  */

/* ============== Services ==============  */
.services-section{
    position: relative;
    padding: 0;
}

.services-section .pink-border,
.services-section .pink-border-last{
    position: absolute;
    display: block;
    left: 0;
    top: 25px;
    width: 47%;
    height: 2px;
    background-color: #f6354f;
    z-index: -1;
}
.services-section .pink-border-last{
    top: auto;
    bottom: 26px;
    z-index: 1;
}

.services-section .col-text {
    background-color: #fff;
}
.services-section .col-img .img-cont img{
    z-index: 2;
    position: relative;
}

.services-section .text-cont .title .head-sub--title{
    font-size: 30px;
    background-color: #fff;
    font-weight: bold;

}
.services-section .text-cont .title .head-sub--title .sub-title{
    display: inline-block;
    color: #f5821f;
}

.services-section .text-cont p.text{
    font-size: 16px;
    font-weight: 400;
    color: #989898;
    margin-bottom: 0;

    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    padding: 0 15px ;
}

body.ar .services-section .text-cont p.text{
    text-align: right;
}

.services-section .swiper-services {
    padding: 40px 0 20px;
    max-height: 100%;
}

.services-section .swiper-services .slide-content {
    width: 55%;
    text-align: center;
}

.services-section .swiper-services .slide-content img{
    margin-bottom: 10px;
    width: 40px;
}

.services-section .swiper-services .slide-content .serv-title{
    font-size: 13px;
    font-weight: bold;
    color: #000000;
}

.services-section .swiper-services .swiper-slide.hidden-slides{
    /* height: 33%!important; */
    visibility: hidden;
}

.swiper-button-next, .swiper-button-prev {
    top: 60px;
}
.swiper-button-next, .swiper-button-prev  i {
    color: #df6b75;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    right: 30%;
    background-image: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    left: auto;
    right: 30%;
    top: 90px;
    background-image: none;
}

@media (max-width: 991px) {
    .services-section .pink-border-last{
        top: 250px;
        bottom: auto;
    }

    .services-section .swiper-services-mob{
        padding: 30px 0;
    }

    .services-section .swiper-services-mob .slide-content img{
        /* width: 30px; */
        margin-bottom: 15px;
    }

    .swiper-button-next, .swiper-button-prev{
        bottom: -20px;
        top: auto;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right: 42%
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left: 44%
    }
    .services-section .swiper-services-mob .im{
        min-height: 70px;
    }

}

@media (max-width: 767px) {
    .services-section .text-cont p.text{
        position: relative;
        left: auto;
        top: auto;
        transform: translateY(0);
    }

    .services-section .pink-border-last{
        top: 555px;
        bottom: auto;
    }
}

@media (max-width: 576px) {
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        right: 39%;
    }

    .services-section .pink-border-last{
        top: 520px;
        bottom: auto;
    }
}

@media (min-width : 768px) and (max-width: 991px) {
    .services-section .pink-border, .services-section .pink-border{
        top: 20px;
    }
    .services-section .pink-border-last{
        top: 250px;
        bottom: auto;
    }
    .services-section .pink-border, .services-section .pink-border-last{
        width: 50%;
    }

    .services-section .col-text{
        background-color: #fff;
    }

    .services-section .text-cont .title .head-sub--title {
        font-size: 25px;
        margin-bottom: 0;
    }
    .services-section .text-cont p.text{
        font-size: 14px;
    }
    
    .services-section .swiper-services .slide-content img{
        width: 30px;
        margin-bottom: 5px;
    }

    .services-section .swiper-services {
        padding: 15px 0;
    }
}


@media (min-width : 992px) and (max-width: 1199px) {
    .services-section .pink-border, .services-section .pink-border{
        top: 20px;
    }
    .services-section .pink-border, .services-section .pink-border-last{
        width: 50%;
    }

    .services-section .text-cont .title .head-sub--title {
        font-size: 24px;
        margin-bottom: 0;
    }
    .services-section .text-cont p.text {
        font-size: 14px;
    }
    
    .services-section .swiper-services .slide-content img{
        width: 30px;
        margin-bottom: 5px;
    }

    .services-section .swiper-services {
        padding: 15px 0;
    }
}
/* ============== Services ==============  */

/* ============== Contact us ==============  */
.contact-section{
    padding-bottom: 100px;
}

body.ar .contact-section {
    text-align: right;
}

.contact-section .text-cont .title .head-sub--title{
    font-size: 30px;
    margin-bottom: 15px;
    color: #333;
    font-weight: bold;
} 

.contact-section .text-cont .title .head-sub--title .sub-title{
    color: #f5821f;
}

.contact-section .text-cont p.text {
    font-size: 18px;
    font-weight: 400;
    color: #696969;
    margin-bottom: 25px;
}

.contact-section .form .form-group  {
    position: relative;
    margin-bottom: 0;
}


.contact-section .form .form-group .form-control{
    padding: 20px 15px;
    border: 1px solid #d6d7d9;
    box-shadow: none!important;
    outline: 0!important;

    height: 45px;
}
.contact-section .form .form-group .form-control:focus{
    border: 1px solid #c9262a;
}

body.ar .contact-section .form .form-group .form-control{
    text-align: right;
}

body.ar .contact-section .form .form-group label{
    left: 0;
    right: 15px;
}

body.ar select.form-control{
    background-position: 4%;
}

.contact-section .form .form-group select.form-control{
    padding: 5px 15px;
}

/* select arrow  */
select.form-control
{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background-image: url(../img/select-arrow.png);
    background-size: contain 12px;
    background-position: 96%;
    background-repeat: no-repeat;
}

select.form-control::before
{
  position: absolute;
  content: "";
  right: 20px;
  top:5px;


  margin-top:auto;
  margin-bottom:auto;

  margin-left: auto;


  z-index:2; 

  width: 5px; 
  height: 5px; 
  background-color: #000;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;

  border-left: 10px solid #000;  

  /* pointer-events:none; */

}
/* select arrow  */

.contact-section .form .form-group .form-control:focus ~ label {
    display: none;
}

.contact-section .form .form-group label{
    position: absolute;
    left: 15px ;
    top: 50%;
    transform: translateY(-50%);

    font-size: 15px;
    font-weight: 400;
    color: #b4b6ba;
}
.contact-section .form .form-group label .strick{
    color: #b30000;
    font-weight: bold;
    font-size: 18px;
}

.contact-section .form .btn-ed{
    border-radius: 0;
    background-color: #c9262a;
    border: 1px solid transparent;
    display: block;
    width: 100%;
    max-width: 100%;
    cursor: pointer;
    transition: all .3s ease-in-out;
}
.contact-section .form .btn-ed:hover {
    color: #c9262a;
}
.contact-section .form .btn-ed.btn-2:before{
    border-bottom: 80px solid #fff;
}
.contact-section .form .btn-ed.btn-2::after{
    border-top: 80px solid #fff;
}


/* ============== Contact us ==============  */

/* ============== Footer ==============  */

footer {
    padding: 40px 0 20px;
    background-color: #333333;
}

footer .footer {
    border-bottom: 1px solid #2c2c2c;
    padding-bottom: 35px;
}

footer .follow-title{
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 15px;
}

footer .social-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

footer .social-list .social-item{
    margin-left: 20px;
}
body.ar footer .social-list .social-item{
    margin-left: 0;
    margin-right: 20px;
}
footer .social-list .social-item:first-of-type{
    margin-left: 0;
}
body.ar footer .social-list .social-item:first-of-type{
    margin-left: 0;
    margin-right: 0;
}

footer .social-list .social-item .social-link{
    color: #aeb0b5;
}

footer .copy-right {
    padding: 10px 0 0;
}

footer .copy-right p {
    font-size: 14px;
    font-weight: 400;
    color: #676767;
}

/* ============== Footer ==============  */

/* =============== Arabic Styles ======== */

body.ar .header-slider .header-swiper .swiper-arrow{
    right: auto;
    left: -10px;
    background-image: url(../img/right-pattern-ar.png);
}

body.ar .header-slider .header-swiper .swiper-text p.text {
    text-align: right;
}

body.ar .header-slider .header-swiper .swiper-text .title .head {
    letter-spacing:  0;
}

body.ar .services-section .pink-border,body.ar .services-section .pink-border-last{
    left: auto;
    right: 0;
    width: 50%;
}
@media (min-width: 992px) and (max-width : 1199px) {
    body.ar .services-section .pink-border,body.ar .services-section .pink-border-last{
        width: 42%;
    }
}

body.ar .services-section .text-cont .title .head-sub--title{
    text-align: right;
}

body.ar .header-slider .header-swiper .swiper-arrow .arrow-cont{
    margin-left: 0;
    margin-right: 80px;
}

body.ar nav.navbar-light .navbar-nav .nav-link img {
    margin-right: 0;
    margin-left: 5px;
}

body.ar .services-section .col-text {
    background-color: transparent;
}

body.ar .services-section .text-cont .title .head-sub--title{
    background-color: transparent;
}
body.ar .services-section .text-cont .title .head-sub--title span {
    background-color: #fff;
    padding: 0 5px;
    display: inline-block;
}
body.ar .services-section .text-cont .title .head-sub--title span.sub-title {
    margin-right: -12px;
}


body.ar .offset-2 {
    margin-left: auto;
    margin-right: 16.666667%;
}

@media (min-width : 992px ) {
    body.ar .offset-lg-0{
        margin-left: auto;
        margin-right: 0;
    } 
}
@media (min-width : 1200px ) {
    body.ar .offset-xl-1{
        margin-left: auto;
        margin-right: 8.333333%;
    }
}

@media (max-width: 991px){
    body.ar .swiper-button-next, body.ar.swiper-container-rtl .swiper-button-prev{
        left: auto;
        right: 42%;
    }
    body.ar.swiper-button-prev, body.ar .swiper-container-rtl .swiper-button-next{
        left: auto;
        right: 52%;
    }
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next
/* 
body.ar .swiper-button-next, body.ar .swiper-container-rtl .swiper-button-prev{
    left: 40%;
    right: auto;
} */

body.ar .swiper-services .swiper-button-next{
    top: 110px;
}
body.ar .swiper-services .swiper-button-prev{
    top: 80px;
}

body.ar .swiper-services-mob{
    padding-bottom: 30px;
}

body.ar .swiper-services-mob .swiper-button-prev, body.ar .swiper-services-mob .swiper-button-next{
    top: auto!important;
    bottom: -20px;
}

@media (max-width : 767px) {
    body.ar .map-section .our-location{
        margin-right: 0;
    }
    body.ar .services-section .pink-border-last {
        top: 535px;
        bottom: auto;
    }
    body.ar .about-section .text p.text{
        font-size: 13px;
    }
    body.ar .about-section .title{
        padding-top: 50px!important;
    }
    body.ar .header-slider .header-swiper .swiper-arrow .arrow-cont{
        margin-right: 35px;
    }
}

@media(max-width : 576px) {
    body.ar .about-section{
        margin-top: -2px;
    }
    body.ar .about-section .title {
        padding-top: 30px!important;
    }
    body.ar .services-section .pink-border-last{
        top: 475px;
    }
    body.ar .header-slider .header-swiper .swiper-arrow .arrow-cont{
        margin-right: 35px;
    }
    body.ar .services-section .text-cont .title .head-sub--title span.sub-title{
        margin-right: -10px;
    }
    body.ar .swiper-button-prev, body.ar .swiper-container-rtl .swiper-button-next{
        left: 53%;
    }
}

@media (min-width : 768px) and (max-width : 991px ) {
    body.ar .services-section .pink-border, body.ar .services-section .pink-border-last{
        width: 60%;
    }
}

@media (min-width : 992px ) and (max-width : 1199px ) {
    body.ar .about-section .title {
        padding-top: 90px!important;
    }
}
body.ar nav.navbar-light .navbar-nav .nav-link{
    text-align: right;
}

body.ar .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    right: auto;
    left: 55%;
}
body.ar .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    top: 110px;
}
/* =============== Arabic Styles ======== */
@media (min-width : 768px ) and (max-width : 991px){
    .services-section .text-cont p.text{transform: translateY(-32%)}
}

/* ============== Styles Here ============== */