﻿

/* Golbal Style
================================================== */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}


body,
p {
    font-family: cairo;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
    line-height: 26px;
    font-size: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #212121;
    font-weight: 700;
    font-family:cairo, sans-serif;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased !important;
}

h1 {
    font-size: 36px;
    line-height: 48px;
}

h2 {
    font-size: 28px;
    line-height: 36px;
    text-transform: uppercase;
    letter-spacing: -1px;
}

h3 {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: -.5px;
}

h4 {
    line-height: 28px;
    letter-spacing: 0.8px;
}

h5 {
    font-size: 14px;
    line-height: 24px;
}

.alert .icon {
    margin-right: 15px;
}


html {
    overflow-x: hidden !important;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    scroll-behavior: smooth;
}


.body-inner {
    position: relative;
    overflow: hidden;
}


a:link,
a:visited {
    text-decoration: none;
}

a {
    color: inherit;
    transition: .2s ease;
}
.pd-b{
    padding-bottom:250px;
}

section,
.section-padding {
    padding: 70px 0;
    position: relative;
    text-align:right;
}

.no-padding {
    padding: 0;
}

.gap-60 {
    clear: both;
    height: 60px;
}

.gap-40 {
    clear: both;
    height: 40px;
}

.gap-30 {
    clear: both;
    height: 30px;
}

.gap-20 {
    clear: both;
    height: 20px;
}

.mrb-30 {
    margin-bottom: 30px;
}

.mrb-80 {
    margin-bottom: -80px;
}

.mrt-0 {
    margin-top: 0 !important;
    margin-bottom: 20px !important;
}

.pab {
    padding-bottom: 0;
}

a:focus {
    outline: 0;
}

.ts-padding {
    padding: 60px;
}

.solid-bg {
    background: #f9f9f9;
}

.dark-bg {
    background: #252525;
    color: #fff;
}

    .dark-bg h2,
    .dark-bg h3 {
        color: #fff;
    }

.solid-row {
    background: #f0f0f0;
}

.bg-overlay {
    position: relative;
}

    .bg-overlay .container {
        position: relative;
        z-index: 1;
    }

.mgr {
    margin-right: 112px;
}

/* Title */
.title {
    font-size: 32px;
    line-height: 36px;
    margin-bottom: 20px;
}

/* Title Border */
/* Section title */
.section-title {
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 300;
}

.section-sub-title {
    font-weight: 900;
    font-size: 36px;
    line-height: 46px;
    margin: 0 0 60px;
    color: #212121;
}

@media (max-width: 575px) {
    .section-sub-title {
        font-size: 28px;
    }
}

/* Column title */
.column-title {
    margin: 0 0 40px;
}

.column-title-small {
    font-size: 20px;
    margin: 0 0 25px;
}

/* Page content title */
.page-content-title.first {
    margin-top: 0;
}

/* Input form */
.form-control {
    box-shadow: none;
    border: 1px solid #dadada;
    padding: 5px 20px;
    height: 44px;
    background: none;
    color: #959595;
    font-size: 14px;
    border-radius: 0;
}

    .form-control:focus {
        box-shadow: none;
        border: 1px solid #ffb600;
    }

/* Button */

.btn-primary,
.btn-dark {
    border: 0;
    border-radius: 3px;
    padding: 12px 20px 10px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    font-family: cairo, sans-serif;
    transition: 350ms;
    font-size: 14px;
}

@media (max-width: 767px) {
    .btn-primary,
    .btn-dark {
        font-size: 13px;
    }
}

.btn-white.btn-primary {
    background: #fff;
    color: #ffb600;
}

.btn-primary {
    background-color: #164320
}

.btn-dark {
    background: #23282d;
}

    .btn-primary:hover,
    .btn-dark:hover,
    .btn-white.btn-primary:hover {
        background: #66a975;
        color: #fff;
    }

        .btn-primary:hover:active, .btn-primary:hover:focus,
        .btn-dark:hover:active,
        .btn-dark:hover:focus,
        .btn-white.btn-primary:hover:active,
        .btn-white.btn-primary:hover:focus {
            color: #fff;
            background-color: #111 !important;
        }

.general-btn {
    margin-top: 50px;
}
span {
    font-family: cairo;
}





/* Top Bar
================================================== */

.top-bar-icon {
    text-align: right;
}

.flagImage {
    width: 17px;
    height: 12px;
    margin-bottom: 4px;
}

.top-social ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-right: -12px;
}

@media (max-width: 767px) {
    .top-social ul {
        margin-right: 0;
    }
}

.top-social ul li {
    display: inline-block;
    padding: 0;
}

    .top-social ul li a {
        color: #2c2c2c;
        font-size: 14px;
        transition: 400ms;
        padding: 9px 12px;
    }

        .top-social ul li a:hover {
            color: #333;
        }


.top-bar-border ul.top-info {
    color: #707070;
    font-weight: 400;
}

.top-bar-border .top-social li a {
    color: white;
}

.top-bar-border ul.top-info li i {
    color: #ffb600;
}

.site-logo {
    font-size: 2rem;
    color: #000;
}

.text-black {
    color: #000 !important;
}

.h3 {
    font-size: 1.75rem;
}

