body{
    font-family: 'ariane-regular';
}

h1,h2,h3,h4{
    color: var(--primary-font-color);
}

.line_style{
    display: inline-block;
    width: 50%;
}

.line_style h2 {
    text-align: center;
    text-transform: uppercase;
    font-size: 26px;
    letter-spacing: 1px;
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    grid-template-rows: 16px 0;
    grid-gap: 22px;
    font-weight: bold;
    margin-bottom: 40px;
}

.line_style h2:after, .line_style h2:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color: #f8f8f8;
}

.line_style h2:after, .line_style h2:before {
    content: " ";
    display: block;
    border-bottom: 2px solid #ccc;
    background-color: #f8f8f8;
}

p{
    font-size: 16px;
}

section{
    padding: 80px 0px 0 0;
}

.home_news_letter{
    padding: 50px 0;
    background-color: #dfdfdf;
}

.home_news_letter h2{
    font-weight: bold;
    margin: 0;
}

.home_news_letter p{
    margin: 0;
}

.home_news_letter input[type="text"], input[type="email"]{
    padding: 15px 15px 15px 50px;
    border: 2px solid #24285a;
    color: #777;
    background-color: #fff;
    border-radius: 100px;
    width: 100%;
    display: block;
    background-image: none;
    text-shadow: none;
    font-size: 1em;
    margin: 0;
    line-height: normal;
    box-sizing: border-box;
}

.home_news_letter .tnp-submit{
    background-color: #24285a;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 140px;
    height: 100%;
    margin-bottom: 0;
    border: 0;
    font-size: 16px;
    border-radius: 100px;
    padding-right: 30px;
    color: #fff;
    background-image: url(/assets/images/svg/send.svg);
    background-position: right 10px center;
    background-repeat: no-repeat;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    font-weight: 700;
}

.home_news_letter .tnp-submit:hover{
    background-color: #d1bb68;
}

.home_news_letter .frm_news_leter{
    position: relative;
}

header{
    position: absolute;
    width: 100%;
    z-index: 9999;
    box-shadow: 0 3px 5px rgba(57,63,72,.055);
    background: #fff;
}

header .main-menu-1 .main-menu, header .main-menu-2 .main-menu{
    list-style: none;
    padding: 0;
    margin: 0;
}

header .main-menu-1 .main-menu li, header .main-menu-2 .main-menu li{
    display: inline-block;
    position: unset;
}

header .main-menu-1 .main-menu li .nav-link, header .main-menu-2 .main-menu li .nav-link{
    display: inline-block;
    color: var(--primary-font-color);
    padding: 20px;
    font-weight: bold;
}

header .main-menu-1 .main-menu li .nav-link:hover, header .main-menu-2 .main-menu li .nav-link:hover{
    color: var(--theme-sub-color);
}

header .main-menu-1 .main-menu .dropdown .ariane-mega-menu, header .main-menu-2 .main-menu .dropdown .ariane-mega-menu{
    position: absolute;
    width: 67vw;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 0 20px rgba(0,0,0,.15);
    visibility: hidden;
    opacity: 0;
    left: 0;
}

header .main-menu-1 .main-menu .dropdown:hover > .ariane-mega-menu, header .main-menu-2 .main-menu .dropdown:hover > .ariane-mega-menu{
    visibility: visible;
    opacity: 1;
}

header .main-menu-1 .mega-menu-items, header .main-menu-2 .mega-menu-items{
    display: flex;
    gap: 10px;
    padding: 0;
}

header .main-menu-1 .mega-menu-items .mega-item-img, header .main-menu-2 .mega-menu-items .mega-item-img{
    width: 64px;
    height: 64px;
    display: inline-block;
    vertical-align: top;
}

header .main-menu-1 .mega-menu-items .mega-item-content, header .main-menu-2 .mega-menu-items .mega-item-content{
    display: inline-block;
    vertical-align: top;
    width: 80%;
    margin-left: 5px;
}

