:root {
    --main-color: #000;
    --sec-color: #EB5757;
    --bg-color: #2D4B75;
}

@font-face {
    font-family: 'p-reg';
    src: url('../fonts/Poppins-Regular.ttf');
}

@font-face {
    font-family: 'p-med';
    src: url('../fonts/Poppins-Medium.ttf');
}

@font-face {
    font-family: 'p-semi';
    src: url('../fonts/Poppins-SemiBold.ttf');
}

@font-face {
    font-family: 'ar-f';
    src: url('../fonts//Bahij_TheSansArabic-Light.ttf');
}

body {
    direction: ltr;
    text-align: start;
    font-family: 'p-reg';
    overflow-x: hidden;
}

.owl-carousel {
    direction: ltr;
}

.carousel-info button {
    border: none;
    outline: none;
    background: none;
}

button:focus {
    border: none;
    outline: none;
}

input:focus {
    outline: none;
}

ul {
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}

a,
a:hover {
    text-decoration: none;
}

a.lang {
    color: #000;
    text-transform: capitalize;
    font-family: 'ar-f';
}

a.lang i {
    padding-inline-start: 6px;
}

.header-section .logo img {
    max-height: 55px;
    max-width: 100%;
    object-fit: contain;
}

.search-btn a {
    color: #fff;
}

.search-btn i {
    transition: all 0.7s;
    font-size: 22px;
    display: flex;

    align-items: center;
    justify-content: center;
}

.header-section .navbar-nav li {
    margin-right: 6px;
}

.my-nav .navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    font-size: 14px;
}


.header-section .search-btn {
    margin-inline-end: 16px;
}


.right-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.main-menu,
.left-header {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-bottom: 0;
}

.main-menu {
    justify-content: center;
}

.nav-contact a {
    color: #fff;
    transition: all 0.5s;
    margin-inline-start: 46px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-contact a span {
    display: inline-block;
    direction: ltr;
}

.header-section .upper-header a {
    color: #fff;
    transition: all 0.5s;
}

.header-section .main-menu li {
    padding-inline-start: 24px;
}

.header-section .main-menu li a {
    font-size: 18px;
    position: relative;
    transition: all 0.3s;
    color: #000;
    font-weight: 300;
}

.header-section .main-menu li a:hover {
    color: var(--sec-color);
}

.header-section .main-menu li a::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 2px;
    bottom: -8px;
    left: 0;
    background-color: #000;
    transition: all 0.6s;
    transform: scale(0);
    opacity: 0;
}

.header-section .main-menu li a:hover::after {
    transform: scale(1);
    opacity: 1;
    width: 100%;
}

.header-section a i {
    padding-inline-end: 8px;
}

.nav-contact {
    display: flex;
    justify-content: flex-end;
}

.navbar-toggler-icon i {
    color: #fff;
    background-color: #000;
    padding: 6px 8px;
    font-size: 25px;
    margin-top: -5px;
}

.my-nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.responsive-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-block: 16px;
    padding-inline: 16px;
}

.responsive-menu .menu a {
    color: #000;
    padding-inline-end: 10px;
    font-family: 'ar-f';
}

.responsive-menu .btnSearch {
    padding-inline: 0;
}

.responsive-menu .logo img {
    max-height: 80px;
}

.navbar-toggler-icon {
    width: unset;
    height: unset;
}

/* Sidebar */

.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: -360px;
    height: 100%;
    width: 320px;
    background-color: var(--bg-color);
    z-index: 999;
    padding: 20px 0;
    z-index: 999999;
    transition: all 0.7s;
}

.sidebar-width {
    left: 0px;
}

.sidebar .close-side i {
    position: absolute;
    top: 20px;
    left: 20px;
    cursor: pointer;
    width: 38px;
    height: 38px;
    color: #fff;
    font-size: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 60px;
}

.sidebar .side-content {
    padding-top: 30px;
    margin-top: 30px;
}

.close-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: var(--main-color);
    opacity: 0.6;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99;
    display: none;
}

.close-overlay.open-overlay {
    display: block;
}

.sidebar .side-content ul li {
    position: relative;
    width: 100%;
    transition: all .5s;
    margin-bottom: 6px;
}


.sidebar .side-content ul li a {
    color: #fff;
    display: inline-block;
    padding: 4px 14px;
    position: relative;
    transition: all 0.6s;
}

/* Start home slider */
.slider-home .slider-img {
    position: relative;
    height: 590px;
}

.slider-home .slider-img img {
    height: 590px;
    object-fit: cover;
}

.home-slider .item,
.home-slider {
    position: relative;
}

.upper-header .row,
.header .row {
    align-items: center;
}

.header {
    padding: 20px 0 12px;
}

.my-btn {
    display: inline-block;
    min-width: 150px;
    padding: 10px;
    background: #2D4B75;
    color: #fff;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-family: 'new-med';
    transition: all 0.3s;
    position: relative;
    z-index: 2;
}

