/*--------------------------------------------------------------============================================================
  


/*==============================
[Table of contents]




=============================================================--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;600;700&family=Titillium+Web:wght@300;400&display=swap');




body {
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    background-color: #fff;
    overflow-x: hidden;
    word-wrap: break-word;
    word-break: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'Cairo', sans-serif;
}

a, a:active, a:focus, a:active {
    color: #222222;
    text-decoration: none !important
}

input {
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    a:hover,
    a:focus,
    input:focus,
    input:hover,
    select:focus,
    select:hover,
    select:active,
    textarea:focus,
    textarea:hover,
    button:focus {
        outline: none;
    }

    input:not([type="submit"]):not([type="radio"]):not([type="checkbox"]),
    textarea {
        border: 1px solid rgba(0, 0, 0, 0.1);
        color: #999;
        display: inline-block;
        padding: 5px 10px;
    }

dl {
    margin-bottom: 1.6em;
}

dt {
    font-weight: bold;
}

dd {
    margin-bottom: 1.6em;
}

table,
th,
td {
    border: 1px solid #eaeaea;
    border: 1px solid rgba(51, 51, 51, 0.1);
}

table {
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin: 0 0 1.6em;
    table-layout: fixed; /* Prevents HTML tables from becoming too wide */
    width: 100%;
}

caption,
th,
td {
    font-weight: normal;
    text-align: left;
}

th {
    border-width: 0 1px 1px 0;
    font-weight: 700;
}

td {
    border-width: 0 1px 1px 0;
}

th, td {
    padding: 0.4em;
}

img {
    -ms-interpolation-mode: bicubic;
    border: 0;
    height: auto;
    max-width: 100%;
    vertical-align: middle;
}

iframe {
    width: 100%;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    color: #fff;
    font-weight: 700;
    font-family: 'Cairo', sans-serif;
}

h1,
.h1 {
    font-size: 50px;
}

h2,
.h2 {
    font-size: 45px;
}


ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
}

    p:last-child {
        margin: 0;
    }

/*---------------------------------------------------
HOME PAGE STYLESHEET 
----------------------------------------------------*/
header.header-section {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 12px;
}

