@import 'fonts.css';
@import 'animate.css';
@import 'hrb_notify.css';
@import "navbar.css";
@import "mapbox.css";
@import "swiper.css";
@import "nouislider.css";
@import "https://cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css";

:root {
    --bgColor:#2c2e2b;
    --foreColor:#fff;
    --textColor:#d6d6d6;
    --realColor:#d80000;
}
html, body {
    padding: 0;
    margin: 0;
    font-family: 'Open Sans';
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    min-width: 280px;
    background: var(--bgColor);
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}
body.lock {
    overflow: hidden;
}
a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    font-family: 'OPEN SANS';
    font-weight: 400;
    font-size: 16px;
}

h4 {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

input, button, select, textarea {
    font-family: 'Open Sans';
    outline: none;
    background-color: #fff;
    padding: 5px 10px;
    background-color: #efefef;
    border-radius: 5px;
    border: none;
    outline: none;
    min-height: 40px;
    font-weight: bold;
}

textarea {
    min-height: 150px;
    max-height: 150px;
    max-width: 100%;
    min-width: 100%;
}

select {
    background: url(../img/arrowSelectBox.png) no-repeat 10px center / 15px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    background-color: #efefef !important;
    padding: 0 10px 0 35px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

* {
    -webkit-tap-highlight-color: transparent;
    box-sizing: border-box;
    outline: none !important;
    -moz-outline: none !important;
    -webkit-outline: none !important;
    -ms-outline: none !important;
}

section.sectionOneHome {
    position: relative;
    width: 100%;
    /* overflow: hidden; */
}
section.sectionOneHome:after {
    position: absolute;
    top: 94%;
    width: 100% !important;
    height: 10%;
    background: var(--bgColor);
    content: '';
    left: 0 !important;
    right: 0 !important;
    margin: auto;
    z-index: 1;
}
.container {
    position: relative;
    width: 80%;
    margin: auto;
}

.itemSliderOne {
    position: relative;
    width: 100%;
    min-height: 100vh;
    overflow: hidden;
}

.itemSliderOne:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    background: var(--realColor);
    content: '';
    height: 100px;
    top: calc(100% - 150px);
    z-index: 1;
}
.itemSliderOne:after {
    position: absolute;
    top: calc(100% - 150px);
    right: -30px;
    width: calc(100% + 60px);
    height: 150px;
    background: var(--bgColor);
    content: '';
    transform: perspective(1000px) rotate(-1deg);
    z-index: 10;
}
.itemSliderOne .bgSec1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    background: no-repeat center top / cover;
    z-index: 0 !important;
}
.itemSliderOne .bgSec1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.3);
}
.itemSliderOne h1 {
    position: relative;
    z-index: 1;
    opacity: 0;
}

.sectionOneHome .textSlide {
    width: 46.3vw;
    position: absolute;
    left: 11%;
    bottom: 5vw;
    z-index: 20;
    font-size: 10vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "Cormorant Unicase";
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.3vw;
}
    .sectionOneHome .textSlide span.slice1 {
        position: relative;
        margin: 0 0 6vw;
    }
.sectionOneHome .itemSliderOne .textSlide .slice3 {
    position: absolute;
    font-family: 'Hurricane';
    left: 29vw;
    width: 30vw;
    bottom: 8vw;
    font-size: 4vw;
    background: -webkit-linear-gradient(rgb(50, 0, 0), var(--realColor), var(--realColor));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    letter-spacing: normal;
    padding: 0 20px 0 0;
    transition: all 0.5s;
    transform: scale(0.5) translate(-400px,60px);
    opacity: 0;
}
.swiper-slide.swiper-slide-active .itemSliderOne .textSlide .slice3 {
    opacity: 1;
    transform: scale(1) translate(0px,0px);
    transition-delay: 0.5s;
}
.blink {
    animation: blink 1.5s infinite;
}
@keyframes blink {
    0% , 40% , 60% , 80% , 100% {
        /* opacity: 1; */
        filter: drop-shadow(0px 0px 5px rgba(255,255,255,0.5));
    }
    10% , 50% , 70% , 90% {
        /* opacity: 0; */
        filter: drop-shadow(0px 0px 0px rgba(255,255,255,0.5));
    }
}
section.sectionOneHome .supportBox {
    position: absolute;
    right: 10%;
    z-index: 100;
    bottom: 3vw;
    background: #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 50px 0 0 50px;
    box-shadow: 0px 0px 0px 10px rgb(0 0 0 / 10%);
}
section.sectionOneHome .supportBox .text {
    position: relative;
    width: 10vw;
    display: flex;
    flex-direction: column;
    color: #333;
    font-size: 1vw;
    padding: 0.5vw;
}
section.sectionOneHome .supportBox .text strong {
    color: var(--realColor);
}
section.sectionOneHome .supportBox:before {
    position: absolute;
    bottom: 0;
    width: 90%;
    height: 70%;
    background: #787878;
    content: '';
    border-radius: 50px 0 0 50px;
    z-index: 0;
    transform: skewX(-16deg);
    right: -10px;
}
section.sectionOneHome .supportBox:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    content: '';
    border-radius: 50px 0 0 50px;
    z-index: 0;
}
section.sectionOneHome .supportBox * {
    z-index: 1;
}
.circleButton {
    position: absolute;
    left: 18vw;
    width: 8vw;
    height: 8vw;
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    right: auto;
    font-size: 2vw;
    line-height: 0;
    padding: 0 !IMPORTANT;
    margin: 0 !important;
    bottom: -3vw;
}
.circleButton:before {
    margin: 0 1.5vw 0px 0;
    padding: 0;
    width: 10vw;
    height: 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    font-weight: 100;
}
section.sectionProject .container {
    padding: 6vw 0 0;
}
.SliderOne {
    position: relative;
    max-width: 100%;
    overflow: hidden;
}
h2.titleSec {
    position: relative;
    font-family: 'Cormorant Unicase';
    color: var(--realColor);
    font-size: 66px;
    margin: 0;
    font-weight: 400;
}

.another-circle {
    stroke-dasharray: 227;
    stroke-dashoffset: 227;
    transition: stroke-dashoffset 0.5s linear;
}
.another-circle:hover {
    stroke-dashoffset: 0;
}
.circleButton svg {
    position: absolute;
    width: 8vw !important;
    height: 8vw;
    transition: all 0.5s;
}
.circleButton:hover svg {
    transform: rotate(260deg);
}
.circleButton:hover svg circle:last-child {
    stroke-dashoffset: 0;
}
.circleButton svg circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 10vw;
    height: 10vw;
    fill: transparent;
    stroke: #fff;
    stroke-width: 0.5px;
}
.circleButton svg circle:last-child {
    fill: transparent;
    stroke: red !important;
    z-index: 1;
    stroke-width: 0.7px;
}

.circleButton span.circleBtnC {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.TitleSec2 {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
h2.titleSec {
    position: relative;
    font-family: 'Cormorant Unicase';
    color: var(--realColor);
    font-size: 66px;
    margin: 0;
}

.TitleSec2 .discription {
    position: relative;
    display: flex;
    flex-direction: column;
    font-size: 1vw;
    align-items: flex-start;
}
.TitleSec2 .discription span {
    position: relative;
    display: block;
    z-index: 2;
    background: var(--bgColor);
    width: auto;
}

.TitleSec2 .discription .rowBtn {
    position: absolute;
    right: 0;
    width: 100%;
    bottom: 6px;
    display: grid;
    grid-gap: 10px;
    grid-template-columns: 1fr auto;
    align-items: end;
    z-index: 1;
}

.TitleSec2 .discription .rowBtn:before {
    position: relative;
    height: 1px;
    display: block;
    content: '';
    background: #4e4e4e;
}

.TitleSec2 .discription .rowBtn a.btnMore {
    position: relative;
    padding: 0 30px;
    height: 50px;
    border: 1px solid #c1c1c1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.contentMain {
    position: relative;
    /* overflow: hidden; */
    width: 100%;
}
.contentMain.inner {
    
    --bgColor: #333532;
}

section.sectionProject {
    position: relative;
    width: 100%;
    overflow: hidden;
}

section.sectionProject:after , .sectionServices:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--bgColor);
    content: '';
    display: block;
    width: 10%;
    z-index: 100;
}

.sliderProject .swiper-wrapper {
    position: relative;
    padding: 40px 0;
}
.itemProjectOne ,.itemPhotoGallery {
    position: relative;
    width: calc(100% - 20px);
    display: flex;
    flex-direction: column;
}
.itemPhotoGallery {
    width: calc(100% - 70px);
    cursor: pointer;
}
/*section.Projects .itemProjectOne:before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background: var(--realColor);
    content: '';
}*/
.itemPhotoGallery:before {
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    width: 0px;
    background: #2b2d2a;
    content: '';
    transition: all 1s;
}
.swiper-slide-active .itemPhotoGallery:before {
    width: 20px;
}
.itemProjectOne .pic , .itemPhotoGallery .pic , .itemVideoGallery .pic{
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    transition:all 0.5s ;
    filter: grayscale(1);
    overflow: hidden;
}
.itemProjectOne .pic:before  , .itemPhotoGallery .pic:before , .itemVideoGallery .pic:before{
    position: relative;
    width: 100%;
    display: flex;
    content: '';
    padding-top: 60%;
}

.swiper-slide-active .itemProjectOne .pic  ,.swiper-slide-active  .itemPhotoGallery .pic{
    transition-delay: 0.5s;
    filter: grayscale(0);
}
.itemProjectOne:hover .pic  ,.itemPhotoGallery:hover .pic,.itemVideoGallery:hover .pic{
    filter: grayscale(0);
}
.itemProjectOne .pic img , .itemPhotoGallery .pic img,.itemVideoGallery .pic img{
    opacity: 0;
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
}

.itemProjectOne .pic span.img , .itemPhotoGallery .pic span.img  , .itemVideoGallery .pic span.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
.itemProjectOne h2.titleAndCity {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 2vw;
    margin: 0;
    font-family: 'CORMORANT UNICASE';
    font-weight: normal;
    padding: 10px;
    transform: none !important;
}
.itemProjectOne h2.titleAndCity span:first-child {
    color: #fff;
    transition: all 0.5s;
}
 .swiper-slide-active .itemProjectOne h2.titleAndCity span:first-child {
    transition-delay: 0.5s;
    color: #d80000;
}
.itemProjectOne:hover h2.titleAndCity span:first-child {
    color: #d80000;
}
.itemProjectOne h2.titleAndCity span:last-child {
    color: #838383;
    transition: all 0.2s;
}

.itemProjectOne .pic:after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 80px);
    height: calc(100% - 80px);
    content: '';
    border: 5px solid #fff;
    transition: all 0.5s;
    opacity: 0;
}
.swiper-slide-active .itemProjectOne .pic:after {
    /* border: 5px solid #fff; */
    transition-delay: 0.5s;
    opacity: 1;
}
.itemProjectOne:hover .pic:after {
    opacity: 1;
}
.itemProjectOne a.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    z-index: 10;
}
.sliderProject .swiper-pagination-progressbar {
    position: absolute;
    left: 0;
    width: calc(100vw - 10%);
    bottom: 5px;
    top: auto;
    background: #7d7d7d;
    height: 1px;
}
.sliderProject .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #ec1d23;
    height: 1px;
}
section.sectionOur {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    padding: 100px 0;
}
section.sectionOur {
    position: relative;
    width: 100%;
    background: no-repeat center 0 / cover;
}
section.sectionOur .container{
    padding: 60px 0;
}
section.sectionOur:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 50%;
    content: '';
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--bgColor) 100%); 
    background:-webkit-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--bgColor) 100%);
    background:-o-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, var(--bgColor) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr=var(--bgColor), GradientType=1 );
    background:-ms-linear-gradient(0deg, rgba(0, 0, 0, 0) 0%,  var(--bgColor) 100%);
    background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%,  var(--bgColor) 100%);
}


.titleAnim , .AnimToTop , .AnimToRight , .AnimToLeft , .AnimToBottom , .AnimToTopSlider{
    transition: all 0.5s;
}
.TitleSec2.AnimToTop {
    top: 70px;
}

.animTextOurBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'Cormorant Unicase';
    font-size: 5vw;
    line-height: 5vw;
}
.animTextOurBox div {
    display: flex;
    position: relative;
}
.animTextOurBox div span {
    position: relative;
    transition: all 0.2s;
    transform: translateY(2vw);
    color: transparent;
    overflow: hidden;
}
.animTextOurBox div.Line1 span , .animTextOurBox div.Line1 span:before{
    font-size: 6vw;
    line-height: 6vw;
}
.animTextOurBox div.Line2 span {
    font-size: 6vw;
    line-height: 6vw;
}
.animTextOurBox div.Line2 span:before {
    color:#ec1d23;
}
.animTextOurBox div span:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    content: attr(data-text);
    transition: all 0.5s;
    transform: translate(0, 100%) rotate(10deg);
}
.sectionActive .animTextOurBox div span:before {
    transform: translate(0, 0%) rotate(0deg);
}

.animTextOurBox div.Line1 span {--delay:0s;}
.animTextOurBox div.Line2 span {--delay:0.5s;}
.animTextOurBox div.Line3 span {--delay:1s;}
.animTextOurBox div.Line4 span {--delay:1.5s;}

.sectionActive .animTextOurBox div span:nth-child(1):before {
    transition-delay: calc(var(--delay) + 0.1s);
}
.sectionActive .animTextOurBox div span:nth-child(2):before {
    transition-delay: calc(var(--delay) + 0.2s);
}
.sectionActive .animTextOurBox div span:nth-child(3):before {
    transition-delay: calc(var(--delay) + 0.3s);
}
.sectionActive .animTextOurBox div span:nth-child(4):before {
    transition-delay: calc(var(--delay) + 0.4s);
}
.sectionActive .animTextOurBox div span:nth-child(5):before {
    transition-delay: calc(var(--delay) + 0.5s);
}
.sectionActive .animTextOurBox div span:nth-child(6):before {
    transition-delay: calc(var(--delay) + 0.6s);
}
.sectionActive .animTextOurBox div span:nth-child(7):before {
    transition-delay: calc(var(--delay) + 0.7s);
}
.sectionActive .animTextOurBox div span:nth-child(8):before {
    transition-delay: calc(var(--delay) + 0.8s);
}
.sectionActive .animTextOurBox div span:nth-child(9):before {
    transition-delay: calc(var(--delay) + 0.9s);
}
.sectionActive .animTextOurBox div span:nth-child(10):before {
    transition-delay: calc(var(--delay) + 1s);
}
.sectionActive .animTextOurBox div span:nth-child(11):before {
    transition-delay: calc(var(--delay) + 1.1s);
}
.sectionActive .animTextOurBox div span:nth-child(12):before {
    transition-delay: calc(var(--delay) + 1.2s);
}
.sectionActive .animTextOurBox div span:nth-child(13):before {
    transition-delay: calc(var(--delay) + 1.3s);
}
.sectionActive .animTextOurBox div span:nth-child(14):before {
    transition-delay: calc(var(--delay) + 1.4s);
}
.sectionActive .animTextOurBox div span:nth-child(15):before {
    transition-delay: calc(var(--delay) + 1.5s);
}
.sectionActive .animTextOurBox div span:nth-child(16):before {
    transition-delay: calc(var(--delay) + 1.6s);
}
.sectionActive .animTextOurBox div span:nth-child(17):before {
    transition-delay: calc(var(--delay) + 1.7s);
}
.sectionActive .animTextOurBox div span:nth-child(18):before {
    transition-delay: calc(var(--delay) + 1.8s);
}
.sectionActive .animTextOurBox div span:nth-child(19):before {
    transition-delay: calc(var(--delay) + 1.9s);
}
.sectionActive .animTextOurBox div span:nth-child(20):before {
    transition-delay: calc(var(--delay) + 2s);
}
.sectionActive .animTextOurBox div span:nth-child(21):before {
    transition-delay: calc(var(--delay) + 2.1s);
}
.sectionActive .animTextOurBox div span:nth-child(22):before {
    transition-delay: calc(var(--delay) + 2.2s);
}
.sectionActive .animTextOurBox div span:nth-child(23):before {
    transition-delay: calc(var(--delay) + 2.3s);
}
.sectionActive .animTextOurBox div span:nth-child(24):before {
    transition-delay: calc(var(--delay) + 2.4s);
}
.sectionActive .animTextOurBox div span:nth-child(25):before {
    transition-delay: calc(var(--delay) + 2.5s);
}
.sectionActive .animTextOurBox div span:nth-child(26):before {
    transition-delay: calc(var(--delay) + 2.6s);
}
.sectionActive .animTextOurBox div span:nth-child(27):before {
    transition-delay: calc(var(--delay) + 2.7s);
}
.sectionActive .animTextOurBox div span:nth-child(28):before {
    transition-delay: calc(var(--delay) + 2.8s);
}
.sectionActive .animTextOurBox div span:nth-child(29):before {
    transition-delay: calc(var(--delay) + 2.9s);
}
.sectionActive .animTextOurBox div span:nth-child(30):before {
    transition-delay: calc(var(--delay) + 3s);
}
.OutBtns.rowButton {
    margin: 10px 0 20px !important;
}
.OutBtns {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 150px;
}
.OutBtns .btnOutSec {
    position: relative;
    padding: 0 30px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    font-family: 'shonar bangla';
    border: 1px solid #6e6d6b;
    margin: 0 10px;
    font-weight: 100;
    white-space: nowrap;
    color: transparent;
    overflow: hidden;
    transition: all 0.2s;
    background: transparent;
    cursor: pointer;
}
.OutBtns .btnOutSec:hover  , .OutBtns .btnOutSec.active {
    border-color: #d80000;
}
.OutBtns .btnOutSec:before {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.2s;
    right: 0;
    transform: translateY(0);
}
.OutBtns .btnOutSec.show:before {
    content: attr(data-text2);
}

.OutBtns .btnOutSec:hover:before ,.OutBtns .btnOutSec.active:before {
    transform: translateY(-100%);
}
.OutBtns .btnOutSec:after {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    transition: all 0.2s;
    left: 0;
    transform: translateY(100%);
}
.OutBtns .btnOutSec.show:after {
    content: attr(data-text2);
}
.OutBtns .btnOutSec:hover:after , .OutBtns .btnOutSec.active:after {
    transform: translateY(0%);
}
.OutBtns.first {
    margin: 10px 0 0;
    justify-content: flex-start;
}
.OutBtns.first a.btnOutSec {
    margin: 0 0 5px 0;
}
i.hideBg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    content: '';
    pointer-events: none;
    transition: all 1s;
    opacity: 0;
}
.sectionActive i.hideBg {
    transition-delay: 1s;
    opacity: 1;
}
section.sectionOur i.hideBg:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%); 
    background:-webkit-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    background:-o-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr=transparent, GradientType=1 );
    background:-ms-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    background:linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    content: '';
    opacity: 0.3;
}
section.sectionOur i.hideBg:after    {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%); 
    background:-webkit-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    background:-o-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr=transparent, GradientType=1 );
    background:-ms-linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    background:linear-gradient(10deg, red 0%, transparent 50%, transparent 100%);
    content: '';
    transform: scaleX(-1);
    opacity: 0.3;
}

section.sectionFutureProject {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 100px 0;
}
section.sectionFutureProject .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}
section.sectionFutureProject .container .col:first-child {
    width: 40%;
    position: relative;
    background: var(--bgColor);
    z-index: 20;
}
section.sectionFutureProject .container .col:first-child:before {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 110%;
    background: var(--bgColor);
    content: '';
    z-index: -1;
}
section.sectionFutureProject .container .col:last-child {
    width: 60%;
    position: relative;
    background: var(--bgColor);
}
section.sectionFutureProject:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: var(--bgColor);
    width: 10%;
    z-index: 20;
}
section.sectionFutureProject h2.titleSection {
    margin: 0;
    font-size: 3.5vw;
    font-family: 'Cormorant Unicase';
    color: var(--realColor);
    font-weight: normal;
}
section.cursomBtnSwiper .textSection {
    font-size: 16px;
    color: var(--textColor);
}
section.sectionFutureProject .textSection {
    font-size: 1vw;
    font-weight: 100;
    padding: 0 1vw 0 0;
}
.cursomBtnSwiper .NextPrevSlider .swiper-button-prev {
    position: absolute;
    right: 68px;
    left: auto !important;
}
.cursomBtnSwiper .NextPrevSlider svg path {
    opacity:0.902;
    fill-rule:evenodd;
    clip-rule:evenodd;
    fill:#222321;
    stroke:var(--realColor);
    stroke-width:2;
    stroke-miterlimit:10;
    enable-background:new;
}
.cursomBtnSwiper .NextPrevSlider {
    position: absolute;
    top: 0;
    height: 0;
    bottom: 0;
    margin: auto;
    width: calc(100% + 30px);
}
.cursomBtnSwiper .NextPrevSlider svg {
    position: absolute;
    left: 0;
    width: 60px;
    height: 50px;
    pointer-events: none;
}

.cursomBtnSwiper .NextPrevSlider svg path {
    stroke-dashoffset: 240.9810791015625px;
    stroke-dasharray: 240.9810791015625px;
    fill: rgba(0,0,0,0.5);
    -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
    transition: stroke-dashoffset 0.5s cubic-bezier(0.47, 0, 0.745, 0.715) 0.5s, fill 0.3s cubic-bezier(0.47, 0, 0.745, 0.715) 0.4s;
  }
  .cursomBtnSwiper .NextPrevSlider .swiper-button-next:hover svg path ,
  .cursomBtnSwiper .NextPrevSlider .swiper-button-prev:hover svg path {
    stroke-dashoffset: 30px;
    fill: rgb(34, 35, 33);
  }
  

  .cursomBtnSwiper  .swiper-button-next:after, .cursomBtnSwiper .swiper-button-prev:after {
    color: #fff;
    z-index: 1;
    font-size: 19px;
    margin: auto;
    width: 60px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
.cursomBtnSwiper .NextPrevSlider .swiper-button-prev svg {
    transform: scaleX(-1);
    pointer-events: none;
}
.cursomBtnSwiper .NextPrevSlider .swiper-button-prev,.cursomBtnSwiper  .NextPrevSlider .swiper-button-next {
    width: 60px;
}

.itemFutureProject {
    position: relative;
    width: calc(100% - 40px);
    /* margin: auto; */
    /* overflow: hidden; */
}
.itemFutureProject:before {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 0px;
    background: #2b2c2a;
    content: '';
    width: 80%;
    top: 100%;
    z-index: 10;
    transition: all 0.5s;
}
.swiper-slide-active .itemFutureProject:before {
    height: 15px;
}
.itemFutureProject .pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.itemFutureProject .pic img {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 1;
    opacity: 0;
}

.itemFutureProject .pic:before {
    position: relative;
    width: 100%;
    display: block;
    content: '';
    padding-top: 70%;
}
.itemFutureProject .pic span.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.itemFutureProject .titleFuture {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px;
    transition: all 0.5s;
    transform: translateY(100vh);
    opacity: 0;
}
.swiper-slide-active .itemFutureProject .titleFuture {
    transform: translateY(0vh);
    opacity: 1;
}
.itemFutureProject .titleFuture:before {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    content: '';
    background: #2f302e;
    transform-origin: left top;
    transform: skew(0deg, 2deg);
    z-index: 1;
}

.itemFutureProject .titleFuture:after {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    bottom: 0;
    height: 90%;
    content: '';
    background: var(--realColor);
    z-index: 0;
}
.itemFutureProject .titleFuture .contentTitle {
    position: relative;
    z-index: 2;
    padding: 0 20px;
    border-left: 1px solid var(--realColor);
    font-family: 'Cormorant Unicase';
    font-weight: normal !important;
    letter-spacing: 2px;
}
.itemFutureProject .titleFuture .contentTitle h2.titleAndCity {
    margin: auto;
    font-weight: normal;
    font-size: 1.5vw;
}

section.sectionFutureProject .swiper-pagination {
    position: absolute;
    top: calc(100% + 50px);
    width: calc(60vw - 5%);
}
section.sectionFutureProject .swiper-pagination span.swiper-pagination-progressbar-fill {
    background: var(--realColor);
}
section.sectionInterview {
    position: relative;
    width: 100%;
    padding: 80px 0 100px;
    overflow: hidden;
}
section.sectionInterview .container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.PicInteview {
    position: relative;
    width: 28vw;
    transform: translateY(100vw);
    opacity: 0 !important;
    transition:opacity 3s , transform 1s; 
}
.sectionActive .PicInteview {
    transition-delay: 0s;
    transform: translateY(0vh);
    opacity: 1 !important;
}
.sectionActive .PicInteview .pic {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.PicInteview:before {
    position: absolute;
    left: -20px;
    right: 0px;
    width: calc(100% + 40px);
    height: 80%;
    top: 0;
    bottom: 0;
    margin: auto;
    content: '';
    background: #2c2c2c;
}
.PicInteview span.img {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    background: no-repeat center / cover;
    display: block;
}
.PicInteview span.img:before {
    position: relative;
    padding-top: 140%;
    display: block;
    content: '';
    width: 100%;
}
.PicInteview span.img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

section.sectionInterview .animTextOurBox {
    align-items: flex-start;
    position: absolute;
    top: 0;
}
section.sectionInterview .animTextOurBox {
    transform: rotate(-90deg) translate(-50px,-290px) scale(0.9);
    transform-origin: center bottom;
}
#toTop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    background: #161616;
    color: #d80000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000000;
    font-size: 24px;
    box-shadow: 0 0 10px -4px #000000;
    cursor: pointer;
    transition: all 0.2s;
}

    #toTop:hover {
        background: #2c2e2b;
        color: #d80000;
        box-shadow: 0px 0px 10px 3px #8d0909;
    }
