@import url('https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300..900;1,300..900&display=swap');

body {
    font-family: "Rubik", sans-serif;
    font-style: normal;
    font-optical-sizing: auto;
    background-color: #F7F6F1
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0
}

.clearfix {
    clear: both
}
p {
    color: #0B2D3D;
    font-size:16px;
    line-height:28px;
}
a {
    text-decoration: none
}

ul, li, ol {
    list-style: none;
    margin: 0;
    padding: 0
}

.header {
    background-color: #0B2D3D;
    height: 75px;
    position: relative;
    z-index: 1;
}

.header-wrapper {
    width: 100%;
    position: relative;
    text-align: center
}

.menu-side {
    position: absolute;
    right: 0;
    top: 0;
}
.xtra-side {
    position: absolute;
    left: 50px;
    top: 0;
}
.xtra-side-more {
    float: right;
    width: auto;
}
.dropdown {
    margin: 18px;
    float: right;
}

.dropdown-toggle {
    white-space: nowrap;
    background-color: #C9992C;
    border: 0;
}

.logo {
    display: inline-block;
    margin: 0 auto;
}

    .logo img {
        width: 200px
    }

.menu {
    float: right;
    margin-right: 5px;
}


#primary_nav_wrap {
    margin-top: 19px;
}

    #primary_nav_wrap ul {
        list-style: none;
        position: relative;
        float: left;
        margin: 0;
        padding: 0
    }

        #primary_nav_wrap ul a {
            display: block;
            color: #fff;
            text-decoration: none;
            font-weight: 500;
            font-size: 15px;
            line-height: 32px;
            padding: 0 10px 24px;
        }

        #primary_nav_wrap ul li {
            position: relative;
            float: right;
            margin: 0;
            padding: 0
        }

            #primary_nav_wrap ul li.current-menu-item {
                background: #ddd
            }

            #primary_nav_wrap ul a:hover {
                text-decoration: underline
            }

        #primary_nav_wrap ul ul {
            display: none;
            position: absolute;
            top: 100%;
            right: 0;
            background: #fff;
            padding: 0;
            top: 56px;
        }

            #primary_nav_wrap ul ul li {
                float: none;
                width: 200px;
                text-align: right;
            }

            #primary_nav_wrap ul ul a {
                line-height: 120%;
                padding: 15px 20px;
                color: #0b2d3d;
                border-bottom: 1px #ddd solid;
            }

            #primary_nav_wrap ul ul ul {
                top: 0;
                left: 100%
            }

        #primary_nav_wrap ul li:hover > ul {
            display: block
        }

.search {
    width: 40px;
    margin-top: 24px;
    float: right;
}

    .search i {
        color: #fff;
        font-size: 20px;
    }

#search {
    cursor: pointer;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 8px;
}