.my-btn::after,
.my-btn::before,
.more button::before,
.more button::after {
    position: absolute;
    content: '';
    width: 0%;
    height: 100%;
    top: 0;
    background: #7DAFF7;
    z-index: -1;
    transition: all 0.4s;
    opacity: 0;
}

.my-btn::after,
.more button::after {
    left: 0;
    border-radius: 3px 0px 0px 3px;
}

.my-btn::before,
.more button::before {
    right: 0;

    border-radius: 0px 3px 3px 0px;
}

.my-btn:hover::after,
.my-btn:hover::before,
.more button:hover:before,
.more button:hover::after {
    width: 50%;
    opacity: 1;
}

.my-btn:hover {
    color: #fff;
}

/* ************************************************** */
/* Start slder section */
.home-slider {
    width: 100%;
    position: relative;
}

.slider-home .slider-img::after {
    position: absolute;
    /* content: ''; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #1A1A1A;
    opacity: 0.81;


}

.carousel-info {
    position: absolute;
    z-index: 999;
    color: #fff;
    text-align: center;
    bottom: 90px;
    transform: translateX(-50%);
    transition: all 1s ease-in;
    padding: 45px 20px;
    left: 50%;
    width: 100%;
    margin: auto;
}



.carousel-info h2 {
    margin-top: 20px;
    margin-bottom: 32px;
    font-size: 48px;
    font-family: 'new-med';
}

.carousel-info p {
    color: #fff;
    font-size: 18px;
    line-height: 29px;
    width: 48%;
    margin: 30px auto;
}

.home-slider .owl-carousel,
.sponser-slider {
    direction: ltr;

}

.home-slider .owl-theme .owl-nav .owl-prev,
.home-slider .owl-theme .owl-nav .owl-next,
.card-slider.owl-theme .owl-nav .owl-prev,
.card-slider.owl-theme .owl-nav .owl-next,
.news-slider.owl-theme .owl-nav .owl-prev,
.news-slider.owl-theme .owl-nav .owl-next {
    margin-top: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    font-size: 25px;
    color: rgb(255 255 255 / 51%);
}

.home-slider .owl-theme .owl-nav .owl-prev {
    left: 2%;
}

.home-slider .owl-theme .owl-nav .owl-next {
    right: 2%;
}

.card-slider.owl-theme .owl-nav .owl-prev,
.news-slider.owl-theme .owl-nav .owl-prev {
    left: -80px;
    color: #000000;
}

.card-slider.owl-theme .owl-nav .owl-next,
.news-slider.owl-theme .owl-nav .owl-next {
    right: -80px;
    color: #000000;
}

.home-slider img {
    width: 100%;
}

.owl-carousel.owl-rtl .owl-item img,
.owl-carousel.owl-rtl .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider-home.owl-theme .owl-dots {
    margin-top: 10px;
    position: absolute;
    bottom: 25px;
    left: 50.3%;
    transform: translateX(-50%);
}

.slider-home.owl-theme .owl-dots .owl-dot span {
    width: 16px;
    height: 16px;
    margin: 5px 5px;
    background: rgb(0 0 0 / 50%);
    position: relative;
}

.slider-home.owl-theme .owl-dots .owl-dot span::after {
    position: absolute;
    content: '';
    width: 26px;
    height: 26px;
    border-radius: 50%;
    top: -5px;
    left: -5px;
    border: 1px solid var(--sec-color);
    border-color: transparent;
}

.slider-home.owl-theme .owl-dots .owl-dot.active span::after {
    border-color: var(--sec-color);
}

.slider-home.owl-theme .owl-dots .owl-dot.active span,
.slider-home.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--sec-color);
}

/* ***************************** */

/******************************************************************************/
/* Start about section */
.mission-info {
    padding-inline-end: 50px;
}

.about-info {
    margin-bottom: 60px;
}

.about-img img {
    width: 100%;
    height: 342px;
    object-fit: cover;
    transition: all 0.3s;
}

.about-img,
.service-img .img {
    overflow: hidden;
}

.about-img img:hover,
.service-img img:hover {
    animation: 1s pulse;
}

h5.title {
    position: relative;
    color: var(--sec-color);
    padding-inline-start: 41px;
}

h5.title::before {
    position: absolute;
    content: '';
    background: var(--sec-color);
    width: 30px;
    height: 2px;
    left: 0;
    top: 17px;
}

.mission-info h6 {
    font-family: 'p-med';
    font-size: 20px;
    line-height: 31px;
}

.mission-info .vission {
    margin-top: 30px;
}

/* ***********************************************************8 */
/* Start service section */
.title {
    color: #222222;
    font-size: 28px;
    margin-bottom: 14px;
    font-family: 'p-med';
    position: relative;
    display: inline-block;
    padding-inline-end: 26px;
}

.service-img img {
    width: 46%;
    height: 328px;
    object-fit: cover;
}

.service-info ul,
.markting-info ul {
    list-style: disc;
    padding-inline-start: 20px;
}

.service-info ul li,
.markting-info ul li {
    margin-bottom: 10px;
}

.services .section-title {
    margin-bottom: 40px;
}

/* End service section */
/* ************************************************* */
/* Start support section */
section {
    padding: 70px 0;
    overflow: hidden;
}

.support {
    background-color: #EB5757;
}

.icone-box .img {
    width: 94px;
    height: 94px;
    margin: 12px auto 20px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icone-box .img:hover img {
    animation: 1s tada;
}

.icone-box h6 {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.icone-box:hover h6 {
    animation: 1s jello;
}

/* *********************************************** */
/* Start partner section */
.section-title {
    text-align: start;
    margin-bottom: 20px;
}

.section-title h4 {
    font-size: 28px;
    color: #000;
    font-family: 'p-med';
    animation: 1s lightSpeedInRight;
}

.part-box {
    height: 74px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline: 12px;
}

.part-box img {
    max-height: 100%;
    max-width: 100%;
    transition: all 0.3s;
}

/* *************Start footer section*********** */

/* *************Start footer section*********** */
footer {
    overflow: hidden;
    padding: 50px 0 0;
    position: relative;
    /* background-image: url("../images/Slider.png"); */
    background-size: cover;
    background-position: center;
}

footer::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0.78;
}

footer .container {
    position: relative;
    z-index: 2;
}

footer a {
    color: #000;
}

.footer {
    padding-bottom: 40px;
    text-align: center;
}

.footer-menu ul,
.footer-contact ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px 20px;
}

.footer-contact {
    margin-block: 34px;
}

.footer-contact li i {
    font-size: 19px;
}

.footer-contact li a {
    padding-inline-end: 10px;
}

footer a,
footer li {
    color: #000;
}

.footer-sochial a {
    padding-inline-end: 14px;
    transition: all 0.3s;
}

footer a:hover {
    color: var(--sec-color);
}

footer .footer-links a:hover,
.footer-address a:hover {
    color: var(--sec-color);
}

.copy-right {
    padding: 10px 0px;
    border-top: 1px solid #0000008c;
}

.ryad-logo {
    height: 65px;
    margin-top: -32px;
    position: relative;
    top: 5px;
    margin-left: -20px;
}

.copy-right p,
.footer-address {
    color: #000;
    margin-bottom: 0;
}

.comp-rights {
    text-align: end;
}

.copy-right .row {
    align-items: center;
}

span.mob-num {
    direction: ltr;
    display: inline-block;
}

.footer-address {
    padding-inline-end: 100px;
}

.footer-address p {
    margin-bottom: 10px;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-logo .img img {
    filter: brightness(0) invert(1);
}

footer .header-sochial a {
    color: #000;
    padding-inline: 10px;
    font-size: 22px;
    transition: all 0.3s;
}

footer .header-sochial a:hover {
    color: var(--sec-color);
}

.footer-info h4 {
    text-align: center;
    font-family: 'p-semi';
}

/* ********************************************************************************************* */
/* Scroll to top */
#mybtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99999;
    border: none;
    outline: none;
    background-color: var(--sec-color);
    cursor: pointer;
    padding: 6px 8px;
    width: 41px;
    height: 42px;
    border-radius: 5px;
    font-size: 18px;
}

#mybtn i {
    color: #fff;
}

