/*
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: 64px;
    font-family: 'bahijsans_bold';
    color: var(--sec);
    display: table;
    margin: 0 auto 20px;
}
/* //(( for section title ))*/
/*// Basics */

/* Colors */
:root {
    --main: transparent;
    --sec: #176b87;
    --para: #64ccc5;
}
/* //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: 15px 0 0;
    z-index: 2;
    background-color: #FFF;
}

.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: 39px;
    text-align: center;
    font-size: 14px;
    font-family: 'bahijsans_bold';
    color: var(--para);
    border: 1px solid var(--para);
    border-radius: 20px;
    background-color: var(--main);
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    cursor: pointer;
}

.main-btn:hover {
    color: #FFF;
}

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

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

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

.with-arrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 18px;
}

.with-arrow:after {
    content: "\f177";
    font-family: 'Font Awesome 6 Free';
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: -60px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.with-arrow:after {
    left: 17px;
}

.with-arrow:hover:after {
    margin-top: 2px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

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

.with-arrow i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.with-arrow:hover i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -100px;
}

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

/* //social*/

/* 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);
    }
}
/* //main buttons*/

/* slide */
.slider {
    position: relative;
    background-color: #FFF;
}

.slide-img {
    text-align: end;
    height: 550px;
}

.slide-tit {
    font-size: 64px;
    line-height: 90px;
    text-align: start;
    color: var(--para);
    font-family: 'thesans_bold';
}

.slide-url {
    display: inline-block;
    margin-top: 49px;
}

.main-slide-prev,
.main-slide-next {
    position: relative;
    bottom: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    border: 1px solid var(--para);
    color: #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s;
}

.main-slide-prev svg,
.main-slide-next svg {
    height: 28px;
}

.main-slide-prev:hover,
.main-slide-next:hover {
    background-color: var(--sec);
    border: 1px solid transparent;
}

.main-slide-prev svg,
.main-slide-next svg {
    fill: var(--para);
}

.main-slide-prev:hover svg,
.main-slide-next:hover svg {
    fill: #FFF;
}

.main-slide {
    display: inline-block;
    margin-top: 70px;
}

.main-slide-next {
    margin-inline-end: 10px;
}

/* Arrow Shape */
.main-slide-prev::after,
.main-slide-next::after {
    display: none;
}
/*//slide */

/* about */
.about {
    background-color: #fcfcfc;
    margin-bottom: 98px;
    padding: 69px 0 33px;
}

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

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

.about-url {
    display: table;
    margin-block-start: 49px;
    margin-inline: auto;
}
/*// about */

/* vision */

.vision {
    margin-top: 50px;
}

.hold-vision-tabs {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
    margin-bottom: 30px;
}

#vision-tabs {
    display: -webkit-inline-box;
}

#vision-tabs li {
    font-family: 'thesans_reg';
}

#vision-tabs li.activeTab {
    background-color: var(--sec);
    color: #FFF;
}

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

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

.vision-tabs-content {
    transition: all .4s ease-in-out;
}

.vision-tabs-content p {
    font-family: 'thesans_reg';
    line-height: 36px;
    font-size: 16px;
}

.vision-img {
    height: 439px;
}

/* //vision*/

/* services */
.services {
    margin-top: 100px;
}

.hold-servicesForm input:not(input[type='radio']),
.custom-file-label {
    display: block;
    border: 1px solid #c1c1c1;
    border-radius: 25px;
    padding: 20px;
    width: 100%;
    height: auto;
    direction: inherit;
    transition: all .3s ease-in-out;
}

.services label:not(.hold-radio label, label.custom-file-label),
.form-focused  p {
    font-family: thesans_bold;
    font-size: 18px;
    color: #000;
    transition: all .3s ease-in-out;
}

.form-group label.focused {
    color: var(--sec) !important;
}

.custom-file {
    height: auto;
}