.top-social a {
    color: white;
    padding: 0 4px 0 4px;
}

 .language-Switch {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.ArabicSt .language-Switch2 {
    border-left: 1px solid;
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.special:hover {
    background: #004d79;
}

.top-bar button {
    background: initial;
}
.search-form .form-control {
    /*height: 50px;*/
    padding-left: 20px;
    padding-right: 20px;
    border-left: none;
    background: #3a3c40;
    border-color: #5c5c5c;
    color: white;
}


input {
    overflow: visible;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.search-form .btn {
    border-radius: 0px;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;    
    background-color: #164320;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header area
================================================== */
.navbar-fixed {
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}


nav {
    position: absolute;
    z-index: 99;
    width: 100%;
    background-color: #236331;
}




    nav .wrapper {
        position: relative;
        max-width: 1300px;
        height: 70px;
        line-height: 70px;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.wrapper .logo a {
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}

.wrapper .nav-links {
    display: inline-flex;
    margin-bottom:0;
}

.nav-links li {
    list-style: none;
}

    .nav-links li a {
        color: #f2f2f2;
        text-decoration: none;
        font-size: 18px;
        font-weight: 500;
        padding: 9px 15px;
        border-radius: 5px;
        transition: all 0.3s ease;
        font-family: cairo;
    }

        .nav-links li a:hover {
            background: #164320;
        }

.post-title a:hover {
    color: black;
}

.nav-links .mobile-item {
    display: none;
    display: none;
}

.nav-links .drop-menu {
    position: absolute;
    background-color: #236331;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
    border-top: 1px solid;
}

.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box {
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}

.drop-menu li a {
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}

.mega-box {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 0 30px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
}

    .mega-box .content {
        background-color: #236331;
        padding: 25px 20px;
        display: flex;
        width: 100%;
        justify-content: space-between;
        box-shadow: 0 6px 10px rgba(0,0,0,0.15);
        border-top: 1px solid;
    }

        .mega-box .content .rot {
            width: calc(33% - 30px);
            line-height: 45px;
        }

        .mega-box .content .rot2 {
            width: calc(50% - 30px);
            line-height: 45px;
        }

        .mega-box .content .rot3 {
            width: calc(50% - 30px);
            line-height: 45px;
        }

.content .rot img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.content .rot .mega-title {
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}

.content .rot .mega-links {
    margin-left: -40px;
}

.rot .mega-links li {
    padding: 0 20px;
}

    .rot .mega-links li a {
        padding: 0px;
        padding: 0 20px;
        color: #d9d9d9;
        font-size: 17px;
        display: block;
    }

.rot2 .mega-links li a {
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 15px;
    display: block;
}

.rot .mega-links li a:hover {
    color: #f2f2f2;
}

.wrapper .btn {
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}

    .wrapper .btn.close-btn {
        position: absolute;
        right: 30px;
        top: 10px;
    }

@media screen and (max-width: 970px) {
    .wrapper .btn {
        display: block;
    }

    .wrapper .nav-links {
        position: fixed;
        width: 100%;
        top: 0;
        right: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
        text-align:center;
        height:100vh;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }

    ::-webkit-scrollbar-track {
        background: #242526;
    }

    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }

    #menu-btn:checked ~ .nav-links {
        right: 0%;
    }

    #menu-btn:checked ~ .btn.menu-btn {
        display: none;
    }

    #close-btn:checked ~ .btn.menu-btn {
        display: block;
    }

    .nav-links li {
        margin: 15px 10px;
    }

        .nav-links li a {
            padding: 0 20px;
            display: block;
            font-size: 20px;
        }

    .nav-links .drop-menu {
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
        border-top: 1px solid;
    }
    @media screen and (max-width: 970px) 
    {
        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 20px 20px 0 20px;
            background: none;
        }
        .nav-links .drop-menu{
            background:none;
        }

    }


    .nav-links .desktop-item {
        display: none;
    }



    .nav-links .mobile-item {
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }

        .nav-links .mobile-item:hover {
            background: #3A3B3C;
        }

    .drop-menu li {
        margin: 0;
    }

        .drop-menu li a {
            border-radius: 5px;
            font-size: 18px;
        }

    .mega-box {
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }

        .mega-box .content {
            box-shadow: none;
            flex-direction: column;
            padding: 20px 20px 0 20px;
        }

            .mega-box .content .rot {
                width: 100%;
                margin-bottom: 15px;
                border-top: 1px solid rgba(255,255,255,0.08);
            }

                .mega-box .content .rot:nth-child(1),
                .mega-box .content .rot:nth-child(2) {
                    border-top: 0px;
                }

    .content .rot .mega-links {
        border-left: 0px;
        padding-left: 15px;
    }

    .rot .mega-links li {
        margin: 0;
    }

    .content .rot .header {
        font-size: 19px;
    }
}

nav input {
    display: none;
}

.body-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    padding: 0 30px;
}

    .body-text div {
        font-size: 45px;
        font-weight: 600;
    }





/* Table of Content
==================================================
.    Slider
.    News section
.    Footer

================================================== */




/*-- Main slide --*/
.banner-carousel .banner-carousel-item {
    height: 525px;
    color: #fff;
    background-position: 50% 50%;
    background-size: cover;
}

@media (max-width: 991px) {
    .banner-carousel .banner-carousel-item {
        height: 550px;
    }
}

@media (max-width: 575px) {
    .banner-carousel .banner-carousel-item {
        height: 450px;
    }
}

.slider-content {
    position: relative;
    height: 100%;
    width: 100%;
}

.slide-title-box {
    font-size: 16px;
    line-height: 39px;
    background: #ffb600;
    color: #fff;
    display: inline-block;
    padding: 0 15px;
    margin: 0 0 10px;
}

.slide-title {
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #fff;
    margin: 20px 0 10px;
}

@media (max-width: 991px) {
    .slide-title {
        font-size: 22px;
    }
}

@media (max-width: 575px) {
    .slide-title {
        font-size: 16px;
    }
}

.slide-sub-title {
    font-style: normal;
    font-size: 60px;
    line-height: 58px;
    margin: 20px 0;
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: -1px;
}

@media (max-width: 991px) {
    .slide-sub-title {
        font-size: 46px;
    }
}

@media (max-width: 575px) {
    .slide-sub-title {
        font-size: 30px;
        line-height: 30px;
    }
}

.slider-text {
    display: table;
    vertical-align: bottom;
    color: #fff;
    padding-left: 40%;
    width: 100%;
    padding-bottom: 0;
    padding-top: 20px;
}

    .slider-text .slide-head {
        font-size: 36px;
        color: #0052a5;
        position: relative;
    }

.slider-img {
    display: block;
    position: absolute;
    top: -80px;
    left: 20%;
    width: 314px;
    max-height: 100%;
}

    .slider-img img {
        display: block;
        position: relative;
        max-height: 100%;
        width: auto;
    }

