@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500&display=swap');

.logo img,
img {
    max-width: 100%;
}

.block span a,
.modern-ticker a {
    text-decoration: none;
}

a {
    text-decoration: none;
}

    a h3,
    a.butt,
    a.buty,
    a.red {
        text-decoration: none;
    }

* {
    border: 0;
    margin: 0;
    padding: 0;
}

.text-c {
    text-align: center;
}

.hiddena {
    display: none;
}

body {
    color: #777;
    font-family: 'Ubuntu', sans-serif;
    background: #fff;
}

#loader {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-brand {
    position: relative;
    margin: 0 auto;
    display: block;
    width: 180px;
    text-align: center;
}

.rota {
    -webkit-animation: fa-spin 5s infinite linear;
    animation: fa-spin 5s infinite linear;
}

@-webkit-keyframes rota {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@-webkit-keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(359deg);
    }
}

button:active,
button:focus,
button:hover,
input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:hover,
select:focus,
input[type="checkbox"]:hover,
input[type="checkbox"]:focus {
    /*border-color: #ddd !important;*/
    box-shadow: none !important;
    outline: 0 !important;
}

.form-control {
    height: auto;
}

a:focus {
    outline: 0;
    border: none;
}

div#html5-watermark {
    display: none !important;
}

a,
button {
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.nav,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Tajawal', 'Ubuntu', sans-serif;
    color: #0d3862;
}

h3 {
    font-size: 18px;
}

p {
    line-height: 180%;
    font-size: 14px;
}

.clear {
    clear: both;
}

[data-sr] {
    visibility: hidden;
}

* {
    scrollbar-width: thin;
    scrollbar-color: #c6cdde;
}

::-webkit-scrollbar {
    width: 7px;
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #c6cdde;
    border-radius: 46px;
}

/* start header */
.top-bar a {
    color: #D3EDFC;
    display: inline-block;
    font-size: 16px;
    text-decoration: none;
}

    .top-bar a:hover {
        color: #fff;
    }

.main-head {
    position: relative;
    overflow: hidden;
}

img.head-shapes {
    position: absolute;
    left: 0;
    top: 0;
}

    img.head-shapes.shape-1 {
        position: absolute;
        left: auto;
        right: -50%;
        z-index: 1;
        top: -70%;
    }

    img.head-shapes.shape-2 {
        position: absolute;
        left: auto;
        right: 0;
        z-index: 1;
        top: -50%;
    }

.header {
    position: relative;
    z-index: 5;
    background: #fff;
    box-shadow: 0px 3px 9px rgb(39 8 8 / 7%);
    padding: 12px 0;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

    .header.affix {
        right: 0;
        left: 0;
        top: 0;
        position: fixed;
        z-index: 99;
        padding: 10px 0;
        border-radius: 0;
        background: #FFF;
        box-shadow: 0px 3px 9px rgb(39 8 8 / 7%);
    }

        .header.affix .logo img {
            height: 50px;
        }

.logo img {
    height: 80px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

.navbar-nav .nav-link {
    color: #a75d5b;
    font-size: 16px;
    font-weight: 600;
    padding: 0.5rem 1.1rem !important;
    position: relative;
}

    .navbar-nav .nav-link:hover,
    .navbar-nav .active .nav-link {
        color: #8a6c59;
    }

ul.navbar-nav li.dropdown-m {
    position: relative;
}

ul.dropdown-menu {
    background: #fff;
    box-shadow: 0px 8px 6px #27080830;
    border-radius: 8px;
    border: 0;
    padding: 0.3em 1em;
    top: 48px;
    min-width: 11rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

    ul.dropdown-menu li + li {
        border-top: 1px solid #eee;
    }

    ul.dropdown-menu li a {
        color: #455467;
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        padding: 0.7rem 0;
        display: block;
        font-family: 'Roboto', sans-serif;
    }

        ul.dropdown-menu li a:hover {
            color: #8a6c59;
        }

.top-bar {
    position: relative;
    z-index: 5;
    padding: 15px 0;
}

    .top-bar a img {
        height: 16px;
        display: inline-block;
    }

a.main-btn,
.main-btn,
button.main-btn {
    padding: 10px 25px;
    background: #1C86C0;
    color: #fff;
    text-transform: capitalize;
    display: inline-block;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
    text-align: center;
    position: relative;
    cursor: pointer;
    vertical-align: middle;
    transform: perspective(1px) translateZ(0);
    transition-property: color;
    transition-duration: 0.3s;
}

    a.main-btn:before,
    .main-btn:before,
    button.main-btn:before {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 6px;
        background: #455467;
        transform: scaleX(0);
        transform-origin: 50%;
        transition-property: transform;
        transition-duration: 0.3s;
        transition-timing-function: ease-out;
    }

    a.main-btn:hover:before,
    .main-btn:hover:before,
    button.main-btn:hover:before,
    a.main-btn:focus:before,
    .main-btn:focus:before,
    button.main-btn:focus:before,
    a.main-btn:active:before,
    .main-btn:active:before,
    button.main-btn:active:before {
        transform: scaleX(1);
    }

.navbar-nav .nav-link i {
    font-weight: 600;
}

.swiper.mySwiper {
    height: calc(100vh - 102px);
}

.image-holder {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: center;
}

    .image-holder:before {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        opacity: 0.7;
    }

.swiper .image-holder:before {
    background: #6B4E45;
}

.image-holder .conta {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
}

    .image-holder .conta h1 {
        color: #FFFFFF;
        font-size: 40px;
        margin-bottom: 18px;
    }

    .image-holder .conta h3 {
        color: #FFFFFF;
        font-size: 24px;
        margin-bottom: 0;
    }

.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
    margin-right: 3em;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    border: 1px solid #fff;
    background: transparent;
    opacity: 1;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

    .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
        height: 40px;
        background: #fff;
    }

.scroll-down {
    position: absolute;
    left: 50%;
    bottom: 5%;
    z-index: 2;
}

.mousey {
    width: 2px;
    padding: 8px 9px;
    height: 18px;
    border: 2px solid #fff;
    border-radius: 25px;
    opacity: 1;
    box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -o-box-sizing: content-box;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.scroller {
    width: 3px;
    height: 10px;
    border-radius: 25%;
    background-color: #fff;
    animation-name: scroll;
    -webkit-animation-name: scroll;
    animation-duration: 2.2s;
    -webkit-animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    -webkit-animation-timing-function: cubic-bezier(.15, .41, .69, .94);
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    margin: 0 auto;
}

@-webkit-keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(12px);
        -webkit-transform: translateY(12px);
        opacity: 0;
    }
}

@keyframes scroll {
    0% {
        opacity: 0;
    }

    10% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        opacity: 1;
    }

    100% {
        transform: translateY(12px);
        -webkit-transform: translateY(12px);
        opacity: 0;
    }
}

