@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');
@import url('https://fonts.googleapis.com/css2?family=Vazirmatn:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Readex+Pro:wght@160..700&display=swap');
/* End Fonts */
 p {
 
    /*text-align: justify;*/
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf");
}
@font-face {
  font-family: "Arista";
  src: url("../fonts/Arista-Pro-Bold-trial.ttf");
}
@font-face {
  font-family: "Poppins-l";
  src: url("../fonts/Poppins-Light.ttf");
}
/*Poppins-Bold.ttf*/

:root {
    --main-color: #3A6E3C;
    --sec-color: #979255;
    --dark-color: #202824;
    --bg-color: #EDEDE4;
    --main-color2: #F2984F;
    /*--sec-color2: #FFD167;*/
      --sec-color2: #1C1C1C;
    --dark-color2: #0A1317;
    --bg-color2: #EDEDED;
    --gray-color2: #4A5567;
    --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-IBM);
    background: #fff;
    text-align: start;
    direction: rtl;
    overflow-x: hidden;
}

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: 30px 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%;
    max-width: 350px;
}

.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-weight: 500;line-height: 28px;text-align: start;text-transform: capitalize;display: block;padding: 12px 0;position: relative;font-size: 18px;transition: all 0.6s;border-bottom: 1px #eaeaea solid;color: #1e2939;}

.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: 34px 0 0;
    /* overflow: hidden; */
    top: 0;
    transition: all .4s;
}

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

.close-btn {position: relative;left: 0px;right: 0px;top: 0px;color: var(--main-color);margin: 0px;padding: 0px;width: 38px;height: 38px;font-size: 25px;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: 400;
    font-size: 16.6px;
    line-height: 26.6px;
    text-align: center;
    color: #fff;
}

.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: #fff;
    padding: 0;
    font-weight: 400;
    font-size: 16.64px;
    line-height: 26.62px;
    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: 255.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: 26px;
    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: 30px;
    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: 166.4px;
    background: var(--main-color);
    min-height: 49.92px;
    border-radius: 48px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16.64px;
    line-height: 27px;
    box-shadow: none !important;
    z-index: 1;
    font-weight: bold;
    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: 26px;
    cursor: pointer;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

body.index2 .logo-h {
    max-width: 203.69px;
    transition: all .4s;
}

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

.banner-text h1 {
    color: #fff;
    font-weight: 700;
    font-size: 63px;
    line-height: 73px;
    margin-bottom: 32px;
}

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

.banner-text p {
    color: #fff;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin-bottom:22px;
}

.banner-text {position: relative;z-index: 2;}


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

.banner-img {
   position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    right: 0;
    height:787px;
}
.banner-h .row{
    height:787px;
    position: relative;
    z-index: 2;
}

.banner-img::after {
    content: "";
    position: absolute;
    inset: 0;
    height: 100%;
    background: #060606D9;
    width:100%;
}

.banner-img  img {object-fit: cover;width: 100%;height: 100%;}




@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: #000;
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 32px;
}

.about-text p {
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.readMore {
    color: var(--main-color);
    font-weight: 700;
    font-size: 18px;
    line-height: 28.8px;
    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: 34px;
    margin-bottom: 12px;
}

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

.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: 32px;
}
.services-h .title h3 {
    color: #000;
}
.all-services-h.row{
    position:relative;
    z-index: 2;
}
.title h3 {
    font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: var(--dark-color);
    margin: 0;
}

.title p {
    margin-top: 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    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: 26px;
    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: 24px;
}

.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: 32px;
    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: 27px;
    color: #000;
}

.info-f ul li .details a {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    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 120px;
      background-image: url(../images/bread-crumb-img.png);
      background-size: cover;
      background-position: center;
}

.text-bread ul {
    display: flex;
    /*justify-content: center;*/
}
.text-bread{
    position:relative;
    z-index:2;
}
.text-bread h2{
    color:#fff;
    font-size:63px;
    line-height:73px;
    margin-bottom:32px;
    font-weight:700;
    
}
.text-bread h2 span{
    color:var(--main-color2);
}
.text-bread ul li a,
.text-bread ul li span {
    /* font-family: Tajawal; */
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    text-transform: capitalize;
}

.text-bread ul li span {
    color: #fff;
}

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

/* 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: 50px;
    margin-bottom: 32px;
}

.about-inner .content-inner p {
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    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: 34px;
    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: 30px;
}

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

/* End Single-service */

/* Start Contact-page */

.contact-page {
    padding: 100px 0 30px;
}

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

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

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

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

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

.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(--gray-color2) !important;
    color: var(
    --gray-color2) !important;
    background: transparent;
}

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

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

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

body.index2 .banner-img {

}

 

body.index2 .banner-img::after {

}

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

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

body.index2 .banner-img .banner-icons .item-count.item-count2 {
    bottom: 27%;
    margin-inline-start: 35px;
    background: linear-gradient(
180deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.03) 100%);
    display: block;
}

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

body.index2 .banner-img .banner-icons .item-count.item-count2 h3 strong {
    color: initial;
    font-size: inherit;
    font-weight: inherit;
}

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); */
    opacity: 0;
}


@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: 42px;
    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: 26px;
    color: #404844;
    align-content: center;
}

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

.nice-select:after {
    color: #9F9F9F;
    font-weight: 300;
    top: 12px;
}

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: 139px 0 100px;
}
.home_Page.about-h2 {
    background: linear-gradient(180deg, #1D1D1D 0%, #4B4B4B 100%);
    padding-bottom: 150px;
    overflow: hidden;
}
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;
    display: none;
}

.about-h2 .about-text {
    padding-inline-start: 80px;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

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

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

/* End About-h2 */

/* Start Specialties-h */

.specialties-h {
    padding-block: 93px;
    background: var(--bg-color2);
    overflow: hidden;
}

.special-block {
    display: flex;
    margin: 10px 0;
    box-shadow: 0px 4px 36px 0px #DEDEDE66;
    background: #FFFFFF;
    border-radius: 8px;
    border: 1px solid #DBDBDB;
    padding: 32px;
    overflow: hidden;
    height: calc(100% - 20px);
    align-items: center;
    -webkit-align-items: center;
    transition: all .4s;
}

.special-block .icon {
    width: 28px;
    height: 45px;
    color: #63504B;
    font-weight: 400;
    font-size: 27.66px;
    line-height: 37.66px;
    transition: all .4s;
}

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

.special-block .details h3 {
    margin: 0;
    color: var(--dark-color);
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    transition: all .4s;
}

.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: #FFF2D5;
    border-radius: 50%;
    margin: 0 auto;
    left: 0;
    opacity: 0.6;
    filter: blur(908px);
    top: 50%;
}