.slider.btn {
    margin: 15px 5px 0;
    border: 2px solid transparent;
}

@media (max-width: 575px) {
    .slider.btn {
        font-size: 12px;
    }
}

.slider.border {
    background: none;
    border: 2px solid #ffb600 !important;
}

    .slider.border:hover {
        background: #ffb600;
        border: 2px solid transparent;
    }

/* Carousel control */
.banner-carousel .carousel-control {
    position: absolute;
    top: 50%;
    z-index: 5;
    display: inline-block;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    text-shadow: none;
    transition: all .25s ease;
    padding: 0;
    outline: 0;
    border: 0;
}

@media (max-width: 575px) {
    .banner-carousel .carousel-control {
        display: none !important;
    }
}

.banner-carousel .slick-dots {
    opacity: 0;
    filter: alpha(opacity=0);
    bottom: 60px;
}

.slick-dots li button::before {
    font-size: 12px;
}

.slick-dots li button:hover:before, .slick-dots .slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
    opacity: 1;
    color: #ffb600;
}

.slick-slide {
    outline: 0;
}

.banner-carousel:hover .carousel-control,
.banner-carousel:hover .carousel-control,
.banner-carousel:hover .slick-dots {
    opacity: 1;
    filter: alpha(opacity=100);
}

.banner-carousel .carousel-control.left {
    left: 20px;
}

.banner-carousel .carousel-control.right {
    right: 20px;
}

.banner-carousel .carousel-control i {
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    line-height: 58px;
    width: 60px;
    height: 60px;
    font-size: 22px;
    border-radius: 0;
    transition: all 500ms ease;
}

    .banner-carousel .carousel-control i:hover {
        background: #66a975;
        color: #fff;
    }

/*-- Animation */
.banner-carousel [data-animation-in] {
    opacity: 0;
}

/* slick Box slider */
.box-slider-content {
    top: 50%;
    padding: 0;
    position: absolute;
    width: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    .box-slider-content {
        top: auto;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
    }
}

.box-slider-text {
    background: #111;
    background: rgba(0, 0, 0, 0.65);
    display: inline-block;
    padding: 20px 30px;
    max-width: 400px;
}

.box-slide-title {
    font-size: 18px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-title {
        font-size: 16px;
    }
}

.box-slide-sub-title {
    font-size: 36px;
    margin: 8px 0 10px;
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-sub-title {
        font-size: 26px;
    }
}

.box-slide-description {
    color: #fff;
}

@media (max-width: 767px) {
    .box-slide-description {
        font-size: 15px;
    }
}

.box-slider-text .btn {
    padding: 10px 20px;
}

.box-slide.owl-theme .owl-controls {
    margin: -20px;
}

/*  News section
================================================== */
.latest-post-img img {
    width: -webkit-fill-available;
    height: 200px;
    object-fit: cover;
}

 .post-image {
    text-align:center;
}
/* Electornic service Style
================================================== */
.usa-graphic-list {
    font-family: cairo;
}

.usa-graphic-list {
    font-size: 1.06rem;
    line-height: 1.5;
}

.usa-section {
    padding-bottom: 2rem;
    padding-top: 2rem;
}

@media (min-width: 40em) {
    .usa-section {
        padding-bottom: 4rem;
        padding-top: 4rem;
    }
}

.usa-section--dark {
    background-color: #66a975;
    color: #fff;
}