.PicInteview .NameAdmin {
    position: absolute;
    left: calc(100% + 60px);
    font-family: 'Hurricane';
    font-size: 2vw;
    width: 18vw;
    bottom: -1.3vw;
    transition: all 0s;
    transform: translateY(100vw);
    opacity: 0;
}
.sectionActive .PicInteview .NameAdmin {
    transition-delay:0.5s;
    transition: all 2s;
    transform: translateY(0vw);
    opacity: 1;
}
.sectionActive .PicInteview .NameAdmin span {
    transform: rotate(-90deg);
    transform-origin: center left;
    position: relative;
    display: block;
}


.PicInteview .circleButton {
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    transition: all 0s;
    transform: translateY(100vw);
    opacity: 0;
    pointer-events: none;
}
.PicInteview .circleButton:before {
    margin: 0 -0.3vw 0 0!important;
    color: #5c5c5c;
}
.sectionActive .PicInteview .circleButton {
    transition-delay:1s;
    transition: all 1s;
    opacity: 1;
    transform: translateY(0vw);
    pointer-events: auto;
}



section.sectionNews {
    position: relative;
    width: 100%;
/*    overflow: hidden;*/
    padding: 200px 0;
}
section.sectionNews  .container {
    position: relative;
    display: flex;
    justify-content: space-between;
}
section.sectionNews  .container .col:nth-child(2) {
    width: 40%;
    position: relative;
    background: var(--bgColor);
    z-index: 20;
}

section.sectionNews .container .col:nth-child(2):before {
    position: absolute;
    left: 0;
    top: -20%;
    bottom: 0;
    height: 140%;
    width: 100%;
    background: var(--bgColor);
    content: '';
    z-index: 11;
}
.sectionNews  .container .col:nth-child(3) {
    position: absolute;
    left: 0;
    top: -10px;
    width: 100%;
    height: 110%;
    background: var(--bgColor);
    content: '';
    z-index: 0;
}
.sectionNews  .container .col:last-child {
    width: 60%;
    position: relative;
    background: var(--bgColor);
}


.sectionNews .circleButton {
    transition-delay: 1s;
    transition: all 1s;
    opacity: 1;
    transform: translateY(0vw);
    pointer-events: auto;
    z-index: 20;
}
.sectionNews .circleButton:before {
    margin: 0 -0.3vw 0 0!important;
    color: #5c5c5c;
}
.sectionNews .circleButton {
    transition-delay:1s;
    transition: all 1s;
    opacity: 1;
    transform: translateY(0vw);
    pointer-events: auto;
}



section.sectionNews .TitleSecNews {
    position: absolute;
    left: 0;
    top: -110% !important;
    bottom: 0% !important;
    display: flex;
    flex-direction: column;
    font-size: 5vw;
    font-family: 'Cormorant Unicase';
    z-index: 100;
    margin: auto;
    pointer-events: none;
}
section.sectionNews .TitleSecNews .contentTitle {
    transform-origin: center bottom;
    transform: rotate(-90deg);
    position: relative;
    display: flex;
    flex-direction: column;
}
section.sectionNews .TitleSecNews .contentTitle span {
    width: 27vw;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.sectionNews .TitleSecNews .contentTitle span:nth-child(2) {
    transition: all 0.2s;
}
section.sectionNews:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 20%;
    background: var(--bgColor);
    content: '';
    z-index: 11;
}

.itemNew {
    position: relative;
    width: 100%;
    background: url(../img/bgTexture.png);
    border: 2px solid #4c4e4b;
}
.itemNew .topItemNews {
    position: relative;
    display: block;
}
.itemNew .topItemNews::before {
    position: relative;
    display: block;
    padding-top: 100%;
    content: '';
    width: 100%;
}
    .itemNew .topItemNews .pic, .itemNew .topItemNews .pic span.img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: no-repeat center / cover;
    }
.itemNew .topItemNews .pic  {
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100%);
}
.swiper-slide-active .itemNew .topItemNews .pic{
    opacity: 1;
    transition-delay: 0.5s;
    transform: translateY(0%);
}
.itemNew:hover .topItemNews .pic{
    opacity: 1;
    transition-delay: 0.5s;
    transform: translateY(0%);
}
.itemNew .topItemNews .pic span.img img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    opacity: 0;
}
.contentItemNews {
    position: relative;
    overflow: hidden;
}
.itemNew .dateTime {
    position: relative;
    width: 100%;
    padding: 20px 40px;
    background: transparent;
    z-index: 10;
    transition: all 0.5s;
    transition-delay: 0.5s
}
.itemNew .dateTime:before {
    position: absolute;
    content:'';
    left: 0;
    top: -40px;
    width: 100%;
    background: transparent;
    height: 250%;
    transform-origin: top left;
    z-index: -1;
    transition: all 0.5s;
    transform: translateY(100%) skew(0deg, 4deg);
}
.itemNew .dateTime:after {
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    width: 90%;
    background: transparent;
    height: 200%;
    z-index: -2;
    margin: auto;
    left: 0;
    right: 0;
    transition: all 1s;
    transform: translateY(500%) ;
}
.swiper-slide-active  .itemNew .dateTime:before {
    background: white;
    transform: translateY(0%) skew(0deg, 4deg);
}
.itemNew:hover .dateTime:before {
    background: white;
    transform: translateY(0%) skew(0deg, 4deg);
}
.swiper-slide-active  .itemNew .dateTime:after {
    background: var(--realColor);
    transform: translateY(0%);
}
.itemNew:hover .dateTime:after {
    background: var(--realColor);
    transform: translateY(0%);
}
.itemNew .textNews {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;
}