.custom-file input,
.custom-file label {
    cursor: pointer !important;
    padding-inline-end: 65px !important;
    direction: inherit;
}

.in-servicesForm {
    background-color: #FFF;
    box-shadow: rgba(0 0 0 / 35%) 0 0 29px;
    padding: 50px 30px;
    border-radius: 50px;
}

.radioInput{
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.hold-radio {
    position: relative;
    display: flex;
    margin-bottom: 10px;
    cursor: pointer;
}

.hold-radio label {
    cursor: pointer;
    color: #b2b2b2;
    font-family: 'bahij';
}

input[type='date'] {
    color: #b2b2b2;
}

.hold-radio:not(:last-child) {
    margin-inline-end: 30px;
}

.hold-radio input {
    display: none;
}

.checkmark {
    position: relative;
    top: 0;
    left: 0;
    height: 26px;
    width: 26px;
    background-color: #FFF;
    border: 1px solid var(--sec);
    border-radius: 50%;
    cursor: pointer;
    margin-inline-end: 11px;
}

.hold-radio input:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid var(--sec);
}

.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.hold-radio input:checked ~ .checkmark:after {
    display: block;
}

.hold-radio .checkmark:after {
    top: 50%;
    left: 50%;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--sec);
    transform: translate(-50%, -50%);
}

.custom-file-label::after {
    right: auto;
    top: 50%;
    left: 15px;
    content: url("../img/attach.png");
    border-radius: 100%;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    background-color: var(--para);
    transform: translateY(-50%);
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.services .section-tit {
    margin-bottom: 0;
}

.section-child {
    display: table;
    margin: 0 auto;
    font-family: 'thesans_reg';
    font-size: 30px;
    color: var(--para);
}

.services .hold-vision-tabs {
    text-align: center;
    padding: 20px 0;
}

.servicesForm-tabs-content {
    border-radius: 50px;
}

#servicesForm-tabs {
    display: -webkit-inline-box;
}

#servicesForm-tabs li {
    position: relative;
    font-family: 'thesans_bold';
    font-size: 25px;
    color: var(--para);
    cursor: pointer;
    padding: 0 40px;
}

#servicesForm-tabs li:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    height: 3px;
    background-color: var(--para);
    transform: translate3d(0, 0, 0);
    transition: all 0.3s ease;
}

#servicesForm-tabs li:after,
#servicesForm-tabs li.activeTab:after {
    bottom: -8px;
}

#servicesForm-tabs li.activeTab:after {
    width: 100%;
    background-color: var(--sec);
}

#servicesForm-tabs li.activeTab {
    color: var(--sec);
}

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

#servicesForm-tabs li {
    padding-bottom: 7px;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.hold-servicesForm input:focus {
    border: 1px solid var(--sec) !important;
}

.hold-servicesForm input::placeholder {
    color: #b2b2b2;
    transition: all .3s ease-in-out;
}

.custom-file-label {
    color: #b2b2b2;
}

.hold-servicesForm input:focus::placeholder,
.hold-servicesForm input:focus {
    color: #64ccc5;
}

.form-btn {
    margin-top: 30px !important;
}

.form-btn .with-arrow {
    height: 50px;
}
/* //services*/

/* banner */
.banner {
    position: relative;
    background-color: #99e9e4;
    border-radius: 50px;
    padding: 30px;
    height: 326px;
    margin-top: 69px;
    margin-bottom: 67px;
}

.banner-img {
    height: 265px;
}