@media (min-width: 64em) {
    .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

.grid-row.grid-gap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.grid-row {
    display: flex;
    flex-wrap: wrap;
}

@media (min-width: 64em) {
    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

@media (min-width: 40em) {
    .tablet\:grid-col, .tablet\:grid-col-fill {
        flex: 1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }
}

@media (min-width: 40em) {
    .usa-graphic-list .usa-graphic-list__row .usa-media-block {
        margin-bottom: 4rem;
    }
}



@media (min-width: 64em) {
    .grid-row.grid-gap > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.grid-row.grid-gap > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

.usa-media-block {
    align-items: flex-start;
    display: flex;
}

.usa-graphic-list .usa-media-block__img {
    margin-left: 1.5rem;
}

.usa-media-block__img {
    flex-shrink: 0;
    margin-right: 0.5rem;   
}



.usa-graphic-list__heading {
    margin-bottom: 0;
    margin-top: 0;
    clear: both;
    font-size: 1.34rem;
    line-height: 1.2;
    font-weight: 700;
}

.usa-section--dark h2 {
    color: white;
}


.usa-section--dark p {
    color: #fff;
}

.usa-graphic-list__heading + * {
    margin-top: 1em;
}


/* Footer
================================================== */



footer {
    display: block;
}

.usa-footer {
    font-family: cairo;
    font-size: 1.06rem;
    line-height: 1.5;
    overflow: hidden;
}




.usa-footer__nav {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #a9aeb1;
}

@media (min-width: 64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


@media (min-width: 30em) {
    .usa-footer__nav {
        padding-left: 1rem;
        padding-right: 1rem;
        border-bottom: none;
    }
}

@media (min-width: 30em) and (min-width: 64em) {
    .usa-footer__nav {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}


.grid-row {
    display: flex;
    flex-wrap: wrap;
}

.usa-card-group, .usa-footer__nav > ul, .usa-prose .usa-card-group {
    margin-bottom: 0;
    margin-top: 0;
    list-style-type: none;
    padding-left: 0;
}

.grid-row.grid-gap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}


@media (min-width: 64em) {
    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}



[class*=grid-col] {
    position: relative;
    width: 100%;
    box-sizing: border-box;
}

@media (min-width: 30em) {
    .mobile-lg\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%;
    }
}

@media (min-width: 64em) {
    .desktop\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
    }
}

.usa-footer__primary-content {
    line-height: 1.1;
}

.usa-footer__primary-content {
    border-top: 1px solid #a9aeb1;
}

@media (min-width: 30em) {
    .usa-footer__primary-content {
        border: 0;
    }
}

.grid-row.grid-gap > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 64em) {
    .grid-row.grid-gap > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

a {
    background-color: transparent;
}

.usa-footer__primary-link {
    padding: 1rem;
    color: #f2f2f2;
    text-decoration: none;
    font-weight: 700;
    display: block;
    font-family: cairo;
}

@media (min-width: 30em) {
    .usa-footer__primary-link {
        padding-left: 0;
        padding-right: 0;
    }
}

.usa-footer__secondary-section {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem;
    color: #1b1b1b;
    background-color: #66a975;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}



@media (min-width: 64em) {
    .usa-footer__secondary-section > .grid-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
}

.usa-footer__secondary-section > .grid-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    padding-left: 1rem;
    padding-right: 1rem;
}

@media (min-width: 30em) {
    .grid-row.mobile-lg\:grid-gap-2 {
        margin-left: -0.5rem;
        margin-right: -0.5rem;
    }
}

@media (min-width: 64em) {
    .grid-row.grid-gap > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.grid-row.grid-gap > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 30em) {
    .usa-footer__logo {
        margin-bottom: 0;
        margin-top: 0;
        align-items: center;
    }
}

.usa-footer__logo {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}

@media (min-width: 30em) {
    .mobile-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%;
    }
}


@media (min-width: 30em) {
    .grid-row.mobile-lg\:grid-gap-2 > * {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

@media (min-width: 30em) {
    .mobile-lg\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
    }
}


.usa-footer__logo-img {
    max-width: 5rem;
}



.usa-footer__logo-heading {
    font-family: cairo;
    font-size: 1.46rem;
    line-height: .9;
    font-weight: 700;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    color: #f2f2f2;
}



@media (min-width: 64em) {
    .grid-row.grid-gap > * {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.grid-row.grid-gap > * {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

@media (min-width: 30em) {
    .usa-footer__contact-links {
        margin-top: 0;
        text-align: right;
    }
}

.usa-footer__contact-links {
    margin-top: 1.5rem;
}

@media (min-width: 30em) {
    .mobile-lg\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%;
    }
}

.grid-row.grid-gap-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}

@media (min-width: 30em) {
    .usa-footer__social-links {
        justify-content: flex-end;
    }
}

.usa-footer__social-links {
    line-height: .9;
    padding-bottom: 0.5rem;
}

.grid-row.grid-gap-1 > * {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.grid-col-auto, .grid-col-fill {
    flex: 0 1 auto;
    width: auto;
    max-width: 100%;
}

.usa-footer__social-links a {
    text-decoration: none;
}

.usa-footer__secondary-section a {
    color: #1b1b1b;
}

.usa-social-link {
    height: 3rem;
    width: 3rem;
    background-color: #f2f2f2;
    display: inline-block;
    padding: 0.25rem;
}


.AgenceyContact{
    text-align:right;
}
.ArabicSt .usa-footer__primary-section{
    text-align:right;
}

.ArabicSt .usa-footer__logo{
    text-align:right;
}
.ArabicSt .AgenceyContact{
    text-align:left;
}
a {
    background-color: transparent;
}

.usa-social-link__icon {
    display: block;
    height: auto;
    width: 100%;
}



img {
    border-style: none;
}

@media (min-width: 30em) {
    .usa-footer__contact-heading {
        margin-bottom: 0.25rem;
        margin-top: 0.25rem
    }
}

.usa-footer__contact-heading {
    font-family: cairo;
    font-size: 1.46rem;
    line-height: 1.1;
    margin-top: 0;
    color: #f2f2f2;
}

@media (min-width: 30em) {
    .usa-footer__address {
        justify-content: flex-end;
    }
}

address, cite, dfn, var {
    font-style: normal;
}

@media (min-width: 64em) {
    .grid-row.grid-gap {
        margin-left: -1rem;
        margin-right: -1rem;
    }
}

.grid-row.grid-gap {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

@media (min-width: 30em) {
    .usa-footer__contact-info {
        justify-content: flex-end;
        margin-top: 0.5rem;
    }
}

.usa-footer__contact-info {
    line-height: 1.1;
}

    .usa-footer__contact-info a:hover {
        text-decoration: underline;
    }

.usa-footer__secondary-section a {
    color: #1b1b1b;
}

.usa-footer__contact-info a {
    text-decoration: none;
    color: #f2f2f2;
}

.usa-footer__primary-link a:hover, .usa-footer__primary-link:hover, .usa-footer__secondary-link a:hover {
    text-decoration: underline;
    color: #f2f2f2;
}





/*===========================================================News Ticker======================================================================*/

.ticker-wrapper-h {
    display: flex;
    position: relative;
    overflow: hidden;
    background: #236331;
    z-index: 0;
}

    .ticker-wrapper-h .heading {
        background-color: #164320;
        color: #fff;
        padding: 5px 10px;
        flex: 0 0 auto;
        z-index: 1000;
        font-size: 20px;
    }

        .ticker-wrapper-h .heading:after {
            content: "";
            position: absolute;
            top: 0;
            border-right: 20px solid #164320;
            border-top: 17px solid transparent;
            border-bottom: 15px solid transparent;
        }


.news-ticker-h {
    display: flex;
    margin: 0;
    padding: 0;
    padding-right: 90%;
    z-index: 999;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    animation-name: tic-h;
    animation-duration: 40s;
}

    .news-ticker-h:hover {
        animation-play-state: paused;
    }

    .news-ticker-h li {
        display: flex;
        width: 100%;
        align-items: center;
        white-space: nowrap;
        padding-left: 20px;
    }

        .news-ticker-h li a {
            color: white;
        }


@keyframes tic-h {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        visibility: visible;
    }

    100% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}




/*=============================================================================== ARABIC STYLE =================================================*/


.ArabicSt {
    direction: rtl
}

    .ArabicSt .top-bar-left {
        text-align: right;
    }

  

    .ArabicSt .top-bar-icon {
        text-align: left;
    }

        .ArabicSt .top-bar-icon .language-Switch {
            border: none;
        }


    .ArabicSt .wrapper {
        padding: 0;
    }

    .ArabicSt .nav-links .drop-menu {
        text-align: right;
    }

    .ArabicSt .drop-menu li a {
        width: 100%;
        display: block;
        padding: 0 15px 0 0;
        font-weight: 400;
        border-radius: 0px;
    }


    .ArabicSt .content {
        text-align: right;
    }

    .ArabicSt .post-body {
        text-align: right;
    }

    .ArabicSt .box-slider-text {
        text-align: right;
    }

    .ArabicSt .usa-media-block__body {
        text-align: right;
        margin-right: 10px;
    }

    .ArabicSt .widget.recent-posts .widget-title {
        text-align: right;
    }
    .ArabicSt .sidebar .widget-title {
        border-right: 3px solid #164320;
        border-left:none;
        text-align:right;
    }
    .ArabicSt .sidebar ul.nav-tabs{
        text-align:right;
    }
    /*********************************************************************/
    body.highcontrast {
        background: #898989 !important;
        -webkit-filter: grayscale(100%);
        filter: grayscale(100%)
    }

    body.highcontrast .section-sub-title {
        color: #fff;
    }

    body.highcontrast .usa-graphic-list__heading {
        color: #fff;
    }

    body.highcontrast .usa-graphic-list__heading {
        color: #fff;
    }

    body.highcontrast .usa-section h2, body.highcontrast .usa-section p {
        color: #fff;
    }

    body.highcontrast .latest-post a {
        color: #fff;
    }

    body.highcontrast .text-center {
        color: #fff;
    }

        body.highcontrast .text-center h3 {
            color: #fff;
        }

    body.highcontrast .featured-LAWS-area h2 {
        color: #fff;
    }

    body.highcontrast td, body.highcontrast th {
        color: #fff;
    }

    body.highcontrast .widget.recent-posts .post-info .entry-title a, body.highcontrast .sidebar .widget ul li a, body.highcontrast .entry-header .entry-title a, body.highcontrast .cut-text, body.highcontrast .entry-header .entry-title, body.highcontrast .entry-content p {
        color: #fff;
    }

    body.highcontrast .event_container span, body.highcontrast .event_container .date-box h3 {
        color: #fff;
    }

    body.highcontrast .featured-LAWS-area h3, body.highcontrast .featured-LAWS-area p {
        color: #fff;
    }

    body.highcontrast h3 {
        color: #fff;
    }

    body.highcontrast .main_title h2, body.highcontrast .features_area p, body.highcontrast .list-type2 a {
        color: #fff;
    }
/***************************************************/

body.fsize120 .nav-links li .desktop-item, body.fsize120 p, body.fsize120 h2{
    font-size: 20px;
}
body.fsize120 .entry-header .entry-title {
    font-size: 26px;
}
body.fsize122 .entry-header .entry-title {
    font-size: 28px;
}
body.fsize116 .entry-header .entry-title {
    font-size: 20px;
}

body.fsize114 .entry-header .entry-title {
    font-size: 18px;
}

body.fsize120 .post-title {
    font-size: 1.7rem
}
body.fsize122 .post-title  {
    font-size: 1.9rem
}
    body.fsize116 .post-title {
        font-size:1.2rem
    }
body.fsize114 .post-title  {
    font-size: 1rem;
}

    body.fsize122 .nav-links li .desktop-item, body.fsize122 p, body.fsize122 h2 {
        font-size: 22px;
    }
body.fsize116 .nav-links li .desktop-item, body.fsize116 p, body.fsize116 h2{
    font-size: 16px;
}

body.fsize114 .nav-links li .desktop-item, body.fsize114 p, body.fsize114 h2{
    font-size: 14px;
}



/***********************************************************************************            */

body.fsize120 .section-sub-title {
    font-size: 38px;
}

body.fsize122 .section-sub-title {
    font-size: 40px;
}

body.fsize116 .section-sub-title {
    font-size: 34px;
}

body.fsize114 .section-sub-title {
    font-size: 32px;
}

/*******************************
*/






/*******************************************/


body.fsize120 .usa-graphic-list__heading {
    font-size: 25px;
}

body.fsize122 .usa-graphic-list__heading {
    font-size: 27px;
}

body.fsize116 .usa-graphic-list__heading {
    font-size: 21px;
}

body.fsize114 .usa-graphic-list__heading {
    font-size: 19px;
}
/****************************************************************************/

@media (min-width: 40em) {
    .tablet\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%;
    }
}

[class*=font-heading-] {
    font-family: cairo;
}

.font-heading-xl {
    font-size: 1.95rem;
    text-align:center;
}

.margin-top-0 {
    margin-top: 0;
}

@media (min-width: 40em) {
    .tablet\:margin-bottom-0 {
        margin-bottom: 0;
    }
}

@media (min-width: 40em) {
    .tablet\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%;
    }
}

.usa-prose > p {
    line-height: 1.5;
    margin-bottom: 0;
    margin-top: 0;
    text-align: right;
    font-size:16px;
}

    .usa-prose > * + p, .usa-prose > p + * {
        margin-top: 1em;
    }



    /************************************** Contact**/

/* Contact Information */

.section-heading {
    text-align: center;
    margin-bottom: 80px;
}
    .section-heading h2 {
        font-size: 36px;
        font-weight: 600;
    }
    .section-heading span {
        display: block;
        margin-top: 15px;
        text-transform: uppercase;
        font-size: 15px;
        color: #666;
        letter-spacing: 1px;
    }
.contact-information {
    margin-top: 140px;
}

    .contact-information .contact-item {
        padding: 60px 30px;
        background-color: #f7f7f7;
        text-align: center;
    }

        .contact-information .contact-item i {
            color: #164320;
            font-size: 48px;
            margin-bottom: 40px;
        }

        .contact-information .contact-item h4 {
            font-size: 20px;
            font-weight: 700;
            letter-spacing: 0.25px;
            margin-bottom: 15px;
        }

        .contact-information .contact-item p {
            margin-bottom: 20px;
        }

        .contact-information .contact-item a {
            font-weight: 600;
            color: #164320	;
            font-size: 15px;
        }



.callback-services {
    border-top: 1px solid #eee;
    padding-top: 140px;
}

.contact-us {
    background-color: #f7f7f7;
    padding: 140px 0px;
}

    .contact-us .contact-form {
        background-color: transparent !important;
        padding: 0 !important;
    }

.callback-form {
    margin-top: 140px;
}

    .callback-form .contact-form {
        background-color: #a4c639;
        padding: 60px;
        border-radius: 5px;
        text-align: center;
    }

        .callback-form .contact-form input {
            border-radius: 20px;
            height: 40px;
            line-height: 40px;
            display: inline-block;
            padding: 0px 15px;
            color: #6a6a6a;
            font-size: 13px;
            text-transform: none;
            box-shadow: none;
            border: none;
            margin-bottom: 35px;
            background: white;
        }

            .callback-form .contact-form input:focus {
                outline: none;
                box-shadow: none;
                border: none;
            }

        .callback-form .contact-form textarea {
            border-radius: 20px;
            height: 120px;
            max-height: 200px;
            min-height: 120px;
            display: inline-block;
            padding: 15px;
            color: #6a6a6a;
            font-size: 13px;
            text-transform: none;
            box-shadow: none;
            border: none;
            margin-bottom: 35px;
            background:white;
        }

            .callback-form .contact-form textarea:focus {
                outline: none;
                box-shadow: none;
                border: none;
            }

    

        .callback-form .contact-form :-ms-input-placeholder { 
            color: #aaa;
        }

        .callback-form .contact-form ::placeholder {
            color: #aaa;
        }

       



.section-heading em {
    font-style: normal;
    color: #164320;
}

   

@media (max-width: 768px) {
    .request-form {
        text-align: center;
    }

        .request-form a.border-button {
            float: none;
            margin-top: 30px;
        }
    .tabs-content {
        margin-left: 0px;
        margin-top: 30px;
    }

    .contact-item {
        margin-bottom: 30px;
    }
}


/**Collection-news *******************/

.post {
    border-bottom: 1px solid #dadada;
    padding: 0 0 30px;
    margin: 0 0 45px;
}
.post-body {
    padding: 20px 0;
}
.entry-header .entry-title {
    font-size: 24px;
    margin: 5px 0 15px;
    position: relative;
    line-height: 34px;
    text-transform: capitalize;
}
.entry-header .entry-title a {
        color: #303030;
 }


.post-footer .btn.btn-primary {
    font-size: 12px;
    margin-top: 10px;
}
.paging {
    margin-bottom: -5px;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.pagination li a {
    border-radius: 0 !important;
    margin-right: 8px;
    color: #7c7c7c;
}
    .pagination li a.active {
        color: #fff;
        background-color: #111 !important;
    }
.sidebar-right .widget {
    margin-left: 20px;
}

.sidebar .widget {
    margin-bottom: 40px;
}
.widget.recent-posts .widget-title {
    margin-bottom: 35px;
    text-align:left;
    font-size: 24px;
    font-family: cairo;
}

.sidebar .widget-title {
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-right: 15px;
    text-transform: uppercase;
    border-left: 3px solid #164320;
    text-align: left;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.widget.recent-posts ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
}

.widget ul li {
    line-height: 30px;
}
.sidebar .widget ul li a {
    color: #303030;
}
.widget.recent-posts .posts-thumb img {
    width: 90px;
    height: 70px;
}

.ArabicSt .widget.recent-posts .post-info .entry-title {
    text-align: right;
}
.widget.recent-posts .post-info .entry-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
    margin-left: 7px;
    width:250px;
    text-align:left;
}
    .widget.recent-posts .post-info .entry-title a {
        color: #303030;
        display: inline-block;
    }
}

.widget.recent-posts ul li {
    border-bottom: 1px solid #dadada;
    padding-bottom: 15px;
    margin-bottom: 17px;
}
.widget ul li {
    line-height: 30px;
}
.sidebar-right .widget {
    margin-left: 20px;
}

.sidebar .widget {
    margin-bottom: 40px;
}
.sidebar .widget-title {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin: 0 0 30px;
    padding-left: 15px;
    text-transform: uppercase;
}
.sidebar ul.nav-tabs {
    border: 0;
    text-align:left;
}

    .sidebar ul.nav-tabs li {
        color: #303030;
        line-height: normal;
    }

    .sidebar ul.nav-tabs li {
        width: 100%;
    }

.widget ul li {
    line-height: 30px;
}
.sidebar ul.nav-tabs li a {
    color: #303030;
    border-radius: 0;
    padding: 15px 0;
    padding-left: 0;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    display: block;
    transition: 400ms;
}

.sidebar .widget ul li a {
    color: #303030;
}
.ministres span {
    font-size: 18px;
}
/*************************************/
.card {
    margin: 0 auto;
    border: none;
}

    .card .carousel-item {
        min-height: 190px;
    }

    .card .carousel-caption {
        padding: 0;
        right: 15px;
        left: 15px;
        top: 15px;
        color: #3d3d3d;
        border: 1px solid #cde;
        min-height: 175px;
        padding: 15px;
    }

        .card .carousel-caption .col-sm-3 {
            display: flex;
            align-items: center;
        }

        .card .carousel-caption .col-sm-9 {
            text-align: right;
        }

    .card .carousel-control-prev, .card .carousel-control-next {
        color: #3d3d3d !important;
        opacity: 1 !important;
    }

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
    color: #fff;
    font-size: 14px;
    background-color: #164320;
    height: 37px;
    line-height: 37px;
    width: 37px;
}

    .carousel-control-prev-icon:hover, .carousel-control-next-icon:hover {
        opacity: 0.85;
    }