/*****************************************************************************/
/*********************************** 404 ***********************************/
.error-layout {
	padding: 80px 0;
}
.error-layout .inner_ro,
.error-layout .outer {
	text-align: center;
}
.error-layout .m-section-head {
	margin-bottom: 20px;
	text-align: right;
}
.error-layout .m-section-head h3 {
	font-size: 17px;
	padding-bottom: 0;
}
.error-layout .inner_ro {
	position: relative;
}
.error-layout .inner_ro span {
	color: #eb5757;
	font-size: 150px;
	font-weight: bold;
	line-height:1;
}
.error-layout .inner_ro img.sc {
  bottom: 0;
  left: 0;
  height: 42px;
  margin: auto;
  position: absolute;
  right: 0;
  top: -90px;
  width: 381px;
  opacity: .5;
}
.error-layout .outer h4 {
	margin-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  color: #222;
}
.error-layout .outer a {
  padding: 0 5px;
	display: inline-block;
	color: #eb5757;
}
@media(max-width: 600px){
  .error-layout {
    padding: 50px 0;
  }
  .error-layout .inner_ro span {
    font-size: 80px;
  }
  .error-layout .outer h4 {
    font-size: 18px;
    margin-bottom: 12px
  }
  .outer p{
    line-height: 21px;
    font-size: 15px;
  }
}
/*********************************************************************************/