/* sections */
.section1 {
    padding: 60px 0;
}

.seperator {
    width: 65px;
    height: 5px;
    border-radius: 4px;
    background: #C89B2C;
    margin: 15px 0;
}

.section1 h2 {
    color: #272727;
    font-weight: 600;
    line-height: 180%;
}

a.main-button {
    border: 2px solid #912B39;
    border-radius: 8px;
    padding: 6px;
    text-decoration: none;
    display: inline-block;
    color: #912B39;
    font-size: 18px;
    font-weight: 600;
}

    a.main-button span {
        vertical-align: middle;
        display: inline-block;
    }

    a.main-button .icona {
        background: #912B39 url(/ruwad/assets/images/icons/arrow-left-linear.svg) no-repeat center;
        border-radius: 8px;
        width: 34px;
        height: 34px;
        line-height: 34px;
        text-align: center;
        transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
    }

    a.main-button:hover {
        border: 2px solid #272727;
        color: #272727;
    }

        a.main-button:hover .icona {
            background: #272727 url(/ruwad/assets/images/icons/arrow-left-linear1.svg) no-repeat center;
        }

.block1.blog .icona {
    background-color: transparent;
    padding: 0px;
    border-radius: 5px;
}


    .block1.blog .icona img {
        border-radius: 5px;
        filter: none;
    }

.block1.blog:hover .icona {
    background: transparent !important;
}

.block1 {
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    margin-bottom: 30px;
    padding: 30px;
    transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
}

    .block1 a,
    .block1 a h3 {
        display: block;
        text-decoration: none !important;
    }

    .block1 h3 {
        margin-bottom: 0;
        font-size: 17px;
        color: #272727;
        font-weight: 600;
    }

    .block1 .icona {
        background: #D76251;
        display: inline-block;
        padding: 20px;
        border-radius: 20px;
        margin-bottom: 15px;
        width: 100px;
        height: 100px;
        transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
    }

    .block1:hover .icona {
        background: #272727 !important;
    }

    .block1 .icona img {
        height: 75px;
        filter: brightness(0) invert(1);
    }

.col-lg-4:nth-child(2) .block1 .icona {
    background: #912B39;
}

.col-lg-4:nth-child(3) .block1 .icona {
    background: #809C73;
}

.col-lg-4:nth-child(4) .block1 .icona {
    background: #C89B2C;
}

.col-lg-4:nth-child(5) .block1 .icona {
    background: #C18780;
}

.col-lg-4:nth-child(6) .block1 .icona {
    background: #A97747;
}

.block1:hover {
    box-shadow: 0px 10px 20px rgb(0 0 0 / 15%);
    transform: translateY(-5px);
    border-color: #fff;
}

.Slider1 .swiper-slide {
    padding: 15px;
}

.Slider1 .block1 {
    border: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.main-floor {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 70px;
}

    .main-floor .lamp {
        position: absolute;
        left: 50%;
        transform: translateX(-50%) !important;
        top: 90px;
        z-index: 9;
    }

.bank {
    position: absolute;
}

    .bank.bank1 {
        top: 0;
        right: 20%;
    }

    .bank.bank2 {
        top: 25%;
        right: 0;
    }

    .bank.bank3 {
        top: 80%;
        right: 20%;
    }

    .bank.bank4 {
        top: 83%;
        left: 25%;
    }

    .bank.bank5 {
        top: 20%;
        left: 0;
    }

    .bank.bank6 {
        top: 0;
        left: 20%;
    }

    .bank p {
        color: #272727;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 14px;
    }

    .bank span {
        font-size: 24px;
        font-weight: 600;
        color: #d76251;
        border-bottom: 3px solid #d76251;
        display: block;
        margin-bottom: 10px;
    }

    .bank.bank2 span {
        color: #912b39;
        border-bottom: 3px solid #912b39;
    }

    .bank.bank3 span {
        color: #809c73;
        border-bottom: 3px solid #809c73;
    }

    .bank.bank4 span {
        color: #628993;
        border-bottom: 3px solid #628993;
    }

    .bank.bank5 span {
        color: #6b4e45;
        border-bottom: 3px solid #6b4e45;
    }

    .bank.bank6 span {
        color: #a97747;
        border-bottom: 3px solid #a97747;
    }

    .bank .conte {
        width: 85px;
    }

.Slider1 .block1 > img {
    margin-bottom: 25px;
    width: 104px;
    height: 110px;
}

.Slider1.testmonials .block1 .ima {
    padding: 10px;
    border: 1px solid #D6D6D6;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    width: 145px;
    height: 115px;
    display: block;
    margin: 0 auto;
    margin-bottom: 25px;
}

.Slider1.testmonials .block1 {
    background: url(/ruwad/assets/images/icons/quote-up.svg) left top no-repeat;
    background-position: 7px 11px;
}

    .Slider1.testmonials .block1 p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: #272727;
    }

    .Slider1.testmonials .block1 .ima img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
    }

.Slider1 .swiper-button-prev:after,
.Slider1 .swiper-rtl .swiper-button-next:after,
.Slider1 .swiper-button-next:after,
.swiper-rtl .Slider1 .swiper-button-prev:after {
    display: none;
}