.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: flex;
    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: 30px;
    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: 24px;
    color: #A8ACAA;
}

.offer-block .details .title-block h3 {
    font-family: var(--font-IBM);
    font-weight: 600;
    font-size: 19px;
    line-height: 29px;
    color: var(--dark-color);
    margin: 0;
    transition: all .4s;
}

.offer-block .details p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #636D68;
    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(--gray-color2);
    font-family: var(--font-IBM);
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

/* End Offers-h */

/* Start Team-h */

.team-h {
    padding-block: 100px;
}

.all-team .item {
    padding: 0 10px;
    height: auto;
}

.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 var(--sec-color2);
    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: 27.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: 26px;
    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: #fff;
    padding: 100px 0 48px;
    position: relative;
}

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;
    opacity: 0;
}

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

body.index2 footer .logo-h .logo-sec {
    margin: 0 auto 40px;
    max-width:100%;
    height: 72px;
}

body.index2 footer .logo-h .logo-sec img{
    max-height:100%;
}
.links-f2 ul li{
    width: 43%;
    margin-bottom: 18px;
    display:inline-flex;
}
.links-f2 ul li a {
    font-family: var(--font-IBM);
    font-size: 18px;
    line-height: 28px;
    display: inline-block;
    color: #000000;
}

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 rgb(217 217 217 / 60%);
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0 7px;
    color: #fff;
    font-size: 20px;
}

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

body.index2 .footer-bottom {
    background: #F4F3F3;
}

body.index2 .footer-bottom .ryad-logo {
    /*float: none;*/
    /* margin-top: 15px; */
    direction: ltr;
    /* height: 65px; */
}

.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%;
    margin-bottom:65px;
}

body.index2 .breadcrumb-h::before {
    content: "";
    position: absolute;
    margin: 0 auto;
    inset: 0;
    /* z-index: -1; */
    /*background: var(--main-color2);*/
    height: 100%;
    top: auto;
    max-width: 100%;
    left: auto;
    width: 100%;
    background: #060606D9;
}

.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;*/
    box-shadow: 0px 4px 36px 0px #0000001F;
    border-radius: 8px;
    overflow: hidden;
    border-bottom: 8px transparent solid;
    background: #FFFFFF;
    padding: 67px 45px 47px;
    padding-inline-end: 52px;
    transition: all .4s;
    margin-top:0;
}

.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: "Readex Pro", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    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: "Readex Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #404844;
}

/* 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;
    text-align: center;
    background: #C9E6FF;
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    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: 26px;
    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: 26px;
    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: 26px;
    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: 34px;
    color: var(--dark-color);
}

.single-inner2 .single-content p {
    font-family: var(--font-IBM);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    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-block: 100px;
}

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

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

.all-pages .pagination .page-item .page-link {
    box-shadow: none !important;
    margin: 0;
    width: 47px;
    height: 47px;
    border: 1px solid var(--main-color2);
    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: 30px;
    color: var(--dark-color);
    outline: none !important;
}

.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: #202824;
    border-color: #202824;
    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: 28px;
    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: 50px;
    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: var(--dark-color);
}

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

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

.offers-h {
    padding-block: 94px 112px;
}

.shape-h {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: end;
    z-index: -1;
}

.shape-h svg {
    /* width: 100%; */
    height: 100%;
}

body.index2 .banner-img .banner-icons .item-count::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 1.5px;
    border-radius: inherit;
    background: linear-gradient(270deg, rgba(255,255,255,0.44), rgba(255,102,64,0.44));
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
    transform: scaleX(-1);
}

.banner-h .container>.row {
    align-items: center;
    -webkit-align-items: center;
    padding-top: 30px;
}

.about-img .shape-h {
    justify-content: start;
    display:none;
}

.services-h {
    /* padding: 100px 0; */
    /* background:#F4F3F3; */
    /* background: linear-gradient(180deg, #454545 0%, #FFFFFF 100%); */
    background: transparent;
    top: -80px;
    position: relative;
}

.services-h::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 45%;
    height: 51%;
    /*background-image: url("../images/about-light-af.png");*/
    transform: scaleX(-1);
}

.serv-block2 {
    margin: 15px 0;
    height: calc(100% - 30px);
    background: #fff;
    padding: 17px 13px;
    border-radius: 8px;
    overflow: hidden;
    transition: all .4s;
    box-shadow: 0px 0px 84px 0px #0000001F;
}

.serv-block2 .img {
    height: 261px;
    overflow: hidden;
    border-radius: 10px;
}

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

.serv-block2 .details {
    padding: 14px 0 0;
}

.serv-block2 .details h3 {
    margin-bottom: 3px;
    color: var(--gray-color2);
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    transition: all .4s;
    margin: 0;
    text-align: center;
}



/* End Contact-page */

/* Start Style Hadeer Nwe */
.about-ser-img{
    position: relative;
    overflow: hidden;
}
.about-ser-img::after {
    content: "";
    position: absolute;
    background-image: url("../images/about-dark-af.png");
    left: 4px;
    z-index: 1;
    background-size: cover;
    width: 60%;
    height: 100%;
    top: -110px;
    transform: scaleX(-1);
}

.all-services-h .col-md-3:nth-child(1) .serv-block2, .all-services-h .col-md-3:nth-child(5) .serv-block2 {
    /* background: #FFD167; */
}

.all-services-h .col-md-3:nth-child(2) .serv-block2 .details h3,
.all-services-h .col-md-3:nth-child(3) .serv-block2 .details h3,
.all-services-h .col-md-3:nth-child(6) .serv-block2 .details h3,
.all-services-h .col-md-3:nth-child(7) .serv-block2 .details h3 {
    /* color: #fff; */
}

.all-services-h .col-md-3:nth-child(2) .serv-block2,
.all-services-h .col-md-3:nth-child(6) .serv-block2 {
    /* background: #E86F52; */
}

.all-services-h .col-md-3:nth-child(3) .serv-block2, .all-services-h .col-md-3:nth-child(7) .serv-block2 {
    /* background: var(--gray-color2); */
}

.target-h {
    background: #FAFAFA;
    padding-block: 120px 115px;
}

.target-circels {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 35%;
    right: -59px;
    top: -260px;
}

