@import url(styles.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/bootstrap-datetimepicker/4.17.47/css/bootstrap-datetimepicker.min.css);

/* Start Fonts */

@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* End Fonts */
 p {
 
    text-align: justify;
}
:root {
    --main-color: #3A6E3C;
    --sec-color: #979255;
    --dark-color: #0A1317;
    --bg-color: #EDEDE4;
    --main-color2: #3E79BC;
    --sec-color2: #64ADDB;
    --dark-color2: #0A1317;
    --bg-color2: #EBF0F3;
    --font-tjwal: "Tajawal", sans-serif;
    --font-IBM: "IBM Plex Sans Arabic", sans-serif;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:hover {
    text-decoration: none;
    color: var(--thr-color);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a:focus {
    text-decoration: none;
    /* color: inherit; */
}

button,
button:hover {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

body {
    padding: 0;
    margin: 0;
    font-family: var(--font-tjwal);
    background: #fff;
    text-align: start;
    direction: rtl;
}

section,
footer {
    /* overflow: hidden; */
    position: relative;
}

p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
}

ul {
    padding: 0;
    margin: 0;
    display: block;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

li {
    display: block;
    list-style: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

iframe {
    width: 100%;
    height: 100%;
}

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

input,
button,
input:focus,
button:focus,
input:active,
button:active,
button:hover,
textarea:active,
textarea:focus,
select,
select:active,
select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

main {
    overflow: hidden;
    /* position: relative; */
    /* min-height: 100vh; */
}

.owl-carousel {
    direction: ltr;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: capitalize;
}

/* Start Sidebar */

.cursor {
    opacity: 0;
    transition: all .5s;
    display: none;
}

.mobile-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    padding: 20px;
    /* padding-top: 30.1px; */
    /* padding-bottom: 53.1px; */
    z-index: -1;
    opacity: 0;
    transition: all .3s;
    background: #fff;
    visibility: hidden;
    /* transform: scaleY(0) translateY(-100%); */
    right: -100%;
}

.menu-backdrop {
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: -10;
    opacity: 0;
    transition: all .3s;
}

.mobile-menu .menu-box {
    position: relative;
    z-index: 2;
    height: calc(100% - 70px);
    /* display: flex; */
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.mobile-menu .menu-box .navigation li {
    /* margin: 0 0 20px; */
    /* text-align: center; */
}

.mobile-menu .menu-box .navigation li a {
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 500;
    line-height: 27px;
    color: #333;
    padding: 10px 0;
    display: block;
    border-bottom: 1px #eee solid;
    text-align: start;
    text-transform: capitalize;
}

.menu-right {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 37px;
}

body.mobile-menu-visible .mobile-menu {
    right: 0;
    opacity: 1;
    z-index: 999999;
    visibility: visible;
    /* transform: none; */
}

/* End Sidebar */

/* Start Header */

.header-med .head-inner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    /* margin-top: 27px; */
    gap: 40px;
}

header.sticky {
    position: absolute;
    z-index: 9;
    left: 0;
    right: 0;
    padding: 32px 0 0;
    /* overflow: hidden; */
    top: 0;
}

.header-med .head-inner .logo a {
    display: block;
    max-width: 63px;
}

.close-btn {
    color: var(--dark-color);
    display: table;
    margin: 0 0 20px;
    margin-inline-start: auto;
    font-size: 18px;
    cursor: pointer;
    width: 40.37px;
    height: 40.37px;
    border-radius: 50%;
    border: 0.47px solid var(--dark-color);
    line-height: 40.37px;
    text-align: center;
}

.menu-right .mobile-nav-toggler .lines {
    display: block;
    width: 53px;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.menu-right .mobile-nav-toggler .lines ::after,
.menu-right .mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 4px;
    background: #fff;
    transition: all .5s;
    top: 0;
}

.menu-right .mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.menu-right .mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.menu-right .mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.menu-right .mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.menu-right .mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1),
.menu-right .mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.menu-right .mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.lang-h {
    padding: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #393838;
}

.overlay-img {
    position: absolute;
    inset: 0;
    z-index: -1;
}

.overlay-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.navbar-collapse {
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    /* max-height: 100%; */
    /* overflow-y: auto; */
}

.navbar-collapse .navigation {
    /* width: 50%; */
    flex: 0 0 auto;
}

.mobile-menu .menu-box .navigation li a:hover {
    /* color: #fff; */
    /* text-decoration: underline; */
}

.mobile-menu .menu-box .navigation li:last-child {
    margin: 0;
}

.mobile-menu .menu-box .menu-outer {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.flex-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.logo a {
    display: block;
    text-align: center;
}

.logo a img {
    max-height: 277.78px;
}

header .flex-h {
    margin-top: 84px;
}

.header-med .head-inner ul li a {
    text-transform: capitalize;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    color: #0A1317;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    position: relative;
}


.head-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.logo-h {
    max-width: 158.54px;
    width: 100%;
    /* margin-inline-end: 47px; */
}

.logo-h a {
    display: block;
    width: 100%;
}

.header-med .head-inner ul li {
    position: relative;
}

.header-med .head-inner ul li.current-menu-item a {
    color: var(--main-color);
    font-weight: 700;
}

.header-med .head-inner ul li.menu-item-has-children>a::after {
    content: "\f107";
    font-family: 'Font Awesome 6 Pro';
    margin-inline-start: 12px;
    transition: all .4s;
    position: relative;
    display: inline-block;
}

.header-med .head-inner ul li .sub-menu {
    min-width: 214.47px;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #0000001A;
    border-radius: 8px;
    padding: 17px;
    visibility: hidden;
    z-index: 99;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: all 0.3s ease-out 0s;
    margin: 0;
}

.header-med .head-inner ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 17.93px;
    padding: 11px 0;
    display: block;
    color: var(--dark-color);
    /* border-bottom: 1px solid #E1E1E1; */
}

.header-med .head-inner ul li .sub-menu li:first-child a {
    padding-top: 0;
}

.header-med .head-inner ul li .sub-menu li:last-child a {
    padding-bottom: 0;
    border: none;
}

.head-inner .menu-left {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 32px;
}

.lang-h:hover {
    /* color: #fff; */
}

.mobile-nav-toggler .lines {
    display: block;
    width: 35px;
    overflow: hidden;
}

.mobile-nav-toggler .lines i {
    display: block;
    width: 53px;
    height: 4px;
    margin: 6.5px 0;
    transition: all .5s;
    position: relative;
    overflow: hidden;
}

.mobile-nav-toggler .lines ::after,
.mobile-nav-toggler .lines ::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: var(--main-color);
    transition: all .5s;
    top: 0;
}

.mobile-nav-toggler .lines ::after {
    transform: translateX(-50px);
    transition: all .3s;
}

.mobile-nav-toggler:hover .lines ::after {
    transform: none;
}

.mobile-nav-toggler:hover .lines ::before {
    transform: translateX(50px);
}

.mobile-nav-toggler .lines .line2::after {
    transition: all .5s;
}

.mobile-nav-toggler .lines .line3::after {
    transition: all .7s;
}

.mobile-nav-toggler .lines i:nth-child(1),
.mobile-nav-toggler .lines i:nth-child(3) {
    width: 25px;
}

.mobile-nav-toggler .lines i:nth-child(1) {
    margin-inline-start: auto;
}

.item.res-menu {
    display: none;
}

body.mobile-menu-visible {
    overflow: hidden;
}

.btn-mobile {
    margin-top: 30px;
}

.btn {
    outline: none;
    position: relative;
    border: none !important;
    padding: 11px 24px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 160px;
    background: var(--main-color);
    min-height: 48px;
    border-radius: 48px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    line-height: 25.6px;
    box-shadow: none !important;
    z-index: 1;
    font-weight: 700;
    transition: all .4s;
}

header .btn {
    /* font-size: 15px; */
    /* line-height: 18.23px; */
}

.btn::before,
.btn::after,
.btn span::before,
.btn span::after {
    content: "";
    position: absolute;
    top: 0;
    width: 25.25%;
    height: 0;
    background-color: var(--sec-color);
    transition: 0.5s ease-in-out;
    z-index: -1;
    display: none;
}

.btn::before {
    left: 0;
}

.btn::after {
    left: 50%;
}

.btn:hover::before,
.btn:hover::after,
.btn:hover span::before,
.btn:hover span::after {
    /* height: 80px; */
}

.btn span::before,
.btn span::after {
    top: auto;
    bottom: 0;
}

.btn span::before {
    left: 25%;
}

.btn span::after {
    left: 75%;
}

.nav-inner {
    /* margin-inline-start: auto; */
}

.search-box-btn.search-box-outer {
    color: #000;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

body.index2 .logo-h {
    max-width: 335px;
}

.logo-h a {
    display: block;
    max-width: 136.14px;
}

.logo-h .logo-sec {
    display: none;
}

.header-med .head-inner ul li>a::before {
    content: "";
    position: absolute;
    bottom: -16.58px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 20.18px;
    height: 12.58px;
    background: url(../images/link.svg);
    transition: all .5s;
    transform: translateY(10px);
    opacity: 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.btn.btn-border {
    background: transparent;
    border: 1px solid var(--main-color) !important;
    color: var(--main-color);
}

.header-med .head-inner ul li .sub-menu li a::before {
    display: none;
}

/* End Header */

/* Start Banner-h */

.banner-h {
    padding: 168px 0 43px;
}

.icon-animation {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    box-shadow: 0px 0px 1px 1px #0000001a;
    background: var(--main-color);
    border: 4px solid #468E49;
    animation: pulse-animation 2s infinite;
    margin-bottom: 67px;
}



@keyframes pulse-animation {
    0% {
        box-shadow: 0 0 0 0px rgb(58 110 60 / 20%);
    }

    100% {
        box-shadow: 0 0 0 40px rgb(58 110 60 / 0%);
    }
}

.banner-text h1 {
    /* max-width: 227px; */
    color: #0A1317;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 32px;
}

.banner-text h1 span {
    color: var(--main-color);
    display: table;
}

.banner-text p {
    color: #4B5156;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.banner-text {
    max-width: 520px;
}

.btn-flex {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 32px;
}

.banner-text .btn-flex {
    margin-top: 32px;
}

.btn-flex .btn {
    width: calc(100% - 60px - 32px);
}

.btn-play {
    width: 60px;
    height: 60px;
    background: #EDEDE4;
    border-radius: 50%;
    font-size: 20px;
    color: var(--main-color);
}

.btn-play i {
    text-align: center;
    width: 100%;
    height: 100%;
    align-content: center;
}

.banner-img {
    max-width: 562px;
    margin-inline-start: auto;
    position: relative;
}

.banner-img .banner-icons {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.banner-img .img {
    width: 458px;
    height: 475px;
    position: relative;
    display: flex;
    margin: auto;
    align-items: end;
    -webkit-align-items: end;
}

.banner-img .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    z-index: -1;
    border-radius: 0 150px;
    max-width: 417.67px;
    margin: auto;
    height: 435px;
}

.banner-img .img img {
    height: 500px;
    position: relative;
    top: -20px;
    max-width: 442px;
    left: -23px;
    object-fit: contain;
}

.banner-img .img::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 0 150px;
    border: 1px var(--main-color) solid;
    z-index: -1;
}

.banner-img .banner-icons .item {
    width: 80px;
    height: 80px;
    background: var(--bg-color);
    border-radius: 8px;
    padding: 12px;
    text-align: center;
    position: absolute;
}

.banner-img .banner-icons .item .icon {
    width: 30.46px;
    margin: 0 auto 4px;
    height: 30.46px;
    line-height: 30.46px;
}

.banner-img .banner-icons .item .icon img {
    max-height: 100%;
    object-position: center;
    object-fit: contain;
}

.banner-img .banner-icons .item span {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    color: #424242;
}

.banner-img .banner-icons .item:nth-child(1) {
    top: 61px;
    right: 11px;
    -webkit-animation: UpDown 1s infinite alternate;
    animation: UpDown 1s infinite alternate;
}

.banner-img .banner-icons .item:nth-child(2) {
    left: 30px;
    bottom: 90px;
    -webkit-animation: UpDown2 1s infinite alternate;
    animation: UpDown2 1s infinite alternate;
}

.banner-img .banner-icons .item-count {
    position: absolute;
    bottom: 137px;
    background: #fff;
    display:none;
    border-radius: 8px;
    backdrop-filter: blur(9px);
    width: 177px;
    padding: 5px 20px;
    text-align: center;
    margin-inline-start: -40px;
}

.banner-img .banner-icons .item-count h3 {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 45px;
    color: #0A1317;
}

.banner-img .banner-icons .item-count h3 strong {
    color: var(--main-color);
    font-weight: 700;
    font-size: 32px;
}

@keyframes UpDown {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-10px);
    }
}

