﻿body {
    font-family: "Tajawal", sans-serif;
    direction: ltr;
    color: #343c3e
}

.h1,
h1 {
    font-size: 1.5rem
}

.h2,
h2 {
    font-size: 1.45rem
}

.h3,
h3 {
    font-size: 1.4rem
}

.h4,
h4 {
    font-size: 1.3rem
}

.h5,
h5 {
    font-size: 1rem
}

.h6,
h6 {
    font-size: .9rem
}

p {
    font-size: .9rem
}

span {
    font-size: .9rem
}

section {
    padding: 30px 0
}

figure {
    margin: 0
}

article {
    display: flex
}

a {
    color: #343c3e
}

a:hover,
a:active,
a:focus {
    color: #5f5f5f;
    text-decoration: none
}

.m-auto {
    margin: 0 auto
}

.form-control:focus,
.btn.focus,
.btn:focus {
    box-shadow: none;
    border-color: inherit
}

button:focus {
    outline: 0
}

.custom-file-input:focus~.custom-file-label {
    border-color: inherit;
    box-shadow: none
}

.form-control {
    font-size: .9rem
}

.text-muted {
    color: #5f5f5f !important
}

@keyframes spinner-line-fade-more {

    0%,
    100% {
        opacity: 0
    }

    1% {
        opacity: 1
    }
}

@keyframes spinner-line-fade-quick {

    0%,
    39%,
    100% {
        opacity: 0.25
    }

    40% {
        opacity: 1
    }
}

@keyframes spinner-line-fade-default {

    0%,
    100% {
        opacity: 0.22
    }

    1% {
        opacity: 1
    }
}

.grey {
    background-color: #f8f8f8
}

.white {
    background-color: #fff
}

.dark {
    background-color: #282d30
}

.darkgrey {
    background-color: #343c3e
}

.alternative-bg {
    background-color: #f8b81a
}

.light-grey {
    background-color: #e1e1e1
}

.white-c {
    color: #fff
}

.grey-c {
    color: #999
}

.dgrey-c {
    color: #5f5f5f
}

.green {
    color: #268772
}

.blackc {
    color: #000
}

.blackc:hover,
.blackc:active,
.blackc:focus {
    color: #000
}

.alternative {
    color: #f8b81a
}

.additional {
    color: #f3784e
}

.gradient_1 {
    background: linear-gradient(#f8f8f8, #fff)
}

.gradient_2 {
    background: linear-gradient(#9dba73, #268772)
}

.gradient_3 {
    background: linear-gradient(to right, #268772, #9dba73)
}

.alternative-variation {
    background: #f9c442
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #629f72
}

.owl-theme .owl-dots .owl-dot span {
    background: #e1e1e1
}

.overlay {
    position: relative
}

.overlay:before {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0
}

.overlay:before {
    opacity: .5
}

.overlay-black:before {
    background-color: #343c3e
}

.overlay-green:before {
    background-color: #629f72
}

.title {
    position: relative
}

.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 2rem;
    height: 0.5em;
    border-top: 3px solid #629f72;
    width: 80px;
    z-index: 999
}

.title-unicolor:after {
    display: none
}

.secondary-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 38px;
    height: 0.5em;
    border-top: 3px solid #f8b81a;
    width: 80px;
    z-index: 999
}

.headline {
    color: #999;
    margin: 25px auto
}

.title-center:after {
    margin: 0 auto
}

.form-title {
    color: #fff
}

.form-title:after {
    top: 30px;
    border-top: 5px solid #f8b81a;
    width: 60px
}

.form-headline {
    color: #f8f8f8;
    margin: 25px auto 10px
}

[type=email],
[type=file],
[type=number],
[type=password],
[type=tel],
[type=url],
code,
samp,
var {
    text-align: left;
    direction: ltr
}

.top-bar {
    overflow: hidden;
    margin-bottom: 5px
}

header {
    background: #fff;
    margin-top: 0
}

.logo {
    margin: 0 auto;
    display: block
}

.img-profile {
    height: 25px;
    border-radius: 30px;
    display: block;
    margin: .4rem .1rem .3rem .1rem
}

.nav-link {
    display: block;
    padding: .5rem;
    font-size: 11pt;
    color: #5f5f5f
}

.nav-navigation a {
    color: #999;
    font-size: 11pt;
    font-weight: bold;
    padding: .5rem .5rem .5rem 1rem
}

.nav-language {
    position: relative
}

.nav-language a {
    padding: .5rem .4rem
}

.nav-language a:hover,
.nav-language a.active {
    background: #268772;
    color: #fff;
    margin: -7px auto;
    border-top: 7px solid #9dba73
}

.nav-language:hover+.nav-language::after {
    opacity: 0
}

.top-bar .nav {
    margin-top: 7px
}

.navbar-collapse .navbar-nav {
    background: #629f72
}

.navbar-nav .dropdown-menu {
    overflow: hidden
}

.scl-btn {
    padding: 8px;
    font-size: 20px;
    width: 37px;
    text-align: center;
    text-decoration: none;
    margin: 2px;
    color: #fff;
    background: #5ea57b
}

.scl-btn:hover {
    text-align: center;
    text-decoration: none;
    color: #fff
}

.scl-crcl {
    border-radius: 50%
}

.header-icons {
    bottom: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    margin: 0
}

#mnavigation div.dropdown-menu {
    /*background: #438c67;*/
    background: -webkit-gradient(linear, left top, right top, from(#488f65), color-stop(50%, #2f836c), to(#488f65));
    background: linear-gradient(90deg, #488f65 0%, #2f836c 50%, #488f65 100%);
    width: 330px;
    right: 0;
    padding: 5px 7px;
}

#mnavigation .mob-main-menu .dropdown-menu a {
    display: block;
    border-bottom: solid 1px rgba(255, 255, 255, .5);
    color: #fff;
    padding: 8px;
}

#mnavigation .dropdown-menu a:hover {
    color: #e5b127;
}

#mnavigation .dropdown-menu a:last-child {
    border: none;
}

#mnavigation .nav-item:hover .dropdown-menu {
    display: block;
}

.main-navigation {
    background: #488f65;
    background: linear-gradient(90deg, #488f65 0%, #2f836c 50%, #488f65 100%);
    margin-top: 20px;
    padding: 0
}

.main-navigation .navbar-nav .nav-link {
    font-size: 12pt;
    color: #fff;
    font-weight: 600;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 50px;
    line-height: 33px
}

.main-navigation .navbar-nav .nav-link:hover,
.main-navigation .navbar-nav .nav-link:active,
.main-navigation .navbar-nav .nav-link:focus {
    color: #fff;
    background: #f8b81a
}

.main-navigation .navbar-nav .nav-link .fas {
    font-size: 16pt
}

@font-face {
    font-family: 'icomoon';
    src: url("../webfonts/icomoon/icomoon.eot");
    src: url("../webfonts/icomoon/icomoon.eot?#iefix") format("embedded-opentype"), url("../webfonts/icomoon/icomoon.woff") format("woff"), url("../webfonts/icomoon/icomoon.ttf") format("truetype"), url("../webfonts/icomoon/icomoon.svg#icomoon") format("svg");
    font-weight: normal;
    font-style: normal
}

.sb-search-input {
    position: absolute;
    top: 0;
    left: 0;
    border: none;
    outline: none;
    background: #f8f8f8;
    width: 100%;
    height: 50px;
    margin: 0;
    z-index: 10;
    padding: 20px 65px 20px 20px;
    font-size: 12pt;
    color: #999
}

.sb-search-input::-webkit-input-placeholder {
    color: #f8b81a
}

.sb-search-input:-moz-placeholder {
    color: #f8b81a
}

.sb-search-input::-moz-placeholder {
    color: #f8b81a
}

.sb-search-input:-ms-input-placeholder {
    color: #f8b81a
}

.sb-icon-search,
.sb-search-submit {
    width: 55px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 50px;
    text-align: center;
    cursor: pointer
}

.sb-search-submit {
    background: #fff;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0);
    opacity: 0;
    color: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    z-index: -1
}

.sb-icon-search {
    color: #fff;
    background: #f8b81a;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased
}

.sb-search {
    width: 0%;
    height: 50px;
    float: left;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    margin-top: 0;
    right: 0;
    position: sticky;
    min-width: 55px
}

.sb-icon-search:before {
    content: "\e000"
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: calc(100% - 55px)
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #f8b81a;
    color: #fff;
    z-index: 11
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
    z-index: 90
}

.navbar-dark .navbar-toggler {
    color: unset;
    border: 0
}

.sb-stream .sb-icon-stream {
    width: 38px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    line-height: 50px;
    cursor: pointer;
    color: #fff;
    z-index: 90;
    font-size: 22px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    text-align: left;
    padding: 0 1rem
}

.main-slider {
    padding: 0
}

.carousel-item .img-fluid {
    width: 100%
}

.carousel-item a {
    display: block;
    width: 100%
}

.carousel-caption {
    position: absolute;
    left: unset;
    right: unset;
    top: 0%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center
}

.carousel-control-next,
.carousel-control-prev {
    top: 45%;
    padding: 20px 10px;
    height: 20px;
    width: auto;
    background: #132003
}

.carousel-control-next:hover,
.carousel-control-prev:hover {
    background: #315806
}

.carousel-control-next {
    padding: 20px 10px 20px 5px;
    width: 43px;
    height: 50px;
}

.carousel-control-prev {
    padding: 20px 5px 20px 10px;
    width: 43px;
    height: 50px;
}
.carousel-indicators li {
    width:32px;
   height:4px; 
   background-color: gray !important;
}

.slider-headline {
    color: #00abba;
    font-weight: bold;
    font-size: .9rem
}

.slider-title {
    font-weight: bold;
    color: #353851;
    margin-bottom: 20px;
    font-size: 1rem
}

.slider-content p {
    font-weight: bold;
    color: #b09e76;
    margin-bottom: 0
}

.main-slider .btn {
    font-weight: bold;
    margin-top: 20px;
    border: 0;
    border-radius: 35px;
    font-size: .8rem;
    padding: 5px 15px
}

.services .owl-carousel .owl-item {
    margin-top: 50px
}

.services .owl-carousel .owl-item img {
    width: 170px;
    margin: 0 auto
}

.services .owl-carousel .owl-item .slide-title {
    color: initial;
    width: 100%;
    font-weight: bold;
    margin: 30px auto 10px;
    font-size: 1.1em
}

.services .owl-carousel .owl-item p {
    color: #999;
    font-size: .7rem;
    line-height: 1.3
}

.services .owl-carousel .owl-item.center img {
    width: 230px
}

.services .owl-carousel .owl-item.center .slide-title {
    font-size: 1.2rem;
    margin: 20px auto 10px;
    color: #fff;
    background: #f8b81a;
    border: 0;
    border-radius: 35px;
    padding: 7px 25px;
    width: fit-content
}

.services .owl-carousel .owl-item.center p {
    font-size: 0.9rem
}

.services .owl-carousel .owl-item.center {
    margin-top: 28px
}

.services .owl-carousel .owl-item.first,
.services .owl-carousel .owl-item.last {
    opacity: 1
}

.services .owl-theme .owl-nav {
    position: absolute;
    top: 20%;
    right: 0;
    left: 0
}

.services .owl-carousel .owl-nav button.owl-next,
.services .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    height: 120px;
    color: inherit;
    border: none;
    z-index: 100
}

.services .owl-carousel .owl-nav button:hover {
    background: none
}



.services .owl-carousel .owl-nav i {
    font-size: 1.3rem;
    color: #fff;
    background: #f8b81a;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px
}

.services .owl-carousel .owl-nav i:hover,
.services .owl-carousel .owl-nav i:focus,
.services .owl-carousel .owl-nav i:active {
    color: #fff;
    background: #f8b30b
}

.news-title {
    position: unset;
    margin-left: 15px;
    margin-top: 0
}

.news-heading {
    background: #629f72;
    width: fit-content;
    padding: 5px 23px;
    color: #fff;
    font-weight: 600
}

.news-subject {
    font-weight: bold;
    margin: 0 0 10px
}

.news .owl-carousel .owl-item .news-caption {
    padding-top: 20px;
    padding-left: 15px
}

.news .owl-carousel .owl-item p {
    color: #5f5f5f
}

.news .owl-carousel .owl-item .date {
    color: #629f72;
    bottom: 30px;
    right: 15px;
    clear: both;
    position: unset;
    font-weight: normal
}

.news .owl-theme .owl-nav.disabled+.owl-dots {
    position: static;
    margin-top: unset;
    bottom: -23px
}

.box {
    border: 2px #f0f0f0 solid;
    background: #fff
}

.box .content {
    padding: 15px
}