.carousel-control-prev {
    left: 40%;
    top: 110%;
}

.carousel-control-next {
    right: 40%;
    top: 110%;  
}



.carousel-caption h2 {
    font-size: 17px;
}
.sm {
    font-size: 16px;
    font-family: cairo;
}

@media (min-width: 320px) and (max-width: 575px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

        .card .carousel-caption img {
            margin: 0 auto;
        }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }

    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700;
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-caption {
        position: relative;
    }

    .card .carousel-caption {
        left: 0;
        top: 0;
        margin-bottom: 15px;
    }

        .card .carousel-caption img {
            margin: 0 auto;
        }

        .card .carousel-caption h3, .card .carousel-caption small {
            text-align: center;
        }

    .carousel-control-prev {
        left: 35%;
        top: 105%;
    }

    .carousel-control-next {
        right: 35%;
        top: 105%;
    }
}

@media (min-width: 767px) and (max-width: 991px) {
    .card .carousel-caption h3 {
        margin-top: 0;
        font-size: 16px;
        font-weight: 700 
    }
}

/***  template1 style ***/
.features_area {
    margin: 50px 0;
}

@media (max-width: 1199px) {
    .features_area {
        padding-bottom: 50px;
    }
}

.feature_item {
    text-align: center;
    background: #f9f9fd;
    cursor: pointer;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}

    .feature_item img {
        margin-bottom: 35px;
    }

    .feature_item h4 {
        font-size: 17px;
        margin-bottom: 20px;
        text-transform: uppercase;
        font-family: cairo;
    }

    .feature_item p {
        margin-bottom: 0px;
    }

    /*********************** Video gallery*****************************/