@keyframes UpDown2 {
    0% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}

/* End Banner-h */

/* Start About-h */

.about-h {
    padding: 100px 0;
}

.about-h .row {
    align-items: center;
    -webkit-align-items: center;
}

.about-text {
    max-width: 508px;
}

.about-text h3 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
}

.about-text p {
    color: #4B5156;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 24px;
}

.readMore {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    /* text-decoration: underline; */
    text-decoration-style: solid;
    text-decoration-offset: 0%;
    text-decoration-thickness: 0%;
}

.about-text .readMore {
    margin-top: 8px;
}

.about-items .about-item {
    border-top: 4px solid #227036;
    border-radius: 12px;
    text-align: center;
    padding: 20px 24px;
    transition: all .4s;
    margin-bottom: 19px;
}

.about-items {
    max-width: 612px;
    margin-inline-start: auto;
}

.about-items .item .about-item .icon {
    width: 68px;
    height: 68px;
    margin: 0 auto 20px;
    line-height: 68px;
    text-align: center;
    background: #3A6E3C1F;
    border-radius: 12px;
}

.about-items .about-item .details h3 {
    color: #1E1E1E;
    font-weight: 700;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 12px;
}

.about-items .about-item .details p {
    color: #4B5156;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
}

.about-items .col-md-6:nth-child(2) .item .about-item {
    border-color: var(--main-color);
}