.target-circels .circel {
    position: absolute;
    inset: 0;
    border: 1px solid #00000008;
    border-radius: 50%;
    width: 605px;
    height: 605px;
    margin: auto;
}

.target-circels .circel.circel-1 {
    width: 221px;
    height: 221px;
}

.target-circels .circel.circel-2 {
    width: 389px;
    height: 389px;
}

.target-h .container {
    position: relative;
    z-index: 2;
}

.target-text .icon {
    width: 170px;
    height: 170px;
    position: relative;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}

.target-text .icon svg {
    position: absolute;
    left: 0;
    top: 0;
    max-height: 100%;
    max-width: 84px;
}

.target-text .icon .icon-inner {
    width: 124.14px;
    height: 124.14px;
    background: #fff;
    border-radius: 50%;
    line-height: 124.14px;
    text-align: center;
    margin: auto;
    z-index: 1;
}

.target-text h2 {
    font-weight: 700;
    font-size: 55px;
    line-height: 65px;
    margin: 0;
}

.target-h::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(270deg, #EDEDED 0%, rgba(237, 237, 237, 0) 100%);
    width: 30%;
}

.target-h::after {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    background: #FFF2D5;
    width: 774px;
    height: 774px;
    border-radius: 50%;
    filter: blur(908px);
    opacity: .6;
}

.target-block {
    background: #F4E1D2;
    margin-bottom: 15px;
    height: calc(100% - 15px);
    border-radius: 16px;
    padding: 44px 20px;
    position: relative;
    min-height: 145px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    border: 1px transparent solid;
    transition: all .4s;
}

.target-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 84.66px;
    height: 88.36px;
    line-height: 88.36px;
    margin: 9px 3px;
}

.target-block .icon img {
    mix-blend-mode: soft-light;
}

.target-block h3 {
    color: #202824;
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    transition: all .4s;
}

.target-h .container>.row {
    align-items: center;
    -webkit-align-items: center;
}

.partners-h {
    padding-block: 100px;
}

.partners-all .item {
    padding: 10px;
}

.part-block {
    height: 200px;
    text-align: center;
    line-height: 200px;
    align-content: center;
}

.part-block img {
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    opacity: .24;
    transition: all .4s;
}


.footer-top::before {
    content: "";
    position: absolute;
    /* background: url(../images/bg-footer2.png); */
    /* width: 45%; */
    /* left: 0; */
    /* top: 0; */
    bottom: 0;
    background-size: cover;
    background-position: left center;
}

.company-logo {
    /*justify-content: end;*/
    gap: 20px;
    align-items: center;
    -webkit-align-items: center;
}

.company-logo p {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.company-logo .icon {
    width: 54.19px;
    height: 34.72px;
    align-items: center;
    display: flex;
    -webkit-align-items: center;
    justify-content: center;
    border: 1px solid #C2C2C2;
    background: #D9D9D9;
    border-radius: 6px;
}

.header-pages .head-inner {
    /*box-shadow: 0px 0px 34px 0px #00000014;*/
    /*background: #FFFFFF;*/
    /*padding: 20px;*/
    /*border-radius: 70px;*/
}

.about2-page::after {
    display: none;
}

.about2-page.body-inner2 {
    /*padding-bottom: 33px;*/
}

.counter-about {
    padding-bottom: 25px;
}

.counter-block {
    text-align: center;
    margin: 15px 0;
}

.counter-item {
    direction: ltr;
}

.counter-block .counter-item {
    color: #030303;
    font-weight: 700;
    font-size: 71px;
    line-height: 81px;
    letter-spacing: 0.28px;
    margin: 0;
    font-family: "Vazirmatn", sans-serif;
}

.counter-block h4 {
    color: #4F4D4D;
    font-weight: 400;
    font-size: 30.97px;
    line-height: 41px;
    margin: 0;
}

.about-more2 {
    padding-top: 100px;
    padding-bottom:24px;
}

.goals-img {
    background: #4A5567;
    height: 544px;
    border-start-end-radius: 223px;
    position: relative;
}

.goals-img .img {
    padding: 26px 106px 60px;
    padding-inline-end: 65px;
    /* text-align: end; */
}

.goals-img .img h3 {
    color: #fff;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    margin: 29px 0 0;
    text-align: end;
    transition: all .4s;
}

.goals-img::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(100% + 2px);
    right: -2px;
    border-start-end-radius: 55.5px;
    background: var(--main-color2);
    border: 2px solid #FFFFFF;
    height: 34px;
}

.goals-text {
    padding-inline-start: 30px;
}

.goals-text ul li {
    display: list-item;
    list-style: inherit;
    color: #404844;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 26px;
}

.goals-text ul {
    padding-inline-start: 20px;
}

.goals-text ul li::marker {
    color: var(--main-color2);
}

.about-goals.about2-page .container>.row {
    align-items: center;
    -webkit-align-items: center;
}

.team-block2 {
    box-shadow: 0px 0px 67.09px 0px #00000024;
    padding: 20px 18px;
    border-radius: 15.25px;
    text-align: center;
    margin: 40px 0 43px;
}

.team-block2 .img {
    height: 224.72px;
    overflow: hidden;
    border-radius: 13.72px;
}

.team-block2 .img .circel-hover {
    display: none;
}

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

.team-block2 .details {
    padding-top: 19px;
}

.team-block2 .details h3 {
    color: #000;
    font-weight: 700;
    font-size: 24.4px;
    line-height: 34px;
    margin-bottom: 8px;
}

.team-block2 .details span {
    display: inline-block;
    font-weight: 400;
    color: #000;
    font-size: 19px;
    line-height: 29px;
}

.team-h .title {
    margin: 0;
}

.contact-form .form-group:nth-last-child(2) {
    margin: 0;
}

.contact-form .form-group .wpcf7-spinner {
    position: absolute;
    left: 0;
    right: 0;
}
    
.all-pages .pagination .page-item.pages-more .page-link {
    color: var(--main-color2);
}

.services-page.body-inner {
    padding-block: 124px 100px;
}

.single-service {
    padding-block: 85px 100px;
}