.main-caption {
    padding: .8rem 1.25rem;
    text-align: justify
}

.secondary-caption {
    padding: 1.25rem;
    text-align: justify
}

.news-date {
    color: #268772;
    font-size: .8rem
}

.news-date-g {
    color: #999;
    font-size: .8rem
}

.main-img {
    position: relative
}

.news-headline {
    display: block;
    width: 100%
}

.trophys-headline {
    display: block;
    width: 100%;
    color: #fff;
    font-weight: bold
}

.badge-title {
    background: #629f72;
    width: fit-content;
    padding: 4px 20px;
    color: #fff
}

.news-badge-title {
    position: absolute;
    right: 1.25rem;
    bottom: .75rem;
    margin-bottom: 0;
    padding: 6px 10px;
    font-weight: bold;
    border-radius: 3px;
    font-size: .9rem;
    background: #f8b81a;
    width: fit-content;
    color: #fff
}

.news-badge {
    padding: 6px 10px;
    font-weight: bold;
    border-radius: 3px;
    font-size: .9rem;
    background: #f8b81a;
    width: fit-content;
    color: #fff;
    display: block
}

.box .content a {
    font-weight: bold;
    display: block
}

.box .content i {
    color: #629f72;
    font-size: .9rem
}

.box .content span {
    color: #629f72
}

.nav-tabs .nav-link {
    background-repeat: no-repeat;
    background-size: 56px;
    background-position: center 10px;
    border: 0;
    padding: .2rem .2rem .5rem .2rem;
    border-radius: 0
}

.training .nav-tabs .nav-link.active {
    background-color: rgba(0, 0, 0, 0)
}

.nav-tabs {
    border: 0
}

.training .nav-tabs {
    margin-right: -15px;
    margin-left: -15px;
    text-align: center
}

.nav-tabs .nav-link span {
    margin-top: 70px;
    display: block;
    font-weight: bold;
    font-size: .8rem;
    color: #999
}

.training .nav-tabs .nav-link.active span {
    color: #629f72
}

.events .nav-tabs .nav-link.active span {
    color: #fff
}

.nav-tabs .nav-link:hover {
    border: 0;
    color: unset
}

.conferences-icon {
    background-image: url(../images/events.png)
}

.conferences-icon.active {
    background-image: url(../images/events.png)
}

.events .nav-tabs .seminars-icon {
    background-image: url(../images/event_categories/seminars_white.png);
    background-image: url(../images/event_categories/seminars.png);
    background-repeat: no-repeat;
    background-position: center 25%
}

