@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

* {
    margin: 0;
    padding: 0;
    outline: 0;
    box-sizing: border-box;
}

body {
    font-family: 'IBM Plex Sans', sans-serif;
    color: #333333;
    font-size: 100%;
    overflow-x: hidden;
}


.wrapper {
    max-width: 1280px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.innerwrapper{
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}

.fullwidth {
    width: 100%;
    margin: 0 auto;
}

header{
    position: fixed;
    top:0;
    left:0;
    width: 100%;
    z-index: 99;
    background: rgba(255,255,255,0.7);
}

/*header.fixed{*/
/*    background: rgba(0,0,0,0.7);*/
/*}*/







.header-main-inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.logo{
    width:10%;
}
.logo a{
    display: block;
    padding:10px 0;
}
.logo a img{
    width:80px;
    transition:all 0.7s;
}

header.fixed .logo a img {
    width: 50px;
    transition:all 0.7s;
}


.navigation{
    width:90%;
}
.navigation ul{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin:0;
    padding:0;
}
.navigation ul li{
    list-style: none;
    padding:10px 5px;
}
.navigation ul li a{
    text-decoration: none;
    padding:3px 3px 5px;
    font-family: 'IBM Plex Sans', sans-serif;
    text-transform: capitalize;
    color:rgba(15,15,15,1);
    font-size: 16px;
    font-weight:400;
    position: relative;
    display: block;
    transition: all 0.7s;
    overflow: hidden;
}

/*header.fixed .navigation ul li a{*/
/*    color:#fff;*/
/*}*/


.navigation ul li a:after{
    content:'';
    position: absolute;
    width:100%;
    left:-105%;
    height: 1px;
    background: #0f0f0f;
    bottom:0;
    transition: all 0.7s;
}

/*header.fixed .navigation ul li a:after{*/
/*    background: #fff;*/
/*}*/
.navigation ul li:hover a:after{
    left:0;
}
.navigation ul li.current a:after{
    left:0;
}
.home-banner{
    background: url(../images/home-banner.jpg) no-repeat center center;
    background-size: cover;
    min-height:650px;
    position: relative;
}
.home-banner-caption{
    background: rgba(0,0,0,0.8);
    width:100%;
    height:100%;
    display: flex;
    position: absolute;
    top:0;
    left:0;
    text-align: center;
    justify-content: center;
    align-items: center;
}
.home-banner-caption-inner h1{
    font-size: 54px;
    color: #FFFFFF;
    text-shadow: 7px 4px 5px #000;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.25;
    text-transform: none;
}
.home-banner-caption-inner h2{
    text-shadow: 7px 4px 5px #000;
    font-size: 32px;
    color: #FFFFFF;
    font-weight: bold;
}
.home-banner-caption-inner h2 span{
    text-shadow: 7px 4px 5px #000;
    font-weight: 400;
}

.home-section2{
    padding:70px 0;
    border-bottom:2px solid #E9E5E5;
}
.home-section21{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom:60px;
}
.home-section21-left{
    width:48%;
}
.home-section21-right{
    width:48%;
}
.w100{
    width:100%;
}
.home-section21-right h3{
    font-size: 35px;
    line-height: 1.25;
    margin-bottom: 20px;
    color: #101010;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.4;
    text-transform: none;
}
.home-section21-right p{
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    line-height: 1.7;
    text-transform: none;
    color: #454545;
}
.rd_more a{
    display: inline-block;
    padding:5px 20px;
    color:#fff;
    background: #236192;
    border:1px solid #236192;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s;
}
.rd_more a:hover{
    background: #ffb71b;
    border:1px solid #ffb71b;
    color:#236192;
}

.home-section22-th{
    margin:0 auto;
}
.home-section22-th svg{
    width: 70px;
    height: 70px;
}
.home-section22{
    display: flex;
    flex-wrap: wrap;
}
.home-section22-inner{
    text-align: center;
    width:25%;
    margin-bottom:30px;
}
.home-section22 p{
    margin-top:15px;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none;
    color: #454545;
}
.home-floor-plan{
    padding:60px 0;
}
.sec-hd{
    text-align: center;
    color: #000000;
    font-size:46px;
    line-height: 1.25;
    font-weight: bold;
}
.hfloor-outer{
    margin-top:50px;
    display: flex;
    justify-content: space-between;
}
.hfloor-outer:nth-child(odd){
    flex-direction: row-reverse;
}
.hfloor-left{
    width:48%;
    position: relative;
}
.hfloor-left a{
    position: absolute;
    bottom:0;
    right:0;
    opacity:0;
}
.hfloor-left:hover a{
    opacity: 1;
}
.hfloor-right{
    width:48%;
}
.hfloor-right h2{
    font-size: 32px;
    color:#000;
    font-weight: bold;
}
.hfloor-right p{
    font-size: 16px;
    font-weight: 400;
    color: #454545;
}

.bgpls{
    background: url(../images/zoom.png) no-repeat top center;
    width:60px;
    height:60px;
}

.aboutorchid-main{
    display: flex;
    align-items: center;
    justify-content:space-between;
}
.aboutorchid-left{
    width:45%;
}
.aboutorchid-right{
    width:45%;
}

.rd_moreblue a{
    display: inline-block;
    padding: 5px 20px;
    color: #fff;
    background: #236192;
    border: 1px solid #236192;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s;
}
.rd_moreblue a:hover{
    background: #236192;
    border: 1px solid #236192;
    text-align: center;
    text-decoration: none;
    transition: all 0.7s;
}
.wlogo img{
    width:200px;
}

.aboutorchid{
    background: #236192 url(../images/cartographer.png) repeat top center;
    padding:70px 0;
}

.aboutorchid-left h2{
    color: #FFFFFF;
    font-weight: 600;
    letter-spacing: -.01em;
    line-height: 1.4;
    text-transform: none;
    font-size:46px;
    padding:20px 0;
}

.aboutorchid-left p{
    color: #CECECE;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 20px;
}

.owl-dots{
    display: none;
}

.aboutorchid-right{
    padding-top:60px;
}

.aboutorchid-right .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top:50%;
    right:0;
}
.aboutorchid-right .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top:50%;
    left:0;
}