.single-service::after {
    content: "";
    position: absolute;
    inset: 0;
    background: url(../images/bg-new.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right center;
    height: 150%;
    right: 0%;
    z-index: -1;
}

.single-inner .img {
    height: 368px;
    overflow: hidden;
    border-radius: 8px;
}

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

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

.single-inner .single-content {
    padding-top: 32px;
    max-width: 869px;
}

.single-inner .single-content h3 {
    color: var(--dark-color);
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 34px;
}

.single-inner .single-content p {
    color: #404844;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 24px;
}

.single-video.single-page {
    background: #EDEDED;
    padding-block: 32px 96px;
    margin-bottom: 126px;
}

.single-video-inner .title {margin-bottom: 67px;}

.single-video-inner .video-block {
    height: 464px;
    overflow: hidden;
    border-radius: 6px;
}

.single-video-inner .video-block img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: revert;
}

.single-video-inner .video-block .play-icon {
    position: absolute;
    inset: 0;
    margin: auto;
    z-index: 2;
    width: 89.58px;
    height: 89.58px;
}

.single-services2 {
    padding-block: 40px 193px;
}

.single-services2 .container>.row {
    /* align-items: center; */
    /* -webkit-align-items: center; */
}

.about-text.single-text {
    max-width: 614px;
    padding-top: 82px;
}

.about-text.single-text h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
}

.about-text.single-text p {
    max-width: 100%;
    color: #404844;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;
}

.about-img.single-img .shape-h {
    transform: scaleX(-1);
}

body.index2 .about-img .img {
    /* margin: 0 !important; */
}

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

.careers-page {
    padding: 100px 0 0 0;
}

.career-block h3 {
    color: #161616;
    font-weight: 400;
    font-size: 30.96px;
    margin-bottom: 34px;
    line-height: 41px;
}

.career-form.career-block {
    padding-inline-end: 30px;
}

.career-form .form-group {
    margin-bottom: 18px;
}

.career-form .form-group label {
    color: #161616;
    font-weight: 400;
    margin-bottom: 12px;
    font-size: 17.55px;
    line-height: 27.55px;
}

.career-form .form-group .form-control {
    height: 51.6px;
    border: 1.03px solid #C8C8C8;
    padding: 0 20px;
    border-radius: 7px;
    text-align: right;
    color: #161616;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    align-content: center;
    outline: none !important;
    box-shadow: none !important;
}

.career-form .form-group .form-control::placeholder {
    color: #4D4D4D;
    opacity: .54;
}

.career-form .form-group .file-upload-group.form-control {
    position: relative;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    color: #4D4D4D;
}

.career-form .form-group .file-upload-group .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 3;
    opacity: 0;
}

.career-form .form-group .file-upload-group.form-control .span-text.file-name {
    opacity: 0.54;
}

.career-form .form-group .file-upload-group .for-sm-input-file {
    margin: 0;
    min-width: 137.04px;
    text-align: center;
    height: 36.58px;
    background: #D9D9D9;
    border-radius: 8px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    color: #000;
    font-weight: 400;
    font-size: 17.8px;
    line-height: 27px;
    margin-inline-end: -14px;
}

.career-form .form-group textarea.form-control {
    height: 130.04px;
    padding-top: 20px;
    /* outline: none !important; */
    align-content: start;
}

.career-form .form-group .btn {
    width: 100%;
   
   
    z-index: 2;

}   
.career-form .form-group span.btn{
     background: transparent;
       border-radius: 10px !important;
    padding: 0 !important;
    position: absolute;
    top: 0; 
     margin-top: 0;
}
.career-form .form-group:last-child {
    margin: 0;
}

.all-jobs .accordion-item {
    margin-bottom: 11px;
    border-radius: 10px;
    overflow: hidden;
}

.all-jobs .accordion-item .accordion-header .accordion-button {
    background: #E9E9E9;
    border: none;
    box-shadow: none;
    padding: 10px 22px 12px;
    color: #161616;
    font-weight: 400;
    font-size: 19.07px;
    line-height: 29px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
}

.all-jobs .accordion-item .accordion-header .accordion-button::after {
    margin: 0;
    content: "+";
    font-family: GE Hili;
    font-weight: 400;
    background: transparent;
    font-size: 27.81px;
    line-height: 38px;
    width: auto;
    height: auto;
}

.all-jobs .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "-";
    font-family: GE Hili;
    font-weight: 400;
    font-size: 27.81px;
    line-height: 38px;
}

.all-jobs .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    padding: 32px 22px 20px;
    background: var(--main-color2);
    color: #fff;
    font-size: 26px;
    line-height: 38px;
}

.all-jobs .accordion-item .accordion-body {
    background: #F2F2F2;
    padding: 16px 32px 26px;
}

.all-jobs .accordion-item .accordion-body ul li {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    margin: 2px 0;
}

.all-jobs .accordion-item .accordion-body ul li strong {
    font-weight: 600;
}

.register-page {
    padding-block: 102px;
}

.req-form {
    padding: 34px 33px !important;
    box-shadow: 0px 4px 44px 0px #DEDEDE4D;
}

.req-form form .item-form {
    /*border-bottom: 1px solid #C8C8C8;*/
    padding: 32px 0;
}

.req-form form .item-form:first-child {
    padding-top: 0;
}

.req-form form .title-form {
    margin-bottom: 24px;
}

.req-form form .title-form h3 {
    color: #161616;
    font-weight: 400;
    font-size: 24px;
    line-height: 34px;
    text-transform: capitalize;
    margin: 0;
}

.career-form .form-group .form-control .current {
    color: #9F9F9F;
}

.flex-item-group {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 66px;
}

.career-form .form-group .radioCheck .checkNowR {
    display: flex;
    position: relative;
    margin-bottom: 8px;
}

.career-form .form-group .radioCheck .checkNowR input {
    position: absolute;
    inset: 0;
    z-index: 4;
    opacity: 0;
    cursor: pointer;
}

.career-form .form-group .radioCheck .checkNowR span {
    position: relative;
    padding-inline-start: 23px;
    color: #000;
    font-weight: 400;
    font-size: 17.55px;
    line-height: 27.55px;
}

.career-form .form-group .radioCheck .checkNowR span::before {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    top: 6px;
    width: 15px;
    height: 15px;
    background: #D4D4D4;
    border-radius: 50%;
    transition: all .3s;
}

.career-form .form-group .radioCheck .checkNowR input:checked~span::before {
    background: var(--main-color2);
    box-shadow: inset 0px 0px 0px 2px #fff;
    border: 1px var(--main-color2) solid;
}

.req-form form .item-form+.title-form {
    margin-top: 32px;
}

.req-form form .form-group label {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 16px;
    line-height: 30px;
}