.events .nav-tabs .seminars-icon.active {
    background: url(../images/event_categories/seminars_white.png), linear-gradient(-45deg, #56aa5d 50%, #4f9f55 50%);
    background-repeat: no-repeat;
    background-position: center 25%
}

.workshops-icon {
    background-image: url(../images/event_categories/workshops_white.png);
    background-image: url(../images/event_categories/workshops.png);
    background-repeat: no-repeat;
    background-position: center 25%
}

.workshops-icon.active {
    background: url(../images/event_categories/workshops_white.png), linear-gradient(-45deg, #56aa5d 50%, #4f9f55 50%);
    background-repeat: no-repeat;
    background-position: center 25%
}

.meetups-icon {
    background-image: url(../images/event_categories/meetups_white.png);
    background-image: url(../images/event_categories/meetups.png);
    background-repeat: no-repeat;
    background-position: center 25%
}

.meetups-icon.active {
    background: url(../images/event_categories/meetups_white.png), linear-gradient(-45deg, #56aa5d 50%, #4f9f55 50%);
    background-repeat: no-repeat;
    background-position: center 25%
}

.forums-icon {
    background-image: url(../images/event_categories/forums_white.png);
    background-image: url(../images/event_categories/forums.png);
    background-repeat: no-repeat;
    background-position: center 25%
}

.forums-icon.active {
    background: url(../images/event_categories/forums_white.png), linear-gradient(-45deg, #56aa5d 50%, #4f9f55 50%);
    background-repeat: no-repeat;
    background-position: center 25%
}

.promeetings-icon {
    background-image: url(../images/event_categories/promeetings_white.png);
    background-image: url(../images/event_categories/promeetings.png);
    background-repeat: no-repeat;
    background-position: center 25%
}

.promeetings-icon.active {
    background: url(../images/event_categories/promeetings_white.png), linear-gradient(-45deg, #56aa5d 50%, #4f9f55 50%);
    background-repeat: no-repeat;
    background-position: center 25%
}

.trainings-icon {
    background-image: url(../images/event_categories/trainings.png)
}

.trainings-icon.active {
    background-image: url(../images/event_categories/trainings_green.png)
}

.trainings-2-icon {
    background-image: url(../images/event_categories/trainings_2.png)
}

.trainings-2-icon.active {
    background-image: url(../images/event_categories/trainings_2_green.png)
}

.green-form {
    padding: 25px 15px
}

.green-form .form-control {
    border-radius: 0;
    border: 0
}

.green-form .form-control::placeholder {
    color: #999
}

.competitions i {
    color: #f8b81a;
    font-size: 1.5rem
}

.competitions a {
    font-weight: bold;
    margin: 0;
    width: 100%;
    display: block
}

.competitions .content {
    padding: 30px 0
}

.competitions-block {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.publishing-img {
    border: 1px #f0f0f0 solid
}

.publishing .date {
    color: #268772;
    font-weight: bold;
    text-align: left;
    display: block;
    font-size: .9rem
}

.publishing a {
    display: block;
    text-align: left;
    font-size: .9rem;
    font-weight: bold
}

.trophys .owl-nav,
.partners .owl-nav {
    display: none
}

.trophys .owl-dots {
    display: block
}

.publishing .owl-dots {
    display: block;
    margin-top: 13px
}

.partners-carousel {
    margin-top: 70px
}

.partners-carousel .owl-dots {
    margin-top: 20px
}

.partners .owl-carousel .owl-nav button.owl-prev,
.partners .owl-carousel .owl-nav button.owl-prev:hover {
    position: absolute;
    top: 15%;
    font-size: 35px;
    margin: 0;
    border: 0;
    color: #e1e1e1;
    left: -99px;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.partners .owl-carousel .owl-nav button.owl-next,
.partners .owl-carousel .owl-nav button.owl-next:hover {
    position: absolute;
    top: 15%;
    font-size: 35px;
    margin: 0;
    border: 0;
    color: #e1e1e1;
    right: -99px;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.mailinglist p {
    font-size: 14px;
    line-height: 2em;
    color: #fff;
    width: 100%
}

.newsletter-headline {
    margin-bottom: 0;
    color: #fff
}

.newsletter-title {
    color: #fff
}

.publish-headline {
    margin-bottom: 0;
    color: #5f5f5f
}

.publish-title {
    color: #5f5f5f
}

.mailinglist .subscribe {
    background: rgba(0, 0, 0, 0);
    border: 0;
    border-bottom: 1px #fff solid;
    border-radius: 0;
    color: #fff;
    width: 100%;
    padding-left: 0
}

.mailinglist .subscribe::placeholder {
    color: #fff
}

.subscribe-btn {
    width: 100%
}

.btn-competitions {
    font-weight: bold;
    padding: 6px 24px
}

.btn-alternative {
    background: #f8b81a;
    border-radius: 0;
    border: 0;
    color: #fff
}

.btn-alternative:hover,
.btn-alternative:focus,
.btn-alternative:active {
    background: #f8b30b;
    color: #fff
}

.btn-white {
    background: #fff;
    border-radius: 3rem;
    border: 1px solid #cfcfcf;
    color: #5f5f5f;
    padding: .4rem 1rem;
    font-weight: bold;
    font-size: smaller
}

.btn-lgrey {
    background: #f8f8f8;
    border-radius: 3rem;
    border: 0;
    color: #5f5f5f;
    padding: .3rem .7rem;
    font-weight: bold;
    font-size: small
}

.btn-lgrey:hover,
.btn-grey:active,
.btn-grey:focus {
    color: #5f5f5f;
    background: #f0f0f0
}

.btn-lgrey-1 {
    background: #fff;
    border-radius: 3px;
    border: 1px solid #e1e1e1;
    color: #5f5f5f;
    padding: .3rem .7rem;
    font-weight: bold;
    font-size: small
}

.btn-lgrey-1:hover,
.btn-grey:active,
.btn-grey:focus {
    color: #fff;
    background: #268772;
    border: 1px solid #268772
}

.btn-grey {
    background: #e1e1e1;
    border-radius: 3rem;
    border: 0;
    color: #fff;
    padding: .3rem .7rem;
    font-weight: bold;
    font-size: small
}

.btn-grey:hover,
.btn-grey:active,
.btn-grey:focus {
    color: #fff;
    background: #d9d9d9
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
    background: #268772;
    border-radius: 3rem;
    border: 1px solid #268772;
    color: #fff;
    font-weight: bold
}

.btn-white.active {
    background: #268772;
    border-radius: 3rem;
    border: 1px solid #268772;
    color: #fff;
    font-weight: bold
}

.btn-additional {
    background: #f3784e;
    border: 0;
    color: #fff;
    padding: .4rem 2rem;
    border-radius: 5rem;
    font-weight: bold
}

.btn-additional:hover,
.btn-additional:focus,
.btn-additional:active {
    background: #f16636;
    color: #fff
}

.btn-additional-sm {
    background: #f3784e;
    border: 0;
    color: #fff;
    padding: .3rem .7rem;
    border-radius: 5rem;
    font-weight: bold;
    font-size: small
}

.btn-additional-sm:hover,
.btn-additional-sm:focus,
.btn-additional-sm:active {
    background: #f16636;
    color: #fff
}

.before-title {
    color: #999;
    font-size: .8rem;
    font-weight: bold
}

.sidebar-subsribe input {
    text-indent: .4rem;
    font-size: .8rem;
    color: #999;
    border: 1px solid #e1e1e1
}

.sidebar-subsribe input:focus {
    border: 1px solid #e1e1e1
}

.sidebar-subsribe input::placeholder {
    color: #999
}

.sidebar-subsribe .input-group-append span {
    background: #268772;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    padding: .375rem 1.2rem;
    font-size: .8rem
}

.form-publishing {
    padding: 10px;
    background: #fff;
    border-radius: 0
}

.form-publishing .btn {
    color: #999;
    font-weight: bold;
    padding: .7rem 1rem;
    border: 0
}

.form-publishing .btn i {
    vertical-align: middle
}

.form-publishing input {
    border: 0;
    border-right: 2px solid #e1e1e1;
    padding: .7rem 1rem;
    height: unset
}

.form-publishing input::placeholder {
    color: #999
}

.form-publishing .input-group-append {
    margin-right: 0
}

.form-publishing>.input-group-append>.input-group-text {
    background: #268772;
    color: #fff;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    border-radius: 3rem;
    padding: .3rem 1rem;
    font-size: .8rem
}

.news-img {
    border-radius: .25rem .25rem 0 0;
    max-height: 400px
}

.news-img-full {
    border-radius: .5rem
}

.info {
    padding: 30px 0 10px
}

.info-block {
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.info-icon i {
    color: #268772;
    margin-right: 20px;
    font-size: 2rem
}

.info-text {
    padding-right: 20px;
    font-size: 0.875rem;
    line-height: 1rem
}

.info-text-heading {
    margin-bottom: .2rem;
    color: #999
}

.info-text-content {
    color: #fff;
    font-size: 1rem;
    margin-bottom: .3rem;
    line-height: 1.5em
}

.headline-bg {
    padding: 0
}

.jumbotron {
    color: white;
    background-image: url("../images/background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: fit-content !important
}

.page-heading {
    position: relative
}

.page-title {
    font-weight: bold
}

.page-description {
    text-align: justify
}

.sidebar-box {
    border: 0;
    padding: 0 0 .6rem;
    box-shadow: 0 4px 2px -2px #e1e1e1
}

.unsidebar-box {
    border-radius: 0;
    box-shadow: none
}

.main-box {
    border: 0;
    margin: 40px 0
}

.sidebar-title {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
    padding: 1.5rem 1.25rem 0.3rem
}

.sidebar-title:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    padding-top: 8px;
    border-bottom: 1px solid #5cafa2
}

.sidebar-title-none:after {
    content: none
}

.sidebar-title:last-child:after {
    content: none
}

.search-box {
    width: 100%;
    background: #f8f8f8;
    padding: 5px;
    margin: 0 15px 30px;
    border-radius: 2px
}

.search-box input,
.search-box input:hover,
.search-box input:focus,
.search-box input:active {
    background: none;
    border: 0
}

.search-box i {
    font-size: .8rem;
    margin-top: 13px
}

.main-title {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
    padding: 0;
    display: block;
    padding-top: 30px
}

.main-box-title {
    color: #fff;
    width: fit-content;
    background-color: #5cafa2;
    padding: .3rem 2rem;
    border-radius: 2rem;
    position: absolute;
    top: -15px;
    left: 15px;
    display: block
}

.main-box-title-alternative {
    background-color: #f8b81a;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto
}

.main-content-title {
    color: #fff;
    width: fit-content;
    background-color: #5cafa2;
    padding: .2rem .6rem;
    border-radius: 2rem;
    display: block;
    font-size: smaller;
    margin-left: auto;
    margin-right: auto
}

.doctor-name,
.doctor-title {
    text-align: center
}

.img-inner {
    top: -15px;
    display: block;
    position: absolute;
    border: 5px solid #fff;
    border-radius: 0;
    width: 40%;
    left: 30%
}

.content-icon {
    width: 40%;
    text-align: center;
    margin-right: auto;
    margin-left: auto
}

.sidebar-box-title {
    color: #5cafa2
}

.sidebar-box-title-g {
    color: initial
}

.sidebar-box-mark {
    width: 5px;
    height: 17px;
    transform: skew(12deg);
    background: #5cafa2;
    display: inline-block;
    margin-right: 8px
}

.sidebar-list {
    border: 0;
    background: transparent;
    padding: .5rem 1.25rem 0
}

.sidebar-list:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    padding-top: 10px;
    border-bottom: 1px solid #f8f8f8
}

.sidebar-list.active {
    color: #f3784e;
    background: none;
    border: none
}

.sidebar-list:last-child:after {
    border-bottom: 0;
    padding-top: 5px
}

.sidebar-list-g {
    border: 0;
    padding: .5rem 1.25rem 0;
    text-indent: 15px
}

.sidebar-list-g:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    padding-top: 10px;
    border-bottom: 1px solid #f8f8f8
}

.sidebar-list-g.active {
    color: #268772;
    background: none;
    font-weight: bold;
    border: none
}

.sidebar-list-g:last-child:after {
    border-bottom: 0;
    padding-top: 5px
}

.sidebar-list-grey {
    border: 0;
    background: transparent;
    padding: .5rem 1.25rem 0
}

.sidebar-list-grey:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    padding-top: 10px;
    border-bottom: 1px solid #e1e1e1
}

.sidebar-list-grey.active {
    color: #268772;
    background: none;
    font-weight: bold;
    border: none
}

.sidebar-list-grey:last-child:after {
    border-bottom: 0;
    padding-top: 5px
}

.main-content {
    padding: 0 1.25rem;
    text-align: justify
}

.main-content-form {
    padding: 1rem
}

.content-list {
    list-style: none
}

.content-list li {
    line-height: 1.7rem;
    font-size: .95rem
}

.content-list li::before {
    color: #5cafa2;
    content: "\25AA";
    display: inline-block;
    font-size: 2em;
    padding: 0;
    margin-right: 10px;
    vertical-align: middle
}

.list-rounded li::before {
    color: #f3784e;
    content: "\25CF";
    font-size: 1.6rem
}

.main-picture {
    padding: 1.5rem 0 0 0
}

.content-title {
    font-weight: bold;
    color: #f3784e
}

.icon-line {
    position: relative;
    z-index: 1
}

.icon-line:before {
    border-top: 2px solid #f8f8f8;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    bottom: 0;
    width: 95%;
    z-index: -1
}

.login-dropdown {
    padding: 0;
    border-radius: 3rem;
    min-width: 320px;
    background-color: rgba(0, 0, 0, 0)
}

.dropbown-title {
    color: #999;
    font-weight: bold
}

.modal-content {
    border-radius: .5em;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #e1e1e1
}

.modal-body {
    background: #fff
}

.modal-header {
    border: 0;
    padding: 1rem 1rem .3rem;
    background: #fff;
    border-top-right-radius: .5em;
    border-top-left-radius: .5em
}

.modal-header .close {
    margin: -4px 0 0;
    padding: 0
}

.close {
    float: left
}

.modal-footer {
    background: #f8f8f8;
    padding: .2rem 1rem;
    justify-content: space-between;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.modal-footer>:not(:first-child) {
    padding-right: 0
}

.modal-footer>:not(:last-child) {
    padding-left: 0
}

.form-primary {
    border: 1px solid #e1e1e1
}

footer {
    padding: 50px 0
}

.footer-heading {
    color: #fff;
    margin-bottom: 1rem
}

.footer-content {
    color: #999
}

footer ul li {
    margin-bottom: .4rem
}

footer ul li a {
    font-size: .9rem;
    color: #999
}

footer ul li a:hover {
    color: #b3b3b3;
    text-decoration: none
}

footer ul li a i {
    font-size: .7rem
}

.primary-btn {
    background: #268772;
    color: #fff
}

.primary-btn:hover,
.primary-btn:focus,
.primary-btn:active {
    background: #629f72;
    color: #fff
}

.social-btn {
    background: #5ea37b;
    color: #fff
}

.social-btn:hover,
.social-btn:focus,
.social-btn:active {
    background: #5ea37b;
    color: #fff
}

footer .btn {
    border: 0;
    font-size: .8rem;
    border-radius: 35px;
    padding: 6px 28px
}

.footer-contact p {
    color: #999;
    border-bottom: 1px solid #475154;
    font-size: .9rem;
    margin: 0;
    padding: 15px 0
}

.footer-contact p:first-child {
    padding-top: 0
}

.footer-contact p:last-child {
    border: 0;
    padding-bottom: 0
}

.footer-about p {
    width: 100%;
    font-size: 1rem
}

.footer-about {
    margin-bottom: 20px
}

.footer-social {
    margin-top: 20px
}

.btn-floating {
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    background: #3d4749
}

.btn-floating:hover {
    background: #424c4f
}

.publ-carousel .owl-item:nth-child(odd) .light-c {
    background: #fdfdfd
}

.publ-carousel .owl-nav {
    position: absolute;
    top: -100px;
    left: 0
}

.publ-carousel .owl-item.active .item:last-child {
    padding-left: 0
}

.publ-carousel .owl-nav button.owl-prev,
.publ-carousel .owl-nav button.owl-next {
    padding: 6px 16px !important;
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 3rem;
    color: #999;
    font-size: 1.2rem
}

.publ-carousel .owl-nav button.owl-prev:hover,
.publ-carousel .owl-nav button.owl-next:hover {
    padding: 6px 16px !important;
    background: #ffffff;
    border: 2px solid #e1e1e1;
    border-radius: 3rem;
    color: #999;
    font-size: 1.2rem
}

.publ-main-img {
    position: relative;
    width: 100%
}

.btn-floating i {
    font-size: 1rem;
    line-height: 40px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff
}

.footer-social li {
    margin: 0
}

.footer-copyright {
    font-size: .8rem;
    color: #e1e1e1
}

.footer-copyright a {
    color: #fff
}

.footer-copyright a:hover,
.footer-copyright a:focus {
    color: #fff;
    text-decoration: none
}

.dropdown-toggle::after {
    display: none
}

.sb-icon-stream {
    color: #fff !important
}

.menu-large {
    position: static !important
}

.megamenu>li>ul>li>ul {
    padding: 0;
    margin: 0
}

.megamenu>li>ul>li>ul>li {
    list-style: none
}

.megamenu>li>ul>li>ul>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.4;
    color: #343c3e;
    white-space: normal
}

.megamenu>li>ul>li>ul>li>a:hover,
.megamenu>li>ul>li>ul>li>a:focus {
    text-decoration: none
}

.megamenu .disabled>a,
.megamenu .disabled>a:hover,
.megamenu .disabled>a:focus {
    color: #999
}

.megamenu .disabled>a:hover,
.megamenu .disabled>a:focus {
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    background-image: none;
    cursor: not-allowed
}

.megamenu .dropdown-header {
    color: #343c3e;
    font-size: 18px;
    padding: .5rem 1rem
}

.divider {
    height: 10px
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    background: none
}

.dropdown-menu {
    border: 0;
    margin: 0;
    border-radius: 0
}

.megamenum:not(.show) {
    display: block
}

.megamenu {
    margin-right: 0;
    margin-left: 0;
    width: 100%
}

.megamenu>li {
    margin-bottom: 30px
}

.megamenu>li:last-child {
    margin-bottom: 0
}

.megamenu.dropdown-header {
    padding: 3px 15px !important
}

.navbar-nav .open .dropdown-menu .dropdown-header {
    color: #fff
}

.megamenu-ul {
    margin: 0;
    padding: 0
}

.contact-us {
    border: 0;
    border-bottom: 1px solid #999;
    border-radius: 0;
    padding-left: 0;
    color: #999;
    background: transparent
}

.job-form {
    border: 0;
    border-bottom: 1px solid #e1e1e1;
    border-radius: 0;
    color: #999
}

.job-form::placeholder {
    color: #999
}

.white-form {
    border: 0;
    border-radius: 0;
    color: #999
}

.white-form::placeholder {
    color: #999
}

.share-btn {
    padding: 5px 8px;
    border: 1px solid #e1e1e1;
    border-radius: 5rem;
    font-size: .9rem
}

.more-btn {
    text-align: left;
    color: #268772;
    font-weight: bold;
    margin-top: 7px
}

.more-btn:hover,
.more-btn:active,
.more-btn:focus {
    color: #629f72
}

.btn-contact {
    padding: .3rem 2.5rem;
    border-radius: 0
}

.btn-training {
    font-size: smaller;
    font-weight: bold;
    padding: .2rem 2rem;
    border-radius: 0
}

.btn-transparent {
    background: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 0;
    color: #fff
}

.btn-transparent:hover {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 0;
    color: #f8b81a
}

.btn-transparent-nb {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    font-weight: bold;
    color: #fff
}

.btn-transparent-nb:hover {
    background: rgba(0, 0, 0, 0);
    border-radius: 0;
    color: #fff
}

.contact-info {
    font-weight: bold;
    color: #f3784e
}

.bb-lg {
    border-bottom: 1px solid #e1e1e1
}

.custom-file-input:lang(ar)~.custom-file-label::after {
    content: "+"
}

.custom-file-label::after {
    font-weight: bold;
    background: rgba(0, 0, 0, 0);
    color: #f3784e;
    padding-right: 0
}

.mnavar-dropdown {
    background: #629f72;
    color: #fff;
    min-width: 11rem;
    right: 0;
    left: unset;
    padding: 0
}

.mnavar-dropdown-item {
    color: #fff;
    border-bottom: 1px solid rgba(248, 248, 248, 0.2);
    padding: .5rem .7rem
}

.mnavar-dropdown-item:focus,
.mnavar-dropdown-item:active,
.mnavar-dropdown-item:hover {
    color: #f8b81a
}

.dropdown:hover>.dropdown-menu {
    display: block
}

.datepicker {
    top: 0;
    margin: 0;
    padding: 0
}

.datepicker>div {
    display: none
}

.datepicker table {
    width: 100%;
    margin: 0;
    border-bottom: 8px solid #268772
}

.datepicker thead tr {
    background-color: #268772;
    color: #fff
}

.datepicker thead tr th {
    padding: .2rem;
    border: 0;
    vertical-align: middle;
    text-transform: uppercase
}

.datepicker thead tr .dow {
    background-color: #9dba73;
    font-weight: 300
}

.datepicker tbody {
    background-color: #f8f8f8
}

.datepicker td,
.datepicker th {
    text-align: center;
    width: 20px;
    height: 20px
}

.datepicker td {
    color: #5f5f5f;
    padding: .2rem .75rem;
    font-size: .8rem;
    font-weight: bold;
    border: 1px solid #fff
}

.datepicker tr:first-child td {
    border-top: 0
}

.datepicker tr td:first-child {
    border-right: 0
}

.datepicker tr:last-child td {
    border-bottom: 0
}

.datepicker tr td:last-child {
    border-left: 0
}

.datepicker td.day:hover {
    background: #e1e1e1;
    cursor: pointer
}

.datepicker td.day.disabled {
    color: #e1e1e1;
    background: #f8f8f8
}

.datepicker td.old,
.datepicker td.new {
    color: #999
}

.datepicker td.active,
.datepicker td.active:hover {
    color: #5f5f5f;
    background-color: #e1e1e1
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
    color: #5f5f5f;
    background-color: #e1e1e1
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
    background-color: #e1e1e1
}

.datepicker td span {
    display: block;
    width: 47px;
    height: 54px;
    line-height: 54px;
    float: left;
    margin: 2px;
    cursor: pointer
}

.datepicker th.switch {
    width: 145px
}

.datepicker th.next,
.datepicker th.prev {
    font-size: 21px
}

.datepicker thead tr:first-child th {
    cursor: pointer
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px
}

.addon-form {
    border-radius: 0;
    border: 0;
    background: #e1e1e1
}

.addon-form img {
    height: 13px
}

.tab-button>.btn:not(:last-child):not(.dropdown-toggle) {
    border-radius: 4rem;
    margin-left: 10px
}

.tab-button>.btn:not(:first-child) {
    border-radius: 4rem
}

.categories {
    border-bottom: 8px solid #c8c8c8
}

.sidebar-box-2 {
    border: 0;
    padding: 0;
    background-color: #f8f8f8;
    border-radius: 0
}

.sidebar-box-3 {
    border: 0;
    padding: 0;
    background-color: #fff;
    border-radius: 0
}

.sidebar-title-2:first-child {
    border-radius: 0
}

.sidebar-title-2 {
    background-color: #f8b81a;
    border-bottom: 0;
    padding: .5rem
}

.sidebar-title-3:first-child {
    border-radius: 0
}

.sidebar-title-3 {
    background: linear-gradient(#f8b81a, #fbd77d);
    text-align: center;
    border-bottom: 0;
    padding: .6rem 0
}

.sidebar-box-title-2 {
    color: #fff;
    vertical-align: middle;
    display: contents;
    font-weight: bold
}

.sidebar-list-2 {
    border: 0;
    padding: .5rem 1.25rem 0;
    font-weight: 600;
    background: initial
}

.sidebar-list-2:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    padding-top: 10px;
    border-bottom: 1px solid #e1e1e1
}

.sidebar-list-2:last-child:after {
    border-bottom: 0;
    padding-top: 5px
}

.sidebar-list-3 {
    border: 0;
    padding: .5rem 0 0;
    font-weight: 600;
    background: initial
}

.sidebar-list-3:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    padding-top: 10px;
    border-bottom: 1px solid #e1e1e1
}

.sidebar-list-3:last-child:after {
    border-bottom: 0;
    padding-top: 5px
}

.sidebar-list-4 {
    border: 0;
    padding: .3rem 1.25rem;
    font-size: 11pt;
    font-weight: bold;
    color: #999
}

.sidebar-list-4:hover {
    color: #5f5f5f
}

.programs-sidebar {
    border: 0;
    padding: 1.25rem 1.25rem 0;
    font-weight: 600;
    background: initial;
    display: flex;
    align-items: center;
    width: 100%;
    text-decoration: none
}

.publish-sidebar {
    align-items: normal
}

.sidebar-padding {
    padding: 1.25rem
}

.programs-sidebar img {
    width: 120px;
    border: 5px solid #e1e1e1
}

.programs-caption .date,
.programs-caption .location {
    font-size: small
}

.programs-caption .calendar {
    font-size: .8rem;
    color: #999
}

.programs-caption .calendar i {
    font-size: .7rem
}

.programs-caption .calendar:after {
    content: "";
    display: block;
    margin: 0 auto;
    width: 99%;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 5px
}

.programs-caption p {
    font-size: smaller
}

.program-text p {
    font-weight: bold;
    font-size: smaller
}

.page-link {
    padding: .6rem 1rem;
    font-weight: bold;
    color: #5f5f5f;
    border: 1px solid #e1e1e1
}

.page-link:hover,
.page-link:focus,
.page-link:active {
    background: #fff;
    color: #f3784e
}

.page-link.active {
    color: #f3784e
}

.pagination-page a,
.pagination-first a,
.pagination-prev a,
.pagination-last a,
.pagination-next a {
    padding: .6rem 1rem;
    font-weight: bold;
    color: #5f5f5f;
    border: 1px solid #e1e1e1
}

.pagination-page a:hover,
.pagination-page a:focus,
.pagination-page a:active {
    background: #fff;
    color: #f3784e
}

.pagination-first a:hover,
.pagination-first a:focus,
.pagination-first a:active {
    background: #fff;
    color: #f3784e
}

.pagination-prev a:hover,
.pagination-prev a:focus,
.pagination-prev a:active {
    background: #fff;
    color: #f3784e
}

.pagination-last a:hover,
.pagination-last a:focus,
.pagination-last a:active {
    background: #fff;
    color: #f3784e
}

.pagination-next a:hover,
.pagination-next a:focus,
.pagination-next a:active {
    background: #fff;
    color: #f3784e
}

.pagination-page a.active,
.pagination-first a.active,
.pagination-prev a.active,
.pagination-last a.active,
.pagination-next a.active {
    color: #f3784e
}

.link-transparent {
    background: none;
    border-top: none;
    border-bottom: none
}

.link-transparent:hover,
.link-transparent:focus,
.link-transparent:active {
    background: none;
    border-top: none;
    border-bottom: none;
    color: #268772
}

.link-transparent.active {
    color: #268772
}

.link-transparent-r {
    background: none;
    border: 2px solid #e1e1e1;
    border-radius: 6rem
}

.link-transparent-r span {
    color: #999
}

.link-transparent-r:hover,
.link-transparent-r:focus,
.link-transparent-r:active {
    background: none;
    color: #268772
}

.page-item:first-child a {
    border-right: 0
}

.page-item:last-child a {
    border-left: 0
}

.program-content-title {
    color: #fff;
    width: fit-content;
    background-color: #268772;
    padding: .2rem .6rem;
    border-radius: 2rem;
    display: block;
    font-size: smaller
}

.program-content-btn {
    color: #fff;
    width: fit-content;
    background: #f3784e;
    padding: .2rem .6rem;
    border-radius: 2rem;
    display: block;
    font-size: smaller
}

.program-content-btn:hover,
.program-content-btn:focus,
.program-content-btn:active {
    background: #f16636;
    color: #fff
}

.alternative-ribbon {
    background-color: #f8b81a
}

.absolute-ribbon {
    position: absolute;
    top: -30px
}

.absolute-ribbon-b {
    position: absolute;
    bottom: -39px;
    left: 15px
}

.absolute-ribbon-b.collapsed:before {
    content: '+ المزيد';
    display: block
}

.absolute-ribbon-b:before {
    content: '- ملخص';
    display: block
}

.additional-a {
    color: #f3784e
}

.additional-a:hover,
.additional-a:focus,
.additional-a:active {
    color: #f26d40
}

.transparent-btn {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 100%
}

.cert {
    border: 0;
    border-radius: 0;
    color: #999;
    background: #fff;
    text-align: center
}

.client-carousel {
    margin: 0 auto;
    padding: 0 10px
}

.client-carousel .item {
    color: #999;
    overflow: hidden;
    min-height: 120px
}

.client-carousel .media {
    position: relative;
    padding: 0 20px 0 0
}

.client-carousel .media img {
    width: 50px;
    height: 50px;
    display: block;
    border-radius: 50%
}

.client-carousel .testimonial-wrapper {
    padding: 0 10px
}

.client-carousel .testimonial {
    color: #999;
    position: relative;
    padding: 20px;
    background: #fff;
    border: 0;
    border-radius: 0;
    margin-bottom: 25px
}

.client-carousel .testimonial::after {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: #fff;
    border: 0;
    position: absolute;
    bottom: -8px;
    right: 46px;
    transform: rotateZ(46deg)
}

.client-carousel .star-rating li {
    padding: 0 2px
}

.client-carousel .star-rating i {
    font-size: 16px;
    color: #ffdc12
}

.client-carousel .overview {
    padding: 3px 15px 0 0
}

.client-carousel .overview .details {
    padding: 0 0 8px;
    color: #268772
}

.client-carousel .overview b {
    text-transform: uppercase;
    color: #5f5f5f
}

.client-carousel .client-carousel-indicators {
    bottom: -70px
}

.client-carousel-indicators li,
.client-carousel-indicators li.active {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin: 1px 2px
}

.client-carousel-indicators li {
    background: #e2e2e2;
    border: 4px solid #fff
}

.client-carousel-indicators li.active {
    color: #fff;
    background: #1abc9c;
    border: 5px double
}

.client-carousel .owl-dots {
    margin-top: 3rem !important
}

.ic__datepicker {
    padding: 0;
    border-radius: 0;
    border-bottom: 6px solid #629f72
}

.ic__header,
.ic__prev,
.ic__month {
    background: #629f72
}

.ic__header,
.ic__next,
.ic__month {
    background: #629f72
}

.ic__header select {
    border: 1px solid #fff;
    color: #fff;
    background: rgba(0, 0, 0, 0)
}

.ic__header select option {
    color: #999
}

.ic__week-head td {
    background: #9dba73;
    border: 0;
    color: #fff
}

.ic__days .ic__day {
    background: #f8f8f8
}

.ic__days .ic__day:hover,
.ic__days .ic__day_state_selected {
    background: #e1e1e1
}

.accordion-main {
    border: 0;
    border-radius: 0
}

.accordion-right {
    background: #fff;
    border: 0;
    padding: .1rem 0;
    border-radius: 0
}

.accordion-right:focus {
    outline: 0
}

.btn-accordion {
    padding: 0;
    font-weight: bold;
    border: 0
}

.btn-accordion:focus,
.btn-accordion:active,
.btn-accordion:hover {
    border: 0
}

.border-bg {
    border-bottom: 2px solid #e1e1e1
}

.border-rd {
    border: 1px solid #e1e1e1;
    border-bottom: 2px solid #e1e1e1
}

.border-nd {
    border: 1px solid #e1e1e1
}

.programs-sidebar .border-nd {
    border: 1px solid #e1e1e1
}

.badge-rounded {
    padding: 2px 10px
}

.br-rd {
    border-radius: 0
}

.icons-sidebar {
    background: transparent
}

.icons-sidebar .info-text-heading {
    color: #268772;
    font-size: .9rem;
    font-weight: bold
}

.icons-sidebar .info-text-content {
    color: #5f5f5f;
    font-size: 1rem;
    font-weight: bold
}

.date-border {
    border-bottom: 4px solid #e1e1e1;
    line-height: 2.5rem
}

.btn-thin {
    font-weight: bold;
    color: #f3784e;
    border-bottom: 1px solid #f3784e;
    padding: 0
}

.btn-thin:hover,
.btn-thin:focus,
.btn-thin:active {
    color: #f3784e
}

.main-titles {
    text-align: center;
    font-weight: bold
}

.content-container {
    padding: 15px;
    background: #268772;
    width: 100%
}

.bottom-container {
    background: #f8f8f8
}

.btn-trophys {
    color: #fff;
    padding: 4px 10px;
    border-radius: 3rem;
    font-size: .8rem;
    text-align: left;
    font-weight: bold;
    background: #f8b81a;
    border: 0
}

.btn-trophys:hover,
.btn-trophys:focus,
.btn-trophys:active {
    background: #f8b30b;
    color: #fff
}

.btn-publish {
    color: #999;
    padding: 4px 17px;
    border-radius: 3rem;
    font-size: .8rem;
    text-align: left;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e1e1e1
}

.btn-publish:hover,
.btn-trophys:focus,
.btn-trophys:active {
    background: #999;
    color: #fff;
    border: 1px solid #999
}

.btn-pub {
    color: #999;
    border-radius: 3rem;
    text-align: left;
    font-weight: bold;
    background: #fff;
    border: 1px solid #e1e1e1;
    font-size: .8rem;
    padding: .5rem 1rem
}

.btn-pub:hover,
.btn-trophys:focus,
.btn-trophys:active {
    background: #999;
    color: #fff;
    border: 1px solid #999
}

.btn-tro {
    color: #5f5f5f;
    padding: 4px 10px;
    font-size: .8rem;
    font-weight: bold;
    background: transparent;
    border: 0
}

.trophys-img {
    padding: 0 1.25rem;
    position: relative;
    height: 121px;
    background: transparent;
    border: 0
}

.trophys-img img {
    width: 80px
}

.trophys-carousel .owl-dots {
    margin-top: 20px
}

.trophys .owl-carousel .owl-nav button.owl-prev,
.trophys .owl-carousel .owl-nav button.owl-prev:hover {
    position: absolute;
    top: 48%;
    font-size: 20px;
    margin: 0;
    border: 0;
    color: #e1e1e1;
    left: -50px;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.trophys .owl-carousel .owl-nav button.owl-next,
.trophys .owl-carousel .owl-nav button.owl-next:hover {
    position: absolute;
    top: 48%;
    font-size: 20px;
    margin: 0;
    border: 0;
    color: #e1e1e1;
    right: -50px;
    background: rgba(0, 0, 0, 0);
    text-decoration: none
}

.publish-form {
    width: 100%;
    text-align: center
}

.book-info:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    border-left: 5px solid #268772;
    z-index: 999
}

.publish-form select {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    padding: 10px 10px;
    right: 8px;
    min-width: 9rem
}

.section-info-2 {
    background: #f8f8f8;
    position: absolute;
    /*margin-top: -50px;*/
    margin-right: -20px;
    /*    padding-top: 97px;*/
    padding-right: 20px;
    /*    padding-bottom: 15px;
*/
    width: 98%
}

.contact-form-2 {
    margin-top: 10px !important
}

.map-dotted {
    background-image: url(../images/map-dotted.png);
    background-repeat: no-repeat;
    background-size: 63%;
    background-position-x: right;
    background-position-y: 325px
}

.publishing .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    top: 32%;
    background: #629f72;
    font-size: 30px;
    padding: 0px 20px !important;
    margin: 0;
    border: 0;
    color: #fff;
    left: -30px;
    border-radius: 0px 30px 30px 0;
    z-index: -999
}

.publishing .owl-carousel .owl-nav button.owl-next {
    position: absolute;
    top: 32%;
    background: #629f72;
    font-size: 30px;
    padding: 0px 20px !important;
    margin: 0;
    border: 0;
    color: #fff;
    right: -29px;
    border-radius: 30px 0 0 30px;
    z-index: -999
}

.publishing .owl-carousel .owl-nav button.owl-next span,
.publishing .owl-carousel .owl-nav button.owl-prev span {
    font-size: 30px
}

@media only screen and (min-width: 330px) {
    .carousel-caption {
        top: 10%
    }
}

@media only screen and (min-width: 400px) {
    .custom-file-input:lang(ar)~.custom-file-label::after {
        content: "+ تصفح"
    }

    .carousel-caption {
        top: 20%
    }
}

@media only screen and (min-width: 576px) {
    .title-unicolor:after {
        display: block;
        border-top: 4px solid #5f5f5f
    }

    .col-24 {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%
    }

    .carousel-caption {
        top: 15%;
        text-align: left
    }

    .info-block {
        display: block;
        text-align: center
    }

    .header-icons {
        margin-right: 15px
    }

    .logo {
        margin: 0
    }

    .services .owl-carousel .owl-item.center .slide-title {
        padding: 7px 15px
    }

    .services .owl-carousel .owl-nav button.owl-next,
    .services .owl-carousel .owl-nav button.owl-prev {
        height: 95px
    }

    .services .owl-carousel .owl-item {
        opacity: .2
    }

    .services .owl-carousel .owl-item.center {
        opacity: 1
    }

    .navbar-collapse .navbar-nav {
        background: none
    }

    .navbar-nav .dropdown-menu {
        position: absolute
    }

    .sb-stream .sb-icon-stream {
        left: unset
    }
}

@media only screen and (min-width: 768px) {
    .form-publishing>.input-group-append>.input-group-text {
        background: #268772;
        color: #fff;
        border: 0;
        cursor: pointer;
        font-weight: bold;
        border-radius: 3rem;
        padding: .7rem 2.8rem;
        font-size: 1rem
    }

    .btn-pub {
        padding: .7rem 2.3rem;
        font-size: 1rem
    }

    .form-publishing {
        border-radius: 3rem
    }

    .publish-form {
        width: unset;
        text-align: unset
    }

    .custom-file-input:lang(ar)~.custom-file-label::after {
        content: "+"
    }

    .main-content-form {
        padding: 2rem
    }

    .services .owl-carousel .owl-item.first,
    .services .owl-carousel .owl-item.last {
        opacity: .2
    }

    .green-form {
        margin: 0
    }

    .h1,
    h1 {
        font-size: 1.6rem
    }

    .h2,
    h2 {
        font-size: 1.55rem
    }

    .h4,
    h4 {
        font-size: 1.4rem
    }

    .h5,
    h5 {
        font-size: 1.1rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

    p {
        font-size: 1rem
    }

    span {
        font-size: 1rem
    }

    .form-control {
        font-size: 1rem
    }

    .services .owl-carousel .owl-nav button.owl-next,
    .services .owl-carousel .owl-nav button.owl-prev {
        height: 85px
    }

    .services .owl-carousel .owl-item.center .slide-title {
        font-size: 1.2rem;
        margin: 30px auto 20px
    }

    .news .owl-carousel .owl-item p {
        font-size: 1.1rem
    }

    .competitions .content {
        padding: 0
    }

    .competitions-block {
        display: block
    }

    .competitions a {
        margin: 5px 0 15px
    }

    .slider-title {
        font-size: 1.4rem
    }

    .slider-headline {
        font-size: 1.1rem
    }

    section {
        padding: 50px 0
    }

    .main-slider .btn {
        font-size: .9rem;
        padding: 6px 20px
    }

    .sb-search {
        position: relative;
        min-width: 50px;
        height: 50px
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 40%
    }

    .sb-stream .sb-icon-stream {
        padding: 0;
        text-align: right
    }

    .main-navigation {
        padding: 0 1rem
    }

    .sb-icon-search,
    .sb-search-submit {
        width: 50px
    }

    .main-navigation .navbar-nav .nav-item {
        position: relative
    }

    /*  .main-navigation .navbar-nav .nav-item {
        position: relative;
        padding: 0 0 0 1px;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }
    #mnavigation .nav-item:hover .dropdown-menu {
        display: none !important;
    }

        #mnavigation .nav-item:hover .dropdown-menu.show {
            display: block !important;
        }*/
    .carousel-caption {
        top: 15%;
        text-align: left
    }

    .partners-carousel .owl-dots {
        margin-top: 50px
    }

    .mailinglist p {
        width: 80%
    }

    .green-form {
        padding: 25px;
        height: 100%
    }

    .mailinglist .subscribe {
        width: 85%
    }

    .info {
        padding: 30px 0
    }

    footer ul li a {
        font-size: 1rem
    }

    .footer-social {
        margin-top: 100px;
        margin-bottom: 0
    }

    .btn-floating {
        width: 50px;
        height: 50px
    }

    .btn-floating i {
        font-size: 1.25rem;
        line-height: 50px
    }

    .info-block {
        display: flex;
        text-align: left
    }

    .main-box {
        border: 0;
        margin: 0
    }

    .main-picture {
        padding: 1.5rem 1.5rem 0 0
    }

    .img-inner {
        width: unset;
        left: unset
    }

    .content-icon {
        margin-right: -30px;
        width: unset
    }

    .main-content-title {
        margin-right: unset;
        margin-left: unset
    }

    .doctor-name,
    .doctor-title {
        text-align: left
    }

    .client-carousel {
        padding: 0 40px
    }
}

@media only screen and (min-width: 992px) {
    .header-margin {
        margin-top: -30px
    }

    .trophys-img {
        background: #fff;
        border-bottom: 1px solid rgba(0, 0, 0, 0.125)
    }

    .custom-file-input:lang(ar)~.custom-file-label::after {
        content: "+ تصفح"
    }

    .main-content-form {
        padding: 4rem
    }

    .col-30 {
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%
    }

    .col-70 {
        -ms-flex: 0 0 70%;
        flex: 0 0 70%;
        max-width: 70%
    }

    .sb-search {
        position: relative;
        margin-top: 10px;
        min-width: 50px;
        height: 50px
    }

    .carousel-caption {
        top: 16%
    }

    .main-slider .btn {
        font-size: 1rem;
        padding: 8px 25px
    }

    .news .owl-carousel .owl-item .date {
        font-weight: bold;
        position: absolute;
        bottom: 10px
    }

    .news-title {
        position: absolute;
        margin-top: 15px
    }

    .news .owl-carousel .owl-item .news-caption {
        padding-top: 40px
    }

    .news-subject {
        margin: 20px 0 10px
    }

    .news .owl-theme .owl-nav.disabled+.owl-dots {
        position: absolute;
        bottom: 5px;
        left: -7px;
        right: unset;
        top: unset
    }

    .competitions .content {
        padding: 0 50px 0 0
    }

    .competitions a {
        margin: 15px 0 30px;
        width: 90%
    }

    .sb-search.sb-search-open,
    .no-js .sb-search {
        width: 25%
    }

    .trophys .owl-nav,
    .partners .owl-nav {
        display: block
    }

    .trophys .owl-dots {
        display: none
    }

    .w-70 {
        width: 70%
    }

    .page-description {
        width: 65%
    }

    .secondary-title:after {
        content: none
    }

    .page-heading {
        bottom: 40px;
        position: absolute
    }

    .page-heading:after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        top: 0;
        height: auto;
        border-left: 10px solid #f8b81a;
        z-index: 999
    }

    .jumbotron {
        height: 270px !important
    }

    .client-carousel {
        padding: 0 70px
    }
}

@media only screen and (min-width: 1200px) {

    .h1,
    h1 {
        font-size: 2.5rem
    }

    .h2,
    h2 {
        font-size: 2rem
    }

    .h3,
    h3 {
        font-size: 1.75rem
    }

    .h4,
    h4 {
        font-size: 1.5rem
    }

    .h5,
    h5 {
        font-size: 1.25rem
    }

    .h6,
    h6 {
        font-size: 1rem
    }

    p {
        font-size: 1rem
    }

    span {
        font-size: 1rem
    }

    .title:after {
        top: 3.5rem
    }

    .form-title:after {
        top: 2rem
    }

    .page-description {
        width: 50%
    }

    .slider-title {
        font-size: 2rem
    }

    .slider-headline {
        font-size: 1.25rem
    }

    .carousel-caption {
        top: 25%
    }

    .news-title {
        margin-top: 20px
    }

    .news .owl-carousel .owl-item .news-caption {
        padding-top: 70px
    }

    .news-subject {
        margin: 15px 0 25px
    }

    .competitions a {
        width: 80%
    }

    .publishing .owl-nav {
        display: block
    }

    .publishing .owl-dots {
        display: none
    }

    .footer-bio p {
        width: 90%
    }

    .training .nav-tabs .nav-link {
        padding: .2rem 0 .5rem 0
    }

    .sb-stream {
        position: relative;
        width: 0%;
        min-width: 40px;
        height: 50px;
        float: left;
        overflow: hidden;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        -webkit-backface-visibility: hidden;
        background: rgba(0, 0, 0, 0);
        -webkit-appearance: none;
        border: none
    }

    .sb-stream .sb-icon-stream {
        width: 38px;
        height: 50px;
        display: block;
        position: absolute;
        left: 0;
        top: 0;
        margin: 0;
        line-height: 50px;
        cursor: pointer;
        color: #fff;
        z-index: 90;
        font-size: 22px;
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        text-align: left;
        padding: 0 1rem
    }

    .sb-stream {
        position: unset
    }

    .sb-stream .sb-icon-stream {
        right: unset;
        left: unset
    }

    .megamenu {
        padding: 20px 20px
    }
}

.mail-sticky {
    display: block;
    background-color: #f3794f;
    color: white;
    padding: 10px 15px;
    border-radius: 43px;
    border: 0
}

.livechat-sticky {
    display: block;
    background-color: #5cafa2;
    color: white;
    padding: 10px 15px;
    border-radius: 43px;
    border: 0;
    margin-top: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.livechat-sticky i {
    transform: rotate(90deg)
}

.imghelper {
    height: 37px;
    line-height: 37px
}

.helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.img-prize {
    vertical-align: middle;
    max-height: 37px
}

.imghelper2 {
    height: 100px;
    line-height: 100px
}

.helper2 {
    display: inline-block;
    height: 100%;
    vertical-align: middle
}

.owl-carousel .owl-item .partners-img {
    vertical-align: middle;
    max-height: 100px;
    display: inline-block;
    width: auto
}

#stickybtn {
    position: fixed;
    bottom: 148px;
    right: 20px
}

#stickybtn1 {
    position: fixed;
    bottom: 53px;
    right: -18px
}

.publishing .owl-carousel .owl-nav button.owl-next span,
.publishing .owl-carousel .owl-nav button.owl-prev span {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-weight: 100 !important
}

.info-mail {
    float: left;
    margin-top: 25px
}

.twolines {
    width: 80%;
    margin-right: 0;
    line-height: 1.5em
}

/*# sourceMappingURL=maps/main.css.map */
/*PR css*/
.services .owl-carousel .owl-nav i {
    height: 36px;
    width: 54px;
    line-height: 36px;
}

.services .owl-carousel .owl-nav button.owl-prev i {
    border-radius: 0 20px 20px 0px;
}

.services .owl-carousel .owl-nav button.owl-next i {
    border-radius: 20px 0px 0px 20px;
}

.services .owl-carousel .owl-nav button.owl-prev {
    right: 187px;
}

.services .owl-carousel .owl-nav button.owl-next {
    /* left: 187px; */
}

.services .active.center img {
    padding: 24px;
    background: url(../images/img-bg-new.jpg) repeat center;
    ;
}

.active.nav-language a {
    background: #268772;
    color: #fff;
    margin: -7px auto;
    border-top: 7px solid #9dba73;
}

.publishing-car h6.font-weight-bold {
    min-height: 80px;
    color: #000;
}

.bradcrum_arow {
    padding: 0 10px;
}

.box.mt-3 a.mb-3 {
    min-height: 75px;
}

#events .headline {
    margin: 15px auto !important;
}

#nav-tab.nav-tabs .nav-link {
    padding: 2px;
}

body .publishing .owl-carousel .owl-nav button.owl-prev {
    font-size: 26px;
    padding: 0px 22px 3px !important;
    line-height: 30px;
}

.publishing .owl-carousel .owl-nav button.owl-next {
    font-size: 26px;
    padding: 0px 22px 3px !important;
    line-height: 30px;
}

/*.main-navigation .navbar-nav .nav-item::after {
	content: "";
	position: absolute;
	width: 1px;
	height: 40%;
	display: block;
	left: 0;
	top: 30%;
	background: #fff;
}
.main-navigation .navbar-nav .nav-item:last-child:after{
	display:none;
}*/
.main-navigation .navbar-nav .nav-item {
    position: relative;
    padding: 0 0 0 1px;
}

.cst-info-icon i {
    color: #fff;
    font-size: 9px;
    width: 17px;
    height: 17px;
    border: solid 1px #fff;
    text-align: center;
    border-radius: 100%;
    line-height: 15px;
    float: left;
    margin-top: 12px;
}

#training .title,
#events .title {
    position: relative;
    margin-top: -35px;
}