.aboutorchid-right .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.aboutorchid-right .owl-theme span{
    font-size:40px;
    color:#fff;
}


.formmain{
    padding:70px 0;
}
.formmain h2{
    text-align: center;
    color: #000;
    font-size: 46px;
    line-height: 1.2;
    font-weight: bold;
}

.formmain p{
    text-align: center;
    color: #236192;
    font-size:16px;
    line-height: 1.2;
    font-weight: 400;
    margin:0;
    padding:20px 0;
}

.form-inner{
    padding-top:50px;
}

.cs_field input{
    width:100%;
    border:none;
    border-bottom: 1px solid #ccc;
    height:40px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    color: #101010;
}
.cs_field{
    margin-top:30px;
}
.cs_field textarea{
    width:100%;
    border:none;
    border-bottom: 1px solid #ccc;
    height:100px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    text-transform: none;
    color: #101010;
}
.cs_field button{
    padding: 20px 40px;
    border-radius: 40px;
    background-color: #236192!important;
    border: 0px solid #236192!important;
    color:#fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    display: inline-block;
}
.footermain{
    display: flex;
    justify-content: space-between;
}
.footer1{
    width:30%;
}
.footer2{
    width:30%;
}
.footer3{
    width:30%;
}
.footer-top{
    background: #eaeaea url(../images/footer-bg.png) no-repeat;
    background-position: 85% 24%;
    background-size: 280px;
    padding:50px 0;
}
.footer-middle ul li span i img {
    width: 18px;
}
.footer-middle ul{
    margin:0;
    padding:0;
}
.footer-middle ul li{
    font-size: 15px;
    margin-bottom: 15px;
    list-style: none;
    display: flex;
}
.footer-middle ul li span{
    display: inline-block;
    margin-right:10px;
}
.footer-middle ul li span i {
    color: #236192;
    margin-right: 15px;
    width: 18px;
}
.footer-right ul{
    margin:0;
    padding:0;
}
.footer-right ul li {
    text-align: right;
    margin-right: 0px;
    list-style: none;
}
.footer-right ul li h4 {
    color: #236192;
    text-align: right;
    font-size: 24px;
    line-height: 1.5;
    font-weight: 600;
}
.footer-right ul li a.book {
    background: #fff;
    border-radius: 10px;
    padding: 4px 12px;
    display: inline-block;
    margin-top: 12px;
    font-weight: bold;
    font-size: 13px;
    margin-bottom: 15px;
    color: #236192;
    text-decoration: none;
}
.footer-right ul li a i {
    color: #236192;
    font-size: 23px;
}
.footer-right ul li a:first-child i {
    margin-right: 15px;
}
.footer-bottom{
    text-align: center;
    background: #236192;
    color: #fff;
    margin: 0px;
    padding: 15px 10px;
    font-size: 15px;
}

