@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200;300;400;600;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,100;1,300&display=swap');

:root {
    --unnamed-color-707070: #707070;
    --unnamed-color-ffffff: #FFFFFF;
    --unnamed-color-000000: #000000;
    --unnamed-color-e6e6e6: #E6E6E6;
    --unnamed-color-dadada: #DADADA;
    --unnamed-color-00332d: #00332D;
    --unnamed-color-D69211: #D69211;
}

body {
    font-family: 'Cairo', sans-serif;
}

.top-bar-flex {
    justify-content: space-between;
}

.top-bar-flex ul {
    padding-left: 0;
    padding-right: 0;
}

.nav-bg {
    background-color: var(--unnamed-color-D69211);
}

.nav .nav-link {
    padding: 0rem 1rem;
    font-weight: 600;
}

.dropdown-toggle::after {
    display: none;
}

.hero-slider {
    background: #D69211 url(../img/images/Group3445.png) center center no-repeat;
    min-height: 600px;
    background-size: cover;
}

.hero-slider-sub {
    background: #D69211 url(../img/images/inner-head.jpg) center center no-repeat;
    min-height: 160px;
    background-size: cover;
}

.logo {
    max-width: 300px;
}

.navbar .nav-link {
    color: var(--unnamed-color-ffffff) !important;
    font-size: 19px;
    font-weight: bold;
}
.nav-link {
    padding: .3rem .4rem;
}
.rtl .navbar-nav .nav-item+.nav-item, [dir=rtl] .navbar-nav .nav-item+.nav-item {
    margin-right: 0.5rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .1rem;
    padding-left: .1rem;
}
.socail-iocn .nav-link i {
    color: #DADADA;
}

.searc-box {
    background-color: rgb(233 236 239 / 34%);
    max-width: 970px;
}

.search-wrap h2 {
    font-weight: 600;
    font-size: 40px;
}