.swiper-slide-active .itemNew .topItemNews .pic:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
}
.itemNew:hover .topItemNews .pic:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    content: '';
}
.itemNew .textNews div {
    padding: 0 10px;
    position: relative;
    border-left: 2px solid red;
}
.itemNew .dateTime .contentTitle {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.itemNew .dateTime .contentTitle span:first-child {
    font-size: 6vw;
    font-family: 'Cormorant Unicase';
    transition: all 0.5s;
}
.itemNew .dateTime .contentTitle span:last-child {
    font-size: 3vw;
    font-family: 'Cormorant Unicase';
    transition: all 0.5s;
}
.swiper-slide-active .itemNew .dateTime .contentTitle span {
    color: var(--bgColor);
}
.itemNew:hover .dateTime .contentTitle span {
    color: var(--bgColor);
}

section.sectionServices .animTextOurBox {
    align-items: flex-start;
    font-size: 3vw;
    z-index: 10;
}
section.sectionServices .animTextOurBox div.Line1 span, section.sectionServices .animTextOurBox div.Line1 span:before , section.sectionServices .animTextOurBox div.Line2 span , section.sectionServices .animTextOurBox div.Line2 span:before {
    font-size: 4vw;
    line-height: 4vw;
}
.animTextOurBox div.Line2 span {
    font-size: 4vw;
    line-height: 4vw;
}
section.sectionServices {
    position: relative;
    width: 100%;
    padding: 50px 0 0;
    overflow:hidden;
}
section.sectionServices .sliderServices {
    margin: 100px 0;
}


.itemServices {
    position: relative;
    width: 100%;
    background: transparent url(../img/bgTexture.png);
    border: 2px solid #4c4e4b;
    transition: all 1.5s;
}
.swiper-slide-active .itemServices {
    background-color: #191a18;
}
.itemServices:before {
    position: relative;
    display: block;
    content: '';
    padding-top: 100%;
}
.itemServices .text {
    position: absolute;
    left: -2px;
    top: 0;
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    transition: all 0.5s;
}
    .itemServices .text h2 {
        margin: 0;
        width: 80%;
        padding: 0 10px;
        border-left: 2px solid var(--realColor);
        font-size: 2vw;
        font-family: 'Cormorant Unicase';
        transition: all 0.5s;
        position: absolute;
        left: 0;
    }
.swiper-slide.swiper-slide-active .itemServices .text h2 {
    left: 10%;
}
.swiper-slide-active .itemServices .text {
    left: 0;
    height: 100%;
    padding: 0 40px;
}
.sliderServices .swiper-wrapper {
    padding: 0;
}
.sliderServices .swiper-pagination {
    position: absolute;
    bottom: -100px !important;
    top: auto;
    width: calc(89vw);
}
.sliderServices .swiper-pagination span.swiper-pagination-progressbar-fill {
    background: var(--realColor);
}
section.sectionNewsLetter.sectionScroll {
    position: relative;
    width: 100%;
    background: #333532;
    padding: 60px 0;
    transition: all 0.5s;
    opacity: 0;
}
section.sectionNewsLetter.sectionScroll.sectionActive {
    transform: translate(0px, 0) scale(1);
    opacity: 1;
}
section.sectionFooter {
    position: relative;
    padding: 100px 0;
}
.sectionNewsLetter .animTextOurBox div.Line1 span, .sectionNewsLetter .animTextOurBox div.Line1 span:before {
    font-size: 4vw;
    line-height: 4vw;
}
.sectionActive .animTextOurBox div span {
    transform: translateY(0vw);
}

.sectionNewsLetter .container {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}
.sectionNewsLetter .container .animTextOurBox {
    align-items: flex-start;
}
.sectionNewsLetter .animTextOurBox div.Line2 span:before {
    color: #fff;
}

.sectionNewsLetter .container .col:nth-child(1) {
    width: 35%;
    display: flex;
    align-items: center;
}
.sectionNewsLetter .container .col:nth-child(2) {
    width: 65%;
    display: flex;
    align-items: center;
}

.sectionNewsLetter .formNewsletter {
    position: relative;
    width: calc(100%);
    padding-right: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.sectionNewsLetter .formNewsletter input, .form input {
    position: relative;
    width: 95%;
    height: 3vw;
    background: transparent;
    border-bottom: 2px solid #4c4e4b;
    font-size: 1.5vw;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #fff;
    margin-bottom: 3vw !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    transform: translateY(10vw);
    opacity: 0;
}
.sectionNewsLetter .formNewsletter .btnSubmit {
    position: absolute;
    right: 0;
    width: 160px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none !IMPORTANT;
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
    cursor: pointer;
    transition: all 0.5s;
    transform: translateY(10vw);
    opacity: 0;
}

.sectionNewsLetter .formNewsletter input:nth-child(1) {
    transition-delay: 0s;
    transform: translateY(1vw);
    opacity: 1;
}
.sectionNewsLetter .formNewsletter input:nth-child(2){
    transition-delay: 0.2s;
    transform: translateY(1vw);
    opacity: 1;
}
.sectionNewsLetter .formNewsletter .btnSubmit , .form .btnSubmit{
    transition-delay: 4s;
    transform: translateY(1vw);
    opacity: 1;
}
.sectionNewsLetter .formNewsletter .btnSubmit .circleButton, .form .btnSubmit .circleButton {
    left: 0;
    top: 0;
    bottom: 0;
    position: relative;
    background: transparent;
    cursor: pointer;
}
.sectionNewsLetter .formNewsletter .btnSubmit .circleButton svg , .form .btnSubmit .circleButton svg {
    position: absolute;
    width: 10vw !important;
    height: 10vw;
    transition: all 0.5s;
}
.form button.btnSubmit {
    background: transparent !important;
}

.sectionNewsLetter  .circleButton:before , .form .circleButton:before{
    margin: 0;
    padding: 0;
    width: 5vw;
    height: 5vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5vw;
    font-weight: 100;
    border-radius: 100%;
    background: #e03532;
    color: #fff;
}
footer {
    position: relative;
    padding: 100px 0 450px;
}
footer .container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
footer .textFooter {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2vw;
}

    footer .textFooter a {
        font-size: 5vw;
        font-family: 'Open Sans';
        color: var(--realColor);
    }
footer .textFooter span {
    font-size: 3vw;
    font-family: 'Cormorant Unicase';
}
span.mapFooter {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 90px;
    background: url(../img/mapFooter.png) no-repeat center / cover;
    display: block;
    width: 55vw;
    height: 27vw;
    top: auto;
}
    span.mapFooter:before {
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 0;
        background: url(../img/mapFooterPointer.png) no-repeat center / cover;
        display: block;
        width: 100%;
        height: 100%;
        top: auto;
        content: '';
        display: block;
        animation: 1s blink infinite;
    }

@keyframes blink {
    0%, 100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
.subFooter {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    width: 80%;
    margin: auto;
    height: 20px;
    background: #252724;
    display: flex;
    justify-content: space-between;
}
.subFooter span:first-child {
    position: absolute;
    bottom: calc(100% + 10px);
    border-bottom: 2px solid red;
    padding: 0 0 15px;
    font-size: 1vw;
    height: auto;
    display: flex;
    width: 11vw;
    left: 0;
}
.subFooter span:last-child {
    position: absolute;
    bottom: calc(100% + 10px);
    border-bottom: 2px solid red;
    padding: 0 0 15px;
    font-size: 1vw;
    height: auto;
    display: flex;
    right: 0;
}
header {
    position: relative;
    width: 100%;
    min-height: 400px;
    padding: 200px 0 40px;
}
header:before {
    position: absolute;
    left: 0;
    right: 0;
    height: 20vw;
    background: var(--bgColor);
    content: '';
    bottom: -40px;
    z-index: 10;
    transform-origin: bottom right;
    transform: skew(0deg, -2deg);
}
header .contentBg{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}
header .bgSec1 {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 130%;
    background: no-repeat center top / cover;
    z-index: 0 !important;
}
header .bgSec1:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.3);
}

    header .container {
        position: relative;
        z-index: 20;
        padding: 0;
        margin: 0 auto;
    }

header h1 {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    opacity: 0;
    pointer-events: none;
}
.contentSmall {
    position: relative;
    width: 80%;
    margin: auto;
}
ul.breadcrumbs {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

ul.breadcrumbs  li {
    position: relative;
    padding-right: 20px;
}

ul.breadcrumbs li:before {
    position: absolute;
    right: 0;
    width: 20px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.breadcrumbs li a {
    position: relative;
    font-size: 1vw;
    font-weight: 100;
    font-family: 'Open Sans';
    text-transform: uppercase;
    letter-spacing: 1px;
}
ul.breadcrumbs li:last-child {
    padding: 0;
}
ul.breadcrumbs li:last-child a {
    font-weight: 500;
}
ul.breadcrumbs li:last-child:before {
    DISPLAY: NONE;
}


header .animTextOurBox {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 2vw;
}
.advancedSearch {
    position: relative;
    width: 100%;
    z-index: 20;
}
.advancedSearch .contentAdvancedSearch{
    position: relative;
    width: 100%;
    background: #222321;
    padding: 20px;
    border-top: 2px solid var(--realColor);
    z-index: 20;
}
.advancedSearch:before {
    position: absolute;
    top: 0;
    left: -5px;
    width: 30px;
    background: var(--realColor);
    content: '';
    height: 4.1vw;
    z-index: 0;
    transform: skewX( -6deg);
    display: block;
}
.advancedSearch .title {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    align-items: self-end;
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 15px;
}
.advancedSearch .title:after {
    position: relative;
    width: 100%;
    height: 2px;
    background: #656564;
    content: '';
    display: block;
    margin-bottom:5px;
}
.advancedSearch .form {
    position: relative;
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.advancedSearch .form .boxInput {
    position: relative;
    width: calc((100% / 4) - 30px);
}
.boxInput span.select2 {
    position: relative;
    width: 100% !important;
    max-width: unset !important;
}
.boxInput span.select2 span.select2-selection {
    position: relative;
    background: no-repeat !important;
    height: 50px;
    font-size: 18px;
    border-color: #434342 !important;
    border-radius: 0 !important;
}
.boxInput span.select2 span.selection .select2-selection__rendered , .boxInput span.select2 span.selection .select2-selection__arrow {
    height: 100%;
    display: flex;
    align-items: center;
}

.select2-dropdown{
    background: #222321 !important;
    border-color: #3e3e3e !important;
}
.select2-dropdown input {
    background: #2c2e2b;
    border-color: #434342;
    color: #fff;
}
.select2-selection__clear {
    height: 50px !important;
    color: orange;
    font-size: 26px !important;
    font-weight: 100 !important;
}

.advancedSearch .rowButton button {
    border-radius: 80px;
    padding: 0 50px !important;
    font-family: 'Cormorant Unicase';
}
.advancedSearch .rowButton button:before , .advancedSearch .rowButton button:after {
    font-family: 'Cormorant Unicase';
}


.showRagePrice, .countNum {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    /* width: 200px; */
}

.countNum {
    position: relative;
    display: flex;
    align-items: center;
    justify-self: flex-end;
    width: 100px;
}
.box-sliderrange {
    position: relative;
    display: flex;
    justify-content: flex-start;
    width: auto;
    align-items: center;
    margin: 0 5px;
}
.advancedSearch .form .boxInput .topSlider {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.showRagePrice input {
    position: relative;
    background: transparent;
    width: 100%;
    min-height: unset;
    border: none;
    min-width: 80px !important;
    font-size: 12px;
    text-align: right;
    padding: 0 5px;
    overflow: hidden;
}
.countNum input{
    position: relative;
    background: transparent;
    width: auto !important;
    min-width: unset !important;
    padding: 0;
    min-height: unset;
    border: none;
    width: 40px !important;
    font-size: 12px;
    text-align: center;
}
.boxInput.rangeSlider {
    padding: 0 10px;
}
section.Projects .container {
    display: flex;
    justify-content: space-evenly;
    grid-gap: 20px;
    flex-wrap: wrap;
}
section.Projects .itemProjectOne {
    position: relative;
    width: calc((100% / 3) - 20px);
}
section.Projects {
    position: relative;
    z-index: 30;
    padding: 100px 0;
}
.itemProjectOne .context {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.itemProjectOne .context .top {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
}
.itemProjectOne .context .top .icons {
    position: relative;
    display: flex;
}
.itemProjectOne .context .top .icons span.room {
    position: relative;
    padding: 0 10px 0 70px;
    height: 35px;
    display: flex;
    align-items: center;
}
.itemProjectOne .context .top .icons span.room:before {
    position: absolute;
    left: 0;
    width: 60px;
    height: 35px;
    content: '';
    background: url(../img/icons/2.png) no-repeat center / 59px;
}
.itemProjectOne .context .top .icons span.Area {
    position: relative;
    padding: 0 10px 0 45px;
    height: 35px;
    display: flex;
    align-items: center;
}
.itemProjectOne .context .top .icons span.Area:before {
    position: absolute;
    left: 0;
    width: 40px;
    height: 35px;
    content: '';
    background: url(../img/icons/1.png) no-repeat center / 29px;
}
sup {
    top: -3px;
    position: relative;
}
.itemProjectOne .context .top h2.titleProj {
    font-family: 'Cormorant Unicase';
    font-weight: normal;
    font-size: 1.5vw;
    margin: 0;
}


.itemProjectOne .context .priceProj {
    position: relative;
    width: auto;
    display: grid;
    grid-gap: 5px;
    grid-template-columns: auto auto 1fr;
    font-family: 'Cormorant Unicase';
    font-size: 1.3vw;
    align-items: flex-end;
}


label.Slidertitle {
    font-size: 1vw;
}


.pagination {position: relative;width: 100%;display: flex;justify-content: center;margin: 40px 0 0;}

.pagination .pageLink {
    position: relative;
    padding: 0;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.3vw;
    font-family: 'Open Sans';
    border: 1px solid #6e6d6b;
    margin: 0 5px;
    font-weight: 100;
    white-space: nowrap;
    color: transparent;
    overflow: hidden;
    transition: all 0.2s;
    background: transparent;
    cursor: pointer;
    border-radius: 100%;
}
.pagination .pageLink:hover {
    border-color: #d80000;
}
.pagination .pageLink:before {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: all 0.2s;
    right: 0;
    transform: translateY(0);
    
}

.pagination .pageLink:hover:before ,.pagination .pageLink.active:before {
    transform: translateY(-100%);
}
.pagination .pageLink:after {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    content: attr(data-text);
    display: flex;
    justify-content: center;
    align-items: center;
    color: red;
    transition: all 0.2s;
    left: 0;
    transform: translateY(100%);
}
.pagination .pageLink.PrevPage:before , .pagination .pageLink.PrevPage:after {
    content: "\f060";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
    
}
.pagination .pageLink.NextPage:before ,.pagination .pageLink.NextPage:after{
    content: "\f061";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 300;
}
.pagination .pageLink:hover:after , .pagination .pageLink.active:after {
    transform: translateY(0%);
}


.pagination .pageLink.PrevPage:before  {
    transform: translateX(0%);
}
.pagination .pageLink.PrevPage:after  {
    transform: translateX(100%);
}

.pagination .pageLink.NextPage:before  {
    transform: translateX(0%);
}
.pagination .pageLink.NextPage:after  {
    transform: translateX(-100%);
}
.pagination .pageLink.PrevPage:hover:before  {
    transform: translateX(-100%);
}
.pagination .pageLink.NextPage:hover:before  {
    transform: translateX(100%);
}
.pagination .pageLink.PrevPage:hover:after  {
    transform: translateX(0%);
}
.pagination .pageLink.NextPage:hover:after  {
    transform: translateX(0%);
}



header .animTextOurBox div span:before {
    color: #fff !important;
}

.animTextOurBox div span, .animTextOurBox div span:before {
    font-size: 3vw !important;
    line-height: 3vw !important;
    font-weight: normall !important;
}
.animTextOurBox div.Line1 span, .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: 400 !important;
}


header.innerHeader {
    min-height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
header.innerHeader:before {
    height: 7vw !important;
    z-index:10;
}
    header.innerHeader:after {
        height: calc(7vw - 60px);
        z-index: 9;
        position: absolute;
        width: 80%;
        bottom: 0;
        margin: auto;
        content: "";
        background: var(--realColor);
        left: 0;
        right: 0;
    }
    header.innerHeader ul.breadcrumbs {
        margin-top: 40px;
        padding: 0;
    }

section.MapOffice {
    position: relative;
    z-index: 11;
    width: 100%;
    padding: 100px 0 0;
    background: var(--bgColor);
    
}
.officeDetail {
    position: relative;
    padding: 0;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: var(--bgColor);
}
.officeDetail:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    border: 2px solid #5f605e;
    content: '';
    background: var(--bgColor);
}
.officeDetail:after {
    position: absolute;
    width: 70%;
    background: red;
    content: '';
    height: 80px;
    transform-origin: bottom center;
    transform: skewY(-2deg);
    z-index: -1;
    bottom: -20px;
    left: 6%;
}
.officeDetail .itemDetOffice {
    position: relative;
    padding: 0 0 0 50px;
    height: 50px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: 'Open Sans';
    color: #cccccc;
}
.officeDetail .itemDetOffice:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.officeDetail .itemDetOffice.title {
    font-size: 42px;
    color: var(--realColor);
    font-weight: bold;
    font-family: 'Cormorant Unicase';
}
.officeDetail .itemDetOffice.title:before {
    font-size: 26px;
}
.officeDetail .left {
    position: relative;
    width: 45%;
    padding: 120px 80px;
}
.officeDetail .right {
    position: absolute;
    width: 90%;
    left: 45%;
    height: 80%;
}

section.sectionContactForm {
    position: relative;
    background-color: var(--bgColor) !important;
    overflow: hidden;
    width: 100%;
    padding: 130px 0;
    background-color: var(--bgColor) !important;
    background: url(../img/bgContactSec.jpg) no-repeat center bottom / cover;
}
section.sectionContactForm .animTextOurBox {
    align-items: flex-start;
}

.SendUsForm {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 200px;
}
.SendUsForm .inputs {
    position: relative;
    width: calc(100% - 200px);
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.SendUsForm .inputs input {
    margin-bottom: 40px !important;
}
.SendUsForm .inputs select {
    position: relative;
    width: 95%;
    height: 3vw;
    background: transparent;
    border-bottom: 2px solid #4c4e4b;
    font-size: 1.5vw;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #fff;
    margin-bottom: 3vw !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    transform: translateY(10vw);
    opacity: 0;
    background-color: transparent !important;
    background-position: right !important;
    padding: 0 40px 0px 0px;
}
.SendUsForm .inputs input:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
}
.SendUsForm .inputs select:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
    margin-bottom: 0px !important;
}
.SendUsForm .inputs textarea {
    position: relative;
    width: 95%;
    height: 100%;
    background: transparent;
    border-bottom: 2px solid #4c4e4b;
    font-size: 1.5vw;
    font-family: 'Open Sans';
    font-weight: normal;
    color: #fff;
    margin-bottom: 3vw !important;
    border-radius: 0 !important;
    transition: all 0.5s;
    transform: translateY(10vw);
    opacity: 0;
    grid-row: 1 / span 3;
    margin: 0 !important;
    min-height: 100%;
}
section.sectionActive .SendUsForm .inputs input ,section.sectionActive  .SendUsForm .inputs textarea ,section.sectionActive .SendUsForm .inputs select{
    transform: translateY(0vw);
    opacity: 1;
}
section.sectionActive .SendUsForm .inputs input:nth-child(1) {
    transition-delay: 0.2s;
}
section.sectionActive .SendUsForm .inputs input:nth-child(2) {
    transition-delay: 0.4s;
}
section.sectionActive .SendUsForm .inputs select:nth-child(3), section.sectionActive .SendUsForm .inputs input:nth-child(3) {
    transition-delay: 0.6s;
    margin: 20px 0 0 !important;
}
section.sectionActive .SendUsForm .inputs textarea:nth-child(4) {
    transition-delay: 0.8s;
}
.form button.btnSubmit {
    background: transparent !important;
    margin-top: -60px !important;
    transition: all 0.5s;
    transform: translateX(100vh);
    opacity: 0;
}
section.sectionActive .form button.btnSubmit {

    transition-delay: 1s;
    margin-top: 0px !important;
    transform: translateX(0vh);
    opacity:1;
}

.MapOfficeSmall .animTextOurBox {
    padding: 0 0 40px;
    border-bottom: 2px solid #5f605e;
    margin: -200px 0 40px;
    align-items: flex-start;
}

section.MapOfficeSmall {
    /* overflow:hidden; */
}

section.MapOfficeSmall {
    position: relative;
    z-index: 11;
    width: 100%;
    padding: 100px 0 0;
    background: var(--bgColor);
}
section.MapOfficeSmall .officeDetail {
    margin: 0 0 80px;
}

section.MapOfficeSmall .officeDetail:after {
    display: none;
}
section.MapOfficeSmall .officeDetail:before {
    width:100%;
}
.titleOffice {
    font-size: 45px;
    font-family: 'Cormorant Unicase';
    color: var(--realColor);
    margin: 0 0 20px;
}
.clear {
    position: relative;
    margin: 0;
    clear: both;
    display: block;
    height: 1px;
}
section.CentralUnits {
    position: relative;
    width: 100%;
    background: #2f312e;
    padding: 100px 0;
}
section.CentralUnits .animTextOurBox {
    align-items: flex-start;
}
.boxesUnits {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    padding: 40px 0;
}
.itemUnit {
    position: relative;
    width: calc((100% / 3) - 40px);
    background: transparent url(../img/bgTexture.png);
    border: 3px solid #4c4e4b;
    transition: all 1.5s;
}
.itemUnit:hover {
    background-color: #191a18;
}
.itemUnit:before {
    position: relative;
    width: 100%;
    padding-top: 100%;
    display: block;
    content: '';
}
.itemUnit:after {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    width: 30%;
    height: 5px;
    background: var(--realColor);
    content: '';
    margin: auto;
    transition: all 0.5s;
}
.itemUnit:hover:after {
    top: 20px;
    width: 30%;
}
.itemUnit .contentItemUnit {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.itemUnit .contentItemUnit .links {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.itemUnit h3.title {
    position: relative;
    font-size: 3vw;
    font-family: "Shonar Bangla";
    font-weight: normal;
    margin: 0 0 30px;
    color: #ccc;
}
.itemUnit a {
    font-size: 20px;
    color: #cccccc;
}

.itemUnit a:hover {
    color: var(--realColor);
}

.itemUnit a:active {
    color: #ffa500;
}

footer.FooterInner .footerNewsLetter {
    position: relative;
    width: 100%;
    padding: 20px 0;
    background: #484a46;
}

footer.FooterInner {
    position: relative;
    padding: 60px 0 180px;
}
footer.FooterInner .footerNewsLetter .container {
    position: relative;
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
}
footer.FooterInner .footerNewsLetter .container h3.titleNewsletter {
    font-size: 42px;
    font-family: 'Cormorant Unicase';
    font-weight: normal;
    margin: 20px;
}
footer.FooterInner .formNewsLetter {
    position: relative;
    width: 40%;
    height: 60px;
    background: #40423f;
}
footer.FooterInner .formNewsLetter input {
    position: relative;
    width: 100%;
    height: 100%;
    border: none !IMPORTANT;
    background: none !important;
    outline: none !important;
    padding-right: 140px;
    font-size: 20px;
    font-weight: normal;
}
footer.FooterInner .formNewsLetter button.btnNewsletter {
    position: absolute;
    right: 4px;
    width: 136px;
    height: calc(100% - 10px);
    border-radius: 0 !IMPORTANT;
    background: transparent;
    border: 1px solid #ccc;
    top: 0;
    bottom: 0;
    margin: auto;
    color: #ccc;
    font-size: 18px;
    font-weight: normal;
    cursor: pointer;
}
.contextHeader {
    position: relative;
    width: 70%;
    margin: 0 auto 100px;
    border: 2px solid #fff;
    padding: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(0,0,0,0.4);
}
.contextHeader .animTextOurBox {
    justify-content: center;
    align-items: center;
    max-width: 100%;
}
.contextHeader .animTextOurBox div.Line1 span, .contextHeader .animTextOurBox div.Line1 span:before {
    font-size: 3vw !important;
    line-height: 3vw !important;
    font-weight: bolder  !important;
}
.contextHeader  .animTextOurBox div span,.contextHeader  .animTextOurBox div span:before {
    font-size: 3vw !important;
    line-height: 3vw !important;
    font-weight: 100 !important;
}
.shareBox {
    position: relative;
    padding: 10px 20px;
    background: rgb(255 255 255 / 15%);
    display: flex;
    grid-gap: 10px;
    border-radius: 100px;
    border: 2px solid #fff;
    font-size: 18px;
    margin: 30px 0 0;
}
.socialIcons {
    position: relative;
    display: flex;
    flex-wrap: wrap;
}
.shareBox a.socicon {
    position: relative;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
img.size {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}
section.sectionInterview .animTextOurBox div span, section.sectionInterview .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: 400 !important;
}
section.sectionInterview .animTextOurBox div.Line1 span, section.sectionInterview .animTextOurBox div.Line1 span:before {
    font-size: 6vw !important;
    line-height: 6vw !important;
    font-weight: 400 !important;
}

section.DreamyProjects {
    position: relative;
    width: 100%;
    background: #333532 no-repeat center bottom/ cover;
    padding: 200px 0px 110px;
}
section.DreamyProjects {
    position: relative;
    width: 100%;
    background: #333532 no-repeat center bottom/ cover;
    padding: 200px 0px 110px;
}
h2.hideTitle {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    pointer-events: none;
}
section.DreamyProjects .contentSmall {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
section.DreamyProjects h3.subTitle {
    position: relative;
    font-size: 2vw;
    font-weight: normal;
    margin: 10px 0 0;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(100px);
    font-family: 'Shonar Bangla';
}
section.DreamyProjects.sectionActive h3.subTitle {
    transform: translateY(0px);
    opacity: 1;
}
section.DreamyProjects.sectionActive h3.subTitle:nth-child(3) {
    transition-delay: 0.5s;
}
section.DreamyProjects.sectionActive h3.subTitle:nth-child(4) {
    transition-delay: 1s;
}
section.DreamyProjects.sectionActive h3.subTitle:nth-child(5) {
    transition-delay: 1.5s;
}

section.DreamyProjects .OutBtns {
    justify-content: center;
    margin: 50px 0 0;
}

.DescriptionText {
    position: relative;
    width: 60%;
    margin: auto;
    font-size: 16px;
    font-weight: 100;
    text-align: justify;
    overflow: hidden;
    max-height: 110px;
    transition: all 0.5s;
    transform: translate(30vh, 0);
    opacity: 0;
}
.sectionActive .DescriptionText {
    transform: translate(0px, 0);
    opacity: 1;
}
.DescriptionText.show {
    max-height: 2000px !important;
}

.itemGalleryOne {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    overflow: hidden;
}
.itemGalleryOne:before {
    position: relative;
    display: block;
    padding-top: 40%;
    content: '';
}
.SliderGalleryOne {
    position: relative;
    width: calc(100% - 100px);
    overflow: hidden;
    margin: auto;
}
.BoxGalleryImage {
    position: relative;
    width: 100%;
}
section.GallerySection {
    position: relative;
    width: 100%;
    background: #333532;
}
.BoxGalleryImage:before {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 70%;
    border: 2px solid rgba(255,255,255,0.4);
    content: '';
    margin: auto;
    z-index: 10;
    pointer-events: none;
}
.BoxGalleryImage .NextPrevSlider .swiper-button-next:after  , .BoxGalleryImage .NextPrevSlider .swiper-button-prev:after  {
    display: none;
}
.BoxGalleryImage .NextPrevSlider .swiper-button-next .circleButton {
    left: auto !important;
    right: -60px !IMPORTANT;
}
.BoxGalleryImage .NextPrevSlider .swiper-button-prev .circleButton {
    right: auto !important;
    left: -60px !important;
}

.BoxGalleryImage .circleButton svg circle {
    stroke: rgba(255,255,255,0.2);
}

.BoxGalleryImage .circleButton:before{
    margin: 0 !important;
}

.BoxGalleryImage .circleButton {
    color: #fff;
}
.itemGalleryOne:after {
    position: absolute;
    bottom: -15px;
    transform-origin: center;
    content: '';
    background: red;
    width: 80%;
    height: 40px;
    transform: skewY(2deg);
    Z-INDEX: -1;
    margin: auto;
    left: 0;
    right: 0;
}
.SliderGalleryOne .swiper-wrapper {
    padding: 50px 0;
}
.itemGalleryOne .pic {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}
.itemGalleryOne .pic span.img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: no-repeat center / cover;
}
.itemGalleryOne .pic span.img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
section.GallerySection .OutBtns {
    margin-top: 90px;
}
section.FacilitiesSection {
    position: relative;
    width: 100%;
    background: #333532;
    padding: 50px 0;
}
section.FacilitiesSection .animTextOurBox {
    align-items: flex-start;
}
section.FacilitiesSection .animTextOurBox div span, section.FacilitiesSection .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.FacilitiesSection .animTextOurBox div.Line1 span, section.FacilitiesSection .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}


section.VideoSection {
    position: relative;
    width: 100%;
    background: #333532;
    padding: 50px 0;
}
section.VideoSection .animTextOurBox {
    align-items: flex-start;
    padding-left: 30px;
    border-left: 4px solid red;
}
section.VideoSection .animTextOurBox div span, section.VideoSection .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.VideoSection .animTextOurBox div.Line1 span, section.VideoSection .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}


.frameVideoAparat {
    width: 80%;
    position: relative;
    display: flex;
    margin: 40px auto;
    transition: all 0.5s;
    transform: scale(0);
    opacity: 0;
    pointer-events: none;
}
.sectionActive .frameVideoAparat {
    transition-delay: 0.5s;
    transform: scale(1);
    opacity: 1;
    pointer-events: auto;
}
.frameVideoAparat:before {
    width: 100%;
    position: relative;
    padding-top:65%;
    content:'';
    display: flex;
}
.frameVideoAparat iframe {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    border: none;
    margin: 0;
    padding: 0;
}
section.LocationSection {
    position: relative;
    width: 100%;
    background: #333532;
    padding: 50px 0;
}
section.LocationSection .animTextOurBox {
    align-items: flex-start;
    padding-left: 30px;
    border-left: 4px solid red;
}
section.LocationSection .animTextOurBox div span, section.LocationSection .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.LocationSection .animTextOurBox div.Line1 span, section.LocationSection .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}

img.mapLocation {
    width: 80%;
    display: block;
    margin: auto;
}
.rowCenter {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.showOnMap {
    position: relative;
    font-family: 'Cormorant Unicase';
    font-size: 2.5vw;
}
.showOnMap:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: red;
    border-radius: 100%;
    font-size: 27px;
    padding: 0;
    margin: auto;
    top: -60px;
    color: #333532;
    font-weight: 400;
}
.accordionsBox {
    margin: 0px 0;
}
.contextAcc {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.contextAcc:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 80%;
    height: 100%;
    content: '';
    background: #3a3c39;
    margin: 0 0;
}
.contextAcc .col {
    position: relative;
    width: calc(50% - 10px);
    padding: 0;
    display: flex;
    align-items: center;
    font-size: 16px;
    text-align: justify;
    font-weight: 100;
}
.contextAcc .col:first-child {
    padding: 40px;
}
.itemAccordion {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
}
.itemAccordion .ContentAccordion {
    position: relative;
    width: 100%;
    transition: all 0.5s;
    max-height: 0;
    overflow: hidden;
    pointer-events: none;
    opacity: 0;
}
.itemAccordion.active .ContentAccordion {
    max-height: 1000px;
    pointer-events: auto;
    opacity: 1;
    padding: 40px 0 20px;
}
.titleAccordion {
    position: relative;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-family: 'Cormorant Unicase';
    background: #373936;
    border-radius: 0 50px 50px 0;
    padding: 0 50px 0 10px;
    border-left: 4px solid var(--realColor);
}

.titleAccordion:before {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: normal;
    transition: all 0.5s;
    transform: rotate(
360deg) scale(1);
    opacity: 1;
}
.titleAccordion:after {
    position: absolute;
    right: 0;
    width: 50px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    content: "\f068";
    font-family: 'Font Awesome 5 Pro';
    font-weight: normal;
    transition: all 0.5s;
    transform: rotate(
0deg) scale(0);
    opacity: 0;
}

.itemAccordion.active .titleAccordion:before {
    transform: rotate(0deg) scale(0);
    opacity: 0;
}
.itemAccordion.active .titleAccordion:after {
    transform: rotate(-360deg) scale(1);
    opacity: 1;
}

.contextAcc .col .pic {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    margin: 20px 0;
    overflow: hidden;
}

.contextAcc .col .pic:before {
    position: relative;
    width: 100%;
    padding-top: 60%;
    content: '';
    display: block;
}
.contextAcc .col .pic span.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

section.sectionOtherUnit  , section.FacilitiesSection{
    position: relative;
    width: 100%;
    background: #333532;
}
section.sectionOtherUnit:after , section.FacilitiesSection:after , section.sectionPhotoGallery:after{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: var(--bgColor);
    content: '';
    display: block;
    width: 18%;
    z-index: 100;
}

section.sectionOtherUnit .animTextOurBox {
    align-items: flex-start;
}
section.FacilitiesSection .sliderServices {
    margin: 40px 0;
}

section.sectionOtherUnit .animTextOurBox div span, section.sectionOtherUnit .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.sectionOtherUnit .animTextOurBox div.Line1 span, section.sectionOtherUnit .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}


.sectionOtherUnit .sliderProject .swiper-pagination-progressbar {
    width: calc(100vw - 30%);
}



.itemServices.withicon i.icon {
    position: absolute;
    width: 60%;
    background: no-repeat center / 100%;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
}
.itemServices.withicon i.icon:before {
    position: relative;
    width: 100%;
    padding-top: 100%;
    content: '';
    display: block;
}

.itemServices.withicon .text {
    left: 0;
    right: 0;
    border: none !important;
    bottom: 0;
    top: auto;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}
.itemServices.withicon .text h2 {
    position: relative;
    border-left: none;
    border-bottom: 2px solid red;
    margin-bottom: -2px;
    width: auto;
    padding: 15px 0;
}

.swiper-slide.swiper-slide-active .itemServices.withicon .text {
    padding: 0 0px 20px 0;
}

.swiper-slide.swiper-slide-active .itemServices.withicon .text h2 {
    padding: 0 0px 5px 0;
    left: 0 !important;
}

section.sectionOtherUnit{
    background: #2c2e2b;
    padding: 100px 0 50px;
}

section.sectionOtherUnit:after {
    background: #2c2e2b;
}
.contextAcc .col:first-child {
    width: calc(60% - 10px);
}
.contextAcc .col:last-child {
    width: calc(40% - 10px);
}

section.CMsection {
    position: relative;
    width: 100%;
    padding: 50px 0 ;
    background: #333532;
}
section.CMsection .animTextOurBox {
    align-items: flex-start;
}


section.CMsection .animTextOurBox div span, section.CMsection .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.CMsection .animTextOurBox div.Line1 span, section.CMsection .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}



.showCMs {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    margin: 40px 0 0;
    align-items: center;
}
.itemComment {
    position: relative;
    width: 80%;
    display: flex;
    justify-content: space-between;
    grid-gap: 10px;
    margin: 0 0 20px;
    transition: all 0.5s;
    transform: translateY(20vh);
    opacity: 0;
    pointer-events: none;
}
.sectionActive .itemComment {
    transition-delay: 0.5s;
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
}
.sectionActive .itemComment:nth-child(1) {transition-delay: 0.5s;}
.sectionActive .itemComment:nth-child(2) {transition-delay: 0.7s;}
.sectionActive .itemComment:nth-child(3) {transition-delay: 0.9s;}
.sectionActive .itemComment:nth-child(4) {transition-delay: 1.1s;}
.sectionActive .itemComment:nth-child(5) {transition-delay: 1.3s;}
.sectionActive .itemComment:nth-child(6) {transition-delay: 1.5s;}
.sectionActive .itemComment:nth-child(7) {transition-delay: 1.7s;}
.sectionActive .itemComment:nth-child(8) {transition-delay: 1.9s;}
.sectionActive .itemComment:nth-child(9) {transition-delay: 2.1s;}
.sectionActive .itemComment:nth-child(10) {transition-delay: 2.3s;}
.sectionActive .itemComment:nth-child(11) {transition-delay: 2.5s;}
.sectionActive .itemComment:nth-child(12) {transition-delay: 2.7s;}
.sectionActive .itemComment:nth-child(13) {transition-delay: 2.9s;}
.sectionActive .itemComment:nth-child(14) {transition-delay: 3.1s;}
.sectionActive .itemComment:nth-child(18) {transition-delay: 3.3s;}
.sectionActive .itemComment:nth-child(19) {transition-delay: 3.5s;}
.itemComment:before {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    content: '';
    background: #3b3d3a;
    width: 80%;
    height: 2px;
    transition: all 0.2s;
    margin: auto;
}
.itemComment:hover:before {
    width: 100%;
    top: 0;
    height: 100%;
}
.itemComment .avatarBox {
    position: relative;
    width: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.itemComment .avatarBox:before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background: #5a5d59;
    width: 0%;
    height: 100%;
    transition: all 0.2s;
}
.itemComment:hover .avatarBox:before {
    transition-delay: 0.3s;
    width: 50%;
}
.itemComment .avatarBox .avatar {
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    background: no-repeat center / cover;
    margin: 30px;
}
.itemComment .textComment {
    position: relative;
    width: calc(100% - 160px);
    display: flex;
    align-items: center;
}
.itemComment .textComment .text {
    border-left: 2px solid var(--realColor);
    padding: 0 0 0 20px;
    line-height: 2;
}


section.sendCMsection .animTextOurBox div span, section.sendCMsection .animTextOurBox div span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.sendCMsection .animTextOurBox div.Line1 span, section.sendCMsection .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}