.career-form .form-group .checkBoxH.radioCheck .checkNowR span::before {
    border: 1px solid #D8D8D8;
    border-radius: 0;
}

.career-form .form-group .checkBoxH.radioCheck .checkNowR span {
    padding-inline-start: 31px;
}

.career-form .form-group .checkBoxH.radioCheck .checkNowR {
    margin-bottom: 16px;
}

.checkBoxH.radioCheck {
    margin-bottom: 24px;
}

.req-form .form-group textarea.form-control {
    height: 97px;
    align-content: center;
    padding-top: 0;
}

.media-page {
    padding-block: 89px 130px;
}

.media-block {
    margin: 16px 0;
    height: calc(100% - 32px);
    border: 1px solid #C6C6C6;
    border-radius: 24px;
    overflow: hidden;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.media-block .img {
    height: 200px;
    border-radius: 8px;
    overflow: hidden;
}

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

.media-block .details {
    padding-top: 16px;
    display: flex;
    flex-direction: column;
    align-items: start;
    height: calc(100% - 200px);
}

.user-date {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 64px;
    margin-bottom: 8px;
}

.user-date .item {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 8px;
    color: #000;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
}

.user-date .item .icon {
    width: 13.5px;
    height: 13.5px;
    font-size: 15.5px;
    line-height: 25.5px;
}

.user-date .item span {
    padding-top: 4px;
}

.media-block .details h3 {
    /* max-width: 213px; */
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 16px;
    transition: all .4s;
}

.btn-readMore {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-top: 16px;
    min-width: 150px;
    min-height: 50px;
    padding: 5px 2.5px;
    padding-inline-start: 10px;
    background: #F8F8F8;
    border-radius: 80px;
    color: #000;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    justify-content: space-between;
    margin-top: auto;
}

.btn-readMore .icon {
    width: 40px;
    height: 40px;
    background: #202824;
    padding: 10px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all .4s;
    /*display: none;*/
}
.user-date .item:last-of-type {
    /*display: none;*/
}
.media-page .all-pages {
    margin-top: 48px;
}

.single-media-h {
    padding-block: 100px 20px;
}

.sidebar-media {
    max-width: 279px;
    margin: 0 auto;
}

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

.sidebar-title h3 {
    color: #000;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    margin: 0;
}

.side-media-block {
    margin-bottom: 24px;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 24px;
}

.side-media-block .img {
    width: 117px;
    height: 69px;
    border-radius: 8px;
    overflow: hidden;
}

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

.side-media-block .details {
    width: calc(100% - 117px - 24px);
}

.side-media-block .details h3 {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    line-height: 22px;
}

.media-block.single-media-inner {
    margin: 0;
    border: none;
    border-radius: 0;
    padding: 0;
    height: auto;
}

.media-block.single-media-inner .img {
    height: 468px;
    border-radius: 8px;
}

.media-block.single-media-inner  h3 {
    max-width: 100%;
    margin: 16px 0 8px;
}

.media-block.single-media-inner p {
    color: #000;
    font-family: "Readex Pro", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 36px;
}

.single-media-h2 {
    padding-block: 184px 100px;
}

.single-media-h2 .media-block.single-media-inner .details {
    max-width: 775px;
    margin: 0 auto;
    padding-top: 70px;
}

.rel-h {
    padding-bottom: 104px;
}


/* -------------------------------------------- */
/* circular-menu */
#circularMenu {
	/* position: fixed; */
	/* bottom: 80px; */
	/* right: 16px; */
	/* z-index: 9; */
}

.circular-menu .floating-btn {
	display: block;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background-color: #282828;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	outline: 0;
	color: #fff !important;
}

/* .circular-menu.active .floating-btn {
    box-shadow: inset 0 0 3px hsla(0, 0%, 0%, 0.3);
  }

  .circular-menu .floating-btn:active {
    box-shadow: 0 4px 8px 0 hsla(0, 0%, 0%, 0.4);
  } */

.circular-menu .floating-btn i {
	font-size: 1.3em;
	transition: transform 0.2s;
}

.circular-menu.active .floating-btn i {
	transform: rotate(-45deg);
}

.circular-menu:after {
	display: block;
	content: " ";
	width: 3.5em;
	height: 3.5em;
	border-radius: 50%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: -2;
	background-color: rgba(27, 133, 190, 0);
	transition: all 0.3s ease;
}

.circular-menu.active:after {
	transform: scale3d(5.5, 5.5, 1);
	transition-timing-function: cubic-bezier(0.68, 1.55, 0.265, 1);
}

.circular-menu .items-wrapper {
	padding: 0;
	margin: 0;
}

.circular-menu .menu-item {
	position: absolute;
	top: 0.2em;
	right: 0.2em;
	z-index: -1;
	display: block;
	text-decoration: none;
	color: rgb(50 74 113);
	font-size: 1em;
	width: 2.5em;
	height: 2.5em;
	border-radius: 10px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--bg-color2);
	transition: transform 0.3s ease, background-color 0.2s ease;
	transition-timing-function: ease, ease;
	/* box-shadow: 0 0 22px 5px #f5f9fc6b; */
}

.circular-menu.active .menu-item {
	transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.circular-menu.active .menu-item:nth-child(1) {
	transform: translate3d(-1em, -4.2em, 0);
}

.circular-menu.active .menu-item:nth-child(2) {
	transform: translate3d(-4em, -2em, 0);
}

.circular-menu.active .menu-item:nth-child(3) {
	transform: translate3d(-4em, 1.5em, 0);
}

.btnsFlex {
    position: fixed;
    bottom: 80px;
    right: 16px;
    z-index: 9;
    display: flex;  
    flex-direction: column;
    gap: 20px;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
}      
   
 #mybtn {
   position: fixed;
    bottom: 24px;   
    right: 16px;  
    z-index: 9;
    width: 46px;
    height: 46px;
    border-radius: 10px;
    background-color: #282828;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    outline: 0;
    color: #fff !important;
    transform: scale(.5);
    transition: all .4s;
    opacity: 0;
}

 #mybtn.active {
    transform: scale(1);
    transition: all .4s;
    opacity: 1;
}

.career-form .form-group .file-upload-group.form-control .wpcf7-form-control-wrap {
    position: absolute;
    inset: 0;
}

.career-form .form-group .file-upload-group.form-control .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    position: relative;
    top: 47px;
}

.career-form .form-group .form-control .wpcf7-not-valid-tip {
    font-size: 11px;
}

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