.banner-item {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.banner-tit {
    font-family: 'bahij-bold';
    font-size: 50px;
    color: #FFF;
}

.banner-tel {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.banner-tel p {
    font-family: 'bahij-bold';
    font-size: 30px;
    color: #176b87;
}

.banner-tel a {
    display: flex;
    align-items: center;
}

.banner-tel a:not(:last-child):after {
    position: relative;
    content: '-';
    margin-inline: 5px;
}

.banner-url {
    margin-top: 30px;
}

.banner-url .main-btn {
    background-color: #FFF;
    z-index: 1;
}
/*//banner*/

/* section why */
.why {
    position: relative;
}

.why .section-tit {
    font-size: 48px;
    margin-bottom: 0;
}

.why .hold-why {
    position: relative;
}

.hold-why {
    padding: 40px 0 220px;
}

.why .hold-why:after {
    position: absolute;
    content: '';
    height: 545px;
    width: 457px;
    background-image: url("../img/whyus.png");
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    z-index: -1;
}

.hold-why [class*='col-']:first-of-type .why-item .row {
    justify-content: start;
    text-align: start;
}

.hold-why [class*='col-']:last-of-type .why-item .row {
    justify-content: end;
    text-align: end;
}

.hold-why [class*='col-']:first-of-type .why-item  .why-icon {
    margin-inline-end: 15px;
}

.hold-why [class*='col-']:last-of-type .why-item  .why-icon {
    margin-inline-start: 15px;
}

.hold-why [class*='col-'] .why-item {
    position: relative;
}

.in-why-item {
    display: flex;
    justify-content: center;
    align-items: start;
}

.why-item:not(:last-of-type) {
    margin-bottom: 40px;
}

.why-icon {
    margin-inline-end: 15px;
}

.why-icon img {
    max-height: 60px;
}

.why-tit {
    font-size: 18px;
    font-weight: bold;
    color: var(--para);
    margin-bottom: 6px;
    font-family: 'thesans_bold';
}

.why-para {
    font-size: 16px;
    line-height: 24px;
    font-family: 'thesans_reg';

}
/* //section why */

/* statics */
.static-item {
    padding: 25px 21px;
    border-radius: 10px;
    box-shadow: rgba(0 77 128 / 11%) 9px 10px 13px;
}

.static [class*='col-']:nth-child(odd) .static-item {
    background-color: #FFF;
}

.static [class*='col-']:nth-child(even) .static-item  {
    background-color: #eefcfb;
}

.static-tit {
    font-family: 'thesans_bold';
    font-size: 22px;
    color: var(--sec);
    margin-top: 10px;
}

.static-num,
.static-icon,
.static-tit {
    display: flex;
}
.static-num {
    justify-content: end;
    font-family: 'thesans_bold';
    font-size: 50px;
    color: var(--para);
}


.static-icon,
.static-tit {
    justify-content: start;
}

.static-icon {
    height: 60px;
    margin-top: -30px;
}
/*//statics*/

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

.partners .section-tit {
    font-family: 'thesans_bold';
    font-size: 48px;
    margin-bottom: 59px;
    color: #000;
}

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

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

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

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

/* footer */
footer {
    padding: 100px 0 40px;
    box-shadow: rgba(0 0 0 / 11%) 0 0 25px;
}

.footer-logo {
    height: 179px;
    margin-bottom: 40px;
}

.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(--para);
    border-radius: 25px;
    margin-inline-end: 15px;
}

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

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

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

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

.footer-list ul li:not(:last-child) {
    margin-inline-end: 40px;
}

.copyWrite {
    margin: 30px auto;
    color: #000;
    font-family: 'thesans_bold';
    font-size: 18px;
    line-height: 36px;
}

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

.footer-social a {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    background-color: transparent;
    border: 1px solid #939598;
    transition: all .3s ease-in-out;
}

.footer-social a:not(:last-child) {
    margin-inline-end: 16px;
}

.footer-social a:hover {
    background-color: var(--sec);
    border: 1px solid var(--sec);
}

.footer-social i {
    color: #939598;
    transition: all .3s ease-in-out;
}

.footer-social a:hover i {
    color: #FFF;
}

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

#vision-tabs .main-btn:hover {
    color: var(--para);
}

#vision-tabs .main-btn.activeTab {
    color: #FFF;
}
/* //footer*/

/* page services */
.serv-page .slider {
    box-shadow: rgba(0 0 0 / 11%) 0 0 29px;
}

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