section.sendCMsection {
    position: relative;
    padding: 50px 0;
}
section.sendCMsection .SendUsForm.form {
    margin: 0;
}
section.sendCMsection .animTextOurBox {
    display: flex;
    align-items: flex-start;
}

section.sendCMsection.sectionActive .SendUsForm .inputs input:nth-child(2) {
    margin-bottom: 0 !important;
}

header .animTextOurBox.normal {
    margin: 20px 0 60px;
}
    header .animTextOurBox.normal div.Line1 span, header .animTextOurBox.normal div.Line1 span:before {
        font-size: 3vw !important;
        line-height: 4vw !important;
        font-weight: normal !important;
    }
section.sectionWhyNorthCyprus {
    position: relative;
    padding: 120px 0;
}


section.sectionWhyNorthCyprus .animTextOurBox {
    align-items: flex-start;
}

section.sectionWhyNorthCyprus .animTextOurBox div span, section.sectionWhyNorthCyprus .animTextOurBox div span:before {
    font-size: 3vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}
section.sectionWhyNorthCyprus .animTextOurBox div.Line1 span, section.sectionWhyNorthCyprus .animTextOurBox div.Line1 span:before {
    font-size: 3vw !important;
    line-height: 4vw !important;
    font-weight: normal !important;
}

.OutBtns.end {
    justify-content: flex-end;
}
.detailText {
    font-size: 20px;
    font-weight: 100;
    line-height: 2;
    text-align: justify;
    margin: 40px 0;
}
section.sectionWhyNorthCyprus .OutBtns {
    margin: 10px 0 0;
}
section.VideoSection.ghebres .animTextOurBox {
    margin-top: -200px;
}


