/*--------------------------------------
*********** START RESET ***********
--------------------------------------*/
@font-face {
    font-family: 'Amin';
    src: url(../fonts/Amin.otf)
}

@font-face {
    font-family: 'Amin-Regular';
    src: url(../fonts/Amin-Regular.otf)
}

@font-face {
    font-family: 'Amin-Bold';
    src: url(../fonts/Amin-Bold.otf)
}




@font-face {
    font-family: "Almarai-Regular";
    src: url(../fonts/Almarai-Regular.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Almarai-Light";
    src: url(../fonts/Almarai-Light.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Almarai-Bold";
    src: url(../fonts/Almarai-Bold.ttf);
    font-display: swap;
}

@font-face {
    font-family: "Almarai-ExtraBold";
    src: url(../fonts/Almarai-ExtraBold.ttf);
    font-display: swap;
}
/**********/
.body-over {
    overflow-y: hidden !important;
}

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

::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: #fff;
}

::-webkit-scrollbar-thumb {
    background-color: #272827;
    outline: 1px solid #fff;
    border-radius: 30px;
}


::-moz-selection {
    background: #272827;
    color: #fff;
}

::selection {
    background: #272827;
    color: #fff;
}

* {
    border: 0;
    margin: 0;
    padding: 0;
    outline: none !important;
}

body {
    font-family: 'Almarai-Regular';
    padding: 0 !important;
    margin: 0 !important;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: 0.2px;
    line-height: 1.6;
    color: #272827;
    direction: rtl;
    overflow-x: hidden !important;
    overflow-y: hidden;
}

.body-overlay {
    background-color: rgba(12, 12, 12, 0.75);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9999;
    opacity: 0;
    display: none;
}

.back {
    /*
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
*/
    opacity: 1;
    display: block;
}

.back-nav {
    margin-right: 0 !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

.body-over {
    overflow-y: hidden !important;
}

/** Form **/
.form-group {
    margin-bottom: 25px;
    position: relative;
}

.form-control {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 2px solid transparent;
    padding: 9px !important;
    width: 100% !important;
    height: 40px !important;
    margin: 0 !important;
    border-radius: 5px;
    background-color: #EEEEEE;
    color: #212121;
    position: relative;
}

.form-control ~ .focus-border:before,
.form-control ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #6CB750;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.form-control ~ .focus-border:after {
    top: auto;
    bottom: 0;
}

.form-control ~ .focus-border i:before,
.form-control ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #6CB750;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.form-control ~ .focus-border i:after {
    left: auto;
    right: 0;
}

