@import url(styles.css);

/* Start Fonts */

@font-face {
    font-family: 'araboto';
    src: url(../fonts/araboto_Normal.ttf);
}

@font-face {
    font-family: 'arabotoLight';
    src: url(../fonts/araboto_Light.ttf);
}

@font-face {
    font-family: 'arabotoMed';
    src: url(../fonts/araboto_Medium.ttf);
}

@font-face {
    font-family: 'arabotoBold';
    src: url(../fonts/araboto_Bold.ttf);
}

/* End Fonts */

:root {
    --main-color: #172437;
    --sec-color: #d9a302;
    --dark-color: #000;
    --bg-color: #FBFBFB;
}

* {
    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: 'araboto';
    background: #fff;
    text-align: start;
    direction: rtl;
}

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

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

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

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

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

.padding {
    padding: 0 !important;
}

img {
    max-width: 100%;
}

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

textarea {
    resize: none;
}

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

.owl-carousel {
    direction: ltr;
}

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

/* Start Sidebar */

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

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

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

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

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

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

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

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

/* End Sidebar */

/* Start Header */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lang-h {
    color: var(--main-color);
    font-weight: 400;
    font-size: 15px;
    line-height: 22px;
    display: inline-block;
}

.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: var(--main-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    padding: 0;
}


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

.logo-h {
    max-width: 262.69px;
    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,
.header-med .head-inner ul li a:hover,
.header-med .head-inner ul li .sub-menu li a:hover {
    color: var(--sec-color);
}

.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: 206px;
    position: absolute;
    top: 100%;
    right: 0;
    display: block;
    background: #fff;
    box-shadow: 0px 0px 14px 0px #0000001A;
    border-radius: 6px;
    padding: 19px 9px;
    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: 15px;
    font-weight: 300;
    line-height: 22px;
    padding: 8px 0;
    display: block;
    color: var(--dark-color);
    border-bottom: 1px solid #E6E6E6;
    padding-inline-start: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.btn {
    outline: none;
    position: relative;
    border: none !important;
    padding: 8px 33px;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    min-width: 161px;
    background: var(--sec-color);
    min-height: 45.28px;
    border-radius: 50px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16.05px;
    font-family: 'arabotoBold';
    line-height: 22px;
    box-shadow: none !important;
    z-index: 1;
    font-weight: 400;
    transition: all .4s;
    gap: 20px;
}

header .btn {
    /* font-size: 15px; */
    padding: 8px 24px;
}

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

.btn::before {
    left: 0;
}

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

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

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

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

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

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

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

/* End Header */

/* Start Banner-h */

.banner-block .row {
    min-height: 768.55px;
    align-items: center;
    -webkit-align-items: center;
}

.banner-block .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(184.57deg, rgba(0, 0, 0, 0) 3.65%, #000000 96.3%);
    height: calc(100% - 142px);
    top: auto;
    opacity: .4;
}

.text-banner {
    /* text-align: center; */
    max-width: 493.47px;
}

.text-banner h1 {
    color: var(--main-color);
    margin: 0;
    font-weight: 400;
    font-size: 50.47px;
    line-height: 165%;
    font-family: 'arabotoBold';
}

.banner-slider {
    margin: 0 !important;
}

.banner-slider .slick-dots {
    bottom: 64px;
    position: absolute;
    z-index: 3;
}

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

.banner-slider .slick-dots li button {
    width: 29px;
    height: 5px;
    background: #fff;
    margin: 0 6px;
    border-radius: 50px;
    padding: 0;
    transition: all .4s;
}

.banner-slider .slick-dots li.slick-active button {
    background: var(--sec-color);
}

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

.header-med .head-inner ul li .sub-menu li a::before {
    content: "\f104";
    font-family: 'Font Awesome 6 Pro';
    position: absolute;
    right: 0;
    top: 11px;
}

.header-med .head-inner ul li .sub-menu li:nth-child(1) a::before {
    top: 2px;
}

.banner-h .row {
    min-height: 971.75px;
    align-items: center;
    -webkit-align-items: center;
}

.sub-title {
    border: 1px solid #172437;
    padding: 3px 10px;
    color: #172437;
    font-weight: 400;
    font-size: 12.83px;
    line-height: 19px;
    display: inline-flex;
    border-radius: 50px;
    margin-bottom: 16px;
}

.text-banner p {
    font-family: 'arabotoLight';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: var(--main-color);
    margin-top: 10px;
}

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

.banner-h {
  margin-bottom: 100px;
}
.banner-h .overlay-img::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #172437 100%);
}