.serv-page .services {
    margin-top: 0;
}
/*// page services*/


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

@media (min-width: 992px) {
    .hold-why [class*='col-']:first-of-type .why-item:nth-of-type(2) {
        inset-inline-start: -30px;
    }

    .hold-why [class*='col-']:last-of-type .why-item:nth-of-type(2) {
        inset-inline-end: -30px;
    }

    nav > .nav-list > .linkMenu:hover span {
        transform: translateY(-100%);
    }

    nav > .nav-list > .linkMenu:after,
    nav > .nav-list > .linkMenu.active:after {
        content: '';
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 3px;
        background-color: var(--sec);
        transform: translate3d(0, 0, 0);
        transition: width 0.3s ease;
    }

    nav > .nav-list > .linkMenu:after,
    nav > .nav-list > .linkMenu.active:after {
        bottom: -8px;
    }

    nav > .nav-list > .linkMenu:hover:after,
    nav > .nav-list > .linkMenu.active:after {
        width: 100%;
    }

    .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 */

    .vision-item {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .vision-item {
        margin-inline-start: 80px;
    }
}

@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(--sec);
        padding: 10px 0;
        margin-top: 20px;
    }

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

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

    .sidebar .menu-item i {
        position: absolute;
        top: 6px;
        inset-inline-end: 150px;
        color: #FFF;
    }

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

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

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

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

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

    .main-slide {
        margin-top: 40px;
    }

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

    .slide-img {
        height: 314px;
    }

    .slider {
        margin-top: 50px;
    }

    .about-url {
        margin-block-start: 30px;
    }

    .hold-servicesForm input:not(input[type="radio"]), .custom-file-label {
        padding: 17px;
    }

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

    .banner-img {
        height: 174px;
    }

    .banner-tit {
        font-size: 28px;
    }

    .banner-tel p {
        font-size: 21px;
    }

    .banner-url {
        margin-top: 15px;
    }

    .banner {
        height: 229px;
    }

    .why .row [class*="col-"]:last-child:not(.why-item [class*="col-"]) .in-why-item {
        flex-direction: row-reverse;
    }

    .hold-why [class*="col-"]:last-of-type .why-item .row {
        justify-content: start;
        text-align: start;
    }

    .why .hold-why .row [class*="col-"]:last-child:not(.why-item [class*="col-"]) {
        margin-top: 40px;
    }

    .static [class*='col-']:nth-child(odd) .static-item {
        background-color: #FFF;
    }

    .static [class*='col-']:nth-child(even) .static-item  {
        background-color: #eefcfb;
    }

}



@media (max-width: 991.45px) {
    .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: 130px;
        height: 35px;
    }

    .about-content {
        margin-bottom: 20px;
    }

    #serv-tabs {
        display: -webkit-inline-box;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        width: 100%;
    }
}

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

    .partners {
        padding: 40px 0;
    }

    .partner-img {
        display: flex;
        align-items: center;
        height: 115px;
    }

    .partner-img img {
        object-fit: none !important;
    }

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

    .menu-logo {
        height: 111px;
    }

    .why .hold-why::after {
        display: none;
    }

    .hold-why {
        padding: 40px;
    }

    .hold-why [class*="col-"]:last-of-type .why-item .why-icon {
        margin-inline-start: 0px;
    }
}

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

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

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

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

    .slide-img {
        height: 396px;
    }

    .services {
        margin-top: 60px;
    }

    .banner {
        height: 100%;
    }

    .banner-item {
        top: auto;
        transform: none;
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
    }

}

@media (max-width: 480px) {
    .menu-logo {
        margin-bottom: 20px;
    }

    .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: 365px;
    }

    .sidebar .menu-item i {
        position: absolute;
        top: 6px;
        inset-inline-end: 128px;
    }

    .partner-img img {
        object-fit: contain !important;
    }
    .slide-img {
        height: 360px;
    }

}

