html,
body {
    /* height: 100%; */
    /**/
    /*overflow:hidden; */
}

body {
    /*background:#fff url('../img/patern.png');*/
    background: #f3f7f9;
    overflow-x: hidden;
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
}

* {
    outline: none !important
}

.ParentButton {
    position: fixed;
    right: -110px;
    top: 40%;
    transform: rotate(-90deg);
    z-index: 999999;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
}

.FixedButton {
    width: 160px;
    background: #393966 !important;
    margin: 0 !important;
    line-height: 55px;
    font-size: 20px !important;
}

.FixedButton span {
    position: relative;
    z-index: 9;
}

.FixedButton:after {
    content: '';
    width: 122px;
    height: 112%;
    background: #393966;
    position: absolute;
    bottom: -32px;
    left: 24px;
    transform: rotate(29deg);
}

.FixedButton:before {
    content: '';
    width: 122px;
    height: 122%;
    background: #393966;
    position: absolute;
    top: -36px;
    left: 134px;
    transform: rotate(29deg);
}

.Padding0 {
    padding: 0 !important;
}

.container {
    width: 1270px;
    max-width: 1270px;
}

.MainDiv {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.Header {
    width: 100%;
    height: 100px;
    /*background: linear-gradient(45deg, #6088bd, #3bacfc);*/
    background: linear-gradient(20deg, #393966, #2e3190);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    /* box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3); */
    background: #fff;
    display: inline-flex;
    align-items: center;
    transition: 0.3s
}

.Header .logo {
    margin-left: 70px;
    background: url(../img/logo.svg) no-repeat;
    /*background: url(../img/logo_full.png) no-repeat;*/
    /*background-size: auto 100%;*/
    width: 270px;
    height: 70px;
    display: inline-block;
    transition: 0.3s;
}

.HeaderMenu {
    display: inline-block;
    float: left;
}

.HeaderMenu ul {
    margin: 0;
    padding: 0
}

.HeaderMenu li {
    list-style: none;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
}

.HeaderMenu li a {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #555;
    font-size: 13px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
    line-height: 70px;
    display: inline-block;
}


/*
.HeaderMenu li.current-menu-item a {
	color:#F6931F;
}
*/

.HeaderMenu li a:after {
    position: absolute;
    left: 50%;
    content: '';
    height: 3px;
    margin-top: -24px;
    background: #F6931F;
    transition: width 0.3s ease 0s;
    transition: all 0.3s linear;
    width: 0;
    bottom: 20px;
}

.HeaderMenu li.current-menu-item a:after,
.HeaderMenu li a:hover:after {
    width: 100%;
    margin-left: -50%;
}

.Hamburger {
    position: fixed;
    width: 42px;
    height: 30px;
    border-top: solid #fff 3px;
    right: 20px;
    top: 20px;
    z-index: 99999999;
}

.Hamburger:after {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: calc(50% - 2.5px);
    left: 0;
    z-index: 99999999;
}

.Hamburger:before {
    content: '';
    width: 100%;
    height: 3px;
    background: #fff;
    position: absolute;
    top: calc(100% - 2.5px);
    left: 0;
    z-index: 99999999;
}

.ShowMenu .Hamburger {
    border: none;
}

.ShowMenu .Hamburger:after {
    background: #fff;
    transform: rotate(-45deg);
    transition: 0.3s;
}

.ShowMenu .Hamburger:before {
    background: #fff;
    transform: rotate(45deg);
    top: 15px;
    transition: 0.3s;
}

.RightDiv {
    display: inline-block;
    position: relative;
    transition: 0.3s
}

.Language {
    float: left;
    display: inline-block;
    margin-left: 50px;
    margin-right: 40px;
    position: relative;
    transition: 0.3s;
    top: 22px;
}

.Language div {
    display: inline-block;
}

.Language div a {
    color: #222;
    text-transform: uppercase;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    text-decoration: none;
}

.Social {
    position: absolute;
    left: 12px;
    bottom: -12px;
    width: 60px;
    display: none;
}

.Social a {
    color: #222;
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
}

.LangList {
    position: absolute;
    top: 0;
    z-index: -99;
    transition: 0.5s;
}

.LangList a {
    width: 45px;
    height: 45px;
    border: solid #fff 1px;
    border-radius: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    text-transform: uppercase;
    display: block;
    cursor: pointer;
    margin-top: 9px;
    transition: 0.5s;
    color: transparent;
    opacity: 0;
    text-decoration: none;
}

.Language:hover .LangList {
    top: 0 !important;
    z-index: 99;
}

.Language:hover .LangList a {
    color: #000;
    background: #fff;
    opacity: 1;
    transform: rotate(360deg);
}

.LangList a:hover {
    background: #fff;
    color: #000 !important;
    text-decoration: none;
}

.CallButton {
    display: inline-block;
    width: 180px;
    height: 48px;
    background: #F6931F;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
    text-align: center;
    line-height: 48px;
    color: #fff;
    font-size: 13px;
    font-family: HelveticaNeueWorld-75Bold;
    float: right;
    margin-right: 70px;
    margin-top: 10px;
    transition: 0.3s
}

.CallButton:hover {
    color: #fff;
    text-decoration: none;
    background: #4162ac;
}

.CamIcon {
    width: 20px;
    height: 20px;
    background: url('../img/cam_icon.png') no-repeat;
    font-family: HelveticaNeueWorld-75Bold;
    display: inline-block;
    margin-right: 45px;
    position: relative;
    top: 22px;
    padding-left: 30px;
    color: #000;
    text-decoration: none;
    transition: 0.3s;
    background-size: contain;
}

.CamIcon:hover,
.CamIcon:focus {
    opacity: 0.7;
    text-decoration: none;
    color: #000;
}

.Fixed {}

.Fixed .CallButton {}

.Fixed.Header {
    height: 60px;
}

.Fixed.Header .logo {
    background: url(../img/logo-fixed.svg) no-repeat !important;
    width: 120px;
    height: 50px;
    margin-left: 70px;
}

.Fixed .Language {
    top: 22px;
}

.Fixed .Social {
    visibility: hidden;
    opacity: 0;
}


/* START CTRUCTURE */

.MainSection {
    width: 100%;
    height: calc(100% - 107px);
    overflow: hidden;
    padding-top: 130px;
}

.MainSection .SectionHeight {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.AtoriContainer {
    padding-left: 85px;
    height: calc(100% - 5px);
    padding-right: 0;
    overflow: hidden
}

.HomeService {
    width: 100%;
    padding-bottom: 80px;
    background: #f3f7f9;
    display: inline-block;
    float: left;
}

.HomeService .Head {
    padding-top: 60px;
    background-color: #393966;
    background-image: url('../img/color_bg.png');
}

.HomeService .Head .Info .Title {
    font-family: 'HelveticaNeueWorld-75Bold';
    color: #fff;
    font-size: 48px;
    text-transform: uppercase;
    letter-spacing: 2px;
    /* margin-top: 35px; */
    position: relative;
    font-weight: bold;
    font-feature-settings: 'case' on;
}

.HomeService .Head .Info .Title:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #f29020;
    position: absolute;
    bottom: -8px;
    left: 0;
}

.HomeService .Head .Info .Text {
    font-family: HelveticaNeueLTGEO55Roman;
    font-size: 14px;
    color: #fff;
    line-height: 23px;
}

.ReadMore {
    height: 60px;
    line-height: 60px;
    background-color: #F6931F;
    width: auto;
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-size: 13px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
    text-decoration: none;
    transition: 0.5s;
    margin-top: 42px;
    text-decoration: none;
}

.ReadMore:hover,
.ReadMore:focus {
    text-decoration: none;
    color: #fff;
    background: #4162ac;
}

.HomeService .Head .Info {
    padding-bottom: 255px;
}

.HomeService .Content {
    margin-top: -105px;
}

.HomeService .Content .row {
    margin-left: -1px;
    margin-right: -1px;
}

.HomeService .Content .col-sm-3 {
    padding-left: 1px;
    padding-right: 1px;
    width: 25%;
}

.HomeService .Content .Item {
    background: #fff;
    padding: 15px 17px;
    height: 362px;
    margin-bottom: 2px;
    display: block;
    text-decoration: none;
    transition: 0.3s;
    position: relative;
}

.HomeService .Content .Item .Icon {
    margin-bottom: 18px;
}

.HomeService .Content .Item .Icon img {
    max-height: 35px;
    width: 35px;
}

.HomeService .Content .Item .Title {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-weight: bold;
    font-size: 13px;
    position: relative;
    top: -1px;
    color: #3a3c3e;
}

.HomeService .Content .Item .Title span {
    font-family: Roboto_Geo_Arm_Mt_Bold
}

.HomeService .Content .Item .Text {
    font-size: 14px;
    color: #3a3c3e;
    line-height: 23px;
    font-family: HelveticaNeueLTGEO55Roman;
    padding-top: 36px;
    position: relative;
}

.HomeService .Content .Item .Text:after {
    content: '';
    width: 40px;
    height: 1px;
    background: #1B1464;
    position: absolute;
    top: 17px;
    left: 0;
    z-index: 9;
}

.HomeService .Content .Item .Text p {
    margin-bottom: 25px;
}

.HomeService .Content .Item .More {
    position: absolute;
    bottom: 15px;
}

.HomeService .Content .Item .More a {
    color: #3a3c3e;
    text-decoration: none;
    font-weight: bold;
    ;
}

.Language div:last-child a:before {
    content: '/';
    margin-right: 10px
}


/*
.HomeService .Content .Item:hover {
    background: #393966;
    transform: scale(1.05);
    z-index: 99;
    position: relative;
}

.HomeService .Content .Item:hover .Title {
    color: #fff;
}

.HomeService .Content .Item:hover .Text {
    color: #fff;
}
*/

.HomeService .Content .slick-list {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    overflow-y: hidden;
    padding-top: 10px;
    padding-bottom: 10px;
}

.HomeService .ServiceSlide {
    width: 100%;
    display: inline-block;
    float: right;
}

.ParallaxDiv {
    display: inline-block;
    width: 100%;
    position: relative;
    float: left;
    margin-bottom: 80px;
}

.ParallaxDiv:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(46, 49, 145, 0.3)
}

.ParallaxDiv .parallax-window {
    min-height: 450px;
    background: transparent;
}

.ParallaxDiv .InfoDiv {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: inline-flex;
    align-items: center;
    z-index: 99;
    text-align: center
}

.ParallaxDiv .InfoDiv .Title {
    color: #fff;
    font-size: 48px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.ParallaxDiv .InfoDiv .Text {
    color: #fff;
    width: 100%;
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
    font-size: 14px;
    margin-bottom: 30px;
    text-align: left;
    line-height: 24px;
}

.ParallaxDiv .InfoDiv .Text img {
    width: 18px;
    height: auto;
    margin-right: 20px;
}

.ParallaxDiv .InfoDiv .Text p {
    color: #fff;
}

.HomeWhyBatumi {
    display: inline-block;
    width: 100%;
}

.HomeWhyBatumi .container-fluid {
    display: inline-flex;
    align-items: center;
    width: 100%;
}

.HomeWhyBatumi .LeftImage {
    width: 100%;
}

.HomeWhyBatumi .LeftImage img {
    width: 100%;
}

.HomeWhyBatumi .InfoDiv {
    background: rgba(46, 49, 145, 0.9);
    color: #fff;
    padding: 49px 50px 50px 53px;
    width: 100%;
    margin-left: -265px
}

.HomeWhyBatumi .InfoDiv .Title {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    ;
    font-size: 48px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.HomeWhyBatumi .InfoDiv .Title span {
    font-family: MontserratBold;
}

.HomeWhyBatumi .InfoDiv .List {
    margin-top: 35px;
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
    font-size: 14px;
    line-height: 23px;
}

.HomeWhyBatumi .InfoDiv .List li {
    font-family: MontserratBold;
    font-size: 16px;
    background: url('../img/list_icon.png') no-repeat center left;
    padding-left: 40px;
    list-style: none;
    margin-bottom: 20px;
}

.HomeWhyBatumi .ReadMore {
    margin-top: 0;
}


/*************************** FOOTER *****************************/

.FooterDiv {
    background: #393966;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
    padding-top: 60px;
    padding-bottom: 60px;
    display: inline-block;
    float: left;
    width: 100%;
}

.FooterDiv .FootLogo {
    display: inline-block;
    margin: 0 auto
}

.FooterDiv .FootLogo img {
    height: 100px;
}

.FooterDiv .List {
    display: inline-block;
    width: 100%;
    margin-top: 25px;
}

.FooterDiv .List li {
    list-style: none;
    color: #fff;
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
    margin-top: 5px;
    margin-bottom: 5px;
}

.scrollToTop {
    background: #393966;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 100px;
    text-align: center;
    line-height: 27px;
    color: #fff;
    display: inline-block;
    z-index: 99999999;
    position: relative;
    top: 30px;
}

.scrollToTop:focus,
.scrollToTop:hover {
    color: #fff;
}

.scrollToTop:hover .fa {
    opacity: 0.7;
}

.SocialFooter {
    margin-top: 10px;
}

.SocialFooter a {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    margin-right: 10px;
}

.page-template-tpl-contact .ContentDiv {
    padding-bottom: 100px;
}


/*******************************************************************/


/*******************************************************************/


/***************************** PROJECT  *****************************/


/*******************************************************************/


/*******************************************************************/

.BgGradient {
    display: inline-block;
    width: calc(50% + 208px);
    height: calc(100% - 60px);
    position: absolute;
    background: rgb(30, 31, 149);
    background: linear-gradient(90deg, rgba(30, 31, 149, 1) 0%, rgba(63, 40, 125, 1) 35%, rgba(70, 42, 120, 1) 100%);
}

.BgGradient:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url('../img/gradient_bg.png') no-repeat;
    background-size: 100%;
}

.ProjectSingle {
    display: inline-block;
    width: 100%;
    position: relative;
    z-index: 9;
}

.ProjectSingle .container {
    padding-top: 140px;
    z-index: 9;
    position: relative;
}

.ProjectSingle .ImageDiv {
    width: calc(50% + 208px);
    height: auto;
    display: inline-block;
    float: left;
}

.ProjectSingle .ImageDiv .map {
    background-size: 100% !important
}

.ProjectSingle .ImageDiv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ProjectSingle .InfoDiv {
    width: calc(50% - 208px);
    display: inline-block;
}

.ProjectSingle .InfoDiv .Background {
    width: 100%;
    background: #efefef;
    position: relative;
    left: 0;
    margin-top: 0;
    padding: 30px 50px 40px 50px;
}

.ProjectSingle .InfoDiv .Title {
    color: #393966;
    font-size: 60px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.ProjectSingle .InfoDiv .Status {
    color: #000;
    font-size: 14px;
    font-family: HelveticaNeueLTGEO55Roman;
    line-height: 23px;
    margin-top: 10px;
}

.ProjectsSlideDiv {
    margin-top: 140px;
}

.ProjectsSlideDiv .row {
    margin-left: -30px;
    margin-right: -30px;
}

.ProjectsSlideDiv .col-sm-4 {
    padding-left: 45px;
    padding-right: 45px;
}

.ContentDiv {
    padding-top: 0px;
    padding-bottom: 230px;
    position: relative;
}

.ContentDiv .BgGradient {
    height: 100%;
}

.ContentDiv .container {
    position: relative;
    z-index: 2;
}

.ContentDiv .Info {
    padding-top: 130px;
}

.ContentDiv .Info .Title {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 54px;
    color: #fff;
    line-height: 53px;
}

.ContentDiv .Info .Text {
    font-size: 14px;
    font-family: HelveticaNeueLTGEO55Roman;
    font-weight: normal;
    position: relative;
    padding-top: 92px;
    padding-right: 180px;
    color: #fff;
    line-height: 23px;
}

.ContentDiv .Info .Text:after {
    content: '';
    width: 60px;
    height: 1px;
    background: #6c86bf;
    position: absolute;
    top: 49px;
    left: 0;
    z-index: 9;
}

.ContentDiv .Info .Text li {
    list-style: none;
    color: #3a3c3e;
    font-family: RobotoNusxBold;
    font-size: 16px;
    padding-left: 50px;
    background: url('../img/dots_3.png') no-repeat;
    background-position: 0 7px;
    margin-bottom: 30px;
    line-height: 30px;
}

.ContentDiv .Info .Text p {
    margin-bottom: 25px;
}

.ContentDiv .Info .Text.Noline {
    padding-top: 64px;
}

.ContentDiv .Info .Text.Noline:after {
    display: none;
}

.ContentDiv .Image {
    width: calc(100% + 130px);
    height: 560px;
    position: relative;
    margin-top: 155px;
}

.ContentDiv .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ContentDiv.BackgroundBlue {
    background: -webkit-linear-gradient(left, #2c51a3 70%, #ffffff 50%);
    background: -moz-linear-gradient(left, #2c51a3 70%, #ffffff 50%);
    background: -o-linear-gradient(left, #2c51a3 70%, #ffffff 50%);
    background: -ms-linear-gradient(left, #2c51a3 70%, #ffffff 50%);
    background: linear-gradient(left, #2c51a3 70%, #ffffff 50%);
}

.ContentDiv.LeftImage {
    left: -130px;
}

.ContentDiv.LeftImage .Info {
    position: relative;
    left: 175px;
}

.ContentDiv.LeftImage .Title {
    color: #F6931F;
}

.ContentDiv.LeftImage .Text {
    color: #3a3c3e;
    padding-right: 0;
    padding-right: 150px;
}

.ContentDiv .Info .Text:after {
    background: #F6931F;
}

.ContentDiv.LeftImage .Info {
    padding-top: 120px;
}


/* FLOOR */

.FloorContentDiv {
    position: relative;
    display: inline-block;
    width: 100%;
}

.FloorContentDiv .WithBackground {
    height: 745px;
    position: absolute;
    width: 100%;
}

.FloorContentDiv .WithBackground:after {
    content: '';
    width: 70%;
    height: 100%;
    background: url('../img/color_bg.png');
    position: absolute;
    left: 0;
    top: 0;
}

.FloorContentDiv .BackgroundBlue {
    background: -webkit-linear-gradient(left, rgba(30, 31, 149, 1) 70%, rgba(63, 40, 125, 1) 50%);
    background: -moz-linear-gradient(left, rgba(30, 31, 149, 1) 70%, rgba(63, 40, 125, 1) 50%);
    background: -o-linear-gradient(left, rgba(30, 31, 149, 1) 70%, rgba(63, 40, 125, 1) 50%);
    background: -ms-linear-gradient(left, rgba(30, 31, 149, 1) 70%, rgba(63, 40, 125, 1) 50%);
    background: linear-gradient(left, rgba(30, 31, 149, 1) 70%, rgba(63, 40, 125, 1) 50%);
}

.FloorPageDiv {
    position: relative;
    z-index: 9;
    padding-top: 110px;
}

.FloorPageDiv .Content {
    width: 100%;
}

.FloorPageDiv .Head {}

.FloorPageDiv .Head .Title {
    height: 92px;
    line-height: 120px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #fff;
    font-size: 54px;
}

.FloorPageDiv .Head .Title a {
    color: #fff;
    transition: 0.3s;
    margin-right: 15px;
    font-size: 45px
}

.FloorPageDiv .Head .Title a:hover {
    color: #F6931F
}

.FloorPageDiv .FloorSlide {
    width: 100%;
    height: 120px;
    background: #15b99b;
}

.FlatInfoDiv {
    width: 550px;
    background: #fff;
    padding: 57px 90px;
    margin-top: 40px;
    box-shadow: 0 0 80px rgba(45, 62, 101, 0.2);
    position: relative;
    z-index: 1;
    display: inline-block;
    float: left;
}

.FlatInfoDiv .FlatHead {}

.FlatInfoDiv .FlatHead span {
    color: #2c51a3;
    font-size: 60px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    float: left;
}

.FlatInfoDiv .FlatHead span label {
    font-size: 30px;
    position: relative;
    top: -20px;
}

.FlatInfoDiv .FlatHead div {
    display: inline-block;
    float: right;
    height: 34px;
    line-height: 34px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    background: #F6931F;
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-top: 22px;
}

.FlatInfoDiv .InfoList {
    padding-top: 65px;
    width: 100%;
}

.FlatInfoDiv .InfoList .List {}

.FlatInfoDiv .InfoList .List li {
    list-style: none;
    display: inline-block;
    float: left;
    width: 100%;
    border-bottom: solid #f5f5f5 1px;
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.FlatInfoDiv .InfoList .List li span {
    color: #3a3c3e;
    font-size: 13px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.FlatInfoDiv .InfoList .List li div {
    display: inline-block;
    float: right;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #3a3c3e;
    letter-spacing: 0.5px;
}

.FlatInfoDiv .InfoList .List li div label {
    font-size: 9px;
    position: relative;
    top: -5px;
}

.FlatInfoDiv .Info {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
}

.FlatInfoDiv .Info .DownloadButton {
    height: 50px;
    line-height: 50px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    text-transform: uppercase;
    color: #fff;
    background: #393966;
    display: inline-block;
    padding-left: 13px;
    padding-right: 13px;
    font-size: 12.5px;
    letter-spacing: 1.5px;
    cursor: pointer;
    transition: 0.3s;
    text-decoration: none;
}

.FlatInfoDiv .Info .DownloadButton:hover {
    background: #F6931F
}

.FlatInfoDiv .Info .FlootSocial {
    float: right;
    display: inline-block;
    height: 50px;
    border: solid #393966 1px;
    line-height: 50px;
}

.FlatInfoDiv .Info .FlootSocial a {
    padding-left: 38px;
    padding-right: 38px;
    color: #393966;
    position: relative;
    font-size: 16px;
    transition: 0.3s;
}

.FlatInfoDiv .Info .FlootSocial a:hover {
    color: #F6931F;
}

.FlatInfoDiv .Info .FlootSocial a:first-child:after {
    content: '';
    position: absolute;
    right: -4px;
    top: 1px;
    height: 14px;
    width: 1px;
    background: #393966;
}

.RightBitImage {
    width: calc(100% - 550px);
    display: inline-block;
    float: left;
    background: #fff;
    margin-top: 40px;
    border: solid #f3f7f9 1px;
    height: 645px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.RightBitImage .ChangeButtons {
    position: absolute;
    top: 55px;
    left: 50px;
}

.RightBitImage .ChangeButtons .Button2 {
    display: inline-block;
    float: left;
    height: 34px;
    line-height: 34px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-weight: bold;
    background: #F6931F;
    font-size: 16px;
    padding-left: 15px;
    padding-right: 15px;
    color: #fff;
    margin-top: 22px;
    margin-left: 2px;
    cursor: pointer;
    transition: 0.3s
}

.RightBitImage .ChangeButtons .Button2:hover,
.RightBitImage .ChangeButtons .Button2.active {
    background: #4162ac;
}

.RightBitImage .Image {
    margin-top: 90px;
}

.RightBitImage .Image div {
    visibility: hidden;
    opacity: 0;
    height: 0;
}

.RightBitImage .Image div.active {
    visibility: visible;
    opacity: 1;
    height: auto;
}

.RightBitImage .Image img {
    max-height: 400px;
}

.RightBitImage .Image a {
    display: inline-block;
    position: relative;
}

.RightBitImage .Image a:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: transparent;
    z-index: 1
}

.RightBitImage .Image img {
    display: inline-block;
}

.RightBitImage .Image:after {
    content: "\f00e";
    font: normal normal normal 14px/1 FontAwesome;
    width: 60px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -25px;
    background: #F6931F;
    color: #fff;
    line-height: 50px;
    font-size: 20px;
    opacity: 0;
    transition: 0.3s;
}

.RightBitImage .Image:hover:after {
    opacity: 1
}

.FloorImageDiv {
    width: 100%;
    display: inline-block;
    float: left;
    background: #fff;
    margin-top: 50px;
    border: solid #f3f7f9 1px;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    position: relative;
}

.FloorImageDiv .ImgMap {
    margin: 0 auto
}

.tooltip_4 {
    display: none;
    position: absolute;
    z-index: 99;
}

.FloorToolTip222 {
    width: 164px;
    background: url(../img/map_tooltip.svg);
    height: 96px;
    text-align: center;
    padding-top: 13px;
    background-size: 100% 100%;
    padding-top: 28px;
}

.FloorToolTip222 span {
    font-size: 20px;
    font-family: HelveticaNeueWorld-75Bold;
    color: #fff;
    width: 100%;
    letter-spacing: 0.5px;
}

.FloorToolTip222 span i {
    font-size: 12px;
    font-style: normal;
    position: relative;
    top: -6px;
}

.FloorToolTip222 label {
    font-family: HelveticaNeueWorld-75Bold;
    font-size: 12px;
    color: #fff;
    font-weight: normal;
    width: 100%;
}

.FloorToolTip222.FloorToolTip333 span {
    font-size: 14px;
}


/* ABOUT PAGE */

.AboutPage {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.AboutPage .AboutInfo {
    width: 35%;
    height: 100%;
    display: inline-block;
    float: left;
    background: rgba(0, 186, 255, 0.8);
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 15px
}

.AboutPage .AboutInfo .Title {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #F6931F;
    font-size: 37px;
}

.AboutPage .AboutInfo .Text {
    font-family: GothamBook;
    color: #fff;
    font-size: 17px;
}

.AboutPage .AboutInfo .AvardsText {
    margin-top: 20px;
}

.AboutPage .AboutInfo .AvardsText .Title {
    color: #fff;
    font-size: 27px;
}

.AboutPage .AboutInfo .AvardsInfo {
    width: 100%;
    display: inline-block;
}

.AboutPage .AboutInfo .AvardsInfo .row {
    margin-left: -5px;
    margin-right: -5px;
}

.AboutPage .AboutInfo .AvardsInfo .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.AboutPage .AboutInfo .AvardsInfo .Item {
    display: inline-block;
    border: solid #fff 1px;
    display: inline-block;
    float: left;
    margin-right: 8px;
    height: 42px;
    line-height: 37px;
    padding-left: 5px;
    width: 100%;
    margin-top: 30px;
}

.AboutPage .AboutInfo .AvardsInfo .Item label {
    font-size: 38px;
    font-family: NotoSansBold;
    color: #fff;
}

.AboutPage .AboutInfo .AvardsInfo .Item span {
    font-family: GothamLight;
    font-size: 18px;
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.AboutPage .AboutImage {
    width: 65%;
    height: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.AboutPage .AboutImage .CorporateBrochure {
    border: solid #fff 1px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    position: absolute;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    top: 45px;
    left: 40px;
    padding: 9px 20px 9px 51px;
    background: url(../img/pdf_icon.png) no-repeat;
    background-size: 31px;
    background-position: 4px 5px;
}

.AboutPage .AboutImage .Image {
    width: 100%;
    height: 100%;
    margin-left: 10px;
}

.AboutPage .AboutImage .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


/* START HOME PAGE */

.ChangeSliderProgres {
    width: 100%;
    height: 3px;
    background: #000;
    z-index: 2;
    position: absolute;
    bottom: 0%;
    left: 0;
    z-index: 9999
}

.ChangeSliderProgres .progress {
    width: 0%;
    height: 3px;
    background: #F6931F;
    margin: 0;
    border-radius: 0;
}

.HomeSlider {
    width: 100%;
    height: 100%;
    position: relative;
}

.AtoriLogoBottom {
    width: 100%;
    height: 300px;
    background: url(../img/atori_home_slide.png) no-repeat;
    position: absolute;
    background-size: 100%;
    z-index: 99;
    bottom: 0;
    background-position: bottom;
}


/*
.LearnMore {

	height:40px;
	line-height:35px;
	text-align:center;
	padding-left:13px;
	padding-right:13px;
	display:inline-block;
	font-family:GothamMedium;
	font-size:17px;
	color:#fff;
	position:relative;
	margin-top:15px;
}
.LearnMore:hover,
.LearnMore:focus {
	text-decoration:none;
	color:#fff;
}
.LearnMore:after {
	content:'';
	left:0;
	top:0;
	background:red;
	width:2px;
	height:100%;
	transition:0.5s; 
	position:absolute;
}
.LearnMore:before {
	content:'';
	right:0;
	bottom:0;
	background:red;
	width:2px;
	height:100%;
	transition:0.5s;
	position:absolute;
}
.LearnMore:hover:after {
	height:0;
}
.LearnMore:hover:before {
	height:0;
}



.LearnMore span:after {
	content:'';
	left:0;
	top:0;
	background:red;
	width:100%;
	height:2px;
	transition:0.5s; 
	position:absolute;
}
.LearnMore span:before {
	content:'';
	left:0;
	bottom:0;
	background:red;
	width:100%;
	height:2px;
	transition:0.5s; 
	position:absolute;
}
.LearnMore:hover span:after {
	width:0;
	left:50%
}
.LearnMore:hover span:before {
	width:50%;
	left:25%;
}
*/

.LearnMore {
    border: solid #fff 1px;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 17px;
    color: #fff;
    position: relative;
    margin-top: 15px;
    text-decoration: none;
    z-index: 99999;
}

.LearnMore span {
    display: inline-block;
    padding-top: 6px;
    padding-bottom: 6px;
}

.LearnMore:hover,
.LearnMore:focus {
    color: #000;
    text-decoration: none;
}

.LearnMore:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #fff;
    z-index: -2;
}

.LearnMore:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.LearnMore:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.SlideArrow {
    background: url('../img/home_arrow.png') no-repeat;
    background-size: 8px 10px;
    width: 270px;
    height: 20px;
    left: -20px;
    opacity: 1;
    margin-top: 12px;
    position: absolute;
}

.SlideArrow:after {
    content: '';
    width: 270px;
    height: 2px;
    background: #fff;
    left: -270px;
    top: 4px;
    position: absolute;
}

.slide__img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(45deg, #224695, #0698eb);
    opacity: 0.45;
    z-index: 1;
    display: none;
}

.slick-slider,
.slick-list,
.slick-track {
    height: 100%;
}

@media (min-width: 992px) {
    .slider,
    .slide {
        height: 100vh;
    }
}

.slide {
    position: relative;
}

.slide .slide__img {
    width: 100%;
    height: auto;
    overflow: hidden;
}

@media (min-width: 992px) {
    .slide .slide__img {
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

.slide .slide__img img {
    max-width: 100%;
    height: 100%;
    opacity: 1 !important;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    transition: all 1s ease;
    object-fit: cover
}

.slide .SlideContent {
    position: absolute;
    top: 35%;
    transform: translate(290px, -35%);
}

.slide .SlideContentHeadings {
    color: #FFF;
}

.slide .SlideContentHeadings h2 {
    font-size: 48px;
    margin: 10px 0;
    color: #F6931F;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.slide .SlideContentHeadings div {
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
    font-size: 28px
}

.SlideText {
    width: 50%;
}

.slide .SlideContentHeadings .animated {
    transition: all 0.5s ease;
}

.slider [data-animation-in] {
    opacity: 0;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    transition: opacity 0.5s ease 0.3s;
}

@keyframes zoomInImage {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
    to {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }
}

.zoomInImage {
    -webkit-animation-name: zoomInImage;
    animation-name: zoomInImage;
}

@keyframes zoomOutImage {
    from {
        -webkit-transform: scale3d(1.2, 1.2, 1.2);
        transform: scale3d(1.2, 1.2, 1.2);
    }
    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.zoomOutImage {
    -webkit-animation-name: zoomOutImage;
    animation-name: zoomOutImage;
}


/* END HOME PAGE */


/* START PROJECT PAGE */

.ProjectListDiv {
    width: 100%;
    height: 100%;
    padding-right: 40px;
}

.ProjectListDiv {}

.ProjectListDiv .TabButtons {
    width: 100%;
    display: inline-block;
}

.ProjectListDiv .TabButtons li {
    list-style: none;
    display: inline-block;
    float: left;
}

.ProjectListDiv .TabButtons a {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 18px;
    background: #fff;
    padding: 3px 15px 4px 15px;
    margin-right: 4px;
    color: #0096ff;
    display: inline-block;
}

.ProjectListDiv .TabButtons li.active a,
.ProjectListDiv .TabButtons a:hover,
.ProjectListDiv .TabButtons a:focus {
    text-decoration: none;
    background: #0096ff;
    color: #fff;
}

.ProjectListDiv .TabButtons li.active a {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.OnGoingDiv {
    width: 100%;
    height: 100%;
    margin-top: 20px;
}

.OnGoingDiv .row {
    height: calc(100% - 94px);
}

.OnGoingDiv .col-sm-6 {
    height: 100%;
}

.OnGoingDiv .Item {
    width: 100%;
    height: 100%;
    border: solid #fff 28px;
    position: relative;
}

.OnGoingDiv .Item .Image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.OnGoingDiv .Item .Image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 150, 255, 0.19)
}

.OnGoingDiv .Item .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.OnGoingDiv .Item:hover .Image img {
    transform: scale(1.1) rotate(1deg);
}

.OnGoingDiv .Item .Title {
    background: #F6931F;
    position: absolute;
    top: 48px;
    left: 0;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 23px;
    color: #193761;
    padding-left: 7px;
    padding-right: 8px;
}

.OnGoingDiv .Item .Text {
    position: absolute;
    bottom: 12px;
    right: 0;
    color: #fff;
    width: 50%;
    text-align: right;
    padding-right: 13px;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 16px;
}

.ComplatedDiv {
    width: 100%;
    height: calc(100% - 44px);
    margin-top: 20px;
    position: relative;
    overflow-x: hidden !important
}

.ComplatedDiv:after {
    content: '';
    width: calc(100% - 125px);
    height: 30%;
    background: linear-gradient(0, #fff, transparent);
    position: fixed;
    bottom: 41px;
    left: 85px;
    opacity: 0.7;
    transition: 1s;
}

.ScrollEnd:after {
    opacity: 0;
    transition: 1s;
}

.ComplatedDiv .row {
    height: calc(100% - 5px);
    margin-left: -6px;
    margin-right: -6px;
}

.ComplatedDiv .col-sm-3 {
    height: 70%;
    padding-left: 6px;
    padding-right: 6px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ComplatedDiv .Item {
    width: 100%;
    height: 100%;
    position: relative;
}

.ComplatedDiv .Item .Image {
    height: 100%;
    width: 100%;
    position: relative;
    overflow: hidden
}

.ComplatedDiv .Item .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.ComplatedDiv .Item:hover .Image img {
    transform: scale(1.1) rotate(1deg);
}

.ComplatedDiv .Item .Title {
    background: #F6931F;
    position: absolute;
    bottom: 25px;
    right: 0;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 23px;
    color: #193761;
    padding-left: 7px;
    padding-right: 8px;
}

.ComplatedDivInfo {
    position: relative;
    z-index: 99;
    width: 100%;
    height: 100%;
    text-align: center;
}

.ComplatedDivInfo img {
    height: 100%;
}


/* START CONTACT PAGE */

.ContactPage {
    height: calc(100% - 20px);
    width: 100%;
    padding-right: 40px;
}

.ContactPage .row {
    height: calc(100% - 14px);
}

.ContactPage .row .col-sm-3,
.ContactPage .row .col-sm-6 {
    height: 100%;
}

.ContactPage .ContactForm {
    padding: 18px;
    background: #fff;
    height: 100%;
}

.ContactPage .ContactForm .ReadMore {
    display: inline-block;
    width: 100%;
    border: none;
    margin-top: 0;
    margin-bottom: 0;
}

.ContactPage .ContactForm .Title {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 24px;
    color: #000
}

.ContactPage .ContactForm label {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.ContactPage .ContactForm .Form {
    margin-top: 30px;
}

.ContactInfo {
    padding: 18px 30px;
    background: #fff;
}

.ContactInfo li {
    list-style: none;
    display: block;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 17px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    color: #000
}

.ContactInfo li.Email {
    background: url('../img/mail_icon.png') no-repeat;
    background-size: 28px;
    background-position: left center
}

.ContactInfo li.Pin {
    background: url('../img/pin_icon.png') no-repeat;
    background-size: 28px;
    background-position: left center
}

.ContactInfo li.Mob {
    background: url('../img/mob_icon.png') no-repeat;
    background-size: 28px;
    background-position: left center
}

.ContactButtons {
    margin-top: 30px;
}

.ContactButtons a {
    display: inline-block;
    width: 100%;
    background-color: #0084ff;
    border-radius: 5px;
    padding: 7px;
    color: #fff;
    text-decoration: none;
    padding-left: 46px;
    font-size: 18px;
    transition: 0.5s
}

.ContactButtons a:hover {
    opacity: 0.7;
}

.ContactButtons a.Facebook {
    background-image: url('../img/facebook_icon.png');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 12px 8px;
}

.ContactButtons a.Messenger {
    background-image: url('../img/messnager_icon.png');
    background-repeat: no-repeat;
    background-size: 22px 22px;
    background-position: 12px 8px;
}

.wpcf7-not-valid-tip {
    position: absolute;
    bottom: 0px;
    right: 0;
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
}

.wpcf7-response-output {
    font-family: HelveticaNeueLTGEO55Roman, sans-serif;
}

.Button1 {
    width: 100%;
    height: 40px;
    line-height: 35px;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
    font-family: GothamMedium;
    font-size: 17px;
    color: #000;
    display: block;
    position: relative;
    border-radius: 5px;
    border: solid #000 1px;
    text-transform: uppercase;
    bordeR: none;
    background: transparent
}

.Button1:hover {
    text-decoration: none;
    color: #fff;
}

.Button1:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    opacity: 0;
    content: '';
    background-color: #3bacfc;
    z-index: -2;
}

.Button1:hover:before {
    -webkit-transition: 0.5s all ease;
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

.Button1:focus:before {
    transition: 0.5s all ease;
    left: 0;
    right: 0;
    opacity: 1;
}

a.Button2 {
    color: #fff;
    background-color: rgba(0, 175, 236, 0.5);
    background-image: url('../img/patern_button.png');
    font-size: 25px;
    border-radius: 10px;
    text-decoration: none;
    padding: 5px 15px;
    transition: 0.5s;
}

a.Button2:hover {
    opacity: 0.7;
}

.AtoriInput {
    position: relative;
    padding-top: 10px;
    margin-bottom: 30px;
}

.AtoriInput input[type="text"],
.AtoriInput input[type="email"],
.AtoriInput textarea {
    width: 100%;
    border: none;
    border-bottom: solid #c8c8c8 1px;
    padding: 10px 0;
    background: none;
    z-index: 9;
    position: relative;
    resize: none;
    max-height: 150px;
    color: #fff;
}

.AtoriInput textarea {
    height: 120px
}

.AtoriInput input[type="text"]:focus,
.AtoriInput input[type="email"]:focus,
.AtoriInput textarea {}

.AtoriInput input[type="text"]~label,
.AtoriInput input[type="email"]~label,
.AtoriInput textarea~label {
    position: absolute;
    top: 10px;
    left: 0;
    font-family: NotoSansRegular;
    font-size: 16px;
    transition: 0.2s;
    font-weight: normal;
    color: #fff;
}

.AtoriInput input[type="text"]:focus~label,
.AtoriInput input[type="email"]:focus~label,
.AtoriInput textarea:focus~label {
    font-size: 13px;
    top: 0;
    transition: 0.2s;
}

::-webkit-input-placeholder {
    color: #fff !important;
}

:-ms-input-placeholder {
    color: #fff !important;
}

::placeholder {
    color: #fff !important;
}

.AtoriInput .active {
    font-size: 13px !important;
    top: 0 !important;
    transition: 0.2s !important;
}

.AtoriSelect {
    width: 100%;
    position: relative;
    padding-top: 0;
    margin-bottom: 30px;
    border-bottom: solid #c8c8c8 1px;
    padding-bottom: 13px;
}

.bootstrap-select .btn {
    padding-left: 0;
    border: none;
    background: none;
}

.bootstrap-select .btn:focus {
    background: none !important;
}

.bootstrap-select .dropdown-toggle .filter-option-inner-inner {
    font-family: NotoSansRegular;
    font-size: 16px;
}

.bootstrap-select:focus {
    background: none !important;
}

.wpcf7-submit {
    display: inline-block;
    width: 100%;
    border: none;
}

.btn-default:active,
.btn-default.active,
.open>.dropdown-toggle.btn-default {
    background: none !important;
    outline: none !important
}

.ContactMapDiv {
    width: 100%;
    height: 489px;
    display: inline-block;
    background: #fff;
    padding: 11px;
    margin-top: 155px;
}

.ContactMapDiv #map-canvas {
    width: 100%;
    height: 100%;
}

.my-custom-class-for-label {
    width: 50px;
    height: 20px;
    border: 1px solid #eb3a44;
    border-radius: 5px;
    background: #fee1d7;
    text-align: center;
    line-height: 20px;
    font-weight: bold;
    font-size: 14px;
    color: #eb3a44;
}


/* START PROJECT INSIDE */

.ProjectInside {
    width: 100%;
    height: calc(100% - 70px);
    overflow: hidden;
    position: relative;
}

.ProjectInside .SectionHeight {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.AtoriContainer_2 {
    padding: 0;
    height: 100%;
}

.ApartInside .Footer {
    position: relative;
    top: -40px;
    color: #fff
}

.ApartamentDiv {
    height: 100%;
    width: 100%;
    display: inline-block;
}

.ApartamentDiv img {
    height: 100%;
    width: 100%;
    object-fit: cover
}

.ApartamentDiv:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(10, 109, 244, 0.65)
}

.ApartamentDiv.White:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

.ApartamentInfo {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
}

.ApartamentInfo .row {
    height: 100%;
    align-items: center;
    display: flex;
}

.ApartamentInfo .container-fluid {
    padding-left: 85px;
    height: 100%;
    padding-right: 0;
}

.ApartamentInfo .InfoBox {
    width: 100%;
    height: 100%;
    display: inline-block;
    float: left;
    background: rgba(0, 186, 255, 0.8);
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

.ApartamentInfo .InfoBox .Head {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #F6931F;
    font-size: 37px;
    padding-bottom: 10px;
    position: relative;
}

.ApartamentInfo .InfoBox .Head .CloseIcon {
    position: absolute;
    width: 30px;
    height: 30px;
    right: 0;
    top: 12px;
    cursor: pointer;
}

.ApartamentInfo .InfoBox .Head .CloseIcon:after {
    content: '';
    top: 14px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
}

.ApartamentInfo .InfoBox .Content {}

.ApartamentInfo .InfoBox .Content .Text {
    font-family: GothamBook;
    color: #fff;
    font-size: 18px;
}

.ApartamentInfo .InfoBox .Content .Text p {
    margin-bottom: 25px;
}

.ApartamentInfo .InfoBox .Content .Features {
    margin-top: 50px;
    padding-bottom: 20px;
}

.ApartamentInfo .InfoBox .Content .Features .Title {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #fff;
    font-size: 20px;
    margin-bottom: 10px;
}

.ApartamentInfo .InfoBox .Content .Features .row {
    margin-left: -5px;
    margin-right: -5px;
}

.ApartamentInfo .InfoBox .Content .Features .col-sm-4 {
    padding-left: 5px;
    padding-right: 5px;
}

.ApartamentInfo .InfoBox .Content .Features .Item {
    border: dotted #eaf8fe 1px;
    padding: 3px;
    height: 50px;
    margin-bottom: 20px;
}

.ApartamentInfo .InfoBox .Content .Features .Item .Icon {
    background-repeat: no-repeat;
    display: inline-block;
    float: left;
}

.ApartamentInfo .InfoBox .Content .Features .Item.Stories .Icon {
    background-size: 34px 28px !important;
    background: url('../img/stories_icon.png') no-repeat;
    width: 34px;
    height: 28px;
    margin: 7px 10px 0 5px;
}

.ApartamentInfo .InfoBox .Content .Features .Item.Recreation .Icon {
    background-size: 38px 32px !important;
    background: url('../img/recreation_icon.png') no-repeat;
    width: 38px;
    height: 32px;
    margin: 4px 15px 0 11px;
}

.ApartamentInfo .InfoBox .Content .Features .Item.Parking .Icon {
    background-size: 37.5px 37.5px !important;
    background: url('../img/parking_icon.png') no-repeat;
    width: 37.5px;
    height: 37.5px;
    margin: 2px 10px 0 5px;
}

.ApartamentInfo .InfoBox .Content .Features .Item .Number {
    font-family: NotoSansBold;
    font-size: 33px;
    color: #fff;
    position: relative;
    top: -2px;
}

.ApartamentInfo .InfoBox .Content .Features .Item .Name {
    font-family: GothamLight;
    font-size: 17px;
    color: #fff;
    margin-left: -5px;
    margin-top: 2px;
}

.ApartamentInfo .RightIcons {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 100px;
    right: 20px;
    text-align: center;
}

.ApartamentInfo .RightIcons li {
    list-style: none;
    margin-bottom: 30px;
    cursor: pointer;
}

.ApartamentInfo .RightIcons li .Icon {
    background-size: 100% 100% !important;
    display: inline-block;
}

.ApartamentInfo .RightIcons li .Icon.Gallery {
    width: 50px;
    height: 38px;
    background: url('../img/gallery_icon.png') no-repeat;
}

.ApartamentInfo .RightIcons li .Icon.Location {
    width: 38px;
    height: 59px;
    background: url('../img/location_icon.png') no-repeat;
}

.ApartamentInfo .RightIcons li .Icon.Terms {
    width: 40px;
    height: 58px;
    background: url('../img/terms_icon.png') no-repeat;
}

.ApartamentInfo .RightIcons li span {
    color: #fff;
    display: inline-block;
    width: 100%;
    font-family: GothamBook;
    font-size: 18px;
}

.ApartamentInfo .RightIcons li:hover {
    opacity: 0.7;
}

.ApartRightDiv {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    background-image: url('../img/patern.png');
    padding: 55px 55px 30px 50px;
    z-index: 999;
    position: absolute;
    right: -100%;
    transition: 0.5s;
}

.ApartRightDiv.Open {
    right: 0
}

.ApartRightDiv .CloseApartDiv {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 3px;
    right: 57px;
    cursor: pointer;
    transition: 0.5s;
}

.ApartRightDiv .CloseApartDiv:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 23px;
    transform: rotate(45deg);
}

.ApartRightDiv .CloseApartDiv:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    top: 23px;
    transform: rotate(-45deg);
}

.ApartRightDiv .CloseApartDiv:hover {}

.ApartRightDiv .CloseApartDiv:hover:after {
    background: rgba(0, 186, 255, 1);
}

.ApartRightDiv .CloseApartDiv:hover:before {
    background: rgba(0, 186, 255, 1);
}

.ApartGallery .BigImages {
    width: 100%;
    height: calc(100% - 100px);
    padding-bottom: 20px;
    overflow: hidden
}

.ApartGallery .BigImages .Image {
    width: 100%;
    height: 100%;
}

.ApartGallery .BigImages .Image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ApartGallery .BigImages .slick-prev {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 9999;
    left: -100px;
    width: 45px;
    height: 45px;
    background: none;
    border: solid #fff 2px;
    border-radius: 100%;
    text-indent: -9999999999999px;
    transition: 0.5s
}

.ApartGallery .BigImages .slick-prev:before {
    content: '\f053';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    z-index: 999;
    text-indent: 0;
    font-size: 20px;
    line-height: 45px;
    padding-right: 6px;
}

.ApartGallery .BigImages:hover .slick-prev {
    left: 25px
}

.ApartGallery .BigImages .slick-next {
    position: absolute;
    top: calc(50% - 22px);
    z-index: 9999;
    right: -100px;
    width: 45px;
    height: 45px;
    background: none;
    border: solid #fff 2px;
    border-radius: 100%;
    text-indent: -9999999999999px;
    transition: 0.5s
}

.ApartGallery .BigImages .slick-next:before {
    content: '\f054';
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 0;
    width: 45px;
    height: 45px;
    color: #fff;
    z-index: 999;
    text-indent: 0;
    font-size: 20px;
    line-height: 45px;
    padding-right: 6px;
}

.ApartGallery .BigImages:hover .slick-next {
    right: 25px
}

.BigImages .Image img {
    width: 100%;
    transition: all 1s cubic-bezier(0.7, 0, 0.3, 1);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.BigImages .Image.slick-active img {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.ApartGallery .SmallImages {
    width: 100%;
    height: 80px;
}

.ApartGallery .SmallImages .row {
    margin-left: -10px;
    margin-right: -10px;
}

.ApartGallery .SmallImages .Image {
    height: 80px;
}

.ApartGallery .SmallImages .Image img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.ApartGallery .SmallImages .slick-slide {
    padding: 0 10px;
}

.ApartGallery .SmallImages .slick-slide.slick-current.slick-active img {
    border: solid rgba(0, 186, 255, 1) 3px;
}

.TermsDivContent {
    font-family: GothamBook;
    color: #000;
    font-size: 17px;
}


/* CALCULATOR */

.CalcParentDiv {
    position: fixed;
    right: -100%;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999999;
    transition: 0.5s;
}

.CalcParentDiv.Right0 {
    right: 0
}

.CalcBackgrond {
    background: rgba(200, 200, 200, 0.6);
    position: absolute;
    top: 0;
    left: -100%;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 1s;
}

.CalcBackgrond.Show {
    z-index: 99999999;
    left: 0
}

.CalcParentDiv .row {
    height: 100%;
    align-items: center;
    display: flex;
}

.CalcParentDiv .Calculator {
    border: solid #01afec 14px;
    padding: 15px 50px 20px 35px;
    background: #fff;
    display: inline-block
}

.CalcParentDiv .Calculator .Title {
    color: #2d2d2d;
    font-family: NotoSansBold;
    font-size: 30px;
    margin-bottom: 30px;
}


/* Floor Modal */

.FloorFirstModal {
    padding: 20px 40px 30px 40px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.FloorFirstModal .col-sm-6 {
    height: 100%;
}

.FloorFirstModal .FloorImageDiv {
    width: 100%;
    height: 100%;
    display: inline-block;
    position: relative;
}

.FloorFirstModal .FloorImageDiv .map {
    width: 100% !important;
    background-repeat: no-repeat !important
}

.FloorFirstModal .FloorImageDiv img {
    width: 100%;
}


/* Apart Modal */

.ApartInfoBox {
    width: 350px;
    height: auto;
}

.ApartInfoBox .NumbersDiv {}

.ApartInfoBox .NumbersDiv .FloorNumber {
    display: inline-block;
    float: left;
    width: 115px;
    height: 52px;
    line-height: 52px;
    color: #000;
    font-family: NotoSansBold;
    font-size: 35px;
    background: #F6931F url(../img/stories_icon_black.png) no-repeat;
    background-size: 37px;
    background-position: 10px 11px;
    padding-left: 60px;
    position: Relative;
}

.ApartInfoBox .NumbersDiv .ApartNumber {
    width: calc(100% - 115px);
    height: 52px;
    line-height: 52px;
    display: inline-block;
    float: left;
    background: linear-gradient(45deg, #6187bc, #3bacfc);
    padding-left: 20px;
    font-family: GothamBook;
    font-size: 19px;
    color: #fff
}

.ApartInfoBox .NumbersDiv .Sold {
    background: #afb1b3;
    display: inline-block;
    float: left;
    text-align: center;
    width: 100px;
    height: 52px;
    line-height: 52px;
    display: inline-block;
    font-family: GothamBook;
    font-size: 19px;
    color: #fff;
}

.ApartInfoBox.ApartInfoBox222 {
    width: 450px
}

.ApartInfoBox.ApartInfoBox222 .NumbersDiv .ApartNumber {
    width: calc(100% - 250px);
}

.ApartInfoBox .Info {
    padding: 18px;
    display: inline-block;
    width: 100%;
    background: rgba(0, 186, 255, 0.8);
}

.ApartInfoBox .Info .Size {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 25px;
    color: #fff
}

.ApartInfoBox .Info .Size span {
    font-size: 32px;
}

.ApartInfoBox .Info .List {
    padding-top: 25px;
}

.ApartInfoBox .Info .List li {
    list-style: none;
    display: inline-block;
    width: 100%;
    font-family: GothamBook;
    font-size: 19px;
    color: #fff;
    margin-bottom: 1px;
}

.ApartInfoBox .Info .List li span {
    border: solid #fff 1px;
    width: 24px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 11px;
    line-height: 23px;
    font-size: 16px;
    position: relative;
    top: -2px;
}

.ApartInfoBox .Info .List li label {
    float: right;
    font-weight: normal
}

.ApartInfoBox .Info .Total {
    padding-top: 40px;
    position: relative;
}

.ApartInfoBox .Info .Total .CalculatorButton {
    width: 37px;
    height: 50px;
    background-size: 100% 100% !important;
    background: url(../img/calc_icon.png) no-repeat;
    position: absolute;
    right: 15px;
    bottom: 8px;
}

.ApartInfoBox .Info .Total .CalculatorButton:hover {
    cursor: pointer;
    opacity: 0.7;
}

.ApartInfoBox .Info .Total .Name {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #303335;
    font-size: 20px;
}

.ApartInfoBox .Info .Total .Price {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    color: #F6931F;
    font-size: 29px;
}

.ApartInfoBox .Info .Total .PerSqm {
    font-family: GothamLight;
    font-size: 20px;
}

.ApartInfoBox .Info .Total .PerSqm span {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 21px;
    color: #fff;
    font-weight: normal
}

.ApartInfoBox .DownloadFile {
    width: 100%;
    height: 72px;
    background: rgba(0, 175, 236, 0.8);
    padding: 11px;
}

.ApartInfoBox .DownloadFile button {
    width: 100%;
    height: 100%;
    border: none;
    font-family: GothamBook;
    font-size: 20px;
    background: url(../img/pdf_icon.png) no-repeat;
    background-size: 31px;
    background-position: 7px 6px;
    border: solid #fff 1px;
    padding-left: 20px;
    color: #fff
}

.MobileSelectFloor {
    display: none;
}

.ApartFirstModal {
    padding: 20px 40px 30px 40px;
    display: inline-block;
    width: 100%;
    height: 100%;
}

.ApartFirstModal .col-sm-6 {
    height: 100%;
}

.ApartFirstModal .ApartImageDiv {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.ApartFirstModal .ApartImageDiv .map {
    width: 100% !important;
}

.ApartFirstModal .ApartImageDiv img {
    width: 100%;
}

.ContectButton {
    position: absolute;
    z-index: 999;
    right: 30px;
    bottom: 20px;
    background: #F6931F url('../img/mail_icon.png') no-repeat;
    background-position: center center;
    background-size: 35px;
    width: 60px;
    height: 60px;
    border-radius: 100%
}

.ContectButton a {
    width: 65px;
    height: 65px;
    display: block;
}

.ContectButton .Text {
    transform: rotate(-90deg);
    position: absolute;
    bottom: calc(100% + 99px);
    font-family: GothamMedium;
    font-size: 14px;
    letter-spacing: 3px;
    color: #F6931F;
    width: 300px;
    text-align: right;
    left: -120px;
    text-transform: uppercase
}

.ContectButton .Text:after {
    content: '';
    position: absolute;
}

.ContectButton .Text .arrow {
    background: url(../img/yellow_arrow.png) no-repeat;
    background-size: 8px 10px;
    width: 90px;
    height: 20px;
    left: 60px;
    top: 5px;
    opacity: 1;
    margin-top: auto;
    position: absolute;
}

.ContectButton .Text .arrow:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #F6931F;
    left: 0;
    top: 4px;
    position: absolute;
}


/* START FOOTER */

.Footer {}

.Footer .CopyRight {
    font-family: GothamMedium;
    text-transform: uppercase;
    font-size: 12px;
}

.padding_0 {
    padding: 0 !important
}

.FullHeight {
    height: 100%;
}

.MyModal,
.MyModal .modal-dialog {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important
}

.MyModal .modal-content {
    height: 100%;
    width: 100%;
    border-radius: 0;
    border: 0;
    background: #fff url('../img/patern.png');
    overflow: hidden
}

.MyModal .modal-body {
    padding-top: 50px;
    height: 100%;
}

.MyModal .Close {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 10px;
    right: 40px;
    cursor: pointer;
    border: solid #000 3px;
    border-radius: 100%;
    transition: 0.5s;
}

.MyModal .Close:after {
    content: '';
    width: 60%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 8px;
    top: 18.5px;
    transform: rotate(45deg);
    transition: 0.5s;
}

.MyModal .Close:before {
    content: '';
    width: 60%;
    height: 3px;
    background: #000;
    position: absolute;
    left: 8px;
    top: 18.5px;
    transform: rotate(-45deg);
    transition: 0.5s;
}

.MyModal .Close:hover {
    border: solid 3px rgba(0, 186, 255, 1);
}

.MyModal .Close:hover:after {
    background: rgba(0, 186, 255, 1);
}

.MyModal .Close:hover:before {
    background: rgba(0, 186, 255, 1);
}

.modal-open {
    overflow: hidden;
}

.nicescroll-rails {
    display: none !important
}

.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .25s linear;
    -o-transition: all .25s linear;
    transition: all .25s linear;
}

.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}

.tooltip {
    display: none;
    position: absolute;
    background-color: #fff;
    border: solid #0096ff 1px;
    opacity: 1;
    padding: 8px 17px;
    color: #0096ff;
    font-family: GothamBook;
    font-size: 18px;
}

.tooltip span {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 22px;
}

.tooltip:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    background: #0096ff;
    width: 80px;
    height: 1px;
}

.tooltip:before {
    content: '';
    position: absolute;
    left: calc(100% + 75px);
    top: calc(50% + 13px);
    background: #0096ff;
    width: 35px;
    height: 1px;
    transform: rotate(45deg)
}

.tooltip_2 {
    display: none;
    position: absolute;
    border-bottom: solid #fff 1px;
    opacity: 1;
    padding: 8px 0px;
    color: #fff;
    font-family: GothamBook;
    font-size: 18px;
}

.tooltip_2 span {
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 22px;
}

.tooltip_2:before {
    content: '';
    position: absolute;
    right: calc(100% - 10px);
    top: calc(50% + 41px);
    background: #fff;
    width: 60px;
    height: 1px;
    transform: rotate(-45deg)
}

.tooltip_3 {
    display: none;
    position: absolute;
}

.FloorToolTip {
    width: 150px
}

.FloorToolTip span {
    border: dotted #eaf8fe 1px;
    padding: 3px;
    width: 110px;
    height: 40px;
    display: inline-block;
    font-family: NotoSansBold;
    font-size: 32px;
    line-height: 30px;
    color: #fff;
    padding-left: 51px;
    background-size: 29px 24px !important;
    background: url(../img/stories_icon.png) no-repeat;
    background-position: 5px;
}

.FloorToolTip label {
    height: 24px;
    background: #33538b;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    font-family: GothamLight;
    line-height: 24px;
    padding-left: 6px;
    padding-right: 6px;
    margin-left: -2px;
    margin-top: 16px;
}

.FloorToolTip:after {
    content: '';
    position: absolute;
    left: 0;
    top: 48px;
    width: 205px;
    height: 1px;
    border: dotted #eaf8fe 1px;
}

.FloorToolTip:before {
    content: '';
    position: absolute;
    left: 200px;
    top: 60.5px;
    border: dotted #eaf8fe 1px;
    width: 35px;
    height: 1px;
    transform: rotate(45deg)
}

.qtip {
    position: absolute;
    display: block;
    max-width: 280px;
    min-width: 50px;
    font-size: 10.5px;
    line-height: 12px;
    direction: ltr;
    box-shadow: none;
    padding: 0
}

.qtip-content,
.qtip-titlebar {
    position: relative;
    overflow: hidden
}

.qtip-content {
    padding: 5px 9px;
    text-align: left;
    word-wrap: break-word
}

.qtip-titlebar {
    padding: 5px 35px 5px 10px;
    border-width: 0 0 1px;
    font-weight: 700
}

.qtip-titlebar+.qtip-content {
    border-top-width: 0!important
}

.qtip-close {
    position: absolute;
    right: -9px;
    top: -9px;
    z-index: 11;
    cursor: pointer;
    outline: 0;
    border: 1px solid transparent
}

.qtip-titlebar .qtip-close {
    right: 4px;
    top: 50%;
    margin-top: -9px
}

* html .qtip-titlebar .qtip-close {
    top: 16px
}

.qtip-icon .ui-icon,
.qtip-titlebar .ui-icon {
    display: block;
    text-indent: -1000em;
    direction: ltr
}

.qtip-icon,
.qtip-icon .ui-icon {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none
}

.qtip-icon .ui-icon {
    width: 18px;
    height: 14px;
    line-height: 14px;
    text-align: center;
    text-indent: 0;
    font: normal 700 10px/13px Tahoma, sans-serif;
    color: inherit;
    background: -100em -100em no-repeat
}

.qtip-default {
    border: 1px solid #F1D031;
    background-color: #FFFFA3;
    color: #555
}

.qtip-default .qtip-titlebar {
    background-color: #FFEF93
}

.qtip-default .qtip-icon {
    border-color: #CCC;
    background: #F1F1F1;
    color: #777
}

.qtip-default .qtip-titlebar .qtip-close {
    border-color: #AAA;
    color: #111
}

.FloorNumber .FloorChangeSelect {
    position: absolute;
    top: 0;
    left: 38px;
    width: 58px;
}

.FloorNumber .bootstrap-select>select {
    left: -20000px;
}

.FloorNumber .bootstrap-select>.dropdown-toggle {
    height: 50px;
    top: -4px;
    opacity: 0;
}

.FloorNumber .dropdown-menu {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.FloorNumber .bootstrap-select .dropdown-menu {
    background: #F6931F;
    margin: 0;
    top: calc(100% - 4px);
}

.FloorNumber .bootstrap-select .dropdown-menu li a {
    color: #000;
    font-family: NotoSansBold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.FloorNumber .dropdown-menu>li:hover a,
.FloorNumber .dropdown-menu>.active>a,
.FloorNumber .dropdown-menu>.active>a:hover,
.FloorNumber .dropdown-menu>.active>a:focus {
    background: linear-gradient(45deg, #6187bc, #3bacfc);
    color: #fff !important;
}

.ApartNumber {
    position: relative;
}

.ApartNumber .ApartChangeSelect {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}

.ApartNumber .bootstrap-select>select {
    left: -20000px;
}

.ApartNumber .bootstrap-select>.dropdown-toggle {
    height: 50px;
    top: -4px;
    opacity: 0;
}

.ApartNumber .dropdown-menu {
    padding: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    box-shadow: none !important;
}

.ApartNumber .bootstrap-select .dropdown-menu {
    background: #F6931F;
    margin: 0;
    top: calc(100% - 4px);
}

.ApartNumber .bootstrap-select .dropdown-menu li a {
    color: #000;
    font-family: NotoSansBold;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}

.ApartNumber .dropdown-menu>li:hover a,
.ApartNumber .dropdown-menu>.active>a,
.ApartNumber .dropdown-menu>.active>a:hover,
.ApartNumber .dropdown-menu>.active>a:focus {
    background: linear-gradient(45deg, #6187bc, #3bacfc);
    color: #fff !important;
}

.changeView {
    display: none !important
}

.changeView.active {
    display: inline-block !important;
}

.HomeSlide {
    height: 100vh;
    width: 100%;
    position: relative;
}

.HomeSlide .swiper-carousel {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.HomeSlide .swiper-carousel * {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    transition-duration: 500ms;
    -webkit-transition-duration: 500ms;
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

.HomeSlide .swiper-carousel .swiper-button-prev {
    width: 20%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: none;
    cursor: url("../images/arrow-left.png"), auto;
}

.HomeSlide .swiper-carousel .swiper-button-next {
    width: 20%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    background: none;
    cursor: url("../images/arrow-right.png"), auto;
}

.HomeSlide .swiper-carousel .swiper-slide {
    height: 100%;
    display: flex;
    background: #eee;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    background-size: cover;
}

.HomeSlide .swiper-carousel .swiper-slide:after {
    content: "";
    width: 100%;
    height: 100%;
    background: #313434;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.6;
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.HomeSlide .swiper-carousel .swiper-slide .inner {
    opacity: 0;
    padding: 0 5vw;
    position: relative;
    z-index: 2;
    transform: translateY(50px);
}

.HomeSlide .swiper-carousel .swiper-slide .inner h2 {
    font-size: 6vw;
}

.HomeSlide .swiper-carousel .swiper-slide-active {
    margin: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.3);
    z-index: 2;
}

.HomeSlide .swiper-carousel .swiper-slide-active:after {
    content: "";
    opacity: 0;
}

.HomeSlide .swiper-carousel .swiper-slide-active .inner {
    opacity: 1;
    transform: translateY(0);
}

.HomeSlide .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
}

.HomeSlide .swiper-container .swiper-slide {
    overflow: hidden;
}

.HomeSlide .swiper-container .swiper-button-next {
    width: auto;
    height: auto;
    background: none;
    right: 33px;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    top: 65%;
    margin-top: 120px;
    overflow: hidden;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.HomeSlide .swiper-container .swiper-button-next * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.HomeSlide .swiper-container .swiper-button-next span {
    position: relative;
    display: inline-block;
}

.HomeSlide .swiper-container .swiper-button-next span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}

.HomeSlide .swiper-container .swiper-button-next span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.HomeSlide .swiper-container .swiper-button-next:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.HomeSlide .swiper-container .swiper-button-prev {
    width: auto;
    height: auto;
    background: none;
    left: auto;
    right: 47px;
    top: 65%;
    font-weight: 800;
    color: #fff;
    transform: rotate(90deg);
    margin-top: 40px;
    overflow: hidden;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
}

.HomeSlide .swiper-container .swiper-button-prev * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.HomeSlide .swiper-container .swiper-button-prev span {
    position: relative;
    display: inline-block;
}

.HomeSlide .swiper-container .swiper-button-prev span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}

.HomeSlide .swiper-container .swiper-button-prev span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.HomeSlide .swiper-container .swiper-button-prev:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.HomeSlide .swiper-container .swiper-pagination-fraction {
    width: 100px;
    position: absolute;
    left: auto;
    right: 40px;
    bottom: 20px;
    color: #fff;
    text-align: right;
}

.HomeSlide .swiper-container .swiper-pagination-fraction .swiper-pagination-current {
    font-size: 50px;
    font-weight: 800;
}

.HomeSlide .swiper-container .swiper-pagination-fraction .swiper-pagination-current:before {
    content: "0";
}

.HomeSlide .swiper-container .swiper-pagination-fraction .swiper-pagination-total {
    font-size: 15px;
    font-weight: 600;
    opacity: 0.7;
}

.HomeSlide .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    padding: 0 150px;
}

.HomeSlide .slide-inner:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    /* background: url(../images/hero-lines-bg.png) center; */
    opacity: 0.2;
}

.HomeSlide:before {
    content: "";
    width: 60%;
    height: 20px;
    background: #f03a37;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

.HomeSlide:after {
    content: "";
    width: 60%;
    height: 70px;
    background: #F6931F;
    position: absolute;
    left: 40px;
    bottom: 0;
    z-index: 2;
}

.HomeSlide h5 {
    font-size: 27px;
    color: #fff;
    font-family: HelveticaNeueLTGEO55Roman;
    margin-bottom: 0;
    position: relative;
    font-family: 'Noto Serif Georgian SmBd';
}

.HomeSlide h5:before {
    content: "";
    width: 30px;
    height: 3px;
    background: #fff;
    float: left;
    margin-top: 19px;
    margin-right: 6px;
    margin-left: -18px;
    display: none
}

.HomeSlide h5 span {
    position: relative;
}

.HomeSlide h5 span:after {
    content: "";
    width: 100%;
    height: 7px;
    background: #00bbcc;
    position: absolute;
    left: 0;
    bottom: 5px;
    z-index: -1;
}

.HomeSlide h2 {
    /* white-space: pre-wrap; */
    font-size: 100px;
    color: #fff;
    font-weight: 800;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    word-break: break-all;
}

.HomeSlide .btn-ghost {
    width: 180px;
    height: 54px;
    line-height: 52px;
    display: inline-block;
    border-radius: 0;
    /* border-bottom: 4px solid rgba(0, 0, 0, 0.2); */
    background: rgb(46, 49, 145);
    background-size: cover;
    color: #fff;
    font-weight: 800;
    font-size: 13px;
    text-align: center;
    position: relative;
    z-index: 2;
    overflow: hidden;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}

.HomeSlide .btn-ghost * {
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -ms-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}

.HomeSlide .btn-ghost span {
    position: relative;
    display: inline-block;
}

.HomeSlide .btn-ghost span:before {
    position: absolute;
    top: 100%;
    content: attr(data-hover);
}

.HomeSlide .btn-ghost span:before {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.HomeSlide .btn-ghost:hover span {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    transform: translateY(-100%);
}

.HomeSlide .btn-ghost:hover {
    text-decoration: none;
}

.HomeChooseFlat {
    background: #f3f7f9;
    display: inline-block;
    width: 100%;
    padding-bottom: 60px;
    padding-top: 35px;
}

.PaddingLeft20 {
    padding-left: 20px;
}

.HomeChooseFlat .container {
    width: 1650px;
}

.HomeChooseFlat .Title {
    width: 100%;
    text-align: center;
    font-family: HelveticaNeueWorld-75Bold;
    font-feature-settings: 'case'on;
    font-size: 40px;
    color: #3a3c3e;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 50px
}

.HomeChooseFlat .Title span {
    font-family: HelveticaNeueWorld-75Bold;
}

.HomeChooseFlat .FlatSlide {}

.HomeChooseFlat .FlatSlide .Item {
    background: #fff;
    display: inline-block;
    float: left;
    width: 100%;
    transition: 0.3s;
    position: relative;
    margin-bottom: 30px;
}

.HomeChooseFlat .FlatSlide .Item:after {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent;
    position: absolute;
    top: 0;
    left: 0;
}

.HomeChooseFlat .FlatSlide .Item .Image {
    padding: 30px;
    width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
}

.HomeChooseFlat .FlatSlide .Item .Image img {
    height: 155px;
}

.HomeChooseFlat .FlatSlide .Item .Info {
    width: 100%;
    padding: 00px 40px 20px 40px;
    display: inline-block;
    float: left;
}

.HomeChooseFlat .FlatSlide .Item .Info .Title1 {
    font-size: 24px;
    color: #393966;
    font-family: HelveticaNeueWorld-75Bold;
    margin-bottom: 23px;
}

.HomeChooseFlat .FlatSlide .Item .Info .Title1 span {
    font-size: 13px;
    position: relative;
    top: -10px;
    left: 2px;
}

.HomeChooseFlat .FlatSlide .Item .Info .List1 {
    display: inline-block;
    width: 50%;
    float: left;
    margin-bottom: 9px;
}

.HomeChooseFlat .FlatSlide .Item .Info .List1 span {
    color: #4d4c5a;
    opacity: 0.5;
    font-size: 12px;
    width: 100%;
    position: relative;
    left: 1px;
}

.HomeChooseFlat .FlatSlide .Item .Info .List1 label {
    color: #3a3c3e;
    font-size: 16px;
    font-family: HelveticaNeueWorld-75Bold;
    width: 100%;
}

.HomeChooseFlat .FlatSlide .Item .Info .List1 label i {
    font-family: HelveticaNeueWorld-75Bold;
    font-size: 8px;
    position: relative;
    top: -4px;
    font-style: normal;
}

.HomeChooseFlat .FlatSlide .Item .Info .List1.Full {
    width: 100%;
}

.HomeChooseFlat .FlatSlide .Item:hover {
    background: #393966;
}

.HomeChooseFlat .FlatSlide .Item:hover .Image {
    border-right: solid #64c0eb 1px;
}

.HomeChooseFlat .FlatSlide .Item:hover .Title1 {
    color: #fff;
}

.HomeChooseFlat .FlatSlide .Item:hover .Info .List1 span {
    color: #fff;
}

.HomeChooseFlat .FlatSlide .Item:hover .Info .List1 label {
    color: #fff;
}

.GalleryItems {
    display: inline-block;
    width: 100%
}

.GalleryItems .Item {
    display: inline-block;
    height: 300px;
    float: left;
    width: 100%;
}

.GalleryItems .col-sm-3 {
    padding: 0
}

.GalleryItems .Item .Image {
    width: 100%;
    height: 100%;
}

.GalleryItems .Item img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.GalleryItemsSingle {
    padding-top: 130px;
}

.fancybox-image,
.fancybox-spaceball {
    background: #fff !important
}