#training .nav-tabs {
    border: 0;
    padding-top: 28px;
}

#events .nav-tabs {
    border: 0;
    padding-top: 45px;
}

#megamenu_1 ul {
    padding-left: 0;
    padding-right: 0;
}

#megamenu_1 ul li {
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    list-style: inside square;
    color: #343c3e;
}

#megamenu_1 .dropdown-item {
    font-weight: 600;
}

#megamenu_1 .dropdown-item {
    font-weight: 600;
    max-width: 25%;
    padding: 0 20px;
    word-wrap: normal !important;
    line-height: 24px;
    color: #25701d;
}

#megamenu_1 .dropdown-header {
    color: #25701d;
    white-space: normal;
}

#megamenu_1 ul li a {
    font-weight: normal;
}

.mailinglist p {
    font-size: 13px;
}

#megamenu_1 {
    border-bottom: solid 2px #2f836c;
    max-height: 600px;
    overflow-y: scroll;
}

#megamenu_1 {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}

#megamenu_1::-webkit-scrollbar {
    width: 11px;
}

#megamenu_1 {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

#megamenu_1::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

#megamenu_1::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.searchbox-open {
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    top: 100%;
    z-index: 9;
    height: 50px;
    -webkit-box-shadow: 0 3px 20px 0 rgba(205, 205, 205, 0.5), inset 0 6px 9px #ccc;
    -moz-box-shadow: 0 3px 20px 0 rgba(205, 205, 205, 0.5), inset 0 6px 9px #ccc;
    -o-box-shadow: 0 3px 20px 0 rgba(205, 205, 205, 0.5), inset 0 6px 9px #ccc;
    box-shadow: 0 3px 20px 0 rgba(205, 205, 205, 0.5), inset 0 6px 9px #ccc;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(0, 1, 0.5, 1);
    -moz-transition: all .4s cubic-bezier(0, 1, 0.5, 1);
    -ms-transition: all .4s cubic-bezier(0, 1, 0.5, 1);
    -o-transition: all .4s cubic-bezier(0, 1, 0.5, 1);
    transition: all .4s cubic-bezier(0, 1, 0.5, 1);
}