.about-items .col-md-6:nth-child(2) .item .about-item .icon {
    background: #3A6E3C33;
}

.about-items .col-md-6:nth-child(2) .item:nth-child(2) .about-item .icon {
    background: #98924B29;
}

.about-items .col-md-6:nth-child(2) .item:nth-child(2) .about-item {
    border-color: var(--sec-color);
}

/* End About-h */

/* Start Services-h */

.title {
    margin-bottom: 40px;
}

.title h3 {
    font-family: Tajawal;
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
    color: #1E1E1E;
    margin: 0;
}

.title p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #424242;
}

.all-services .item {
    padding: 0 10px;
}

.serv-block {
    height: 349px;
    border-radius: 10px;
    overflow: hidden;
}

.link-block {
    position: absolute;
    inset: 0;
    z-index: 3;
}

.serv-block .img,
.serv-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.serv-block .img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(179.93deg, rgba(0, 0, 0, 0) -15.67%, rgba(0, 0, 0, 0.8) 99.94%);
}

.serv-block .details {
    position: absolute;
    bottom: 27px;
    right: 0;
    left: 0;
    margin: 0 auto;
    display: table;
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
    backdrop-filter: blur(9px);
    padding: 6px 12px;
    text-align: center;
    min-width: 177px;
}

.serv-block .details h3 {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 4px;
}

.serv-block .details .location-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    gap: 8px;
    color: #fff;
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
}

.serv-block .details .location-h .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.serv-block .details .location-h .icon svg {
    width: 100%;
    height: 100%;
}

.slick-dots {
    bottom: 0;
    position: relative;
    margin-top: 40px;
}

.slick-dots li {
    width: auto;
    height: auto;
    margin: 0;
}

.slick-dots li button {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--main-color);
    opacity: .20;
    margin: 0 5px;
}

.slick-dots li button::before {
    display: none;
}

.slick-dots li.slick-active button {
    opacity: 1;
}

/* End Services-h */

/* Start Clients-h */

.clients-h {
    padding: 100px 0;
}

.clients-h::before {
    content: "";
    position: absolute;
    top: -50%;
    width: 774px;
    height: 774px;
    background: var(--sec-color);
    margin: auto;
    /* backdrop-filter: blur(908px); */
    opacity: .2;
    border-radius: 50%;
    right: 0;
    left: 0;
    z-index: -1;
    filter: blur(9081px);
}

.client-block {
    height: 164px;
    border-radius: 8px;
    background: #FFFFFF;
    box-shadow: 0px 20px 60px 0px #34255E1F;
    line-height: 164px;
    align-content: center;
    text-align: center;
}