.video-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.gallery {
    margin: 34px;
    border: 1px solid #ccc;
    float: right;
    width: 302px;
}


.DDesc {
    padding: 15px;
    text-align: center;
    height: 75px;
    background-color: #f8f9fa;
    color: #00394f;
}

/************** Time Change ****************************/
.bk-focus__qlook {
    margin-right: 12px;
}

.ArabicSt .table_zone {
    text-align:right;
}

.bk-focus__qlook, .bk-search {
    background-color: #f0f7fd;
    border-right: 4px solid #c3d3e0;
}

.bk-focus__qlook {
    padding: 3px 12px;
    text-align: center;
}

.bk-focus__qlook {
    flex: 1 0 25%;
}

.bk-focus .h2, .bk-focus .h3 {
    font-weight: 300;
    line-height: 1.4;
}

.bk-focus .h2 {
    font-size: 23px;
}

#dstcal {
    margin: 10px auto 0;
    width: 80px;
}

#dstm {
    background: #c43b3e;
    color: #fff;
    font-size: 20px;
    line-height: 1.1;
    text-transform: uppercase;
}

#dstd {
    background: #fff;
    color: #000;
    font-size: 40px;
    font-weight: 400;
    padding: 10px 4px;
}

.bk-focus .h2, .bk-focus .h3 {
    font-weight: 300;
    line-height: 1.4;
}

