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

/* fonts  */
@font-face {
    font-family: 'bahij-bold';
    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: 'bahij';
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot');
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff') format('woff'),
    url('../webfonts/fonts_design/bahij/BahijJanna.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'neosans';
    src: url('../webfonts/fonts_design/neosans/neosans.eot');
    src: url('../webfonts/fonts_design/neosans/neosans.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/neosans/neosans.woff2') format('woff2'),
    url('../webfonts/fonts_design/neosans/neosans.woff') format('woff'),
    url('../webfonts/fonts_design/neosans/neosans.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bahijsans_bold';
    src: url('../webfonts/fonts_design/bahijsans_bold/bahijsans_bold.eot');
    src: url('../webfonts/fonts_design/bahijsans_bold/bahijsans_bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahijsans_bold/bahijsans_bold.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahijsans_bold/bahijsans_bold.woff') format('woff'),
    url('../webfonts/fonts_design/bahijsans_bold/bahijsans_bold.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'thesans_bold';
    src: url('../webfonts/fonts_design/thesans_bold/thesans_bold.eot');
    src: url('../webfonts/fonts_design/thesans_bold/thesans_bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/thesans_bold/thesans_bold.woff2') format('woff2'),
    url('../webfonts/fonts_design/thesans_bold/thesans_bold.woff') format('woff'),
    url('../webfonts/fonts_design/thesans_bold/thesans_bold.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'thesans_reg';
    src: url('../webfonts/fonts_design/thesans_reg/thesans_reg.eot');
    src: url('../webfonts/fonts_design/thesans_reg/thesans_reg.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/thesans_reg/thesans_reg.woff2') format('woff2'),
    url('../webfonts/fonts_design/thesans_reg/thesans_reg.woff') format('woff'),
    url('../webfonts/fonts_design/thesans_reg/thesans_reg.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'plain';
    src: url('../webfonts/fonts_design/plain/plain.eot');
    src: url('../webfonts/fonts_design/plain/plain.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/plain/plain.woff2') format('woff2'),
    url('../webfonts/fonts_design/plain/plain.woff') format('woff'),
    url('../webfonts/fonts_design/plain/plain.ttf') format('truetype');

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

/* Basics */
* {
    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:not(.slid-body h3), h4, h5, h6, ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0;
}

img, iframe {
    max-height: 100%;
}

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

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

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

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

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

/* Wpcf7 */
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;
}

/* (( for section title ))*/
.section-desc {
    font-size: 20px;
    font-family: 'bahijsans_bold';
    color: #000;
}

.section-desc:before {
    content: '';
    display: inline-block;
    width: 60px;
    height: 4px;
    background-color: var(--sec);
    margin-inline-end: 10px;
}

.section-tit {
    font-size: 72px;
    font-family: 'bahijsans_bold';
    color: var(--sec);
    margin-top: 20px;
}

.shortDesc {
    font-family: 'bahijsans_bold';
    font-size: 32px;
    line-height: 49px;
    color: #000;
    margin-top: 40px;
}
/* //(( for section title ))*/
/*// Basics */

/* Colors */
:root {
    --main: #0e2748;
    --sec: #a2946b;
}
/* //colors*/

/* Main Scroll Bar */
body::-webkit-scrollbar {
    width: 8px;
}

body::-webkit-scrollbar-track {
    background-color: #FFF;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--sec);
    border-radius: 20px;
}
/* Main Scroll Bar */

/* header */
header {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    padding: 7px;
    z-index: 2;
}

.menu-icons {
    display: flex;
    align-items: center;
    margin-inline-start: 10px;
}

.menu-logo {
    height: 90px;
}

.lang {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: var(--sec);
    font-family: 'bahij-bold';
    font-size: 18px;
    border-radius: 15px;
    color: #FFF;
    margin-inline-start: 10px;
}

.lang-menuIcon {
    display: flex;
    align-items: center;
}

.lang-menuIcon .main-btn:hover {
    color: #FFF;
    scale: 1;
}
/* //header */

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

html[dir='rtl'] .main-btn {
    line-height: 50px;
}

html[dir='ltr'] .main-btn {
    line-height: 20px;
}
footer .social {
    position: fixed;
    z-index: 9;
    top: 260px;
    display: flex;
    flex-direction: column;
    opacity: 0;
    visibility: hidden;
    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: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 100%;
    text-align: center;
    background: transparent;
    border: 1px solid var(--sec);
    color: #FFF;
    transition: all .5s ease;
}

footer .social a:not(:last-child) {
    margin-bottom: 10px;
}

footer .social a {
    font-size: 20px;
    color: var(--sec);
}

footer .social a:hover {
    color: #FFF;
    background: var(--sec);
}

.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(--sec);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

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

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

/* arrow */
.arrow {
    display: inline-block;
    background: var(--sec);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-top: 22px;
    transition: .7s ease-in-out;
}

.arrow svg {
    position: relative;
    top: 50%;
    height: 25px;
    fill: #FFF;
}

.arrow:hover {
    animation: animateHeart 1.2s infinite;
}

@keyframes animateHeart {
0% {
    transform: scale(0.8);
}
5% {
    transform: scale(0.9);
}
10% {
    transform: scale(0.8);
}
15% {
    transform: scale(1);
}
50% {
    transform: scale(0.8);
}
100% {
    transform: scale(0.8);
}
}




    /* (( for circle btn )) */
.circle-btn {
    width: 126px;
    height: 126px;
    padding: 10px;
    line-height: 29px;
    background-color: #FFF;
    font-size: 18px;
    border-radius: 100%;
    font-family: 'thesans_reg';
    color: var(--main);
}

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

.circle-btn::before {
    background-color: var(--main);
}

/* //(( for circle btn)) */
/* //main buttons*/

/* slide */
.slider {
    position: relative;
}

.swiper-pagination.mainPagi {
    bottom: 40px;
}

.swiper-pagination-bullet  {
    position: relative;
    width: 25px;
    height: 25px;
    border: 2px solid #FFF !important;
    border-radius: 100% !important;
    background: transparent;
}

.swiper-pagination-bullet-active {
    border: 2px solid var(--sec) !important;
}

.swiper-pagination.mainPagi .swiper-pagination-bullet-active:after {
    position: absolute;
    content: '';
    width: 10px;
    border-radius: 100%;
    height: 10px;
    background-color: var(--sec);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all .35s ease-in-out;
}

.slide-thumb {
    display: block;
    width: 100%;
    height: auto;
}

.slideItem-overlay {
    position: absolute;
    text-align: center;
    inset: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background-color: rgba(0, 0, 0, .5);
}


.slide-tit {
    font-size: 72px;
    line-height: 107px;
    color: var(--sec);
    font-family: 'bahijsans_bold';
}

.slide-url {
    display: inline-block;
    margin-top: 30px;
}
/*//slide */

.page-form .form {
    padding: 50px 30px;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    margin-top: 50px;
}

.page-form .main-button {
    background: #FFF;
    cursor: pointer;
}

.wpcf7-form-control-wrap {
    position: relative;
}

.form-group label {
    width: 100%;
}


.form7:focus:not(#postme) {
    color: #495057;
    background-color: #fff;
    border-color: var(--main);
    outline: 0;
    box-shadow: 0 0 0 0.2rem var(--main);
}

.form7 {
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.page-form {
    margin-top: 20px;
}

.handle-form {
    display: inline-block;
}

.handle-form .main_btn {
    background: transparent;
    cursor: pointer;
}

.handle-form  .main_btn i {
    background-color: #000;
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    color: #FFF;
    text-align: center;
    margin-inline-start: 25px;
    transition: all .5s ease-in-out;
}


.handle-form .main_btn:hover {
    background: linear-gradient(62deg, rgba(31,52,107,1) 0%, rgba(0,181,228,1) 100%);
    -webkit-background-clip: text;
}

.handle-form  .main_btn:hover i {
    background: linear-gradient(62deg, rgba(31,52,107,1) 0%, rgba(0,181,228,1) 100%);
    color: #FFF;
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.page-employee .wpcf7-form-control-wrap {
    display: block;
}

.form-group span {
    color: red;
}

/* statics */
.static {
    margin: 50px 0 83px;
}

.static-item {
    display: flex;
    justify-content: center;
    align-items: center;
}

html[dir='rtl'] .static [class*='col-'] {
    border-left: 1px solid var(--main);
}

html[dir='ltr'] .static [class*='col-'] {
    border-right: 1px solid var(--main);
}

html[dir='rtl'] .static [class*='col-']:nth-child(4n) {
    border-left: none;
}

html[dir='ltr'] .static [class*='col-']:nth-child(4n) {
    border-right: none;
}

.static-icon {
    width: 100px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    background-color: #e6e9ec;
    border-radius: 100%;
    margin-inline-end: 20px;
}

.static-num {
    font-family: 'bahijsans_bold';
    font-size: 50px;
    color: var(--sec);
}

.static-tit {
    font-family: 'plain';
    font-size: 20px;
    color: #000;
}
/*//statics*/

.vector {
    position: absolute;
    right: 0;
    top: 18%;
    pointer-events: none;
    z-index: -1;
}

/* about */
.about {
    margin-bottom: 98px;
}

.about-img {
    text-align: center;
}

.about-content {
    font-size: 18px;
    line-height: 36px;
    color: #000;
    font-family: 'thesans_reg';
}

.vision {
    margin-bottom: 90px;
}

.vision-item {
    position: relative;
    background-color: #FFF;
    z-index: 9;
    padding-block: 78px;
    padding-inline: 150px;
}

#vision-tabs {
    display: flex;
    justify-content: center;
    margin-top: 18px;
}

#vision-tabs li {
    position: relative;
    font-family: 'bahijsans_bold';
    font-size: 18px;
    width: 130px;
    height: 50px;
    line-height: 50px;
    background-color: var(--main);
    color: #526378;
    cursor: pointer;
    z-index: 1;
    transition: all .7s ease-in-out;
}

#vision-tabs li:not(:last-child) {
    margin-inline-end: 50px;
}

#vision-tabs li:before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    content: "";
    background-color: var(--sec);
    transition: all 700ms ease-in-out;
}

#vision-tabs li:hover:before,
#vision-tabs li.activeTab:before {
    left: unset;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    border-radius: 10px;
}

#vision-tabs li:not(:last-child):after {
    content: '';
    position: absolute;
    width: 100px;
    height: 1px;
    inset-inline-start: 100%;
    background-color: #739dab;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

#vision-tabs li:hover,
#vision-tabs li.activeTab {
    color: #FFF;
    border-radius: 10px;
}

.vision-head {
    font-family: 'bahijsans_bold';
    font-size: 26px;
    color: var(--sec);
    margin-bottom: 25px;
}

.vision-tit {
    font-family: 'bahijsans_bold';
    font-size: 36px;
    color: var(--main);
}

.vision-content {
    font-family: 'plain';
    font-size: 16px;
    line-height: 27px;
    color: #686868;
    margin-top: 30px;
}

.vision-img {
    position: relative;
    z-index: -1;
    height: 469px;
    margin-inline-start: -117px;
}
/*// about */

/* services */
.services {
    background-image: url("../img/servicecover.png");
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    padding: 70px 0 100px;
}

.services .row {
    justify-content: space-between;
    align-items: center;
}

.services  .section-desc {
    color: #FFF;
}

.section-p {
    font-family: 'bahijsans_bold';
    color: #FFF;
    font-size: 32px;
    line-height: 49px;
}

#serv-tabs {
    display: flex;
    align-items: center;
    margin: 40px 0 30px;
}