.all-clients .item {
    padding: 0 10px;
    /* display: none; */
    /* opacity: 0; */
}

.all-clients .clients-slider {
    margin: 0;
}

.all-clients .slick-list {
    /* overflow: visible; */
}

.all-clients .item.slick-active {
    /* display: block; */
    opacity: 1;
}

.client-block img {
    max-height: 90px;
    max-width: 150px;
    object-fit: contain;
    object-position: center;
    display: inline-block;
}

/* End Clients-h */

/* Start Footer */

.footer-top {
    padding: 48px 0 58px;
    background: #F3F2E9;
}

footer .logo-h a {
    max-width: 181px;
}

.des-f {
    max-width: 280.66px;
    margin: 24px 0;
}

.des-f p {
    color: var(--dark-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.s-h {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}

.s-h a {
    width: 31.3px;
    height: 30.77px;
    border-radius: 4px;
    border: 1px #C6C6C6 solid;
    font-size: 16.85px;
    color: var(--main-color);
    transition: all .4s;
}

.s-h a i {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.foot-block h3 {
    margin-bottom: 24px;
    font-weight: 700;
    font-size: 22px;
    line-height: 35px;
    color: #000;
}

.info-f ul li {
    display: flex;
    margin-bottom: 16px;
}

.info-f ul li .icon {
    width: 22.46px;
    color: var(--sec-color);
    font-weight: 400;
    font-size: 22.85px;
}

.info-f ul li .details {
    width: calc(100% - 22.46px);
    padding-inline-start: 12px;
}

.info-f ul li .details h5 {
    margin-bottom: 12px;
    font-weight: 400;
    font-size: 16.85px;
    line-height: 20px;
    color: #000;
}

.info-f ul li .details a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    display: inline-block;
}

.info-f ul li .details a u {
    direction: ltr;
    text-decoration: none;
    display: block;
}

.map-f {
    height: 185px;
    border-radius: 20px;
    overflow: hidden;
}

.footer-bottom .row {
    align-items: center;
    -webkit-align-items: center;
}

.copy-right p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #000;
}

.ryad-logo {
    float: left;
}

/* End Footer */

/* Start Breadcrumb-h */

header.header-page {
    /* position: relative; */
}

.breadcrumb-h {
    padding: 160px 0 80px;
}

.text-bread ul {
    display: flex;
    justify-content: center;
}

.text-bread ul li a,
.text-bread ul li span {
    font-family: Tajawal;
    font-weight: 700;
    font-size: 24px;
    line-height: 38.4px;
    color: #8495A3;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
}

.text-bread ul li span {
    color: var(--dark-color);
}

.text-bread ul li a::after {
    content: "/";
    margin: 0 4px;
}

/* End Breadcrumb-h */

/* Start About-page */

.about-inner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    padding: 131px;
    text-align: center;
}

.about-page {
    padding-top: 0;
}

.about-inner .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -10.89%, rgba(0, 0, 0, 0.8) 100%),
        linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
}

.about-inner .content-inner {
    max-width: 757px;
    margin: 0 auto;
}

.about-inner .content-inner h1 {
    color: #F6FFFC;
    font-weight: 700;
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 32px;
}

.about-inner .content-inner p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 35px;
    margin-bottom: 24px;
}

.about-inner .content-inner p:last-child {
    margin: 0;
}

.about-more.about-items {
    max-width: 100%;
    padding-top: 78px;
    align-items: inherit;
    -webkit-align-items: inherit;
}

.about-more.about-items .about-item {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    height: 100%;
}

.about-more.about-items .about-item .details {
    width: calc(100% - 68px - 20px);
}

.about-more.about-items .about-item .icon {
    margin: 0;
}

.about-more.about-items .item {
    height: calc(100% - 19px);
}

.about-more.about-items .col-md-4:nth-child(2) .about-item {
    border-color: var(--sec-color);
}

.about-more.about-items .col-md-4:nth-child(2) .about-item .icon {
    background: #98924B29;
}

.about-more.about-items .col-md-4:nth-child(3) .about-item .icon {
    background: #3A6E3C33;
}

.about-more.about-items .col-md-4:nth-child(3) .about-item {
    border-color: var(--main-color);
}

/* End About-page */

/* Start Services-page */

.body-inner .serv-block {
    margin: 0 0 100px;
}

/* End Services-page */

/* Start Single-service */

.single-title {
    margin-bottom: 16px;
}

.services-single .row {
    align-items: center;
    -webkit-align-items: center;
}

.single-title h3 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 24px;
    line-height: 38.4px;
    margin-bottom: 6px;
}

.single-title .location-h {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    color: var(--main-color);
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.single-title .location-h .icon {
    width: 20px;
    height: 20px;
    line-height: 20px;
}

.single-title .location-h .icon svg path {
    stroke: var(--main-color);
}

.single-text p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 37px;
    max-width: 506px;
}

.single-img {
    height: 383px;
    overflow: hidden;
    border-radius: 10px;
}

.single-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.services-single {
    padding-bottom: 100px;
}

.single-more-text {
    padding-top: 100px;
}

.single-more-text p {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
}

/* End Single-service */

/* Start Contact-page */

.contact-page {
    padding-bottom: 100px;
}

.contact-block {
    box-shadow: 0px 4px 44px 0px #DEDEDE4D;
    padding: 40px;
    border-radius: 16px;
    height: 100%;
}

.contact-form {
    max-width: 592px;
}

.title-contact {
    margin-bottom: 32px;
}