header .main-menu-1 .mega-menu-items .mega-item-content h3, header .main-menu-2 .mega-menu-items .mega-item-content h3{
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
    color: var(--primary-font-color);
    font-weight: 800;
}

header .main-menu-1 .mega-menu-items .mega-item-content p, header .main-menu-2 .mega-menu-items .mega-item-content p{
    font-size: 12px;
    color: var(--primary-font-color);
    font-family: 'Roboto', sans-serif;;
}

header .logo{
    padding: 10px 0;
    position: relative;
}

header .logo img{
    position: absolute;
    left: 35px;
    top: 0;
    background: #fff;
    width: 100px;
}

header .logo:after{
    content: '';
    width: 0;
    height: 0;
    border-top: 28px solid #272653;
    border-left: 28px solid transparent;
    position: absolute;
    bottom: -72px;
    left: 7px;
}

header .logo:before{
    content: '';
    width: 0;
    height: 0;
    border-top: 28px solid #272653;
    border-right: 28px solid transparent;
    position: absolute;
    bottom: -72px;
    right: 33px;
}

.ariane_welcome{
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 80px 0px 0px 0px;
}

.ariane_welcome h2{
    font-size: 42px;
    font-weight: bold;
}

.ariane_welcome .row{
    padding: 0px 50px 0px 50px;
}

.ariane_welcome h3{
    font-size: 18px;
    color: var(--sub-font-color);
}

.ariane_welcome p{
    font-family: 'Roboto', sans-serif;
    padding: 15px 25px 10px 25px;
}

.strategic_business_lines .strategic_banner{
    position: relative;
    overflow: hidden;
    background: red;
    border-radius: 65px;
    border: 9px solid #e9e8e8;
}

.strategic_business_lines .strategic_banner img{
    width: 100%;
}

.strategic_business_lines .strategic_banner .wrap_text{
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px 15px;
    border-top-right-radius: 35px;
}

.strategic_business_lines .strategic_banner h2{
    font-weight: bold;
    margin: 0;
    font-size: 62px;
}

.strategic_business_lines .strategic_banner h3{
    font-size: 38px;
    font-family: 'Roboto', sans-serif;
}

.strategic_business_lines .strategic_item{
    padding-left: 50px;
    padding-top: 80px;
}

.strategic_business_lines .strategic_item h2{
    font-size: 21px;
    color:var(--primary-font-color);
    margin-bottom: 20px;
    font-weight: bold;
}

.strategic_business_lines .strategic_item p{
    font-family: 'Roboto', sans-serif;
}

.shaping-tomorrow {
    background-image: url(/assets/images/shaping-tomorrow.svg);
    background-position: bottom 20px center;
    background-repeat: round;
}