.searchbox-open.GetResult {
    height: 50px;
    visibility: visible
}

.searchbox-open input[type="text"] {
    width: 100%;
    border: none;
    padding: 10px 50px;
    margin: auto;
    display: block;
    background: none;
    font-size: 22px;
}

.searchbox-open button {
    background: none;
    border: 0;
    position: absolute;
    left: 0;
    top: 11px;
    left: 10px;
    opacity: .5;
    font-size: 20px;
}

.searchbox-open button:hover {
    opacity: 1;
}

.src-in {
    position: relative;
}

.services .owl-carousel .owl-item img {
    width: 145px;
}

.mob-icon {
    display: none;
}

.programs-sidebar img {
    width: 60px;
    height: 60px;
    min-width: 60px;
}

.sidebar-box .programs-caption {
    padding-bottom: 15px;
}

.news-headline {
    font-weight: bold;
}

.news-img {
    max-height: 210px;
}

.news-carousel .news-img {
    max-height: inherit;
}

.sidebar-box .card-group-item:first-child header {
    margin-top: 0 !important;
}

.contact-form select {
    background: #fff url(../images/search-icon.jpg) no-repeat left;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* Mozilla */
    -o-appearance: none;
    /* Opera */
    -ms-appearance: none;
    /* Internet Explorer */
    appearance: none;
    /* CSS3 */
    background-size: 33px;
}