#search-box {
    display: none;
    width: 270px;
    background-color: #f0f0f0;
    margin: 0 auto;
    clear: both;
    position: absolute;
    z-index: 10;
    left: 0;
    height: 45px;
    top: 75px;
    padding: 0 5px 5px;
}
.map {
    font-size: 20px;
    color: #fff;
    padding: 22px 10px;
    float: right;
}
.dropdowns {
    width: 100px;
    margin: 18px 0 0 10px;
    float: right;
}

    .dropdowns dt a {
        display: block;
        height: 33px;
        width: 100%;
        border-left: 1px solid #657377;
        text-decoration: none;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

        .dropdowns dt a:hover, .dropdowns dt a:active {
            border-color: #bdc3c7;
        }

    .dropdowns dt span {
        display: block;
        padding: 0 1em;
        line-height: 2.5em;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAKCAYAAACALL/6AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAIGNIUk0AAHo+AACAQQAA+MoAAIC0AAB48QAA9RwAADw3AAAbzhlfIT4AAACJSURBVHjajNAxCsJAEEbhb5cU4i0sbHIaL6IQTxFPo4VeROwXQs4gKW1cWJZEM90wj5l5f0jDeMXBunqENIw7vLD9A09oIxL6FdsvSCENI2zwxH4BTmgxxeJc92P76cuIpRBuc6K45yZWwzPeleixBOLMr30tWgJZuqwcQJNFy2GzkHeHUMPwGQChFSPmzlJ1WgAAAABJRU5ErkJggg==) no-repeat scroll right center;
        border-right: 1em solid transparent;
        cursor: pointer;
        color: #fff;
        font-size: 14px;
        font-weight: normal;
    }

    .dropdowns dd {
        position: relative;
    }

        .dropdowns dd ul {
            display: none;
            position: absolute;
            right: 0;
            top: 0;
            width: 100%;
            list-style: none;
            background: #fff none repeat scroll 0 0;
            border: 1px solid #bdc3c7;
            border-radius: 3px;
            text-align: right;
        }

            .dropdowns dd ul li:first-child a:hover {
                border-radius: 3px 3px 0 0;
            }

            .dropdowns dd ul li:last-child a:hover {
                border-radius: 0 0 3px 3px;
            }

        .dropdowns dd li a {
            display: block;
            padding: 0 1em;
            line-height: 2.5em;
            text-decoration: none;
            font-size: 14px;
            font-weight: normal;
        }

            .dropdowns dd li a:hover {
                cursor: pointer;
            }

.gsearch {
    width: 300px !important;
    direction: rtl !important;
    height: 30px;
    float: left !important
}

.gsc-control-cse {
    border-color: none !important;
    background: 0 0 !important;
    direction: rtl !important;
    height: 20px !important;
    padding: 0 !important;
    border: 0 !important
}

gsc-input {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important;
    height: 20px !important
}

#gsc-i-id1 {
    text-align: right !important;
    direction: rtl !important;
    float: right !important;
    background: 0 0 !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    border: none !important;
    background-color: #474747 !important;
    background-image: none;
    filter: none;
    setanimation -webkit-transition:all .4s ease !important;
    transition: all .4s ease !important;
    margin-top: 2.5px !important;
    border-radius: 0 !important
}

    input.gsc-search-button:hover, input.gsc-search-button:hover, input.gsc-search-button:focus:hover {
        border: none !important;
        background-color: #eeaf06 !important;
        background-image: none;
        filter: none;
        setanimation -webkit-transition:all .4s ease !important;
        transition: all .4s ease !important
    }

.gsc-input-box {
    border: 1px solid #fff !important;
    background: none repeat scroll 0% 0% #fff;
    height: 28px !important;
    margin-top: 0 !important
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
    width: 13px;
    height: 13px;
    padding: 5.5px 15px !important;
    min-width: 13px;
    margin-top: 1px
}

table.gsc-search-box td.gsc-input {
    padding-left: 5px !important
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
    font-size: 16px
}

.gs-result .gs-title, .gs-result .gs-title * {
    color: #000 !important
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
    color: silver !important
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
    color: gray !important;
    font-size: 12px !important
}

.gs-web-image-box img.gs-image {
    width: 150px !important;
    height: 150px !important;
    border: 2px solid silver;
    margin: 1px !important;
    padding: 1px !important
}

.gsc-branding {
    display: none !important
}

.gsc-clear-button {
    display: none !important
}

#gsc-i-id1 {
    padding: 0 !important;
    text-indent: 0 !important
}

.gsc-search-button {
    padding: 9px 0 !important;
    color: #474747 !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    font-size: 1px;
    margin-top: 0 !important;
    text-indent: 0 !important;
    width: 34px !important
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
    margin-top: 0 !important
}