.home_projects h2{
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.home_projects h3{
    font-size: 74px;
    font-weight: bold;
    margin: 0;
}

.icon_outline{
    width: 50px;
    height: 50px;
    display: inline-block;
    text-align: center;
    border: 2px solid var(--theme-main-color);
    border-radius: 50%;
    line-height: 47px;
    color: var(--theme-main-color);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}

.icon_outline:hover{
    border: 2px solid #fff;
    color: #fff;
    transform: rotate(45deg);
    box-shadow: 0 0 1px 5px #d1ba68c4, 0 0 1px 10px #d1ba6850, 0 0 1px 15px #d1bb6821;
    background: var(--theme-sub-color);
}

.home_projects .add_flex{
    display: flex;
}

.home_projects .project_item{
    display: inline-flex;
}

.project_thumb{
    position: relative;
    overflow: hidden;
}

.icon_360{
    position: absolute;
    right: 22px;
    top: 10px;
    width: 50px;
    height: 50px;
}

.project_last_updated{
    position: absolute;
    bottom: 0px;
    right: 20px;
    background: #fffffffa;
    padding: 0 10px;
    font-size: 13px
}

.home_projects .project_item:first-child{
    margin-top: 40px;
}

.home_projects .project_item .project_item_img{
    width: 40%;
    display: inline-block;
    overflow: hidden;
    outline-style: solid;
    outline-color: #ffffff9e;
    outline-width: 10px;
    outline-offset: -25px;
    border: 9px solid #e9e8e8;
    box-shadow: 4px 4px 10px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 3px 3px 8px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 4px 4px 10px -3px rgba(0,0,0,0.75);
    transition: box-shadow 400ms cubic-bezier(0.2, 0, 0.7, 1), transform 200ms cubic-bezier(0.2, 0, 0.7, 1);
}

.home_projects .project_item .project_item_img:hover{
    box-shadow:0 0 1px 3px #24285a9c, 0 0 1px 7px #24285a59, 0 0 1px 15px #24285a21;
}

.home_projects .project_item .project_item_img img{
    width: 100%;
}

.home_projects .project_item:nth-child(odd) > .project_item_img{
    /*
    border-bottom-left-radius: 50%;
    border-top-right-radius: 50%;
    */
    border-top-right-radius: 44%;
    border-bottom-right-radius: 5%;
    border-bottom-left-radius: 50%;
}

.home_projects .project_item:nth-child(even) > .project_item_img{
    /*
    border-top-right-radius: 50%;
    border-bottom-left-radius: 50%;
    */
    border-top-left-radius: 44%;
    border-bottom-left-radius: 5%;
    border-bottom-right-radius: 50%;
}

.home_projects .project_item .project_item_info{
    margin: 6% 0;
    width: 50%;
    display: inline-block;
}

.home_projects .project_item .project_item_info .project_logo{
    margin-bottom: 30px
}

.home_projects .project_item .project_item_info h2{
    margin-bottom: 20px;
}

.home_projects .project_item:nth-child(odd) > .project_item_info{
    padding: 0px 100px 0 60px;
    text-align: left;
}

.home_projects .project_item:nth-child(even) > .project_item_info{
    padding: 0px 60px 0px 100px;
    text-align: right;
}

.home_latest_news{
    padding: 80px 0;
}

.home_latest_news h2{
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 20px;
}

.home_latest_news .news_item .news_item_img{
    border-radius: 10px;
    overflow: hidden;
}

.home_latest_news .news_item h2{
    font-size: 16px;
    margin: 0;
    font-weight: bold;
    line-height: 24px;
    margin-top: 10px;
}

.home_latest_news .news_item p{
    font-family: 'Roboto', sans-serif;
}

.home_latest_news .news_item .posted_date{
    font-size: 12px;
}

footer{
    background: url('/assets/images/footer.jpg') no-repeat center;
    padding: 60px 0 30px;
}

footer h3{
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 24px;
    font-weight: bold;
}

footer ul, footer .footer_two_col{
    margin: 0;
    padding: 0;
    list-style: none;
}

footer .footer_two_col{
    columns: 2;
}

footer ul li{
    line-height: 35px;
    padding: 0 0 0 10px;
}

footer ul li a{
    font-size: 15px;
}

footer p{
    font-size: 14px;
    text-align: justify;
    padding-top: 10px;
}

footer .social_media_footer{
    margin: 0;
    padding: 0;
}

footer .social_media_footer li {
    display: inline;
}

footer .social_media_footer li a{
    color:var(--arianep-s-bg-body);
}

footer .footer_menu{
    margin: 0;
    padding: 0;
}

footer .footer_menu li{
    display: inline;
}

footer .footer_menu li a{
    text-decoration: none;
    color:var(--arianep-s-bg-body);
}

footer .copyright{
    text-align: right;
}

.page_banner{
    position: relative;
    display: block;
    width: 100%;
    height: 30vw;
    max-height: 800px;
    min-height: 400px;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden !important;
}

.page_banner .bg-main-img{
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top -50px center;
    z-index: -1;
    animation: zoom-in-zoom-out 20s ease infinite;
}

.page_banner .page_banner_title{
    max-width: 500px;
    margin: 0px auto;
    margin-top: 10vw;
    margin-bottom: 10vw;
    font-weight: bold;
    text-align: center;
}

.page_banner .page_banner_title h2{
    color: #fff;
    position: relative;
    font-size: 38px;
    font-weight: bold;
}

.page_banner .page_banner_title h2:before {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    content: "";
    background-color:var(--theme-sub-color);
    margin-left: -30px;
}

.page_banner .page_banner_title :before {
    left:50%; margin-left:-30px;
  }

.page_banner .page_banner_title h2 span {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 4px;
    line-height: 1.5em;
    padding-left: 0.25em;
    color:#fff;
    padding-bottom: 10px;
    display: block;
    margin-top: 15px;
}

.section_quick_links{
    padding: 0;
    background: var(--theme-main-color);
}

.section_quick_links .container .row{
    display:flex;
}

.section_quick_links .about-quick-links{
    display: inline-block;
    width: 33%;
    padding: 20px 0;
    text-align: center;
}

.section_quick_links .about-quick-links h2{
    color: #fff;
    margin: 0;
    font-size: 18px;
}

.section_quick_links .active{
    background: var(--theme-sub-color);
}

.section_about_aim{
    position: relative;
}

.section_about_aim .real_esate_dev{
    position: relative;
    width: 100%;
    height: 100%;
    border-top-right-radius: 85%;
}

.section_about_aim .real_esate_dev img{
    border-top-right-radius: 85%;
}

.section_about_aim .real_esate_dev .caption_box{
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 40%;
    padding: 50px;
}

.aim_circle_img{
    width: 450px;
    height: 450px;
    position: absolute;
    right: 50px;
    border-radius: 50%;
    top: 50px;
    z-index: 9999;
    overflow: hidden;
    box-shadow: 0px 2px 14px 3px rgba(0,0,0,0.78);
    -webkit-box-shadow: 0px 2px 14px 3px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 2px 14px 3px rgba(0,0,0,0.78);
    border: 10px solid #fff;
}

.aim_circle_img img{
    width: 100%;
    height: 100%;
    border-radius: 0;
    border-top-right-radius:0 !important;
}

.at_a_glance{
    background: var(--theme-main-color);
    padding: 40px 0;
}

.at_a_glance h2{
    color: #fff;
    margin-bottom: 30px;
}

.at_a_glance .glance_item h3{
    color: #fff;
    margin-top: 20px;
    font-size: 22px;
}

.at_a_glance .glance_item h3 span:after{
    content: ' +';
}

.at_a_glance .glance_item{
    color: #fff;
}

.about_investment_partners{
    padding-bottom: 80px;
    padding-top: 80px;
}

.about_investment_partners .glance_item{
    width: 40%;
    display: inline-block;
    background: #fff;
    text-align: center;
    padding: 20px;
    border: 5px solid #24285a1f;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.78);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.78);
}

.about_investment_partners .glance_item h3 {
    margin-top: 20px;
    font-size: 22px;
}

.about_real_esate_projects .glance_item{
    width: 40%;
    display: inline-block;
    background: #fff;
    padding: 20px;
    border: 5px solid #24285a1f;
    border-radius: 15px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.78);
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.78);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.78);
}