.publ-carousel .item {
    padding-right: 5px;
}

.publ-carousel .item h6 {}

.publ-carousel .mb-1.grey-c {
    min-height: 98px;
}

.publish-title {
    color: #000;
}

.publishing-car h5.publish-headline {
    font-size: 16px;
}

.main-caption .news-headline {
    min-height: 70px;
    line-height: 22px;
    color: #000;
}

.sidebar-box-title-g {
    color: #000;
    margin-bottom: 0;
}

.main-navigation .navbar-nav .nav-item.active a {
    background: #f8b81a;
}

#events,
#training {
    padding-top: 85px;
}

.green-form {
    padding: 25px 25px 45px 25px;
    height: 100%;
}

#mailinglist {
    padding-top: 50px;
}

.logo.img-fluid {
    width: 280px;
}

.top-bar {
    position: relative;
    z-index: 99;
}

.services .owl-carousel .owl-dot.active span,
.services .owl-carousel .owl-dot:hover span {
    background: #f8b81a;
}

.services .owl-carousel .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
}

.news-carousel .news-caption {
    padding-bottom: 25px;
}

.publishing .owl-nav {
    display: block !important;
}

.publishing-carousel {}

/*.publishing-carousel .owl-item .item:last-child {
	padding-right: 0;
}
.publishing-carousel .owl-item .item:first-child {
	padding-left: 0;
}*/
.publishing .owl-carousel .owl-nav button.owl-prev {
    right: -55px;
}

.publishing .owl-carousel .owl-nav button.owl-next {
    left: -55px;
}

#publishing .container {
    padding: 0 50px;
}

/*@font-face {
    font-family: 'DroidKufiBold';
    src: url('fonts/DroidKufiBold.eot');
    src: url('fonts/DroidKufiBold.eot') format('embedded-opentype'),
         url('fonts/DroidKufiBold.woff2') format('woff2'),
         url('fonts/DroidKufiBold.woff') format('woff'),
         url('fonts/DroidKufiBold.ttf') format('truetype'),
         url('fonts/DroidKufiBold.svg#DroidKufiBold') format('svg');
}


@font-face {
    font-family: 'DroidKufiRegular';
    src: url('fonts/DroidKufiRegular.eot');
    src: url('fonts/DroidKufiRegular.eot') format('embedded-opentype'),
         url('fonts/DroidKufiRegular.woff2') format('woff2'),
         url('fonts/DroidKufiRegular.woff') format('woff'),
         url('fonts/DroidKufiRegular.ttf') format('truetype'),
         url('fonts/DroidKufiRegular.svg#DroidKufiRegular') format('svg');
}
body{
	font-family: 'DroidKufiRegular';
}
h1, h2, h3, h4, h5, h6{
	 font-family: 'DroidKufiBold';
}*/
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0;
    z-index: 999;
}

/*.sticky + .content {
  padding-top: 60px;
}
*/
/*11-11-19*/
.LiveChat-Widget {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99;
    width: 40px;
    padding: 0;
    z-index: 9;
}

.LiveChat-Widget img {
    max-width: 40px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.program-content-title {
    background: #5cafa2;
}

.main-navigation .navbar-nav .nav-item:hover .nav-link {
    color: #fff;
    background: #f8b81a;
}

body .title:after {
    z-index: 99;
}

.Banner.inner-pages {
    margin: 0;
    padding: 0;
    clear: both;
    max-height: 460px;
    overflow: hidden;
    position: relative;
}

.Banner.inner-pages img {
    width: 100%;
}

.NewsList {
    margin-top: 0 !important;
}

.social-media-icon img {
    display: inline-block !important;
    max-width: 40px;
    height: 40px !important;
    border-radius: 100%;
}

.white-bg {
    background: #fff;
}

.banner-text {
    position: absolute;
    text-align: right;
    z-index: 9;
    color: #c8c9cd;
    width: 1110px;
    left: 0;
    right: 0;
    margin: auto;
    border-right: solid 8px #c59729;
    padding-right: 20px;
    bottom: 50px;
}

.banner-text-en {
    position: absolute;
    text-align: left;
    z-index: 9;
    color: #c8c9cd;
    width: 1110px;
    left: 0;
    right: 0;
    margin: auto;

    bottom: 50px;
}

.banner-txt-title {
    display: block;
    font-size: 40px;

}

.banner-txt-title-en {
    display: block;
    font-size: 40px;
    font-weight: bold !important;
    color: white;
}

.banner-txt-Info {
    display: block;
    font-size: 28px;
    text-align: justify;
}

.banner-txt-Info-en {
    display: block;
    font-size: 18px;
    color: white;
    text-align: justify;
}

.next-slide-corosoul,
.Previous-slide-corosoul {
    opacity: .6 !important;
}

* {
    font-weight: normal !important;
    font-size: 16px;
}

h1,
h2,
h3,
strong {
    font-weight: 600 !important;
}

body {
    font-size: 14px !important;
}

.headline {
    font-weight: 300 !important;
}

.h5,
h5 {
    font-size: 1.2rem;
    /*font-family:'DroidKufiRegular';*/
}

.h1,
h1 {
    font-size: 2.2rem;
}

.h4,
h4 {
    font-size: 1.1rem;
    /* line-height: normal; */
}

#news .news-title {
    position: relative;
    z-index: 9;
    display: inline-block;
    top: 45px;
}

body .font-weight-bold {
    font-weight: 500 !important;
}

#training .d-flex {
    display: inline-block !important;
}

.badge-title {
    font-weight: normal !important;
}

body .title {
    padding-bottom: 10px;
}

body .title::after {
    top: inherit;
    bottom: -20px;
}

#publishing .item.col {
    padding: 0 5px;
}

.NewsDiv {
    overflow: scroll !important;
    height: 600px;
    overflow-x: hidden !important;
}

.NewsDiv {
    --scrollbarBG: #CFD8DC;
    --thumbBG: #90A4AE;
}

.NewsDiv::-webkit-scrollbar {
    width: 11px;
}

.NewsDiv {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

.NewsDiv::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

.NewsDiv::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.NewsList:nth-child(2):after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.NewsList {
    margin-bottom: 10px;
}

/*11-12-19*/
@media screen and (min-width: 1365px) {
    .services .owl-carousel .owl-item.center img {
        width: 230px;
        min-width: 260px;
        margin-right: -25px;
        margin-top: -35px;
    }

    .services .owl-carousel .owl-item {
        padding-top: 15px;
    }
}

@media screen and (min-width: 1025px) {
    #ic__datepicker-1 {
        margin-left: -227px;
        margin-top: 55px;
    }

    #ic__datepicker-2 {
        margin-left: -227px;
        margin-top: 55px;
    }

    .publishing-car .owl-carousel .owl-item img {
        min-height: 250px;
        max-height: 250px;
    }

    .publishing-carousel img.img-fluid {
        max-height: 280px;
    }
}