.Slider1 {
    padding-bottom: 30px;
}

    .Slider1 .swiper-button-prev {
        bottom: 1px;
        top: auto;
        left: 15px;
        right: auto;
        z-index: 9;
        width: 40px;
        height: 40px;
    }

    .Slider1 .swiper-button-next {
        bottom: 1px;
        top: auto;
        left: 87px;
        z-index: 9;
        width: 40px;
        height: 40px;
    }

        .Slider1 .swiper-button-next:before {
            content: "";
            height: 1px;
            width: 150px;
            background: #ABABAB;
            position: absolute;
            left: 142%;
            top: 50%;
            margin-top: -0.5px;
        }

    .Slider1 .block1 a {
        border: 2px solid #D66351;
        border-radius: 8px;
        display: inline-block;
        margin-top: 20px;
        width: 34px;
        height: 34px;
        text-align: center;
        line-height: 29px;
        background: url(/ruwad/assets/images/icons/arrow-left.svg) no-repeat center;
    }

        .Slider1 .block1 a:hover {
            border: 2px solid #912B39;
            background: #912B39 url(/ruwad/assets/images/icons/arrow-left-linear.svg) no-repeat center;
        }

.news {
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

    .news .ima {
        border-radius: 20px;
        position: relative;
        overflow: hidden;
        height: 190px;
    }

        .news .ima img {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            -o-object-position: center;
            object-position: center;
        }

    .news .conta {
        padding: 20px;
    }

        .news .conta h3 {
            font-size: 16px;
            font-weight: 600;
            color: #C89B2C;
        }

        .news .conta p {
            font-size: 14px;
            font-weight: 600;
            margin-bottom: 0;
            color: #272727;
        }

/*  */
.section2 .container {
    position: relative;
    padding: 60px 40px;
    padding-left: 15px;
}

.white-l {
    width: 150px;
    margin: 0 auto;
}

.section2 .container:before {
    content: "";
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    position: absolute;
    background: linear-gradient(240deg, #4A1714 35%, #C89B2C 100%);
    opacity: 0.8;
    border-radius: 20px;
    z-index: 1;
}

.section2 .container:after {
    content: "";
    width: 100%;
    height: 70%;
    top: 0;
    left: 0;
    position: absolute;
    background: url(/ruwad/assets/images/slide1.jpg) no-repeat center;
    z-index: 0;
    border-radius: 20px;
}

.section2.firsta .container:before {
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    background: #6B4E45;
    opacity: 0.8;
    border-radius: 20px;
    z-index: 1;
}

.section2.firsta .container:after {
    content: "";
    width: 70%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    background: url(/ruwad/assets/images/sec2.jpg) no-repeat center;
    z-index: 0;
    border-radius: 20px;
}

.section2 .row {
    position: relative;
    z-index: 2;
}

.section2 h2 {
    color: #fff;
    font-weight: 600;
    line-height: 180%;
}

.section2 h3 {
    color: #fff;
    font-weight: 600;
    line-height: 180%;
}

.section2 p {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 180%;
}

.counter-box {
    margin-top: 25px;
    background: #fff;
    border-radius: 8px;
    text-align: center;
    padding: 30px 10px;
    outline: 5px solid rgba(255, 255, 255, 0.40);
    outline-offset: 6px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

    .counter-box img {
        display: block;
        margin: 0 auto;
        height: 60px;
        margin-bottom: 30px;
    }

    .counter-box h6 {
        color: #272727;
        font-weight: 600;
        margin-bottom: 0;
        font-size: 14px;
    }

    .counter-box span {
        margin-bottom: 10px;
        font-weight: 600;
        color: #4A1714;
        font-size: 21px;
        display: inline-block;
    }

.backea {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
}

.backea {
    background: #fff;
    padding: 35px;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
}

.custom-mar {
    margin: 0 -5px;
}

    .custom-mar .col-lg-3 {
        padding: 0 5px;
    }

.backea p {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #272727;
}

.backea .block1 img {
    height: 42px;
}

.backea .block1 h3 {
    color: #272727;
    font-size: 16px;
    margin-top: 8px;
}

.backea .block1 {
    padding: 20px;
    margin-bottom: 0;
}

.footer {
    background: #6B4E45;
    padding: 100px 0 60px;
    border-radius: 40px 40px 0 0;
    margin-top: 50px;
}

    .footer p {
        font-size: 14px;
        color: #fff;
        margin-bottom: 0;
    }

    .footer .col-lg-4 img.foot-l {
        margin: 0 auto;
        display: block;
        margin-bottom: 15px;
        width: 110px;
    }

ul.foot {
    padding: 0;
    margin: 0;
    list-style: none;
}

    ul.foot li a {
        font-size: 16px;
        color: #fff;
        font-weight: 500;
        text-decoration: none;
        margin-bottom: 13px;
        display: block;
    }

        ul.foot li a:hover {
            color: #e7dad6;
            padding-right: 5px;
        }

        ul.foot li a i {
            color: #c89b2c;
        }

.footer h3 {
    color: #fff;
}

.input-group.newsletter {
    padding: 10px;
    border-radius: 8px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.12);
    background: #fff url(/ruwad/assets/images/icons/sms-linear.svg) no-repeat center;
    background-position-x: 95%;
    margin-top: -134px;
}

    .input-group.newsletter input {
        border: 0;
        padding: 10px;
    }

    .input-group.newsletter > .input-group-append > .btn {
        border: 0;
        background: #c89b2c;
        color: #fff;
        font-weight: 500;
        border-radius: 8px;
    }

        .input-group.newsletter > .input-group-append > .btn:hover {
            background: #6B4E45;
        }

.image-hold {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
    box-shadow: 0 0 1px 0 #6B4E45;
    text-align: center;
    display: flex;
    justify-content: center;
}

    /*.image-hold {
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    height: 250px;
    margin-bottom: 15px;
    background: #6B4E45;
}*/

    .image-hold.extra-height {
        height: 400px;
    }

    /*.image-hold img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        opacity: 0.6;
    }*/
    .image-hold img {
        width: auto;
        height: auto;
        max-width: 100%;
        max-height: 100%;
        background: #6B4E45;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: center;
        object-position: center;
        opacity: 0.9;
    }

.small-banner {
    background: url(/ruwad/assets/images/about.jpg) no-repeat center;
    background-size: cover;
    padding: 25px 0;
    position: relative;
    background-attachment: fixed;
}

    .small-banner.service {
        background: url(/ruwad/assets/images/slide1.jpg) no-repeat center;
        background-size: cover;
        background-attachment: fixed;
    }

    .small-banner .container {
        position: relative;
        z-index: 1;
    }

.navbar-nav .nav-link i {
    display: none;
}

.small-banner:before {
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    position: absolute;
    background: #6B4E45;
    opacity: 0.8;
    border-radius: 0;
    z-index: 0;
}

.small-banner h2 {
    color: #fff;
    font-weight: 600;
    line-height: 180%;
    margin: 0;
}

.inner-conta {
    padding: 80px 0;
}

    .inner-conta h3 {
        color: #912B39;
        font-weight: 600;
        line-height: 180%;
    }

    .inner-conta p {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0;
        color: #272727;
    }

.sidebar {
    background: #F2F2F2;
    padding: 30px;
    border-radius: 20px;
}

    .sidebar ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .sidebar h3 {
        font-size: 16px;
        font-weight: 600;
        padding: 10px;
        display: block;
        border-radius: 10px;
        margin-bottom: 10px;
        background: #D76251;
        color: #fff;
    }

    .sidebar ul li a {
        font-size: 14px;
        color: #535252;
        text-decoration: none;
        font-weight: 600;
        padding: 10px;
        display: inline-block;
        border-radius: 10px;
        margin-bottom: 10px;
    }

        .sidebar ul li a:hover {
            color: #912B39;
        }

        .sidebar ul li a.active {
            color: #912B39;
            font-weight: bold;
            border-bottom: 3px solid #912B39;
            border-radius: 0;
            padding-bottom: 7px;
        }

        .sidebar ul li a.main-item:after {
            content: "";
            position: relative;
            height: 3px;
            width: 45px;
            background: #C89B2C;
            display: block;
            right: 0;
            bottom: -15px;
        }

        .sidebar ul li a.after:after {
            background: #912B39;
        }

        .sidebar ul li a.main-item img {
            width: 24px;
            height: auto;
            margin: 3px;
            filter: invert(28%) sepia(27%) saturate(692%) hue-rotate(327deg) brightness(99%) contrast(82%);
        }

.col-lg-3.br-1 {
    border-left: 1px solid #E7DDDB;
}

.section1.services h5 {
    color: #912B39;
    font-weight: 600;
    font-size: 16px;
}

    .section1.services h5 a {
        color: #4E140B;
        font-weight: 600;
        text-decoration: none;
    }

        .section1.services h5 a:hover {
            color: #272727;
        }

.section1.services p {
    color: #272727;
    font-weight: 500;
    font-size: 14px;
}

a.back {
    font-size: 16px;
    font-weight: 600;
    color: #d76251;
    margin-bottom: 15px;
    text-decoration: none;
    display: inline-block;
}

    a.back:hover {
        color: #272727;
    }

.price-package h3 {
    width: 82px;
    height: 82px;
    color: #fff;
    text-align: center;
    border-radius: 50%;
    background: #912B39;
    display: block;
    margin: 0 auto;
    line-height: 26px;
    padding-top: 15px;
    outline: 1px solid #912B39;
    outline-offset: 5px;
    position: relative;
}

    .price-package h3:before {
        content: "";
        width: 0;
        z-index: 1;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 14px solid #fff;
        position: absolute;
        top: -16px;
        left: 50%;
        transform: translateX(-50%);
    }

    .price-package h3:after {
        content: "";
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 14px solid #912B39;
        position: absolute;
        top: -17px;
        left: 50%;
        transform: translateX(-50%);
    }

.price-package ul {
    width: 225px;
    color: #fff;
    border-radius: 35px;
    background: #912B39;
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
    outline: 1px solid #912B39;
    outline-offset: 8px;
    position: relative;
    padding: 30px;
    list-style: none;
    margin: 50px auto;
    margin-bottom: 68px;
    min-height: 298px;
}

    .price-package ul li {
        line-height: 34px;
        position: relative;
    }

    .price-package ul:before {
        content: "";
        width: 0;
        z-index: 1;
        height: 0;
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        border-top: 26px solid #912b39;
        position: absolute;
        bottom: -24px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 9;
    }

    .price-package ul:after {
        content: "";
        width: 0;
        z-index: 1;
        height: 0;
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        border-top: 26px solid #fff;
        position: absolute;
        bottom: -32px;
        left: 50%;
        transform: translateX(-50%);
    }

    .price-package ul li:last-child::after {
        content: "";
        width: 0;
        z-index: 1;
        height: 0;
        border-left: 90px solid transparent;
        border-right: 90px solid transparent;
        border-top: 26px solid #912b39;
        position: absolute;
        bottom: -63px;
        left: 50%;
        transform: translateX(-50%);
    }

.price-package.secounds h3 {
    background: #D66351;
    outline: 1px solid #D66351;
}

    .price-package.secounds h3:after {
        border-bottom: 14px solid #D66351;
    }

.price-package.secounds ul {
    background: #D66351;
    outline: 1px solid #D66351;
}

    .price-package.secounds ul:before {
        border-top: 26px solid #D66351;
    }

    .price-package.secounds ul li:last-child::after {
        border-top: 26px solid #D66351;
    }

.price-package.thirds h3 {
    background: #C18780;
    outline: 1px solid #C18780;
}

    .price-package.thirds h3:after {
        border-bottom: 14px solid #C18780;
    }

.price-package.thirds ul {
    background: #C18780;
    outline: 1px solid #C18780;
}

    .price-package.thirds ul:before {
        border-top: 26px solid #C18780;
    }

    .price-package.thirds ul li:last-child::after {
        border-top: 26px solid #C18780;
        bottom: -97px;
    }

.conta1 {
    border: 1px solid #912b39;
    padding: 7px 10px;
    border-radius: 10px;
    margin-bottom: 15px;
}

    .conta1 a:hover {
        opacity: 0.6;
    }

.fw {
    font-weight: 600;
    color: #272727;
}

span.padge {
    background: #714D43;
    padding: 12px 30px;
    border-radius: 10px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    margin-top: 15px;
    display: inline-block;
}

    span.padge span {
        display: inline-block;
        vertical-align: middle;
    }

    span.padge img {
        width: 29px;
        display: inline-block;
        vertical-align: middle;
    }

input.form-control,
textarea.form-control,
select.form-control {
    padding: 12px;
}

.form-group label {
    color: #272727;
    font-weight: 500;
    margin-bottom: 10px;
}

    .form-group label span {
        color: #888;
    }

.form-group {
    margin-bottom: 20px;
}

.bank-form select {
    background: #fff url(/ruwad/assets/images/icons/arrow-down.svg) no-repeat right center !important;
    background-position-x: 5% !important;
    background-size: 12px !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.col-6:nth-child(2) .block1 .icona {
    background: #912B39;
}

.apply1 {
    background: #912B39;
    padding: 10px 35px;
    padding-top: 12px;
    color: #fff;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    text-decoration: none;
}

    .apply1.whity {
        border: 2px solid #6b4e45;
        background: #fff;
        color: #6b4e45;
    }

    .apply1:hover {
        background: #6b4e45;
    }

.custom-control {
    position: relative;
    display: block;
    min-height: 1.3125rem;
    padding-left: 1.5rem;
}

.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

    .custom-control-input:checked ~ .custom-control-label::before {
        color: #fff;
        border-color: #6B4E45;
        background-color: #6B4E45;
    }

    .custom-control-input:focus ~ .custom-control-label::before {
        box-shadow: 0 0 0 0.2rem rgba(58, 122, 254, 0.25);
    }

    .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
        border-color: #b9d0ff;
    }

    .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
        color: #fff;
        background-color: #ecf2ff;
        border-color: #ecf2ff;
    }

    .custom-control-input:disabled ~ .custom-control-label {
        color: #6c757d;
    }

        .custom-control-input:disabled ~ .custom-control-label::before {
            background-color: #e9ecef;
        }

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
    cursor: pointer;
}

    .custom-control-label::before {
        position: absolute;
        top: 0.15625rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        pointer-events: none;
        content: "";
        background-color: #fff;
        border: #adb5bd solid 1px;
    }

    .custom-control-label::after {
        position: absolute;
        top: 0.15625rem;
        left: -1.5rem;
        display: block;
        width: 1rem;
        height: 1rem;
        content: "";
        background: no-repeat 50% / 50% 50%;
    }