.bk-focus .h2 {
    font-size: 23px;
}

.bk-focus__info {
    width: 100%;
}

/*.table tr{
    text-align:right;
}
.table th, .table td {
    padding: 0 !important;
}
.table th {
    font-weight: 500;
    font-family: system-ui;
}*/

.event_section .heading_container h3 {
    margin-bottom: 0;
}

    .event_section .heading_container h3::before {
        left: -2px;
    }

.event_section p {
    color: #a4a4a4;
}

.event_section .event_container .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #cbcbcb;
    margin: 15px 0;
    border-radius: 5px;
}

    .event_section .event_container .box > div {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin: 10px;
    }

    .event_section .event_container .box .img-box img {
    }

    .event_section .event_container .box .detail-box {
        border-left: 1px solid #b0b0b0;
        border-right: 1px solid #b0b0b0;
        -webkit-box-flex: 1.4;
        -ms-flex: 1.4;
        flex: 1.4;
        padding: 10px 0;
    }

        .event_section .event_container .box .detail-box h4 {
            font-weight: bold;
            font-family:cairo;
        }

        .event_section .event_container .box .detail-box h6 {
            color: #a4a4a4;
            margin: 0 8px 0 5px;
        }

    .event_section .event_container .box .date-box h3 {
        color: #0b5356;
    }

        .event_section .event_container .box .date-box h3 span {
            font-size: 1.2em;
            font-weight: bold;
        }

.event_section .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

    .event_section .btn-box a {
        display: inline-block;
        padding: 8px 45px;
        background-color: #133e3f;
        border: 1px solid #133e3f;
        color: #ffffff;
        margin-top: 35px;
        margin-right: 5px;
    }

        .event_section .btn-box a:hover {
            background-color: transparent;
            color: #133e3f;
        }
        .event_section .btn-box a.active {
            opacity: 0.65;
        }


@media (max-width: 992px) {

    .event_section .event_container {
        display: flex;
        justify-content: space-between;
        text-align: center;
    }

        .event_section .event_container .box {
            flex-direction: column;
            margin: 15px 5px;
        }

            .event_section .event_container .box .detail-box {
                padding: 15px;
                border: none;
                border-top: 1px solid #b0b0b0;
                border-bottom: 1px solid #b0b0b0;
            }

    .event_section .btn-box {
        justify-content: center;
    }
}



@media (max-width: 576px) {


    .event_section .event_container {
        display: flex;
        justify-content: space-between;
    }

    .event_section .event_container {
        flex-direction: column;
        align-items: center;
    }
}

@media (max-width: 576px) {
    .event_section .btn-box {
        justify-content: center;
    }
}
/**********************/


.list-type2 {
    margin: 0 auto;
}

    .list-type2 ol {
        counter-reset: li;
        list-style: none;
        font-size: 15px;
        font-family: cairo, sans-serif;
        padding: 0;
        margin-bottom: 4em;
    }


        .list-type2 ol ol {
            margin: 0 0 0 2em;
        }

    .list-type2 a {
        position: relative;
        display: block;
        padding: 0.4em 2.4em 0.4em 2em;
        margin: .5em 0;
        background: #f0f0f0;
        text-decoration: none;
        transition: all .2s ease-in-out;
        text-align: right;
        font-size: 22px;
        color: #474c5f;
    }

    .list-type2 p {
        text-align: right;
    }

    .list-type2 h4 {
        margin-bottom: 18px;
    }

    .list-type2 a:hover {
        text-decoration: none;
        transform: scale(1.1);
    }

    .list-type2 a:before {
        content: counter(li);
        counter-increment: li;
        position: absolute;
        right: -1.3em;
        top: 50%;
        margin-top: -1.3em;
        background: #164320;
        height: 2em;
        width: 2em;
        line-height: 2em;
        border: .3em solid #fff;
        text-align: center;
        font-weight: bold;
        color: #FFF;
    }