.about_real_esate_projects{
    padding-bottom: 80px;
}

.about_real_esate_projects .glance_item{
    width: 100%;
}

.about_real_esate_projects .about_projects .about_project_item{
    padding: 10px;
    text-align: center;
}

.about_real_esate_projects .about_projects .glance_item:hover, .about_investment_partners .glance_item:hover{
    border: 5px solid #d7c37b;
}

.about_real_esate_projects .about_projects .about_project_item .glance_icon{
    width: 65px;
    height: 65px;
    display: inline-block;
}

.about_real_esate_projects .about_projects .about_project_item  h3 {
    margin-top: 20px;
    font-size: 22px;
}


.section_vision_mission .arinae_vision_mission{
    border-radius: 80px;
    overflow: hidden;
}

.vision_icon{
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    background: var(--theme-main-color);
    border-radius: 50%;
    display: inline-block;
}

.vision_icon i{
    color: #fff;
}

.section_vision_mission h2{
    margin-bottom: 10px;
    font-weight: bold;
}

.vision_item{
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
}

.vision_item h3{
    display: inline-block;
    padding-bottom: 0px;
    border-bottom: 1px solid var(--primary-font-color);
}

.vision_item_color_1{
    background: #24285a63;
}

.vision_item_color_2{
    background: var(--theme-sub-color);
}

