/*
Theme Name:
Author: Saint
PSD Designer:
*/

/* Page controls */

/* fonts  */

@font-face {
    font-family: 'bahij';
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot');
    src: url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.woff') format('woff'),
    url('../webfonts/fonts_design/bahij_bold/BahijJanna-Bold.ttf') format('truetype');

    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'bahij';
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot');
    src: url('../webfonts/fonts_design/bahij/BahijJanna.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff2') format('woff2'),
    url('../webfonts/fonts_design/bahij/BahijJanna.woff') format('woff'),
    url('../webfonts/fonts_design/bahij/BahijJanna.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir';
    src: url('../webfonts/fonts_design/vazir/Vazir-Black.eot');
    src: url('../webfonts/fonts_design/vazir/Vazir-Black.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/vazir/Vazir-Black.woff2') format('woff2'),
    url('../webfonts/fonts_design/vazir/Vazir-Black.woff') format('woff'),
    url('../webfonts/fonts_design/vazir/Vazir-Black.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'vazir-light';
    src: url('../webfonts/fonts_design/vazir-light/vazir.eot');
    src: url('../webfonts/fonts_design/vazir-light/vazir.eot?#iefix') format('embedded-opentype'),
    url('../webfonts/fonts_design/vazir-light/vazir.woff2') format('woff2'),
    url('../webfonts/fonts_design/vazir-light/vazir.woff') format('woff'),
    url('../webfonts/fonts_design/vazir-light/vazir.ttf') format('truetype');

    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    text-decoration: none !important;
    outline: none !important;
    border: none;
    list-style: none;
}

/*===== search input ======*/
#search {
    align-items: center;
    background: rgba(0, 0, 0, 0.975);
    height: 0;
    display: flex;
    justify-content: center;
    opacity: 0;
    position: fixed;
    transition: all 0.5s;
    width: 100vw;
    will-change: transform, opacity;
    z-index: -1;
}

.close-btn {
    display: block;
    transition: all 0.3s ease-in-out;
}
.close-btn em:hover {
    color: var(--main);

}

.search-submit {
    background-color: transparent;
    border: 1px solid var(--main);
    color: var(--main) !important;
    text-decoration: none;
    margin: 4px 2px;
    cursor: pointer;
    width: 60px;
    font-size: 17px;
}

input[type='search'] {
    padding: 0 0 0 20px;
    width: 100%;
}

#searchbox {
    border: solid var(--main);
    border-width: 0 0px 1px 0;
    color: #fff;
    flex: 1 0 auto;
    font-size: 2rem;
    max-width: 50%;
    outline: 0;
    padding: 1rem;
    position: relative;
    z-index: 999999;
    display: flex;
    justify-content: space-between;
}

#searchbox input {
    background: transparent;
    height: 2rem;
    color: #FFF;
}

#searchbox input::placeholder {
    color: var(--main);
}

.flex-me {
    justify-content: space-around;
}

.close-btn {
    display: block;
    color: #fff;
    font-size: 2rem;
    position: absolute;
    top: 0.5rem;
    right: 2rem;
}

p, h1, h2, h3, h4, h5, h6, ul, ol,
.h1, .h2, .h3, .h4, .h5, .h6,
figure {
    margin-bottom: 0;
}

img, iframe {
    max-width: 100%;
}

button, li, a {
    transition: all 0.5s ease-in-out;
}

html {
  scroll-behavior: smooth;
}

html[dir="rtl"] body  {
    font-family: 'bahij';
    text-align: right !important;
}

html[dir="ltr"] body {
    direction: ltr;
    text-align: left !important;
}

#bodywrap {
    position: relative;
    overflow: hidden;
}

/* Main Scroll Bar */

body::-webkit-scrollbar {
    width: 10px;
}

body::-webkit-scrollbar-track {
    background-color: #fff;
}

body::-webkit-scrollbar-thumb {
    background-color: var(--main);
    border-radius: 20px;
}

.tabs-nav::-webkit-scrollbar {
    width: 12px;
    height: 8px;
    cursor: pointer;
}

.tabs-nav::-webkit-scrollbar-track {
    background-color: #fff;
}

.tabs-nav::-webkit-scrollbar-thumb {
    background-color: var(--para);
    border-radius: 20px;
    border: 1px solid #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}


/* Colors */

:root {
    --main: #19226d;
    --gradient: linear-gradient(280deg, rgba(62,185,204,1) 0%, rgba(31,65,148,1) 100%);
    --para: #757575;
    --shapes: #9d9fa1;
    --sky: #3badc7;
}

/* loader */
/* The Loader */
#loader-wrapper {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden;
}
.no-js #loader-wrapper {
    display: none;
}

#loader-wrapper .loader-section {
    position: fixed;
    top: 0;
    width: 51%;
    height: 100%;
    background: #FFF;
    z-index: 9999;
}

#loader-wrapper .loader-section.section-left {
    left: 0;
}

#loader-wrapper .loader-section.section-right {
    right: 0;
}

/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

.loader {
    /*animation: rotate 1s infinite;*/
    z-index: 99999;
    position: absolute;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
}


.loading {
    display: flex;
    animation: scalee1 3s;
}
.loading .dot {
    position: relative;
    width: 1em;
    height: 1em;
    margin: 0.8em;
    border-radius: 50%;
}
.loading .dot::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: inherit;
    border-radius: inherit;
    animation: wave 2s ease-out infinite;
}
.loading .dot:nth-child(1) {
    background: #89cff0;
}
.loading .dot:nth-child(1)::before {
    animation-delay: 0.2s;
}
.loading .dot:nth-child(2) {
    background: #163f62;
}
.loading .dot:nth-child(2)::before {
    animation-delay: 0.4s;
}
.loading .dot:nth-child(3) {
    background: #4682b4;
}
.loading .dot:nth-child(3)::before {
    animation-delay: 0.6s;
}
.loading .dot:nth-child(4) {
    background: var(--secondary);
}
.loading .dot:nth-child(4)::before {
    animation-delay: 0.8s;
}
.loading .dot:nth-child(5) {
    background: var(--main);
}
.loading .dot:nth-child(5)::before {
    animation-delay: 1s;
}

@keyframes wave {
    50%, 75% {
        transform: scale(2.5);
    }
    80%, 100% {
        opacity: 0;
    }
}


/* Loaded styles */
.loaded #loader-wrapper .loader-section.section-left {
    transform: translateX(-100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded #loader-wrapper .loader-section.section-right {
    transform: translateX(100%);
    transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.loaded .loader {
    opacity: 0;
    transition: all 0.3s ease-out;
}

.loaded #loader-wrapper {
    visibility: hidden;
    transform: translateY(-100%);
    transition: all 0.3s 1s ease-out;
}

#loader-wrapper img  {
    z-index: 999999;
    width: 220px;
}

#loader-wrapper img {
    animation: scalee 2s;
    margin-bottom: 20px;
}

@keyframes scalee {
    from {
        transform: scale(0) rotateX(0deg);
    }
    to {
        transform: scale(1) rotateX(359deg);
    }
}

@keyframes scalee1 {
    from {
        transform: scale(0);
    }
    to {
        transform: scale(1);
    }
}

.breadcrumb-area {
    position: relative;
    background-color: var(--main);
    padding: 15px 0;
    color: #FFF;
}

.breadcrumb-area a {
    color: #cbcbcb;
}

.sec-tit {
    position: relative;
    font-size: 2.7rem;
    font-weight: bold;
    text-align: center;
    font-family: vazir;
    margin-bottom: 10px;
}

/* header section */
header {
    position: relative;
    width: 100%;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    padding-block: 20px 35px;
}

.lang {
    position: relative;
    transition: all .5s ease-in-out;
}

.lang:hover {
    transform: rotate(360deg);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.header_search a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
}

.main-search img {
    width: 35px !important;
    margin: 0 auto;
}

.lang a {
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background: var(--gradient);
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
}

header .nav-list > .linkMenu:last-of-type {
    background: var(--gradient);
    padding: 0 25px;
    color: #FFF;
    border-radius: 50px;
}

.nav-list > .linkMenu:last-of-type:hover {
    animation: shake 0.6s ease-in-out;
}