#serv-tabs li {
    position: relative;
    overflow: hidden;
    font-family: 'bahijsans_bold';
    font-size: 16px;
    width: 200px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #FFF;
    background-color: transparent;
    color: #FFF;
    cursor: pointer;
    z-index: 1;
    transition: all 700ms ease-in-out;
}

#serv-tabs li:not(:last-child) {
    margin-inline-end: 50px;
}

#serv-tabs li:before {
    position: absolute;
    display: inline-block;
    top: 0;
    left: 0;
    z-index: -1;
    width: 0;
    height: 100%;
    content: "";
    background-color: var(--sec);
    transition: all 700ms ease-in-out;
}

#serv-tabs li:hover:before,
#serv-tabs li.activeTab:before {
    left: unset;
    right: 0;
    width: 100%;
    transform: rotate(180deg);
    border-radius: 10px;
}

#serv-tabs li:hover,
#serv-tabs li.activeTab{
    color: #FFF;
    border-radius: 10px;
    border: 1px solid transparent;
}

.serv-card {
    position: relative;
    overflow: hidden;
    padding: 30px 29px 36px;
    text-align: center;
    background-color: rgba(0 0 0 / 40%);
    height: 100%;
    margin-bottom: 30px;
    transition: all 700ms ease-in-out;
}