section.sectionServicesText .DescriptionText {
    max-width: 680px;
    margin: 40px auto;
    line-height: normal;
    font-size: 18px;
    max-height: 145px;
}

section.sectionServicesText {
    position: relative;
    padding: 100px 0 50px;
    background-color: #333532;
}
.sectionPhotoGallery {
    position: relative;
    width: 100%;
    padding: 100px 0;
    background-color: #333532;
}
section.sectionPhotoGallery .animTextOurBox {
    align-items: flex-start;
    /* margin-bottom: -80px; */
    z-index: 100;
    pointer-events: none !important;
}

    section.sectionPhotoGallery .animTextOurBox div span, section.sectionPhotoGallery .animTextOurBox div span:before {
        font-size: 5vw !important;
        line-height: 5vw !important;
        font-weight: normal !important;
    }
    section.sectionPhotoGallery .animTextOurBox div.Line1 span, section.sectionPhotoGallery .animTextOurBox div.Line1 span:before {
        font-size: 5vw !important;
        line-height: 5vw !important;
        font-weight: normal !important;
    }
.sectionPhotoGallery .textSubTitle {
    position: relative;
    width: 50%;
    font-size: 18px;
    font-weight: 100;
    transition: all 0.5s;
    transform: translateY(20vw);
    opacity: 0;
}
.sectionPhotoGallery.sectionActive .textSubTitle {
    transition-delay: 1s;
    transform: translateY(0);
    opacity: 1;
}
section.sectionServicesText .OutBtns {
    margin: 20px 0 0;
}
.hoverlink {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
}
.sectionPhotoGallery .sliderProject {
    transition: all 0.5s;
    transform: translateX(100vw);
    opacity: 0;
}
.sectionPhotoGallery.sectionActive .sliderProject {
    transition-delay: 1s;
    transform: translateX(0);
    opacity: 1;
}

.animTextOurBox.left {
    align-items: flex-start;
}

.animTextOurBox.left div span, .animTextOurBox.left div span:before {
    font-weight: normal !important;
}
.animTextOurBox.left div.Line1 span, .animTextOurBox.left div.Line1 span:before {
    font-weight: normal !important;
}
.animTextOurBox.center div span, .animTextOurBox.center div span:before {
    font-weight: normal !important;
}
.animTextOurBox.center div.Line1 span, .animTextOurBox.center div.Line1 span:before {
    font-size: 3vw !important;
    line-height: 3vw !important;
    font-weight: normal !important;
}