.form-control:focus ~ .focus-border:before,
.form-control:focus ~ .focus-border:after {
    left: 0;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.form-control:focus ~ .focus-border i:before,
.form-control:focus ~ .focus-border i:after {
    top: 0;
    height: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.input-lg {
    resize: none;
    height: 75px !important;
    overflow-y: auto;
    font-size: 14px;
}

/**/
label {
    color: #212121;
    margin: 0 0 6px 0;
    text-align: left;
}

/*************/


a,
button,
img,
i,
span,
li,
h4,
p,
#scroll-top,
.scaleimg,
.form-control,
.owl-carousel .owl-prev i,
.owl-carousel .owl-next i,
.owl-carousel .owl-prev,
.owl-carousel .owl-next,
ul.nav > li:after {
    transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    cursor: pointer;
}

button {
    border: 0;
    color: #fff;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

li {
    display: inline-block;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.body-overlay.back {
    transform: translateX(0px) !important;
    -webkit-transform: translateX(0px) !important;
    -moz-transform: translateX(0px) !important;
    -ms-transform: translateX(0px) !important;
    -o-transform: translateX(0px) !important;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11 {
    float: right !important;
}

/* start loading */
.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    background: #303030;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    z-index: 9999999;
}
.loading {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    border-radius: 60px;
    animation: loader 0.8s linear infinite;
    -webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        border: 4px solid #6CB750;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        border: 4px solid #272827;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
        border: 4px solid #6CB750;
        border-left-color: transparent;
    }
}

@-webkit-keyframes loader {
    0% {
        -webkit-transform: rotate(0deg);
        border: 4px solid #6CB750;
        border-left-color: transparent;
    }
    50% {
        -webkit-transform: rotate(180deg);
        border: 4px solid #272827;
        border-left-color: transparent;
    }
    100% {
        -webkit-transform: rotate(360deg);
        border: 4px solid #6CB750;
        border-left-color: transparent;
    }
}

/************************************************* END LOADER *****************************************/


.back {
    opacity: 1;
    display: block;
}

.body-over {
    overflow-y: hidden !important;
}

/********************* Start Navbar **************************/
/* Nav Icon */
/*
#nav-icon1 {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    position: relative;
    top: -2px;
    width: 30px;
    height: 40px;
    margin: 0 auto;
    z-index: 999;
    left: 0;
    right: 0;
    display: none;
}

#nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 28px;
    background: #6CB750;
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon1:hover span,
#nav-icon1:focus span,
#nav-icon1.open span {
    background: #6CB750 !important;
}

#nav-icon1 span:nth-child(1) {
    top: 12px;
}

#nav-icon1 span:nth-child(2) {
    top: 18px;
}

#nav-icon1 span:nth-child(3) {
    top: 24px;
}

#nav-icon1.open span:nth-child(2) {
    opacity: 0;
}

#nav-icon1.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 15px;
}

#nav-icon1.open span:nth-child(3) {
    top: 16px;
}

#nav-icon1.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#nav-icon1.open span:nth-child(4) {
    top: 18px;
    width: 0%;
    left: 50%;
}

#nav-icon1.open {
    position: relative;
    z-index: 999999;
}*/

/*/////////////////*/
/*.navbar {
    width: 100%;
    border-radius: 0;
    height: 150px;
    line-height: 150px;
    padding: 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
    border: 0 !important;
    min-height: auto;
}
*/
/*********** Nav Right ************/
/*.right-one {
    display: none;
}

.nav-right {
    text-align: center;
}

.logo-nav {
    width: 150px;
    display: inline-block;
}

.logo-nav img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
*/
/* nav ul */
/*.navbar ul.nav {
    width: 100%;
    text-align: right;
}

ul.nav > li {
    position: relative;
    display: inline-block;
}

ul.nav > li > a {
    color: #6e6e6d;
    font-family: 'Amin-Bold', sans-serif;
    font-size: 14px;
    border-radius: 30px;
    padding: 7px 2px;
    display: inline;
    width: auto !important;
    white-space: nowrap;
}

ul.nav > li > a:hover,
ul.nav > li:hover > a,
.nav > li > a:focus {
    color: #6CB750 !important;
}

.nav.cf li.active a {
    background-color: #6CB750;
    color: #fff !important;
}

.nav > li > a:focus,
.nav > li > a:hover {
    text-decoration: none;
    background-color: #F2F3F4;
}
ul.nav.nav-tabs > li {
    margin-top: 35px !important;
}*/
/******************* FIXED NAVBAR *********************************/
/*.fixd-navbar {
    position: fixed;
    top: 0;
    padding: 0 !important;
    background: rgb(246, 246, 246);
    -webkit-box-shadow: 0px 5px 5px 0px rgba(229, 229, 229, 0.8);
    box-shadow: 0px 5px 5px 0px rgba(229, 229, 229, 0.8);
    height: 65px;
    line-height: 65px;
}

.fixd-navbar .logo-nav a {
    line-height: 75px;
}

.fixd-navbar ul.nav > li > a {
    color: #6e6e6d;
}

.fixd-navbar .logo-nav {
    width: 60px;
}
*/
/********************* End Navbar **************************/



/******************* Start Header **************************/
.header {
    position: relative;
    color: #333;
    text-align: center;
    width: 100%;
    height: 100vh;
    background-image: url(../img/header.png);
    background-size: 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
}

/******************* header Slider ***************/
.slide {
    position: relative;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.bg-right {
    background-image: url('../img/right.png');
    background-size: 13% 77%;
    background-repeat: no-repeat;
    background-position: 100% 116%;
}

/* Carousel Caption */
.carousel-caption {
    text-shadow: none;
    width: 50%;
    min-width: 460px;
    text-align: right;
    right: 15%;
    top: 16.5%;
    left: auto;
    bottom: unset;
    color: #272827;
    height: calc(80% - 150px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    line-height: 2;
}

.carousel-caption h3 {
    font-size: 32px;
    font-family: 'Almarai-Bold', sans-serif;
    margin: 0 0 25px 0;
    text-align: right;
    width: 100%;
    color: #fff;
}

.carousel-caption h4 {
    font-size: 22px;
    font-family: 'Almarai-Bold';
    margin: 0 0 15px 0;
}

.carousel-caption p {
    font-size: 17px;
    margin: 0 0 15px 0;
    color: #6E6E6D;
}

/*** Header Anchors***/
.anchors {
    text-align: center;
    margin: 15px auto 0 auto;
}

.anchors .btn-3 {
    display: inline-block;
}

.anchors .btn-3:first-child {
    margin: 0 0 0 10px;
}

.anchors .btn-3:before,
.anchors .btn-3:after {
    border-top: 50px solid #272827;
    border-bottom: 50px solid #272827;
}

.anchors .dark {
    background-color: #272827;
}

.anchors .dark:before,
.anchors .dark:after {
    border-top-color: #6CB750;
    border-bottom-color: #6CB750;
}

/******** Anchor Hover ********/

.btn-3 {
    position: relative;
    display: block;
    overflow: hidden;
    width: 220px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    font-family: 'Almarai-Bold', sans-serif;
    font-size: 16px;
    -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.75);
    border-radius: 30px;
    background-color: #6CB750;
    height: 50px;
    line-height: 47px;
    margin: 0 auto;
}

.btn-3:hover {
    background-color: transparent;
}

.btn-3:before,
.btn-3:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-top: 50px solid #2A5A90;
    border-bottom: 50px solid #2A5A90;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    z-index: -1;
}

.btn-3:before {
    border-right: 50px solid transparent;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
}

.btn-3:after {
    border-left: 50px solid transparent;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.btn-3:hover:before {
    -webkit-transform: translateX(-30%);
    -ms-transform: translateX(-30%);
    transform: translateX(-30%);
}

.btn-3:hover:after {
    -webkit-transform: translateX(30%);
    -ms-transform: translateX(30%);
    transform: translateX(30%);
}

.btn-3 span {
    color: #fff;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    z-index: 2;
    background-color: transparent;
}

.btn-3:hover span {
    /*
    color: #fff;
    width: auto;
    height: auto;
    position: static;
*/
}

/************/

/******************* End Header **************************/


/*************************************************** Start Contact ****************************************************/
.header-overlay {
    background-color: rgba(12, 12, 12, 0.65);
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.map-content {
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    height: 500px;
}

#map {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.map-content .header-overlay {
    background-color: rgba(12, 12, 12, 0.4);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.map-content:hover .header-overlay {
    opacity: 0;
}

.map-content:hover #map {
    z-index: 99;
}

/************* Left ******************/
.mailing {
    background-image: url('../img/map.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    background-position: top center;
    position: relative;
    height: 500px;
}

.call {
    z-index: 99;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    max-height: 100%;
    padding: 0 30px;
}

.mailing .title {
    color: #fff;
    font-size: 22px;
    font-family: 'Almarai-Bold', sans-serif;
    margin: 0 0 20px 0;
}

.mailing .h2-after {
    margin: 0 0 25px 0;
    font-size: 22px;
}

.mailing p {
    color: #fff;
    font-size: 15px;
}

.form2 {
    display: inline-block;
    margin: 25px 0 0 0;
}

.form2 .form-group {
    margin: 0 6px 12px 20px;
    width: 100%;
}

.form2 label {
    font-family: 'Almarai-Bold', sans-serif;
}

.form2 .form-control {
    border: 1px solid rgba(93, 93, 93, .8);
    border-radius: 0;
    background-color: #fff;
    height: 50px !important;
}

.form2 .form-control ~ .focus-border:before,
.form2 .form-control ~ .focus-border:after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background-color: #6CB750;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.form2 .form-control ~ .focus-border:after {
    top: auto;
    bottom: 0;
}

.form2 .form-control ~ .focus-border i:before,
.form2 .form-control ~ .focus-border i:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    height: 0;
    background-color: #6CB750;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.form2 .form-control ~ .focus-border i:after {
    left: auto;
    right: 0;
}

.form2 .form-control:focus ~ .focus-border:before,
.form2 .form-control:focus ~ .focus-border:after {
    left: 0;
    width: 100%;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.form2 .form-control:focus ~ .focus-border i:before,
.form2 .form-control:focus ~ .focus-border i:after {
    top: 0;
    height: 100%;
    -webkit-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}

.form2 .form-control:focus {
    border-color: transparent;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: 0 !important;
}

.form2 button {
    width: 100%;
}

/*************************************************** End Contact ****************************************************/



/********* Start Footer  ************/
.footer {
    font-size: 15px;
    background-color: #040404;
    background-image: url('../img/footer.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    color: #fff;
}

.footer-content {
    padding: 45px 0 30px 0;
}

.foot1 {
    margin: 0 0 15px 0;
}

.footer h2 {
    font-family: 'Amin-Bold', sans-serif;
    margin: 0 0 15px 0;
}

.footer h3 {
    text-transform: capitalize;
    font-family: 'Amin-Bold', sans-serif;
    margin: 0 0 15px 0;
}

.footer h4 {
    text-transform: capitalize;
    font-family: 'Amin-Bold', sans-serif;
    margin: 0 0 15px 0;
}

.footer li {
    display: block;
    line-height: 2.3;
    color: #fff;
}

.footer li a {
    color: #fff;
}

.foot1 ul li span {
    margin: 0 0 5px 5px;
}

.footer li a:hover,
.footer li a:focus {
    color: #6CB750;
}

.social {
    margin: 15px;
}

.social li {
    display: inline-block;
}

.social li a {
    width: 40px;
    height: 40px;
    background-color: #fff;
    text-align: center;
    line-height: 36px;
    font-size: 20px;
    margin: 0 6px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 3px solid #fff;
    z-index: 1;
}

.social li a .icon {
    position: relative;
    color: #262626;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 3;
}

.social li a:hover .icon {
    color: #fff;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.social li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    z-index: 2;
}

.social li a:hover:before {
    top: 0;
}

.social li:nth-child(1) a:before {
    background: #AD3596;
}

.social li:nth-child(2) a:before {
    background: #5AA4D7;
}

.social li:nth-child(3) a:before {
    background: #395499;
}

/********************** Copyright ********************/
.copyright {
    padding: 7px 0;
    text-align: center;
    direction: rtl;
    color: #9c9c9c;
    border-top: 1px solid #9c9c9c;
    font-size: 13px;
}

.copyright span {
    vertical-align: text-bottom;
}

.copyright a {
    color: #fff;
    vertical-align: middle;
    margin: 0 4px 0 0;
}

.copyright a:hover,
.copyright a:focus {
    color: #6CB750
}

/********* End Footer  ************/


/********* Start Creators  ************/
.creators {
    background-image: url('../img/creators-right.png'), url('../img/creators-left.png');
    background-position: right center, left center;
    background-repeat: repeat, repeat;
    background-size: 50% 100%, 50% 100%;
    overflow: hidden;
}

.owl-creators .owl-stage {
    min-height: 600px;
}

.rotate {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 250px;
    height: 250px;
    border-radius: 8px;
    overflow: hidden;
}

.rv-rotate {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: block;
}

.creator-in .rv-rotate {
    width: 250px;
    height: 250px;
}

.creat-img {
    background-color: #272827;
    -webkit-transform: rotate(45deg) translateX(100px);
    -ms-transform: rotate(45deg) translateX(100px);
    transform: rotate(45deg) translateX(100px);
    display: block;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.creat-img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-transform: translateY(32px);
    -ms-transform: translateY(32px);
    transform: translateY(32px);
}

.creat-img:hover,
.creat-img:focus {
    background-color: transparent;
}

.creat-img:hover img,
.creat-img:focus img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*** Creator Details ***/
.creat-img .rv-rotate {
    width: 100%;
    height: 100%;
}

.creator {
    background-color: #6CB750;
    color: #fff;
    position: relative;
    display: block;
    -webkit-transform: rotate(45deg) translate(-77px, 90px);
    -ms-transform: rotate(45deg) translate(-77px, 90px);
    transform: rotate(45deg) translate(-77px, 90px);
}

/*.creator:hover,
.creator:focus {
    color: #dfdede;
}*/

.creator .rv-rotate {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    position: absolute;
    margin: 0 auto;
    width: 90%;
    max-height: 100%;
    text-align: center;
    overflow: hidden;
}

.creator h3 {
    font-family: "Almarai-Bold";
    margin: 0 auto 10px auto;
    max-height: 80px;
    overflow: hidden;
    font-size: 24px;
}

.creator p {
    margin: 0;
    max-height: calc(100% - 80px);
    overflow: hidden;
}

/************************** Owl Nav **************************/
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: block;
}

.owl-creators .owl-prev,
.owl-creators .owl-next {
    position: absolute;
    width: 55px;
    line-height: 58px;
    height: 55px;
    font-size: 28px;
    text-align: center;
    color: #272827;
    border: 2px solid #272827;
    opacity: .7;
    cursor: pointer;
    border-radius: 50%;
}

.owl-creators .owl-prev {
    right: -60px;
    bottom: calc(30% - 27.5px);
}

.owl-creators .owl-next {
    left: -60px;
    top: calc(30% - 27.5px);
}

.owl-creators .owl-prev i,
.owl-creators .owl-next i {
    font-size: 25px;
}

.owl-creators .owl-prev:hover,
.owl-creators .owl-next:hover {
    opacity: 1;
    background-color: #6CB750;
    border-color: #6CB750;
    color: #fff;
}

/********* End Creators  ************/


/********* Start Acitives  ************/
.activities {
    padding: 50px 0 0 0 !important;
    margin: 0 0 50px 0;
    position: relative;
}

.activ-bg {
    position: relative;
    background-image: url(../img/activity.png);
    background-size: 60% 100%;
    background-repeat: no-repeat;
    background-position: top left;
    padding: 175px 0 250px 0;
}

.activ-bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 20%;
    width: 50%;
    background-image: url('../img/bottom.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    height: 150px;
}

.activities:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 70%;
    background-image: url(../img/top.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 225px;
}

/*** activ-right ***/
.activ-right {
    width: 40%;
    padding: 0 80px 0 0;
}

.activities h1 {
    margin: 0;
}

.orange {
    color: #6CB750;
}

.activities h1.orange {
    margin: 20px 0;
}

.activities p {
    font-size: 18px;
    margin: 0;
}

.activities .btn-3 {
    margin: 50px 0 0 0;
}

/********* End Acitives  ************/


/********* Start Committees  ************/
.committees {
    background-size: 12% 90%;
}

.committees .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.committee1 {
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-box-shadow: 0px 5px 43px 0px transparent;
    box-shadow: 0px 5px 43px 0px transparent;
    margin: 0 auto 35px auto;
}

.committee1:hover,
.committee1:focus {
    border-radius: 30px;
    -webkit-box-shadow: 0px 5px 43px 0px rgb(184, 184, 184);
    box-shadow: 0px 5px 43px 0px rgb(184, 184, 184);
}

/*zoom-out*/
.zoominbox {
    background-color: #333;
    overflow: hidden;
    border-radius: 20px;
    -webkit-box-shadow: 0px 5px 43px 0px rgb(184, 184, 184);
    box-shadow: 0px 5px 43px 0px rgb(184, 184, 184);
    height: 280px;
    position: relative;
    display: block;
}

.zoominbox .zoomboximg {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 2s ease-in;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}

.zoominbox .zoomboxDiv {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: calc(50% - 75px);
    display: block;
    background-color: transparent;
    border: 1px solid #fff;
    text-align: center;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: 0.5s ease-in-out;
    width: 80%;
    height: 150px;
    line-height: 150px;
}

.zoominbox .zoomboxDiv img {
    width: 30%;
    height: auto;
}

.zoominbox:hover .zoomboximg {
    opacity: .3;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
}

.zoominbox:hover .zoomboxDiv {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/**** zoom-body **/
.zoom-body {
    padding: 0 5px 70px 5px;
    position: relative;
    height: 220px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zoom-body h2 {
    margin: 14px 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
    display: block;
    overflow: hidden;
    color: #272827;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.zoom-body h2:hover,
.zoom-body h2:focus {
    color: #6CB750;
}

.zoom-body p {
    margin: 0;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    max-height: 90px;
    overflow: hidden;
}

.zoom-body .btn-3 {
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    margin: 0 auto;
}

/********* End Committees  ************/

/********* Start Who Us  ************/
.bg-left {
    background-image: url(../img/left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 0 116%;
}

.bg-left p {
    font-size: 17px;
    text-align: center;
    line-height: 1.8;
    margin: 0 auto;
}

.signature {
    color: #2A5A90;
    float: left;
    padding: 20px 0 0 0;
    text-align: center;
    font-family: 'Amin-Bold';
}

.signature h3 {}

/********* End Who Us  ************/

/********* Start Main News  ************/
/*** newsright ***/
.news-bar {
    top: 93px;
    position: absolute;
    width: 100%;
    right: 0;
}

.bar-content h2 {
    font-size: 28px;
    width: 80%;
    margin-right: 5%;
}

.news-title {
    background-image: url('../img/news.png');
    background-repeat: no-repeat;
    background-size: 100% 100;
    background-position: top center;
    min-height: 550px;
    position: relative;
}

.news-bar img {
    width: 100%;
    position: relative;
    text-align: center;
    height: 300px;
}

.bar-content {
    height: 100%;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    position: absolute;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: 'Almarai-Bold';
}

.news-bar h2 {
    margin: 0 0 10px 0
}

.news-bar h3 {
    margin: 0;
}

/** news-left **/
.news-left {
    padding: 25px 25px 25px 180px;
}

.news-left h1 {
    margin: 0 0 10px 0
}

.chev {
    color: #2A5A90;
    font-size: 23px;
    margin: 0 0 0 7px;
}

.news-left h2 {
    color: #2A5A90;
    margin: 0 0 25px 0;
}

.news-left p {
    font-size: 18px;
    line-height: 2;
}

.news-left .btn-3 {
    float: left;
    margin: 25px 0 0 0;
}

/********* End Main News  ************/


/********* Start Multimedia  ************/
.main-multi .zoom-body {
    padding: 0 5px 5px 5px;
    height: 155px;
}

.main-multi .btn-3 {
    margin: 35px auto 0 auto;
}

/********* End Multimedia  ************/


/****************************** Start Creators.HTML *************************/
/********* Start group-header ******/
.group-header {
    /*background-image: url('../img/header2.png');*/
    background-size: 55% 100%;
    background-repeat: no-repeat;
    background-position: 0 100%;
    position: relative;
}

.group-header .no-bg {
    background-image: none;
}

.padd-lg {
    padding: 130px 0 50px 0;
    min-height: 600px;
}

.contain-bg {
    background-size: contain
}

/********* End group-header ******/
.group-header .owl-creators .owl-prev,
.group-header .owl-creators .owl-next {
    bottom: calc(50% - 27.5px);
}

/****************************** End Creators.HTML *************************/


/****************************** Start Single.HTML *************************/
.width-80 {
    width: 80%;
    margin: 0 auto;
}

/***Start Details ****/
.details-right h2 {
    color: #6CB750;
    margin: 0 0 25px 0;
    font-family: 'Almarai-Bold';
}

.details-right p {
    font-size: 16px;
    color: #6e6e6d;
}

.details-left {
    height: 500px;
}

.details-left .zoominbox {
    width: 100%;
    height: 100%;
}

.details-left .zoominbox .zoomboxDiv img {
    width: auto;
    height: auto;
}

/***End Details ****/
/****************************** End Single.HTML *************************/


/****************************** Start Committees.HTML *************************/
.sm-bg {
    background-size: 32%;
    background-position: 0px 0;
}

.sm-bg .contain-bg {
    background-size: 16%;
    background-position: 0 100%;
}

/****************************** End Committees.HTML *************************/



/****************************** Start Activities.HTML *************************/
.activ-header {}

.activ-header .activ-bg:before {
    width: 320px;
    height: 62px;
    min-width: 150px;
}

.activ-header:after {
    display: none;
}

.activ-header .activ-right {
    width: 46%;
    padding: 0 220px 0 0;
}

.activ-header ul.nav > li > a {
    color: #2d2d2d;
}

/****************************** End Activities.HTML *************************/


/****************************** Start News.HTML *************************/
.bold-lg {
    font-family: 'Almarai-Bold';
}

.all-news .btn-3 {
    margin: 25px 0 0 0;
}

/****************************** End News.HTML *************************/


/****************************** Start Gallery.HTML *************************/
/*.nav-tabs {
    border: 0;
    margin: 20px auto 60px auto;
    text-align: center;
    max-width: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

.nav-tabs li {
    float: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    cursor: default;
    background-color: #272827;
    border: none;
}

.nav-tabs a {
    font-size: 18px !important;
    padding: 12px 20px !important;
    border: none;
}
*/
/****************************** End Gallery.HTML *************************/



/******************************  Start Pagination*************************/
.pagination {
    text-align: center;
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0;
}

.pagination > li {
    display: inline-block;
}

.pagination > li > a,
.pagination > li > span {
    float: right;
    margin: 0 2px;
    color: #fff;
    background-color: #30863b;
    border: 1px solid transparent;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    padding: 0;
}

.pagination > li > span {
    border-color: #30863b;
    color: #30863b;
    background-color: transparent;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    color: #30863b;
    border-color: #30863b;
    background-color: transparent;
    border-radius: 50%;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #6CB750;
    color: #fff;
    border-color: transparent;
    opacity: .7
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    opacity: 1;
}

/******************************  End Pagination*************************/




.all-sections {
    /*padding: 50px 0;*/
}

.h2-after {
    font-size: 26px;
    text-align: center;
    margin: 0 auto 25px auto;
    text-transform: capitalize;
    font-family: 'Almarai-Bold';
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-border {
    border: 0 !important;
}



/*** Scroll to top *********/
/*Scroll-Top*/
#scroll-top {
    display: none;
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 9;
    cursor: pointer;
    background: #414648;
    font-size: 23px;
    color: #fff;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px -7px 8px 2px rgba(23, 23, 23, 0.5);
    box-shadow: inset 0px -7px 8px 2px rgba(23, 23, 23, 0.5);
}

#scroll-top:hover {
    background: #6CB750;
    -webkit-box-shadow: inset 0px -7px 8px 2px rgb(76 113 98);
    box-shadow: inset 0px -7px 8px 2px rgb(76 113 98);
}


/************** ANIMATION ****************/
.wow {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}


.carousel-caption .slideInDown:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.carousel-caption .slideInDown:nth-child(1) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.carousel-caption .zoomInRight {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.carousel-caption .zoomInLeft {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.row .fadeInRight:nth-child(odd) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}

/* Media Screen */
@media (max-width: 1450px) {}

@media (max-width: 1050px) {}

@media (max-width: 1199px) {

    /******** Start Navbar ***************/
    .logo-nav {
        width: 100%;
    }

    .navbar {
        padding: 0 2px;
    }

    /******** End Navbar ***************/


    /********* Start Creators  ************/
    .owl-creators .owl-stage {
        min-height: 410px;
    }

    .rotate {
        width: 180px;
        height: 180px;
    }

    .creat-img {
        -webkit-transform: rotate(45deg) translateX(50px);
        -ms-transform: rotate(45deg) translateX(50px);
        transform: rotate(45deg) translateX(50px);
    }

    .creator {
        -webkit-transform: rotate(45deg) translate(-80px, 85px);
        -ms-transform: rotate(45deg) translate(-80px, 85px);
        transform: rotate(45deg) translate(-80px, 85px);
    }

    .creator .rv-rotate {
        width: 87%;
    }

    .creator h3 {
        font-size: 20px;
        margin: 0 auto 5px auto;
        max-height: 45px;
    }

    .creator p {
        font-size: 13px;
        max-height: calc(100% - 45px);
        overflow: hidden;
    }

    .owl-creators .owl-next {
        left: 0;
        top: -60px;
    }

    .owl-creators .owl-prev {
        right: 0;
        top: -60px;
        bottom: auto
    }

    /********* End Creators  ************/


    /*************************************************** Start Contact ****************************************************/
    .call {
        width: 100%;
    }

    /*************************************************** End Contact ****************************************************/

    /****************************** Start Activities.HTML *************************/
    .activ-header .activ-right {
        padding: 0 60px 0 0;
    }

    /****************************** End Activities.HTML *************************/

}

@media (max-width: 1024px) {}

@media (max-width: 991px) {

    /************************** start navbar ****************/
    .navbar {
        padding: 0 10px;
    }

    ul.nav > li > a {
        font-size: 12px;
    }

    .fixd-navbar ul.nav > li > a {
        font-size: 10px;
    }

    /************************** End navbar ****************/

    /********* Start Acitives  ************/
    /*.activ-bg:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 100%;
        height: 100%;
        background-color: rgba(63, 74, 63, .6);
        z-index: 9;
    }

    .activ-right,
    .activ-header .activ-right {
        width: 100%;
        padding: 0 40px;
        position: relative;
        z-index: 99;
        color: #fff;
    }

    .activ-bg {
        background-size: 80% 100%;
    }

    .activ-bg:before {
        height: 100px;
        width: 70%;
    }

    .activities:after {
        min-height: 175px;
        width: 90%;
    }
*/
    /********* End Acitives  ************/



    /********* Start Main News  ************/
    .news-left {
        padding: 25px;
    }

    /********* End Main News  ************/


    /********* Start Single.HTML  ************/
    .details-left {
        height: 350px;
    }

    .width-80 {
        width: 94%;
    }

    /********* End Single.HTML  ************/

}


@media (max-width: 767px) {

    /******* Start Navbar ***********/
    .navbar {
        height: 57px;
        line-height: 51px;
        padding: 0 20px;
    }

    .logo-nav {
        width: 70px;
        max-height: 70px;
    }

    .navbar ul.nav > li > a {
        color: #fff !important;
    }

    .logo {
        text-align: center;
        margin-top: -38px;
    }

    .right-one {
        display: inline-block;
        float: right;
        width: 50%;
        text-align: right;
        padding: 20px 20px 20px 0;
        line-height: 1;
    }

    .nav-right {
        text-align: left;
        float: left;
        width: 50%;
        display: inline-block;
        padding: 3px 0 3px 20px;
    }

    #nav-icon1 {
        display: block;
        text-align: right !important;
        float: right;
    }

    /******** Fixed ****************/
    .fixd-navbar ul.nav > li > a {
        color: #fff;
    }

    .fixd-navbar {
        height: 50px;
        line-height: 50px;
    }

    .fixd-navbar .logo-nav {
        width: 40px
    }

    .fixd-navbar .right-one {
        padding: 11px 20px 10px 0;

    }

    .fixd-navbar #nav-icon1 span {
        background: #002060;
    }

    /***************/
    /*.navy {
        -webkit-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        -o-transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        position: fixed;
        bottom: 0px;
        right: 0;
        background: -o-linear-gradient(45deg, #6CB750, #272827, #272827);
        background: linear-gradient(45deg, #6CB750, #272827, #272827);
        height: 100%;
        width: 260px;
        margin: 0;
        z-index: 99999;
        text-align: center;
        opacity: 1;
        margin-right: -250px;
        -webkit-transform: rotateY(90deg);
        transform: rotateY(90deg);
    }

    .navbar ul.nav {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        opacity: 1;
        width: 100%;
        display: block;
        margin: 30px auto 0 auto;
    }

    .navbar ul.nav > li {
        display: block;
        margin: 0;
        line-height: 3;
        text-align: center;
        border-radius: 0;
        padding: 0 40px;
        border-bottom: 1px solid rgba(250, 250, 250, .4);
    }
    .open>.dropdown-menu {
        width: max-content;
    }
    .dropdown-menu>li>a {
        padding: 3px 5px;
        font-size: 12px !important;
    }
    .navbar ul.nav li:last-child {
        border: 0 !important;
    }

    .navbar ul.nav > li:after {
        right: 0;
        left: auto;
        margin: 0;
        bottom: 0;
        width: 0%;
        height: 100%;
        opacity: 0;
        border-bottom: 0;
        border-radius: 0;
        background-color: #6CB750;
        opacity: 1;
    }

    .navbar ul.nav > li:hover:after,
    .nav.cf li.active:after {
        width: 100%;


    }

    .navbar ul.nav li.active {
        background-color: #5b5b5b;
    }

    .nav.cf li.active a {
        z-index: 9;
        background-color: transparent;
    }

    .navbar ul.nav li:hover > a {
        background-color: transparent;
    }

    .navbar ul.nav > li > a {
        padding: 0;
        border-radius: 0;
    }*/

    /********* End Navbar *********/

    /******************* start Header **************************/
    .header {
        height: 70vh;
        background-size: 73% 100%;
    }

    #header {
        position: relative;
    }

    #header:after {
        content: "";
        background-color: rgba(255, 255, 255, .6);
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
    }

    #header .bg-right {
        position: relative;
        z-index: 9;
    }

    .bg-right {
        background-size: contain;
        background-position: top right;
    }

    .carousel-caption {
        width: 95%;
        text-align: center;
        margin: 0 auto;
        height: auto;
        right: 0;
        left: 0;
        min-width: unset;
        display: block;
    }

    .carousel-caption h3,
    .carousel-caption h4,
    .carousel-caption p {
        margin: 0 0 10px 0;
    }

    .carousel-caption .btn-3 {
        height: 50px;
        line-height: 50px;
        width: 140px;
        margin: 0 auto;
    }

    /******************* End Header **************************/



    .all-sections {
        padding: 25px 0;
    }

    .h2-after {
        padding: 0 0 12px 0;
    }

    .width-70,
    .width-90 {
        width: 100%;
    }

    /*************************************************/


    /*************************************************** Start Contact ****************************************************/
    .mailing {
        height: auto !important;
    }

    .mailing .title {
        text-align: center;
        margin: 0 0 10px 0;
    }

    .form2 {
        margin: 15px 0 0 0;
    }

    .call {
        position: relative;
        top: 0;
        left: 0;
        margin-right: 0;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding: 20px 12px;
    }

    .map-content {
        height: 300px;
    }

    .map-content .header-overlay {
        display: none;
    }

    .form2 .form-group {
        margin: 0 3px 12px 3px;
    }

    /*************************************************** End Contact ****************************************************/


    /*************************************************** Start Footer ****************************************************/
    .footer-content {
        padding: 20px 0 5px 0;
    }

    .social li a {
        width: 30px;
        height: 30px;
        line-height: 26px;
        font-size: 15px !important;
        margin: 0 2px;
    }

    .footer li {
        line-height: 1.7;
    }

    /*************************************************** End Footer ****************************************************/


    /********* Start Creators  ************/
    .owl-creators .owl-prev,
    .owl-creators .owl-next {
        width: 45px;
        line-height: 45px;
        height: 45px;
        font-size: 24px;
    }

    .rotate {
        width: 150px;
        height: 150px;
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 40px;
        text-align: center;
    }

    .creat-img {
        -webkit-transform: rotate(45deg) translate(0, -9%);
        -ms-transform: rotate(45deg) translate(0, -9%);
        transform: rotate(45deg) translate(0, -9%);
    }

    .creator {
        -webkit-transform: rotate(45deg) translate(8px, 57px);
        -ms-transform: rotate(45deg) translate(8px, 57px);
        transform: rotate(45deg) translate(8px, 57px);
        top: 160px !important;
    }

    .owl-creators .owl-stage {
        min-height: 400px;
    }

    .creators {
        background-size: 100% 100%, 100% 100%;
    }

    /********* End Creators  ************/

    /********* Start Acitives  ************/
    .activ-bg {
        background-size: 100% 100%;
    }

    /********* End Acitives  ************/

    /********* Start Committees  ************/
    .zoominbox .zoomboxDiv img {
        width: auto;
    }

    .zoominbox {
        height: 230px;
    }

    .zoom-body {
        height: 200px;
    }

    .zoom-body h2 {
        margin: 7px 0;
    }

    .news-left {
        padding: 25px 8px;
    }

    .committee1 {
        margin: 0 auto 15px auto;
    }

    /********* End Committees  ************/


    /********* Start Main News  ************/
    .news-title {
        min-height: 300px !important;
        width: 75%;
    }

    .news-bar img {
        height: 200px;
    }

    .news-bar {
        top: 30px;
    }

    .news-bar h2 {
        margin: 0 0 5px 0;
    }

    .news-left h2 {
        margin: 0 0 15px 0;
    }

    .news-left .btn-3 {
        margin: 15px 0 0 0;
    }

    /********* End Main News  ************/


    /********* Start Single.HTML  ************/
    .padd-lg {
        padding: 100px 0 50px 0;
    }

    .details-right {
        margin: 0 0 25px 0;
    }

    .details-left {
        height: 250px;
    }

    .group-header {
        background-size: contain;
        background-position: top left;
    }

    /********* End Single.HTML  ************/



    /********* Start Creators.HTML  ************/
    /*
    .group-header .owl-creators .owl-prev, .group-header .owl-creators .owl-next {
        bottom: auto;
        top: -27px;
    }
*/
    .group-header .owl-creators {
        margin: 50px 0 0 0;
    }

    /********* End Creators.HTML  ************/

    /********* Start Activities.HTML  ************/
    .activ-header .activ-bg {
        padding: 125px 0 50px 0;
    }

    /********* End Activities.HTML  ************/


}

@media (max-width: 700px) {}

@media (max-width: 599px) {}

@media (max-width: 480px) {

    h1,
    h2,
    h3,
    h4 {
        font-size: 16px !important;
        line-height: 1.5;
    }

    p,
    span,
    select,
    a,
    .button1 {
        font-size: 14px !important;
    }

    /***************************/

    /******************** Start Header ********************/
    .carousel-caption h3 {
        font-size: 20px !important;
    }

    .carousel-caption h4 {
        font-size: 18px !important;
    }

    .carousel-caption p {
        font-size: 16px !important;
    }

    /******************** End Header ********************/


    .h2-after {
        font-size: 18px !important;
    }

    /** Footer **/
    .footer h3 {
        font-size: 13px !important;
        margin: 0 0 10px 0;
    }

    .footer {
        font-size: 12px;
    }

    .footer a {
        font-size: 12px !important
    }

    .social li a {
        font-size: 15px !important;
    }

    /********* Start Creators  ************/
    .creator p {
        font-size: 12px !important;
    }

    .creator h3 {
        font-size: 15px !important;
        margin: 0 auto 3px auto;
    }

    /********* End Creators  ************/

    /********* Start Acitives  ************/
    .activities h1 {
        font-size: 18px !important;
    }

    .activities h1.orange {
        margin: 10px 0;
    }

    .activities .btn-3 {
        margin: 25px auto 0 auto;
    }

    .activ-right {
        padding: 0 30px;
    }

    .activ-bg {
        padding: 125px 0 200px 0;
    }

    .activities:after {
        min-height: 125px;
    }

    .activ-bg:before {
        height: 50px;
    }

    /********* End Acitives  ************/


    /********* Start Acitives.HTML ************/
    .activ-header .activ-bg:before {
        width: 160px;
        height: 42px;
        left: 30%;
    }

    .activ-header .activ-bg {
        padding: 125px 0 50px 0;
    }

    /********* End Acitives.HTML ************/

}



/**********asmaa modfication****************/
.a-dropdown.open .dropdown-menu {
    position: absolute;
    top: 84px;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 0
}

a.dropdown-item {
    display: block;
    text-align: right;
    line-height: 3.2;
    color: #000;
    padding: 0 7px;
}

a#dropdownMenuLink {
    color: #6e6e6d;
    font-family: 'Almarai-Bold', sans-serif;
    font-size: 16px;
    border-radius: 30px;
    padding: 7px 10px;
    display: inline;
}

.a-dropdown.open .dropdown-menu {
    top: 92px;
    left: 0;
    right: 0;
    margin: auto;
}

a.dropdown-item {
    display: block;
    text-align: right;
    padding: 9px 8px;
    line-height: 1.2;
    background-color: #fff;
    color: #6e6e6d;
    font-size: 14px;
    font-weight: bold;
    transition: all .4s ease-in-out;
}


a.dropdown-item:hover {
    background-color: #ececec;
    color: #6CB750;
}

a#dropdownMenuLink:hover {
    background-color: #ececec;
    color: #6CB750;
}

.img-top img {
    width: 70px;
    height: 70px;
    object-fit: contain;
    background-color: #fff;
    padding: 1px 5px;
}


.img-top img {
    height: 100%;
    width: 100%
}

li.img-top a:hover {
    background-color: unset;
}

.img-top img {
    width: 64px;
    height: 60px;
    object-fit: contain;
}

@media(min-width : 1200px) {
    .img-top img {
        width: 50px;
        height: 50px;
        object-fit: contain;
        padding: 0;

    }

    li.img-top {
        padding: 0;
    }
}

.fixd-navbar .img-top img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

li.img-top {
    padding: 0 1px;
}

.tabwithout-height .zoom-body {
    height: auto
}

/*.fixd-navbar .a-dropdown.open .dropdown-menu {
    top: 58px;
    position: fixed;
    right: 287px;
    width: auto;
    right: 305px;
    min-width: 150px;
    left: 0;
    max-width: 228px;
    margin: initial !important;
}*/

@media (max-width: 991px) {
    a#dropdownMenuLink {
        color: #6e6e6d;
        font-family: 'Almarai-Bold', sans-serif;
        font-size: 12px;
        border-radius: 30px;
    }

    a#dropdownMenuLink,
    ul.nav > li > a,
    li.img-top {
        padding: 7px 5px !important;
    }

    .img-top img {
        width: 45px;
        height: 50px;
        object-fit: contain;
    }
}