.about-banner{
    background: url(../images/about-banner.jpg) no-repeat top center;
    background-size: cover;

}

.loaction-banner{
    background: url(../images/locationpagebanner.jpg) no-repeat top center;
    background-size: cover; 
}

.project-banner{
    background: url(../images/project-banner.jpg) no-repeat top center;
    background-size: cover; 
}


.inner-banner{
    position: relative;
}
.bannerbg{
    position: absolute;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.6);
    z-index: 8;
}
.inner-banner .wrapper{
    position: relative;
    z-index: 9;
}
.inner-banner-caption{
    display: flex;
    min-height: 600px;
    align-items: center;
}
.inner-banner-caption-inner h2{
    text-shadow: 7px 4px 5px #000;
    color: #fff;
    font-size: 32px;
    line-height: 1.2;
    font-weight: bold;
}
.inner-banner-caption-inner span{
    font-weight: 400;
}

.ab_page1{
    display: flex;
    justify-content: space-between;
}
.ab_page-left{
    width:45%;
}
.ab_page-right{
    width:45%;
}
.ab_page-left h2{
    font-size: 30px;
    color:#000;
    font-weight: bold;
    margin-bottom: 20px;
}
.ab_page-left p{
    font-size: 16px;
    line-height: 1.25;
    font-weight: 400;
    line-height: 1.7;
    text-transform: none;
    color: #454545;
}
.ab_page{
    padding:70px 0;
}
.ab_page1{
    padding-bottom: 30px;
}
.ab_page2 p{
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    line-height: 1.7;
    text-transform: none;
    color: #454545;
}


.ab_gallery, .ab_contact{
    padding:150px 0;
}
.ad_gallery-main{
    display:flex;
    flex-wrap: wrap;
    margin-top:30px;
}
.abgallery_list{
    width:31%;
    margin:0 1% 20px;
}
.abgallery_list img{
    width:100%;
}

.ab_loc_left h2{
    font-size: 42px;
    font-weight: normal;
    line-height: 40px;
    letter-spacing: -1px;
    color: #000000;
    background-color: #FFFFFF;
    margin-bottom: 0px;
}


.ab_page-left h4{
    font-size: 35px;
    line-height: 60px;
    color: #236192;
    font-weight:bold;
}

.ab_loaction22{
    display: flex;
    justify-content: center;
    width:100%;
}
.ablocation22-inner{
    width:20%;
}
.ablocation22-inner img{
    width:100%;
}

.neighbourhood{
    background: #236192;
    padding:60px 0;
}

.neighbourhood-outer h3{
    color: #FFFFFF;
    font-weight:bold;
    font-size:46px;
}
.neighbourhood-outer h3 span{
    color:#fdb71a
}
.neighbourhood-outer p{
    font-size: 16px;
    color:#fff;
    font-weight:400;
    margin-bottom:40px;
}
.neighbourhood-outer ul{
    margin:0;
    padding:0;
    padding-left:15px;
}
.neighbourhood-outer ul li{
    position: relative;
    color: #FFFFFF;
    line-height: 38px;
    font-size:16px;
    font-weight:400;
}
.neighbourhood-outer ul li:before{
    content: "\2022";
    color: #fdb71a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
    font-size: 18px;
}

.ab_contact_left h4{
    color: #236192;
    font-size:46px;
    font-weight:600;
}
.ab_contact_left p{
        color: #236192;
}
.ab_contact_left .form-inner{
    padding-top:0;
}
.inner-gallery{
    padding-top: 50px;
}

