html{
    scroll-behavior: smooth;
}
/* font family */
@font-face {
    font-family: poppinsregular;
    src: url("../font/Poppins-Regular.ttf");}
@font-face {font-family: poppinsbold;src: url("../font/Poppins-Bold.ttf");}
@font-face {font-family: poppinslight;src: url("../font/Poppins-Light.ttf");}
@font-face {font-family: poppinssemibold;src: url("../font/Poppins-SemiBold.ttf");}
@font-face {font-family: poppinsblack;src: url("../font/Poppins-Black.otf");}
.fontregular{font-family: poppinsregular;}
*{font-family: poppinsregular;}
.fontsemibold{font-family: poppinssemibold;}
.fontbold{font-family: poppinsbold;}
.fontlight{font-family: poppinslight;}
::placeholder{font-family: poppinsregular;}
/* font family */
* {
    box-sizing: border-box;
    line-height: 20px;
    transition: all ease-in-out;

    /*color:#807f78;*/
}
p{
    text-align: justify;
    margin-bottom: 0;
}

body{
    background: #fffdf4;
    color: #50504c;
    font-size: 12px;
    font-family: poppinsregular;
}
.modelclosebtn{
    font-size: 5em;
    padding: 0 !important;
    font-weight: 100;
    margin: 1rem 0 !important;
    height: auto;
    width: auto;
    line-height: 0;}
.uppercase{
    text-transform:uppercase;
}
.lowercase{
    text-transform: lowercase;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}
.readmorebtnimg{
    width: 7px;
}
.nopadh{
    padding-right:0;
    padding-left:0;
}
.section{
    position: relative;
}
.p-tb15{
    padding-top: 15px;
    padding-bottom: 15px;
}
.p-tb50{
    padding-top: 50px;
    padding-bottom: 50px;
}
.p-b40{
    padding-bottom: 40px;
}
.row{
    margin-left: 0;
    margin-right: 0;
}
.section_gap{
    padding: 40px 0 15px;
    margin: 0 auto;
}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
}
.right_side{
    position: absolute;
    right: 0;
}
.center{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.home-img-height{
    height: 300px;
}
button:focus {
     outline:none;
     outline: 5px none -webkit-focus-ring-color;
}
.sec_article{
    color: #000;font-size: 15px;
    font-weight: bold;
    position: relative;
    text-align: justify;
    padding: 10px 0;
    font-family: poppinssemibold;
}
.tiles *{
    transform: translate(-50%,-50%) rotate(-45deg);
    color: #ffffff;
}
.displaydesktop{
    display:block;
}
.displaymobile{
    display:none;
}

@media screen and (max-width:700px) and (min-width: 320px) {
    .displaydesktop{
        display:none;
    }
    .displaymobile{
        display:block;
    }
}
.portcontent{
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20%;
    text-align: center;
    background: rgba(127,106,87,0.8);
    color: #FFFFFF;
    font-size: 15px;
    padding: 15px 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
a:hover .portcontent{
    opacity: 1;
}
/*==================== preloader ============================================*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;

    background-position: center;
    background-repeat: no-repeat;
    background-color:#fffdf4 ;
    background-size: 10%;
}
/*==================== preloader ============================================*/
/*==================== Navbar============================================*/
.nav-logo{
    width: 250px;
}
.nav-logo img{
    height: auto;
    width: 100%;
}
.topnav{
    background: #303133;
height: 90px;
    transition: all 0.5s ease-in-out;
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    left: 0;
    height: auto;
    transition: all 0.5s ease-in-out;
}
.slidernav{
    position: absolute;
    width: 100%;
    bottom: -1%;
    left: 0;
    z-index: 1000;
    right: 0;
    margin: 0 auto;
}
ul.navbar-nav{
    margin: 2.5% auto;
}
ul.navbar-nav2{
    margin: 0 0 0 auto;
}
#myHeader .navbar-nav li{
    margin: 0 35px;
}
#myHeader .navbar-nav li a.nav-link{
    font-size: 15px;
    color: #ffffff;
    padding: 5px 5px;
    font-weight: 600;
    border-bottom: 5px solid transparent;
}
#myHeader .navbar-nav li:hover a.nav-link{
    border-bottom: 5px solid #fffdf4;
    color: #fffdf4;
}
.activearrow {border-bottom: 5px solid #fffdf4 !important;color: #fffdf4 !important;}
.displaynone{display: none;}
.displayblock{display: block;}
.navbar_height{
    height: 112px;
    position: relative;
}

/*==================== Sidebar============================================*/

.topsidebarnav .sidebar_nav {
    z-index: 22;
    position: relative;
    height: 11%;
    background-color: #2D3142;
    -webkit-transition: transform .7s ease-in-out;
    -moz-transition: transform .7s ease-in-out;
    -ms-transition: transform .7s ease-in-out;
    -o-transition: transform .7s ease-in-out;
    transition: transform .7s ease-in-out;
}

.topsidebarnav .sidebar {
    height: 0%;
    width: 0%;
    position: fixed;
    top: 0;
    z-index: 1;
    right: 0;
    opacity: 0;
    background-color: rgba(0,0,0,0.6);
    transition: opacity 0.5s ease-in-out  ;
}
.topsidebarnav .sidebar_right{
    opacity: 1;
    z-index: 20; height: 100%;
    width: 100%;
}

.topsidebarnav .bar {
    display: block;
    height: 4px;
    width: 50px;
    background-color: #fffdf4;
    margin: 7px auto;
}

.topsidebarnav .sidebar_button {
    cursor: pointer;
    display: inline-block;
    width: auto;
    margin: 0 auto;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.topsidebarnav .middle {
    margin: 0 auto;
}

.topsidebarnav .bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
}

.topsidebarnav .sidebar_button.active .top {
    -webkit-transform: translateY(12px) rotateZ(45deg);
    -moz-transform: translateY(12px) rotateZ(45deg);
    -ms-transform: translateY(12px) rotateZ(45deg);
    -o-transform: translateY(12px) rotateZ(45deg);
    transform: translateY(12px) rotateZ(45deg);
}

.topsidebarnav .sidebar_button.active .bottom {
    -webkit-transform: translateY(-12px) rotateZ(-45deg);
    -moz-transform: translateY(-12px) rotateZ(-45deg);
    -ms-transform: translateY(-12px) rotateZ(-45deg);
    -o-transform: translateY(-12px) rotateZ(-45deg);
    transform: translateY(-12px) rotateZ(-45deg);
}

.topsidebarnav .sidebar_button.active .middle {
    width: 0;
}

.topsidebarnav .sidebar-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
    margin-top: 150px;
    text-align: center;
}