.cse .gsc-search-button-v2, .gsc-search-button-v2 {
    font-size: 0;
    padding: 6px 27px;
    margin-top: 0 !important;
    width: auto;
    vertical-align: middle;
    border: 0 !important;
    border-top-color: #f41010;
    border-right-color: #f41010;
    border-bottom-color: #f41010;
    border-left-color: #f41010;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-color: #3079ed;
    background-color: #4d90fe;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#4d90fe),to(#4787ed));
    background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -moz-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -ms-linear-gradient(top,#4d90fe,#4787ed);
    background-image: -o-linear-gradient(top,#4d90fe,#4787ed);
    background-image: linear-gradient(top,#4d90fe,#4787ed);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4d90fe',EndColorStr='#4787ed');
    background: #e87224 !important
}

    .cse .gsc-search-button-v2, .gsc-search-button-v2:hover {
        background: #e87224 !important
    }

.table.gsc-search-box td {
    padding: 0 !important
}

.slideshow {
    display: block;
    position: relative;
}
    .slideshow img {
        width: 100%;
    }
.slideshow-txt {
    position: absolute;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);
    width: 100%;
    padding: 2% 2% 4%;
}
    .slideshow-txt h1 {
        color: #fff;
        font-size: 50px;
        margin-bottom:20px
    }
    .slideshow-txt p {
        color: #fff;
        width: 50%;
        margin-bottom: 20px
    }
.btn-primary {
    background-color: #c9992c;
    border: 0;
}
    .btn-primary:hover {
        background-color:#000
    }
    .tel {
        width: 46px;
        height: 46px;
        background-color: #c9992c;
        border-radius: 56px;
        display: block;
        position: absolute;
        left: 2%;
        bottom: 16%;
        text-align: center;
        color: #fff;
        line-height: 46px;
        font-size: 20px;
    }
    .title {
        display:block;
        margin-bottom:30px;
    }
        .title h1 {
            color: #0B2D3D;
            font-size: 34px;
            position: relative;
            font-weight: 700;
        }
            .title h1::before {
                content: '';
                background-image: url('../images/icon.png');
                background-size: 100%;
                float: right;
                width: 30px;
                height: 30px;
                margin-top: 8px;
                margin-left: 20px;
            }
            .padding {
                padding:50px 0
            }
            .about {
                display: block;
                -webkit-box-shadow: inset 0 400px 0 0 #FFFFFF;
                box-shadow: inset 0 400px 0 0 #FFFFFF;
            }
                .about p {
                    margin-bottom:30px
                }
                .figer-cards {
                    background-color: #fff;
                    height: 100%;
                    border: 1px #f0eddc solid;
                    padding: 30px;
                    border-radius: 10px;
                }
    .figer-cards h1 {
        font-size: 46px;
        font-weight: 600;
        margin-bottom: 20px;

    }
    .figer-cards h5 {
        font-size: 16px;
        font-weight: normal;
    }
.services {
    display: block;
}
.services-card {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
    border: 1px #f0eddc solid;
    height:460px
}
    .services-card img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        object-position: center;
    }
.services-card-txt {
    padding: 20px;
}
    .services-card-txt h1 {
        font-size: 24px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .services-card-txt p {
        margin-bottom: 20px;
    }
.dark-section {
    background-color: #0B2D3D;
}
.dark-section-txt {
    display: block;
}
    .dark-section-txt h1 {
        color: #fff;
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 700;
    }
    .dark-section-txt h3 {
        color: #fff;
        font-weight: 200;
        line-height: 40px;
        margin-bottom: 20px;
        font-size: 26px;
    }
.dark-section img {
    width: 100%;
    border-radius:10px
}
.light-section {
    background-color: #fff;
}

.light-section-txt {
    display: block;
}

    .light-section-txt h1 {
        color: #0B2D3D;
        font-size: 30px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .light-section-txt h3 {
        font-size: 26px;
        margin-bottom: 10px;
        font-weight: 300;
    }
    .light-section-txt h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 20px;
    }
        .light-section img {
            width: 100%;
            border-radius: 10px
        }
.apps {
    display:block
}
    .apps h4 {
        font-size: 18px;
        font-weight: 600;
    }
.links {
    display: block;
}
    .links ul li {
        background-color: #fff;
        padding: 20px;
        width: 48%;
        margin-left: 2%;
        float: right;
        margin-bottom: 10px;
        border-radius: 10px;
    }
    .xtra-btns {
        border-radius: 10px;
        overflow: hidden;
        background-color: #fff;
        border: 1px #f0eddc solid;
        padding: 20px 0;
       
        display: inline-block;
    }
    .xtra-btns a {
        color: #0B2D3D;
        text-decoration: underline;
        margin: 0 20px;
    }
        .xtra-btns a i {
            margin-right:10px
        }


.footer {
    display: block;
    background-color: #0B2D3D;
}
    .footer-first {
        display:block
    }
        .footer-first img {
            width: 240px;
            margin-bottom:20px;
        }
        .footer-social {
            display:block
        }
            .footer-social a {
                color: #C9992C;
                margin-left: 16px;
                font-size: 25px;
            }
            .footer-sections {
                display: block
            }
        .footer-sections a {
            color:#fff;
            display:block;
            margin-bottom:5px;
        }
            .footer-sections a:hover {
                text-decoration:underline
            }
            .footer-last {
                display: inline-block;
                border: 1px #1E4B60 solid;
                border-radius: 10px;
            }
    .footer-last img {
        width:120px;
        margin:10px;
    }
.footer-xtra {
    border-top: 1px #215168 solid;
    padding: 20px 0;
    text-align: center;
    color: #215168;
    font-size:12px;
    text-transform:uppercase
}

.page-titles {
    display: block;
    position: relative;
    border-bottom: 1px #CECECE solid;
}
    .page-titles h1 {
        font-size: 50px;
        padding: 50px 0;
        color: #0B2D3D;
        font-weight:600
    }
    .page-titles-links {
        display:block
    }
        .page-titles-links a {
            color: #768188;
            padding: 10px 0 16px;
            display: inline-block;
            margin-left: 20px;
            font-weight: bold;
        }
        .page-titles-links .active {
            border-bottom: 4px #C9992C solid;
            color: #062539;
        }

.ceo {
    display: block;
    background-color: #F7F6F1
}
.ceo-txt {
    display: block;
    padding: 10% 0;
}
    .ceo-txt h3 {
        color: #c9992c;
        line-height: 50px;
        margin-bottom: 20px;
        border-right: 5px #c9992c solid;
        padding: 0 5%;
    }
    .ceo-txt span {
        display:block
    }
.ceo img {
    width:100%;
}
.mv {
    display:block
}
.mv-item {
    display: block;
    margin-bottom: 40px;
    border-radius: 10px;
    background-color: #F7F6F1;
    overflow: hidden;
}
.mv-item-icon {
    background-color: #E5ECEA;
    text-align: center;
    padding: 30px 0;
    height: 100%;
}
.mv-item-txt {
    display: block;
    height: 100%;
    padding: 30px 20px;
}
    .mv-item-txt h3 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .mv-item-txt h2 {
        color: #c9992c;
        margin-bottom: 20px;
        font-weight: 100;
    }
    .musahm {
        background-color:#fff
    }
        .musahm h1 {
            font-size: 30px;
            margin-bottom: 16px;
        }
        .musahm h4 {
            font-size: 20px;
            font-weight: 300;
            margin-bottom: 40px;
        }
.musahm-item {
    padding: 30px;
    height: 100%;
    border-radius: 10px;
    background-color: #f7f6f1
}
    .musahm-item h2 {
        font-size: 22px;
        color: #c9992c;
        margin-bottom: 10px;
    }
    .musahm-item span {
        display: block;
        margin-bottom: 20px;
    }
    .musahm-item h3 {
        border-top: 1px #d7d7d7 solid;
        padding-top: 10px;
        font-size: 50px;
        font-weight: 100;
    }
.majlis-item {
    height: 100%;
    border-radius: 10px;
    background-color: #f7f6f1;
    overflow: hidden;
    text-align: center;
}
    .majlis-item img {
        width: 100%;
        height:300px;
        object-fit:cover;
        object-position:center
    }
    .majlis-item h2 {
        font-size: 20px;
        color: #c9992c;
        padding: 20px 5px 10px 10px;
    }
    .majlis-item span {
        display: block;
        padding: 0px 10px 20px;
    }
    .edara {
        background-color:#fff
    }
.edara-item {
    display: block;
    border-bottom: 1px #E1E1E1 solid;
    padding: 20px 0 0;
}
    .edara-item h3 {
        font-size: 20px;
        margin-bottom:20px
    }
    .edara-item ul li {
        background-color: #f7f6f1;
        width: 32%;
        float: right;
        margin-left: 2%;
        margin-bottom: 20px;
        text-align: center;
        border-radius:10px
    }
        .edara-item ul li:nth-child(3n+0) {
            margin-left:0
        }
        .edara-item ul li h4 {
            font-size: 18px;
            margin-bottom: 10px;
            padding: 10px 10px 0;
            text-align: center;
            font-weight: 600;
        }
        .edara-item ul li span {
            display: block;
            color: #c9992c;
            padding: 0 10px 13px;
            font-size: 14px;
        }
        .same-sections {
            display:block;
            background-color:#fff
        }
.same-sections-item {
    height: 100%;
    border-radius: 10px;
    background-color: #f7f6f1;
    overflow: hidden;
    text-align: center;
}
    .same-sections-item img {
        width: 100%;
        height: 242px;
        object-fit: cover;
        object-position: center;
    }
    .same-sections-item h2 {
        font-size: 20px;
        color: #c9992c;
        padding: 18px 10px 22px;
    }
    .same-sections-item:hover h2 {
        text-decoration:underline
    }
.detail {
    display: block;
    background-color: #fff;
    border-bottom: 1px #CECECE solid;
}

    .detail h1 {
        font-size: 30px;
        border-right: 3px #c9992c solid;
        padding-right: 30px;
        margin-bottom: 60px;
        font-weight: 300;
    }
    .detail-wrapper {
        display:block
    }
        .detail-wrapper img {
            width: 50%;
            float: left;
            margin-right: 20px;
            border-radius:10px;
        }
.detail h2 {
    font-size: 24px;
    margin-bottom: 10px;
}
.qruzh {
    display:block;
    background-color:#fff;
}
    .qruzh h1 {
        font-size: 30px;
        margin-bottom: 30px;
        font-weight: 300;
    }
.qruzh-btns {
    display: block;
    margin-bottom: 60px;
}
    .qruzh-btns a {
        background-color: #0B2D3D;
        padding: 10px 20px 14px;
        display: inline-block;
        border-radius: 10px;
        color: #fff;
        font-size: 20px;
        margin-left: 20px;
        font-weight: 600;
    }
        .qruzh-btns a i {
            color: #C9992C;
            margin-right: 10px;
        }
.qruzh-card {
    background-color: #f7f6f1;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
}
    .qruzh-card h3 {
        font-size: 20px;
        font-weight: 600;
        margin-bottom: 20px;
        color: #c9992c;
    }
    .qruzh-card ul li {
        display: block;
        position: relative;
        margin-bottom: 10px;
        padding-right: 25px;
    }
        .qruzh-card ul li i {
            color: #c9992c;
            position: absolute;
            right: 0;
            top: 4px;
        }
.qruzh-form {
    margin-bottom: 30px;
    background-color: #f7f6f1;
    border-radius: 10px;
    overflow: hidden;
    padding: 30px;
    height: 100%;
}
.qruzh-form h5 {
    margin-bottom: 10px;
}
.qruzh-form ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    padding-right: 25px;
}

        .qruzh-form ul li i {
            color: #c9992c;
            position: absolute;
            right: 0;
            top: 4px;
        }

.same-sections-shadow {
    height: 100%;
    border-radius: 10px;
    background-color: #f7f6f1;
    overflow: hidden;
    text-align: center;
    position: relative;
}
    .same-sections-shadow img {
        width: 100%;
        height: 242px;
        object-fit: cover;
        object-position: center;
    }
    .same-sections-shadow h2 {
        font-size: 20px;
        color: #fff;
        padding: 40px 20px 20px;
        position: absolute;
        bottom: 0;
        width: 100%;
        text-align: right;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,rgb(0, 0, 0) 100%);
    }
    .same-sections-shadow:hover h2 {
        text-decoration:underline
    }

    .main-detail {
        display:block
    }
        .main-detail img {
            width: 100%;
        }
