/*
Theme Name:
Author: Saint Hossam
PSD Designer:
*/

/* fonts  */

/*@font-face {*/
/*    font-family: "bahijBold";*/
/*    src: url("../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot");*/
/*    src: url("../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot?#iefix") format("embedded-opentype"),*/
/*    url("../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff2") format("woff2"),*/
/*    url("../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff") format("woff"),*/
/*    url("../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.ttf") format("truetype");*/

/*    font-weight: bold;*/
/*    font-style: normal;*/
/*    font-display: swap;*/
/*}*/

@font-face {
    font-family: "playboy";
    src: url("../webfonts/fonts_design/playboy/playboy.eot");
    src: url("../webfonts/fonts_design/playboy/playboy.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fonts_design/playboy/playboy.woff2") format("woff2"),
        url("../webfonts/fonts_design/playboy/playboy.woff") format("woff"),
        url("../webfonts/fonts_design/playboy/playboy.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BahijSansBold";
    src: url("../webfonts/fonts_design/Bahij_TheSansArabicBold/BahijTheSansArabic-Bold.eot");
    src: url("../webfonts/fonts_design/Bahij_TheSansArabicBold/BahijTheSansArabic-Bold.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fonts_design/Bahij_TheSansArabicBold/BahijTheSansArabic-Bold.woff2") format("woff2"),
        url("../webfonts/fonts_design/Bahij_TheSansArabicBold/BahijTheSansArabic-Bold.woff") format("woff"),
        url("../webfonts/fonts_design/Bahij_TheSansArabicBold/BahijTheSansArabic-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "BahijPlain";
    src: url("../webfonts/fonts_design/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.eot");
    src: url("../webfonts/fonts_design/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fonts_design/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.woff2") format("woff2"),
        url("../webfonts/fonts_design/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.woff") format("woff"),
        url("../webfonts/fonts_design/Bahij_TheSansArabicPlain/Bahij_TheSansArabicPlain.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "myriadBold";
    src: url("../webfonts/fonts_design/myriadBold/MyriadPro-Bold.eot");
    src: url("../webfonts/fonts_design/myriadBold/MyriadPro-Bold.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fonts_design/myriadBold/MyriadPro-Bold.woff2") format("woff2"),
        url("../webfonts/fonts_design/myriadBold/MyriadPro-Bold.woff") format("woff"),
        url("../webfonts/fonts_design/myriadBold/MyriadPro-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SansBold";
    src: url("../webfonts/fonts_design/TheSansArabicBold/TheSansArabic-Bold.eot");
    src: url("../webfonts/fonts_design/TheSansArabicBold/TheSansArabic-Bold.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fonts_design/TheSansArabicBold/TheSansArabic-Bold.woff2") format("woff2"),
        url("../webfonts/fonts_design/TheSansArabicBold/TheSansArabic-Bold.woff") format("woff"),
        url("../webfonts/fonts_design/TheSansArabicBold/TheSansArabic-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "myriad";
    src: url("../webfonts/fonts_design/myriad/MyriadPro-Regular.eot");
    src: url("../webfonts/fonts_design/myriad/MyriadPro-Regular.eot?#iefix") format("embedded-opentype"),
        url("../webfonts/fonts_design/myriad/MyriadPro-Regular.woff2") format("woff2"),
        url("../webfonts/fonts_design/myriad/MyriadPro-Regular.woff") format("woff"),
        url("../webfonts/fonts_design/myriad/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    list-style: none;
}

html {
    scroll-behavior: smooth;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-bottom: 0;
}
video,
img,
iframe {
    max-width: 100%;
    max-height: 100%;
}


img:not(.slider img) {
    object-fit: contain;
}

button,
li,
a {
    transition: all 0.4s ease-in-out;
}

html[dir="rtl"] body {
    font-family: "BahijSansBold";
    direction: rtl;
    text-align: right !important;
}

html[dir="ltr"] body {
    font-family: "BahijSansBold";
    direction: ltr;
    text-align: left !important;
}

main {
    position: relative;
    overflow: hidden;
    z-index: 2;
    height: 100%;
    transition: transform 0.7s ease-in-out;
}

/* main buttons */
.main-btn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 150px;
    height: 39px;
    line-height: 39px;
    text-align: center;
    font-size: 18px;
    font-family: 'myriad';
    color: var(--main);
    border: 1px solid var(--main);
    border-radius: 15px;
    background-color: transparent;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    cursor: pointer;
}

.main-btn::before {
    content: '';
    position: absolute;
    inset: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    border-radius: inherit;
    scale: 0;
    z-index: -1;
    background-color: var(--main);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.main-btn:hover::before {
    scale: 3;
}

.main-btn:hover {
    color: #FFF;
    scale: 1.1;
    box-shadow: 0 0 20px var(--main);
}

/* //main buttons*/

/* Colors */

:root {
    --main: #004982;
}

/* Main Scroll Bar */

body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background: #fff;
}

body::-webkit-scrollbar-thumb {
    background: var(--main);
    border-radius: 15px;
}

/* Breadcrumb */

.breadcrumb-area {
    position: relative;
    background: var(--main);
    padding: 15px 0;
    color: #fff;
    margin-bottom: 50px;
}

.breadcrumb-area a {
    color: #fff;
}

/* control-group form*/

html[dir="ltr"] .wpcf7,
html[dir="ltr"] .wpcf7 input[type="url"],
html[dir="ltr"] .wpcf7 input[type="email"],
html[dir="ltr"] .wpcf7 input[type="tel"] {
    direction: ltr;
}

html[dir="rtl"] .wpcf7,
html[dir="rtl"] .wpcf7 input[type="url"],
html[dir="rtl"] .wpcf7 input[type="email"],
html[dir="rtl"] .wpcf7 input[type="tel"] {
    direction: rtl;
}

.sec-tit {
    font-family: 'BahijSansBold';
    font-size: 48px;
    color: var(--main);
    display: table;
    margin: 0 auto;
}

/* header section */
header {
    position: relative;
    padding: 15px 0;
    box-shadow: rgba(0 0 0 / .23) 0 0 21px;
    width: 100%;
    background: #f9ffff;
    z-index: 9;
    transition: all 0.6s ease-out;
}

.last-side {
    display: flex;
    align-items: center;
}

.contact-btn .main-btn {
    border-radius: 20px;
}

.hold-lang {
    width: 40px;
    height: 40px;
    background: var(--main);
    text-align: center;
    line-height: 40px;
    color: #FFF;
    border-radius: 100%;
    margin-inline-start: 20px;
}

.hold-lang a:hover {
    color: #FFF;
}

.lang {
    color: #FFF;
}

/* Main Slider */
.main-slider {
    position: relative;
    height: 520px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.main-carousel .slick-arrow {
    width: 50px;
    height: 50px;
    background-color: #282e5e;
    position: absolute;
    transform: translateY(-50%);
    z-index: 1;
    display: block;
    padding: 0;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    color: transparent;
}

.main-carousel .slick-arrow:hover {
    background-color: #f49496;
}

.main-carousel .slick-next {
    inset-inline-end: 5px;
    top: calc(50% - 30px);
}

.main-carousel .slick-next:before {
    content: '↑';
}

.main-carousel .slick-prev {
    inset-inline-end: 5px;
    top: calc(50% + 30px);
}

.main-carousel .slick-prev:before {
    content: '↓';
}

.main-carousel .slick-arrow:before {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

.main-carousel .slick-dots {
    list-style: none;
    position: absolute;
    bottom: 50px;
    inset-inline-end: 50px;
}

.main-carousel .slick-dots li:not(:last-of-type) {
    margin-bottom: 10px;
}

.main-carousel .slick-dots li button {
    font-size: 0;
    color: transparent;
    width: 20px;
    height: 20px;
    border: 1px solid #282e5e;
    border-radius: 100%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .3s linear;
}

.main-carousel .slick-dots li button:before {
    content: '';
    width: 0;
    height: 0;
    border-radius: 100%;
    transition: all .3s linear;
}

.main-carousel .slick-dots li.slick-active button {
    border-color: #f49496;
}

.main-carousel .slick-dots li.slick-active button:before {
    width: 8px;
    height: 8px;
    background-color: #f49496;
}

.slick-navigation {
    position: absolute;
    width: 100%;
    bottom: 30px;
    z-index: 3;
    inset-inline-start: 0;
}

.slick-navigation button {
    cursor: pointer;
    width: 50px;
    height: 50px;
    color: #fff;
    background-color: #282e5e;
}

.slick-navigation button:not(:last-of-type) {
    margin-inline-end: 10px;
}


.slid-tit {
        color: var(--main);
    font-size: 50px;
    margin-bottom: 15px;
        font-family: "BahijSansBold";
}

.slid-desc p {
    font-family: "myriad";
    font-size: 16px;
    color: #000;
    line-height: 26px;
}

.slid-img {
    display: flex;
    justify-content: center;
}

.slid-img img {
    max-height: 360px;
}

.slid-des-url a:not(:last-of-type) {
    margin-inline-end: 10px;
}

/* about */
.about {
    margin-top: 30px;
    margin-bottom: 50px;
}

.about-tit {
        text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.about .sec-tit {
    font-size: 72px;
    color: var(--main);
    margin: 0;
    font-family: 'bahijSansBold';
}

.about-desc {
    font-size: 72px;
    color: #527ea6;
    font-family: 'myriadBold';
}

.about-content {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    font-family: "myriad";
}

.about [class*='col-']:last-child {
    border-inline-start: 1px solid #d6d6d6;
    padding-inline-start: 28px;
}

.about-url {
    display: inline-block;
    margin-top: 31px;
}

/* goals */
.goals-tit {
    font-family: 'BahijSansBold';
    font-size: 28px;
    margin: 15px 0;
}

.goals .row {
    margin-top: 50px;
}

.goals-tit {
    font-family: 'BahijSansBold';
    font-size: 28px;
    color: var(--main);
    margin: 15px 0;
}

.goals-content {
    font-family: 'myriad';
    font-size: 16px;
    color: #000;
}

/* latest */
.latest {
    background-image: url("../img/latest-cover.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    margin: 57px 0 70px;
    padding: 50px 0 45px;
}

.latest .sec-tit {
    margin-bottom: 40px;
}

.latest-tit {
    font-family: 'SansBold';
    color: #FFF;
    font-size: 24px;
}

.latest-img {
    height: 450px;
}

.latest-img img {
    object-fit: fill !important;
    width: 100%;
    border-radius: 10px;
}

.latest-caption {
        position: absolute;
    bottom: 0;
    padding: 39px 39px 39px 30px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.play {
    position: relative;
    width: 29px;
    height: 29px;
    line-height: 30px;
    font-size: 29px;
    color: #FFF;
    margin-inline-end: 20px;
    z-index: 0;
}

.play::after {
    position: absolute;
    content: '';
    width: 49px;
    height: 49px;
    line-height: 50px;
    background: #527ea6;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    z-index: -1;
    transition: .3s ease;
}

/* cat */
.cat .sec-tit {
    margin-bottom: 40px;
}
.cat .slick-track {
    padding: 26px 0;
}

.cat-card {
    position: relative;
    background-image: url("../img/cat-hover.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #004982;
    padding: 30px 16px;
    border-radius: 10px;
    height: 180px;
}

.cat-card::after {
    position: absolute;
    content: '';
    background: #cdd6de;
    width: 100%;
    height: 100%;
    top: 10px;
    left: -10px;
    border-radius: 10px;
    z-index: -1;
}

.cat-icon {
    margin-bottom: 14px;
    height: 65px;
}

.cat-tit {
    color: #FFF;
    font-family: 'SansBold';
    font-size: 19px;
}

.cat-carousel .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 47px;
}

.cat-carousel .slick-dots li {
    width: 60px;
    height: 5px;
    background-color: #cdd6de;
    cursor: pointer;
}

.cat-carousel .slick-dots li.slick-active {
    background-color: var(--main);
}

.cat-carousel .slick-dots button {
    display: none;
}

.cat-carousel .slick-dots {
    margin-top: 20px;
}

/* newsletter */
.newsletter {
    margin-top: 90px;
}

.newsletter .sec-tit {
    color: var(--main);
}

.in-newsletter {
    background-image: url("../img/newsletter.png");
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 50px 54px;
    border-radius: 20px;
    box-shadow: rgba(0 0 0 / 19%) 3px 0 13px;
}

.in-newsletter input {
    width: 100%;
    background: rgba(23 93 155 / .20);
    border-radius: 30px;
    padding: 15px 179px 15px 47px;
}

.in-newsletter .main-btn {
    position: absolute;
    display: inline-block;
    border-radius: 20px;
    inset-inline-end: 20px;
    color: #FFF;
    scale: 1.1;
    box-shadow: none;
}

.in-newsletter .main-btn::before {
    scale: 3;
}

.hold-form form {
    position: relative;
    display: flex;
    align-items: center;
}

/* contacts */
.contacts {
    position: relative;
    display: block;
    padding: 100px 0 90px;
     scroll-margin-top: 100px;
}

.contacts form {
    padding-top: 50px;
}

.control-group .form-control {
    border-radius: 15px;
    padding: 12px;
    font-size: 13px;
    border: 2px solid #c1c1c1;
    transition: all .4s ease-in-out;
}

.control-group textarea {
    height: 100%;
}

.control-group .form-control:focus {
    box-shadow: none;
}

.control-group .form-control:hover {
    border-color: var(--main);
}

.control-group .form-control:focus {
    box-shadow: none;
    border-color: var(--main);
}

.control-group label {
    color: #000;
    font-weight: bold;
    transition: all .4s ease-in-out;
}

.control-group:hover label,
.control-group:hover input {
    color: var(--main);
}

.control-group input:focus {
    color: var(--main);
}

.form-link .icon {
    margin-inline-start: 90px;
    color: var(--main);
}

.control-group .form-group {
    margin-bottom: 40px !important
}

.control-group .form-focused {
    position: relative
}

.control-group [class*=col-]:last-child {
    margin-bottom: 0
}

.control-group .speal-item-input {
    width: 100% !important
}

.control-group .focus-visible .form-control {
    border-color: var(--main);
    box-shadow: none
}

html[dir=rtl] .control-group .form-focused label {
    right: 0
}

html[dir=ltr] .control-group .form-focused label {
    left: 0
}

.wpcf7-list-item:not(:last-child) {
    margin-inline-end: 5px
}

.wpcf7-list-item,
.form-check {
    background-color: #e2e2e2;
    color: #333;
    margin: 0
}

input[type=checkbox],
input[type=radio] {
    display: none
}

.wpcf7-form-control-wrap span {
    margin-top: 10px;
    border-radius: 10px
}

.wpcf7-list-item label {
    margin-bottom: 0
}

.wpcf7-list-item-label {
    position: relative;
    cursor: pointer;
    -webkit-transition: all .25s linear
}

.required {
    color: red
}

.form-control:focus:not(.readonly_form) {
    color: #495057;
    background-color: #fff;
    border-color: var(--main);
    outline: 0;
    box-shadow: none
}

.booking-form textarea {
    height: 109px
}

.supore,
.wpcf7-not-valid-tip {
    position: relative;
    padding: .25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 10px;
    border-radius: .25rem
}

html[dir=ltr] .wpcf7,
html[dir=ltr] .wpcf7 input[type=url],
html[dir=ltr] .wpcf7 input[type=email],
html[dir=ltr] .wpcf7 input[type=tel] {
    direction: ltr
}

html[dir=rtl] .wpcf7,
html[dir=rtl] .wpcf7 input[type=url],
html[dir=rtl] .wpcf7 input[type=email],
html[dir=rtl] .wpcf7 input[type=tel] {
    direction: rtl
}

.wpcf7 input[type=file] {
    cursor: pointer
}

.wpcf7 input[type=file]:disabled {
    cursor: default
}

.wpcf7 .wpcf7-submit:disabled {
    cursor: not-allowed
}

.form-group {
    margin-bottom: 40px;
}

.form-focused {
    position: relative;
}

.form-focused label {
    margin: 0;
    position: absolute;
    z-index: 1;
    top: 12px;
    font-size: 16px;
    color: #8a939c;
    transition: all .5s ease-in-out;
}

html[dir='rtl'] .form-focused label {
    right: 0px;
}

html[dir='ltr'] .form-focused label {
    left: 0px;
}

.alert-warning {
    margin-bottom: 50px;
}

.form-control {
    border-radius: 0px;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #8a939c;
    color: var(--main);
    height: 45px;
}

.form-control:focus {
    color: var(--main);
}

textarea {
    resize: none;
}

.speal-item-input {
    width: 100% !important;
}

.focus-visible label {
    top: -20px;
    right: 0;
    color: var(--main);
}

.focus-visible .form-control {
    border-color: var(--main);
    box-shadow: none;
}

/* footer */
.footer-logo {
    height: 170px;
}


footer .social {
        gap: 15px;
    display: flex;
    flex-direction: row;
    position: relative;
    flex-wrap: wrap;
    align-items: center;
    transition: linear .5s;
}

.social.fly-icon {
    opacity: 1;
    visibility: visible;
    transition: linear .5s;
}

/*html[dir='rtl'] footer .social {
    right: 60px;
}

html[dir='ltr'] footer .social {
    left: 60px;
}*/

footer .social a {
    width: 40px;
    height: 40px;
    line-height: 49px;
    border-radius: 20px;
    text-align: center;
    background: var(--main);
    color: #FFF;
    transition: all .5s ease;
}

footer .social a {
    margin-bottom: 8px;
}

footer .social a i {
    font-size: 24px;
}

footer .social a:hover {
    background: #527ea6;
}


footer {
    background: #f8fcff;
    padding: 50px 0 65px;
}

.footer-tit {
    font-family: 'SansBold';
    font-size: 28px;
    color: var(--main);
    margin-bottom: 30px;
}

.contact-item {
    display: flex;
    align-items: center;
}

.contact-icon {
    display: inline-block;
    background: var(--main);
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    text-align: center;
    margin-inline-end: 10px;
}

.contact-details a {
    display: block;
    color: #000;
    font-family: 'BahijPlain';
    font-size: 17px;
}

.contact-item:not(:last-child) {
    margin-bottom: 27px;
}

.footer-links li {
    width: 50%;
    float: inline-start;
    padding-bottom: 10px;
}

.footer-links li:before {
    font-family: "Font Awesome 5 free";
    font-weight: 900;
    font-size: 12px;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    display: inline-block;
    color: #FFF;
    border-radius: 50%;
    background: var(--main);
    transition: all .35s ease-in-out;
}

html[dir='rtl'] .footer-links li:before {
    content: "\f104";
    margin-left: 5px;
}

html[dir='ltr'] .footer-links li:before {
    content: "\f105";
    margin-right: 5px;
}

.footer-links a {
    color: #000;
    font-family: 'BahijPlain';
    font-size: 19px;
}

.copyWrite {
    font-family: 'SansBold';
    text-align: center;
    color: #000;
    margin-top: 40px;
}

.copyWrite a {
    color: var(--main);
}

/* page inside */

.news-card {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    position: relative;
    transition: transform 0.3s ease-in-out;
}

.news-card:hover {
    transform: scale(1.05);
}

.news-card-img {
    height: 290px;
        position: relative;
}

.news-card img {
    width: 100%;
    object-fit: fill !important;
    border-bottom: 2px solid var(--main);
}

.news-card .main-btn {
    height: 40px;
}

.news-card-url {
    display: flex;
    justify-content: center;
}

.news-card-content {
    padding: 20px;
    text-align: center;
    color: #333;
}

.news-card-title {
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 10px;
    color: var(--main);
}

.news-card-caption {
    font-size: 1.2em;
    margin-bottom: 20px;
}

/* pages */
.footer-inside {
    margin-top: 50px;
}

.singlePage-img img {
    width: 100%;
}
.singlePage-img video{
    width: 100%;
    height:400px;
}
.singlePage-content p {
    font-family: 'BahijPlain';
}

.singlePage .serv-cards {
    padding: 20px 0;
}

.singlePage .serv-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.single-pages .row {
    justify-content: center;
}

.singlePage .container>.row {
    justify-content: center;
}

.singlePage-img {
    height: 400px;
}

/* Container */
.wp-pagenavi {
    overflow: hidden;
    font: 12px 'Arial', sans-serif;
    text-align: center;
    padding: 20px 0;
    clear: both;
}

/* Page numbers */
.wp-pagenavi a, .wp-pagenavi span {
    color: var(--main);
    font-size: 14px;
    padding: 5px 10px;
    margin-right: 1px;
    border: 1px solid #ddd;
    text-decoration: none;
}

/* Current page */
.wp-pagenavi span.current {
    color: #fff;
    background-color: var(--main);
    border-color: var(--main);
}

/* Page navigation */
.wp-pagenavi a:hover {
    border-color: #999;
}

.wp-pagenavi a.nextpostslink {
    margin-left: 10px;
}

.wp-pagenavi a.previouspostslink {
    margin-right: 10px;
}

.head-inside .lang a.active {
    color: #000;
}

/* //page inside*/

/* Media Query */
@media (min-width: 1200px) {
    .container {
        max-width: 1300px;
    }
}

@media (min-width: 992px) {
    /*.stick {*/
    /*    position: fixed;*/
    /*    padding: 5px 0;*/
    /*}*/

    header nav>ul>li:not(:last-child) {
        margin-inline-end: 30px;
    }

    header nav>ul>li:is(.active) a,
    header nav>ul>li:hover>a {
        color: var(--main);
    }

    header nav>ul>li a {
        position: relative;
        overflow: hidden;
        font-family: "BahijSansBold";
        font-size: 18px;
        padding: 8px;
        color: var(--main);
    }

    .nav-list>.linkMenu>a:before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: var(--main);
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        opacity: 0;
        visibility: hidden;
        transform: scale(0);
        transition: all .3s ease-in-out;
        animation-delay: .10s;
    }
    
    .custom-class a:before {
        display: none !important;
    }

    
    .nav-list>li.linkMenu.active a:before,
    .nav-list li.linkMenu.menu-item.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-196.active a:before
    {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    

    header .menu-item-has-children {
        position: relative;
        display: flex;
        align-items: center;
        line-height: 45px;
        color: #444;
        user-select: none;
    }

    header .menu-item-has-children i {
        color: var(--main);
        margin-inline-start: 5px;
        transition: 0.4s ease-in-out;
    }

    header .menu-item-has-children:hover i {
        color: var(--main);
        transform: rotate(180deg);
    }

    header .menu-item-has-children .sub-menu {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        margin: 0;
        padding: 0;
        border-radius: 10px;
        box-shadow: inherit;
        background-color: rgba(0 0 0 / 50%);
        transition: 0.4s ease;
        min-width: 220px;
        transform: scaleY(0);
        transform-origin: top;
        user-select: none;
        opacity: 0;
        visibility: hidden;
    }

    header .menu-item-has-children .sub-menu li {
        padding: 0 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        overflow: hidden;
        transition: 0.4s ease;
    }

    header .menu-item-has-children .sub-menu li a {
        padding: 0;
    }

    header .menu-item-has-children .sub-menu li:first-child {
        border-radius: 10px 10px 0 0;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-radius: 0 0 10px 10px;
    }

    header .menu-item-has-children .sub-menu li:last-child {
        border-bottom: none;
    }

    header .menu-item-has-children .sub-menu li:hover {
        background: var(--main);
    }

    header .menu-item-has-children:hover .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: scaleY(1);
    }

    header .menu-item-has-children:hover .sub-menu a {
        color: #fff;
    }

    header .menu-item-has-children .sub-menu li a {
        display: block;
        width: 100%;
    }

    .menu-logo {
        height: 99px;
        margin-inline-end: 67px;
    }

    .hold-about-content {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .row-form {
        align-items: end;
    }

    .menu-icons {
        display: none;
    }
}

@media (max-width: 992px) {
    
    .main-slider {
        height: auto !important;
    }

    header .menu-item-has-children {
        line-height: normal;
    }

    .sec-tit {
        font-size: 45px;
    }

    .contact-btn {
        display: none;
    }

    .slid-img img {
        max-height: 430px;
    }

    .slid-tit {
        font-size: 39px;
    }

    .about-desc {
        font-size: 58px;
    }

   /* html[dir='rtl'] footer .social {
        right: 20px;
    }

    html[dir='ltr'] footer .social {
        left: 20px;
    }*/

    .latest {
        background-size: 100% 100%;
    }

    .footer-links a {
        font-size: 15px;
    }

    .footer-tit {
        margin-bottom: 15px;
    }

    .copyWrite {
        margin-top: 70px;
    }
}

@media (max-width: 991.45px) {
    header nav {
        display: none;
    }

    /* side menu*/
    .sidebar {
        position: relative;
    }

    .sidebar:before {
        position: absolute;
        content: '';
        opacity: 0.4;
        inset: 0;
    }

    html[dir='rtl'] .sidebar:before {
        background-position: top right;
    }

    html[dir='ltr'] .sidebar:before {
        background-position: top left;
    }

    .menu-icons label {
        display: flex;
        flex-direction: column;
        width: 40px;
        cursor: pointer;
        margin-bottom: 0;
        margin-inline-start: 5px;
    }

    .menu-icons label span {
        background: var(--main);
        border-radius: 10px;
        height: 3px;
        margin: 3px 0;
        transition: 0.4s cubic-bezier(0.68, -0.6, 0.32, 1.6);
    }

    .menu-icons span:nth-of-type(1) {
        width: 50%;
    }

    .menu-icons span:nth-of-type(2) {
        width: 100%;
    }

    .menu-icons span:nth-of-type(3) {
        width: 55%;
    }

    .close-me input[type="checkbox"]:checked~span:nth-of-type(1) {
        transform-origin: bottom;
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    .close-me input[type="checkbox"]:checked~span:nth-of-type(2) {
        transform-origin: top;
        transform: rotatez(-45deg);
    }

    .close-me input[type="checkbox"]:checked~span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    .sidebar_pagebody {
        width: 100%;
        overflow: hidden;
    }

    html[dir='rtl'] .sidebar_pagebody {
        float: right;
        clear: right;
    }

    html[dir='ltr'] .sidebar_pagebody {
        float: left;
        clear: left;
    }

    .sidebar .menu-icons {
        display: table;
        left: 35px;
        position: absolute;
        top: 50px;
        margin-inline-start: 0;
    }

    .sidebar {
        height: 100%;
        width: 400px;
        position: fixed;
        top: 0;
        z-index: 1;
        background-color: #000;
        transition: transform .7s ease-in-out;
    }

    html[dir='rtl'] .sidebar {
        right: 0;
        transform: translateX(400px);
    }

    html[dir='ltr'] .sidebar {
        left: 0;
        transform: translateX(-400px);
    }

    html[dir='rtl'] .sidebar.noo {
        transform: none;
    }

    html[dir='ltr'] .sidebar.noo {
        transform: none;
    }

    .sidebar .nav-right {
        position: fixed;
        right: 40px;
        top: 20px;
    }

    .sidebar .menu-icons label span {
        background: #FFF;
    }

    .sidebar .menu-icons input~span:nth-of-type(1) {
        transform-origin: bottom;
    }

    html[dir='rtl'] .sidebar .menu-icons input~span:nth-of-type(1) {
        transform: rotatez(45deg) translate(-10px, 12px);
    }

    html[dir='ltr'] .sidebar .menu-icons input~span:nth-of-type(1) {
        transform: rotatez(45deg) translate(4px, -2px);
    }

    .sidebar .menu-icons input~span:nth-of-type(2) {
        transform-origin: top;
    }

    .sidebar .menu-icons input~span:nth-of-type(2) {
        transform: rotatez(-45deg);
    }

    .sidebar .menu-icons input~span:nth-of-type(3) {
        transform-origin: bottom;
        width: 50%;
    }

    html[dir='rtl'] .sidebar .menu-icons input~span:nth-of-type(3) {
        transform: translate(-2px, -5px) rotatez(45deg);
    }

    html[dir='ltr'] .sidebar .menu-icons input~span:nth-of-type(3) {
        transform: translate(18px, -5px) rotatez(45deg);
    }

    main.helpMoveRTL {
        transform: translateX(-400px);
    }

    main.helpMoveLTR {
        transform: translateX(400px);
    }

    .sidebar nav {
        padding-top: 30px;
    }

    .sidebar .nav-list {
        padding: 0;
        margin: 0;
        list-style: none;
        position: relative;
        margin-top: 100px;
        text-align: center;
    }

    .sidebar .menu-item {
        margin: 23px 0;
        opacity: 0;
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    .sidebar .menu-item:first-child {
        -webkit-transition: all 0.7s 0.2s ease-in-out;
        -moz-transition: all 0.7s 0.2s ease-in-out;
        -ms-transition: all 0.7s 0.2s ease-in-out;
        -o-transition: all 0.7s 0.2s ease-in-out;
        transition: all 0.7s 0.2s ease-in-out;
    }

    .sidebar .menu-item {
        -webkit-transition: all 0.7s 0.4s ease-in-out;
        -moz-transition: all 0.7s 0.4s ease-in-out;
        -ms-transition: all 0.7s 0.4s ease-in-out;
        -o-transition: all 0.7s 0.4s ease-in-out;
        transition: all 0.7s 0.4s ease-in-out;
    }

    .sidebar .menu-item:nth-child(3) {
        -webkit-transition: all 0.7s 0.6s ease-in-out;
        -moz-transition: all 0.7s 0.6s ease-in-out;
        -ms-transition: all 0.7s 0.6s ease-in-out;
        -o-transition: all 0.7s 0.6s ease-in-out;
        transition: all 0.7s 0.6s ease-in-out;
    }

    .sidebar .menu-item:last-child {
        -webkit-transition: all 0.7s 0.8s ease-in-out;
        -moz-transition: all 0.7s 0.8s ease-in-out;
        -ms-transition: all 0.7s 0.8s ease-in-out;
        -o-transition: all 0.7s 0.8s ease-in-out;
        transition: all 0.7s 0.6s ease-in-out;
    }

    .sidebar .nav-list>.linkMenu:not(:last-of-type) {
        margin-inline-end: 0;
    }

    .sidebar .menu-item.special {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }

    .sidebar .menu-item a {
        position: relative;
        color: #fff;
        text-decoration: none;
        font-size: 18px;
        text-transform: uaccordion-titercase;
        padding-bottom: 7px;
        font-family: 'BahijPlain';
    }

    .sidebar .menu-item>a:before {
        content: "";
        width: 0;
        height: 2px;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: #fff;
        transition: width 0.7s ease-in-out;
    }

    .sidebar .menu-item:hover>a:before {
        width: 100%;
    }

    .dd-trigger {
        position: absolute;
        top: 7px;
        color: #FFF;
        margin-inline-start: 20px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }

    .sidebar .sub-menu {
        position: relative;
        margin-top: 20px;
        background: var(--main);
        padding: 10px 0;
    }

    .sidebar .sub-menu .menu-item {
        margin: 10px;
    }

    .sidebar .sub-menu .menu-item a {
        font-size: 22px;
    }

    .sidebar .sub-menu {
        display: none;
    }

    .sidebar .sub-menu li:not(:last-child) {
        margin-bottom: 5px;
    }

    /* // Side menu */
    .menu-logo {
        height: 101px;
    }

    .goals [class*='col-'] {
        margin-bottom: 30px;
    }

    .latest .row {
        justify-content: center;
    }

    .latest [class*='col-'] {
        margin-bottom: 30px;
    }

    footer [class*='col-'] {
        margin-bottom: 30px;
    }

    .in-newsletter .sec-tit {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .about-content {
        font-size: 16px;
    }

    .about .sec-tit {
        font-size: 55px;
    }

    .about-desc {
        font-size: 50px;
    }

    .row-form {
        align-items: end;
    }
}

@media (max-width: 576px) {
    .about [class*="col-"]:last-child {
        border: none;
    }

    .about-desc {
        font-size: 35px;
    }

    .in-newsletter .main-btn {
        position: absolute;
        display: inline-block;
        border-radius: 14px;
        inset-inline-end: 20px;
        color: #FFF;
        scale: 1.1;
        box-shadow: none;
        width: 70px;
        font-size: 16px;
    }

    .in-newsletter input {
        padding: 15px 95px 15px 15px;
    }

    .copyWrite {
        margin-top: 15px;
    }
}

.subscription-info{
    margin-inline-start: 15px;
}

.subscription-info .btn {
    border-radius: 20px;
}
.video-item iframe{
        border: 1px solid var(--main);
    padding: 5px;
    border-radius: 25px;
        height: 390px;
    box-shadow: 0 0 25px rgba(0,0,0,.25);
}
.file-down{
  gap: 20px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.file-down a{
  width: 140px;
  height: 40px;
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  background-color: var(--main);
  font-family: "BahijSansBold";
  transition: all linear 0.3s;
}
@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0; } }

.news-card .news-card-img a {
       position: absolute;
    background-color: var(--main);
    z-index: 1;
    width: 100px;
    height: 100px;
    line-height: 100px;
    color: #FFF;
    text-align: center;
    font-size: 38px;
    border-radius: 50%;
    transition: .8s;
    top: 50%;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    left: 50%;
    transform: translate(-50%,-50%); }
    .news-card .news-card-img a:before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      -ms-transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translateX(-50%) translateY(-50%);
      transform: translateX(-50%) translateY(-50%);
      display: block;
      width: 120px;
      height: 120px;
      background-color: var(--main);
      border-radius: 50%;
      
      z-index: -1;
      transition: .8s;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66); }
    .news-card:hover .news-card-img a {
      transition: .8s;
      transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
      background-color: #527eaf;
      color: #FFF; }
      .news-card:hover .news-card-img a:before {
          -webkit-animation: pulse-border 1500ms ease-out infinite;
      animation: pulse-border 1500ms ease-out infinite;
        transition: .8s;
        transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
         }
@media (max-width: 992px) {
    .subscription-info {
        display: none;
    }
    #wp-submit{
            margin-bottom: 20px;
    }
}
html[dir="rtl"] .dropdown-menu {
    right: 0;
    text-align: right;
}
.dropdown-menu.show{
    transform: translate3d(0px, 37px, 0px) !important;
}


.badge {
   font-size: inherit;
}