.title-contact h3 {
    color: var(--dark-color);
    font-weight: 700;
    font-size: 32px;
    line-height: 38px;
    margin: 0;
}

.contact-form .form-group {
    margin-bottom: 16px;
}

.contact-form .form-group .form-control {
    height: 56px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 13px;
    text-align: right;
}

form {
    direction: rtl;
}

.contact-form .form-group textarea.form-control {
    height: 97px;
    padding: 25px 13px;
}

.contact-form .form-group button.btn {
    width: 100%;
    margin-top: 8px;
}

.contact-info .info-f ul li {
    margin-bottom: 64px;
    gap: 30px;
    align-items: center;
    -webkit-align-items: center;
}


.contact-info .info-f ul li:last-child {
    margin: 0;
}

.contact-info .info-f ul li .icon {
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 50%;
    background: #98924B29;
}

.contact-info .info-f ul li .details {
    width: calc(100% - 64px - 30px);
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5px;
}

.contact-info .info-f ul li .details a {
    color: #4B5156;
}

.contact-info .info-f ul li:last-child .details {
    max-width: 401px;
}

.footer2 {
    display: none;
}


/* End Contact-page */

/* Start Index2 */

body.index2 .logo-h .logo-sec {
    display: block;
    max-width: 293px;
}

body.index2 .logo-h a {
    display: none;
}

body.index2 .header-med .head-inner ul li.current-menu-item a {
    color: var(--main-color2);
}

body.index2 .header-med .head-inner ul li a::before {
    background-image: url(../images/link2.svg);
}

body.index2 .btn.btn-border {
    border-color: var(--main-color2) !important;
    color: var(--main-color2) !important;
    background: transparent;
}

body.index2 .btn {
    background: var(--main-color2);
    color: #fff;
}

body.index2 .btn-play {
    background: var(--bg-color2);
    color: var(--main-color2);
}

body.index2 .banner-img .img::after,
body.index2 .banner-img .img::before {
    display: none;
}

body.index2 .banner-img {
    max-width: 495px;
    height: 456.94px;
    align-content: center;
}

body.index2 .banner-img .img {
    width: 333.67px;
    height: 333.67px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

body.index2 .banner-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.index2 .banner-img::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 64%;
    background: url(../images/shape-banner2.png);
    background-size: contain;
    background-position: center left;
    background-repeat: no-repeat;
    z-index: -1;
}

body.index2 .banner-img .banner-icons .item-count h3 strong {
    color: var(--main-color2);
}

body.index2 .banner-img .banner-icons .item-count {
    bottom: 45%;
    display:none;
    margin-inline-start: -32px;
}

body.index2 .banner-img .banner-icons .item-count.item-count2 {
    bottom: 26%;
    margin-inline-start: 35px;    display:none;

    background: linear-gradient(180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
}

body.index2 .banner-img .banner-icons .item-count.item-count2 h3 {
    color: #000;
}

body.index2 .banner-img .banner-icons .item-count.item-count2 h3 strong {
    color: var(--dark-color);
}

body.index2 .banner-h::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 774px;
    height: 774px;
    border-radius: 50%;
    background: #EDEDE4;
    z-index: -3;
    filter: blur(908px);
    margin: -10%;
    /* backdrop-filter: blur(908px); */
}


@media (min-width: 576px) {
    .bookingModal .modal-dialog {
        max-width: 696px;
    }
}

.bookingModal .modal-content {
    border-radius: 16px;
    padding: 40px;
}

.bookingModal .modal-content .modal-header,
.bookingModal .modal-content .modal-body {
    padding: 0;
    border: none;
}

.modal-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    align-items: center;
    -webkit-align-items: center;
}

.modal-header .modal-title {
    font-family: var(--font-IBM);
    font-weight: 700;
    font-size: 32px;
    line-height: 48px;
    color: var(--dark-color);
    margin: 0;
}

.modal-header .btn-close {
    margin: 0;
    padding: 0;
    opacity: 1;
}

.modal-form .form-group {
    margin-bottom: 16px;
}

.modal-form .form-group:last-child {
    margin: 0;
}

.modal-form .form-group .form-control {
    display: block;
    width: 100%;
    height: 56px;
    border: 1px solid #D9D9D9;
    border-radius: 8px;
    padding: 0 18px;
    text-align: right;
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #404844;
    align-content: center;
}

.modal-form .form-group .form-control::placeholder {
    color: #404844;
}

.nice-select:after {
    color: #161616;
    font-weight: 300;
    top: 17px;
}

body.index2 .nice-select .option:hover,
body.index2 .nice-select .option.focus,
body.index2 .nice-select .option.selected.focus {
    background-color: var(--main-color2);
}

.modal-form .form-group textarea.form-control {
    height: 97px;
    align-content: start;
    padding-top: 25px;
}

.modal-form .form-group .btn {
    width: 100%;
    margin-top: 8px;
}

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

/* End Index2 */

/* Start About-h2 */

.about-h2 {
    padding: 75px 0;
}

body.index2 .about-img {
    max-width: 397.45px;
    align-content: center;
    position: relative;
    height: 434.34px;
}

body.index2 .about-img .img {
    width: 356.62px;
    height: 356.62px;
    border-radius: 50%;
    margin-inline-start: auto;
    overflow: hidden;
}

body.index2 .about-img .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

body.index2 .about-shape {
    position: absolute;
    inset: 0;
    background: url(../images/shape-about2.png);
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    z-index: -1;
}

.about-h2 .about-text {
    padding-inline-start: 80px;
    max-width: 100%;
}

.about-h2 .about-text p {
    margin-bottom: 16px;
    max-width: 745px;
}

body.index2 .about-text .readMore {
    color: var(--main-color2);
}