.section_vision_mission .mission_value_item{
    background: #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    padding: 40px;
    min-height: 255px;
    border-radius: 15px;
    border: 5px solid #24285a1f;
}

.section_vision_mission .vision_bottom_text{
    color: #333333;
    font-size: 21px;
    line-height: 1.4em;
    padding: 45px;
}

.mission_value_item:hover{
    border: 5px solid #d7c37b;
}

.center_title{
    width: 40vw;
    padding-bottom: 40px;
    font-weight: bold;
    margin: 0px auto;
}

.home_main_project{
    position: relative;
    width: 100%;
    padding-bottom: 80px;
    background: var(--theme-main-color);
}

.home_main_project h2, .home_main_project h3{
    color: #fff;
}

.project_round_image{
    width: 400px;
    height: 400px;
    overflow: hidden;
    text-align: center;
    position: relative;
}

.project_round_image h3{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
}

.text-right{
    text-align: right;
}

.araine_main_project{
    position: relative;
}

.project_image_1, .project_image_3{
    float: right;
}

.center_project_name{
    width: 250px;
    height: 250px;
    overflow: hidden;
    border-radius: 50%;
    background: #24285a;
    margin: 0px auto;
    position: absolute;
    z-index: 9;
    left: -120px;
    bottom: -130px;
    outline-color: #f9fafc;
    outline-style: solid;
    outline-offset: 10px;
    outline-width: 3px;
}

.center_project_name h3{
    color: #fff;
    text-align: center;
    position: absolute;
    top: 85px;
    left: 0;
    width: 100%;
}

.home_main_project img {
    width: 100%;
}

.home_main_project:after{

}

.pimg_1{
    background: url('/assets/images/home/overview/1.jpg') no-repeat center;
}

@keyframes zoom-in-zoom-out{
    0% {
        transform: scale(1, 1);
        background-position:top -50px center;
    }
    25%{
        transform: scale(1.2., 1.2);
        background-position:bottom -150px center;
    }
    50% {
        transform: scale(1.5, 1.5);
        background-position:center -250px center;
    }
    75%{
        transform: scale(1.2, 1.2);
        background-position:top -50px top;
    }
    100% {
        transform: scale(1, 1);
        background-position:top -50px center;
    }
}

.project_item{
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    margin-bottom: 25px;
}