section.IntroducingSection {
    position: relative;
    width: 100%;
    padding: 50px 0;
    background-color: #333532;
}
section.IntroducingSection .contextAcc {
    margin: 60px 0 100px;
}
section.IntroducingSection .OutBtns {
    margin: 100px 0 0;
}
section.IntroducingSection .contextAcc.open {
    display: flex;
    flex-direction: column;
}
section.IntroducingSection .contextAcc.open .col:first-child {
    width: 80%;
    padding-bottom: 250px;
    margin: 0 0 -200px;
    z-index: 2;
}
section.IntroducingSection .contextAcc.open .col:last-child {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    z-index: 2;
}
section.IntroducingSection .contextAcc.open .col .pic {
    width: 80%;
}
section.IntroducingSection .contextAcc.open .col .pic:before {
    padding-top: 45%;
}
section.IntroducingSection .contextAcc.open:before {
    height: 60%;
    z-index: 2;
}

section.IntroducingSection .contextAcc.open i.border {
    position: absolute;
    top: 0;
    bottom: 20px;
    left: 0;
    right: 0;
    width: calc(100% - 80px);
    height: calc(100% - 100px);
    display: block;
    border: 2px solid red;
    margin: auto;
    z-index: 0;
}
.sectionPhotoGallery.noLeft:after {
    display: none;
}
.sectionPhotoGallery.noLeft .itemPhotoGallery {
    width: calc(100% - 40px);
    margin: auto;
}
.sectionPhotoGallery.noLeft .itemPhotoGallery:before {
    display: none;
}
.sectionPhotoGallery.noLeft .itemProjectOne .pic:before  ,.sectionPhotoGallery.noLeft  .itemPhotoGallery .pic:before{
    position: relative;
    width: 100%;
    display: flex;
    content: '';
    padding-top: 110%;
}

.sectionPhotoGallery.noLeft .itemProjectOne .pic span.img ,.sectionPhotoGallery.noLeft  .itemPhotoGallery .pic span.img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat center / cover;
}

.rowPicDetailGallery {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 10px;
    margin-bottom: 50px;
}
.rowPicDetailGallery .col {
    position: relative;
    width: 100%;
}
.itemOtherPicGallery {
    position: relative;
    width: 100%;
    overflow: hidden;
    cursor: pointer;
}
.rowPicDetailGallery .itemOtherPicGallery .pic {
    position: relative;
    width: 100%;
    background: no-repeat center / cover;
    display: block;
}
.rowPicDetailGallery .itemOtherPicGallery .pic:before {
    position: relative;
    width: 100%;
    padding-top: 50%;
    content: '';
    display: block;
}
.rowPicDetailGallery .itemOtherPicGallery .pic .img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: no-repeat center / cover;
    display: block;
}

.rowPicDetailGallery .itemOtherPicGallery .pic .img img{
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    display: block;
    opacity: 0;
}

.rowPicDetailGallery .col:first-child {
    padding-left: 120px;
}

.descriptionItemDetailPic {
    position: sticky;
    width: auto;
    padding: 5px;
    display: flex;
    flex-direction: column;
    font-size: 14px;
    top: 40vw;
    overflow-y: auto;
    max-width: 320px;
}
.noOverflow {
    overflow:unset !important;
}
.rowPicDetailGallery:nth-child(1) .descriptionItemDetailPic {
    position: absolute;
    bottom: 0 !important;
    top: auto;
    height: auto;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
.itemOtherPicGallery span.numberPic {
    position: absolute;
    left: 100px;
    bottom: 100px;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #171817;
    border-radius: 100%;
    font-size: 16px;
}
.descriptionItemDetailPic span.number {
    position: relative;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid var(--realColor);
    border-radius: 100%;
    color: var(--realColor);
    font-weight: bold;
    margin: 0 0 10px;
}
.overflow {
    overflow: hidden;
}
.lightboxPicBox {
    position: fixed;
    background: no-repeat center / cover;
    z-index: 100;
    display: block;
    transition: all 0.5s ease;
    opacity: 0;
    cursor: zoom-out;
}
.lightboxPicBox.show {
    opacity: 1;
}
.lightboxPicBox.show.large {
    left: 0 !important;
    width: 100% !important;
    top: 0 !important;
    height: 100% !important;
}

.headerGallery {
    position: absolute;
    top: 230px;
    padding: 0 0 0 120px;
    z-index: 10;
    width: 45%;
}
.headerGallery .headerBreadcrumbs a {
    position: relative;
    font-size: 16px;
    font-weight: 100;
    color: #919191;
    padding-right: 25px;
}
.headerGallery .headerBreadcrumbs a:hover {
    color: #fff;
}
.headerGallery .headerBreadcrumbs a:before {
    position: absolute;
    right: 0;
    transform: scaleX(-0.3);
    width: 25px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #919191;
}

.headerGallery .TitleGallery {
    font-size: 6vw;
    margin: 0;
    font-family: 'Cormorant Unicase';
    pointer-events: none;
}
.itemPhotoGallery .downloadLink {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80%;
    height: 60px;
    background: var(--realColor);
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Open Sans';
    font-size: 26px;
}
.itemPhotoGallery .downloadLink:hover {
    filter: brightness(1.1);
}
.itemPhotoGallery .downloadLink:active {
    filter: brightness(0.9);
}

.itemVideoGallery {
    position: relative;
    width: calc(100% - 20px);
    margin: auto;
}

.sliderVideoGallery {
    position: relative;
    margin: 30px 0 0;
}
.itemVideoGallery .hoverlink  , .itemPhotoGallery .hoverlink {
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.itemVideoGallery .hoverlink .circleButton , .itemPhotoGallery .hoverlink .circleButton {
    top: 0;
    position: relative;
    left: 0;
    opacity: 1;
    bottom: 0;
    font-size: 2vw;
}
.itemVideoGallery .hoverlink .circleButton:before  , .itemPhotoGallery .hoverlink .circleButton:before {
    padding: 0;
    margin: 0;
}
.itemVideoGallery .hoverlink .circleButton svg  , .itemPhotoGallery .hoverlink .circleButton svg {
    position: absolute;
    width: 12vw !important;
    height: 12vw;
    transition: all 0.5s;
}

.itemVideoGallery .circleButton:hover svg , .itemPhotoGallery .circleButton:hover svg {
    transform: rotate(0deg);
}
.another-circle:hover {
    stroke-dashoffset: 227;
}
.itemVideoGallery .hoverlink:hover .circleButton svg , .itemPhotoGallery .hoverlink:hover .circleButton svg {
    transform: rotate(260deg);
}
.itemVideoGallery .hoverlink:hover .circleButton svg .another-circle , .itemPhotoGallery .hoverlink:hover .circleButton svg  .another-circle {
    stroke-dashoffset: 0;
}


.popupVideo {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000;
}
.popupVideo i.close {
    position: fixed;
    left: 0;
    top: 0;
    width: 100px;
    height: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--realColor);
    font-size: 28px;
    cursor: pointer;
    z-index: 10;
    transition: all 0.5s;
    opacity: 0;
    transform: translateY(-100vh);
}
.popupVideo.open i.close {
    transition-delay: 1s;
    opacity: 1;
    transform: translateY(0vh);
}

.contentVideoPopup {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--bgColor);
    transform-origin: top right;
    transition: all 1s cubic-bezier(0.73, 0.13, 0.08, 0.93);
    transform: skewX( 
57deg) scaleX(0);
}
.popupVideo.open .contentVideoPopup {
    transform: skewX(
0deg) scaleX(1);
}
.contentVideoPopup .frameVideoAparat {
    width: 100vw;
    height: 100vh;
    opacity: 0;
    transform: scale(1);
    top: 0;
    margin: 0;
    pointer-events: auto;
}
.popupVideo.open .contentVideoPopup .frameVideoAparat {
    transition-delay: 0.5s;
    opacity: 1;
}
.animTextOurBox.videoCategory .Line2 {
    margin-top: -3vw;
}

.itemPhotoGallery .OutBtns {
    top: 0;
    margin: 0;
}

.itemPhotoGallery .OutBtns .btnOutSec {
    background: rgba(255,255,255,0.5);
    border-color:red;
}
.itemPhotoGallery .OutBtns .btnOutSec:before {
    color: red;
}
.itemPhotoGallery .OutBtns .btnOutSec:hover {
    background: rgba(255,255,255,0.5);
    border-color:var(--bgColor);
}
.itemPhotoGallery .OutBtns .btnOutSec:hover:after {
    color:var(--bgColor) !important;
}
.showNewsContent {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    grid-gap: 40px;
}
.showNewsContent .itemNew {
    width: calc((100% / 3) - 40px);
}
section.NewsContant {
    position: relative;
    padding: 100px 0 50px;
    background: #333532;
}


section.NewsContant .animTextOurBox {
    align-items: center;
    /* margin-bottom: -80px; */
    z-index: 100;
    pointer-events: none !important;
}

section.NewsContant .animTextOurBox div span, section.NewsContant .animTextOurBox div span:before {
    font-size: 7vw !important;
    line-height: 7vw !important;
    font-weight: normal !important;
}
section.NewsContant .animTextOurBox div.Line1 span, section.NewsContant .animTextOurBox div.Line1 span:before {
    font-size: 7vw !important;
    line-height: 7vw !important;
    font-weight: normal !important;
}
section.NewsContant .OutBtns {
    margin: 10px 0 30px;
    padding: 10px;
}

.showNewsContent.contentsTab .itemNew.hide {
    overflow: hidden;
    max-width: 0px;
    border: 0;
    opacity: 0;
    display: none;
}

.itemProjectOne .titleProj {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    font-size: 22px;
    margin: 0;
    font-family: 'CORMORANT UNICASE';
    font-weight: normal;
    padding: 0;
    transform: none !important;
}
section.Projects.allServices .itemProjectOne , section.Projects.allUnits .itemProjectOne {
    width: calc((100% / 2) - 10px);
}

section.sectionPageText {
    position: relative;
    width: 100%;
    padding: 100px 0 50px;
}

.textContext {
    font-size: 20px;
    font-weight: 100;
    line-height: 2;
    padding: 40px 0 20px;
    text-align: justify;
}
img.imgPage {
    position: relative;
    display: block;
    margin: 0 auto;
    max-width: 100%;
}
section.sectionPhotoGallery.popupGal {
    background: #2c2e2b;
}



.lightboxPic {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000000000;
    pointer-events: none;
    opacity: 0;
    transition: all 0.3s;
    transform: perspective(1000px);
    display: flex;
    justify-content: center;
    align-items: center;
    transform-style: preserve-3d;
}

.lightboxPic.show {
    opacity: 1;
    transition: all 1s;
    transform: perspective(1000px);
    pointer-events: auto;
}

.lightboxPic i {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 0;
}

.lightboxPic img {
    max-height: 80%;
    max-width: 80%;
    z-index: 100000000000000000;
    position: relative;
    display: block;
    margin: auto;
    opacity: 0;
    transition: all 0.3s;
    transform: perspective(1000px) rotate3d(1, 1, 1, 90deg) translateZ(20px);
}

.lightboxPic.show img {
    opacity: 1;
    transition: all 0.5s;
    transform: perspective(1000px) rotate3d(1, 1, 1, 0deg) translateZ(20px);
}

section.sectionPhotoGallery.popupGal .itemPhotoGallery {
    width: calc(100% - 40px);
    cursor: pointer;
}




/* -------------- FAQ --------------- */
section.secFAQBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 40px 0 20px;
}

.FAQTitle {
    position: relative;
    height: 50px;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #414141;
    margin: 10px 0px;
}
.tabBtns {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    border-bottom: 2px solid #eb1d23;
}
.tabBtns button.btntab {
    position: relative;
    width: 80px;
    height: 80px;
    border: none;
    outline: none;
    font-size: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0 !important;
    background: none;
    border-radius: 0;
    background-clip: content-box;
    padding: 2px;
    background-color: #484a46;
    padding: 0;
}