.career-form .form-group select.form-control {
    background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 9L12 15L18 9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" stroke="currentColor"/></svg>');
    /* Change fill color with %23 + hex code */
    background-repeat: no-repeat;
    background-position: left 10px center;
    /* Adjust position as needed */
    background-size: auto 50%;
    /* Adjust size as needed */
}

.team-page.body-inner2 .row {
    justify-content: center;
}

.team-block .img .circel-hover path {
    fill: var(--main-color2);
}

.team-block .img .circel-hover g path:nth-child(1) {
    fill: transparent;
}

.career-form.career-block {}

.career-form .form-group .radioCheck label {
    position: relative;
}

.career-form .form-group .radioCheck label input {
    position: absolute;
    inset: 0;
    z-index: 3;
    cursor: pointer;
    opacity: 0;
}

.career-form .form-group .radioCheck label span::before {
    width: 20px;
    height: 20px;
    display: inline-flex;
    border: 1px #b8b7b7 solid;
    border-radius: 50%;
    background: #fff;
    transition: all .4s;
}

.career-form .form-group .radioCheck label span {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 13px;
}

.career-form .form-group .radioCheck .wpcf7-list-item {
    margin: 0;
    width: 30.33%;
}

.career-form .form-group .radioCheck label input:checked+span::before {
    background: var(--sec-color2);
    box-shadow: inset 0px 0px 0px 3px #fff;
    border-color: var(--sec-color2);
}

.radioCheck {
    margin-bottom: 15px;
}

.radioCheck .wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

header.sticky.active {
    position: fixed;
    padding: 20px 0;
    box-shadow: 0px 0px 30px 0px #00000014;
    background: linear-gradient(180deg, #1D1D1D 0%, #4B4B4B 100%);
}

header.sticky.active .logo-h {
    max-width: 150px !important;
}

.user-date .item .icon svg {
    width: 100%;
    height: 100%;
}

section.media-page .row {
    justify-content: center;
}

/* End Style Hadeer Nwe */

.foot-block-s p {
    color: #fff;
    margin: 40px 0 0;
    font-size: 16px;
}
.banner-text a.btn {
    background: transparent;
 
    font-weight: 700;
    padding: 0;
    min-width: unset;
}
.banner-text a.btn span{
       text-decoration: underline;
       padding-inline-end:8px;
}
 
.all-imgs .row-img  {
    display:flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    position:relative;
    height: 128px;
    margin-bottom: 30px;
    padding-inline-start: 43px;
}
.all-imgs .row-img:before{
    position:absolute;
    content:'';
    width: 100%;
    height:1px;
    border: 1px dashed #B3B3B3;
    top: 50%;
    left: 0;
    z-index: -1;
    transform: translateY(-50%);
}
.row-img.row2 .img,.row-img.row3 .img{
    min-width: 31%;
}
.row-img  .img{
    box-shadow: 0px 0px 30px 0px #00000014;
    background:#fff;
    border-radius:10px;
    height:128px;
    padding:14px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.row-img  .img img{
    max-width:100%;
    max-height:100%;
}
.nav-pills .nav-link {
    color: #202824;
    font-size: 34px;
    font-weight: 700;
    position:relative;
    padding: 0;
    padding-inline-start: 20px;
}
.nav-pills .nav-link::before{
    position:absolute;
    content: "\f105";
    font-family: 'Font Awesome 6 Pro';
    top: 22px;
    right: 0;
    color:var(--main-color2);
    opacity:0;
    font-size: 25px;
    font-weight: 400;
    content: "\f104";
}
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background-color: transparent;
    color: var(--main-color2);
    font-size: 54px;
    font-weight: 700;
}
.nav-pills .nav-link.active::before{
    opacity:1;
}
.nav.nav-pills.flex-column{
  margin-bottom:48px;
}
.tab-content{
   
}
section.partners-and-clients h3{
    font-size: 34px;
    color:#202824;
}
.tabs_Content{
    align-items:center;
}
.row-img.row2,.row-img.row3 {
    padding-inline-end: 30px;
    width: 93%;
    margin: 0 auto 30px;
}

.row-img.row3 {
    padding-inline-end: 74px;
    width: 93%;
}

.all-imgs .row-img.row2:before {
    width: 113%;
    top: 48%;
}

.nav-pills .nav-link::after {
    position: absolute;
    content: "\f101";
    font-family: 'Font Awesome 6 Pro';
    top: 38px;
    left: -40px;
    font-size: 15px;
    color: #B3B3B3;
    z-index: 2;
    font-weight: 400;
    background: #fff;
    opacity: 0;
    content: "\f100";
}

.nav-pills .nav-link.active::after {
    opacity: 1;
}
#pills-profile .all-imgs .row-img.row2:before {
    top: 88%;
    width: 108%;
}
#pills-profile .all-imgs .row-img.row2:after {
    height: 141px;
    top: -28px;
}
.all-imgs .row-img:after {
    position: absolute;
    content: '';
    height: 155px;
    right: 0;
    border: 1px dashed #B3B3B3;
}

.all-imgs .row-img.row2:after {
    /*display: none;*/
    left: 0;
    right: auto;
    height: 87px;
    top: -29px;
}

.all-imgs .row-img.row1:after {
    bottom: -92px;
}

.all-imgs .row-img.row3:after {
    top: -92px;
    right: -30px;
}

.all-imgs .row-img.row3:before {
    width: 102.2%;
    width: 97%;
    left: 48px;
}

.row-img.row3 .img {
    position: relative;
}

.row-img.row3 .img:last-of-type::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 90px;
    border: 1px dashed #ddd;
    left: -29px;
    top: -28px;
}

.row-img.row2 .img:first-of-type::after{
     position: absolute;
     content:"\f106";
     font-family: 'Font Awesome 6 Pro';
     top: 0px;
     color:#B3B3B3;
     right: -34px;
}

.row-img.row2 .img:first-of-type::before{
     position: absolute;
     content:"\f107";
     font-family: 'Font Awesome 6 Pro';
     top: 93px;
     color:#B3B3B3;
     right: -34px;
}
  
section.partners-and-clients {
    padding: 100px 0 80px;
}
.evant-img {
    height: 446px;
}

.evant-img img {
    width: 100%;
    height: 100%;
    object-fit:cover;
    border-radius: 4px;
}

.event-item {
    margin-bottom: 59px;
}
.event-item a {
      display: flex;
     align-items: center;
    justify-content: space-between;   
}
.e-img {
    width: 103px;
    height: 103px;
    border-radius: 9px;
}