@media screen and (max-width: 991px) {
    #megamenu_1 {
        max-height: 350px;
    }

    #news .news-title {
        top: 0px;
    }



    .sb-stream .sb-icon-stream {
        right: inherit;
        left: 80px;
    }

    /*	.nav-icon.sb-stream {
	display: none;
}
	#megamenu_1 {
	display: none !important;
}*/
    .h4,
    h4 {
        font-size: 1rem;
    }

    body {
        font-size: .9rem;
    }

    .submenu-item {
        position: absolute;
        width: 25px;
        height: 25px;
        /*background: #fff;*/
        background: url(../images/plus-icon.png) no-repeat center;
        left: 10px;
        top: 13px;
        background-size: 15px;
    }

    .show .submenu-item {
        background: url(../images/minus-icon.png) no-repeat center;
        background-size: 15px;
    }

    .header-icons {
        position: static;
        padding: 5px;
    }

    .ShowMobile {
        display: none !important;
    }

    .ShowMobile.show {
        display: block !important;
    }

    #mnavigation div.dropdown-menu {
        width: 100%;
    }

    /*-------------*/
    .main-navigation .navbar-nav .nav-item::after {
        display: none !important;
    }

    .mob-icon {
        display: block;
        position: absolute;
        top: 11px;
        right: 20px;
        width: 25px;
        height: 25px;
        /* background: red; */
        cursor: pointer;
        font-size: 22px;
    }

    .mob-main-menu {
        margin-left: auto !important;
        position: absolute;
        top: 0;
        background: #32856b;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        top: 100%;
        display: none !important;
    }

    .ShowMobileMenu .mob-main-menu {
        display: block !important;
    }

    .main-navigation .navbar-nav .nav-item {
        position: relative;
        padding: 0 0 0 1px;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
    }

    #mnavigation .nav-item:hover .dropdown-menu {
        display: none !important;
    }

    #mnavigation .nav-item:hover .dropdown-menu.show {
        display: block !important;
    }
}

@media screen and (max-width: 767px) {
    .mob-sidebar {
        display: none;
    }

    .LiveChat-Widget {
        position: fixed;
        right: 10px;
        bottom: 20px;
        z-index: 99;
        width: 30px;
        padding: 0;
        z-index: 9;
    }

    .LiveChat-Widget img {
        max-width: 30px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #megamenu_1 .dropdown-item {
        padding: 0 35px;
        max-width: 50%;
        min-width: 50%;
    }

    #carousel .carousel-item .img-fluid {
        min-height: 160px;
    }

    .logo {
        margin: 0 auto;
        display: block;
        width: 200px;
        float: right;
    }
}

.publishing .owl-carousel .owl-nav button.owl-prev {
    right: -55px !important;
    left: inherit !important;
}

.publishing .owl-carousel .owl-nav button.owl-next {
    left: -55px !important;
    right: inherit !important;
}

body .partners .owl-carousel .owl-nav button.owl-prev,
.partners .owl-carousel .owl-nav button.owl-prev:hover {
    position: absolute;
    top: 15%;
    font-size: 35px;
    margin: 0;
    border: 0;
    color: #e1e1e1;
    right: -99px !important;
    left: inherit;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
}

body .partners .owl-carousel .owl-nav button.owl-next,
.partners .owl-carousel .owl-nav button.owl-next:hover {
    position: absolute;
    top: 15%;
    font-size: 35px;
    margin: 0;
    border: 0;
    color: #e1e1e1;
    left: -99px !important;
    right: inherit;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
}

/* ahmed moftah */
ul.nav.float-left.d-none.d-md-flex {
    float: right !important;
}

.logo.img-fluid {
    width: 360px;
}

.social-btn:hover {
    background: #4a9267;
}

.col-12.col-sm-8.site-logo {
    padding-right: 0;
}

section#services {
    padding: 30px 0 50px 0;
}

.owl-carousel.owl-theme.services-carousel {
    margin: 50px 0 0 0 !important;
}

.owl-item.cloned.active.next-slide-corosoul {
    opacity: 0.7 !important;
}

.owl-item.active.Previous-slide-corosoul {
    opacity: 0.7 !important;
}

.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
}

@media only screen and (min-width: 992px) {
    .news .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 40px;
    }
}

span.date {
    font-family: Helvetica;
}

.news-img {
    border-radius: 0;
    max-height: 200px;
}

section#news {
    padding: 0px 0 20px 0;
}

.cst-info-icon i {
    margin-top: 4px;
}

.mailinglist .col-md-1.col-lg-1 {
    padding: 0 0 0 70px;
}

h6.headline.form-headline {
    color: #fff;
    padding: 20px 0 10px 0;
}

.field-validation-error {
    color: #fdffb7;
    font-size: 13px;
}

h4.news-subject {
    color: #000;
    font-size: 26px;
    line-height: 34px;
}

.col-md-6.col-lg-4.ng-scope:nth-child(2) .img-prize {
    max-height: 41px;
    width: 27px;
}

.img-prize {
    vertical-align: middle;
    max-height: 45px;
}

@media only screen and (min-width: 992px) {
    .section-info .w-70 {
        width: 70%;
        margin: 40px auto 0 auto !important;
        line-height: 32px;
    }
}

.owl-carousel.owl-rtl .owl-item {
    float: right;
}

#publishing button.owl-prev {
    margin: 0px 15px 0px 0px !important;
}

#publishing button.owl-next {
    margin: 0 0px 0px 15px !important;
}

.publishing .date {
    font-family: 'DroidKufiRegular';
    margin: 20px 0 0 0 !important;
    font-size: 17px;
}

h5.mb-0.mb-md-4.mt-md-3.ng-binding {
    color: #bdbdbd;
}

.title h1 {
    margin: 0px 0px 30px 0;
}

.training .col-sm-12.col-lg-6.col-xl-7.float-left {
    margin: 20px 0 0 0;
}

.title h5 {
    padding-top: 15px;
}

.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 3.5rem;
    height: 0.5em;
    border-top: 5px solid #629f72;
    width: 100px;
    z-index: 999;
}

.mailinglist p {
    font-size: 14px;
}

@media only screen and (min-width: 1200px) {
    .footer-bio p {
        width: 87%;
        margin: 0 0 40px 0;
    }
}

button.btn.btn-alternative.subscribe-btn.mt-3 {
    padding: 15px;
}

#megamenu_1 {
    border-bottom: none;
    max-height: 100vh;
    overflow-y: scroll;
    padding-bottom: 200px;
}

section#services .headline {
    color: #7d7d7d;
    line-height: 1.5;
}

.owl-carousel .owl-stage-outer {
    padding: 9px 0;
}

.green-form .title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 2.2rem;
    height: 0.7em;
    border-top: 5px solid #FFC107;
    width: 73px;
    z-index: 999;
}

.btn-alternative:hover {
    background: #95b673;
    color: #000;
}

.section-info h5.headline.mb-md-4.mt-md-4.ng-binding {
    margin: 30px 0px 40px 0 !important;
}

.img-prize {
    vertical-align: middle;
    max-height: 39px;
}

.headline {
    color: #969696;
    margin: 0;
}

.title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 3.5rem;
    height: 0.5em;
    border-top: 5px solid #629f72;
    width: 100px;
    z-index: 999;
}

#training .title,
#events .title {
    position: relative;
    margin-top: -28px;
    margin-bottom: 27px;
}

a.blackc.ng-binding:hover {
    color: #f4a71c;
}

a.nav-link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 767px) {
    .sb-stream .sb-icon-stream {
        display: none;
    }

    .news .owl-carousel .owl-item .date {
        margin: 10px 0 0 0;
        display: block;
    }

    #publishing button.owl-prev {
        margin: 0px 25px 0px 0px !important;
    }

    #publishing button.owl-next {
        margin: 0px 0px 0px 25px !important;
    }

    #mailinglist {
        padding-top: 50px;
        padding: 45px;
    }

    .headline {
        color: #969696;
        margin: 0;
        font-size: 15px;
        line-height: 23px;
        margin: 39px 0 0 0;
    }

    ul.nav.float-right {
        /*margin: 9px 220px 0 0px;*/
    }
}

@media screen and (max-width: 991px) {
    .ShowMobileMenu .mob-main-menu {
        z-index: 9999;
    }
}

@media screen and (max-width:991px) {
    #megamenu_1 {
        max-height: 350px;
    }

    #news .news-title {
        top: 0px;
    }

    #mnavigation .container {
        max-width: 98%;
    }

    /*	.nav-icon.sb-stream {
		  display: none;
	  }
		  #megamenu_1 {
		  display: none !important;
	  }*/
    .sb-stream .sb-icon-stream {
        right: inherit;
        left: 80px;
    }

    .h4,
    h4 {
        font-size: 1rem;
    }

    body {
        font-size: .9rem;
    }

    .submenu-item {
        position: absolute;
        width: 25px;
        height: 25px;
        /*background: #fff;*/
        background: url(../images/plus-icon.png) no-repeat center;
        left: 10px;
        top: 13px;
        background-size: 15px;
    }

    .show .submenu-item {
        background: url(../images/minus-icon.png) no-repeat center;
        background-size: 15px;
    }

    .header-icons {
        position: static;
        padding: 5px;
    }

    .ShowMobile {
        display: none !important;
    }

    .ShowMobile.show {
        display: block !important;
    }

    #mnavigation div.dropdown-menu {
        width: 100%;
    }

    /*-------------*/
    .main-navigation .navbar-nav .nav-item::after {
        display: none !important;
    }

    .mob-icon {
        display: block;
        position: absolute;
        top: 11px;
        left: 20px;
        width: 25px;
        height: 25px;
        /* background: red; */
        cursor: pointer;
        font-size: 22px;
        float: left;
        text-align: left;
    }

    .mob-main-menu {
        margin-left: auto !important;
        position: absolute;
        top: 0;
        background: #32856b;
        width: 100%;
        left: 0;
        right: 0;
        z-index: 99;
        top: 100%;
        display: none !important;
    }

    .ShowMobileMenu .mob-main-menu {
        display: block !important;
    }

    .main-navigation .navbar-nav .nav-item {
        position: relative;
        padding: 0 0 0 1px;
        border-bottom: solid 1px rgba(255, 255, 255, .2);
        direction: rtl;
    }

    #mnavigation .nav-item:hover .dropdown-menu {
        display: none !important;
    }

    #mnavigation .nav-item:hover .dropdown-menu.show {
        display: block !important;
    }
}

@media screen and (max-width:767px) {
    .mob-sidebar {
        display: none;
    }

    .mob-sidebar-box {
        display: none;
    }

    .LiveChat-Widget {
        position: fixed;
        right: 10px;
        bottom: 20px;
        z-index: 99;
        width: 30px;
        padding: 0;
        z-index: 9;
    }

    .LiveChat-Widget img {
        max-width: 30px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

    #megamenu_1 .dropdown-item {
        padding: 0 35px;
        max-width: 50%;
        min-width: 50%;
    }

    #carousel .carousel-item .img-fluid {
        min-height: 160px;
    }

    .services .owl-carousel .owl-nav button.owl-prev {
        right: 0px;
    }

    .services .owl-carousel .owl-nav button.owl-next {
        left: 0px;
    }

    .logo {
        margin: 0 auto;
        display: block;
        width: 200px;
        float: right;
    }
}

.footer-contact p:nth-child(2),
.footer-contact p:nth-child(3) {
    font-family: Arial;
}

.info-block:nth-child(3) p {
    font-family: Arial;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.6rem 1rem 0.1rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0rem;
}

.displaynowrap {
    white-space: unset !important;
}

.banner-text .col-md-11 {
    border-right: solid 8px #f9b81b;
    padding: 0px 20px 0 0px;
}

.banner-text-en .col-md-11 {
    border-left: solid 8px #f9b81b;
    padding: 0px 0px 0 20px;
}

.inner-page-cont {
    margin-top: 50px;
}

.news-img {
    width: 100%;
}

div#divSuccess {
    color: green;
    margin: 11px 0 0;
    font-size: 12px;
}

b,
strong {
    font-weight: bold !important;
}

.main-caption .news-headline {
    min-height: 70px;
    line-height: 24px;
    color: #000;
    font-size: 16px;
    text-align: right !important;
    font-weight: bold !important;
}

.main-caption .news-headline {
    min-height: 50px;
}

span.green.ng-binding {
    font-family: Arial;
}

.NewsList {
    margin-bottom: 30px;
}

.socialShare {
    height: 80px;
    width: 80px;
    border: 1px solid red;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    transition: all ease 0.5s;
}

.social-share.active {
    width: 110px;
}

.trigger {
    float: right;
}

.navigationx .menu {
    display: flex;
    justify-content: space-around;
    flex-grow: 1;
    opacity: 0;
}

.navigationx .menu .icon a {
    display: inline-flex;
    align-items: flex-start;
}

.navigationx .menu.shown {
    opacity: 1;
}

/* 
$(document).ready(function(){
    $('.trigger').on('click', function(e){
        $('.menu').toggleClass('shown');
    });
}); */
section#innerpagebanner {
    background: url(/Content/images/contactus-page.jpg);
    padding: 18em 0;
    background-repeat: no-repeat;
    background-size: cover;
}

a.sidebar-nested-item {
    display: block;
    border-bottom: 1px solid #e4e3e3;
    padding: 8px 0;
}

a.sidebar-nested-item:last-child {
    border: none;
}

h6.sidebar-box-title-g {
    color: #5cafa2;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #5cafa2;
    padding: 0 0 11px 0;
    font-weight: bold !important;
}