.serv-card:hover {
    background-color: #FFF;
    border-radius: 10px ;
}

.serv-icon {
    height: 69px;
    margin-top: 0;
    margin-bottom: 19px;
    transition: all 700ms ease-in-out;
}

.serv-url {
    margin-bottom: -86px;
    margin-top: 32px;
    opacity: 0;
    visibility: hidden;
    transition: all 700ms ease-in-out;
}

.serv-card:hover .serv-url {
    margin-top: 22px;
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

.serv-card:hover .serv-icon {
    margin-top: -100px;
    margin-bottom: 45px;
    opacity: 0;
    visibility: hidden;
}

.serv-card .arrow {
    margin-top: 0;
}

.serv-tit {
    font-size: 16px;
    color: #FFF;
    font-family: 'bahijsans_bold';
    margin-bottom: 15px;
}

.serv-card:hover .serv-tit  {
    color: var(--sec);
}

.serv-content {
    font-size: 15px;
    font-family: 'plain';
    color: #7d7d7d;
    line-height: 23px;
    width: 300px;
    margin: 0 auto;
}

.serv-card:hover .arrow {
    animation: animateHeart 1.2s infinite;
}
/* //services*/


/* partners */
.partners {
    background-color: #FFF;
    padding: 70px 0;
}

.partners .row {
    align-items: baseline;
}

.partner-img {
    text-align: center;
    height: 114px;
}

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

.partners  .main-btn {
    margin-top: 50px;
}
/*//partners*/

.page-tit {
    display: flex;
    align-items: center;
    font-size: 22px;
    height: 50px;
    font-family: 'bahijsans_bold';
}

.page-tit img {
    margin-inline-end: 10px;
}

.top-side img,
.bootom-side img {
    width: 100%;
}



/* news */
.news {
    background-image: url("../img/news.png");
    background-position: top;
    background-repeat: no-repeat;
    background-size: 100% 60%;
    padding: 70px 0 90px;
    margin-top: -220px;
}

.news .circle-btn::before {
    background-color: var(--sec);
}

.news .section-desc {
    color: #FFF;
}

.news .all-news .circle-btn::before {
    background-color: var(--sec);
}

.advantage {
    margin-bottom: 70px;
}

.advantage-card {
    height: 100%;
    background-color: rgba(255 255 2555 / 10%);
    padding: 30px;
}

.adv-tit {
    color: var(--sec);
    font-family: 'bahijsans_bold';
    margin-top: 15px;
    font-size: 24px;
}

.adv-content {
    font-family: 'plain';
    color: #FFF;
    margin-top: 15px;
    font-size: 14px;
    line-height: 23px;
}

.adv-icon {
    height: 56px;
}

.news .all-news .row:not(.advantage .row) {
    align-items: center;
    justify-content: space-between;
}

.news .all-news  .section-desc {
    color: #FFF;
}

.all-news .section-news-card {
    position: relative;
    overflow: hidden;
    transition: .9s ease-in-out;
    width: 350px;
}

.animated-button {
    position: relative;
    display: flex;
    align-items: center;
    gap: 4px;
    width: 150px;
    height: 60px;
    border-color: transparent;
    font-size: 16px;
    background-color: #FFF;
    font-weight: 600;
    color: var(--main);
    box-shadow: 0 0 0 2px #FFF;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button svg {
    position: absolute;
    width: 24px;
    fill: var(--sec);
    transform: scaleX(-1);
    z-index: 9;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

html[dir='rtl'] .animated-button .arr-1 {
    left: 16px;
}

html[dir='ltr'] .animated-button .arr-1 {
    right: 16px;
}

html[dir='rtl'] .animated-button .arr-2 {
    right: -25%;
}

html[dir='ltr'] .animated-button .arr-2 {
    left: -25%;
}

.animated-button .circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    background-color: var(--sec);
    border-radius: 50%;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

.animated-button .text {
    position: relative;
    color: var(--main);
    z-index: 1;

    transition: all 0.8s cubic-bezier(0.23, 1, 0.32, 1);
}

html[dir='rtl'] .animated-button .text {
    transform: translateX(-12px);
}

html[dir='ltr'] .animated-button .text {
    transform: translateX(12px);
}

.all-news .section-news-card:hover .animated-button {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
}

html[dir='rtl']  .all-news .section-news-card:hover .animated-button .arr-1 {
    left: -25%;
}

html[dir='ltr']  .all-news .section-news-card:hover .animated-button .arr-1 {
    right: -25%;
}

html[dir='rtl'] .all-news .section-news-card:hover .animated-button .arr-2 {
    right: 16px;
}

html[dir='ltr'] .all-news .section-news-card:hover .animated-button .arr-2 {
    left: 16px;
}

html[dir='rtl'] .all-news .section-news-card:hover .animated-button .text {
    color: #FFF;
    transform: translateX(-72px);
}

html[dir='ltr'] .all-news .section-news-card:hover .animated-button .text {
    color: #FFF;
    transform: translateX(72px);
}

.all-news .section-news-card:hover .animated-button svg {
    fill: #FFF;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px var(--sec);
}

.all-news .section-news-card:hover .animated-button .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}

.all-news {
    margin-top: 41px;
}

.image-overlay:before, .image-overlay:after {
    content: '';
    display: block;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -50%);
    position: absolute;
    border-radius: 50%;
    z-index: 1;
    transition: .9s ease;
}