.custom-checkbox .custom-control-label::before {
    border-radius: 0.375rem;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
    border-color: #3a7afe;
    background-color: #3a7afe;
}

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e");
}

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(58, 122, 254, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
    background-color: rgba(58, 122, 254, 0.5);
}

.custom-radio .custom-control-label::before {
    border-radius: 50%;
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(58, 122, 254, 0.5);
}

.message {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.16);
    border-radius: 20px;
    background: #fff;
    overflow: hidden;
    text-align: center;
    padding: 35px;
}

    .message p {
        font-size: 16px;
        color: #272727;
        font-weight: 600;
    }

    .message img {
        margin-bottom: 20px;
    }

.small-banner .seperator {
    margin-bottom: 0;
}

.contac {
    padding: 30px;
    padding-bottom: 0;
    border: 1px solid #A2A2A2;
    border-radius: 20px;
}

    .contac a {
        display: block;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        color: #912323;
        margin-bottom: 30px;
    }

        .contac a:hover {
            color: #272727;
        }

    .contac div:last-child {
        text-align: left;
    }

/* arabic */
html[lang="ar"] body {
    direction: rtl;
    font-family: 'Tajawal', sans-serif;
}

html[lang="ar"] .nav,
h1,
h2,
h3,
h4,
h5,
a.lang h6 {
    font-family: 'Tajawal', sans-serif;
}