.tabBtns button.btntab.active {
    background-color: #eb1d23;
}
        .tabBtns button.btntab:before {
            position: absolute;
            bottom: -13px;
            height: 3px;
            background: #111727;
            content: '';
            width: 3%;
            transition: all 0.5s;
            opacity: 0;
        }

        

        .tabBtns button.btntab i {
            position: relative;
            width: 50px;
            height: 50px;
            background: no-repeat center / 100%;
            filter: grayscale(1) brightness(20);
            cursor: pointer;
        }

        .tabBtns button.btntab:hover i {
            filter: grayscale(1) brightness(0);
        }

        .tabBtns button.btntab label {
            color: #fff;
            position: absolute;
            border: 0;
            bottom: calc(100% + 10px);
            padding: 0 10px;
            width: 150px;
            border-radius: 6px;
            z-index: 100;
            cursor: pointer;
            font-size: 12px;
            font-weight: 100;
            font-family: 'Cormorant Unicase';
            opacity: 0;
            transform: scale(0);
            transition: all 0.2s;
        }
        .tabBtns button.btntab:hover label , .tabBtns button.btntab.active label {
            opacity: 1;
            transform: scale(1);
        }


button.btntab.active i {
    filter: grayscale(1) brightness(20);
}

.tabContent.active {
    transition: all 0.5s;
    opacity: 1;
    min-height: 30px;
    max-height: 10000px;
    padding: 0px 0;
    overflow: inherit;
}
.tabContent {
    position: relative;
    width: 100%;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
}

.accotdionFAQ {
    font-size: 12px;
    width: 100%;
    margin: 5px;
    float: right;
}
.RowFAQ {
    position: relative;
    width: 100%;
    display: flex;
    margin-bottom: 3px;
    font-size: 14px;
    background: #f1f1f1;
    overflow: hidden;
    border-radius: 0;
    color: #333 !important;
}

.ContentFAQ .lineTitle {
    margin-right: 0;
}

.RowFAQ .col1 {
    position: relative;
    width: 100px;
    min-height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #333;
    /* display: none; */
    border-left: 5px solid #fff;
    font-weight: bold;
}
.RowFAQ .col2 {
    position: relative;
    width: 100%;
    MIN-height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-right: 3px;
    color: #151515;
    padding: 0 10px 0 10px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


.RowFAQ.title .col1, .RowFAQ.title .col2 {
    background-color: #161616;
    color: #fff;
    justify-content: center;
}

.accotdionFAQ span.AnswerQuestion {
    position: absolute;
    background: #161616;
    font-weight: normal;
    font-family: IranYekan;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px 0 30px;
    left: 5px;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
}




.accotdionFAQ span.AnswerQuestion {
    background: none;
    color: #0096a1;
}


.accotdionFAQ span.AnswerQuestion:before {
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    position: absolute;
    left: 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}

.accotdionFAQ.active span.AnswerQuestion:before {
    transform: rotate(180deg);
}

.accotdionFAQ .ContentAccotdionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    transition: all 0.2s;
    max-height: 0;
    overflow: hidden;
    flex-wrap: wrap;
}

.accotdionFAQ.active .ContentAccotdionFAQ {
    transition: all 0.5s;
    max-height: 100%;
}

.ContentAccotdionFAQ .textAccordionFAQ {
    position: relative;
    width: 100%;
    text-align: justify;
    padding: 10px;
    box-sizing: border-box;
    font-weight: bold;
}

.allContentTab {
    position: relative;
    width: 100%;
    padding: 20px 0;
}
section.secFAQBox .allContentTab {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 0;
}


.ContentAccotdionFAQ .moreAccordionFAQ {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 5px;
    box-sizing: border-box;
}

a.moreAcc {
    position: relative;
    padding: 0 10px;
    height: 30px;
    background: #f5f5f5;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 30px;
    font-family: IranYekan;
    font-weight: normal;
    transition: all 0.2s;
    font-weight: bold;
    font-size: 12px;
}
    a.moreAcc:before {
        position: absolute;
        left: 0;
        top: 0;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-family: 'Font Awesome 5 Pro';
    }

    a.moreAcc:hover {
        color: #f5f5f5;
        background: #161616;
    }

    a.moreAcc:active {
        color: #161616;
        background: #d3d3d3;
    }
    .accotdionFAQ.active .RowFAQ {
        background: #d6d6d6;
        color: #333;
    }
    .accotdionFAQ.active .RowFAQ .col2 {
        color: #333;
    }
    .accotdionFAQ.active .RowFAQ .col2 span.AnswerQuestion {
        color: #333;
    }
/* -------------- FAQ --------------- */
.advancedSearch .form .boxInput input {
    position: relative;
    margin: 0 !important;
    top: 0;
    transform: none !important;
    opacity: 1 !important;
    border: 1px solid #4c4e4b;
    width: 100% !important;
    color: #5c5c5c;
    font-size: 18px;
    height: 50px;
}
.notfound {
    /* background-color: #222321; */
    position: relative;
    display: flex;
    justify-content: center;
    align-content: center;
    /* border-left: 5px solid #d80000; */
    /* border-right: 5px solid #d80000; */
    width: 100%;
    left: 0;
    right: 0;
    padding: 22px;
    margin: auto;
}

section.DreamyProjects:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background: #333532ed;
    display: block;
}
.itemProjectOne .down {
    position: relative;
    width: 100%;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-gap: 10px;
    align-items: center;
}

    .itemProjectOne .down:after {
        position: relative;
        width: 100%;
        height: 2px;
        background: var(--realColor);
        content: '';
        display: block;
    }
section.sectionPhotoGallery:after {
    background: #333532 !important;
}
section.sectionPhotoGallery:after {
    background: #2c2e2b !important;
}

.detailText.DescriptionText {
    width: 100%;
    font-size: 16px;
    margin: 20px 0;
    max-height: 210px;
}
.detailText.DescriptionText.show {
    max-height: 3000px !important;
    margin: 20px 0 60px;
}

.mapDetail {
    position: relative;
    width: 80%;
    margin: 0 auto;
}

.mapDetail:before {
    position: relative;
    width: 100%;
    content: '';
    padding-top: 55%;
    display: block;
}
.mapDetail .js-map.mapboxgl-map {
    position: absolute;
    left: 0;
    top: 0;
}
.sectionPhotoGallery.detailg:after {
    background: #333532 !important;
}
section.sectionOur .animTextOurBox div.Line2 span, section.sectionOur .animTextOurBox div.Line2 span:before {
    font-size: 4vw !important;
    line-height: 4vw !IMPORTANT;
}

.swiper-button-prev, .swiper-button-next {
    color: #dd2626 !important;
}

.animTextOurBox div {
    display: flex;
    position: relative;
    flex-wrap: wrap;
}
.socialIcons a.socicon.aparat {
    position: relative;
    width: 30px;
    height: 30px;
    background: no-repeat url(/dist/img/aparat.png) center / 25px;
    filter: hue-rotate(75deg) brightness(1.5);
}
.bgSec1.inmobile {
    display: none;
}
header.innerHeader {
    min-height: 600px;
    padding-bottom: 90px;
}



.titleAccordion h4 {
    font-size: 26px;
    font-weight: 100;
}


section.sectionWhyNorthCyprus .animTextOurBox div span, section.sectionWhyNorthCyprus .animTextOurBox div span:before {
    font-size: 3vw !important;
    line-height: 3vw !important;
    font-weight: normal !important;
}

section.sectionWhyNorthCyprus .animTextOurBox div.Line1 span, section.sectionWhyNorthCyprus .animTextOurBox div.Line1 span:before {
    font-size: 3vw !important;
    line-height: 3vw !important;
    font-weight: normal !important;
}

.titleAccordion {
    min-height: 50px;
    height: auto;
}

footer .textFooter span {
    font-size: 2vw;
    font-family: 'Cormorant Unicase';
}

footer .textFooter {
    z-index: 10;
}

.contextAcc .col .pic span.img {
    background: no-repeat center / cover;
}
.AllContentFAQTab .contextAcc:before {
    width: 100%;
}

.AllContentFAQTab .col {
    width: 100% !important;
}
section.sectionOur.ourHome .animTextOurBox div span, section.sectionOur.ourHome .animTextOurBox div span:before {
    font-size: 6vw !important;
    line-height: 6vw !important;
    font-weight: normal !important;
    /* color: red; */
}

section.sectionOur.ourHome .animTextOurBox div.Line1 span, section.sectionOur.ourHome .animTextOurBox div.Line1 span:before {
    font-size: 4vw !important;
    line-height: 4vw !important;
    font-weight: bold !important;
    /* color: #fff; */
}
section.sectionOur.ourHome .animTextOurBox div.Line2 span:before {
     color: #fff;
}
section.sectionOur.ourHome .animTextOurBox div.Line2 span, section.sectionOur.ourHome .animTextOurBox div.Line2 span:before {
    font-size: 4vw !important;
    line-height: 4vw !IMPORTANT;
   /* color: #fff;*/
}
section.sectionInterview .animTextOurBox div.line3 span, section.sectionInterview .animTextOurBox div.line3 span:before {
    /* color: #eb1d23; */
}
section.sectionInterview .animTextOurBox div.line3 span:before {
    color: #eb1d23;
}

section.sectionOur.ourHome .animTextOurBox div.line3 span:before {
    color: red;
}
section.sectionInterview .animTextOurBox {
    width: 50vw;
}
header.innerHeader .contentSmall {
    width: 100% !important;
}
.contentTitle span.day {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    line-height: 1;
}

.advancedSearch .form .boxInput.textfff span.select2 span.selection .select2-selection__rendered, .advancedSearch .form .boxInput.textfff span.select2 span.selection .select2-selection__arrow {
    color: #fff;
}


div#searchresult {
    position: relative;
    width: 100%;
    display: flex;
    grid-gap: 30px;
    flex-wrap: wrap;
    max-height: 300px;
    overflow: auto;
}

    div#searchresult a {
        position: relative;
        width: calc((100% / 6) - 30px);
    }

        div#searchresult a:hover {
            color: #f8bb86;
        }

@media only screen and (max-width:980px) {
    div#searchresult a {
        position: relative;
        width: calc((100% / 4) - 30px);
    }
}

@media only screen and (max-width:768px) {
    div#searchresult a {
        position: relative;
        width: calc((100% / 3) - 30px);
    }
}


@media only screen and (max-width:680px) {
    div#searchresult a {
        position: relative;
        width: calc((100% / 2) - 30px);
    }
}


@media only screen and (max-width:480px) {
    div#searchresult a {
        position: relative;
        width: 100%;
    }
}

header.innerHeader.inndeDetail .bgSec1 {
    display: flex !important;
}
.itemVideoGallery {
    position: relative;
    width: calc(90% - 20px);
    margin: auto;
}

    .itemVideoGallery .circleButton:before {
        margin: 0;
        padding: 0;
        width: 10vw;
        height: 10vw;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.5vw;
        font-weight: 100;
    }
.SendUsForm .inputs select * {
    background: #333532;
}
section.secFAQBox {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 120px 0 20px;
}
a.logoFooter img {
    width: 345px;
}

header.headerProject .bgSec1 {
    height: 75%;
}
header.headerProject .advancedSearch {
    position: relative;
    width: 100%;
    z-index: 20;
    margin-bottom: -5%;
}
header.headerProject .container {
    padding-top: 5%;
}

section.detailPhotoGallery {
    position: relative;
    width: 100%;
    margin-top: 140px;
}
.itemOtherPicGallery span.numberPic {
    display: none;
}
.AgentInfo {
    width: 100%;
    position: relative;
    margin: auto;
    max-width: 980px;
    display: flex;
    flex-wrap: wrap;
    grid-gap: 10px;
}

    .AgentInfo .col {
        position: relative;
        width: calc((100% / 2) - 5px);
        font-family: 'shonar bangla';
        font-size: 38px;
        display: flex;
        align-items: baseline;
        grid-gap: 5px;
    }

        .AgentInfo .col.full {
            width: 100%;
            display: flex;
        }

        .AgentInfo .col .value {
            font-family: 'Open Sans';
            font-size: 26px;
        }

        .AgentInfo .col a.value:hover {
            color: #d80000;
        }

    .AgentInfo .socialIcons {
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        border-top: 1px solid rgb(88, 88, 88);
        padding: 20px;
        grid-gap: 10px;
        margin-top: 10px;
    }

        .AgentInfo .socialIcons a.socicon {
            position: relative;
            width: 40px;
            height: 40px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 22px;
            transition: all 0.2s;
        }

            .AgentInfo .socialIcons a.socicon:hover {
                transform: scale(1.1);
                color: #d80000;
            }

@media only screen and (max-width:980px) {
    .AgentInfo .col {
        width: 100%;
        justify-content: center;
    }
}