.search-wrap .form-control {
    height: 50px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.search-wrap .form-control::placeholder {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
}

.input-group input {
    background-color: rgb(233 236 239 / 29%);
}

.input-group button {
    background-color: rgb(233 236 239 / 46%);
    width: 70px;
}

.input-group input:focus {
    background-color: rgb(233 236 239 / 46%);
    box-shadow: none;
}

.main-heading,
.main-heading2 {
    font-size: 30px;
    font-weight: bold;
    color: #333333;
    position: relative;
}

.main-heading::after {
    content: url(images/aw/line.png);
    position: absolute;
    bottom: -37px;
    left: -41px;
}

.section-2 .card {
    border: 8px solid #02C3AF;
    min-height: 255px;
}

.section-2 .card .card-title {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
}

.section-2 .card .card-text {
    font-size: 18px;
    font-weight: 600;
    color: #333333;
}

.border-yellow {
    border: 8px solid #E7AB52 !important;
}

.section-3 {
    background: url('images/aw/Rectangle\ 845.png') center center no-repeat;
    background-size: 100% 88%;
}

.carousel-control-next,
.carousel-control-prev {
    display: none;
}

.carousel-indicators li {
    width: 12px !important;
    height: 12px !important;
    background-color: var(--unnamed-color-ffffff);
    border: 2px solid #BF8730;
    border-radius: 50%;
}

.carousel-indicators {
    bottom: -37px;

}

.carousel-indicators .active {
    background-color: var(--unnamed-color-D69211);
}

.accordion .card {
    margin-bottom: 15px;
    box-shadow: 0px 10px 12px #0000001A;
    border-radius: 4px !important;
    color: #333333;
    border: 1px solid #CCCCCC !important;
}

.accr-active {
    background: url(images/aw/Shape/accr.png) no-repeat center center;
    color: #ffffff !important;
    margin-bottom: 26px !important;
}

.accordion .card h2 {
    background: var(--unnamed-color-ffffff);
    font-size: 20px;
    padding: 20px 10px;
    font-weight: bold;
}

.accordion .card .card-body p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.accordion .card .icon {
    background: url(https://cdn0.iconfinder.com/data/icons/entypo/91/arrow56-512.png) no-repeat;
    background-size: 20px;
    cursor: pointer;
}

.accordion .card .icon.collapsed {
    background-image: url(https://cdn0.iconfinder.com/data/icons/arrows-android-l-lollipop-icon-pack/24/expand2-256.png);
}

.accr-active .icon {
    background-image: url(images/aw/moar.png) !important;
}

.accr-active .icon.collapsed {
    background-image: url(images/aw/moar-d.png) !important;

}

.right-img {
    top: -204px;
    right: 0;
    max-width: 100px;
}

.arrow-box {
    background: #FFFFFF;
    box-shadow: -6.69px 7px 20px #D4D4FA33;
    border-radius: 8px;
    opacity: 1;
}

.arrow-box span {
    letter-spacing: 0.02px;
    color: #333333;
    opacity: 0.87;
    font-weight: 600;
}

footer {
    background: #C58B34;
}

footer p {
    color: #FFFFFF;
}

.font-18 {
    font-size: 18px;
}

.font-25 {
    font-size: 25px;
}

.font-30 {
    font-size: 18px;
}

button:focus {
    outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}

::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

::-webkit-scrollbar-thumb {
    background-color: #4a4a4a;
    outline: 1px solid slategrey;
}

@media(max-width:991px) {
    .navbar-collapse {
        position: absolute;
        left: 0;
        top: 80px;
        width: 100%;
        background: #d69211dd;
        padding: 15px;
        z-index: 1000;
    }
}

@media(max-width:767px) {
    .nav .nav-link {
        font-size: 14px;
    }

    .logo {
        max-width: 188px;
    }

    .accordion .card h2 {
        font-size: 16px;
    }

    .right-img {
        display: none;
    }
}



.graph-text-active {
    color: #0272ac;
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Helv-Reg';
}
.graph-text-active a {
    color: #0272ac !important;
    font-size: 15px;
    font-weight: bold;
}
.play-ico i {
    height: 20px;
    background-color: #003f62;
    color: #ffffff;
    width: 20px;
    padding-right: 5px;
    padding-top: 5px;
    font-size: 11px;
    border-radius: 2px;
}
.graph-text {
    padding-top: 5px;
    padding-bottom: 10px;
    font-family: 'Helv-Reg';
    border-top: 2px solid #efefef;
}
.graph-text a {
    color: #3f3333;
}
.graph-text-bottom {
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Helv-Reg';
    font-size: 15px;
    border-bottom: 2px solid #efefef;
}
.graph-text-bottom a {
    color: #333333;
}
.graph-text-bottom-active {
    min-height: 70px;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Helv-Bd';
    font-size: 15px;
    border-bottom: 2px solid #efefef;
}
.graph-text-bottom-active a {
    color: #0272ac;
}
.graph-border {
    /*border-bottom: 3px solid #efefef;*/
    margin-bottom: 5px;
}
.top-block-news {
    padding-top: 30px;
    text-align: center;
}
.middle-news {
    margin-bottom: 30px;
    float: right;
}
#middleCarousel {
    margin-top: 30px;
}
.middle-div {
    padding-bottom: 30px;
    /*min-height: 425px;*/
}
.middle-carousel {
    margin-top: 50px;
    margin-bottom: 50px;
}
.middle-box {
    position: relative;
    height: 35px;
}

.middle-box-title {
    padding-bottom: 2px;
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
}
.active-box-title {
    background-color: #0272ac;
    padding-bottom: 2px;
    padding-top: 5px;
    font-size: 20px;
    color: #fff;
}
.box-content {
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 13px;
    border-bottom: 2px solid #0272ac;
}
.box-content a,
.selected-box-content a {
    text-decoration: none;
}

h1, h2, h3 {
    font-weight: inherit;
    color: inherit;
    font-size: inherit;
    padding: 0;
    margin: 0;
    display: inline;
}
.floatClass {
    float: right;
    height: 500px;
}
.middle-div {
    padding-bottom: 30px;
    /*min-height: 425px;*/
}
.middle-box {
    position: relative;
    height: 35px;
}
.sectors-img {
    height: 220px !important;
}
.middle-box-title {
    padding-bottom: 3px;
    padding-top: 3px;
    font-size: 20px;
    color: #fff;
}
.middle-arrow-left {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    top: 0;
    left: 0;
    height: 35px;
    width: 40px;
}


.middle-arrow-left {
    position: absolute;
    background-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    top: 0;
    left: 0;
    height: 35px;
    width: 40px;
}
.middle-img-content img {
    width: 100%;
}
.middle-img-content {

    opacity: 1;
}
.middle-img-background {
    position: absolute;
    background-color: #0e6d9e;
    bottom: 100px;
    opacity: 0.8;
    width: 100%;
    min-height: 60px;
    transition-timing-function: cubic-bezier(0.24, 0.15, 0.25, 0.99);
    transition-duration: 0.5s;
}
.graph-text-bottom-back {
    background-color: #0e6d9e;
    color: #fff;
    opacity: 0.8;
    height: 50px;
    top: 20%;
    text-decoration: none;
    width: 100%;
    min-height: 60px;
    transition-timing-function: cubic-bezier(0.24, 0.15, 0.25, 0.99);
    transition-duration: 0.5s;
}
.middle-img-content:hover .middle-img-background {
    opacity: 1;
    transition-timing-function: cubic-bezier(0.24, 0.15, 0.25, 0.99);
    transition-duration: 0.5s;
}
.middle-img-text {
    top: 20%;
    color: #fff;
    font-size: 15px;
    position: absolute;
}
.middle-side-box {
    margin-top: 30px;
    border-bottom: solid 3px #0272ac;
    background-color: #efefef;
    position: relative;
    height: 35px;
}
.middle-side-box .nav-pills {
    padding-right: 0 !important;
}
.middle-side-box .nav-pills > li > a {
    border-radius: 0;
}
.middle-side-box .nav-pills > li {
    float: none;
    margin-left: 0;
}
.middle-side-box .nav > li > a:hover,
.middle-side-box .nav > li > a:focus {
    background-color: #337ab7;
    color: #ffffff;
}
.bottom-carousel {
    margin-top: 30px;
    margin-bottom: 30px;
}

.boxTitleHref {
    width: 100%;
    color: #0272ac;
    display: block;
}
.boxTitleHref:hover {
    color: #0272ac;
}

.boxTitleHref, .graph-text-bottom-back{
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}