.swiper.mySwiper .image-holder img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
/* responsive */
@media (max-width: 991px) {
    .top-bar a {
        font-size: 0;
        display: inline-block;
    }

    .header.affix .navbar-toggler {
        top: -46px;
    }

    .section1 h2,
    .section2 h2,
    .small-banner h2 {
        font-size: 20px;
    }

    .section-1.pattern + .section-1 #pills-tab {
        display: none;
    }

    .section-1.pattern + .section-1 h2 span {
        margin-bottom: 0 !important;
    }

    .main-head {
        height: auto;
        overflow: inherit;
    }

    .hero {
        position: relative;
        height: auto;
        padding: 30px 0;
    }

    .main-head:after {
        background-size: auto;
    }

    .hero h1 {
        font-size: 40px;
    }

    .hero a.main-btn,
    .hero .main-btn,
    .hero button.main-btn {
        font-size: 18px;
    }

    .hero h1 em {
        font-size: 23px;
    }

    a.play {
        margin-top: 25px !important;
    }

    .header > .row > .col-lg-2 > a img {
        display: block;
        margin: 0 auto;
    }

    .header a.main-btn {
        font-size: 0;
        background: #1C86C0 url(/ruwad/assets/images/icons/envelope-2.svg) center no-repeat;
        padding: 20px 25px;
        background-size: 40px;
    }

    .header .col-lg-2.text-right {
        margin-top: 15px;
        padding-top: 10px;
        border-top: 1px solid #ccc;
    }

    .navbar-toggler {
        border: 1px solid #a75d5b !important;
        top: -60px;
        left: 15px;
        position: absolute;
        background: #a75d5b url(/ruwad/assets/images/icons/menu.svg) no-repeat center;
        background-size: 39px;
        z-index: 99;
        padding: 0.26rem 0.57rem;
    }

    .c-block {
        margin-bottom: 15px;
    }

    .upload-video {
        margin-bottom: 15px;
    }

    .navbar-toggler[aria-expanded="true"] {
        background: #a75d5b url(/ruwad/assets/images/icons/close.svg) no-repeat center;
        background-size: 39px;
    }

    .navbar-collapse {
        background: #fff;
        padding: 15px;
        position: absolute;
        width: 100%;
        top: 9px;
        left: 0;
        z-index: 99;
        box-shadow: 0px 4px 6px #27080830;
        border-radius: 6px;
    }

    span.padge.pl-4 {
        margin-bottom: 17px;
    }

    .contac a {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .contac {
        padding: 15px;
        padding-bottom: 0;
        margin-bottom: 25px;
    }

    .apply1, .sidebar {
        margin-bottom: 25px;
    }

    .sidebar {
        padding: 15px;
    }

    .navbar-nav .active .nav-link:before {
        display: none;
    }

    .section-1 h2 em {
        font-size: 22px;
    }

    .section-1 h2 span {
        font-size: 24px;
    }

    .section-1 h2 {
        font-size: 19px;
    }

    .section-1 p {
        font-size: 14px;
    }

    .counter-block h2 {
        text-align: center;
        margin-top: 18px;
    }

    .counter-box {
        border: 1px solid #E8E8E8 !important;
        padding: 20px 30px;
        margin-bottom: 15px;
    }

    .Slider2,
    .Slider3 {
        position: relative;
        width: 100%;
        padding-bottom: 40px;
    }

    .slide-withNav.extra-width {
        height: auto;
    }

    .Slider2 .swiper-pagination,
    .Slider3 .swiper-pagination {
        bottom: -6px;
    }

    .section-1 {
        padding: 35px 0 !important;
        border-bottom: 1px solid #ddd;
    }

    .section-fixed .col-lg-8 {
        padding: 30px 15px;
    }

    .tab-content .main-btn.whity1 {
        margin-top: -42px;
    }

    ul.nav.justify-content-center.custom-tabs.mb-3#pills-tab {
        justify-content: start !important;
        -ms-flex-pack: center !important;
    }

    .custom-tabs a {
        font-size: 16px;
        font-weight: 600;
    }

    .project-item .content h3 {
        font-size: 16px;
    }

    .project-item .content p {
        font-size: 14px;
    }

    ul.list-unstyled li {
        transform: unset !important;
        font-size: 15px;
        margin-bottom: 5px;
    }

    .pattern1 .col-lg-4.custom-back:before {
        width: 400px;
        height: 410px;
    }

    footer.footer .col-md-4 .pl-3 {
        padding: 0 !important;
    }

    .custom-tabs.custom1 a {
        padding: 0.9rem 1rem;
    }

    ul.list-unstyled.py-5 {
        padding: 10px 0 !important;
    }

    .section-1.pt-0 .tab-content .col-lg-6 > img {
        margin-bottom: 20px;
    }

    p.why {
        margin: 0 !important;
        margin-top: -27px !important;
    }

    .footer {
        padding: 30px 0;
    }

        .footer p {
            margin-bottom: 15px;
        }

    .main-floor {
        padding: 0;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: row;
    }

        .main-floor > img {
            margin-top: 47px;
            margin-bottom: 15px;
        }

        .main-floor .lamp {
            bottom: 110px;
            width: 95px;
            top: auto;
        }

    .bank.bank4,
    .bank.bank5,
    .bank.bank6 {
        flex-direction: row-reverse;
    }

        .bank.bank4 img,
        .bank.bank5 img,
        .bank.bank6 img {
            margin-right: 1.5rem !important;
            margin-left: 0 !important;
        }

    .bank {
        position: relative !important;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }

    .section2 .container {
        padding: 40px 15px;
    }

    .section2.firsta .container:before {
        width: 100%;
    }

    .section2.firsta .container:after {
        width: 100%;
        background-size: cover;
    }

    .white-l {
        display: none;
    }

    .block1 h3 {
        font-size: 14px;
    }

    .block1 {
        padding: 20px;
    }

    .swiper.mySwiper {
        height: 345px;
    }

    .image-holder .conta h1 {
        font-size: 28px;
    }

    .image-holder .conta h3 {
        font-size: 18px;
    }

    .swiper.mySwiper .image-holder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
    }

    .swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-vertical {
        margin-right: 1em;
    }

    .section2 .container:before {
        height: 100%;
    }

    .section2 .container .pr-3 {
        padding: 0 !important;
    }

    a.main-button {
        margin-bottom: 20px;
    }

    .backea .block1 {
        margin-bottom: 20px;
    }

    .section2 .container:after {
        height: 100%;
        background: url(/ruwad/assets/images/slide1.jpg) no-repeat bottom center;
        background-size: cover;
    }

    .shape {
        width: 100%;
        transform: unset;
        padding: 15px;
        height: auto;
        border-radius: 15px;
    }

        .shape img.main-im {
            width: 100%;
            border-radius: 15px;
            -webkit-clip-path: polygon(50% 0%, 100% 0px, 100% 12%, 114.37% 66.19%, -14px 66.14%, 0px 0px);
            clip-path: polygon(50% 0%, 100% 0px, 100% 12%, 114.37% 66.19%, -14px 66.14%, 0px 0px);
        }

    .shape_content {
        position: relative;
        transform: unset;
        left: auto;
        margin-left: 0;
        top: auto;
        margin-top: -100px;
    }

    .shape_content1 {
        position: relative;
        transform: unset;
        left: auto;
        margin-left: 0;
        top: auto;
    }

        .shape_content1 h5 {
            font-size: 24px;
            color: #81b0cb;
            margin: 0 !important;
        }

    .slide-withNav .Slider1 {
        padding: 0;
    }

    .Slider1 .swiper-button-next,
    .Slider1 .swiper-button-prev {
        top: 90%;
    }

    .slide-withNav .Slider1 {
        padding-bottom: 45px;
    }

    .section-custom {
        border-bottom: 10px solid #3a5b78;
    }

    .right-cont {
        padding: 20px;
    }

    .section-custom.serve:nth-child(odd) .row,
    .time.time-right .row {
        flex-direction: column-reverse;
    }

    .image-hold-pro.ml-5 {
        margin: 0 !important;
    }

    .content.mr-5 {
        margin: 0 !important;
    }

    .service-head .btn-outline-light {
        margin-bottom: 20px;
    }

    .blog-item-style2 .image-h {
        margin-bottom: 15px;
    }

    .blog-item-style1 {
        padding-bottom: 15px;
        border-bottom: 1px solid #3B4043;
        margin-bottom: 15px;
    }

    .blog-deta {
        padding: 20px;
    }

        .blog-deta .image-h {
            height: 250px;
        }

    #sidebar,
    #sidebar1 {
        margin-bottom: 15px;
    }

    input.form-control.search {
        margin: 15px 0;
    }

    .ca-content .d-flex {
        display: block !important;
    }

        .ca-content .d-flex p {
            margin-bottom: 15px !important;
        }

    .message {
        margin-bottom: 20px;
    }
    /* .header .col-lg-2.text-right .main-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../asses/images/icons/phone.svg);
  display: block;
  position: relative;
} */
}