/**************  image Gallery    **************/


.photo-gallery {
    color: #313437;
    background-color: #fff;
}

    .photo-gallery p {
        color: #7d8285;
    }

    .photo-gallery h2 {
        font-weight: bold;
        margin-bottom: 40px;
        padding-top: 15px;
        color: inherit;
    }

@media (max-width:767px) {
    .photo-gallery h2 {
        margin-bottom: 25px;
        padding-top: 25px;
        font-size: 24px;
    }
}

.photo-gallery .intro {
    font-size: 16px;
    max-width: 500px;
    margin: 0 auto 40px;
}

    .photo-gallery .intro p {
        margin-bottom: 0;
    }

.photo-gallery .photos {
    padding-bottom: 20px;
}

.photo-gallery .item {
    padding-bottom: 30px;
}


/*************Laws **************/

.single-LAWS-items {
    padding: 36px 30px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    box-shadow: 0px 22px 57px 0px rgb(34 41 72 / 5%);
}   
}

.mb-30 {
    margin-bottom: 30px;
}
.single-LAWS-items .LAWS-items {
    display: flex;
    flex-wrap: wrap;
}

.single-LAWS-items .pdf-img img {
    overflow: hidden;
    float: left;
    margin-left: 32px;
    z-index: 999;
}

.single-LAWS-items .LAWS-tittle a h4 {
    color: #28395a;
    font-size: 17px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
}

.single-LAWS-items .LAWS-tittle ul li {
    display: inline-block;
    margin-right: 48px;
    font-size: 15px;
    color: #808080;
    line-height: 1.8;
}
    .single-LAWS-items .LAWS-tittle ul li:last-child {
        margin-right: 0px;
    }


.f-right {
    float: right;
}
.items-link a {
    display: block;
    border: 1px solid #28395a;
    border-radius: 30px;
    padding: 4px 33px;
    text-align: center;
    margin-bottom: 25px;
}
.items-link span {
    color: #454d72;
    display: block;
}

.items-link a:hover {
    color: #fff;
    background: #164320;
    border: 1px solid transparent;
}
<<<<<<< HEAD
/********************/

.market-section-four {
    position: relative;
    padding: 85px 0px;
}
.sec-title {
    direction: rtl;
    position: relative;
    margin-bottom: 50px;
}

.centered {
    text-align: center;
}
.sec-title.centered .separator {
    margin: 0 auto;
}

.sec-title .separator {
    position: relative;
    width: 75px;
}
.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}
#townSearchInput {
    background-position: 10px 10px;
    width: 100%;
    font-size: 16px;
    padding: 12px 20px 12px 40px;
    border: 1px solid #ddd;
    margin-bottom: 12px;
    text-align: right;
}
/*********/
.usa-graphic-list__heading:hover{
    text-decoration:underline;
}
/****************** error page***********************/
.error-page .error-code h2 {
    display: block;
    font-size: 200px;
    line-height: 200px;
    color: #303030;
    margin-bottom: 20px;
}
.error-page .error-body .btn {
    margin-top: 30px;
    font-weight: 700;
}
/************* Poll **************/

[dir="rtl"] .front .poll-block {
    left: 2%;
}

.poll-block {
    position: fixed;
    bottom: 0;
    left:0;
    width: 400px;
    max-width: 90% !important;
    background: white;
    border-radius: 10px 10px 0 0;
    border: 1px solid #CCC;
    z-index:10;
}
 .poll-block .block-wrapper {
    position: relative;
}
[dir="rtl"]  .poll-block .block-wrapper .close-icon a {
    right: -11px;
}


.poll-block .block-wrapper .block-content {
    padding: 20px;
    text-align:right;
}
    .poll-block .block-wrapper .block-content .block-title {
        font-size: 18px;
        margin: 0;
        font-size: 18px;
        margin: 0;
        border-bottom: 1px solid;
        padding-bottom: 10px;
        margin-bottom: 5px;
    }

    .poll-block .block-wrapper .block-content .poll-content .question {
        font-size: 18px;
        font-weight: normal;
    }
    .poll-block .block-wrapper .block-content .poll-content form .submition {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 5px;
        overflow: hidden;
    }

[dir="rtl"]  .poll-block .block-wrapper .block-content .poll-content form .submition input {
    float: left;
}

.poll-block .block-wrapper .block-content .poll-content form .submition input {
    display: inline-block;
    background: #164320;
    border: none;
    padding: 10px 20px;
    color: #f2f2f2
}

/************* Google recaptcha **************/
.grecaptcha-badge {
    visibility: hidden;
}


/***********************/

/* Partners Style */

.contact-partners {
    margin-top: -8px !important;
}

.partners {
    padding: 60px 0px;
}

.partners .owl-item {
        text-align: center;
        cursor: pointer;
    }

.partners .partner-item img {
        max-width: 156px;
        margin: auto;
    }


/*******************/
.text-block {
    position: absolute;
    bottom: -5px;
    right: 15px;
    color: white;
   
}

    .text-block p {    
        font-weight: 700;
        color: white;
        background: black;
        font-style: italic;
    }

.post-title{
    font-size:1rem;
}

/************************/

.post-meta {
    padding-bottom: 10px;
}

    .post-meta a {
        color: #303030;
    }

        .post-meta a:hover {
            color: #ffb600;
        }

    .post-meta span {
        line-height: 12px;
        display: inline-block;
    }

    .post-meta i {
        color: #bbb;
        margin-right: 3px;
    }
.feature_item a{
    margin-bottom:3px;
}



.contact-item p{
    font-size:16px;
}