.nav-list > .linkMenu:last-of-type:hover a {
    color: #FFF;
}

@keyframes shake {
    0% {
        transform: translateX(0);
    }
    10% {
        transform: translateX(-5%);
    }
    20% {
        transform: translateX(4%);
    }
    30% {
        transform: translateX(-3%);
    }
    40% {
        transform: translateX(2%);
    }
    50% {
        transform: translateX(-1%);
    }
    60% {
        transform: translateX(1%);
    }
    70% {
        transform: translateX(-2%);
    }
    80% {
        transform: translateX(3%);
    }
    90% {
        transform: translateX(-4%);
    }
    100% {
        transform: translateX(0);
    }
}


.nav-list > .linkMenu:last-of-type a {
    color: #FFF;
}

.header-links {
    display: flex !important;
    align-items: center !important;
}

/* // header section */


/* main slider */
.slider {
    position: relative;
    background: #f7f7f7;
    padding: 10px 0;
}

.in_slider {
    position: absolute;
    color: #FFF;
    top: 50%;
    transform: translateY(-50%);
    margin-inline-start: -150px;
}

.in_slider:hover .main-btn i {
    background-color: var(--main);
    color: #FFF;
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.slider-title {
    font-size: 3.5rem;
    font-family: vazir;
    color: #000;
}


.main-slider .owl-nav {
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 50%;

    transform: translateY(-50%);
}

html[dir="rtl"] .main-slider .owl-nav {
    margin-right: 20px;
    right: 0;
}

html[dir="ltr"] .main-slider .owl-nav {
    margin-left: 20px;
    left: 0;
}

.main-slider .owl-nav button {
    width: 40px;
    height: 40px;
    line-height: 40px !important;
    border-radius: 100%;
    text-align: center;
    background-color: transparent ;
    border: 1px solid var(--para) !important;
    display: inline-block;
    transition: all .5s ease-in-out;
}

.main-slider .owl-nav button i{
    font-size: 16px;
    color: #9d9fa2;
    transition: all .5s ease-in-out;
}

.main-slider .owl-nav button:hover i {
    color: #FFF;
}

.main-slider .owl-nav button:hover {
    background: var(--gradient) !important;
    border: 1px solid transparent !important;
}

.main-slider .owl-nav button:first-child {
    margin-bottom: 15px;
}


.main-slider .active:nth-child(odd) img:not(.main-search img) {
    transform: scale(1.3);
}
.main-slider .active:nth-child(even) img:not(.main-search img) {
    transform: scale(1.3);
}

.main-slider .row {
    justify-content: flex-end;
}

.hold-slider-img {
    border-radius: 20px;
}

.hold-slider-img img {
    width: 100%;
    position: relative;
    transition: all 25s ease;
    transform-style: preserve-3d;
}
.mainItem {
    position: relative;
    width: 100%;
    display: block;
}

.mainItem figure {
    overflow: hidden;
}

.mainItem figure img {
    max-height: 100%;
}

.more-url {
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    z-index: 9;
    background: transparent;
    border: 1px solid var(--para);
    border-radius: 20px;
    /* padding: 10px 20px; */
    margin-top: 30px;
    width: 162px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    transition: all .5s ease-in-out;
}

.more-url i {
    color: var(--para);
}

.more-url:hover {
    border: 0;
}


.more-url:after {
    content: '';
    position: absolute;
    top: 0;
    height: 100%;
    width: 0;
    cursor: pointer;
    background: var(--gradient);
    visibility: visible;
    opacity: 1;
    transition: .8s;
    border: 0;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

html[dir='rtl'] .more-url:after {
    right: 0;
}

html[dir='ltr'] .more-url:after {
    left: 0;
}

.more-url:hover:after {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    width: 100%;
    visibility: visible;
    opacity: 1;
    z-index: -1;
    border: 0;
}

.more-url:before {
    content: "\f177";
    font-family: FontAwesome;
    color: #FFF;
    font-weight: bold;
    position: absolute;
    margin-top: -60px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

html[dir='rtl'] .more-url:before {
    left: 20px;
}

html[dir='ltr'] .more-url:before {
    right: 20px;
}

.more-url:hover:before {
    margin-top: 2px;
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.more-url i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.more-url:hover i {
    transition: .8s;
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    margin-bottom: -60px;
}

.owl-item .slider-title {
    transition: all 400ms ease-in-out
}

.owl-item.active .slider-title {
    animation-duration: 2s;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 1s;
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        transform: translateY(-100px);
    }
    100% {
        opacity: 1;
        transform: translateY(-1px);
    }
}

.more-url:hover i {
    color: #FFF;
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.more-url:hover span {
    color: #FFF;
}

.more-url span {
    color: var(--para);
    margin-inline-end: 50px;
}

.slider .owl-dots {
    position: absolute;
    display: inline-flex;
    bottom: 30px;
    right: 10%;
    transform: translateX(-10%);
}

.slider .owl-carousel button.owl-dot {
    width: 25px;
    height: 25px;
    border: 1px solid var(--main);
    display: flex;
    align-items: center;
    justify-content: center;
}


.slider .owl-carousel button.owl-dot.active {
    border: 1px solid var(--secondary);
}

.slider .owl-carousel button.owl-dot span {
    width: 10px;
    border-radius: 0;
    height: 10px;
}

.slider .owl-carousel button.owl-dot.active span {
    background-color: var(--secondary);
    transition: all .35s ease-in-out;
}

.slider .owl-carousel button.owl-dot:not(:last-child) {
    margin-inline-end: 5px;
}
/* // main slider */


/* news slider*/

.news {
    position: relative;
    background-color: #f7f7f7;
}


html [dir='rtl'] .news .owl-stage-outer {
    margin-left: 10px;
}

html [dir='ltr'] .news .owl-stage-outer {
    margin-right: 10px;
}

.news .row {
    align-items: center;
}

.news_items {
    padding: 30px 0;
    opacity: 0;
    transition: .9s all ease;
}

.news_items.active {
    transform: none !important;
    opacity: 1 !important;
}

html[dir='rtl'] .news_items {
    transform: translateX(100%);
    opacity: 0;
}

html[dir='ltr'] .news_items{
    transform: translateX(-100%);
    opacity: 0;
}

.news_head {
    font-family: vazir;
    font-weight: bold;
    color: var(--main);
}

html[dir='rtl'] .news_head {
    font-size: 2rem;
}

html[dir='ltr'] .news_head {
    font-size: 1.5rem;
}

.news_content {
    color: var(--para);
}

.news .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    margin-inline-end: 10px;
}

.news .owl-carousel .owl-nav button.owl-prev:after {
    content: '';
    position: absolute;
    width: 1px;
    height: 100%;
    margin-inline-start: 5px;
    background-color: #000;
}

.news .owl-carousel .owl-nav button.owl-prev i {
    transition: all .5s ease-in-out;
}

.news .owl-carousel .owl-nav button.owl-prev i:hover,
.news .owl-carousel .owl-nav button.owl-prev i:focus {
    background: -webkit-linear-gradient(180deg, rgba(62,185,204,1) 0%, rgba(31,65,148,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.news_slider {
    display: flex !important;
    align-items: center;
}

.news_slider .owl-nav {
    display: flex !important;
    padding-inline-start: 10px;
}

.news_items > .row [class*='col-']:first-child {
    margin-inline-end: -40px;
}
/* // news slider*/


/* Section about */
section.about {
    position: relative;
    margin-top: 60px;
}

.about-content {
    color: var(--para);
}

.about_item {
    margin-bottom: 40px;
}

.counter {
    font-weight: bold;
    font-family: 'vazir';
    margin-bottom: 18px;
    text-align: center;
}

.counter span {
    font-size: 8rem;
    background: -webkit-linear-gradient(180deg, rgba(62,185,204,1) 0%, rgba(31,65,148,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.counter p {
    text-shadow: -1px -1px 0 var(--sky), 1px -1px 0 var(--sky), -1px 1px 0 var(--sky), 1px 1px 0 var(--sky);
    color: #FFF;
    font-size: 4.5rem;
    line-height: 1.5;
    margin-top: -60px;
}

.about_exp_content {
    font-weight: bold;
    color: #000;
    position: relative;
    line-height: 1.8;
    top: 50%;
    transform: translateY(-50%);
}

.about_exp_img img {
    border-radius: 20px;
}

/* statics */

.statics {
    position: relative;
    margin: 50px 0 90px;
}

.statics:before {
    content: '';
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}

html[dir='rtl'] .statics:before {
    background-image: url(../img/arrow.png);
}

html[dir='ltr'] .statics:before {
    background-image: url(../img/arrow.png);
    transform: rotateY(180deg);
}

.statics .row {
    align-items: center;
}

.statics_item {
    position: relative;
    height: 100%;
}

.statics_item:after {
    content: '';
    position: absolute;
    border-bottom: 5px solid #009cd7;
    display: block;
    inset: 0;
    border-radius: 3px;
    pointer-events: none;
}

.static_icon {
    display: flex;
    justify-content: end;
    margin-bottom: 18px;
    height: 70px;
}

.hold_static_num {
    display: inline-flex;
    color: var(--main);
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1;
}

.static_item_tit {
    font-size: 20px;
    color: var(--sky);
    font-weight: bold;
    padding-bottom: 15px;
}
/* // Section about */


/* section services */
section.services {
    position: relative;
}

section.services:before {
    position: absolute;
    content: '';
    background-image: url(../img/serv-cover.png);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-size: 100% 50%;
    inset: 0;
}

.serv_cards {
    position: relative;
    box-shadow: 0 0 40px rgb(0 0 0 / 17%);
    overflow: hidden;
    z-index: 9;
    background-color: #FFF;
}

.serv_card {
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: #f3f3f3;
    padding: 20px;
    background-color: #FFF;
    height: 100%;
    overflow: hidden;
    transition:  all .5s ease-in-out;
}

.serv_card:hover {
    background-color: #f8f8f8;
}

.serv_tit {
    margin: 20px 0 10px;
}

.serv_card .arrow_btn i {
    background: var(--gradient);
    color: #FFF;
    padding: 15px;
    border-radius: 100%;
}

.serv_icon {
    position: relative;
    display: inline-block;
    padding: 15px 10px 20px 35px;
}

.serv_icon:before {
    position: absolute;
    content: '';
    background-image: url(../img/icons/moon.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    inset: 0;
    z-index: 0;
}

.serv_tit h4 {
    font-family: 'vazir';
    font-size: 19px;
    color: var(--main);
}

.serv_content {
    position: relative;
    font-size: 15px;
    font-weight: bold;
    bottom: -60px;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

.serv_card .arrow_btn {
    position: absolute;
    top: 25px;
    transform: translateY(-200%);
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease-in-out;
}

html[dir='rtl'] .serv_card .arrow_btn {
    left: 20px;
}

html[dir='ltr'] .serv_card .arrow_btn {
    right: 20px;
}

.serv_card:hover .arrow_btn {
    transform: none;
    opacity: 1;
    visibility: visible;
}

.arrow_btn i {
    transition: all .5s ease-in-out;
}

.serv_card:hover .arrow_btn i {
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

@keyframes move_arrow {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(10px);
    }
}

.serv_item {
    transform: translateY(30%);
    transition: all .5s ease-in-out;
}

.serv_card:hover .serv_item {
    transform: none;
}

.serv_card:hover .serv_content {
    bottom: 0;
    opacity: 1;
    visibility: visible;
}

.services_topic {
    position: relative;
    padding: 40px 0;
    font-size: 2rem;
}

.services_topic span:first-child {
    color: var(--sky);
}

.services_topic span:last-child {
    color: #FFF;
}
/* // section services*/




/* Tabs */

.tabs {
    background-color: transparent;
}


.tab-content {
    height: 0;
    overflow: hidden;
    transition: height 0.3s ease-in-out;
}

.tab-content.active {
    height: auto;
    overflow: visible;
}




.flickity-viewport {
    min-height: 440px !important;
}


ul.tabs-nav {
    padding: 5px;
    display: flex;
    justify-content: center;
    margin: 10px 0 50px;
}

.projects {
    position: relative;
    margin-top: 60px;
}

.projects ul.tabs-nav li {
    position: relative;
    float: left;
    font-weight: bold;
    margin-right: 2px;
    padding: 12px 10px;
    text-align: center;
    cursor: pointer;
    background: transparent;
    border: 1px solid var(--sky);
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

/*.projects ul.tabs-nav li:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    height: 100%;*/
/*    width: 0;*/
/*    cursor: pointer;*/
/*    background: var(--gradient);*/
/*    visibility: visible;*/
/*    opacity: 1;*/
/*    transition: .8s;*/
/*    border: 0;*/
/*    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);*/
/*}*/

.projects ul.tabs-nav li:hover,
ul.tabs-nav li.current{
  background: var(--gradient);
}

html[dir='rtl'] .projects ul.tabs-nav li:after {
    right: 0;
}

html[dir='ltr'] .projects ul.tabs-nav li:after {
    left: 0;
}

.projects ul.tabs-nav li a{
    font-size: 15px;
}

ul.tabs-nav li:not(:last-child) {
    margin-inline-end: 15px;
}

ul.tabs-nav li:hover,
ul.tabs-nav li.current {
    border: 0;
}

.tabs-nav li a {
    text-decoration: none;
    color: #000;
    transition: all .5s ease-in-out;
}

ul.tabs-nav li:hover a,
ul.tabs-nav li.current a {
    color: #FFF;
}

/* section projects */

.project-card .arrow_btn i {
    background: transparent;
    color: var(--sky);
    border: 1px solid var(--sky);
}

.project-card:hover .arrow_btn i {
    background: var(--gradient);
    color: #FFF;
    border: 0;
}

.carousel-cell {
    margin-right: 30px;
    border-radius: 5px;
    /*counter-increment: carousel-cell;*/
}

/* cell number */
/*.carousel-cell:before {*/
/*    display: block;*/
/*    text-align: center;*/
/*    content: counter(carousel-cell);*/
/*    line-height: 200px;*/
/*    font-size: 80px;*/
/*    color: white;*/
/*}*/

.project-card {
    position: relative;
}

.project-card:before {
    content: "";
    border: 3px solid #3eb8cc;
    position: absolute;
    top: 20px;
    right: 20px;
    pointer-events: none;
    width: calc(100% - 40px);
    height: 392px;
    border-radius: 10px;
    transition: linear .4s;
    z-index: 1;
}

.project-card:hover:before {
    width: 100%;
    height: 406px;
    border-radius: 10px;
    right: 0;
    top: 0;
}

.project_item {
    position: absolute;
    width: 100%;
    bottom: -63px;
}


.project-tit h4 {
    font-size: 2rem;
    font-weight: bold;
    font-family: 'vazir';
    margin-inline: 52px;
    color: var(--sky);
    transition: all .5s ease-in-out;
}

.projects_content {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #FFF;
    z-index: 2;
    width: 85%;
    margin: 0 auto;
}

.projects_content p {
    margin-inline-start: 10px;
}

.projects_content a {
    margin-inline-end: 10px;
}

.project_content p {
    font-size: 17px;
    font-family: 'vazir';
    margin-top: 5px;
}

.project_img img {
    border-radius: 10px;
}


.arrow_btn {
    transition: all .5s ease-in-out;
}

.arrow_btn i {
    background: var(--gradient);
    color: #FFF;
    border-radius: 100%;
    padding: 13px;
}


.many_project {
    position: relative;
    font-family: vazir-light;
    color: #737373;
    font-size: 2rem;
    padding-top: 30px;
    margin: 26px 0 40px;
}

/*.many_project:before {*/
/*    content: '';*/
/*    width: calc(100% - 82rem);*/
/*    height: 5px;*/
/*    background-color: #3eb8cc;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    transition: all .5s ease-in-out;*/
/*}*/

/*.many_project:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    top: 0;*/
/*    transform: translateX(-50%);*/
/*    width: 95px;*/
/*    height: 5px;*/
/*    background-color: var(--main);*/
/*}*/

.flickity-page-dots .dot {
    display: inline-block;
    width: 75px;
    height: 5px;
    margin: 0;
    background: var(--sky);
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.projects-carousel {
    margin-bottom: 27px;
}


.flickity-page-dots .dot.is-selected {
    background: var(--main);
}

.many_project span {
    font-family: vazir;
    color: var(--main);
    font-size: 3rem;

}  /* //section projects*/



/** section partners */

.partners {
    position: relative;
    margin-bottom: 100px;
}

.partners .sec-tit {
    margin-bottom: 16px;
    color: #58c5c7;
}

.partners .row {
    justify-content: center;
    align-items: center;
}

.partners .more-url span {
    margin-inline: 0;
}

.partners figure {
    height: 185px;
    padding: 30px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
}

.partners figure img {
    max-height: 100%;
    object-fit: contain;
}

.partners figure:hover {
    box-shadow: 0px 7px 30px rgb(0 0 0 / 30%);
    transform: translateY(-5px);
}

.partners .more-url {
    justify-content: space-between;
    width: 183px;
    height: 42px;
    padding: 10px;
    text-align: center;
    margin-top: 0;
    background: transparent;
    transition: all 0.5s ease-in-out;
}

/** // section partners */


/* section news card */
.news_cards {
    position: relative;
    margin-bottom: 100px;
}

.news_card {
    position: relative;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 27%);
    border-radius: 20px;
    transition: all .5s ease-in-out;
}


.news_cards .sec-tit {
    margin-bottom: 70px;
}

.news_card .arrow_btn i {
    background: #58c5c7;
    transition: all .5s ease-in-out;
}

.news_card_img img {
    border-radius: 20px;
    max-width: 280px;
    max-height: 270px;
}

.news_cards [class*='col-'] {
    padding-right: 25px;
    padding-left: 25px;
}

.news_card_img {
    position: relative;
    top: -27px;
}

html[dir='rtl'] .news_card_img {
    left: -80px;
}

html[dir='ltr'] .news_card_img {
    right: -80px;
}

.news_card_img img {
    width: 100% !important;
    box-shadow: 3px 0 7px rgb(0 0 0 / 35%);
    transition: all .5s ease-in-out;
}

.news_card_date {
    position: absolute;
    top: 75px;
    transform: rotate(270deg);
    color: #58c5c7;
}

html[dir="rtl"] .news_card_date {
    right: -20px;
}

html[dir="ltr"] .news_card_date {
    left: -20px;
}

.news_card_date i {
    font-size: 25px;
    margin-inline-end: 7px;
}

.news_card_date span {
    font-size: 18px;
}

.news_card_body {
    padding: 0 20px 20px 56px;
}

.news_card_tit {
    font-family: 'vazir';
    color: #000;
    font-size: 24px;
    margin-bottom: 10px;
    transition: all .5s ease-in-out;
}

.news_card:hover .news_card_tit {
    color: var(--main);
}

.news_card:hover .arrow_btn i {
    background: var(--gradient);
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.news_card_content {
    color: var(--para);
    margin-bottom: 30px;
    transition: all .5s ease-in-out;
}

.news_card:hover .news_card_content {
    color: #000;
}

.news_card:hover {
    animation: floatImage 3.6s ease-in-out infinite;
}

@keyframes floatImage {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-26px);
    }
}

/* section news card */


/* section ready */

.in-ready {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFF;
    background: var(--main);
    border-radius: 185px;
    padding: 40px 46px;
    line-height: 1.2;
}

.ready_item {
    font-family: 'vazir';
    font-size: 3.5rem;
}

.ready .more-url {
    background: var(--gradient);
    margin-top: 0;
    border: none;
}

.in-ready {
    box-shadow: 3px 0 7px rgb(0 0 0 / 35%);
}

.ready .more-url span,
.ready .more-url i {
    color: #FFF;
}
/* // section ready */

/* client */

.clients {
    position: relative;
    padding: 25px 0;
    margin-bottom: 125px;
}

.client-item {
    padding: 30px 23px;
}

.clients .sec-tit {
    margin-bottom: 25px;
}

.client_card {
    position: relative;
    background-color: #fbfbfb;
    padding: 40px;
    margin-bottom: 40px;
    border-radius: 50px 0;
    transition: all .5s ease-in-out;
}

.client_card:after {
    position: absolute;
    content: '';
    background-image: url('../img/comma.png');
    background-repeat: no-repeat;
    inset: 0;
    pointer-events: none;
}

html[dir='rtl'] .client_card:after {
    background-position: bottom left;
}

html[dir='ltr'] .client_card:after {
    background-position: bottom right;
}

.client_card:hover {
    background: #FFF;
    box-shadow: 0 0 29px rgb(0 0 0 /21%);
}

.client_body {
    display: inline-flex;
    align-items: center;
}

.client_body figure {
    border: 2px solid var(--sky);
    border-radius: 50%;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #f7f7f7;
    margin-inline-end: 10px;
}

.client_body figure img {
    max-width: 37px;
    margin: 0 auto;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.client_name {
    font-weight: bold;
    color: var(--secondary);
    padding-bottom: 5px;
    transition: all .5s ease-in-out;
}

.client_card:hover .client_name {
    color: var(--main);
}

.client_job {
    color: var(--secondary);
    transition: all .5s ease-in-out;
}

.client_card:hover .client_job {
    color: var(--main);
}

.opinion {
    margin-bottom: 30px;
    color: var(--para);
    transition: all .5s ease-in-out;
}

.client_card:hover .opinion {
    color: #000;
}

/*.client_comma {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    background: -webkit-linear-gradient(180deg, rgba(62,185,204,1) 0%, rgba(31,65,148,1) 100%);*/
/*    -webkit-background-clip: text;*/
/*    -webkit-text-fill-color: transparent;*/
/*}*/


/*html[dir='rtl'] .client_comma {*/
/*    left: 0;*/
/*}*/

/*html[dir='ltr'] .client_comma {*/
/*    right: 0;*/
/*}*/

/*.clients:after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    left: 50%;*/
/*    bottom: 0;*/
/*    transform: translateX(-50%);*/
/*    width: 95px;*/
/*    height: 5px;*/
/*    background-color: var(--main);*/
/*}*/

.clients-slider .owl-dots {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
}

.clients-slider .owl-dots button.owl-dot {
    display: inline-block;
    width: 75px;
    height: 5px;
    margin: 0;
    background: var(--sky);
    border-radius: 0;
    opacity: 1;
    cursor: pointer;
    transition: all .5s ease-in-out;
}

.clients-slider .owl-dots button.owl-dot.active {
    background: var(--main);
}


/*.clients:before{*/
/*    content: '';*/
/*    width: calc(100% - 82rem);*/
/*    height: 5px;*/
/*    background-color: #3eb8cc;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 50%;*/
/*    transform: translateX(-50%);*/
/*    transition: all .5s ease-in-out;*/
/*}*/



/* footer */

footer {
    position: relative;
    background-image: url("../img/footer-cover.png");
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 150px 0 40px;
}

footer .sec-tit {
    color: #FFF;
}

footer ul.tabs-nav li {
    width: 150px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    float: left;
    font-weight: bold;
    cursor: pointer;
    background: transparent;
    border: 1px solid #58c5c7;
    border-radius: 50px;
}



footer ul.tabs-nav li:hover, footer ul.tabs-nav li.current {
    background: var(--gradient);
    border: none;
}

.tab-footer {
    display: none;
}

.tab-footer:first-child {
    display: block;
}

.map {
    position: relative;
}

footer .tabs-nav li a {
    color: var(--sky);
}

.map iframe {
    width: 100%;
    max-height: 420px;
    border-radius: 20px;
}

.map .contacts {
    position: absolute;
    top: 0;
    left: 0;
    background: rgb(255 255 255 / 75%);
    height: 420px;
    padding: 30px;
    width: 25rem;
    border-radius: 20px 0 0 20px;
}


.map .contacts_item {
    margin-bottom: 25px;
}

.map .contacts_icon {
    margin-inline-end: 5px;
}

#back-to-top {
    position: fixed;
    bottom: 40px;
    background: var(--gradient);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    z-index: 15;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    animation: pulse-shadow 1.5s infinite;
}

html[dir='rtl'] #back-to-top {
    right: 50px;
}

html[dir='ltr'] #back-to-top {
    left: 50px;
}


@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(98, 175, 186, 0.6);
  }
  70% {
    box-shadow: 0 0 0 30px rgba(98, 175, 186, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(98, 175, 186, 0);
  }

}

.show {
  opacity: 1 !important;
}


.in-contacts {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.contacts_item {
    display: flex;
    align-items: center;
    font-family: vazir;
}

.contacts_icon {
    background: var(--gradient);
    color: #FFF;
    border-radius: 100%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
}

.contacts_icon img {
    max-width: 30px;
    max-height: 30px;
}

.contacts-head {
    font-size: 22px;
    color: #58c5c7;
}

.contacts-item {
    font-family: bahij;
    font-weight: bold;
    color: #000
}

.footer-end {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.social {
    display: flex;
}

.social-icon {
    border: 1px solid #FFF;
    width: 50px;
    height: 50px;
    line-height: 58px;
    text-align: center;
    border-radius: 100%;
    color: #FFF;
    transition: all .5s ease-in-out;
}

.social-icon i {
    font-size: 25px;
    transition: all .5s ease-in-out;
}

.social-icon:hover i {
    transform: rotate(360deg);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    color: #FFF;
}

.social a:not(:last-child) {
    margin-inline-end: 10px;
}

.footer_links .linkMenu a {
    color: #FFF;
}

.footer_links .linkMenu:not(:last-of-type) {
    margin-inline-end: 40px !important;
}

.foot-copyright {
    color: #FFF;
}

.foot-copyright a {
    color: #58c5c7;
}

.footer-logo {
    margin: 60px 0;
}

.footer_links {
    margin: 20px 0;
}

.repeat_me {
    margin-bottom: 0 !important;
    display: inline-flex;
}

.repeat_me:not(:last-of-type):after {
    content: '-';
    color: #000;
    margin-inline-start: 5px;
}

/* // footer*/

.zz .graph__wrapper {
    top: 55rem !important;
}

/****************** Content pages *******************/

.content {
    margin: 30px 0;
}

.content .sec-tit {
    margin-bottom: 20px;
    color: #000;
}

.content.slider {
    background: transparent;
}

.content.services:before {
    display: none;
}

.content .serv_cards {
    box-shadow: none;
    background-color: transparent;
}

.news-item {
    height: 100%;
    padding: 15px;
    margin-bottom: 30px;
    box-shadow: 0 0 3px rgb(0 0 0 / 30%);
}

.news-item:hover .arrow_btn i {
    animation-name: move_arrow;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.news-item-thumb {
    margin-bottom: 15px;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.news-item-thumb img {
    transition: all .5s ease-in-out;
}

.news-item:hover  .news-item-thumb img {
    transform: scale(1.05) rotate(1deg);
}

.news-item-tit {
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 25px;
}

.news-item-des {
    margin-bottom: 20px;
}

.news-item-url {
    display: inline-flex;
}

.news-item-thumb img {
    max-height: 290px;
    border-radius: 10px;
}

.news-item .arrow_btn i {
    background: transparent;
    color: #000;
    border: 1px solid var(--sky);
    transition: all.5s ease-in-out;
}

.news-item:hover .arrow_btn i {
    background: var(--gradient);
    color: #FFF;
    border: 1px solid transparent;
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    background-color: var(--secondary);
}

.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}

.property-cat {
    display: inline-block;
    margin: 10px 0;
    transition: all .5s ease-in-out;
}

.project-card:hover .project-tit h4{
    color: #000;
}

.property-cat a {
    margin-inline-start: 10px;
    border-radius: 5px;
    color: #000;
    font-family: 'vazir';
}

.news-item-thumb img {
    width: 100%;
}

.property-cat a {
    margin-inline-end: 5px;
}

.content [class*='col-'] {
    margin-bottom: 20px;
}

.news-item  .cont_btn i {
    margin-inline: 0;
}

.content .partner_imgs {
    transform: none !important;
    left: 0 !important;
    top: 0 !important;
    margin-inline: 0 !important;
}

.sec-tit .date,
.sec-tit .date i {
    font-size: 16px;
    text-align: start;
}

.wp-pagenavi {
    position: relative;
    z-index: 999;
}

.wp-pagenavi span.current {
    font-weight: bold;
    background: var(--main);
    color: #FFF;
    border-color: transparent;
    transform: scale(1.2);
    margin-inline: 5px;
}

.wp-pagenavi span {
    display: inline-flex;
    cursor: pointer;

}

.wp-pagenavi a {
    color: #FFF;
    background: #c2c2c2;
}

.form {
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    padding: 30px;
}

.form7 {
    position: relative;
    z-index: 99;
    margin-top: 10px;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* contact us arrow */

.path {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    animation: dash 3s linear forwards;
    animation-iteration-count: 1;
    animation-delay: 1s;
}
@keyframes dash {
    to {
        stroke-dashoffset: 0;
    }
}
.dashed {
    stroke-dasharray: 5, 12;
}
#arrow {
    animation: arrow 2s linear forwards;
    opacity: 0;
}
@keyframes arrow {
    to {
        opacity: 1;
    }
}
.ifrm {
    border: none;
    width: 100%;
    margin-top: 50px;
}


.graph__wrapper {
    display: inline-block;
    position: absolute;
}

html[dir='rtl'] .graph__wrapper {
    right: 0;
    top: 50rem;
    transform: rotateY(180deg);
}

html[dir='ltr'] .graph__wrapper {
    left: 0;
    top: 49.5rem;
}

.content.services .cont_btn i {
    position: relative;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    transform: none;
}

/* // contact us arrow */


/* fly send icon */
.send-btn {
    width: 140px;
    height: 45px;
    line-height: 45px;
    border: none;
    background-color: var(--main);
    font-size: 20px;
    position: relative;
    transition: all 350ms ease-in-out;
    cursor: pointer;
    color: #FFF;
}

.send-btn i {
    color: #0096ff;
}

.send-btn.checked {
    box-shadow: 200px 0 0 #50c878 inset, 0 2px 5px #50c878a6;
}

.circle {
    position: absolute;
    width: 100px;
    height: 100px;
    /* border: 1px solid #000; */
    border-radius: 50%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plane-icon {
    position: absolute;
    left: -0.5em;
    top: 50%;
    transform: translateY(-50%) rotate(-25deg);
}

.rotateCircle {
    animation: rotate 3s ease-in-out 1;
}

.hide {
    display: none;
    visibility:hidden;
}

@keyframes rotate {
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

bye {
    opacity: 0;
    visibility: hidden;
}
/*// fly send icon*/


.form-group span {
    color: red;
}

.form-group {
    margin-bottom: 1rem;
}

.form-group label {
    width: 100%;
}

html[dir='ltr'] .handle-form {
    direction: ltr;
}

html[dir='ltr'] .wpcf7-form-control {
    direction: ltr;
    text-align: left;
}

html[dir='rtl'] .wpcf7-form-control {
    direction: rtl;
    text-align: right;
}

html[dir='ltr'] .handle-form .more-url {
    direction: rtl;
}

html[dir='ltr'] .handle-form   .more-url span {
    margin-inline-start: 35px;
    margin-inline-end: 0;
}

.content-img figure {
    height: 185px;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    box-shadow: 0 0 8px rgb(0 0 0 / 30%);
    transition: all .5s ease-in-out;
}


html[dir="rtl"] .news_slider .owl-nav {
    direction: rtl !important;
}

html[dir="ltr"] .news_slider .owl-nav {
    direction: rtl !important;
}


/*projects*/

.property-cat {
    margin-bottom: 20px;
}

.property-cat span:not(:last-of-type) {
    margin-inline-end: 10px;
}

.property-cat span {
    padding: 2px 6px;
    background-color: #fff;
    border: 1px solid #D2D2D7FF;
    border-radius: 4px;
    color: #4A4C4FFF;
    font-size: 14px;
}

.property-tit {
    margin-bottom: 30px;
    color: #000;
}

.property-exp {
    font-size: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--main);
}

.property-components {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main);
}

.property-componentItem {
    margin-bottom: 15px;
}

.property-componentItem-icon img {
    max-height: 24px;
}

.property-componentItem-num {
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.property-componentItem-tit {
    color: #737373;
    font-size: 24px;
    font-weight: bold;
}

.property-sec-tit {
    color: #000;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 15px;
}

.property-additionalItem-tit {
    margin-bottom: 10px;
}

.property-additionalItem-info {
    padding: 10px;
    font-size: 18px;
}

.property-dataIcon {
    margin-bottom: 25px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--main);
}

.property-dataIconItem {
    margin-bottom: 15px;
}

.property-dataIconItem-icon img {
    max-height: 24px;
}

.property-dataIconItem-tit {
    font-size: 18px;
}

.property-address-wrap,
.property-additional,
.property-map-wrap {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid var(--main);
}

.property-map iframe {
    display: block;
    width: 100%;
    height: 390px;
}
.hold-sidebar {
    position: sticky;
    top: 0;
    z-index: 9;
}

.property-sidebar {
    padding: 35px 25px;
    background-color: #fff;
    border: 1px solid #D2D2D7FF;
    box-shadow: rgb(0 0 0 / 6%) 0 9px 17px,
    rgb(0 0 0 / 4%) 0 2px 5px,
    rgb(0 0 0 / 5%) 0 1px 2px,
    rgb(0 0 0 / 7%) 0 0.4px 0.7px;
    border-radius: 10px;
}

.property-price {
    margin-bottom: 15px;
}

.property-contactDetails {
    margin-bottom: 20px;
}

.property-contact-linkItem a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}

.property-contact-linkItem a i {
    margin-inline-end: 5px;
}

.property-contact-linkItem-whatsapp {
    border: 1px solid #4CAF50FF;
    color: #4CAF50FF;
}

.property-contact-linkItem-phone {
    color: #fff;
    background-color: var(--main);
}

.property-contact-linkItem-whatsapp:hover {
    color: #4CAF50FF;
    background-color: #ECF6ECFF;
}

.property-contact-linkItem-phone:hover {
    color: #fff;
    background-color: var(--main);
}

/******************************/
.property-item {
    border-radius: 10px;
    border: 1px solid var(--main);
    margin-bottom: 30px;
}

.property-item-thumb {
    height: 240px;
}

.property-item-thumb img {
    max-height: 100%;
}

.property-item-body-wrap {
    padding: 15px;
}
.property-item-body{
    margin-bottom: 15px;
}
.property-item-tit {
}

.property-item-tit a {
    font-size: 25px;
    color: var(--main);
}

.property-item-exp {
    margin-bottom: 15px;
}

.property-item-component:not(:last-of-type) {
    margin-inline-end: 10px;
}

.property-item-component {
    margin-bottom: 10px;
}

.property-item-component-icon {
    margin-inline-end: 5px;
}

.property-item-component-icon img {
    max-height: 26px;
    filter: invert(65%) sepia(72%) saturate(299%) hue-rotate(1deg) brightness(102%) contrast(85%);

}

.property-item-component-num {
    font-weight: bold;
    color: #000;
}
.property-item-publish-wrap{
    color: var(--main);
}
.property-item-footer{
    padding: 15px 0;
    border-top: 1px solid var(--main);
}
.property-item-price{
    color: #000;
    font-size: 24px;
    font-weight: bold;
}
.property-item-contact .property-contact-linkItem:not(:last-of-type){
    margin-inline-end: 10px;
}
.property-item-contact .property-contact-linkItem i{
    margin: 0;
}

.property-data .item img {
    height: 400px;
}

.owl-thumb-item img {
    width: 70px;
    height: 70px;
    border-radius: 0;
    margin: 5px;
}

.owl-thumb-item {
    display: inline-block;
    border: 0;
    background: transparent;
    opacity: .5;
    transition: linear .4s;
}
.owl-thumb-item.active {
    opacity: 1;
    transition: linear .4s;
}

.property-data .item img {
    height: 400px;
}

.content .property-wrap .property-cat > span {
    background: var(--main);
    color: #FFF;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    margin-inline-end: 10px;
}

.custom-file-label {
    padding: 0px 80px 0 0;
    text-align: center;
    line-height: calc(2.25rem + 2px);
}

.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}



/*key frames*/
@keyframes move_arrow {
    0%,
    100% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
}

/****************** media Query *******************/

@media (max-width: 1200px) {
    .logo {
        height: 90px;
    }

    .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 2px !important;
    }

    nav > .nav-list > .linkMenu > a {
        font-size: 20px !important;
    }

}

@media (min-width: 992px) {

    ul.nav-list {
        display: flex !important;
        align-items: center;
    }

    .hold_version_item {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .version .row:first-of-type .hold_version_item{
        margin-inline-end: 34%;
        padding-inline-end: 15px;
    }

    .version .row:last-of-type .hold_version_item {
        margin-inline-start: 20%;
        padding-inline-start: 15px;
    }

    .dropdown button {
        margin-inline-end: 120px;
    }

    .help_buttons > a {
        margin-inline-end: 10px;
        padding: 10px 30px;
    }

    /*sub menu // sub menu */
    html[dir="rtl"] .sub-menu .menu-item-has-children .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children .sub-menu {
        left: 100%;
    }

    .sub-menu .menu-item-has-children .sub-menu {
        top: 0 !important;
    }

    html[dir="rtl"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        right: 100%;
    }

    html[dir="ltr"] .sub-menu .menu-item-has-children:hover > .sub-menu {
        left: 100%;
    }

    .sub-menu a:before {
        display: inline-block;
        content: "\f100";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-end: 10px;
        color: var(--main);
        transition: all .5s ease-in-out;
    }

    .hold-nav-icon {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .dd-trigger {
        display: none !important;
    }

    #nav-icon {
        display: none;
    }

    .nav-list > .linkMenu {
        position: relative;
        display: flex;
        align-items: center;
    }

    html[dir='rtl'] .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 16px;
    }

    html[dir='ltr'] .nav-list > .linkMenu:not(:last-of-type) {
        margin-inline-end: 0;
    }

    nav > .nav-list > .linkMenu > a {
        display: flex;
        position: relative;
        overflow: hidden;
        padding: 10px 17px;
        font-weight: bold;
        font-size: 18px;
        color: #000;
        z-index: 1;
        transition: all .5s ease-in-out;
    }

    nav > .nav-list > .linkMenu.active a,
    nav > .nav-list > .linkMenu:hover a {
        color: var(--main);
    }

    nav > .nav-list > .linkMenu:not(:last-of-type):before,
    nav > .nav-list > .linkMenu.active:not(:last-of-type)::before {
        position: absolute;
        content: "";
        width: 50px;
        height: 50px;
        top: 0;
        border-radius: 100%;
        background: rgb(20 96 171 / 30%);
        transition: transform 0.5s;
        transform: scaleX(0);
    }

    html[dir="rtl"] nav > .nav-list > .linkMenu:before,
    html[dir="rtl"] nav > .nav-list > .linkMenu.active:before {
        right: 0;
    }

    html[dir="ltr"] nav > .nav-list > .linkMenu:before,
    html[dir="ltr"] nav > .nav-list > .linkMenu.active:before {
        left: 0;
    }


    nav > .nav-list > .linkMenu:hover::before,
    nav > .nav-list > .linkMenu.active:before {
        transform: scaleX(1);
    }

    html[dir='rtl'] nav > .nav-list > .linkMenu:before,
    html[dir='rtl'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: left;
    }

    html[dir='rtl'] nav > .nav-list > .linkMenu:hover::before,
    html[dir='rtl'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: right;
    }

    html[dir='ltr'] nav > .nav-list > .linkMenu:before,
    html[dir='ltr'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: right;
    }

    html[dir='ltr'] nav > .nav-list > .linkMenu:hover::before,
    html[dir='ltr'] nav > .nav-list > .linkMenu.active:before {
        transform-origin: left;
    }

    .menu-item-has-children:after {
        transition: color .5s ease-in-out;
    }

    .menu-item-has-children:hover a:after {
        transform: rotateX(180deg);
        color: var(--main);
    }

    .menu-item-has-children a:not(.sub-menu a):after {
        display: inline-block;
        content: "\f078";
        font-family: "FontAwesome";
        font-weight: 900;
        margin-inline-start: 5px;
        transition: all .5s ease-in-out;
    }

    .sub-menu {
        position: absolute;
        top: 100%;
        z-index: 9;
        min-width: 200px;
        background: rgb(255 255 255 / 50%);
        border-radius: 0 0 10px 10px;
        padding: 20px;
        opacity: 0;
        visibility: hidden;
        transform-origin: 0 0 0;
        transform: scaleY(0);
        box-shadow: 0 3px 6px rgb(0 0 0 / 10%);
        transition: all 0.6s ease;
    }

    .sub-menu a {
        display: flex;
        align-items: center;
        color: #000;
    }

    .sub-menu a:hover,
    .sub-menu a:hover:before {
        color: var(--main);
    }

    .sub-menu li:not(:last-of-type) {
        margin-bottom: 10px;
    }

    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        top: 100%;
        transform: scaleY(1);
    }

    .mobile-nav-list {
        display: none;
    }

    .lang-employ {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    html[dir="rtl"] .lang-employ {
        left: 60px;
    }

    html[dir="ltr"] .lang-employ {
        right: 50px;
    }
}


@media (max-width: 992px) {

    .header-logo > a {
        flex-grow: 1;
    }

    .flex-me {
        justify-content: space-between;
    }

    .lang-employ {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        align-items: center;
    }

    html[dir="rtl"] .lang-employ {
        left: 80px;
    }

    html[dir="ltr"] .lang-employ {
        right: 80px;
    }

    .owl-dots {
        right: 8%;
        transform: translateX(-8%);
    }

    .partner_imgs {
        margin-inline-end: -20px;
    }

    .partner_imgs {
        margin-inline-end: -58px;
    }

    .partner_tit {
        margin-inline-end: 35%;
    }

    .news_card {
        margin-bottom: 30px;
    }

    .news_card_img img {
        border-radius: 20px;
        max-width: 230px;
    }

    .footer_links {
        display: none;
    }

    .mainItem figure img {
        height: 80vh;
    }

    .foot-copyright {
        margin-top: 20px;
    }

    .menu-logo {
        width: 100%;
        padding: 0 27px;
        position: relative;
        top: -15px;
    }

    nav {
        display: none;
    }

    .mobile-nav-list {
        display: none;
    }

    .logo img {
        max-height: 75px;
    }

    #nav-icon {
        width: 60px;
        height: 30px;
        display: flex;
        justify-content: center;
        position: relative;
        right: 0;
        transform: rotate(0deg);
        transition: .5s ease-in-out;
        cursor: pointer;
    }

    #nav-icon span {
        display: block;
        position: absolute;
        height: 4px;
        width: 60%;
        background-color: var(--main);
        border-radius: 9px;
        opacity: 1;
        transform: rotate(0deg);
        transition: .25s ease-in-out;
    }

    #nav-icon span:nth-child(2) {
        top: 12px;
        transition: 0.4s ease-in-out;
    }

    #nav-icon span:nth-child(3) {
        top: 24px;
    }

    #nav-icon.open span:nth-child(1) {
        top: 13px;
        transform: rotate(135deg);
        background-color: #FFF;
    }

    #nav-icon.open span:nth-child(2) {
        transform: translateX(-100%);
        opacity: 0;
        transition: 0.4s ease-in-out;
    }

    #nav-icon.open span:nth-child(3) {
        top: 13px;
        transform: rotate(-135deg);
        background-color: #FFF;
    }

    .menu-item-has-children i {
        color: #FFF;
    }

    .mobile-nav-list::-webkit-scrollbar {
        width: 10px;
    }

    .mobile-nav-list::-webkit-scrollbar-track {
        background-color: #fff;
    }

    .mobile-nav-list::-webkit-scrollbar-thumb {
        background-color: #FFF;
        border-radius: 20px;
    }

    .mobile-nav-list {
        width: 280px;
        height: 100%;
        background: linear-gradient(30deg, rgba(211,214,215,1) -30%, var(--sky) 50%);
        display: block;
        flex-direction: column;
        position: fixed;
        top: 0;
        z-index: 9999;
        box-shadow: 0 0 5px rgb(0 0 0 / 30%);
        overflow-y: auto;
        transition: all .5s linear;
    }

    html[dir='rtl'] .mobile-nav-list {
        right: 0;
        transform: translateX(100%);
    }

    html[dir='ltr'] .mobile-nav-list {
        left: 0;
        transform: translateX(-100%);
    }

    html[dir='rtl'] .mobile-nav-list.active  {
        right: 0;
    }

    html[dir='ltr'] .mobile-nav-list.active  {
        left: 0;
    }

    .mobile-nav-list.active {
        right: 0;
        z-index: 9999;
        transform: none !important;
    }

    .mobile-nav-list .menu-item a {
        position: relative;
        width: calc(100% - 34px);
        display: inline-block;
        padding: 15px;
        color: #FFF;
        font-weight: bold;
    }

    .mobile-nav-list .menu-item-has-children.menu-item a {
        width: calc(100% - 34px);
        display: inline-block;
    }

    .mobile-nav-list .sub-menu {
        display: none;
    }

    .mobile-nav-list .sub-menu a {
        display: inline-block;
        padding: 15px 25px;
        color: #FFF;
        transition: all .3s linear;
        font-weight: lighter;
    }

    .mobile-list {
        padding-top: 20px;
    }

    .rotate_me {
        transform: rotateX(180deg);
    }

    .mobile-nav-list .menu-item {
        position: relative;
        /*border-bottom: 1px solid #FFF;*/
        transition: all .5s linear;
    }

    .menu-overlay {
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(51, 51, 51, 0.7);
        z-index: 999;
        overflow: hidden;
        opacity: 0;
        transition: all .5s ease-in-out;
    }

    html[dir='rtl'] .menu-overlay {
        transform: translateX(-100%);
    }

    html[dir='ltr'] .menu-overlay {
        transform: translateX(100%);
    }

    .menu-overlay.active {
        display: block;
        opacity: 1;
        transition: all .5s ease-in-out;
        transform: none !important;
        z-index: 999;
    }

    .menu-item.active a {
        color: #FFF;
        font-weight: bold;
    }

    .menu-item a:before {
        transition: width 0.4s;
        position: absolute;
        top: 0;
        content: '';
        display: block;
        background-color: #FFF;
        height: 100%;
        width: 0;
    }

    html[dir='rtl'] .menu-item a:before {
        right: 0;
    }

    html[dir='ltr'] .menu-item a:before {
        left: 0;
    }

    .menu-item.active a:before {
        position: absolute;
        top: 0;
        content: '';
        display: block;
        background-color: #FFF;
        height: 100%;
        width:5px !important;
    }

    html[dir='rtl'] .menu-item.active a:before {
        right: 0;
    }

    html[dir='ltr'] .menu-item.active a:before {
        left: 0;
    }

    .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before {
        transition: width 0.4s;
        position: absolute;
        top: 0;
        content: '';
        display: block;
        background-color: var(--secondary);
        height: 100%;
        width: 5px;
    }


    html[dir='rtl'] .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before{
        right: 0;
    }

    html[dir='ltr'] .menu-item:not(.menu-item.active) a:not(.sub-menu a):hover:before{
        left: 0;
    }

    .menu-item a  {
        position: relative;
        transition: 0.5s ease;
    }

    .menu-item:hover a {
        animation: tracking-in-contract 0.4s linear both !important;
    }

    .menu-item img {
        margin-inline-end: 5px;
    }

    section.about .sec-tit {
        margin-bottom: 40px !important;
    }

    .tab-content [class*='col-'] {
        margin-bottom: 20px;
    }

    .clip_me {
        background: #FFF;
        height: 150px;
        clip-path: polygon(0% 0%, 215% 0%, -21% 124%, 0% 100%);
        border-bottom-left-radius: 55px;
        border-bottom-right-radius: 0;
    }

    .statics:before {
        display: none;
    }

}

@media (min-width: 768px) {
    .news_items {
        padding: 30px 0;
        opacity: 0;
        transition: .9s all ease;
    }

    .news_items.active {
        transform: none !important;
        opacity: 1 !important;
    }

    html[dir='rtl'] .news_items {
        transform: translateX(100%);
        opacity: 0;
    }

    html[dir='ltr'] .news_items{
        transform: translateX(-100%);
        opacity: 0;
    }

    .ready {
        position: relative;
        margin-block-end: -108px;
        z-index: 9;
        opacity: 0;
        transition: .9s all ease;
    }

    .ready.active {
        transform: none !important;
        opacity: 1 !important;
    }

    html[dir='rtl'] .ready {
        transform: translateX(100%);
        opacity: 0;
    }

    html[dir='ltr'] .ready{
        transform: translateX(-100%);
        opacity: 0;
    }

}


@media (max-width: 768px) {

    .serv_item {
        transform: none;
    }

    .serv_content {
        bottom: 0;
        opacity: 1;
        visibility: visible;
    }

    .news_items {
        padding: 30px 0;
        opacity: 1 !important;
        transition: .9s all ease;
    }

    html[dir='rtl'] .news_items {
        transform: none;
        opacity: 1;
    }

    html[dir='ltr'] .news_items {
        transform: none;
        opacity: 1;
    }
    .ready {
        position: relative;
        margin-block-end: -108px;
        z-index: 9;
        opacity: 1;
        transition: .9s all ease;
    }

    html[dir='rtl'] .ready {
        transform: none;
        opacity: 1;
    }

    html[dir='ltr'] .ready{
        transform: none;
        opacity: 1;
    }

    .many_project:before,
    .clients:before {
        content: '';
        width: 26%;
    }

    .in_slider {
        margin-inline-start: 40px;
    }


    html[dir="rtl"] .lang-employ {
        left: 60px;
    }

    html[dir="ltr"] .lang-employ {
        right: 60px;
    }

    .projects .tabs-nav {
        overflow-x: auto;
        white-space: nowrap;
        overflow-y: hidden;
        justify-content: normal !important;
    }

    .map .contacts {
        padding: 10px;
        width: 18rem;
    }

    .contacts-head {
        font-size: 18px;
    }

    .slider-title {
        font-size: 3rem;
    }

    .news_card {
        margin-bottom: 70px;
    }

    .news_card_img img {
        max-width: 266px;
    }

    .ready_item {
        font-size: 2.5rem;
    }

    .client_body {
        margin-bottom: 35px;
    }

    .more-url {
        width: 165px;
    }

    .more-url span {
        margin-inline-end: 40px;
        font-size: 18px;
    }

    .main-slider .owl-nav {
        position: relative;
        display: block;
        right: 37%;
        top: 0;
        bottom: 0;
        margin-right: 0;
        transform: none;
        margin-top: 20px;
    }

    .statics_item {
        margin-bottom: 20px;
    }

    .main-slider .owl-nav button:first-child {
        margin-bottom: 0;
        margin-inline-end: 5px;
    }

    .news .owl-stage-outer {
        margin-left: 0;
    }

    .news_slider .owl-nav {
        display: flex !important;
        position: absolute;
        bottom: -20px;
        left: 50%;

    }

    .news_content {
        padding-bottom: 20px;
    }

    .about .sec-tit:after {
        display: none;
    }


    .tab-content [class*='col-'] {
        margin-bottom: 40px;
    }

    .projects .tab-btn {
        padding: 10px;
    }

    .partner_cover {
        height: 100% !important;
    }

    .partner_cover {
        position: relative;
        height: 650px;
        display: flex;
        justify-content: flex-start;
    }

    .partner_tit {
        margin-top: 20px;
    }

}

@media (max-width: 576px) {

    .partners figure {
        padding: 10px;
    }

    .partner img {
        max-height: 100%;
        object-fit: contain;
    }

    .flickity-page-dots .dot {
        width: 0;
    }

    .project_item {
        bottom: -60px;
    }

    .project-tit h4 {
        margin-inline: 34px !important;
        font-size: 25px !important;
    }

    .map .contacts {

        border-radius: 20px;
    }

    .mobile-nav-list .employment {
        text-align: center;
        margin-top: 20px;
    }

    .mobile-nav-list .employment a {
        background: transparent;
        border: 2px solid #FFF;
        padding: 7px 25px;
        color: #FFF;
        border-radius: 50px;
    }

    .flex-me {
        justify-content: space-between !important;
    }

    header .employment {
        display: none;
    }

    .ready {
        margin-block-end: -70px;
    }

    .many_project:before, .clients:before {
        content: '';
        width: 60%;
    }

    .ready_item {
        font-size: 15px;
    }

    .in-ready {
        padding: 24px;
    }

    .map .contacts {
        position: relative;
        top: 0;
        left: 0;
        background: rgb(255 255 255 / 75%);
        height: 420px;
        padding: 30px;
        width: 100%;
    }

    footer ul.tabs-nav li {
        width: 150px;
        height: 40px;
        line-height: 20px;
    }

    .news_head {
        margin-bottom: 10px;
    }

    .slider .lang-employ {
        display: none;
    }

    header .lang-employ {
        display: flex !important;
    }

    .lang a {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        margin-inline-end: 13px;
    }

    .in_slider {
        margin-inline-start: 24px !important;
    }

    .news_slider .owl-nav {
        display: flex !important;
        position: absolute;
        bottom: -20px;
        left: 50%;
        transform: translateX(-50%);
    }

    .main-slider .owl-nav {
        position: relative;
        display: block;
        right: 0;
        text-align: center;
        top: 0;
        bottom: 0;
        margin-right: 0;
        transform: none;
        margin-top: 20px;
    }

    .mainItem figure img {
        height: 50vh;
    }

    .in_slider {
        margin-inline-start: -84px;
    }

    .slider-title {
        font-size: 2rem;
    }

    .more-url span {
        margin-inline-end: 45px;
    }

    .about_exp_content {
        padding-bottom: 40px;
    }

    /*.projects ul.tabs-nav li {*/
    /*    width: 200px;*/
    /*    height: 40px;*/
    /*    line-height: 18px;*/
    /*}*/

    .more-url {
        width: 140px;
        font-size: 12px;
        height: 35px;
        margin-top: 25px;
    }

    .slider:before {
        height: 57vh;
    }

    .owl-dots {
        right: 30%;
        transform: translateX(-50%);
        bottom: -35px;
    }

    .hold_version_item {
        margin-inline: 0 !important;
        padding-inline-start: 15px;
        padding-inline-end: 15px;
    }

    ul.tabs-nav li {
        padding: 10px 15px;
    }

    .logo {
        height: 56px;
    }

    .partner_imgs {
        margin-inline: 0;
        left: 0;
        top: 0;
        transform: none;
    }

    .partner .cont_btn {
        margin-top: 0;
    }

    .partner_tit {
        flex-direction: row;
    }

    .partner_cover:before,
    .partner_cover:after {
        display: none;
    }

    .partner_tit {
        margin-inline: 0;
    }

    .partner_tit .sec-tit {
        margin-inline-end: 30px !important;
    }

    .partner_cover .cont_btn i {
        margin-inline-start: 15px;
    }

    .cont_btn i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .partner_cover .cont_btn {
        font-size: 16px;
    }

    .partner_tit {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .partner {
        padding: 0 15px;
    }

    .version .row:first-of-type .hold_version_item{
        margin-inline: 0 !important;
    }

    .in-social-icon:not(:last-child) {
        margin-inline-end: 5px;
    }

    .social-icon i {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 17px;
    }

    .more-url span {
        font-size: 12px;
    }

    .copywrite .to_top {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

}

@media (max-width: 688px) {
    .partner_imgs {
        margin-inline: 0;
        left: 0;
    }

    .partner {
        padding: 0 15px;
        max-width: 540px;
        margin-right: auto;
        margin-left: auto;
    }
    .partner_tit {
        margin-inline: 0;
    }

    .partner_cover .cont_btn i {
        margin-inline-start: 15px;
    }

    .cont_btn i {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .partner_cover .cont_btn {
        font-size: 16px;
    }

    .partner_tit {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .partner {
        padding: 0 15px;
    }

    .partner_imgs {
        margin-inline: 0;
        left: 0;
        top: 0;
        transform: none;
    }

    .partner .cont_btn {
        margin-top: 0;
    }

    .partner_tit {
        flex-direction: row;
    }

    .partner_cover:before,
    .partner_cover:after {
        display: none;
    }

    .partner_tit .sec-tit {
        margin-inline-end: 100px;
    }
}