.dir-ltr {
    direction: ltr;
}


.pagination {
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 auto;
}

    .pagination .page-link {
        height: 38px;
    }

.body-content {
    min-height: 500px;
    padding: 20px 20px;
}

.btn-return {
    padding: 20px 0;
}

.dir-inverse {
    direction: ltr;
    text-align: left;
}

.input-group > .input-group-prepend > .input-group-text {
    border-radius: 0.25rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
}

.input-group > .custom-select:not(:first-child), .input-group > .form-control:not(:first-child) {
    border-radius: 0.25rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.text-align {
    text-align: right;
}

.steps, ul[role="menu"] {
    display: none !important;
}

.apply1:hover {
    color: #ffe8af;
    text-decoration: none;
}

div.dataTables_wrapper .dataTables_length {
    float: right;
}

div.dataTables_wrapper .dataTables_filter {
    float: left;
    text-align: right;
}

    div.dataTables_wrapper .dataTables_filter input {
        padding: 3px;
    }

div.dataTables_wrapper input.form-control,
div.dataTables_wrapper textarea.form-control,
div.dataTables_wrapper select.form-control {
    padding: 3px;
}

div.dataTables_wrapper .dataTables_paginate .paginate_button, div.dataTables_wrapper .page-link {
    padding: 0.2em 0.5em;
}

div.dataTables_wrapper .pagination .page-link {
    height: auto;
}

div.dataTables_wrapper p {
    margin-bottom: 3px;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(138,108,89,0.05);
}

.bold {
    font-weight: bold;
}

.idea-badge {
    padding: 1px 7px;
    border-radius: 5px;
    display: inline-block;
    font-size: 11px;
    color: #535252;
    border: 1px solid #bfbfbf;
    margin: 3px;
}

div.dataTables_wrapper table.dataTable thead th, div.dataTables_wrapper table.dataTable thead td,
div.dataTables_wrapper table.dataTable tfoot th, div.dataTables_wrapper table.dataTable tfoot td {
    text-align: right;
}

tr.data-row {
}

    tr.data-row img {
        width: 16px;
    }

div.dataTables_wrapper .dataTables_filter input,
div.dataTables_wrapper .dataTables_length select {
    border: none;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
}


a:hover {
    text-decoration: none !important;
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}


/*===================================*
  03. BANNER SECTION
*===================================*/
.full_screen, .full_screen .carousel-item {
    height: 100vh;
}

.banner_fs {
    height: 100vh;
    min-height: 45rem;
}

.banner_half_content {
    padding-top: 200px;
}

.banner_content_wrap .carousel-item {
    padding: 100px 0;
}

.overlay_bg::before {
    background-color: rgba(0, 0, 0, 0.0);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay_bg2::before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay_bg3::before {
    background-color: rgba(0, 0, 0, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.overlay_bg4::before {
    background-color: rgba(0, 0, 0, 0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.blue_overlay_bg::before {
    background-color: rgba(14,147,216,0.8);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.bg_blue_transparent {
    background-color: rgba(14,147,216,0.8);
}

.white_overlay_bg::before {
    background-color: rgba(255, 255, 255, 0.7);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.video_wrap {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    z-index: -1;
}

    .video_wrap video {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.banner_content h2 {
    font-size: 60px;
    font-weight: 700;
}

.banner_content p {
    color: #333;
    font-size: 20px;
    font-weight: 300;
}

.banner_content2 h2 {
    font-size: 50px;
}

.banner_content2 p {
    font-size: 20px;
    font-weight: 300;
}

.banner_content3 h2 {
    font-size: 80px;
}

.banner_content4 h2 {
    font-size: 50px;
}

.banner_content5 {
    position: relative;
    z-index: 1;
}

    .banner_content5 h2 {
        font-size: 40px;
    }

.banner_content.text_white p {
    color: #fff;
}

.banner_section .banner_slide_content,
.banner_fs .banner_slide_content {
    left: 0;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.carousel-control-next, .carousel-control-prev {
    background-color: #000000;
    font-size: 20px;
    height: 50px;
    opacity: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    transition: all 0.5s ease-in-out;
}

.light_arrow .carousel-control-next, .light_arrow .carousel-control-prev {
    background-color: rgba(255,255,255,0.5);
}

.light_arrow2 .carousel-control-next, .light_arrow2 .carousel-control-prev {
    background-color: #fff;
    color: #000;
}

.light_arrow3 .carousel-control-next, .light_arrow3 .carousel-control-prev {
    background-color: rgba(255,255,255,0.2);
}

.arrow_style1 .carousel-control-next, .arrow_style1 .carousel-control-prev {
    border-radius: 100%;
}

    .arrow_style1 .carousel-control-next::before, .arrow_style1 .carousel-control-prev::before {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        bottom: -5px;
        right: -5px;
        border: 1px solid #000;
        border-radius: 100%;
    }

.light_arrow3 .carousel-control-next:hover, .light_arrow3 .carousel-control-prev:hover {
    background-color: #fff;
    color: #000;
}

.arrow_style1.light_arrow3 .carousel-control-next::before, .arrow_style1.light_arrow3 .carousel-control-prev::before {
    border-color: rgba(255,255,255,0.2);
}

.arrow_style1.light_arrow .carousel-control-next::before, .arrow_style1.light_arrow .carousel-control-prev::before {
    border-color: rgba(255,255,255,0.5);
}

.arrow_style1.light_arrow2 .carousel-control-next::before, .arrow_style1.light_arrow2 .carousel-control-prev::before {
    border-color: #fff;
}

.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    opacity: 0;
}

.carousel:hover .carousel-control-next, .carousel:hover .carousel-control-prev {
    opacity: 1;
}

.carousel-control-next {
    right: 20px;
    left: auto;
}

.carousel-control-prev {
    left: 20px;
    right: auto;
}

.carousel-indicators {
    bottom: 20px;
}

    .carousel-indicators li {
        border-radius: 100%;
        cursor: pointer;
        width: 12px;
        height: 12px;
    }

.content_overlay_bg {
    padding: 50px;
    position: relative;
}

    .content_overlay_bg::before {
        background-color: rgba(0, 0, 0, 0.5);
        bottom: 0;
        content: "";
        left: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

.banner_head2 {
    font-size: 40px;
}

.down {
    bottom: 20px;
    color: font-size: 48px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
}

    .down .mouse {
        position: relative;
        display: inline-block;
        width: 30px;
        height: 50px;
        margin: 0 auto 5px;
        border: 2px solid #333;
        border-radius: 24px;
        opacity: .6;
        cursor: pointer;
    }

        .down .mouse span {
            position: absolute;
            display: block;
            top: 0;
            left: 50%;
            width: 8px;
            height: 12px;
            margin: 0px 0 0 -4px;
            background: #333;
            border-radius: 20px;
            -webkit-animation: scroll 2s linear infinite;
            -moz-animation: scroll 2s linear infinite;
            animation: scroll 2s linear infinite;
        }

@-webkit-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 50%;
    }

    60% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@-moz-keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 50%;
    }

    60% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

@keyframes scroll {
    1% {
        opacity: 1;
        top: 30%;
    }

    20% {
        opacity: 1;
        top: 50%;
    }

    60% {
        opacity: 0;
        top: 50%;
    }

    100% {
        opacity: 0;
        top: 30%;
    }
}

.down_white.down .mouse {
    border-color: #fff;
}

    .down_white.down .mouse span {
        background: #fff;
    }

.carousel-fade .carousel-item {
    opacity: 0;
    transition-property: opacity;
}

    .carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
        opacity: 1;
    }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .carousel-fade .active.carousel-item-left, .carousel-fade .active.carousel-item-prev, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

.typed-cursor {
    font-weight: 100;
}

.border_shape {
    border: 14px solid rgba(255,255,255,0.5);
    padding: 20px;
}

.scroll_link {
    font-size: 14px;
    position: absolute;
    bottom: 60px;
    left: 0px;
    text-transform: uppercase;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

    .scroll_link.scroll_link_right {
        left: auto;
        right: 0;
        -moz-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .scroll_link:hover {
        color: #292b2c;
    }

    .scroll_link span {
        position: relative;
    }

        .scroll_link span::before {
            content: "";
            position: absolute;
            left: 100%;
            height: 1px;
            width: 70px;
            background-color: #292b2c;
            top: 8px;
            margin-left: 5px;
        }

    .scroll_link.scroll_link_right span::before {
        left: auto;
        top: 11px;
        margin-right: 5px;
        right: 100%;
    }

.social_banner {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

.signature {
    max-width: 300px;
    width: 100%;
}

.indicators_style1 {
    counter-reset: step;
}

.carousel-indicators.justify-content-end {
    left: auto;
}

.carousel-indicators.justify-content-start {
    right: auto;
}

.indicators_style1.carousel-indicators li {
    width: auto;
    height: auto;
    background-color: transparent;
    text-indent: 0;
    transition: all 0.5s ease-in-out;
}

    .indicators_style1.carousel-indicators li::before {
        content: "0"counter(step);
        color: #fff;
        counter-increment: step;
        position: static;
        height: auto;
        width: auto;
        margin: 0 10px;
    }

    .indicators_style1.carousel-indicators li::after {
        content: "/";
        margin: 0 8px;
        width: auto;
        height: auto;
        font-size: 30px;
        color: #fff;
        bottom: -5px;
        line-height: normal;
        vertical-align: middle;
        left: 28px;
        font-weight: 300;
    }

    .indicators_style1.carousel-indicators li:last-child::after {
        opacity: 0;
        margin: 0;
    }

    .indicators_style1.carousel-indicators li.active::before {
        color: #0e93d8;
    }

.slide_height_700 .carousel-item {
    height: 700px;
}

.indicators_style2 li {
    border-radius: 0;
    margin: 7px;
}

    .indicators_style2 li::before {
        height: auto;
        width: auto;
        border: 1px solid #fff;
        right: 0;
        left: 0;
        bottom: 0;
        top: 0;
        margin: -4px;
    }

.carousel-indicators.indicators_style3 li {
    border-radius: 0;
    height: auto;
    width: 80px;
    background-color: transparent;
    text-indent: 0;
    border: 2px solid rgba(255,255,255,0.5);
    opacity: 0.7;
}

    .carousel-indicators.indicators_style3 li.active {
        border-color: #fff;
        opacity: 1;
    }

.indicators_style4 li {
    position: relative;
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    margin: 0 10px;
}

    .indicators_style4 li::before {
        content: "";
        position: absolute;
        left: -5px;
        top: -5px;
        bottom: -5px;
        right: -5px;
        border: 1px solid #fff;
        border-radius: 100%;
    }

    .indicators_style4 li
    .carousel-item img {
        position: relative;
        z-index: -1;
    }

.carousel-item img {
    position: relative;
    z-index: -1;
}

.zoom-in {
    animation: zoom-in 10s infinite;
}

.zoom-out {
    animation: zoom-out 10s infinite;
}

@keyframes zoom-in {
    0% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes zoom-out {
    0% {
        -moz-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        -moz-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

.banner_ripple .ripple {
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.shape_banner {
    z-index: 1;
}

.carousel h2 {
    color: #fff;
    text-shadow: 0 0 1px #000;
}
/*===================================*
  03.END BANNER SECTION
*===================================*/

.sign-up {
    border: 1px solid #912b39;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    color: #912b39 !important;
    font-weight: bold;
}

.CorrectAction {
    text-align: center;
}

.WrongAction {
    text-align: center;
}

    .CorrectAction img, .WrongAction img {
        max-width: 128px;
        margin: 20px auto;
        display: inherit;
    }