@media (max-width: 767px) {
    .a-dropdown {
        position: initial;
    }

    .relative {
        position: relative
    }

    a#dropdownMenuLink {
        color: #ffffff;
    }

    .dropdown-menu {
        top: 47px;
    }

    a#dropdownMenuLink:hover {
        background-color: unset;
        color: #fff;
    }

    .nav .open > a,
    .nav .open > a:focus,
    .nav .open > a:hover {
        background-color: unset;
    }


    li.img-top {
        display: inline-block !important;
        margin-left: 0 5px;
        padding: 7px 30px !important;
        border-bottom: 0 !important
    }

    .dropdown-menu {
        top: 47px !important;
    }

    .img-top img {
        width: 60px !important;
        height: 50px !important;
        object-fit: contain;
    }
}

.h-auto {
    height: auto !important;
}

.mar-top-40 {
    margin-top: 40px !important;
}

.col-md-12.col-sm-12.col-xs-12.single-about-section h2 {
    text-align: right;
    margin-bottom: 10px;
    margin-top: 40px;
    color: #6CB750;
    font-size: 28px !important;
}

.row.about-page-tabs ul.nav > li > a {
    width: 230px !important;
    display: inherit;
    margin-left: 10px;
}

.row.about-page-tabs ul.nav > li:not(.active) > a{
    background: #f5f5f5
}



/*24/1*/
@media (max-width:767px) {
    .row.about-page-tabs ul.nav > li > a {
    margin: 15px auto;
}
    .row.about-page-tabs {
    padding: 0 20px;
}
    
    .row.about-page-tabs .nav-tabs {
    flex-wrap: wrap;
            margin-bottom: 0
}
.row.about-page-tabs .nav-tabs li {
    width: 100%;
    text-align: center;
}
    
    
    .col-md-12.col-sm-12.col-xs-12.single-about-section h2 {
        margin-top: 30px;
        font-size: 24px !important;
    }
}

@media (min-width:768px) {
    .mailing {
        background-size: 50% 100%;
        background-position: top left;
    }

    .col-md-6.col-sm-5.col-xs-12 .foot1 {
        max-height: 400px;
        overflow: hidden;
    }
}

/*24/1*/

.news-item {
    padding: 15px;
}

.news-item .zoominbox {
    -webkit-box-shadow: 0px 5px 10px 0px rgb(184, 184, 184);
    box-shadow: 0px 5px 10px 0px rgb(184, 184, 184);
}

#owl-news{
    margin-bottom: 50px
}