.all-news .section-news-card:hover .image-overlay:before, .all-news .section-news-card:hover .image-overlay:after {
    background-color: rgba(0 0 0 / 30%);
    opacity: 0;
    transition: .9s ease;
}

.all-news .section-news-card:hover .image-overlay:before, .all-news .section-news-card:hover .image-overlay:after {
    opacity: 1;
}

.image-overlay {
    position: relative;
    overflow: hidden;
}

.image-overlay:before {
    top: 6em;
    left:6em;
}

.image-overlay:after {
    left: calc(100% + -17em);
    top: calc(100% + -17em);
}

.all-news .section-news-card:hover .image-overlay::before, .all-news .section-news-card:hover .image-overlay::after {
    height: 975px;
    width: 975px;
}

.all-news .section-news-img {
    height: 500px;
}

.all-news .section-news-img img {
    width: 100%;
}

.section-news-url {
    display: inline-block;
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 9;
}

.all-news .section-news-tit {
    margin-top: 20px;
    font-family: 'bahijsans_bold';
    color: var(--main);
    font-size: 26px;
    transition: all .3s ease-in-out;
}

.all-news .section-news-card:hover .section-news-tit {
    color: var(--sec);
}
/*// news */

/* questions */
.accordionFAQ {
    margin: 50px 0;
}

.accordionFAQ .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordionFAQ .accordion-item button[aria-expanded=true] {
    border-bottom: 1px solid var(--main);
}