.header-top {
    max-width: 1650px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header-social {
    margin-right: 20px;
}

    .header-social ul li {
        margin: 0 5px;
        display: inline-block;
    }

        .header-social ul li:first-child {
            margin-left: 0;
        }

        .header-social ul li:last-child {
            margin-right: 0;
        }

        .header-social ul li a {
            font-size: 16px;
            color: #fff;
            transition: all 0.4s;
        }

            .header-social ul li a:hover {
                color: #D0AB53;
            }

.header-info ul li {
    margin: 0 25px;
    font-size: 15px;
    font-weight: 300;
    display: inline-block;
}

    .header-info ul li:first-child {
        margin-left: 0;
    }

    .header-info ul li:last-child {
        margin-right: 0;
    }

    .header-info ul li i {
        margin-right: 10px;
    }

    .header-info ul li a {
        color: #fff;
        font-weight: 600;
    }

.header-weather {
    flex: 0 0 33%;
    text-align: center;
}

    .header-weather ul li {
        margin: 0 20px;
        font-size: 17px;
        display: inline-block;
    }

        .header-weather ul li span {
            font-weight: 700;
            margin-left: 5px;
        }

span.color-orange {
    margin: 0 5px;
    color: #cfaa5a;
}
.RTL {
    direction: rtl;
}

.header-menu ul li {
    margin: 0 5px;
    display: inline-block;
}

    .header-menu ul li:first-child {
        margin-left: 0;
    }

    .header-menu ul li:last-child {
        margin-right: 0;
    }

    .header-menu ul li a {
        color: #fff;
        font-size: 15px;
        font-weight: 300;
        transition: all 0.4s;
    }

        .header-menu ul li a:hover {
            color: #cfaa5a;
        }


.header-bottom {
    display: flex;
    max-width: 1600px;
    margin: 0 auto;
    align-items: center;
    padding-top: 40px;
    position: relative;
}

.header-button {
    margin-right: 45px;
}

a.header-btn {
    margin-right: 10px;
    color: #fff;
    font-size: 19px;
    border: 1px solid #fff;
    min-width: 180px;
    display: inline-block;
    padding: 10px;
    text-align: center;
    border-radius: 100px;
    transition: all 0.4s;
    line-height: 1;
}

    a.header-btn:hover {
        border: 1px solid #D0AB53;
        background-color: #D0AB53;
    }

    a.header-btn:last-child {
        margin-right: 0;
    }

.main-menu {
     /*flex: 0 0 45%;*/
    flex: 0 0 auto;
}

    .main-menu ul li {
        margin: 0 15px;
        position: relative;
        display: inline-block;
    }

        .main-menu ul li:first-child {
            margin-left: 0;
        }

        .main-menu ul li:last-child {
            margin-right: 0;
        }

        .main-menu ul li a {
            font-size: 18px;
            color: #fff;
            font-weight: 700;
            transition: all 0.4s;
            display: block;
            padding: 15px 0;
        }

            .main-menu ul li a:hover {
                color: #D0AB53;
            }

        .main-menu ul li:hover ul.dropdown_menu {
            opacity: 1;
            top: 60px;
            visibility: visible;
            z-index: 1111;
        }

ul.dropdown_menu {
    top: 80px;
    opacity: 0;
    visibility: hidden;
    left: -175px;
    min-width: 330px;
    overflow: hidden;
    position: absolute;
    background-color: #fff;
    box-shadow: 0px 5px 7.5px 2.5px rgb(0 0 0 / 6%);
    border-radius: 25px 0 0 25px;
    transition: all 0.4s;
}

    ul.dropdown_menu li {
        display: block;
        /*margin: 0;*/
    }

        ul.dropdown_menu li a {
            color: #1b375d;
            font-size: 16px;
            display: block;
            text-align: right;
            border-bottom: 1px solid #DADADA;
            padding: 10px 20px;
            transition: all 0.4s;
            border-right: 15px solid transparent;
        }

        ul.dropdown_menu li:last-child a {
            /*border: none;*/
        }

        ul.dropdown_menu li a:hover {
            color: #fff;
            padding: 10px 30px;
            background-color: #172B3D;
            border-right: 15px solid #D9BD68;
        }










.hero-section {
    z-index: 0;
    position: relative;
    min-height: 600px;
    padding-top: 60px;
}

    .hero-section:before {
        content: "";
        left: 0;
        top: 0;
        z-index: -1;
        width: 100%;
        height: 78%;
        position: absolute;
        background-color: #172B3D;
    }

.hero-wrap {
    max-width: 1650px;
    margin: 0 auto;
    min-height: 850px;
    display: flex;
    align-items: center;
    text-align: center;
    background-size: cover;
    background-position: center;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}

.hero-content {
    max-width: 1050px;
    margin: 0 auto;
}

    .hero-content h1 {
        margin-bottom: 15px;
    }

.hero-button {
    margin-top: 65px;
}

a.hero-btn {
    display: inline-block;
    background-color: #fff;
    font-weight: 700;
    min-width: 215px;
    padding: 10px;
    border-radius: 100px;
    color: #777777;
    margin-right: 15px;
    transition: all 0.4s;
}

    a.hero-btn:hover {
        color: #fff;
        background-color: #D0AB53;
    }

.hero-slider .owl-dots {
    bottom: -165px;
    position: absolute;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
}

    .hero-slider .owl-dots .owl-dot span {
        width: 23px;
        height: 10px;
        margin: 5px 7px;
        background: #fff;
        display: block;
        border-radius: 10px;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .hero-slider .owl-dots .owl-dot.active span {
        background: #D0AB53;
    }

.hero-bottom {
    background-color: #0A1B2B;
    position: absolute;
    width: 100%;
    bottom: 0;
    padding: 15px 20px 5px;
}

.hero-bottom-right ul {
    display: flex;
    justify-content: space-between;
}

    .hero-bottom-right ul li {
        font-size: 16px;
        color: #fff;
        margin: 0 10px;
        display: inline-block;
    }

.hero-bottom-left {
    left: 0;
    top: 0;
    display: flex;
    position: absolute;
    z-index: 1;
}

    .hero-bottom-left h3, .hero-bottom-left h4 {
        font-size: 24px;
        font-weight: 700;
        margin: 0;
        text-transform: uppercase;
        padding: 16px 25px;
        display: inline-block;
        background-color: #D0AB53;
    }

    .hero-bottom-left h4 {
        background-color: #EA2535;
    }

/*map section*/
.map-section {
    padding: 100px 0 150px;
}

.map-content {
    text-align: right;
}

    .map-content h5 {
        color: #cfaa5a;
        font-size: 18px;
    }

    .map-content h2 {
        color: #182b3c;
        margin-bottom: 35px;
    }

    .map-content p {
        font-size: 18px;
        line-height: 28px;
        color: #777777;
    }

a.default-btn {
    color: #182b3c;
    padding: 5px 0;
    font-weight: 700;
    display: inline-block;
    transition: all 0.4s;
    border-bottom: 2px solid #cfaa5a;
}

    a.default-btn img {
        margin-right: 10px;
    }

/*promo section*/
.section-title {
    text-align: right;
    margin-bottom: 90px;
}

    .section-title p {
        color: #cfaa5a !important;
        margin-bottom: 5px;
    }

    .section-title h2 {
        color: #182b3c;
    }

.promo-column {
    height: 410px;
}

.promo-thumb {
    width: 90px;
    margin: 0 auto 65px;
}

.promo-content h3 {
    font-size: 26px;
    font-weight: 900;
    margin-bottom: 20px;
}

.promo-hover-content p {
    font-size: 16px;
    line-height: 24px;
}

.promo-wrap {
    background-color: #172B3D;
    text-align: center;
    border-radius: 5px;
    transition: all 0.4s;
    padding: 80px 30px 30px;
}

    .promo-wrap:hover {
        background-color: #294156;
        padding: 30px 30px 140px;
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }

.promo-hover-content {
    opacity: 0;
    visibility: hidden;
    max-height: 0;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.promo-wrap:hover .promo-hover-content {
    opacity: 1;
    visibility: visible;
}
/*cta section*/

.cta-section {
    min-height: 560px;
    display: flex;
    align-items: center;
    background-size: cover;
    background-position: center;
}

.cta-content {
    text-align: center;
}

    .cta-content h2 {
        font-size: 55px;
        margin-bottom: 25px;
    }

    .cta-content p {
        margin: 0;
    }

        .cta-content p span {
            color: #f3cf80;
            margin-bottom: 5px;
        }

/*service section*/
.service-section {
    background-color: #F6F6F6;
    padding: 150px 0;
}

.service-wrap {
    z-index: 0;
    position: relative;
    background-size: cover;
    text-align: right;
    padding: 60px 30px 38px;
}

    .service-wrap:before {
        content: "";
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: -1;
        transition: all 0.4s;
        position: absolute;
        background-color: #172B3D;
    }

    .service-wrap:hover:before {
        opacity: 0;
    }

    .service-wrap h3 {
        font-size: 24px;
        line-height: 35px;
        margin-bottom: 35px;
    }

.service-section a.default-btn {
    color: #fff;
}

.service-right {
    text-align: right;
}

    .service-right p {
        margin: 0;
        color: #777777;
        font-size: 16px;
    }

        .service-right p span {
            color: #cfaa5a;
            margin-bottom: 10px;
        }

    .service-right h2 {
        font-size: 34px;
        color: #182b3c;
        margin-bottom: 30px;
    }

/*event section*/
.event-section {
    padding: 65px 0 130px;
}

    .event-section .section-title {
        text-align: right;
        margin-bottom: 48px;
    }

.event-item {
    background-color: #F2F2F2;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.event-content {
    text-align: right;
    padding: 0 30px;
}

    .event-content h3 {
        font-size: 28px;
        color: #182b3c;
        margin-bottom: 8px;
    }

    .event-content p {
        color: #777777;
        margin: 0 0 10px;
    }

.event-thumb {
    flex: 0 0 32%;
}

.event-date h3, .event-date h5 {
    font-size: 26px;
    color: #636363;
    font-weight: 300;
    line-height: 1;
    margin: 0;
    font-family: 'Titillium Web', sans-serif;
}

.event-date h5 {
    font-size: 14px;
    padding: 0;
    margin: 0;
}

.event-date {
    text-align: center;
    padding: 14px;
}

.event-thumb-right {
    margin-bottom: 30px;
    text-align: end;
}
/*single content section*/
.single-content-section {
    padding: 30px 0;
    background-color: #6D6D6D;
}

.single-content {
    text-align: right;
}

    .single-content h5 {
        font-size: 18px;
        margin: 0 0 5px;
        font-weight: bold;
    }

    .single-content p {
        font-size: 15px;
        line-height: 20px;
    }

/*footer*/
.footer-top {
    background-color: #172B3D;
    padding: 70px 0;
}

.footer-widget.widget-menu {
    margin-right: 85px;
}

.footer-widget {
    text-align: right;
}

    .footer-widget p {
        font-size: 16px;
        line-height: 26px;
        color: #cdcfd2;
    }

.footer-title {
    margin-bottom: 25px;
}

    .footer-title h4 {
        font-size: 24px;
    }

.subscription-field {
    position: relative;
}

    .subscription-field input {
        height: 60px;
        width: 100%;
        font-size: 16px;
        font-weight: 400;
        border-radius: 50px;
        text-align: right;
        padding: 10px 30px !important;
    }

button#subscription-btn {
    font-size: 16px;
    border: none;
    background-color: #D0AB53;
    color: #fff;
    height: 60px;
    width: 150px;
    border-radius: 100px;
    position: absolute;
    left: 0;
    top: 0;
}

.footer-bottom-menu {
    margin-top: 45px;
}

    .footer-bottom-menu ul li {
        display: inline-block;
        color: #cdcfd2;
        margin: 0 3px;
    }

        .footer-bottom-menu ul li a {
            color: #cdcfd2;
            font-size: 14px;
            font-weight: 700;
            transition: all 0.4s;
        }

            .footer-bottom-menu ul li a:hover {
                color: #D0AB53;
            }

.footer-menu ul li {
    margin-bottom: 5px;
}

    .footer-menu ul li a {
        color: #cdcfd2;
        font-size: 16px;
        font-weight: bold;
        transition: all 0.4s;
    }

        .footer-menu ul li a:hover {
            color: #D0AB53;
        }

.footer-info {
    float: right;
}

    .footer-info ul li {
        color: #cdcfd2;
        /*text-align: left;*/
    }

        .footer-info ul li a {
            color: #fff;
            font-weight: bold;
            font-size: 22px;
            margin-right: 10px;
        }

        .footer-info ul li i {
            color: #fff;
            margin-right: 8px;
        }

.footer-bottom {
    background-color: #263841;
    padding: 15px 0;
}

.footer-bottom-left ul li {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 5px;
}

    .footer-bottom-left ul li span {
        color: #e7c63b;
        font-weight: 700;
    }

.header-social ul {
    display: inline-block;
}

.header-social p {
    margin: 0;
    margin-left: 10px;
    font-size: 16px;
    display: inline-block;
}

.footer-bottom-right {
    width: 100%;
}

.footer-bottom .header-social {
    margin: 0;
    text-align: right;
}





/* offcanvas menu */
.main-menu {
    display: block;
    
}

.offcanves-menu {
    display: none;
   
}

.offcanves-menu {
    width: 300px;
    background: #ffffff;
    height: 100%;
    position: fixed;
    z-index: 111;
    padding: 62px 20px;
    margin-left: -300px;
    transition: .3s;
    padding-right: 0px;
}

    .offcanves-menu ul {
        padding-top: 20px;
    }

        .offcanves-menu ul li {
            position: relative;
            border-bottom: 1px solid #ddd;
            /*margin-right: 25px;*/
        }

            .offcanves-menu ul li:last-child {
                border-bottom: 0px;
            }

            .offcanves-menu ul li a {
                padding: 16px 0px;
                display: block;
                color: #333333;
                font-size: 17px;
                font-weight: 600;
                text-transform: uppercase;
                transition: all 0.4s;
            }

                .offcanves-menu ul li a:hover {
                    color: #172B3D;
                }

    .offcanves-menu.active {
        margin-left: 0px;
        z-index: 1111;
    }

.off-menu span.menubar {
    font-size: 28px;
    cursor: pointer;
    transition: all linear 0.3s;
    color: #ffffff;
}

.off-menu {
    float: right;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: #333333;
    font-size: 20px;
    padding: 10px 15px;
    border: 1px solid #333333;
    transition: all linear 0.3s;
    cursor: pointer;
}

    .close:hover {
        color: #172B3D;
        border-color: #172B3D;
    }

.offcanvas-overlay {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    z-index: 0;
    visibility: hidden;
    opacity: 0;
    transition: .5s;
}

    .offcanvas-overlay.active {
        opacity: .3;
        z-index: 111;
        visibility: visible;
    }

.menu-bar {
    display: none;
    position: absolute;
    top: 70%;
    left: 0;
    color: #fff;
    font-size: 35px;
    transform: translateY(-50%);
    cursor: pointer;
    display: none;
}


/* offcanvas menu */

/*---------------------------------------------------
ABOUT PAGE STYLESHEET 
----------------------------------------------------*/
header.header-section.header-inner {
    position: inherit;
}

.header-top-section {
    background-color: #172430;
    padding: 10px 0;
}

.header-bottom-section {
    background-color: #172B3D;
    padding: 20px 0;
}

    .header-bottom-section .header-bottom {
        max-width: 1650px;
        padding: 0;
    }

.inner-thumb {
    height: 260px;
    position: relative;
}

    .inner-thumb img {
        width: 100%;
        height: 100%;
    }

.inner-section {
    text-align: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    width: 100%;
}

.inner-content h1 {
    font-size: 45px;
    margin-bottom: 20px;
}

.inner-content p {
    font-weight: bold;
}

.about-section {
    padding: 50px 0 100px;
}

    .about-section .section-title {
        margin-bottom: 30px;
    }

.about-wrap {
    text-align: right;
}

    .about-wrap p {
        color: #777777;
    }

.about-thumb {
    margin-top: 40px;
    margin-bottom: 30px;
}

.about-info ul li {
    color: #777777;
    position: relative;
    padding-right: 22px;
    margin-bottom: 5px;
}

    .about-info ul li:before {
        width: 10px;
        height: 10px;
        content: "";
        right: 0;
        top: 10px;
        border-radius: 50%;
        position: absolute;
        background-color: #D0AB53;
    }

.about-wrap h3 {
    font-size: 33px;
    color: #182b3c;
    margin-top: 40px;
    margin-bottom: 30px;
}

.sidebar {
    margin-left: 50px;
    text-align: right;
}

.sidebar-menu-header {
    padding: 15px 30px;
    background-color: #172B3D;
}

    .sidebar-menu-header p {
        font-size: 16px;
        margin: 0;
        color: #c9c9c9;
    }

    .sidebar-menu-header h3 {
        font-size: 26px;
    }

.sidebar-menu ul li {
    margin-bottom: 3px;
}

    .sidebar-menu ul li a {
        display: block;
        color: #182430;
        font-size: 20px;
        font-weight: bold;
        position: relative;
        background-color: #F3F6F9;
        padding: 20px 15px 20px 30px;
        transition: all 0.4s;
        border-right: 15px solid #F3F6F9;
    }

        .sidebar-menu ul li a:hover {
            color: #fff;
            padding: 20px 25px 20px 30px;
            background-color: #D0AB53;
            border-right: 15px solid #AA8A42;
        }

        .sidebar-menu ul li a i {
            float: left;
            position: relative;
            top: 6px;
            left: 15px;
            opacity: 0;
            color: #fff;
            transition: all 0.4s;
        }

        .sidebar-menu ul li a:hover i {
            left: 0;
            opacity: 1;
        }

.sidebar-widget {
    margin-bottom: 40px;
}

.sidebar-title {
    margin-bottom: 30px;
}

    .sidebar-title p {
        font-size: 16px;
        color: #cfaa5a;
        font-weight: 700;
        margin-bottom: 10px;
    }

    .sidebar-title h3 {
        font-size: 26px;
        color: #182b3c;
    }

.sidebar-slider-wrap {
    padding: 50px 035px;
    background-size: cover;
}

.sidebar-slider-content h3 {
    font-size: 28px;
    margin-bottom: 40px;
}

a.default-btn.colo-white {
    color: #fff;
    display: inline-flex;
    align-items: center;
}

a.default-btn img {
    width: auto !important;
}


.sidebar-slider .owl-dots {
    margin-top: 65px;
}

    .sidebar-slider .owl-dots .owl-dot span {
        width: 23px;
        height: 10px;
        margin: 0 5px;
        background: #fff;
        display: block;
        border-radius: 10px;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .sidebar-slider .owl-dots .owl-dot.active span {
        background: #D0AB53;
    }

.sidebar-slider-promo-wrap {
    background-color: #294156;
    padding: 50px 40px 65px;
}

.slider-promo-thumb {
    margin-bottom: 60px;
    display: flex;
    justify-content: flex-end;
}

    .slider-promo-thumb img {
        width: auto !important;
    }


.sidebar-slider-promo-wrap .sidebar-slider .owl-dots {
    margin-top: 20px;
}

/*---------------------------------------------------
CONTACT PAGE STYLESHEET 
----------------------------------------------------*/
.contact-section {
    padding: 60px 0 100px;
}

.contact-wrap {
    text-align: right;
}

.contact-title {
    text-align: right;
    margin-bottom: 30px;
}

    .contact-title p {
        margin: 0;
    }

        .contact-title p span {
            color: #cfaa5a;
        }

    .contact-title h2 {
        color: #182b3c;
        margin-bottom: 30px;
    }

    .contact-title p {
        color: #777777;
    }

.form-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.input-field {
    position: relative;
    flex: 0 0 48%;
    margin-bottom: 30px;
}

    .input-field input, .input-field textarea {
        height: 58px;
        width: 100%;
        color: #cccccc !important;
        border-radius: 5px;
        padding: 10px 20px 10px 30px !important;
        /*border: 1px solid rgb(208, 208, 208) !important;*/
        border: 1px solid rgb(208, 208, 208);
        text-align: right;
    }

    .input-field i {
        color: #cccccc;
        position: absolute;
        left: 30px;
        top: 20px;
    }

    .input-field textarea {
        height: 300px;
        resize: none;
    }

button#submit-btn {
    border: none;
    width: 226px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 50px;
    transition: all 0.4s;
    background-color: #D0AB53;
}

    button#submit-btn:hover {
        background-color: #000;
    }

.map2-section {
    padding-bottom: 150px;
}

#map {
    height: 500px;
    width: 100%;
}