.inner-gallery h3{
    font-size: 32px;
    color:#000;
    font-weight:600;
    margin-bottom:20px;
    text-align: center;
}
.inner-gallery p{
    color: #454545;
    font-size:16px;
    line-height: 30px;
    font-weight:400;
    text-align: center;
    margin-bottom:50px;
}
.inner-gallery-slider{
    margin-bottom: 50px;
}
.project22{
    justify-content: center;
    padding:40px 0 0;

}
.project22 img{
    width:55px;
    height:55px;
}

.inner-gallery-slider .owl-carousel .owl-nav button.owl-next{
    position: absolute;
    top:40%;
    right:0;
}
.inner-gallery-slider .owl-carousel .owl-nav button.owl-prev{
    position: absolute;
    top:40%;
    left:0;
}

.inner-gallery-slider .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
}
.inner-gallery-slider .owl-theme span{
    font-size:40px;
    color:#fff;
}

.pro-sectio2{
    border:none;
    padding-bottom: 0;
}

.rd_more a.r_less{
    display:none;
}

.show_content{
    padding-top:50px;
}
.show_content p{
    font-size: 16px;
    color: #CECECE;
}
.show_content ul{
    padding-left:10px;
}
.show_content ul li{
    font-size: 16px;
    color: #CECECE;
}
.show_content{
    display: none;
}


.ficon{
    position: fixed;
    top:50%;
    right:0;
    z-index: 9;
    cursor: pointer;
    transition: all 0.3s;
}

.fform{
    position: fixed;
    width:350px;
    padding:15px;
    right:-100%;
    top:30%;
    background: #fff;
    border-radius: 20px;
    border:1px solid #ccc;
    z-index: 99;
    transition: all 0.3s;
}

.fform.active{
    right:0;
}
.ficon.active{
    right:350px;
}

.fform h4{
    color: #010101;
    font-size: 20px;
    margin-bottom:15px;
    display: flex;
    justify-content: space-between;
}
.fform .cs_field{
    margin-top:10px;
}
.fform .cs_field input{ 
    border:1px solid #ccc;
    border-radius: 20px;
    padding:0 15px;
}
.fform .cs_field textarea{ 
    border:1px solid #ccc;
    border-radius: 20px;
    padding:5px 15px;
    height:100px;
}
.fform .cs_field button{
    width:100%;
    padding:10px 10px;
}

.cls{
    text-align: right;
    color:#000;
    font-size: 22px;
    cursor: pointer;
}

.fixedform .dv{
    display: flex;
    border:1px solid #ccc;
    margin-top:10px;
}

.fixedform .dv .fa{
  width: 40px;  
  border-right:1px solid #ccc;
  padding: 5px;
  justify-content: center;
  display:flex;
  align-items: center;
}

.fixedform .dv input{
    width:calc(100% - 40px);
    border:none;
    padding:10px 5px;
    font-size: 16px;
    color:#000;
}
.fixedform .dv textarea{
    width:calc(100% - 40px);
    border:none;
    padding:10px 5px;
    font-size: 16px;
    color:#000;
}
.fixedform button{
    margin-top:10px;
    padding: 10px 40px;
    width:100%;
    border-radius: 40px;
    background-color: #236192!important;
    border: 0px solid #236192!important;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    text-align: center;
    display: block;
}

.ab_contact .fixedform i{
    font-size: 20px;
    color:#000;
}

.ab_contact .fixedform .dv input {
    width: calc(100% - 40px);
    border: none;
    padding: 0 10px;
    font-size: 16px;
    color: #000;
    height: 45px;
}

.ab_contact .fixedform button.but.btn{
    margin-top: 20px;
    padding: 20px 40px;
    display: block;
}

.home-bottom-form button{
    width:200px;
    margin:20px  auto;
    padding:15px 40px;
}

.fixedform .dv .fa.fa-twitch:before{
    content: "\f1e8";
    position: relative;
     top: -10px;
}

.ab_contact .fixedform .dv .fa.fa-twitch:before{
    content: "\f1e8";
    position: relative;
    top: -23px;
}