.img-banner {
  height: 437.04px;
  overflow: hidden;
  width: 100%;
  margin-inline-start: auto;
  border-radius: 40px;
  margin-top: 80px;
}
.img-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
/* End Banner-h */

/* Start About-h */

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

.about-img {
    height: 468.68px;
    position: relative;
}

.about-img .img {
    height: 437.04px;
    overflow: hidden;
    width: calc(100% - 41px);
    margin-inline-start: auto;
    border-radius: 40px;
}

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

.about-img::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    border: 4px solid #E0E0E0;
    width: 313px;
    height: 380px;
    border-radius: 40px;
    z-index: -1;
}

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

.about-text h3 {
    font-family: 'arabotoBold';
    font-size: 37.54px;
    line-height: 56px;
    color: var(--main-color);
    margin-bottom: 17px;
    text-transform: uppercase;
}

.about-text p {
    color: var(--main-color);
    font-family: 'arabotoLight';
    font-size: 16px;
    line-height: 30px;
    max-width: 654.1px;
}

.about-text .sub-title {
    border: none;
    background: var(--sec-color);
    color: #fff;
    margin-bottom: 14px;
}

.item-about {
    margin-top: 50px;
    background: #FBFBFB;
    border-radius: 10px;
    padding: 25px 17px;
    height: calc(100% - 50px);
}

.item-about .icon {
    width: 33.9px;
    height: 33.9px;
    line-height: 33.9px;
    margin: 0 0 11px;
}

.item-about h3 {
    margin-bottom: 9px;
    font-family: 'arabotoBold';
    font-size: 20px;
    line-height: 30px;
}

.item-about p {
    font-family: 'arabotoLight';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}

/* End About-h */

/* Start Services-h */

.services-h,
.counter-h {
    padding: 100px 0;
    background: rgb(23 36 55 / 50%);
}

.services-h::before,
.counter-h::before {
    content: "";
    position: absolute;
    inset: 0;
    max-height: calc(100% - 25px);
    top: auto;
    height: 100%;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.services-h .container,
.counter-h .container {
    position: relative;
}

.title {
    margin-bottom: 30px;
}

.title h3 {
    font-family: 'arabotoBold';
    color: var(--main-color);
    font-size: 44px;
    line-height: 66px;
    margin: 0;
}

.service-block {
    text-align: center;
    border: 1.32px solid #EEEEEE;
    background: #FFFFFF;
    box-shadow: 0px 6.6px 66.03px 0px #28293E0A;
    border-radius: 13.21px;
    padding: 70px;
    margin-top: 17px;
}

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

.service-block .icon {
    width: 57.59px;
    height: 57.59px;
    line-height: 57.59px;
    margin: 0 auto;
}

.service-block .details {
    padding-top: 33px;
}

.service-block .details h3 {
    margin: 0;
    font-family: 'arabotoMed';
    color: var(--main-color);
    font-size: 23.77px;
    line-height: 31.69px;
}

/* End Services-h */

/* Start Projects-h */

.projects-h {
    padding: 88px 0 100px;
}

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

.title-flex .title {
    margin: 0;
}

.title p {
    font-family: 'arabotoLight';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    margin-top: 6px;
}

.slider-counter {
    direction: ltr;
    margin-inline-start: 88px;
    color: #5A5A5A;
    font-weight: 400;
    font-size: 17.72px;
    line-height: 18px;
}

.slider-counter .current {
    color: #0E0E0E;
}

.projects-slider {
    direction: ltr;
}

.all-projects {
    position: relative;
}

.all-projects .slick-arrow {
    position: absolute;
    top: -78px;
    left: 0;
    right: auto;
    background: transparent;
}

.all-projects .slick-arrow::before {
    font-size: 17.68px;
    color: var(--main-color);
    font-family: 'Font Awesome 6 Pro';
}

.all-projects .slick-prev.slick-arrow {
    left: calc(14% + 45px);
}

.all-projects .slick-next.slick-arrow {
    left: 14%;
}

.all-projects .item {
    padding: 0 10px;
    direction: rtl;
}

.all-projects {
    width: 116%;
}

.project-block .img {
    height: 240px;
    overflow: hidden;
    border-radius: 22px;
    position: relative;
}

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

.project-block .img::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--sec-color);
    transition: all .4s;
    opacity: 0;
}