.contact-info-wrap {
    text-align: right;
    margin-right: 35px;
}

.contact-info {
    margin-bottom: 60px;
}

    .contact-info h3 {
        font-size: 35px;
        color: #182b3c;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid rgb(208, 208, 208);
    }

    .contact-info ul li {
        color: #777777;
        position: relative;
        /*padding-right: 60px;*/
    }

        .contact-info ul li img {
            position: absolute;
            top: 5px;
            right: 0;
        }

        .contact-info ul li a {
            font-size: 24px;
            font-weight: 600;
            color: #777777;
        }


/*---------------------------------------------------
KIT PAGE STYLESHEET 
----------------------------------------------------*/
.contant-section {
    padding: 100px 0 200px;
}

.contant-wrap {
    text-align: right;
}

    .contant-wrap p {
        margin: 0;
        color: #777777;
    }

        .contant-wrap p span {
            color: #cfaa5a;
        }

    .contant-wrap h2 {
        color: #182b3c;
        margin-bottom: 30px;
    }

    .contant-wrap h3 {
        font-size: 24px;
        color: #182b3c;
        margin: 25px 0;
    }

.link-section {
    padding-bottom: 100px;
}

a.website-url {
    color: #182b3c;
    transition: all 0.4s;
    text-decoration: underline !important;
}

    a.website-url:hover {
        color: #cfab5c;
    }