.e-img img {
    border-radius: 9px;
    width: 100%;
    height: 100%;
}

.e-item-details {
    width: calc(100% - 110px);
}

section.event-sec {
    background: #F4F3F3;
    padding: 79px 0 96px;
}
@media (min-width: 1440px) {
.all-imgs .row-img:after {
    right: 5px;
}
.all-imgs .row-img:before {
    width: 99.4%;
}
.all-imgs .row-img.row3:before {
    width: 98%;
}
.all-imgs .row-img.row2:before {
    width: 118%;
}
}
.footer-soch a {
  width: 40px;
  height: 40px;
  transition: all 0.3s;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 5px;
}

.footer-soch a.instagram {
  position: relative;
  background: transparent;
  width: 38px;
  height: 38px;
}

.footer-soch a i.fa-instagram {
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: -1px;
  margin-inline-start: -1px;
}

.footer-soch a.instagram::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0px;
  margin: -2px;
  border-radius: 50%;
  z-index: 0;
  background: linear-gradient(180deg, #9538a4 0%, #e5505d 53.3%, #f7852b 100%);
}

.footer-soch a i.fa-instagram::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  /*background: #fff;*/
  border-radius: 50%;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.fa-instagram:before {
  content: "\f16d";
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  z-index: 3;
  font-size: 21px;
}

i.fa-x-twitter {
  color: #585858;
 border: 2px solid #585858;
}
i.fa-snapchat{
    border:2px solid #FFFC00;
}
i.fa-snapchat{
    color:#FFFC00;
}
i.la-linkedin-in {
  color: #4459BE;
  font-size: 22px !important;
  border: 3px solid #4459BE;
}

i.fa-facebook-f,
i.fa-facebook {
  color: #327EEA;
  border: 3px solid #327EEA;
}
i.fa-tiktok{
    border:2px solid #000;
}
i.fa-tiktok{
    color:#000;
}
i.fa-youtube{
    border:2px solid #FF0033;
}
i.fa-youtube {
    color: #FF0033;
}
a[href="https://www.instagram.com"] {
 
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #fff;
}

a[href="https://www.instagram.com"]::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    padding: 3px;
    background: linear-gradient(
        180deg,
        #9538A4 0%,
        #E5505D 53.3%,
        #F7852B 100%
    );

    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.footer-soch a i.fa-instagram{
    font-size: 22px;
    background: linear-gradient(
        180deg,
        #9538A4 0%,
        #E5505D 53.3%,
        #F7852B 100%
    );

    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}
  
.footer-soch span {
  color: #000000;
  font-size: 20px;
  font-weight: 700;
   /*font-family: "Arista";*/
}

.footer-soch a i {
  font-style: normal;
  font-size: 19px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  z-index: 2;
  position:relative;
}
.footer-soch {
    margin-top: 0;
    display: flex;
    align-items: center;  
}
.links-f2 h4,.footer-links h4{
    font-size: 32px;
    margin-bottom: 32px;
    color: #000;
    font-weight: 700;
}
ul.contact-list li a {
    display: inline-flex;
    margin-bottom: 18px;
    gap: 12px;
}
ul.contact-list li a:hover i,ul.contact-list li a i{
    color:#000;
}
 
ul.contact-list li a svg,
ul.contact-list li a i {display: inline-flex;position: relative;top: 3px;}

span.mob-num {
    display: block;
    direction: ltr;
}

#pills-profile .row-img.row2 .img:first-of-type::before {
    top: 176px;
}
.event-details h3 {
    font-size: 25px;
    color: #000;
    font-weight: 600;
}

.event-details .date {
    color: #333333;
    font-size: 14px;
    margin: 15px 0 6px;
}

.e-item-details .date {
    color: #333333;
    font-size: 14px;
    margin-bottom: 9px;
}

.e-item-details h6 {
    font-size: 17px;
    color: #000;
    font-weight: 600;
    margin: 0;
}
.about-manager {
    background: linear-gradient(180deg, #454545 0%, #FFFFFF 100%);
    margin-top: -80px;
    padding-bottom: 152px;
    overflow: visible;
}

.about-m-info h4 {
    font-size: 36.6px;
    color: #fff;
    line-height: 46.6px;
}

.about-m-info h4 span {
    color: var(--main-color2);
}

.about-m-info p {
    color: #000;
    line-height: 26px;
    font-size: 16px;
}

.manager-img {
    height: 423px;
    position: relative;
}

.manager-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    border-top-right-radius: 223px;
}

.manager-img::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 20px;
    bottom: 0;
    left: 0;
    background: var(--main-color2);
    border: 1px solid #FFFFFF;
    border-top-right-radius: 55px;
}

section.vission-and-message {
    padding: 90px 0 100px;
    background: #F4F3F3;
}
.about-manager .row {
    align-items: center;
}

.home_Page .about-text h3,.home_Page .about-text p {
    color: #fff;
}

.m-p-title i.fa-solid.fa-quote-right {
    transform: scaleY(-1);
}


section.m_page_title {
    background: #F4F3F3;
    padding: 100px 0 83px;
    text-align: center;
}

section.m_page_title .row,
.single-video.single-page .row {
    justify-content: center;
}

.m-p-title h3 i {
    padding: 0 6px;
}

.m-p-title h3 {
    font-size: 28px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    max-width: 74%;
    margin: auto;
}

.manage_word-p .manager-img img {
    border-top-left-radius: 223px;
    border-top-right-radius: 0;
}
.manage_word-p .manager-img::before {
    border-top-left-radius: 55px;
    border-top-right-radius: 0;
}
section.manage_word-p {
    padding-top: 100px;
    padding-bottom: 20px;
}

section.manage_word-p .row {
    align-items: center;
}

.m-word-disc h3 {
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
     font-family: var(--font-IBM);
    margin-bottom: 64px;
    color: #000;
}

.m-word-disc p {
    line-height: 26px;
    font-size: 16px;
    color: #000;
}

.product_item .img {
    height: 337px;
    margin-bottom: 39px;
    box-shadow: 0px 0px 84px 0px #0000001F;
     border-radius: 20px;
}

.product_item .img img {
    border-radius: 20px;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    object-fit:contain;
}

section.product-page {
    padding: 80px 0 40px;
}

.prod-name h5 {
    font-size: 20px;
    color: #4A5567;
    font-weight: 600;
    /*font-family: "Poppins";*/
}