.project-block .details {
    padding-block: 20px 0;
}

.project-block .details h3 {
    font-family: 'arabotoBold';
    color: var(--main-color);
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    transition: all .4s;
    min-height: 46px;
}

.project-block {
    margin-bottom: 20px;
}

/* End Projects-h */

/* Start Counter-h */

.counter-h {
    padding-bottom: 170px;
}

.counter-block {
    margin-top: 20px;
    text-align: center;
}

.counter-block .counter-item {
    font-family: 'arabotoBold';
    color: var(--main-color);
    font-size: 40px;
    line-height: 47px;
    margin-bottom: 11px;
}

.counter-item {
    direction: ltr;
}

.counter-block h5 {
    margin: 0;
    font-family: 'arabotoLight';
    color: var(--main-color);
    font-size: 20px;
    line-height: 29px;
}

/* End Counter-h */

/* Start Footer */

.footer-top {
    padding: 81px 0 51px;
    background: rgb(23 36 55 / 50%);
     position: relative;
}
.footer-top::before {
  content: "";
  position: absolute;
  inset: 0;
    top: 0px;
  max-height: calc(100% - 225px);
  top: auto;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.logo-f {
    display: block;
    max-width: 213.66px;
}

.footer-top .col-md-3:nth-child(2) .foot-block {
    padding-inline-start: 20px;
}

.foot-block h3 {
    font-family: 'arabotoBold';
    margin-bottom: 22px;
    font-size: 22px;
    line-height: 26px;
    color: var(--main-color);
}

.links-f {
    margin-top: 48px;
}

.links-f ul {
    display: flex;
    flex-wrap: wrap;
    gap: 16px 0;
}

.links-f ul li {
    width: 50%;
    flex: 0 0 auto;
}

.links-f ul li a {
    color: var(--main-color);
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.info-f ul li {
    display: flex;
    align-items: center;
    gap: 11px;
    margin-bottom: 28px;
    font-size: 19.2px;
    color: var(--main-color);
}

.info-f ul li .details {
    max-width: calc(100% - 30px);
}

.info-f ul li .details a {
    color: inherit;
    font-size: 18px;
    line-height: 26px;
    display: block;
    transition: none;
}

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

.info-f {
    margin-top: 44px;
}

.map-f {
    height: 197.66px;
    box-shadow: 6px 3px 26px 0px #0000000D;
    overflow: hidden;
    border-radius: 12px;
}

.footer-bottom {
    border-top: 1px solid #ACACAC;
}

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

.copy-right p {
    font-family: 'arabotoMed';
    color: var(--main-color);
    font-size: 16px;
    line-height: 22px;
}

.logo-comp {
    max-width: 116px;
    margin-inline-start: auto;
}

.logo-comp a {
    display: block;
}

/* End Footer */

/* Start Breadcrumb-h */

.breadcrumb-h {
    padding-block: 215px 73px;
}

.breadcrumb-h .overlay-img::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--main-color);
    mix-blend-mode: hue;
}

.breadcrumb-h .overlay-img {
    /* background: var(--main-color); */
}

.breadcrumb-h .overlay-img img {
    opacity: .8;
}

/* End Breadcrumb-h */

/* Start About-page */

.text-bread {
    text-align: center;
}

.text-bread h1 {
    font-family: 'arabotoBold';
    font-weight: 400;
    font-size: 50.47px;
    line-height: 165%;
    color: var(--main-color);
    margin-bottom: 3px;
}

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

.text-bread ul li a,
.text-bread ul li span {
    font-family: 'arabotoLight';
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
    color: var(--main-color);
}

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