.accordionFAQ button {
    position: relative;
    display: block;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

html[dir='rtl'] .accordionFAQ button {
    text-align: right;
}

html[dir='ltr'] .accordionFAQ button {
    text-align: left;
}

.accordionFAQ button:hover, .accordionFAQ button:focus {
    cursor: pointer;
    color: var(--main);
}

.accordionFAQ button:hover::after, .accordionFAQ button:focus::after {
    cursor: pointer;
    color: var(--main);
    border: 1px solid var(--main);
}

.accordionFAQ button .accordion-title {
    padding: 1em 1.5em 1em 0;
}

.accordionFAQ button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 22px;
}

html[dir='rtl'] .accordionFAQ button .icon {
    left: 0;
}

html[dir='ltr'] .accordionFAQ button .icon {
    right: 0;
}

.accordionFAQ button .icon::before {
    display: block;
    position: absolute;
    content: "";
    top: 9px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

html[dir='rtl'] .accordionFAQ button .icon::before {
    right: 5px;
}

html[dir='ltr'] .accordionFAQ button .icon::before {
    left: 5px;
}

.accordionFAQ button .icon::after {
    display: block;
    position: absolute;
    content: "";
    top: 5px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

html[dir='rtl'] .accordionFAQ button .icon::after {
    right: 9px;
}

html[dir='ltr'] .accordionFAQ button .icon::after {
    left: 9px;
}

.accordionFAQ button[aria-expanded=true] {
    color: var(--main);
}

.accordionFAQ button[aria-expanded=true] .icon::after {
    width: 0;
}

.accordionFAQ button[aria-expanded=true] + .accordion-content {
    opacity: 1;
    max-height: 9em;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordionFAQ .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordionFAQ .accordion-content p {
    font-size: 1rem;
    font-weight: 300;
    margin: 2em 0;
}

.about_inside img.img-sec,
.about_inside img.aab {
    width: 100%;
    height: 100%;
}

/* //questions*/


/* theForm */
.theForm {
    background-image: url("../img/vector.png");
    background-position: right;
    background-repeat: no-repeat;
    padding: 0 0 100px;
}


.theForm .section-head {
    margin-bottom: 50px;
}

.hold-form [class*='col-']:last-child {
    margin-top: 25px;
}

.hold-form [class*='col-']:not(:last-child) {
    margin-bottom: 20px;
}

.hold-form input:focus,
.hold-form textarea:focus {
    border-bottom: 1px solid var(--sec);
}

.hold-form input:focus::placeholder,
.hold-form textarea:focus::placeholder,
.hold-form input:hover,
.hold-form textarea {
    color: var(--sec);
    border-bottom: 1px solid var(--sec);
}

.forma-item {
    border-radius: 0px;
    background-color: transparent;
    border: 0;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #8a939c;
    color: var(--main);
    height: 45px;
    padding: 15px;
    padding-inline-start: 0;
}

.form-control {
    transition: all .3s ease-in-out;
}

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

.map {
    height: 100%;
}

.map iframe {
    height: 100%;
}

.forma-item textarea {
    height: 90px;
}

.hold-form .form-url {
    display: inline-block;
}

.hold-form .main-btn {
    height: 40px;
}
/* //theForm*/

.single-pages .member-img img {
    max-width: 556px;
}

.single-pages,
.content {
    margin-bottom: 20px;
}

.saq .sa {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}

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

.breadcrumb-area [class*='col-'] {
    margin-bottom: 0;
}

.news-card {
    width: 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 {*/
/*    width: 100%;*/
/*    height: 223px;*/
/*    object-fit: cover !important;*/
/*    border-bottom: 2px solid var(--main);*/
/*}*/

.ss .news-card img {
    padding: 10px;
    object-fit: contain !important;
}

.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;
}

/* //page inside*/


/* page inside */
.head-inside {
    position: relative;
    padding: 20px 0;
    background: var(--main);
}

.breadcrumb-area {
    position: relative;
    background-color: #000;
    padding: 15px 0;
    color: #FFF;
    margin-bottom: 50px;
}

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

.breadcrumb-links .current-item {
    color: var(--sec);
}

.head-inside .lang-menuIcon .main-btn {
    color: #FFF;
    border: 1px solid var(--sec);
    scale: 1.1;
    box-shadow: 0 0 20px var(--sec);
    margin-inline-end: 10px;
}

.tax-card {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFF;
    overflow: hidden;
    z-index: 9;
    padding: 30px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    transition: .9s ease;
    width: 100%;
    opacity: 1;
    transform: scale(1);
    min-height: 200px;
}

.tax-card:hover {
    transform: scale(1.1);
}

.tax-card .arrow-svg {
    inset-inline-start: 0 !important;
}

.arrowBtn {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    background: var(--main);
    color: #FFF;
    margin-inline-start: 10px;
}

.tax-gallery-tit {
    font-size: 26px;
    font-family: bahijsans_bold;
}

.single-pages .gallery-arrow-url .arrow-svg {
    top: 50%;
    position: relative;
}

.tax-card {
    transition: all .9s ease-in-out;
}

.tax-card:hover .arrowBtn {
    background: var(--sec);
}

.single-pages .serv-card:hover .text {
    color: #FFF;
}

.single-pages .fancy .text {
    color: #000;
    transition: all .9s ease-in-out;
}

.single-pages [class*='col-'],
.content [class*='col-']{
    margin-bottom: 30px;
}

.hold_gallery_cards .serv-card {
    background-color: #0e2748e8;
}

.hold_gallery_cards .serv-card:hover {
    background-color: #FFF;
    border: 1px solid var(--main);
}

.activeTab {
    position: relative;
    font-weight: bold;
    z-index: 2;
}

.wp-pagenavi {
    text-align: center;
    border: 0;
    padding-top: 60px;
    margin-bottom: 0;
    clear: both;
}

/* Add a border */
.wp-pagenavi span, .wp-pagenavi a, .wp-pagenavi :last-child {
    padding: 6px 12px;
    margin: 0;
    border: 2px solid #e9eff5 !important;
}

.wp-pagenavi span, .wp-pagenavi a {
    border-inline-end: none !important;
}

/* Style the numbers */
.wp-pagenavi span, .wp-pagenavi a {
    font-weight: bold !important;
    color: #000 !important;
    font-size: 16px !important;
    line-height: 2em !important;
}

/* Style the current and hovered page link */
.wp-pagenavi span.current,
.wp-pagenavi a:hover {
    color: #000 !important;
    background-color: #e9eff5 !important;
}

/* Style the page count text */
.wp-pagenavi :first-child {
    color: #666 !important;
}

/* Add before and after text to link arrows */
html[dir='rtl'] .wp-pagenavi .nextpostslink:before {
    content: 'الصفحة التالية';
}

html[dir='ltr'] .wp-pagenavi .previouspostslink:after {
    content: 'الصفحة السابقة';
}

html[dir='ltr'] .wp-pagenavi .nextpostslink:before {
    content: 'Next';
}

html[dir='ltr'] .wp-pagenavi .previouspostslink:after {
    content: ' Prev';
}

.wpcf7-list-item.activeBtn, .form-check.activeBtn {
    background-color: var(--sec);
    color: #FFF;
}

.wpcf7-list-item label, .form-check {
    padding: 6px 13px;
}

.form-check a {
    color: #333;
}

.ulRadio li,
.ulRadio01 li {
    border-radius: 10px;
}

.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 0.25s linear;
}

.required {
    color: #f00;
}

.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, .alert {
    position: relative;
    padding: 0.25rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;;
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    margin-top: 10px;
    border-radius: 0.25rem;
}

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

.news-card {
    width: 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 {
    width: 100%;
    height: 223px;
    object-fit: cover !important;
    border-bottom: 2px solid var(--main);
}

.ss .news-card img {
    padding: 10px;
    object-fit: contain !important;
}

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

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

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

.news-card-caption p {
    font-family: 'plain';
}

.news-card .animated-button {
    font-size: 20px;
}

.main-about-content p {
    line-height: 30px;
}

.inside-about-imgs {
    height: 470px;
}

.inner-about-inner .vision-content {
    margin-top: 14px;
}

.inner-about-inner .vision-tit {
    font-family: 'bahijsans_bold';
    font-size: 28px;
}

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

.visionMessage-icon {
    margin-bottom: 15px;
}

.visionMessage-item {
    margin-bottom: 30px;
}

/* footer */
footer {
    background-image: url("../img/footer.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    padding: 75px 0 30px;
}

.contact-item,
.contact-item a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.contacts {
    margin-bottom: 50px;
}

.content-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: var(--sec);
    border-radius: 5px;
    margin-inline-end: 15px;
}

.contact-tit {
    color: var(--sec);
    font-family: 'thesans_bold';
    font-size: 18px;
    margin-bottom: 10px;
}

.contact-content p {
    color: #FFF;
    font-family: 'thesans_reg';
    font-size: 16px;
}

.to-top {
    width: 50px;
    height: 50px;
    background-color: transparent;
    border: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #FFF;
    cursor: pointer;
    transition-duration: 0.3s;
    overflow: hidden;
    position: relative;
}

.svgIcon {
    width: 25px;
    transition-duration: 0.3s;
}

.svgIcon path {
    fill: white;
}

.hold-to-top {
    display: flex;
    margin: 0 auto;
    justify-content: center;
}

.to-top:hover {
    width: 140px;
    transition-duration: 0.3s;
    background-color: var(--sec);
    align-items: center;
}

.to-top:hover .svgIcon {
    /* width: 20px; */
    transition-duration: 1s;
    transform: translateY(-100%);
}

.to-top:before {
    position: absolute;
    color: white;
    /* transition-duration: .3s; */
    font-size: 0px;
}

html[dir='rtl'] .to-top:before {
    content: "العودة للأعلى";
}

html[dir='ltr'] .to-top:before {
    content: "Back to Top";
}

.to-top:hover::before {
    font-size: 13px;
    opacity: 1;
    bottom: unset;
    /* transform: translateY(-30px); */
    transition-duration: 0.3s;
}

.footer-list ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-list ul li a {
    color: #FFF;
    font-size: 20px;
    font-family: 'bahijsans_bold';
}

.footer-list ul li {
    margin-inline-end: 40px;
}

.copyWrite {
    margin: 30px auto;
    width: 440px;
    color: #FFF;
    font-family: 'plain';
    font-size: 18px;
    line-height: 36px;
}

.copyWrite a {
    color: var(--sec);
}
/* //footer*/

.news-card .animated-button {
    width: 130px;
    height: 45px;
    margin: 0 auto;
}

.news-card:hover .animated-button {
    box-shadow: 0 0 0 12px transparent;
    color: #212121;
}

.news-card:hover .animated-button .arr-1 {
    left: -25%;
}

.news-card:hover .animated-button .arr-2 {
    right: 16px;
}

.news-card:hover .animated-button .text {
    color: #FFF;
    transform: translateX(-72px);
}

.news-card:hover .animated-button svg {
    fill: #FFF;
}

.animated-button:active {
    scale: 0.95;
    box-shadow: 0 0 0 4px var(--sec);
}

.news-card:hover .animated-button .circle {
    width: 220px;
    height: 220px;
    opacity: 1;
}



/* media query */
@media (min-width: 1200px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 992px) {
    .vision-item {
        top: 50%;
        transform: translateY(-50%);
    }


    .menu-icons {
        display: none;
    }

    .sidebar {
        display: none;
    }

    /* header */
    .nav-list {
        display: flex;
        align-items: center;
    }

    .dd-trigger {
        display: none !important;
    }

    #nav-icon {
        display: none;
    }

    .nav-list > .linkMenu {
        position: relative;
        display: flex;
        align-items: center;
    }

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

    nav > .nav-list > .linkMenu > a {
        display: flex;
        position: relative;
        overflow: hidden;
        font-family: 'bahijsans_bold';
        font-size: 18px;
        color: #6e6e6e;
        z-index: 1;
    }

    nav > .nav-list > .linkMenu.active a:not(.sub-menu a),
    nav > .nav-list > .linkMenu:hover a:not(.sub-menu a) {
        color: var(--sec);
    }

    nav > .nav-list > .menu-item-has-children:hover a:not(.sub-menu a):after {
        color: var(--sec);
    }

    nav > .nav-list > .linkMenu span {
        display: block;
    }

    .menu-item-has-children i {
        margin-inline-start: 8px;
        font-size: 18px;
    }

    /* (sub menu) */
    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 9;
        min-width: 200px;
        background-color: rgb(255 255 255 / 50%);
        border-radius: 0 0 10px 10px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
    }

    .sub-menu a {
        display: flex;
        align-items: center;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .sub-menu a:hover,
    .sub-menu a:hover:before {
        color: var(--sec);
    }

    .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }

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

    .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    .sub-menu a:before {
        display: inline-block;
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-end: 10px;
        color: #000;
        transition: all .5s ease-in-out;
    }

    .sub-menu a:before {
        content: "\f100";
    }
    /*// ( sub menu )*/
    /* //header */
}

@media (max-width: 992px) {
    /* side menu */
    .menu-icons label {
        display: flex;
        flex-direction: column;
        width: 40px;
        cursor: pointer;
        margin-bottom: 0;
    }

    .menu-icons label span {
        background: var(--sec);
        border-radius: 10px;
        height: 4px;
        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%;
    }

    .menu-icons input[type="checkbox"] {
        display: none;
    }

    .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: var(--sec);
    }

    .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;
    }

    .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: 15px;
        margin-inline-start: 40px;
        color: #FFF;
        margin-inline-start: 20px;
        cursor: pointer;
        transition: all .4s ease-in-out;
    }

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

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

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

    .header-links {
        display: none;
    }

    .slide-tit {
        font-size: 40px;
        line-height: 75px;
    }

    html[dir='rtl'] .static [class*='col-']:nth-child(2n) {
        border-left: none;
    }

    html[dir='ltr'] .static [class*='col-']:nth-child(2n) {
        border-right: none;
    }

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

    .section-tit {
        font-size: 60px;
    }

    .vision-item {
        padding-block: 55px;
    }

    .vision-img img {
        width: 100%;
    }

    #serv-tabs li:not(:last-child) {
        margin-inline-end: 25px;
    }

    #serv-tabs li {
        padding: 0 10px;
    }

    .serv-content {
        width: auto;
    }
}