/*.kit-menu ul{
  column-count: 2;
}*/
.kit-menu ul li {
    position: relative;
    text-align: right;
    padding-right: 22px;
    display: inline-block;
    margin-right: 70px;
}

    .kit-menu ul li:before {
        content: "";
        border-radius: 50%;
        background-color: rgb(207, 170, 90);
        position: absolute;
        width: 10px;
        height: 10px;
        right: 0;
        top: 12px;
    }

    .kit-menu ul li a {
        color: #777777;
        transition: all 0.4s;
    }

        .kit-menu ul li a:hover {
            color: rgb(207, 170, 90);
        }

.link-button {
    text-align: right;
}

a.default-btn.hover:hover {
    color: #cfaa5a;
    border-bottom: 2px solid #182b3c;
}

.service2-section {
    padding-bottom: 130px;
}

a.default-btn.color-white {
    color: #fff;
}

.button-area {
    background-color: #ECE8E0;
    min-height: 245px;
    padding: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.button-item {
    text-align: right;
}

a.radius-btn {
    display: inline-block;
    width: 226px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    text-align: center;
    color: #777777;
    padding: 10px;
    font-weight: bold;
    transition: all 0.4s;
    margin-right: 15px;
}

    a.radius-btn:last-child {
        margin-right: 0;
    }

    a.radius-btn:hover {
        color: #cfaa5a;
    }

    a.radius-btn.bg-color {
        background-color: #D0AB53;
        color: #fff;
    }

        a.radius-btn.bg-color:hover {
            background-color: #E4AB17;
        }

.button-slider .owl-dots {
    position: absolute;
    left: -50px;
    top: 72px;
}

    .button-slider .owl-dots .owl-dot span {
        width: 23px;
        height: 10px;
        margin: 0 7px;
        background: #fff;
        display: block;
        border-radius: 10px;
        -webkit-backface-visibility: visible;
        transition: opacity .2s ease;
        border-radius: 30px;
    }

    .button-slider .owl-dots .owl-dot.active span {
        background: #D0AB53;
    }

.cta2-section {
    min-height: 780px;
    background-color: #3C4955;
    display: flex;
    align-items: center;
}

.cta2-content {
    max-width: 835px;
    background: #fff;
    border-radius: 25px;
    text-align: center;
    /*padding: 120px 50px 60px;*/
    padding: 75px 170px 60px;
    margin: 0 auto;
    position: relative;
}

    .cta2-content h3 {
        font-size: 36px;
        color: #182b3c;
        margin-bottom: 30px;
    }

    .cta2-content p {
        color: #777;
        font-weight: 600;
        margin-bottom: 35px;
    }

.close-btn {
    color: #D0AB53;
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 30px;
    cursor: pointer;
}

.tab-section {
    padding: 100px 0;
}

.nav-tabs {
    border-bottom: none;
}

    .nav-tabs .nav-link {
        margin-bottom: 0;
        border: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        width: 25%;
        height: 60px;
        background-color: #EBEBEB;
        color: #999999;
        font-size: 20px;
        border-right: 1px solid #fff;
    }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: #172B3D;
        }