/* End About-h2 */

/* Start Specialties-h */

.specialties-h {
    padding-bottom: 100px;
}

.special-block {
    display: flex;
    margin: 10px 0;
    box-shadow: 0px 4px 36px 0px #DEDEDE66;
    background: #FFFFFF;
    border-radius: 8px;
    padding: 32px;
    overflow: hidden;
    height: calc(100% - 20px);
}

.special-block .icon {
    width: 35.62px;
    height: 36.01px;
    line-height: 36.01px;
}

.special-block .details {
    width: calc(100% - 35.62px);
    padding-inline-start: 8px;
}

.special-block .details h3 {
    /* white-space: nowrap; */
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin: 0;
    font-family: var(--font-IBM);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--dark-color);
    max-width: 90%;
}

.special-block .details i {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    align-content: center;
    width: 45px;
    background: var(--main-color2);
    color: #fff;
    text-align: center;
    font-size: 22px;
    transition: all .4s;
    transform: translateX(-100%);
    opacity: 0;
    display: none;
}


/* End Specialties-h */

/* Start Offers-h */

.offers-h::before {
    content: "";
    position: absolute;
    right: 0;
    z-index: -1;
    width: 774px;
    height: 774px;
    background: var(--sec-color2);
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    opacity: 0.6;
    filter: blur(908px);
}

.offer-block {
    height: calc(100% - 20px);
    display: flex;
    margin-top: 20px;
    border: 1px solid #F6FFFC;
    background: #FFFFFF;
    box-shadow: 0px 4px 36px 0px #DEDEDE66;
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s;
}

.offer-block .img {
    width: 271px;
    min-height: 261px;
    height: 100%;
}

.offer-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.offer-block .details {
    width: calc(100% - 271px);
    padding: 59px 32px 31px;
    padding-inline-end: 51px;
    position: relative;
}

.disc-icon {
    display: none;
    margin-inline-start: auto;
    transition: all .4s;
    width: 47px;
    height: 47px;
    line-height: 47px;
    text-align: center;
    background: #FFEDF2;
    border-radius: 50%;
    justify-content: center;
    position: absolute;
    left: 0;
    top: 0;
    margin: 16px;
    font-family: var(--font-IBM);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #FF0047;
    align-items: center;
    -webkit-align-items: center;
}

.offer-block .details .title-block {
    margin-bottom: 12px;
}

.offer-block .details .title-block span {
    display: inline-block;
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #A8ACAA;
}

.offer-block .details .title-block h3 {
    font-family: var(--font-IBM);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: var(--dark-color);
    margin: 0;
}

.offer-block .details p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #75818E;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.offer-block .details .readMore {
    color: var(--main-color2);
    font-family: var(--font-IBM);
    font-size: 16px;
    line-height: 25.6px;
    margin-top: 20px;
}

/* End Offers-h */

/* Start Team-h */

.team-h {
    padding: 91px 0 100px;
}

.all-team .item {
    padding: 0 21px;
}

.team-block {
    text-align: center;
    margin-top: 24px;
}

.team-block .img {
    width: 172.73px;
    height: 172.73px;
    margin: 0 auto;
    /* border-radius: 50%; */
    /* overflow: hidden; */
    /* border: 1px solid #64ADDB; */
    position: relative;
}

.team-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #64ADDB;
    transition: all .4s;
}

.team-block .details {
    padding-top: 9px;
}

.team-block .details h3 {
    font-family: var(--font-IBM);
    font-weight: 700;
    font-size: 17.66px;
    line-height: 28.25px;
    color: var(--dark-color);
    margin-bottom: 4px;
}

.team-block .details span {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 24.72px;
    color: #A8ACAA;
    display: inline-block;
}

.btn-center {
    text-align: center;
    margin-top: 48px;
}

.btn-center .btn {
    min-width: 429px;
    min-height: 50px;
}

.all-team .slick-arrow {
    width: 48px;
    height: 48px;
    opacity: 0.4;
    background: var(--main-color2);
    border-radius: 50%;
    transition: all .4s;
}

.all-team .slick-arrow::before {
    font-family: 'Font Awesome 6 Pro';
    content: "\f105";
}

.all-team .slick-next::before {
    content: "\f104";
}

/* End Team-h */

/* Start Footer-sec  */

body.index2 footer {
    display: none;
}

body.index2 footer.footer2 {
    display: block;
}

body.index2 footer.footer2 .footer-top {
    background: transparent;
    text-align: center;
    padding: 0;
}

body.index2 footer.footer2::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    margin: 0 auto;
    background: url(../images/bg-footer.png);
    width: 353px;
    height: 287px;
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    z-index: -1;
}

body.index2 footer.footer2 .footer-top .row {
    margin: 0;
    /* background: #FFFFFF; */
    border: 1px solid var(--sec-color2);
    border-radius: 16px;
    padding: 61px;
}

body.index2 footer .logo-h .logo-sec {
    margin: 0 auto 40px;
    max-width: 293px;
}

.links-f2 {
    margin: 40px 0;
}

.links-f2 ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
}

.links-f2 ul li a {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: inline-block;
    color: var(--dark-color);
}

body.index2 footer.footer2 .s-h {
    justify-content: center;
    gap: 0;
}

body.index2 footer.footer2 .s-h a {
    border: none;
    border-inline-end: 1px solid #D9D9D9;
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0 9px;
    color: #4B5156;
    font-size: 20px;
}

body.index2 footer.footer2 .s-h a:last-child {
    border: none;
}

body.index2 .footer-bottom {
    text-align: center;
}

body.index2 .footer-bottom .ryad-logo {
    float: none;
    margin-top: 15px;
}