@media (max-width: 380px) {
    .slide-img {
        height: 287px;
    }


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

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

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

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

    .sidebar {
        width: 300px;
    }

    .sidebar .menu-item i {
        inset-inline-end: 100px;
    }

    .in-servicesForm {
        border-radius: 20px;
    }

    .why .section-tit {
        font-size: 45px;
    }
    .slide-tit {
        font-size: 20px;
    }

}

@media (max-width: 320px) {
    .slide-img {
        height: 239px;
    }
    .slide-tit {
        font-size: 20px;
    }


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

.branch-item{
    

    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px rgba(0 77 128 / 11%);
}   
.branch-item-img{
    height:250px;
    margin-bottom: 15px;
}
.branch-item-img img{
    max-height: 100%;
}
.branch-item-tit{
   color: var(--sec); 
}
    
/* //media query*/
.table-like-list {
    list-style-type: none;
    padding: 0;
}

.table-like-list li {
    display: flex;
    margin-bottom: 10px;
    border: 1px solid #ddd; /* Add border */
    padding: 10px; /* Add padding */
    background-color: #f9f9f9; /* Add background color */
}

.table-like-list li .label {
    font-weight: bold;
    width: 150px; /* Adjust as needed */
}

.table-like-list li .separator {
    margin: 0 10px; /* Increase separator margin */
    color: #777; /* Change separator color */
}

.table-like-list li .value {
    flex: 1;
    color: #333; /* Change value color */
}
.timeline-item-container {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Style for icon */
.timeline{
    margin-top: 50px;
}
.timeline-item-container .fa-print {
    font-size: 24px;
    color: var(--sec);
    background-color: #fff;
    border: 2px solid var(--sec);
    border-radius: 50%;
    padding: 12px;
    margin-inline-end: 20px;
}

/* Style for timeline body */
.timeline-body {
    flex: 1;
}
.timeline-header{
    color: var(--sec);
    margin-bottom: 30px !important;
}
/* Style for button */
.timeline-item-container .print {
    background-color: var(--sec);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

/* Hover effect for button */
.timeline-item-container .print:hover {
    background-color: #0056b3;
}
#about-section iframe {
    max-height: 350px;
    max-width: 550px;
    margin: 0 auto;
    display: table;
}

@media (max-width: 768px) {
    #about-section iframe {
        max-height: 250px;
        max-width: 100%;
    }
}
#services-section .tabs{
    text-align: center;
    margin-bottom: 50px;
}
#services-section .tabs .tablinks{
    width: 180px;
    height: 70px;
    text-align: center;
    background-color: var(--para);
    color: #fff;
    border-radius: 10px;
    margin-inline-end: 15px;
    font-size: 24px;
    margin-bottom: 30px;
    transition: all .35s ease-in-out;
}
#services-section .tabs .tablinks:hover,
#services-section .tabs .tablinks:focus
{
    background-color: var(--sec);
}
#services-section .form-group{
    margin: 20px 0;
}
#services-section .form-group label{
    display: block;
    text-align: start;
}
#services-section .form-group p{
    text-align: start;
}
#services-section .form-group  input {
    height: 65px;
    border: 1px solid var(--para);
    border-radius: 15px;
    width: 100%;
}
.cu-input-cl-4 label{
    font-size: 16px;
}
#services-section .form-group  select{
    height: 50px;
    border: 1px solid var(--para);
    border-radius: 15px;
    width: 100%;
}
.services .section-tit{
     margin: 20px auto 50px;
 }
.services .section-child{
    margin: 20px auto 50px;
}
.section-child-r{
color: red;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: bold;
    text-align: center;
}
@media (max-width: 768px) {
    #services-section .tabs .tablinks{
        width: 170px;
    }
    .services .section-tit{
        margin: 20px auto 30px;
    }
    .services .section-child{
        margin: 20px auto 30px;
        text-align: center;
    }

}