.topsidebarnav .sidebar-item {
    margin: 30px 0;
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

.topsidebarnav .sidebar-item:first-child {
    -webkit-transition: all .7s .2s ease-in-out;
    -moz-transition: all .7s .2s ease-in-out;
    -ms-transition: all .7s .2s ease-in-out;
    -o-transition: all .7s .2s ease-in-out;
    transition: all .7s .2s ease-in-out;
}

.topsidebarnav .sidebar-item:nth-child(2) {
    -webkit-transition: all .7s .3s ease-in-out;
    -moz-transition: all .7s .3s ease-in-out;
    -ms-transition: all .7s .3s ease-in-out;
    -o-transition: all .7s .3s ease-in-out;
    transition: all .7s .3s ease-in-out;
}

.topsidebarnav .sidebar-item:nth-child(3) {
    -webkit-transition: all .7s .4s ease-in-out;
    -moz-transition: all .7s .4s ease-in-out;
    -ms-transition: all .7s .4s ease-in-out;
    -o-transition: all .7s .4s ease-in-out;
    transition: all .7s .4s ease-in-out;
}
.topsidebarnav .sidebar-item:nth-child(4) {
    -webkit-transition: all .7s .5s ease-in-out;
    -moz-transition: all .7s .5s ease-in-out;
    -ms-transition: all .7s .5s ease-in-out;
    -o-transition: all .7s .5s ease-in-out;
    transition: all .7s .5s ease-in-out;
}
.topsidebarnav .sidebar-item:nth-child(5) {
    -webkit-transition: all .7s .6s ease-in-out;
    -moz-transition: all .7s .6s ease-in-out;
    -ms-transition: all .7s .6s ease-in-out;
    -o-transition: all .7s .6s ease-in-out;
    transition: all .7s .6s ease-in-out;
}

.topsidebarnav .sidebar-item:last-child {
    -webkit-transition: all .7s .7s ease-in-out;
    -moz-transition: all .7s .7s ease-in-out;
    -ms-transition: all .7s .7s ease-in-out;
    -o-transition: all .7s .7s ease-in-out;
    transition: all .7s .7s ease-in-out;
}

.topsidebarnav .sidebar-item.active {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
}

.topsidebarnav .sidebar-anchor {
    color: #fffdf4;
    text-decoration: none;
    font-size: 1.8em;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 7px;
    font-weight: bolder;
}

.topsidebarnav .sidebar-anchor:before {
    content: "";
    width: 0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #FFF;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}

.topsidebarnav .sidebar-anchor:hover:before {
    width: 100%;
}

    .topsidebarnav .nav-list {
        display: block;
    }
    .topsidebarnav .nav-right {
        position: absolute;
        right: 20px;
        top: 25%;
    }


/*==================== Sidebar============================================*/
/*==================== Navbar============================================*/
/*==================== Slider============================================*/

.section_banner{
height: 560px;
}

/*==================== Slider============================================*/
/*==================== Home-About ============================================*/

.ab-head-div2{
    position: absolute;right: 0;
}
.ab_head{
    color: #e6e4d0;
    font-family: poppinsbold;
}
.ab_head h1{
    font-size: 45px;
    font-weight: 900;
    transform: scale(1.1) rotate(-90deg) translateX(-195px);
}
.word_spacing{
    letter-spacing: 9px;
    margin: 0;
}
.ab_head2{
    font-family: poppinssemibold;
    font-size: 45px;
    color: #000;
}
.ab-head-div2 a{
    color: #50504c;
    text-decoration: none;
    position: absolute;
    bottom: -15%;
}
.ab-head-div2 a:hover{
    color: #50504c;
    text-decoration: underline;
}
/*==================== Home-About============================================*/
/*==================== Home-Booking============================================*/
.center-bg{
    background: url(../assets/bg.png) no-repeat;

    background-position: bottom right;
    background-size:30% 85%;
}
.bookig_sec{
    height: 180px;
    overflow: hidden;
    background: #672e01;
    -webkit-clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);
    clip-path: polygon(90% 0, 100% 50%, 90% 100%, 10% 100%, 0 50%, 10% 0);
}

.bookig_sec_div1{
    background: #672e01;
    transform: skewX(-25deg);
    overflow: hidden;
    margin-left: -40px;
}
.bookig_sec_div1 .img2{
    transform: skewX(25deg);
}
.booking_text{
    transform: skewX(25deg);
    padding: 15px 0 0 45px;
    position: relative;
    color: #fff;
}
.booknow_btn{
    background: #fff;
    padding: 5px 25px;
    border-radius: 180px;
    color: #50504c;
    font-size: 12px;
    margin: 10px 0;
}
.booknow_btn:hover{
    background: #e6e4d0;
    color: #000;
    text-decoration:none;
}
.booknow_head{
    font-size: 32px;
    font-weight: 500;
}
.word_spacing2{
    letter-spacing: 2px;
}
.galleryportimg{
    height: 210px;
    max-height: 210px;
    overflow: hidden;
    position: relative;
}
.galleryportimg a img{
    position: absolute;
    width: 100%;
    object-position: center;
    object-fit: cover;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

.footer-nav2 .followicons {margin: 50px 10px;}
/*==================== Home-Booking============================================*/
/*==================== Home-Why-choose============================================*/
.wc_head{
    color: #e6e4d0;
    font-family: poppinsbold;
}

.wc_head h1 {
    font-size: 45px;
    font-weight: 900;
    transform: scale(1.27) rotate(-90deg) translateX(-245px);
}
.wc_head2{
    font-family: poppinssemibold;
    font-size: 45px;
    color: #000;
    text-align: end;
}
.wc-head-div2 a{
    color: #50504c;
    text-decoration: none;
}
.wc-head-div2 p.word_spacing{
    text-align: end;
}
.wc-head-div2 a:hover{
    color: #50504c;
    text-decoration: underline;
}
.wc-head-div2 .svg_img{
    width: 60px;
    padding: 15px 0 25px;
}
/*==================== Home-Why-choose============================================*/
/*==================== Home-Services============================================*/
.ss_head2{
    font-family: poppinssemibold;
    font-size: 45px;
    color: #000;
    text-align: center;
}
.ss-head-div .ss-ptag{
    text-align: center;
    color: #000;
    letter-spacing: 6px;
}
.ss-head-div2{
    display: none;
}
.ss_img{
    width: 100%;
    height: auto;
    position: absolute;
}
.ss_height{
    height: 658px;
    overflow: hidden;
}
.service_title{
   height: 100%;
    background: rgba(0,0,0,0.4);
}
.service_title:after{
    bottom: 0;
    right: 0;
    width: 0;
    height: 0;
    background: rgba(127,106,87,0.8);
    overflow: hidden;
    position: absolute;
    content: '';
    transition: all 0.9s;
}
.service_title h3{
    color: #fff;
    font-size: 28px;
    padding: 40px 15px;
    transition: all 0.2s ease-in-out;
}
.service_title:hover:after {
    width: 100%;
    height: 100%;
}
.service_title:hover h3{
    position: absolute;
    z-index: 2;
}
.service_title:hover span{z-index: 2;
color: #fff;
text-decoration: none}
.ss_btn{
    color: #fff;
    font-size: 15px;
    transform: rotate(-90deg);
    position: absolute;
    bottom: 14%;
    right: -10%;
    font-weight: 400;
}
.service_banner_caption .sec_article{text-align: center;}

/*==================== Home-Services============================================*/
/*==================== Home-concept============================================*/
.concept-section{
    padding: 40px 0;
}
.concept{
    background: url('../assets/home/concept.jpg');
    height: 400px;
    width: 100%;
    overflow:hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.overlay{
    background: rgba(0,0,0,0.6);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.play_btn{
    position: absolute;
    bottom:5%;
    left: 50%;
    z-index: 18;
}
.play-btn-crcl{
    background: #c5a991;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    box-shadow: 0px 0 0px 20px rgba(197, 169, 145, 0.4);
}
.play-btn-crcl img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.concept_header{
    color: #fff;
    font-size: 35px;
    font-family: poppinssemibold;
}
.concept_content{
    color: #fff;
}
/*==================== Home-concept============================================*/
/*==================== Home-clint-say============================================*/
.cs-head-div p.word_spacing{
    text-align: center;
}
.cs-head-div {
    padding: 20px 0;
}
.cs_head{
    font-family: poppinssemibold;
    font-size: 45px;
    color: #000;
    text-align: center;
}


/*slider*/
.multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
    left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
    left: 33%;
}
.multi-item-carousel .carousel-inner .next {
    left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
    left: -33%;
}
@media all and (transform-3d), (-webkit-transform-3d) {
    .multi-item-carousel .carousel-inner > .item {
        transition: 500ms ease-in-out left;
        transition: 500ms ease-in-out all;
        -webkit-backface-visibility: visible;
        backface-visibility: visible;
        -webkit-transform: none!important;
        transform: none!important;
    }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
    background-image: none;
}

.owl-carousel .item {
    height: 75px;
    width:auto;
    text-align: center;
    padding: 10px 15px;
    transition: box-shadow .5s ease-in-out ;
}
.owl-carousel .item img {
    height: 100%;
    width: auto;
    margin: 0 auto;
}
/*.owl-carousel .item:hover {*/
    /*box-shadow: 5px 10px 25px rgba(0,0,0,0.6);*/
/*}*/
.owl-carousel .owl-stage-outer {
    overflow: visible;
}
.my-owl-nav {
    margin-top: 40px;
    display:none;
}


.my-owl-nav span:hover {
    cursor: pointer;
}
/*slider*/

/*==================== Home-clint-say============================================*/


/*==================== about page============================================*/
.about_banner{
    height: 400px;
    width: 100%;

    background-size: 100% 100%;
}


/*====================== preogress ==========================================*/
.progress-tiles{
    display:flex;
    list-style: none;
    position: relative;
    padding: 0;
}
.progress-tiles li{
    display: flex;
    position: relative;
}
.tiles{
    width: 80px;
    height: 80px;
    background: #8c7563;
    position: relative;
    margin: 0 6.35vh;
    transform: rotate(45deg);
    transition: 0.2s ease-in-out;
}
.MV-box{
    border-right:1px solid #e6e4d0;
    border-bottom:1px solid #e6e4d0;
    padding: 20px;
}
.MV-box:nth-child(2),.MV-box:last-child{
    border-right:none;
}
.MV-box:nth-child(3),.MV-box:nth-child(4),.MV-box:nth-child(5){
    border-bottom:none;
}
.MV-box ul{
    list-style: circle;
    padding: 10px 0 0 16px;
}
.progress-tiles li .tiles:hover,.progress-tiles li a.active .tiles{background: #e8e3cf;color:#8c7563;cursor: pointer; }
.progress-tiles li .tiles:hover h3,.progress-tiles li a.active .tiles h3{color:#8c7563; }
.tiles_bar_horizontal{
    width: 120px;
    height: 3px;
    background: #e8e3cf;
    position: relative;
    top: 50%;
}
.tiles_bar_verticale{
    width: 3px;
    height: 80px;
    background: #e8e3cf;
    position: relative;
    top: 50%;
    left: 8.3%;
    margin: 20px 0 20px;
}
/*====================== preogress ==========================================*/
/*==================== about page============================================*/

/*==================== Services page============================================*/
.service_banner{
    position: relative;
    width: 100%;
    height: 710px;
}
.service_bannerimg{
    width: 100%;
    height: 84%;
    position: relative;
    -webkit-clip-path: polygon(100% 0, 100% 35%, 0 100%, 0 0);
    clip-path: polygon(100% 0, 100% 35%, 0 100%, 0 0);
}
.service_bannerimg2{
    width: 50%;
    height: 55%;
    position: absolute;
    top: 29.2%;
    right: 0;
    -webkit-clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%, 0% 50%);
    clip-path: polygon(100% 0, 100% 1%, 100% 100%, 100% 100%, 0% 50%);
}
.service_banner_caption{
    position: absolute;
    bottom: 10px;
    right: 0;
    left: 0;
    text-align: center;
    margin: 0 auto;
    top: 67%;
}
.service_heading_content{
    background: #e8e3cf;
    padding: 15px 0 10px;
    text-align: center;
}
.service_heading{
    color: #000000;
    font-weight: 700;
    margin-bottom: 0;
}
.work_space_h4_heading{
    color:#000;
    font-family: poppinsregular;
    font-weight: 600;
}
.tiles img{
    position: absolute;
    top:50%;
    left: 50%;
    height: 50px;
}
.services-detail-section ul{
    padding: 35px 0;
    list-style: none;
    position: relative;
}
.services-Choose-section img{
    object-fit:cover;
}
.choose_us{
    font-size: 60px;
    font-family: poppinsregular;
    font-weight: 550;
    color: #887662;
    text-align: center;
}
.why{
    font-size: 65px;
    font-family: poppinsbold;
    color: #e8e3cf;
    text-align: center;
    padding: 15px 0;
}
.services-Choose-section{
    padding: 7vh 0 0;
}
.services-Choose-section .container-fluid:first-child{
    height: 500px;
    overflow: hidden;
}
.Choose_description{
    padding: 10px 5% 5px 0;
}
.ss_bookbtn{
    border-radius: 50px;
    padding: 9px 10px 7px;
    margin: 0 5px 0 25px;
    border: 2px solid #625042;
    width: 180px;
    color:#625042;
    outline: none !important;
    box-shadow:none !important;
}
.ss_bookbtn:hover{
    background: #625042;
    color:#ffffff;
    text-decoration: none;
}
.some-padd{
    padding: 8vh 0;
}
.btn.focus, .btn:focus{
    box-shadow:none !important;
}
/*==================== Services page============================================*/
/*==================== Contact page============================================*/

.contact-section{
    background: linear-gradient(to left,#e8e3cf 50%,rgba(0,0,0,0.6) 50%), url('../assets/contact/reachus.jpg') no-repeat;
    background-size: 100% 100%;
}
.contact-section p,.contact-section a{
    color: #ffffff;
}
.pad-25{
    padding: 11vh 25vh 5vh 0;
}
.contactform{
    position: relative;
    padding: 40px 0px 40px 25px;
}
.contactform input,.contactform textarea{
    width: 100%;
    border: none;
    border-bottom: 1px solid #8c7563;
    background: transparent;
    outline: none;
    margin: 0 15px;
    border-radius: 0;
    padding: 0;
    font-family: poppinslight;
    font-size: 15px;
}
.contactform .form-control:focus {
    color: #495057;
    background-color:transparent;
    border-color: none;
    outline: 0;
    box-shadow:none;
    border-bottom: 1px solid #8c7563;
}
.contactform input::placeholder,.contactform textarea::placeholder{
    color:#8c7563;
    font-family: poppinslight;
    font-size: 15px;
}
.get_address p span,.get_address p{
    position: relative;
    display: block;
    line-height: 2;
    font-size: 13px;

}
.contact_btn{
    background:#8c7563;
    color: #ffffff;
    margin-left: 15px;
    border:2px solid transparent;
    transition: background 0.2s ease-in-out;
    box-shadow: none;
    border-radius: 100px;
    width: 190px;
}
.contact_btn:hover{
    color:#8c7563;
    background: transparent;
    border: 2px solid #8c7563;
    box-shadow: none;
}
.followicons{display: flex;
    list-style: none;
    padding: 0;
    margin: 50px 0;}
.followicons li{position: relative;width: 40px;height: 40px;border: 2px solid #e8e3cf;transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 35px 0 0; }
li .followicon{
    transform: rotate(-45deg);
    font-size: 25px;
    text-align: center;
    color: #e8e3cf;
    margin: 5px 8px;
}
.followicons li:hover{background:#e8e3cf; }
.followicons li:hover .followicon{color: #8c7563; }




/*==================== Contact page============================================*/

/*==================== Footer============================================*/
.footer,.footer a{
    color: #999;
}
.footer-sec{
    background: url('../assets/footer_bg.jpg');
    height:auto;
    width: 100%;
    overflow:hidden;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}
.overlay11{
    background: rgba(0,0,0,0.85);
    position: absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
}
.footer-contact{
    border-left: 2px solid #6f6f6f;
    padding: 5px 20px;
}
.footer-contact h4{
    color:#e8c4ac;
    font-weight: 600;
}
.footer-contact2 p{
    font-size: 9px;
    line-height: 15px;
}
.hrline:before{
    content: "";
    border-top: 2px solid #6f6f6f;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 4%;
}
.foot_subhead{
    color: #fff;
    font-weight: 700;
    padding: 0px 0 7%;
}
.subscribebox{
    padding: 10px 15px;
    border-radius: 180px;
    border: 1px solid #6f6f6f;
    background: transparent;
    width: 90%;
    color: #FFFFFF;
}
input{
    outline: none;
}
.subscribe_btn{
    position: absolute;
    right: 7.9%;
    top: 29.8%;
    width: 40px;
    height: 40px;
    background: transparent;
    border-radius: 50%;
    border: none;
    cursor: pointer;
}
.subscribe_btn.focus, .subscribe_btn:focus {
    outline: 0;
    box-shadow:none;
}
.note{
    color: #6f6f6f;
    padding: 20px 15px;
}
.footer_ul{
    list-style: none;
    padding: 10px 15px 0;

}
.foter_navbar{
    display: flex;
    list-style: none;
    font-size: 12px;
    margin-bottom: 0;
    position: absolute;
    margin: 0 auto;
}
.foter_navbar li{
    padding: 0 7px;
}
.copyright-sec{
    padding: 18px 0;
    border-top: 2px solid #656565;
}
.mo_text_center{
    text-align: end;
}


/*==================== Footer============================================*/
/*==================== MObile View============================================*/


@media screen and (max-width:700px) and (min-width: 320px) {
    .right_side{
        position: relative;
    }
    .galleryportimg {
        height: 109px;
        max-height: 210px;
        overflow: hidden;
        position: relative;
    }
    .section_banner {height: 300px;}
    .section_banner .carousel-inner .carousel-item img{
        width: 100%;
        height: 100%;
    }
    .center-bg{
        background-size: 0;
    }
    .section_gap {width: 100%;    padding: 20px 0 15px;}
    .ab-head-div2 { position: relative;}
    .mo_nopadh{
        padding-right: 0;
        padding-left: 0;
    }
    .nav-logo{
        margin: 10px 20px !important;
    }
    .MV-box{
        border: none !important;
    }
    .ss_height{height:180vh;}
    .word_spacing {letter-spacing: 6px;}
    .ab_head2 {font-size: 34px; }
    .ab_head h1{display: none}
   .home-img-height { margin: 20% 0 0;}
    .bookig_sec {height:auto;-webkit-clip-path:none;clip-path:none; }
    .bookig_sec_div1 {transform: skewX(0deg);margin-left:0;}
    .bookig_sec_div1 .img2 {transform: skewX(0deg);}
    .booking_text {transform: skewX(0deg);padding: 15px 0 0 30px;}
    .booknow_head {font-size: 25px;}
    .wc_head2 {font-size: 34px;text-align: left;}
    .nomargin_mo{margin:0}
    .imgmargin{margin: 0 5%; position: relative;}
    .wc-head-div2 p.word_spacing {text-align: center;}
    .wc-head-div{display: none}
    .service_title h3 {padding: 20px 15px;}
    .service_title:hover:after {
        width: 0;
        height: 0;
    }
    .service_title:hover h3{
        position: relative;
        top: 0;
        left: 0;
        transform:none;
    }
    .ss_btn {transform: rotate(0deg);right: 5%;bottom: 5%;}
    .concept {height: 270px;background-size: cover;  }
    .play_btn { position: absolute; bottom: 7%;left: 45%;}
    .cs-head-div{padding: 0;}
    .footer-contact{border-left: 2px solid transparent;padding: 5px 5px;}
    .mo_align_left p{text-align-last: left;}
    .subscribe_btn {right: 3.75%;top: 30%;}
    .hrline:before {top: 5%;left: 2%;}
    .choose_us {
        font-size: 35px;
        padding: 15px;
    }
    .services-Choose-section img{
        width: 100%;
        height: 272px;
    }
    .Choose_description_p{
        padding: 5vh 0;
    }
    .Choose_description {
        padding: 10px 0% 5px 0;
    }
    .services-Choose-section .some-padd {
        padding: 3vh 0;
        display: flex;
    }
    .ss_bookbtn {
        margin: 0 12px;
    }
    .services-Choose-section .container-fluid:first-child {
        height: auto;
        overflow: hidden;
    }
    .foter_navbar{position: relative;
        padding: 0;}
    .copyright{margin: 0 auto;}
    .copyright a{display: inline-block;}
    .foter_navbar li {     padding: 0;
        position: relative;
        margin: 0 0 0 25px;}

    .footer-sec {background-size: cover;}
    .service_bannerimg2 {width: 50%;    height: 30%;   top: 15.4%;    }
    .service_bannerimg {height: 45%;  object-fit: cover;}
    .services-detail-section ul {padding: 35px 0 0;}
    .ss_head2 {font-size: 35px;}
    .service_banner_caption {top: 42%;}
    .tiles{margin: 0 auto;}
    .tiles_bar_verticale,.tiles_bar_horizontal{display: none}
    h3.service_heading{    font-size: 1.25rem;}
    .mo_padd35{        padding: 35px 0;}
    .work_space_h4_heading{font-size: 1.1rem;text-align: center;}
    .services-Choose-section{padding: 0;}
    .progress-tiles .tiles{ margin: 0 2vh;width: 55px;height: 55px;}
    .progress-tiles .tiles h3{font-size: 1.25rem;}
    .contact-section {
        background: linear-gradient(to top,#e8e3cf 50%,rgba(0,0,0,0.6) 50%), url(../assets/contact/reachus.jpg) no-repeat;
        background-size: cover;
    }
    .mo_pad-25{padding: 15vh 0;}
    .contactform {
        position: relative;
        padding: 40px 0px 40px 0;
    }
    .contactform input, .contactform textarea {
        margin: 0 5px;
    }
    .my-owl-nav {
        margin-top: 40px;
        display: block;
        position: absolute;
        top: 0;
        width: 100%;
    }
    .my-owl-nav .my-next-button{position: absolute;right: 8%;z-index: 5;top:-5%;}
    .my-owl-nav .my-prev-button{position: absolute;left: 0;z-index: 5;top:-5%;}
    .overflowhidden{overflow: hidden}
    /*.footer-contact2 div:first-child{width: 25%;}
    .footer-contact2 div:nth-child(2){width: 75%;}*/
    .footer-nav2,.footer-nav1{padding: 0;}
    .footer-nav1 div:only-child{padding: 15px 0}
    p.mo_text_center{text-align: center}
    .footer *{text-align: center}
    .footer-contact2 img{width: 50%;}
    .pad-0-imp{padding: 0 !important;}
    .hrline:before{display: none;}
    .mo_pad_tb_10{
        padding: 10px 0;}


    .followicons {margin: 50px 50px;}
    .footer-nav2 .followicons {margin: 50px 20px;}
}


/*==================== TAB View============================================*/

@media screen and (max-width:1080px) and (min-width: 720px) {
    .topnav{
        height: 70px;
    }
    .nopadh_pad{padding-left: 0;padding-right: 0;}
    * {line-height: 15px;}
    body{font-size: 10px;}
    .h4, h4 {font-size: 1.2rem; }
    .section_banner { height: 430px; }
    #carousel img{opacity: 0 !important;  }
    #carousel img.carousel-center{opacity: 1 !important;}
    .carousel-indigatorimg2 { width: 30px; right: 10px;}
    .carousel-indigatorimg { width: 30px; left: 10px;}
    ul.navbar-nav {margin: 3.5% auto;}
    .word_spacing {letter-spacing: 6px;}
    .sec_article {font-size: 12px;padding:0 0 10px;}
    .ab_head2,.wc_head2 {font-size: 30px;}
    #myHeader .navbar-nav li a.nav-link {font-size: 10px;}
    #myHeader .navbar-nav li { margin: 0 5px;}
    .bookig_sec {height: 160px;}
    .booknow_head {font-size: 25px;}
    .home-img-height {
        height: 230px;
    }
    .booking_text {padding: 20px 0 0 45px;}
    .choose_us_content{display: block}
    .choose_us_content div:nth-child(1),.choose_us_content div:nth-child(2),.choose_us_content div:nth-child(3){
        width: 100%;
        display: flex;max-width: 100%;position: relative;
        margin: 10px 0;
    }

    .wc-head-div2 .svg_img {width: 52px;padding: 0;position: absolute;}
    .choose_us_content p{position: relative;padding-left: 22%;}
    .ss_height {height: 550px;}
    .ss_height div:nth-child(even),.ss_height div:nth-child(odd){max-width: 100%;width: 100%;  flex: 0 0 50%;}
    .ss_img { width: 100%;height: 100%;position: absolute;object-fit: cover;    }
    .ss_btn {color: #fff;font-size: 15px;transform: rotate(0deg);right: 5%; bottom: 5%;  }
    .service_title h3 {padding: 15px 15px;  }
    .ss_head2 {right: 0;  transform: translate(0,0);  }
    .concept { background-size: cover;
        height: 345px;  }
    .overlay div:first-child{max-width: 100%;flex:0 0 75%;}
  .tiles{margin: 0 2vh;}
    .tiles_bar_horizontal {width: 60px;}
    .tabgroup{padding-bottom: 0}
    .service_banner{
        height: 540px;}
    .get_address{
        padding: 4vh 9vh 0 0;}
    .subscribe_btn {right: 6.9%;top: 25.5%;width: 33px;height: 33px;}
    .footer-nav1,.footer-nav2{padding-bottom: 0;}
    .foter_navbar {display: block;}
    .ss_head2 {
        font-size: 25px;
    }
    .service_banner_caption .sec_article{text-align: center;}
    .tiles_bar_verticale {
        left: 8.5%;
        margin: 20px 0;}
    .section_gap {
        width: 100%;}
    .Choose_description_p{ flex: 0 0 100%;max-width: 100%;
    }
    .some-padd {padding: 4vh 0; }
    .choose_us {font-size: 42px;}
    .why {font-size: 50px;padding: 10px 0;}
    .footer-contact {padding: 5px 7px;}
    .note {padding: 20px 0px;}
    .wc_head h1 {transform: scale(1.19) rotate(-90deg) translateX(-245px);  }
    .ab_head h1 {transform: scale(0.9) rotate(-90deg) translateX(-185px);}
    .footer_ul { padding: 10px 10px 0;}
    .hrline:before{width: 15px;}
}