.mobile-menu .menu-box .navigation li.current-menu-item a {
    /* color: var(--main-color); */
}

body.index2 .mobile-menu .menu-box .navigation li.current-menu-item a {
    /* color: var(--main-color2); */
}

body.index2 footer .logo-h {
    max-width: 100%;
}

body.index2 .breadcrumb-h::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    margin: 0 auto;
    width: 774px;
    height: 774px;
    z-index: -1;
    background: var(--sec-color2);
    border-radius: 50%;
    opacity: .5;
    filter: blur(908px);
}

.about-h2 .row {
    align-items: center;
    -webkit-align-items: center;
}

.about-block2 {
    margin: 15px 0;
    height: calc(100% - 30px);
    box-shadow: 0px 4px 36px 0px #DEDEDE66;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 8px transparent solid;
    background: #FFFFFF;
    padding: 50px 36px;
    padding-inline-end: 52px;
    transition: all .4s;
}

.about-block2 .title-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 16px;
}

.about-block2 .title-block h3 {
    margin: 0;
    max-width: calc(100% - 100px);
    font-family: var(--font-IBM);
    font-weight: 700;
    font-size: 24px;
    line-height: 38.4px;
    color: var(--dark-color);
}

.about-block2 .title-block .icon {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    transition: all .4s;
    opacity: .2;
}

.about-block2 .title-block .icon img {
    max-width: 66.9px;
    max-height: 44.16px;
    object-fit: contain;
    object-position: center;
}

.about-block2 p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 25.6px;
    color: #8495A3;
}

/* End Footer-sec  */

/* Start About-page2 */

.about-goals.about2-page {
    padding: 79px 0 0;
}

.about2-page .about-text {
    max-width: 791px;
}

.about2-page .about-text .items .item {
    margin-bottom: 16px;
    display: flex;
    gap: 0 16px;
}

.about2-page .about-text .items .item .num {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #C9E6FF;
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: var(--main-color2);
    align-content: center;
}

.about2-page .about-text .items .item .details {
    width: calc(100% - 30px - 16px);
}

.about2-page .about-text .items .item .details h3 {
    font-family: var(--font-IBM);
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #24292E;
    margin-bottom: 12px;
}

.about2-page .about-text .items .item .details p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5156;
}

/* End About-page2 */

/* Start Specialties-page */

.specialties-page.body-inner2 {
    padding-bottom: 100px;
}

/* End Specialties-page */

/* Start Single-offer */

.single-inner2 {
    max-width: 1034px;
    margin: 0 auto;
}

.single-inner2 .img-block {
    position: relative;
    height: 368px;
    border: 1px solid var(--main-color2);
    border-radius: 8px;
    overflow: hidden;
}

.single-inner2 .img-block .img,
.single-inner2 .img-block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.single-inner2 .img-block .disc-icon {
    left: 0;
    right: 0;
    margin: 32px;
    background: #FF3F74;
    color: #FFFFFF;
}

.single-inner2 .single-content {
    margin-block: 32px;
}

.single-inner2 .single-content .sub-title {
    font-family: var(--font-IBM);
    font-weight: 700;
    font-size: 16px;
    line-height: 25.6px;
    color: var(--main-color2);
    margin-bottom: 8px;
    display: inline-block;
}

.single-inner2 .single-content h3 {
    font-family: var(--font-IBM);
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: var(--dark-color);
}

.single-inner2 .single-content p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #4B5156;
    margin-top: 24px;
}

section.offers-rel {
    padding-bottom: 100px;
}

.single-offer.body-inner2 {
    padding-bottom: 100px;
}

/* End Single-offer */

/* Start Team-page */

.team-block .img .circel-hover {
    position: absolute;
    inset: 0;
    text-align: -webkit-auto;
    z-index: -1;
    margin-inline-start: -19px;
    margin-top: -3px;
    transition: all .4s;
    margin: 0;
    transform: scale(.9);
    opacity: 0;
}

.team-page.body-inner2 {
    padding-bottom: 100px;
}

.all-pages {
    margin-top: 80px;
}

.all-pages .pagination {
    display: inline-flex;
    direction: ltr;
    gap: 12px;
}

.all-pages .pagination .page-item .page-link {
    margin: 0;
    width: 47px;
    height: 47px;
    border: 1px solid var(--sec-color);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    background: #FFFFFF;
    font-family: var(--font-IBM);
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    color: #8495A3;
}

.all-pages .pagination .page-item.active .page-link {
    background: var(--main-color2);
    color: #fff;
    border-color: var(--main-color2);
}

.all-pages .pagination .page-item.prev-page .page-link,
.all-pages .pagination .page-item.next-page .page-link {
    background: #8495A3;
    border-color: #8495A3;
    color: #fff;
}

/* End Team-page */

/* Start Single-team */

.single-team.body-inner2 {padding-block: 50px 100px;}

.single-team .single-text {
    max-width: 575px;
}

.single-team .single-text .sub-title {
    color: var(--main-color2);
    font-weight: 400;
    font-size: 18px;
    line-height: 28.25px;
    display: inline-block;
    margin-bottom: 14px;
    text-transform: capitalize;
}

.single-team .single-text 
 h3 {
    font-family: var(--font-IBM);
    font-weight: 700;
    font-size: 40px;
    line-height: 60px;
    color: var(--dark-color);
    margin-bottom: 36px;
}

.single-team .single-text p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    max-width: 100%;
    color: #4B5156;
}

.single-team .single-text .btn {
    width: 100%;
    margin-top: 32px;
    max-width: 429px;
    min-height: 50px;
}