.news-headline {
    font-size: 23px !important;
}

.sidebar-box-2 h5 {
    font-size: 16px;
}

.row.hdr.managers-sec img {
    border: 4px solid #fff;
    margin: -36px 0 0 0;
    box-shadow: 1px 1px 10px #ccc;
}

.managers-sec h3 {
    font-size: 19px;
}

.row.hdr.managers-sec {
    padding: 20px 0px 20px 0px;
}

.managers-sec p.contry {
    font-size: 13px;
    color: #5cafa2;
}

.contry span {
    font-size: 13px !important;
}

p.manager-period,
p.manager-period span {
    font-size: 13px;
    color: #5cafa2;
}

.col-md-9.manager-details p {
    margin-bottom: 4px;
}

ul.manager-details {
    margin: 20px 0px 0px 0;
}

p.manager-degree {
    color: #308a71;
    font-size: 16px;
    margin-bottom: 9px !important;
}

.row.hdr.managers-sec {
    background: #fff;
}

.sidebar-box.top-space-adst {
    margin-top: 1px !important;
    margin: 0 0 60px 0;
}

@media(max-width: 768px) {
    .row.hdr.managers-sec img {
        width: 20%;
        margin: 0 0 20px 0;
    }
}

.card-group-item.sidebar-accordion {
    padding: 20px;
}

.sidebar-accordion button.btn.btn-link {
    color: #5cafa2;
}

.card-group-item.sidebar-accordion .card {
    border: none !important;
}

@media only screen and (min-width: 992px) {
    .main-content-form {
        padding: 2rem 4rem 4rem 4rem;
    }
}

.unsidebar-box .main-title {
    padding: 0;
}

@media only screen and (min-width: 1200px) {

    .h2,
    h2 {
        font-size: 1.4rem;
    }
}

.col-auto.ng-scope {
    padding: 0 5px;
}

#search .btn-transparent {
    background: none;
    border: 1px solid #fff;
    border-radius: 0px;
}

.btn-transparent:hover {
    color: #f8b81a;
    background: #fff !important;
}

.sidebar-box-2.white-bg {
    margin: 0 0 10px 0 !important;
}

.place p.grey-c {
    padding: 0 !important;
    margin: 0 0 3px 0 !important;
}

.sidebar-box-2.program-details {
    margin: 50px 0 0px 0;
}

.publ-carousel .owl-nav {
    position: absolute;
    top: -84px;
    left: 10px;
}

.date-border {
    border-bottom: 1px solid #e1e1e1;
    line-height: 2.5rem;
    padding-top: 20px;
}

.publ-carousel .mb-1.grey-c {
    min-height: 57px;
}

.publ-main-img {
    border: 1px solid #e6e6e6;
}

.publ-carousel .item h6 {
    font-size: 14px;
    font-weight: bold !important;
    line-height: 18px;
}

.publishing-car h6.font-weight-bold {
    min-height: 60px;
    color: #000;
}

.publ-main h6.program-content-title.alternative-ribbon.mb-3.ng-binding {
    font-family: Arial !important;
    padding: 2px 20px !important;
    background: #f8b81a !important;
}

.publishing-car h5.publish-headline {
    margin: 0 0 5px 0;
}

.publ-carousel .owl-nav button.owl-prev:hover,
.publ-carousel .owl-nav button.owl-next:hover {
    padding: 1px 11px !important;
    background: #c5c3c3;
    border: 2px solid #e1e1e1;
    border-radius: 4rem;
    color: #fff;
    font-size: 20px;
}

.publ-carousel .mb-1.grey-c {
    font-size: 13px;
}

.alternative-ribbon {
    background-color: #f8b81a !important;
    padding: 2px 20px !important;
    font-family: Arial !important;
}

.row.hdr.prize-managers-sec h3 {
    font-size: 20px;
    color: #2f8879;
    line-height: 30px;
}

.avatar.mx-auto.mb-4 img {
    width: 20%;
}

.testimonial {
    width: 70%;
    margin: 0 auto;
}

i.fas.fa-star.blue-text {
    color: gold;
}

/**/
.main-navigation {
    background: #225f22 !important;
}

section#carousel {
    margin: -50px 0 0 0;
    z-index: 0;
}

nav#mnavigation {
    z-index: 10;
}

/*Reduce the height and font size for both main and subtitles << CSS change*/
section#innerpagebanner {
    margin: -50px 0 0 0;
}

/*.banner-txt-title {
    font-size: 27px;
}*/

/*.banner-txt-Info {
    font-size: 16px;
}*/

/*Agreed to reduce the height of Breadcrumb*/
.breadcrumb {
    padding: 0.4rem 1rem 0rem 1rem;
}

/*Fix Arrows of Arado service at the home page*/
.services .owl-carousel .owl-nav i {
    width: 40px !important;
    height: 40px !important;
}

/*Agree to reduce the footer's height at the mobile version*/
@media(max-width: 767px) {
    section#info {
        display: none;
    }

    .footer-about:nth-child(2) {
        display: none;
    }
}

h6.sidebar-box-title-g {
    margin: 0;
}

/*Agreed to show slide menu at mobile version below the main slider*/
@media screen and (max-width: 767px) {
    .mob-sidebar {
        display: block !important;
    }
}

/*new added to webtailor*/
.services .owl-carousel .owl-nav button.owl-prev i {
    border-radius: 20px;
}

.services .owl-carousel .owl-nav button.owl-next i {
    border-radius: 20px;
}

.services .owl-carousel .owl-nav i {
    line-height: 2;
}

.services .owl-theme .owl-nav {
    top: 17%;
}

@media screen and (min-width: 768px) {
    #services .owl-nav.disabled {
        display: block !important;
    }
}

.services .owl-carousel .owl-nav button.owl-prev i {
    border-radius: 20px;
}

.services .owl-carousel .owl-nav button.owl-next i {
    border-radius: 20px;
}

.services .owl-carousel .owl-nav i {
    line-height: 2;
}

.services .owl-carousel .owl-nav button.owl-prev {
    right: 197px;
}

.services .owl-carousel .owl-nav button.owl-next {
    /* left: 193px; */
}

.services .owl-theme .owl-nav {
    top: 21%;
}

@media screen and (min-width: 1365px) {
    .services .owl-carousel .owl-item.center img {
        /* width: 253px; */
        /* min-width: 300px; */
        /* margin-right: -32px; */
        /* margin-top: -45px; */
    }
}

@media screen and (max-width: 768px) {
    .main-navigation {
        background: #488f65 !important;
    }
}

/*carosel fix*/
.news-carousel .d-flex {
    display: inline-block !important;
}

/*accordion*/
.sidebar-box-title-g {
    color: #5cafa2;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #5cafa2;
    padding: 0 0 11px 0;
    font-weight: bold !important;
}

.accordion-plain .menu a {
    color: #000;
}

.accordion-plain ul.menu {
    padding: 0;
    margin: 20px 0px 0 0;
}

.accordion-plain li.expanded {
    margin: 0 0 40px 0;
}

.accordion-plain .menu a:hover {
    color: gray;
}

.accordion-plain ul li {
    list-style-type: none;
}

.sidebar-box-mark {
    width: 5px;
    height: 17px;
    -webkit-transform: skew(12deg);
    transform: skew(12deg);
    background: #5cafa2;
    display: inline-block;
    margin-left: 8px;
}

.accordion-plain ul.menu li {
    border-bottom: 1px solid #e1e1e1;
    padding: 10px 0;
}

/*fix popup*/
.top-bar {
    position: static !important;
}

.carousel-inner {
    max-height: 800px;
}

.sliderDetails {
    width: auto;
    margin: auto;
    height: auto;
    border-radius: inherit;
    float: right;
    opacity: 1;
    color: #fff !important;
}

@media screen and (min-width: 1365px) {
    .carousel-caption {
        top: 20%;
        bottom: 0;
    }
}

.sliderDetails h1.banner-hero-title {
    font-size: 45px;
    margin: 30px 0 20px 0;
}

.sliderDetails a {
    background: #f8b818;
    display: table-caption;
    border-radius: 100px;
    padding: 10px 20px;
    margin: 20px 0 0 0;
    color: #FFF;
}

.sliderDetails p {
    color: #fff;
    font-size: 20px;
}

@media screen and (max-width: 880px) {
    .sliderDetails h1.banner-hero-title {
        font-size: 19px;
    }

    .sliderDetails p {
        font-size: 14px;
    }

    .sliderDetails a {
        font-size: 10px;
        padding: 6px 15px;
    }

    h5.banner-title {
        font-size: 19px;
    }

    .sliderDetails {
        width: 70%;
        line-height: 1.3;
        text-align: right;
    }

    #carousel .carousel-item {
        min-height: 330px;
    }

    section#carousel {
        min-height: 330px;
    }

    @media screen and (max-width: 767px) {
        #carousel .carousel-item .img-fluid {
            min-height: 280px;
            margin: 48px 0 0 0;
        }
    }
}

.ml-auto.d-none.d-lg-block.mob-main-menu {
    margin-right: auto !important;
}

.ml-auto,
.mx-auto {
    margin-right: auto !important;
}

@media only screen and (min-width: 992px) {
    .header-margin {
        margin-top: -10px;
    }
}

header.header-margin {
    margin: 0px 0 20px 0;
}

.services .owl-carousel .owl-nav button.owl-next {
    /* left: 193px !important; */
}

.ml-auto {
    margin-left: 0 !important;
}

.searchbox-open button {
    right: 0 !important;
    left: initial;
}

.col-md-1.col-lg-1 {
    /* float: right; */
    /* text-align: right; */
}

.col-12.col-sm-8.site-logo {
    background: url(https://www.arado.org/Content/images/arado-logo-en.png);
    height: 80px;
    width: 40px;
    max-width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
}

.col-12.col-sm-8.site-logo {
    height: 80px;
}

.main-navigation .navbar-nav .nav-link {
    padding-top: 10px;
}

.services .owl-carousel .owl-nav button.owl-next {
    left: 190px !important;
}

.col-12.col-sm-8.site-logo {
    height: 80px;
}

.main-navigation .navbar-nav .nav-link {
    padding-top: 10px;
}

.services .owl-carousel .owl-nav button.owl-next {
    left: 190px !important;
}



@media(min-width:992px) {
    .news-title {
        float: right;
        width: 40%;
    }

    .owl-carousel.owl-theme.news-carousel.owl-rtl.owl-loaded.owl-drag {
        clear: both;
    }
}

header.header-margin {
    margin: 0px 0 30px 0;
}


@media(min-width:992px) {
    .news .owl-theme .owl-nav.disabled+.owl-dots {
        bottom: 13px;
    }

    .news .owl-theme .owl-nav.disabled+.owl-dots {
        right: -398px;
    }
}




@media(min-width:767px) {
    .mob-icon {
        left: 20px !important;
    }

    ul.nav.float-right {
        margin: 10px 0 0 0 !important;
    }

    section#news {
        padding: 10px 0 20px 0 !important;
    }
}


@media screen and (max-width: 991px) {
    .submenu-item {
        right: 10px !important;

    }

    #news .news-title {
        top: 14px !important;
        left: -15px !important;
    }
}

@media(min-width:1500px) {
    .carousel-inner {
        max-height: 700px !important;
    }


    #carousel img {
        max-height: 700px !important;
        object-fit: cover;
    }

    .main-content p {
        text-align: justify !important;
    }

    .main-content table p {
        text-align: right !important;
        margin: 0 !important;
        padding: 0 !important;
    }
}

@media (max-width:1300px) {
    .main-navigation .navbar-nav .nav-link {
        font-size: 14px;
        padding-left: 0px !important;
    }
}

@media screen and (max-width: 767px) {
    .sb-stream .sb-icon-stream {
        display: none;
    }

    .mob-stafflistpadding {
        padding-top: 30px;
    }

    .mob-hide-element {
        display: none;
    }

    .mob-newscontent {
        height: 300px;
    }

    .mob-sidebar-box {
        display: none;
    }

    .divprizeorder {
        order: 2;
    }

    .news .owl-carousel .owl-item .date {
        margin: 10px 0 0 0;
        display: block;
    }

    #publishing button.owl-prev {
        margin: 0px 25px 0px 0px !important;
    }

    #publishing button.owl-next {
        margin: 0px 0px 0px 25px !important;
    }

    #mailinglist {
        padding-top: 50px;
        padding: 45px;
    }

    .headline {
        color: #969696;
        margin: 0;
        font-size: 15px;
        line-height: 23px;
        margin: 39px 0 0 0;
    }

    ul.nav.float-right {
        /*margin: 9px 220px 0 0px;*/
    }
}