.project_item img{
    -webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.project_thumb img:hover{
    -webkit-transform: scale(1.3);
	transform: scale(1.3);
}

.project_item .project_details{
    background: #1f1347;
    padding:15px;
    width: 100%;
}

.project_details h4{
    color: #fff;
}

.project_details h2, .project_details p{
    color: #fff;
}

.btn_project_updates{
    background: #E5BD41;
    padding: 7px 15px;
    border-radius: 25px;
    color: #000;
    text-decoration: none;
    display: inline-block;
}

.btn_project_updates:hover{
    background: #e5d375d1;
}

.logo{
	width: 170px;
    position: fixed;
    top: 31px;
    left: 28px;
    z-index: 9999;
}

.logo img{
	width: 100%;
}

.wrapper_360{

}

.sphere_wrap {
  cursor: move;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
}

.controls {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.controls ul{
	list-style: none;
}

.controls li {
  cursor: pointer;
  width: 60px;
  height: 60px;
  opacity: 0;
  position: relative;
  float: left;
  margin: 0 10px;
  border-radius: 50%;
  background-color: #1f1347;
  box-shadow: 0 10px 30px 0 rgba(0,0,0, .35);
  -webkit-transition: box-shadow .5s ease, opacity .25s ease;
  transition: box-shadow .5s ease, opacity .25s ease;
}

    .sphere_wrap:hover .controls li {
      opacity: 1;
    }

    .controls li:hover {
      box-shadow: 0 0 5px 0 rgba(0,0,0, .15);
    }

    .controls li.controls__zoom-in:before {
      content: '';
      width: 2px;
      height: 30px;
      position: absolute;
      top: 15px;
      left: 28px;
      background-color: #fff;
    }

    .controls li.controls__zoom-in:after {
      content: '';
      width: 30px;
      height: 2px;
      position: absolute;
      top: 28px;
      left: 15px;
      background-color: #fff;
    }

    .controls li.controls__zoom-out:after {
      content: '';
      width: 30px;
      height: 2px;
      position: absolute;
      top: 28px;
        left: 16px;
      background-color: #fff;
    }

    .controls li.controls__switch-prev {
      margin-right: 10px;
    }

    .controls li.controls__switch-next {
      margin-left: 10px;
    }

.controls li[class*="switch"]:after {
content: '';
width: 20px;
height: 20px;
position: absolute;
top: 19px;
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}

.controls li.controls__switch-prev:after {
right: 13px;
border-left: 2px solid transparent;
border-bottom: 2px solid transparent;
border-color: #fff;
}

.controls li.controls__switch-next:after {
left: 13px;
border-right: 2px solid transparent;
border-top: 2px solid transparent;
border-color: #fff;
}


.floting_menu{
    position: fixed;
    right: -420px;
    bottom: 25dvh;
    width: 500px;
    height: 500px;
    background: #1f1347;
    padding: 20px;
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    text-align: left;
    transition: all 0.35s ease;
    z-index: 9999;
}

.rotate_180{
     -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.floting_menu .arrow{
    position: absolute;
    z-index: 9999;
    font-family: 'FontAwesome';
    font-size: 48px;
    left: -68px;
    top: 40%;
    color: #1f0b45;
}

.floting_menu .menu_inner{
    position: relative;
    display: inline-block;
    width: 77%;
    vertical-align: top;
    margin: 15px;
}

.social_media_footer{
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
    margin-top: 15px;
}

.social_media_footer li{
    display: inline-block;
}


.floting_menu .menu_inner:before{
    display: none !important;
    content: 'Project Details';
    position: absolute;
    transform: rotate(-90deg) scale(1);
    background: #E5BD41;
    display: block;
    bottom: 60px;
    width: 109%;
    left: -265px;
    font-size: 40px;
    padding: 20px;
    color: #000;
    text-align: center;
    /* font-weight: bold; */
    z-index: 999;
    -webkit-font-smoothing: subpixel-antialiased;
    /* transform: translateZ(0); */
    backface-visibility: hidden;
    /* transform: scale(1.5); */
    -webkit-font-smoothing: antialiased;
}

.floting_menu .info_bar{
    width: 50px;
    height: 100%;
    background: #E5BD41;
    display: inline-block;
    text-align: center;
    border-radius: 24px;
}

.floting_menu .info_bar .info_title{
    transform: rotate(-90deg) scale(1);
    font-size: 30px;
    width: 280px;
    position: absolute;
    left: -97px;
    top: 237px;
    z-index: 9999;
}

.floting_menu .menu_inner h2{
    color: #fff;
    font-weight: 200;
        font-size: 48px;
        margin: 0;
}

.floting_menu .menu_inner p{
   color: #fff;
    font-size: 28px;
    line-height: 38px;
    font-weight: normal;
}

.project_details{
    padding: 0px;
    display: inline-block;
    vertical-align: top;
}

.floting_menu .menu_inner a{
    display: inline-block;
    background: #E5BD41;
    text-align: center;
    height: 50px;
    line-height: 50px;
    color: #000;
    text-transform: uppercase;
    font-size: 24px;
    padding: 0px 20px;
    text-decoration: none;
    margin-right: 15px;
    margin-bottom: 10px;
}

.floting_menu .menu_inner a:hover{
    background: #e5d375d1;
}

.project_footer{
    width: 50dvw;
    position: absolute;
    z-index: 9999;
    left: 45px;
    bottom: 45px;
    text-align: left;
}

.project_footer h3{
    padding: 0;
    font-size: 48px;
    color: #fff;
    margin: 0;
    font-weight: bold;
}

.project_footer p{
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    text-align: left;
    font-style: italic;
    margin: 0;
}

.floting_menu_collapse{
    right: 0 !important;
}

.lang_switcher{
    position: absolute;
    right: 20px;
    top: 35px;
    z-index: 9;
}

.lang_switcher ul li .active{
    background: #1f0b45;
    color: #fff;
}

.lang_switcher ul{
    margin: 0;
    padding: 0;
}

.lang_switcher ul li{
    display: inline;
}

.lang_switcher ul li a{
    color: #000;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 5px;
    background: #d8c25387;
    border-radius: 5px;
}


 @media (max-width: 480px) and (orientation: portrait){
    .floting_menu .arrow{
        top: 40%;
    }

    .controls li[class*="switch"]:after {
        top: 12px;
    }

    .controls ul {
        list-style: none;
        display: inline-block;
    }

    .project_footer {
        bottom: 20px;
        width: 80%;
        left: 20px;
    }

    .controls {
        bottom: 50px;
        left: 0px;
        width: 50px;
        -webkit-transform: translate(-3%, -50%);
        transform: translate(-3%, -50%);
    }

    .controls li.controls__switch-next:after{
        left: 10px;
    }

    .controls li.controls__zoom-out:after {
        top: 22px;
        left: 7px;
    }

    .controls li.controls__zoom-in:after {
        top: 22px;
        left: 8px;
    }

    .controls li.controls__zoom-in:before {
        top: 8px;
        left: 22px;
    }

    .controls li.controls__switch-prev:after {
        right: 6px;
    }

    .controls li{
        height: 45px;
        width: 45px;
        margin-bottom: 10px;
    }

    .project_footer h3 {
        font-size: 34px;
    }

    .project_footer p {
        font-size: 18px;
    }

    .floting_menu .info_bar {
        width: 30px;
    }

    .floting_menu{
        width: 270px;
        height: 300px;
        padding: 10px;
        right: -215px;
    }

    .floting_menu .arrow {
        left: -40px;
        font-size: 38px;
    }

    .floting_menu .info_bar .info_title {
        transform: rotate(-90deg) scale(1);
        font-size: 18px;
        width: 265px;
        position: absolute;
        left: -109px;
        top: 133px;
        z-index: 9999;
    }

    .floting_menu .menu_inner{
        position: absolute;
        margin: 10px;
    }

    .floting_menu .menu_inner .project_details{
        padding: 10px;
    }

    .floting_menu .menu_inner h2 {
        font-size: 24px;
    }

    .floting_menu .menu_inner p {
        font-size: 11px;
        line-height: 28px;
        margin-bottom: 5px;
    }

    .project_details h4 {
        font-size: 16px;
    }

    hr{
        margin: 5px;
    }

    .floting_menu .menu_inner a {
        height: 25px;
        line-height: 27px;
        font-size: 12px;
        padding: 0px 10px;
        display: inline-block;
        margin-bottom: 8px;
        margin-right: 10px;
    }

 }


 .loader-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1f0b45 url(/assets/images/shaping-tomorrow.svg) no-repeat center;
    z-index: 999;
}

.loader {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    font-size: 0;
    display: inline-block;
    margin: -25px 0 0 -25px;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}

.loader div {
    background-color: #d8c253;
    display: inline-block;
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    opacity: .5;
    border-radius: 50%;
    -webkit-animation: ballPulseDouble 2s ease-in-out infinite;
    animation: ballPulseDouble 2s ease-in-out infinite;
}

.loader div:last-child {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

@-webkit-keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1.5);
    }
}

@keyframes ballPulseDouble {
    0%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
        transform: scale(1.5);
    }
}