.prod-name .more {
    color: var(--main-color2);
    font-size: 18px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
}
.prod-name .more span {
    text-decoration: underline;
}
section.single-pro-details {
    padding: 100px 0;
}

.request-btn a.btn {
    min-width: 100%;
    background: #86D057;
    gap: 9px;
}

.single-prod-details h3 {
    font-size: 24px;
    margin-bottom: 24px;
    font-weight: 700;
    line-height: 34px;
    color: #202824;
}

.single-prod-details p {
    color: #404844;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
}

.single-prod-img {
    height: 368px;
}

.single-prod-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}


.input-group.upload {
  position: relative;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #fff;
  opacity: 1;
  padding: 12px 10px;
  height: 47px;
  border-radius: 0;
}

.input-group.upload span.uplod {
  position: absolute;
  right: -3px;
  top: 0;
  font-size: 16px;
  width: 100%;
  text-align: end;
  display: inline-block;
  z-index: 2;
  height: 48px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.form-control:disabled,
.form-control[readonly] {
  border: none;
  border-radius: 8px !important;
  background: #fefff9;
}

.input-group.upload span.uplod .upload_img span {
  height: 36px;
  width: 137px;
  color: #000000;
  display: flex;
  align-items: center;
  margin: 6px;
  justify-content: center;
  margin-inline-start: auto;
  font-size: 17px;
  border-radius: 8px;
  background: #D9D9D9;
}

label.input-group-btn {
  background-color: #f4f7f9;
  margin-bottom: 0;
  height: 0;
}

.input-group.upload label {
  display: block;
  width: 100%;
}
input.form-control::placeholder {
  color: #212120 !important;
}
.career-form .form-group span.btn:hover {
    background: transparent;
}
  .partner-page .col {
        flex: 0 0 auto;
        width: 20%;
        padding:0 10px;
}

section.partner-page {
    padding: 90px 0;
}

section.partner-page .nav-tabs {
    border: none;
    justify-content: center;
    margin-bottom: 70px;
}

section.partner-page .nav-tabs .nav-item.show .nav-link,
section.partner-page .nav-tabs .nav-link.active {
    background: #1C1C1C;
    color: #fff;
    border-color:#1C1C1C;
}

section.partner-page .nav-tabs .nav-link {
    min-width: 166px;
    border: 1px solid #F2984F;
    border-radius: 49px;
    padding: 11px 10px;
    margin: 0 4px;
    color: var(--main-color2);
    font-size: 17px;
    font-weight: 700;
}

.tab-image a {
    height: 128px;
    box-shadow: 0px 0px 30px 0px #00000014;
    border-radius: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
}

.tab-image a img {
    max-height: 120px;
    padding: 4px;
    max-width: 100%;
}

.nav-tabs .nav-link .row {
    justify-content: center;
}
ul.contact-list li:first-of-type a svg{
  width: 35px;
}
.request-btn {
    margin-top: 30px;
}
.single-video-inner .video-block img {
    object-fit: contain;
    background: #fff;
}

.row-img.row3 .img {
    max-width: 214px;
}








/* 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);
        color: #fff;
    }

    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(--gray-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);
        box-shadow: 0px 4px 36px 0px #DEDEDE66;
    }

    .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, .all-pages .pagination .page-item.pages-more .page-link:hover {
        background: var(--main-color2);
        color: #fff;
        border-color: var(--main-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;
    }

    .serv-block2:hover {
        box-shadow: 0px 4px 36px 0px #DEDEDE66;
    }
    
    .serv-block2:hover .details h3 {
        color: #000;
    }
    
    .special-block:hover {
        background: var(--gray-color2);
    }
    
    .special-block:hover .icon, .special-block:hover .details h3 {
        color: #fff;
    }
    
    .offer-block:hover .details .title-block h3 {
        color: var(--gray-color2);
        box-shadow: none;
    }

    .target-block:hover {
        border-color: var(--main-color2);
    }
    
    .part-block:hover img {
        opacity: 1;
    }

    .about-block2:hover .title-block h3 {
        color: var(--main-color2);
    }
    
    .all-team .slick-track {
        display: flex;
    }
    
    .team-block2 {
        height: calc(100% - 83px);
    }

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

    .media-block:hover .details h3 {
        /* color: var(--main-color2); */
    }
    
    .media-block:hover .details .btn-readMore {
        background: var(--sec-color2);
        color:#fff;
    }
    
    .media-block:hover .details .btn-readMore .icon {
        transform: rotate(-29deg);
        background: var(--main-color2);
    }
    
    .goals-img .img svg {
        max-width: 278px;
        max-height: 278px;
        transition: all .4s;
    }
    
    .goals-img:hover .img svg {
        transform: scale(1.1) translate(-10px, 22px);
    }
    
    .goals-img:hover .img h3 {
        transform: translateX(22px);
    }
    
    .btn-play:hover i {
        transform: scale(1.5);
    }

.career-form .form-group .form-control:hover {
    box-shadow: none;
    outline: none;
}

.target-block:hover h3 {
    color: var(--main-color2);
}

.serv-block2 .img img {
    transition: all .4s;
}

.serv-block2:hover .img img {
    transform: scale(1.1);
}
.banner-text a.btn:hover{
      background: transparent; 
      color:var(--main-color2);
}
.links-f2 {
    margin-inline-start: 62px;
}
    body.index2 .event-sec a:hover {
        color: unset;
    }

.nav-tabs .nav-link .nav-tabs .nav-link:hover{
      background: #1C1C1C;
    color: #fff; 
}
.media-block.single-media-inner .details {
    height: auto;
    max-width: 70%;
    margin: auto;
}
section.partner-page .nav-tabs .nav-link:hover{
        background: #1C1C1C;
    color: #fff;
    border-color: #1C1C1C;
}
.contact-info .info-f ul li .details a:hover{
    color:var(--main-color2);
}
.about-m-info {
    margin-inline-end: 51px;
}
.media-block.single-media-inner .img {
    margin-bottom: 64px;
}
}
/* End Hover */
.career-form .form-group span.btn {
    display: block !important;
    align-items: start;
}
.wpcf7-form-control-wrap {
    text-align: start;
}
.row-img .img {
    min-width: 180px;
}
.row-img.row2 .img:first-of-type::before,
.row-img.row2 .img:first-of-type::after,
.nav-pills .nav-link::after{
    /*display:none;*/
}

.wpcf7 form .wpcf7-response-output{
  margin-top: -12px;
}