.main-detail-txt {
    display: block
}
.detail-txt-wrapper {
    width: 960px;
    margin: 0 auto;
}
    .detail-txt-wrapper h1 {
        color: #0b2d3d;
        font-weight: 700;
        margin-bottom: 20px;
    }
    .detail-txt-wrapper span {
        color: #c9992c;
        display: block;
        margin-bottom: 20px;
    }
    .detail-txt-wrapper img {
        max-width:100%;
        display:block;
        margin:20px 0;
    }

.news-sections-item {
    height: 100%;
    border-radius: 10px;
    background-color: #f7f6f1;
    overflow: hidden;
    text-align: right;
}
    .news-sections-item img {
        width: 100%;
        height: 242px;
        object-fit: cover;
        object-position: center;
    }
    .news-sections-item span {
        color: #C9992C;
        font-size: 14px;
        padding: 20px 20px 0;
        display: block;
    }
    .news-sections-item h2 {
        font-size: 18px;
        color: #0b2d3d;
        padding: 10px 20px 20px;
        font-weight: 600;
        line-height: 30px;
    }
    .news-sections-item:hover h2 {
        text-decoration:underline
    }
    @media screen and (max-width: 1360px) {
        #primary_nav_wrap ul a {
            font-size: 13px;
            padding: 0 8px 24px;
        }

        .dropdown {
            margin: 18px 0 18px 10px;
        }
    }

    @media screen and (max-width: 1060px) {
        .logo {
            margin-top: 12px;
        }

            .logo img {
                width: 140px
            }

        #primary_nav_wrap ul a {
            font-size: 11px;
            padding: 0 6px 24px;
        }
    }

    @media screen and (max-width: 960px) {
        .menu {
            display: none
        }

        .header {
            height: 105px;
        }

        .dropdown {
            margin: 12px 0;
        }

        .dropdown-toggle {
            font-size: 12px;
        }

        .logo {
            margin-top: 4px;
        }

        .xtra-side {
            border-top: 1px #657377 solid;
            padding-top: 7px;
            position: static;
        }

        .dropdowns {
            margin: 0px 0 0 10px;
        }

        .xtra-side-more {
            float: left;
            width: auto;
        }

        #search-box {
            top: 105px;
        }

        .search {
            margin-top: 5px;
        }

        .map {
            padding: 4px 10px;
        }

        .slideshow-txt h1 {
            font-size: 30px;
        }

        .slideshow-txt p {
            width: 90%;
            font-size: 14px;
        }

        .tel {
            left: 3%;
            bottom: 7%;
        }

        .services-card {
            height: auto;
        }

        .footer-sections a {
            margin-bottom: 3px;
            font-size: 12px;
        }

        .page-titles h1 {
            font-size: 24px;
            padding: 30px 0;
        }

        .page-titles-links a {
            padding: 5px 0 10px;
            margin-left: 18px;
            font-size: 12px;
        }

        .ceo-txt {
            padding: 6% 6%;
        }

            .ceo-txt h3 {
                line-height: 30px;
                margin-bottom: 14px;
                font-size: 18px;
            }
        .detail-txt-wrapper {
            width: 96%;
            margin: 0 auto;
        }
    }

    @media screen and (max-width: 768px) {
        p {
            font-size: 14px;
            line-height: 24px;
        }

        .title h1 {
            font-size: 24px;
        }

            .title h1::before {
                width: 24px;
                height: 24px;
                margin-top: 3px;
                margin-left: 10px;
            }

        .figer-cards {
            padding: 16px;
        }

            .figer-cards h1 {
                font-size: 26px;
            }

            .figer-cards h5 {
                font-size: 12px;
            }

        .padding {
            padding: 30px 0;
        }

        .about {
            background-color: #fff;
        }

        .dark-section-txt h1 {
            font-size: 20px;
            margin-bottom: 14px;
        }

        .dark-section-txt h3 {
            line-height: 24px;
            margin-bottom: 20px;
            font-size: 17px;
        }

        .light-section-txt h1 {
            font-size: 20px;
            margin-bottom: 14px;
        }



        .xtra-btns {
            padding: 10px 0;
        }

            .xtra-btns a {
                margin: 0 10px 5px;
                font-size: 13px;
                display: block;
            }

        .page-titles-links {
            overflow: auto;
            white-space: nowrap;
        }

        .musahm h1 {
            font-size: 20px;
        }

        .musahm h4 {
            font-size: 16px;
        }

        .mv-item-icon svg {
            width: 100px;
            height: auto;
        }

        .musahm-item {
            padding: 20px;
        }

            .musahm-item h2 {
                font-size: 18px;
            }

            .musahm-item span {
                font-size: 14px;
            }

            .musahm-item h3 {
                font-size: 40px;
            }

        .majlis-item h2 {
            font-size: 16px;
            padding: 10px 5px 5px;
        }

        .majlis-item span {
            padding: 0px 10px 10px;
            font-size: 12px;
        }

        .edara-item ul li {
            width: 100%;
            float: none;
            margin-left: 0;
            margin-bottom: 16px;
        }

            .edara-item ul li h4 {
                font-size: 15px;
            }

            .edara-item ul li span {
                font-size: 12px;
            }

        .same-sections-item img {
            height: 143px;
        }

        .same-sections-item h2 {
            font-size: 13px;
            padding: 10px 10px 12px;
        }

        .detail h1 {
            font-size: 20px;
            padding-right: 20px;
            margin-bottom: 50px;
        }

        .detail-wrapper img {
            width: 100%;
            float: none;
            margin-right: 0;
            border-radius: 10px;
            margin-bottom: 20px;
        }

        .detail h2 {
            font-size: 20px;
        }

        .qruzh h1 {
            font-size: 20px;
            margin-bottom: 30px;
        }

        .qruzh-btns a {
            font-size: 16px;
            margin-left: 0;
            margin-bottom: 10px;
        }

        .qruzh-btns {
            margin-bottom: 20px;
        }

        .qruzh-card {
            padding: 20px;
        }
    }


    @media screen and (max-width: 500px) {
        .slideshow img {
            object-fit: cover;
            height: 300px;
        }

        .slideshow-txt {
            padding: 2% 0 4%;
        }

            .slideshow-txt h1 {
                font-size: 18px;
                margin-bottom: 10px;
            }

            .slideshow-txt p {
                width: 90%;
                font-size: 12px;
            }

        .btn-primary {
            font-size: 12px;
        }

        .tel {
            width: 36px;
            height: 36px;
            line-height: 36px;
            font-size: 17px;
        }

        .btns i {
            font-size: 21px;
            line-height: 43px;
        }

        .btns {
            height: 44px;
            width: 25px;
        }

        .dropdowns {
            width: 90px;
        }

        .services-card-txt h1 {
            font-size: 20px;
            margin-bottom: 14px;
        }

        .qruzh-form {
            margin-bottom: 20px;
            padding: 20px;
        }

            .qruzh-form ul li {
                font-size: 12px;
            }

        .form-label {
            font-size: 12px;
        }
        .same-sections-shadow img {
            height: 172px;
        }
        .same-sections-shadow h2 {
            font-size: 16px;
        }
        .detail-txt-wrapper h1 {
            margin-bottom: 10px;
            font-size: 24px;
        }
        .detail-txt-wrapper span {
            margin-bottom: 10px;
            font-size: 12px;
        }
        .news-sections-item img {
            height: 200px;
        }
        .news-sections-item h2 {
            font-size: 14px;
        }
        .links ul li {
            padding: 10px;
        }
    }