.table-wrap table {
    border: none;
}

    .table-wrap table th {
        color: #182b3c;
        font-weight: bold;
        text-align: right;
        padding: 10px 20px;
        border: none;
        background-color: #fff;
    }

    .table-wrap table td {
        color: #777;
        text-align: right;
        padding: 10px 20px;
        border: none;
    }


table tr:nth-of-type(odd) td {
    background-color: #F7F7F7;
}


th.extra_width {
    width: 500px;
}

th.small_width {
    width: 80px;
}

th.medium_width {
    width: 140px;
}

.tab-section .map-content {
    margin-left: 30px;
}

    .tab-section .map-content h2 {
        font-size: 36px;
    }


.input-field.input-field2 textarea {
    height: 150px;
}


.nice-select.input-dropdown {
    height: 58px;
    width: 100%;
    float: none;
    color: #cccccc !important;
    border-radius: 5px;
    padding: 10px 20px 10px 30px !important;
    border: 1px solid rgb(208, 208, 208) !important;
    text-align: right !important;
    cursor: pointer;
}

ul.list {
    width: 100%;
}

.nice-select:after {
    border-bottom: 2px solid #D8D8D8;
    border-right: 2px solid #D8D8D8;
    height: 13px;
    margin-top: -6px;
    left: 23px;
    width: 13px;
}

.contact-info2 {
    max-width: 210px;
}

    .contact-info2 ul li {
        margin-bottom: 10px;
    }

        .contact-info2 ul li a {
            color: #777;
            display: block;
            font-weight: 600;
            position: relative;
        }

            .contact-info2 ul li a:before {
                content: "";
                position: absolute;
                width: 21px;
                height: 21px;
                right: 0;
                top: 6px;
                border: 2px solid rgb(36, 58, 78);
            }

            .contact-info2 ul li a:after {
                content: "";
                right: 4px;
                top: 10px;
                width: 13px;
                height: 13px;
                opacity: 0;
                position: absolute;
                transition: all 0.4s;
                background-color: #D0AB53;
            }

            .contact-info2 ul li a:hover:after {
                opacity: 1;
            }


.logo-area {
    display: flex;
    margin-top: 150px;
}

.logo-item {
    margin-right: 61px;
}

    .logo-item img {
        margin-bottom: 20px;
    }

    .logo-item p {
        color: #777;
    }
.promo-content h3 {
    height: 60px;
    overflow: hidden;
}