@media (max-width: 991.45px) {
    .vision-item {
        padding-block: 55px;
        padding-inline: 65px;

    }

    .section-p {
        font-family: 'bahijsans_bold';
        color: #FFF;
        font-size: 22px;
    }

    .all-news .section-news-img {
        height: 414px;
    }

    .all-news .section-news-card {
        width: auto;
    }

    .map iframe {
        width: 100%;
    }

    .footer-list {
        display: none;
    }

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

    .all-news .section-news-img img {
        object-fit: fill !important;
    }

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

    .hold-form {
        margin-bottom: 30px;
    }

    .map {
        height: 400px;
    }

    .hold-contacts  .row [class*='col-'] {
        margin-bottom: 20px;
    }

    .contact-item, .contact-item a {
        display: flex;
        justify-content: start;
        align-items: center;
    }

    .hold-about-home {
        display: flex;
        justify-content: space-between;
    }

    .contact-content p {
        position: relative;
        display: inline-block;
    }

    .contact-content p:not(:last-child):after {
        content: '-';
        position: relative;
    }

    .main-btn:not(.circle-btn) {
        width: 125px;
        height: 40px;
    }

    .about-content {
        margin-bottom: 20px;
    }
    
    .hold-serv {
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
        margin-bottom: 30px;
    }

    #serv-tabs {
        display: -webkit-inline-box;
    }
    
    #serv-tabs li {
        margin-bottom: 0 !important;
    }
}