.about-page {
    padding-block: 100px;
}

.about-more {
    padding-bottom: 100px;
}

.about-more .item-about {
    margin: 10px 0;
    height: calc(100% - 20px);
    padding: 33px 20px;
}

.item-about ul li {
    display: list-item;
    list-style: inside;
    font-family: 'arabotoLight';
    font-weight: 400;
    font-size: 16px;
    line-height: 35.31px;
    color: #000;
}

.about-page .about-text p {
    margin-bottom: 25px;
}

/* End About-page */

/* Start Services-page */

.body-inner {
    padding-block: 110px;
}

.service-in-block {
    background: #FAFAFA;
    margin-block: 61px;
    height: calc(100% - 122px);
    border-radius: 18.6px;
    text-align: center;
    padding: 101px 36px 51px;
}

.service-in-block .icon {
    position: absolute;
    top: -45px;
    width: 91.44px;
    height: 91.44px;
    border-radius: 50%;
    align-content: center;
    text-align: center;
    border: 5.49px solid #FFFFFF;
    background: #FAFAFA;
    margin: 0 auto;
    right: 0;
    left: 0;
    font-size: 25.31px;
    transition: all .3s;
}

.service-in-block .details h3 {
    font-family: 'arabotoBold';
    color: var(--dark-color);
    font-size: 20.46px;
    line-height: 32.2px;
    margin-bottom: 30px;
}

.readMore {
    display: inline-flex;
    align-items: center;
    -webkit-align-items: center;
    gap: 14px;
    font-family: 'arabotoMed';
    color: var(--main-color);
    font-size: 14.88px;
    line-height: 22px;
}

.readMore i {
    position: relative;
    top: 2px;
}

.all-pages {
    text-align: center;
}

.all-pages .pagination {
    direction: ltr;
    display: inline-flex;
    border: 1px solid rgb(103 103 103 / 40%);
    border-radius: 16px;
    padding: 21px;
    align-items: center;
    -webkit-align-items: center;
}

.all-pages .pagination .page-item .page-link {
    padding: 0;
    border: none;
    background: transparent;
    margin: 0 7px;
    color: #2C2C2C;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    opacity: .2;
}

.all-pages .pagination .page-item.active .page-link {
    opacity: 1;
    width: 32px;
    height: 32px;
    align-content: center;
    background: var(--main-color);
    color: #fff;
    border-radius: 8px;
    font-size: 20px;
    line-height: 31px;
}

.all-pages .pagination .page-item.prev-btn .page-link,
.all-pages .pagination .page-item.next-btn .page-link {
    border: 1px solid var(--main-color);
    padding: 3px 8px;
    border-radius: 8px;
    font-family: 'arabotoMed';
    color: var(--main-color);
    font-size: 16px;
    line-height: 26px;
    opacity: 1;
}

.all-pages .pagination .page-item.disabled {
    opacity: .3;
}

.all-pages .pagination .page-item.prev-btn .page-link {
    margin-right: 26px;
}

.all-pages .pagination .page-item.next-btn .page-link {
    margin-left: 26px;
}

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

/* End Services-page */

/* Start Single-service */

.single-text h3 {
    font-family: 'arabotoBold';
    margin-bottom: 35px;
    font-size: 37.54px;
    line-height: 56px;
    color: var(--main-color);
    max-width: 520px;
}

.single-text {
    padding-inline-end: 20px;
}

.single-text p {
    font-family: 'arabotoLight';
    color: #000000B2;
    font-size: 20px;
    line-height: 44px;
    text-align: right;
}

.single-text .btn {
    margin-top: 60px;
    min-height: 61px;
    font-family: 'arabotoBold';
    font-size: 22.25px;
    line-height: 43.89px;
    min-width: 223.2px;
}

.single-img {
    height: 913px;
    overflow: hidden;
    border-radius: 18.48px;
}

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

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

/* End Single-service */

/* Start Order-page */

.order-page .row {
    justify-content: center;
}

.contact-form {
    background: #F8F8F8;
    border-radius: 20px;
    padding: 42px;
    padding-inline-end: 52px;
    height: 100%;
}

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