body.index2 .single-team .about-img {
    max-width: 404.11px;
}

body.index2 .single-team .about-img .img {
    width: 333.67px;
    height: 333.67px;
    margin: 0;
}

body.index2 .single-team .about-img .about-shape {
    /* transform: scaleX(-1); */
    background-image: url(../images/shape-banner2.png);
    background-position: left center;
}

/* End Single-team */

/* Start Contact-page */

body.index2 .contact-block {
    background: #fff;
}

body.index2 .contact-info .info-f ul li .icon {
    background: #3E79BC29;
}

body.index2 .contact-info .info-f ul li .icon svg path {
    fill: var(--main-color2);
}

.header-med .head-inner ul.sec-menu,
.navbar-collapse .sec-menu {
    display: none;
}

body.index2 .header-med .head-inner ul.sec-menu {
    display: flex;
}

body.index2 .navbar-collapse .sec-menu {
    display: block;
}

body.index2 .header-med .head-inner ul,
body.index2 .navbar-collapse ul {
    display: none;
}

.special-block .link-block {
    display: none;
}

body.index2 .header-med .head-inner ul {
    gap: 20px;
}

.contact-form .form-group .form-control::placeholder {
    text-transform: capitalize;
}

.slick-slider .client-block {
    margin-block: 20px 50px;
}

.timepicker .btn {
    min-width: auto;
    min-height: auto;
    border-radius: inherit;
    background: inherit !important;
    color: inherit !important;
    height: auto;
    line-height: normal;
    padding: 0;
    display: inline-block;
    width: auto !important;
}

.bootstrap-datetimepicker-widget table td span.glyphicon {
    font-family: 'Font Awesome 6 Pro';
    color: var(--main-color2) !important;
    font-size: 21px;
}

.bootstrap-datetimepicker-widget table td span.glyphicon::before {
    display: inline-block;
    content: "\f106";
    width: 100%;
    height: 100%;
    transform: none;
    inset: 0;
    position: absolute;
    background: transparent;
}

.bootstrap-datetimepicker-widget table td span.glyphicon-chevron-down::before {
    content: "\f107";
}

.timepicker .btn.btn-primary {
    background: var(--main-color2) !important;
    color: #fff !important;
}

/* End Contact-page */


/* Start Hover */

@media (min-width: 991px) {

    .header-med .head-inner ul li a:hover,
    .header-med .head-inner ul li .sub-menu li a:hover {
        color: var(--main-color);
        font-weight: 700;
    }

    .header-med .head-inner ul li:hover .sub-menu {
        transform: scale(1, 1);
        opacity: 1;
        visibility: visible;
    }

    .header-med .head-inner ul li.menu-item-has-children>a:hover::after {
        transform: rotate(180deg);
    }

    .btn.btn-border:hover {
        background: var(--main-color);
        color: #fff;
        border-color: var(--main-color) !important;
    }

    .header-med .head-inner ul li.current-menu-item a::before,
    .header-med .head-inner ul li a:hover::before {
        opacity: 1;
        transform: none;
    }

    .header-med .head-inner ul li.current-menu-item a:hover:before {
        opacity: 1;
    }

    .btn:hover {
        background: var(--sec-color);
        color: #fff;
    }

    .btn-play:hover {
        background: var(--sec-color);
        color: #fff;
    }

    .about-items .about-item:hover {
        box-shadow: 0px 20px 60px 0px #34255E1F;
    }

    .s-h a:hover {
        background: var(--main-color);
        border-color: var(--main-color);
        color: #fff;
    }

    .info-f ul li .details a:hover {
        color: var(--sec-color);
    }

    body.index2 .btn.btn-border:hover {
        background: var(--sec-color2);
        color: #fff !important;
        border-color: var(--sec-color2) !important;
    }

    body.index2 .btn:hover {
        background: var(--sec-color2);
    }

    body.index2 .btn-play:hover {
        background: var(--sec-color2);
        color: #fff;
    }

    .modal-form .form-group .form-control:focus {
        border-color: var(--main-color2);
    }

    .special-block:hover .details i {
        opacity: 1;
        transform: none;
    }

    .offer-block:hover {
        border-color: var(--main-color2);
    }

    .offer-block:hover .details .disc-icon {
        background: #FF3F74;
        color: #fff;
    }

    .all-team .slick-arrow:hover {
        opacity: 1;
    }

    .links-f2 ul li a:hover {
        color: var(--main-color2);
    }

    body.index2 footer.footer2 .s-h a:hover {
        color: var(--main-color2);
        background: transparent;
    }

    body.index2 .header-med .head-inner ul li a:hover,
    body.index2 .header-med .head-inner ul li .sub-menu li a:hover {
        color: var(--main-color2);
    }

    .about-block2:hover {
        border-color: var(--main-color2);
    }

    .about-block2:hover .title-block .icon {
        opacity: 1;
    }

    .team-block:hover .img .circel-hover {
        opacity: 1;
        transform: none;
        margin-inline-start: -19px;
        margin-top: -3px;
    }

    .team-block:hover .img img {
        border-color: transparent;
    }

    .all-pages .pagination .page-item .page-link:hover {
        background: var(--main-color2);
        color: #fff;
        border-color: var(--main-color2);
    }

    body.index2 .info-f ul li .details a:hover {
        color: var(--sec-color2);
    }
    
    body.index2 a:hover {
        /* color: var(--main-color2); */
    }

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

    body.index2 .contact-form .form-group .form-control:focus {
        box-shadow: none;
        border-color: var(--main-color2);
    }
    
    body.index2 .about-img {
        min-width: 397.45px;
    }
    

}

/* End Hover */