@media (max-width: 768px) {
    .menu-logo {
        height: 80px;
    }

    .circle-btn {
        width: 100px;
        height: 100px;
    }

    .vision .row {
        flex-direction: column-reverse;
    }

    .vision .vision-img {
        margin-inline-start: 0 !important;
    }

    .serv-tit {
        line-height: 30px;
    }

    .all-news .section-news-tit {
        margin-top: 18px;
        font-size: 23px;
    }

    .tax-gallery-tit {
        line-height: 35px;
    }

    .copyWrite {
        margin-top: 0;
    }

    .slide-tit {
        font-size: 27px;
        line-height: 50px;
    }

    .static {
        margin: 50px 0;
    }

    .about {
        margin-bottom: 50px;
    }

    .news {
        background-size: 100% 50%;
    }

    .contacts {
        margin-bottom: 25px;
    }

    .section-p {
        line-height: 38px;
    }

    .page-form .form {
        padding: 50px 30px 0px;
    }

    .section-head {
        margin-bottom: 20px;
    }

    .partner-img img {
        width: 100%;
    }

    .hold-about-home {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .partners .main-btn {
        margin-top: 50px;
    }
    
    html[dir='rtl'] footer .social {
    right: 19px;
}

    html[dir='ltr'] footer .social {
        left: 19px;
    }
    
    footer .social a {
    width: 35px;
    height: 35px;
    line-height: 35px;
    }
    
    footer .social a i {
        font-size: 18px;
    }
}

@media (max-width: 576px) {
    .swiper-pagination.mainPagi {
        bottom: 15px;
    }

    .slide-url {
        margin-top: 16px;
    }

    .vision-item {
        padding-block: 10px;
        padding-inline: 0;
    }

    .all-news .section-news-img {
        height: 345px;
    }

    .news {
        background-size: 100% 64%;
    }

    .news [class*="col-"] {
        margin-bottom: 50px;
    }

    .news {
        padding: 70px 0 50px;
    }

    .partners .main-btn {
        margin-top: 0px;
    }

    .news {
        background-size: 100% 53%;
    }

    .copyWrite {
        width: auto;
    }
}

@media (max-width: 480px) {
    .slide-tit {
        font-size: 20px;
        line-height: 36px;
    }

    .swiper-pagination-bullet {
        width: 20px;
        height: 20px;
    }

    .swiper-pagination.mainPagi .swiper-pagination-bullet-active::after {
        width: 8px;
        height: 8px;
    }

    .static-icon {
        width: 80px;
        height: 80px;
        line-height: 80px;
    }

    .section-desc::before {
        width: 38px;
    }

    .static-tit {
        font-size: 16px;
    }

    .static-num {
        font-size: 38px;
    }

    .section-tit {
        margin-top: 0;
    }

    .section-desc {
        font-size: 16px;
    }

    .all-news .section-news-img {
        height: 298px;
    }

    .advantage {
        margin-bottom: 40px;
    }

    .animated-button {
        width: 125px;
        height: 50px;
    }

    .all-news .section-news-card:hover .animated-button .text {
        transform: translateX(-56px);
    }

    .partner-img {
        text-align: center;
        height: 100px;
    }

    .header-style {
        flex-direction: column;
    }

    .lang-menuIcon {
        margin-top: 10px;
    }

    .sidebar {
        height: 100%;
        width: 320px;
    }

}

@media (max-width: 380px) {
    .all-news .section-news-img {
        height: 410px;
    }

    #vision-tabs li {
        font-size: 13px;
    }

    .vision-img {
        height: auto;
        margin-bottom: 20px;
    }

    .static-tit {
        font-size: 23px;
    }

    .main-btn:not(.circle-btn) {
        width: 104px;
        height: 35px;
    }

    .swiper-pagination.mainPagi {
        bottom: 7px;
    }

    .slide-tit {
        font-size: 18px;
        line-height: 29px;
    }

    .slide-url {
        margin-top: 12px;
    }
}

@media (max-width: 320px) {
    .slide-tit {
        font-size: 15px;
    }

    .main-btn {
        font-size: 12px;
    }

    .swiper-pagination.mainPagi {
        bottom: 1px;
    }

    .swiper-pagination.mainPagi .swiper-pagination-bullet-active::after {
        width: 5px;
        height: 5px;
    }

    .swiper-pagination-bullet {
        width: 17px;
        height: 17px;
    }
}
/* //media query*/