.contact-form .form-group label {
    font-family: 'arabotoBold';
    color: var(--main-color);
    font-size: 17.29px;
    line-height: 36.76px;
    margin-bottom: 11px;
}

.contact-form .form-group .form-control {
    width: 100%;
    background: #EDEDED;
    border: none;
    height: 48.64px;
    border-radius: 50px;
    padding: 0 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 36.76px;
    color: var(--main-color);
    text-align: right;
    border: 1px transparent solid;
    transition: all .4s;
}

form {
    direction: rtl;
}

.contact-form .form-group .form-control::placeholder {
    color: var(--main-color);
}

.contact-form .form-group textarea.form-control {
    height: 94px;
    border-radius: 20px;
    padding: 20px;
}

.contact-form .form-group .file-upload-group.form-control {
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
}

.contact-form .form-group .file-upload-group.form-control .file-uploadH {
    position: absolute;
    inset: 0;
    z-index: 2;
    opacity: 0;
    cursor: pointer;
}

.contact-form .form-group .file-upload-group.form-control .for-sm-input-file {
    margin: 0;
    font-weight: 900;
    font-size: 17.29px;
    line-height: 36.76px;
    text-align: center;
}

.contact-form .form-group .file-upload-group.form-control .for-sm-input-file i {
    font-weight: bold;
}

.contact-form .form-group .btn {
    width: 100%;
    margin-top: 4px;
    height: 50px;
    color: var(--main-color);
}

/* End Order-page */

/* Start Projects-page */

.body-inner .project-block {
    margin-bottom: 32px;
}

/* End Projects-page */

/* Start Single-project */

.single-imgs .img-big {
    height: 541px;
    overflow: hidden;
    border-radius: 18.48px;
    margin-bottom: 27px;
}

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

.slider-single-nav .slick-track {
    margin-left: -7px;
    margin-right: -7px;
}

.single-imgs .img-small {
    height: 96.44px;
    overflow: hidden;
    border-radius: 3.29px;
}

.slider-single-nav .item {
    padding: 0 7px;
}

.project-video {
    padding-top: 100px;
}

.project-video .title {
    margin-bottom: 27px;
}

.project-video .title h3 {
    font-size: 37px;
    line-height: 72px;
}

.project-video .video-block {
    height: 365px;
    overflow: hidden;
    border-radius: 18.48px;
}

.project-video .video-block a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}

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

.project-video .video-block a::before,
.project-video .video-block a::after {
    content: "";
    position: absolute;
    inset: 0;
}

.project-video .video-block a::before {
    background: #000000;
    opacity: .3;
}

.project-video .video-block a::after {
    width: 101px;
    height: 101px;
    margin: auto;
    align-content: center;
    text-align: center;
    background: #fff;
    border-radius: 50%;
    content: "\f04b";
    font-family: 'Font Awesome 6 Pro';
    font-weight: bold;
    color: #EF4447;
    font-size: 47.58px;
    line-height: 60.1px;
}

/* End Single-project */

/* Start Contact-page */

.contact-page .contact-block.contact-form {
    margin-inline-end: 20px;
}

.contact-block.contact-info {
    margin-bottom: 35px;
    background: #F8F8F8;
    border-radius: 20px;
    padding: 34px 23px;
}

.contact-block.contact-info h3 {
    font-family: 'arabotoBold';
    color: var(--main-color);
    font-size: 30.64px;
    line-height: 48.14px;
    margin: 0;
}

.contact-block.contact-info .info-f {
    margin-top: 30px;
}

.contact-page .map-f {
    height: 353px;
    border-radius: 20px;
}

.contact-form {
    height: auto;
}

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

/* End Contact-page */


/* Start Hover */

@media (min-width: 991px) {
    .btn:hover {
        background: var(--main-color);
        color: #fff;
    }

    .project-block:hover .details h3 {
        color: var(--sec-color);
    }

    .project-block:hover .img::before {
        opacity: .6;
    }

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

    .service-in-block:hover .icon {
        transform: scale(1.2);
    }

    .contact-form .form-group .btn:hover {
        color: #fff;
    }

    .contact-form .form-group .form-control:focus {
        border-color: var(--main-color);
        background: #fff;
    }

}

/* End Hover */