.contact-map iframe {
    width: 100% !important;
}

.contact-radios {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
}

.contact-radio {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.contact-radio input[type="radio"] {
    /* Add if not using autoprefixer */
    -webkit-appearance: none;
    /* Remove most all native input styles */
    appearance: none;
    /* For iOS < 15 */
    background-color: var(--form-background);
    /* Not removed via appearance */
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.9em;
    height: 1.9em;
    border: 0.1em solid #d2d2d2;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
}

    .contact-radio input[type="radio"]::before {
        content: "";
        width: 1em;
        height: 1em;
        border-radius: 50%;
        transform: scale(0);
        transition: 120ms transform ease-in-out;
        box-shadow: inset 1em 1em var(--form-control-color);
        /* Windows High Contrast Mode */
        background-color: #C9992C;
    }

    .contact-radio input[type="radio"]:checked::before {
        transform: scale(1);
    }

.contact-city {
    margin-top: 4rem;
    display: flex;
    align-items: center;
    gap: 2rem;
}

.contact-city span {
    font-size: 1.6rem;
}

    .contact-city select {
        width: 20rem;
        height: 55px;
        padding: 0 1.2rem;
        border: none;
        border-radius: 4px;
        background-color: #f7f6f1 !important;
        color: var(--form-control-color);
        font-size: 14px;
    }

    .contact-city select option {
        font-size: 18px !important;
    }

@media screen and (max-width: 550px) {
    .contact-radios {
        gap: 1rem;
    }

    .contact-radio input[type="radio"] {
        width: 1.3em;
        height: 1.3em;
    }
        .contact-radio input[type="radio"]::before {
            width: 0.7em;
            height: 0.7em;
        }

    .contact-city {
        gap: 1rem;
    }
    .contact-city span {
        font-size: 1rem
    }
}

.contact-branchs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

.contact-branch {
    background: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 16px;
}

    .contact-branch span {
        font-size: 1.2rem;
    }

    .contact-branch a {
        background: #c9992c;
        color: #fff;
        padding: 10px 15px;
        font-size: 15px;
        display: flex;
        gap: 10px;
    }

        .contact-branch a img {
            width: 1rem;
            transition: all 600ms;
        }

    .contact-branch a:hover img {
        transform: translateX(-8px)
    }

@media screen and (max-width: 995px) {
    .contact-branchs {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
}

.contact-wrapper {
    display: flex;
    
}

.contact-infos {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    flex: 0.5;
   
}

.contact-form {
    flex: 0.5;
}

    .contact-form h3,
    .contact-infos h3 {
        font-weight: 500;
        font-size: 1.3rem;
        margin-bottom: 1rem;
    }
.contact-infos span {
    color: #5e5e5e;
    font-size: 1.2rem;
    font-weight: 300;
    text-align: right;
    max-width: 90%
}

.contact-form p {
    font-weight: 300;
    font-size: 14px;
}

.contact-form-inputs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
}

    .contact-form-inputs textarea,
    .contact-form-inputs input {
        background: #f7f6f1;
        padding: 1rem;
        border: none;
        outline: none;
        width: 100%;
    }

    .contact-form-inputs textarea {
        grid-column: 1 / span 2;
    }


.contact-form button {
    background: #c9992c;
    color: #fff;
    border: none;
    outline: none;
    margin-top: 2rem;
    font-size: 15px;
    padding: 5px 15px;
}


    .contact-form button img {
        width: 1rem;
        transition: all 600ms;
    }

    .contact-form button:hover img {
        transform: translate(-7px)
    }

@media screen and (max-width: 990px) {
    .contact-wrapper {
        flex-direction: column;
        gap: 2rem;
    }
}

@media screen and (max-width: 550px) {
    .contact-form-inputs {
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
        .contact-form-inputs textarea {
            grid-column: unset;
        }

    .contact-infos span {
        font-size: 1rem;
    }
}