@charset "utf-8";
 * {
     outline: none;
     margin: 0px;
     padding: 0px;
     border: none;
     text-decoration: none;
      font-family: 'Montserrat';
     box-sizing:border-box;
}
 body {
     text-decoration: none;
     background:#fff;
      font-family: 'Montserrat';
     font-size:16px;
     color:#000;
}
html {
  scroll-behavior: smooth;
}
a {
    text-decoration: none;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
 .c1 {
     background-color:#fff !important;
     color:#333 !important;
}
 .fa-rotate-90 {
     -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
     transform: rotate(90deg);
}
@font-face {
    font-family: 'GoodTimingRg';
    src: url('../fonts/GoodTimingRg-Bold.eot');
    src: url('../fonts/GoodTimingRg-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/GoodTimingRg-Bold.woff2') format('woff2'),
        url('../fonts/GoodTimingRg-Bold.woff') format('woff'),
        url('../fonts/GoodTimingRg-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}



@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Black.eot');
    src: url('../fonts/Montserrat-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Black.woff2') format('woff2'),
        url('../fonts/Montserrat-Black.woff') format('woff'),
        url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBold.eot');
    src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBold.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBold.woff') format('woff'),
        url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.sexy-menu{
  background-image: url(../images/bg-head.jpg); background-size: cover;
}
.sexy-menu.detached .nav-brand img.small{
  display: block !important;
}
.sexy-menu.detached .nav-brand img.large{
  display: none !important;
}
.sexy-menu.detached .nav-brand img{
  margin-top: 10px;    width: 75%;
}
.nav-menu>li>a{
    margin:40px 20px;
    display:inline-block;
    position:relative;
    color:#000000;
    -webkit-transition:color .3s,background .3s;
    font-size:1em;
    transition:all .4s ease-in-out;
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    text-transform: capitalize;
}
.nav-menu>li:last-child a,ul.header-social li:last-child{
  margin-right: 0
}
.center{
  display: flex;
  margin: 0 auto;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 9;
}

.resp-show{
  display: none !important;
}
.nav-menu>li>a:hover{
 color: #0167a5
}
.sexy-menu.detached .nav-menu > li > a.book-btn{
margin: 28px 20px !important
}

li.header-phone img{
  height: 40px;     margin-right: 5px;
}
li.header-phone a{
    margin: 29px 12px !important;
    display: flex; 
    align-items: center;
}
li.header-phone a:hover {
    border: 0; color: #7c5a4a
}

.sexy-menu.detached .nav-menu > li > a {
    margin: 35px 20px ; 
}
.sexy-menu.detached .header-phone a
{
   margin: 20px 6px !important; 
}
.book-btn{
  background: #eb2127; text-transform: uppercase !important;
  color: #fff !important;
  margin: 40px 20px !important;
  padding: 10px 30px; font-size: 0.889em !important;
}
.book-btn:hover{
  background: #333;
  }

#button {
  display: inline-block;
  background-color: #333;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 80px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#button::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 1em;
  line-height: 50px;
  color: #fff;
}
#button:hover {
  cursor: pointer;
  background-color: #333;
}
#button:active {
  background-color: #555;
}
#button.show {
  opacity: 1;
  visibility: visible;
}


 .clear {
     clear: both 
}
 audio, ::selection {
     background:#8cc248;
     color: #fff;
}

 .grecaptcha-badge{
     display:none !important;
}
 .img-full{
     width: 100%;
     height:auto;
     display: block 
}
 .img-responsive {
     max-width: 100%;
     height:auto;
}

 .logo1{
     display:none 
}
 .banner-wraper{
     width:100%;
     height:auto;
     position:relative;
     z-index:9;
}
.sexy-menu.detached .navigation{
  top: 0
}
 
 .footer-container{
     width:100%;
     height:auto;
     padding-top:2em;
     padding-bottom:2em;
}
.footer-top-for{ display: flex; align-items: center;}
.footer-top-for img{ max-width: 35px; margin-left: 10px;}
 .top-wraper{
     width:100%;
     height: auto;
}
 .top-container{
     width:100%;
     padding-left:9%;
     padding-right:9%;
}
.header-social-links {
    float: left;
}
 .tophead{
     width:100%;
     position:relative;
         padding: 0em;
    background: #252235;
        display: flex;
    justify-content: space-between;
}
 .top-header{
     width:100%;
     height:auto;
     position:relative;
     z-index:99 
}
 .top-contact{
     width: auto;
     height:40px;
     float:right;
     clear: both;
     padding-top:10px;
}
 .logo-container{
     width:auto;
     height:auto;
     position:absolute;
     left:0;
     top:0;
     padding-top:10px;
}

/*abouta*/

/* Style the tab */
.tab-btns {
  display: flex;
  align-items: center;
  margin: 0 auto 2em;justify-content: center;
}
.tab-btns button {
    border: 1px solid #44832e;
    color: #000;
    background: #fff;
    border-radius: 25px;
    padding: 10px 40px;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 0.794em;
    text-align: center;
   
    text-transform: uppercase;
    letter-spacing: 2px;     margin-right: 2em;
}
.tab-btns button.active{
 background: #44832e; color: #fff;
}
.video-img img{
border-radius: 15px;
}
.img-design{
position: absolute;bottom: 0;
    right: 0;
}
.box-group.gallery-box p {
    position: absolute;
    bottom: 0%; left: 3%;    width: 90%;
    font-family: 'Montserrat';
    font-weight: 600;    text-align: left;
    font-size: 0.778em; color: #f3f0f0;z-index: 9;
}
.box-group.gallery-box.dark-overlay:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: linear-gradient(3.65deg,#000 5.86%,rgba(14,30,42,0) 82.23%);
    z-index: 1;
    opacity: 1;
}
.tab {
      width: 100%;
    display: flex;
    justify-content: center;
    position: relative; z-index: 99;
    margin-bottom: 40px;
}

/* Style the buttons inside the tab */
.tab-btn {
  position: relative;
  background: transparent;
    display: inline-block;
    font-size: 1em;
    cursor: pointer;
    margin: 15px 5px;
    color: #000;
    font-size: 1em;
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: 500;
    text-transform: uppercase;
    line-height: 20px;
    width: 100%;
    text-align: center;
    justify-content: center;
    margin-bottom: 20px;
}
.tab-btn span{
  font-family: 'BarokahSignature';
    font-weight: normal;line-height: 60px;
    font-size: 0.75em;
    text-transform: capitalize; display: block;
}

img.shadow {
    position: absolute;
    bottom: -60px;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: -1; width: 100%;
}
.videos {
    position: relative;z-index: 9;
}

body.gallery .videos:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: linear-gradient(177deg, #ffffff00, #000000b8 100%);
}

/*rooms*/
       
/**/
.form-group {
    margin-bottom: 12px !important;
}
.enq-box{
padding: 40px 100px 20px;  background-image: url(../images/enq-box-bg.png); background-size: cover;
}

.enq-container{position: relative; background-image: url(../images/enq-bg.jpg);
 background-position: 60% 100%;
 overflow: hidden;  background-size: cover;     padding: 50px 0;
    z-index: 9;}
.enq-txt h2{
  font-size: 3.373em;
    color: #fff;
    line-height: 50px;
    font-family: 'GoodTimingRg';
    font-weight: bold; margin: 0;
}
.enq-txt span{
 font-family: 'Montserrat';
 font-weight: 600;
 font-size: 1.205em;
 color: #fff;
 letter-spacing: 5px; 
 line-height: 35px;
}

/**/
a.view-det {
        background: #146472;
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 0.875em;
    display: inline-block;
    padding: 10px 15px; letter-spacing: 2px;
}
.btn-flex {
    display: flex;
}
a.view-det:hover{
    background: #299d77 ;
    color: #fff;
}
.p1{
  padding: 1px !important
}
.division-container{
  position: relative;
  padding: 70px 0;
}
.division-container .lux-wrap{
    margin-bottom: 30px;
}
.project-container{
position: relative;  overflow: hidden;z-index: 9;
}
/* Style the tab */
.tab-btns {
  display: flex;
  align-items: center;
  margin: 0 auto 2em;justify-content: center;
}
.tab-btns button {
    border: 1px solid #44832e;
    color: #000;
    background: #fff;
    border-radius: 25px;
    padding: 10px 40px;
    font-family: 'Outfit';
    font-weight: 500;
    font-size: 0.794em;
    text-align: center;
   
    text-transform: uppercase;
    letter-spacing: 2px;     margin-right: 2em;
}
.tab-btns button.active{
 background: #44832e; color: #fff;
}
.video-img img{
border-radius: 15px;
}
.gallery-container{
     padding: 70px 0 100px;
    position: relative; 
}
.tablinks {
    background: #f6f6f2;    margin-right: 20px;
    padding: 12px 40px;
    color: #035da1;
    /*font-family: 'Montserrat';
    font-weight: 500;*/
    border: 1px solid #035da1;
    font-weight: 600;
    font-family: 'Montserrat'; letter-spacing: 2px;
    font-size: 0.875em;
    text-transform: uppercase;
    transition: .3s;
}
.tablinks:nth-last-child(1) {
  margin-right: 0
}
.tablinks.active{
 background: #035da1; color: #fff;
}
.tablinks:hover{
  background: #035da1; color: #fff;
}
.img-wrapper {
    z-index: 99;
    position: relative;
}
.pro-bg{
  background-size: cover; padding: 200px 0 20px;margin-bottom: 1px;
  background-image: url(../images/service-top.jpg);  
}
.service-btm{position: relative; }
.ser-left {
    position: absolute;
    left: -8%;    height: 100%;
}
.ser-right {
    position: absolute;
    right: -8%;    height: 100%;
}
.c-white{color: #fff !important}
/* Style the tab content */
.tabcontent {
    padding: 6px 12px;
    border-top: none; margin: 0;
    position: relative;z-index: 9;
}
.tab-div{
    margin-top: 5em !important;
}
 .menu-container{
     width: auto;
     height: auto;
     float:right;
     margin-top:1em 
}
 .logo{
     width:auto;
     height:auto;
     float:left;
}

  a.button {
    margin: 0 auto;
    text-align: center;
    right: 0;
    left: 0;
    position: absolute;
    width: 120px;
    font-size: 15px;
    color: #fff;
    border-bottom: 2px solid #18729f;
    background: #1c8dc4;
    border-radius: 4px;
    padding: 8px 0;
  }

.submit-btn1{
    border: none;
    color: #000; background: #fff;
    font-weight: 600;
    padding: 5px 20px;
    font-family: 'Montserrat';
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#699f62; color: #fff;
}

.mt-1
{
    margin-top: 1em !important;
}
.mt-2
{
    margin-top: 2em !important;
}
.mt-5
{
    margin-top: 5em;
}
.mb-2
{
    margin-bottom: 2em;
}
.mb-5
{
    margin-bottom: 5em;
}

 .top-quickwraper{
     width:100%;
     height:auto;
    
}
.header-contact a
{
      font-size: 1em;
    color: #fff;
    position: relative;
    font-family: 'Montserrat';
    font-weight: 500;
    margin-right: 30px;
    display: flex;
    align-items: center;
}
.header-contact a:hover
{
    color:#71bde9
}
a.wh-top img {
    width: 30px;
}

 .header-contact{
     width:auto;
     height:auto;    margin-top: 13px;
     float:right;        display: flex;
    align-items: center;
}
.css_prefix-btn-container {
    position: absolute;
    bottom: 25%;
}

.css_prefix-button2{
     background-color: #d10400;
}

span.text-btn {
    font-family: 'Montserrat';
    font-weight: 500;
    font-style: normal;
}
.css_prefix-button:hover{
   color:#0c4da2 !important;
}
.css_prefix-button2:hover{
   color:#d10400 !important;
}
.nav-brand img{
    width: 90%; 
    margin-top:8px;
}
 .sexy-menu.detached  .header-call{
    margin-top: 8px;
 }
 .desk-view{
     display:block;
     width: 100%; 
}
 .mob-view{
     display:none !important
}

/* Dropdown styles */
 .footer-wraper {
     width:100%;
     height:auto;
     background-image: url(../images/footer-bg.jpg);
     background-size: cover; padding: 60px 90px;
}
.footer-bottom-wraper{
  background-color: #035da1;
}
.enq-img {
    padding: 20px;
}
 .copy-right {
     width:auto;
     height:auto;
     float:left;
      color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal; 
     line-height:50px 
}
 .copy-right span {
 color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal; 
}
 .designed {
     width: auto;
     height: auto;
     float: right 
}
 .designed-ido {
     float: right;
     height: auto;
     padding-left: 8px;
     padding-top:15px;
     width: auto;
     color:#ffe491 
}
 .designed p {
     width: auto;
     height: auto;
     float: right;
     color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal;
     line-height:50px;
     margin: 0
}
 .designed p a {
     text-decoration: none;
   color:#fff;
      font-family:'Montserrat';
     font-size:1em;
     font-weight:normal; 
}
 .designed p a:hover {
     text-decoration: none;
}
 
.footer-address p{
    font-family:'Montserrat';
     font-size:1em; color: #000;
     font-weight:500; 
}


 .whats-app{
    position:fixed;
        bottom: 20vh;
    right:20px;
    margin-right:3%;
    width:30px;
    z-index:99
}
.whats-app img{
    animation-name:floating;
    animation-duration:3s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
    margin-left:30px;
    margin-top:5px;
    opacity:1;
    max-width:40px
}
.whats-app:hover img{
    opacity:1
}
@keyframes floating{
    from{
        transform:translate(0,0)
    }
    65%{
        transform:translate(0,15px)
    }
    to{
        transform:translate(0,0)
    }
}

 .footer-content-details p {
     width:100%;
     height:auto;
     font-family:inherit;
     line-height:1.7;
     color:#333;text-transform: capitalize;
     font-size:1em 
}
 .footer-content-details p a {
     font-family:inherit;
     line-height:1.7;
     color:#333;
     font-size:1em 
}
.address p {
    font-size: 1em; text-align: center;
    font-family: 'Montserrat';
    font-weight: 500;margin: 0; display: flex;
    align-items: center;   text-align: left;
}
img.ficon {
    display: flex;
    margin: 0 auto;
    border: 1px solid #dcd7ce;
    border-radius: 100%; 
}
.footer-content .address{
  margin-bottom: 30px;    margin-top: 20px;
}

.footer-quick-links ul li,.footer-address-links ul li {
    font-size: 1em
}
.footer-cottage-links ul+ul li {
    text-align: right;
}
.footer-quick-links ul li a,.footer-address-links ul li a {
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 30px; color: #000;
    text-transform: capitalize;
}
.address p img {
    padding-right: 15px;
}
.footer-top {
    display: flex;
    align-items: center;
       border-bottom: 1px solid #9e9e9e8a;
    padding-bottom: 20px;
    margin-bottom: 40px;
}
.footer-quick-links ul li a:hover,
.footer-address-links ul li a:hover{
  color: #0174bb
}
.footer-cottage-links p{
  font-weight: 500
}
.footer-social-links li a{
    font-size: 1.33em;color: #0174bb;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.footer-social-links li a:hover{
 color: #c73027 !important;
}
.footer-social-links ul li {
   float: left;
    margin-right: 15px;    margin-top: 5px;
}
.footer-social-links ul li:last-child{margin-right: 0}
.footer-top-item:last-child{margin-right: 0}
.footer-top-item {
    width: auto;
    float: left;
    margin-right: auto;
}

.bottom-wrapper {
    clear: both;    display: flex;
    width: 100%;
    padding: 20px 0 40px;   margin-top: 1em;
    justify-content: space-between;
}
.footer-quick-links{
    height: auto;
    float: left;
    width: 55%;
}

.footer-address-links{
    height: auto;
    float: left; margin-right: 5%;
    width: 17%
}

.address-btm {
    width: 50%;
    float: left;
}
.footer-quick-links ul+ul{
      width: 50%;
    float: left;
}

.footer-quick-links ul {
    width: 50%;
    float: left;
}

.footer-content-title {
    width: 100%;
    height: auto; color: #0174bb;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 600; text-transform: uppercase;
    margin-bottom: 15px;
}

.main-container{
    width: 100%;
    height: auto;
    padding-top: 60px;
}
.welcome-container {
    position: relative;
    overflow: hidden;
    padding: 100px 0 60px;
}
.how-content{
    padding: 50px 
}

.welcome-detail.how-we p{
    margin-bottom: 5%;
}
/**/

.pt-0{
    padding-top: 0px !important;
}
.pb-0{
    padding-bottom: 0px !important;
}

.welcome-detail-title3 h1 {
    width: 100%;
    height: auto;
    text-align: left;
    color: #09395a;
    font-size: 1.308em;
    text-transform: uppercase;
    line-height: 35px;
    font-weight: 600;
    font-family: 'Montserrat';
    font-style: normal;
    font-display: swap;
    margin-top: 10px;
}
img.arrow-top {
    height: 40px!important;
    width: 40px!important;
}
.p5{
    padding: 5px;
}

.d-flex {
    display: flex!important;
}

.welcome-detail.abt-content{
    margin-right: 0px;
    text-align: center;
}
.welcome-detail.abt-content p{
    text-align: center;
}
.abt-container {
    padding-top: 100px;
    padding-bottom: 60px;
    position: relative;
    overflow: hidden;   
}
.abt-container2 {
    padding: 60px 100px;
    position: relative;
    overflow: hidden;   
}
.welcome-logo {
    margin-bottom: 20px;
}
.abt-bg{
  background-image: url(../images/icon-bg.png);
  background-size: cover;
}
.mission-container{
  background-image: url(../images/mission-bg.jpg);
  background-size: cover; padding: 60px 120px;
}
.mission-title h2{
  font-size: 2.311em;
    color: #e1cacc;
    margin: 0;
    font-style: normal;
    line-height: 45px;
    font-family: 'GoodTimingRg';
    font-weight: bold;
}
.mission-title {
    display: flex;
    align-items: center;
      border-right: 1px solid  #e1cacc;;
  padding-right: 40px;margin-right: 50px;
}
.mission-title  span{
  font-size: 1.875em;
    color: #e1cacc;
    margin: 0;
    font-style: normal;
    line-height: 30px;
    font-family: 'GoodTimingRg';
    font-weight: bold;
}
.mission-wrap.mr{
  margin-right: 6%
}
.mission-img{
  background: #0c0c0c;
  border-radius: 100%; text-align: center;
  height: 110px; width: 110px; line-height:110px
}
.mission-img img{     width: 100%; }

.mission-title-wrap{margin-left: 30px;}
.mission-wrap {
    display: flex;
    align-items: center;
}
.mission-content p{
  color: #fff; text-align: justify;
}
.pleft{padding-left: 30px}
.right-shape{
  position: absolute;
  right: -30%;
  top: 0;
}
.left-shape{
  position: absolute;
  top: 0;
  left: -30%
}

.book-text h2{
  font-size: 2.494em;
    font-style: normal;
    font-family: 'Annabel1';
    font-weight: normal;
    color: #fff;
    text-align: center;
    line-height: 48.01px;
    letter-spacing: 1px;margin-bottom: 1em;
}
.icon-item h4{
   font-size: 1em;
    font-style: normal;
    font-family: 'Montserrat';
    font-weight: normal;
    color: #f5f5f5;
}
.book-content p {
    text-align: justify;
    color: #abacaa;
}
.icon-item {
    display: flex;
    align-items: center;
}
.icon-side{
  padding-left: 50px; margin-left: 30px;
  border-left: 1px solid #6d6f67
}
.book-content {
   margin-top: 6em
}
.book-content .col-md-3
{
 width: 19% 
}
.book-content .col-md-9
{
 width: 81% 
}
.abt-img {
position: relative;
}

.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.playbtn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
 /*   background: #146472;
    width: 75px;
    height: 75px;
    line-height: 75px;*/
    font-size: 26px;
    border-radius: 100%;
    z-index: 9;
    text-align: center;
}


.hero-text-area-inner{
    position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    top: 75%;
    left: 50%;
    width: 100%;
    text-align: center;
    transform: translate(-50%,-50%);
}

.featured-text{
    font-size:4.715em;
    font-style: normal;
  font-family: 'GoodTimingRg'; font-weight: bold;
    color: #fff;text-align: center;
    line-height: 65.01px; letter-spacing: 1px;
}

.inner-text h4
{
    font-size:2.852em; color: #fff; margin: 0;
    font-style: normal; line-height: 45px;
  font-family: 'GoodTimingRg'; font-weight: bold;
}
.inner-text h3
{
    font-size:5.904em; color: #fff; margin: 0;
    font-style: normal; line-height: 65px;
  font-family: 'GoodTimingRg'; font-weight: bold;
}
.inner-text {
    display: flex;   
    align-items: center;
}
.inner-text h4 img {
    display: block;
}


.inner-text2 h4
{
    font-size:2.401em; color: #fff; margin: 0;
    font-style: normal; line-height: 40px; text-transform: capitalize;
  font-family: 'GoodTimingRg'; font-weight: bold;
      display: flex;   
    align-items: center;
}
.inner-text2 h3
{
    font-size:3.97em; color: #fff; margin: 0;
    font-style: normal; line-height: 55px;
  font-family: 'GoodTimingRg'; font-weight: bold;
}

.inner-text2 h4 img {
    display: block;margin-left: 20px;
}
.featured-text-inner{
    font-size:3.624em;
    font-style: normal;
  font-family: 'AmsterdamThreeSlant'; font-weight: normal;
    color: #efdbca;text-align: center;
    line-height: 70.01px; letter-spacing: 1px;
}


.br-mob{
  display: none;
}

.mtop-2{
  margin-top: 70px  !important;
}

.welcome-detail-title3 p{
    color: #1584aa;
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 500
}
.page-hero .hero-text-area {
       position: absolute;
    z-index: 1;
    display: inline-block;
    max-height: 100%;
    white-space: normal;
    bottom: 5%;
    left:50%;
    transform: translate(-50%,-50%);
    width: max-content;
  }
 
 .abt-container img.abt-shape {
    margin-bottom: 1em; margin-top: 1em;
}
.welcome-detail-title2.c-white h1,.welcome-detail-title2.c-white p{
  color: #fff !important
}
.welcome-detail-title2 p{ 
text-align: center;    margin-top: 10px;
}
.welcome-detail-title2 .abt-shape{
  text-align: center;margin: 0 auto;
    display: flex;
}
.welcome-detail-title2 {z-index: 9; position: relative;
    margin-bottom: 15px;    text-align: center;
}
.welcome-detail-title2 span.toptxt{
    font-size: 1em;    color: #e61b23;
        line-height: 20px;
    font-family: 'Montserrat';
    font-weight: 500;    letter-spacing: 1px;
    display: block; text-transform: uppercase;
}
.welcome-left{padding-left: 50px}
.welcome-detail-title2 h1, .of-txt {
    width: 100%;
    height: auto;
    text-align: center; text-transform: capitalize;
    font-size:2.126em;
    line-height: 50px;
    font-weight:bold;
    font-family: 'GoodTimingRg';
    font-style: normal;
    font-display: swap; letter-spacing: 1px;
    margin-top:0px;
    margin-bottom: 0;    color: #0167a5;
  }
  .btm-abt h4{
        font-size: 1.5em;
    color: #035da1;
    line-height: 33px; letter-spacing: 1px;
    font-family: 'Montserrat';
    font-weight: 500;
  }

.btmtxt {
    font-size: 1.125em;
    font-family: 'Montserrat';
    font-weight: 500;
    letter-spacing: 15px;
    color: #035da1;
}

.lux-txt h3{
    font-size: 0.875em;
    line-height: 24px;
    font-weight: 600; text-transform: uppercase; letter-spacing: 5px;
    font-family: 'Montserrat';
    text-align: center;  
         z-index: 99; color: #fff;
    position: relative; margin: 0;
}
.lux-txt span
{
  font-size: 1.125em;
      font-weight: 500;
    font-family: 'Montserrat';
    font-style: italic;
    color: #fff;
}
.lux-txt ,.offer-txt{
  position: absolute;
  bottom: 5%;z-index: 9;
 width: 100%; text-align: center;
}
 .lux-img{
    position: relative; border-left: 1px solid #fff; border-right: 1px solid #fff; 
}

@-webkit-keyframes shine {
100% {
  left: 125%;
}
}
@keyframes shine {
100% {
  left: 125%;
}
}
.lux-wrap,.offer-wrap {
    position: relative;
    overflow: hidden;
}
.lux-wrap:hover .lux-img:before ,.offer-wrap:hover .offer-img:before{
    animation: shine 1.5s;
}
.lux-img:before,.offer-img:before{
  position: absolute;
    top: 0;
    left: -75%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
img.lux-shape {
    position: absolute;
    bottom: -7px; z-index: 0;height: unset !important;
}
.lux-wrap .know-more{
  text-align: center;
    justify-content: center
}
.dark-bg .owl-nav {
    display: none;
}

.plr-0{
  padding-right: 0px !important;
  padding-left: 0px !important
}
.p6 {
    padding: 6px !important;
}

/**/
.welcome-detail-title2.room-title {
    position: relative;
    z-index: 9;
}
.room-container
{
  position: relative;
  padding: 40px 0 60px;
}
.room-title h1{
  font-weight: 300;padding-bottom: 20px;
}
.room-title p {
    text-align: center;
}

.mt-4{
  margin-top: 4em !important
}
.mt-3{
  margin-top: 3em !important
}
.mt-6
{
  margin-top: 6em !important;
}
.pr-0{padding-right: 0 !important}
.pl-0{padding-left: 0 !important}
/**/


.icon-list {
    position: relative;    margin-bottom: 10px;
    z-index: 9; 
    display: flex;
    align-items: center;
}
.icon-content2 span{
 font-family: 'Montserrat';
    font-weight: 600;
    font-size: .875em; letter-spacing: 3px;
    text-transform: uppercase;
}

.icon-title{
    font-size: 1.829em;
    line-height: 40px;
    font-weight: bold;
    font-family: 'GoodTimingRg';
    font-style: normal;
    letter-spacing: 1px;
    color: #0167a5;margin-bottom: 1em;
}
.icon-container3 {
    position: relative;
    padding: 60px 0px; margin-top: -20px;
    background-size: cover;
    background-image: url(../images/icon-bg.png);
}
.i-img{
  text-align: center;
}
.welcome-detail {
  text-align: justify;
}
.colour-logo{ font-weight:bold}
.logo-blue{ color:#0d73bb}
.logo-red{ color:#ed1b24}
img.abt-bg2 {
    top: 13%;
    position: absolute;
    left: 29%;
}
.contact-bg{
  background-image: url(../images/contact-bg.jpg);  background-size: cover;
  padding: 60px 140px;   height: 100%;
}
.contact-box img.img-full {
    height: 100%; object-fit: cover;
}
.contact-box{position: relative; height: 100%;}
.single-info-boxs {
    position: absolute;
    bottom: 3%; padding-top:25px;
    border-top: 15px solid #fff;
    width: 100%;     padding-left: 15px;
    padding-right: 15px;
}
.c-img {
    padding-right: 12px;
}
.enq-btn {
    font-family: 'Montserrat';
    font-weight: 500;
    background: #c73027;
    color: #fff;
    padding: 8px 20px;
    text-transform: capitalize;
    letter-spacing: 2px;
    display: block; font-size: .875em;
    width: fit-content;
    margin: 1em auto 0;
}
.enq-btn:hover{
  background: #0167a5; color: #fff;
}
.single-info-box {
    width: 33%;
    float: left;
}
.inner-box{display: flex;}
.inner-box p{color: #fff; font-size: 0.938em;}
.contact-container{padding-bottom: 80px;     padding-top: 60px;}
.inner-box p{font-weight: 500; margin-bottom: 0}
.contact-form input[type="date"],
 .contact-form input[type="text"],
  .contact-form select {
    color: #000;
    width: 100%;
    height: 55px;
    background: #fff;
    font-family: 'Montserrat'; font-weight: 600;
    font-style: normal;
    padding: 0 25px;
}
.contact-form textarea{
      color: #000;
    width: 100%;
    font-family: 'Montserrat';font-weight: 600;
    font-style: normal;
    padding: 25px 25px 0;
    background: #fff;
}
.submit-btn {
    color: #fff;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 1em;
    background: #c73027; text-transform: uppercase;
    padding: 12px 35px; letter-spacing: 2px;
}
.submit-btn:hover{

  background: #0174bb
}
/*more rooms*/
.pright{
  padding-right: 50px;
}
.mission-title2 {
    display: flex;
    align-items: end;
    text-transform: uppercase;
    font-size: 1.276em;
    line-height: 50px;
    font-weight: bold;
    font-family: 'GoodTimingRg';
    font-style: normal;
    letter-spacing: 1px;
    color: #0167a5; margin-bottom: 10px;
}
.aim-container{
      background-image: url(../images/mission-bg.jpg);
    background-size: cover;
    padding: 40px 0;overflow: hidden;
}
.aim-title-wrap span{
  font-size: 1.276em;
  color: #fff;
   line-height: 50px;
    font-weight: bold;
    font-family: 'GoodTimingRg';
    font-style: normal;
}
.aim-content p{
  color: #fff; text-align: justify;
}
.plaim {
    padding-left: 8%;
}
.ser-container{
  position: relative;
  padding: 60px 0;overflow: hidden;
}
.sub-title h2{
  font-size: 1.714em;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'GoodTimingRg';
    font-style: normal;
    color: #0167a5;
}
.cusines-container{
position: relative; padding: 100px 0;    background-image: url(../images/icon-bg.png);
    background-size: cover;
}
/**/
.welcome-detail2 p{
  text-align: justify;
}

.know-more{
      background: linear-gradient(to right, #016db0 0%, #dd1a22 10%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;

    font-family: 'Montserrat';
    font-weight: 600; 
    font-size: 1em; 
    text-transform: capitalize;
    display: flex; margin-top: 1.5em;
    align-items: center;
}
.review-div .know-more img {
    filter: invert(1);
    opacity: .4;
}
.right-arrow{
  width: 40px; 
}
.right-arrow1{
  width: 14px;
}
.know-more span{
  font-size: 1.333em; margin-left: 10px;
}
.know-more:hover{
     background: linear-gradient(to right, #016db0 0%, #dd1a22 0%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.rest-title .know-more:hover{
  color: #fff
}
.know-more:hover i{
      background: #333;
}

.text-center{
    text-align: center !important; 
}

 .box-link img{
     width: 100%;
     height: auto;
     display:block;
     transform: scale(1);
     transition: all 0.5s ease 0s;
     mix-blend-mode: multiply;
     top: 5%;
    position: relative;
    margin: 26px 0px 0
}

 .box-link:hover img{
     transform: scale(1.1);padding: 20px;
}
 .box-link .box-content{
     width: 100%;
     height: 100%;
     background:rgb(56 53 53 / 89%);
     text-align: center;
     position: absolute;
     top: 0;
     left: 0;
     opacity: 0;
     transform: rotateY(180deg) scale(0.5);
     transition: all 0.45s ease-out 0s;
     display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
 .box-link:hover .box-content{
     opacity: 1; transition: all 0.45s ease-out 0s;
     transform: rotateY(0deg) scale(1);
}
/

.mb-3{
    margin-bottom: 3em
}

.d-flex{
    display: flex;
}
.activity-container .owl-theme .owl-nav {
  display: none !important;
}
.review-container {
    position: relative;
    padding: 50px 0 0
}
.owl-prev {
    left: -7%;
}
.owl-next {
    right: -7%;
}
 .owl-nav .owl-next:before{
  background-image: url(../images/slide-arrow-right.png);  
       transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    bottom: unset;
    content: '';
    position: absolute;
    background-size: cover;
       height: 30px;
    width: 41px;
}
 .owl-nav .owl-prev:before{
    background-image: url(../images/slide-arrow-left.png);
       transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    content: '';
    position: absolute;
    background-size: cover;
       height: 30px;
    width: 41px;
}

.owl-theme .owl-nav [class*=owl-] {
    background: #fff !important; padding: 0 !important;
     color: #035da1 !important;
    border-radius: 100% !important;font-size: 0 !important;
    transform: translate(-50%,-50%);
    top: 50%; position: absolute;
}


ul.slick-dots {
    display: flex;
    align-items: center;
    margin: 30px auto 0;
    justify-content: center;
}
.mar0{
    margin: 0
}
/*end*/
.facility-wraper {
    padding: 60px 0;
}

/**/
.img-overlay {
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    opacity: 0;
}
.box-group.gallery-box h4 {
  position: absolute;
    transform: translate(-50%,-50%);
    left: 50%;
    bottom: 0;
    font-family: 'Montserrat';
    z-index: 9;
    font-weight: 600;
    font-size: 1em;
    color: #333;
    padding: 6px 25px;
    background: #fff;
    border-radius: 10px;width: max-content;

}
.box-group:hover .img-overlay{
  opacity: 1 !important
}
.img-overlay i {
    color: #fff;
    font-size: 2em;
}
.box-group{
    text-align: center;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;    
}
.box-group.yt-video .playbtn img{
 width: 60px;
    height: 60px;
}
.box-group img{
    max-width: 100%;
    max-height: 100%;
    transform: scale3d(1, 1, 1);
    transition: all 0.3s ease 0s;
    display:block;
    width: 100%;
    object-fit: cover;
    /*  -webkit-mask-image: url(../images/maskimg1.png);
    -webkit-mask-position: bottom;
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;*/
  height: 380px;
}
.box-group:hover img{
    transform: scale3d(1.04, 1.04, 1);
}
.box-group .box-content{
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
    padding-top: 35%;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 2;
    transition: all 0.3s ease 0s;
}
.box-group:hover .box-content{
    opacity: 1;
}
.box-group .box-content:before, .box-group .box-content:after{
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    bottom: 15px;
    right: 15px;
    opacity: 0;
    z-index: -1;
    transform: scale(1.5);
    transition: all 0.6s ease 0.2s;
}
.box-group .box-content:before{
    border-top: none;
    border-bottom: none;
    left: 30px;
    right: 30px;
}
.box-group .box-content:after{
    border-left: none;
    border-right: none;
    top: 30px;
    bottom: 30px;
}
.box-group:hover .box-content:before, .box-group:hover .box-content:after{
    opacity: 1;
    transform: scale(1);
}

.container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
}

/* 5 Columns */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 0px;
    padding-left: 0px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
/************************************************** START LOCATION **************************************************/
 .inner-wraper-main{
     width:100%;
     height:auto;
     background-color:#ebede5;
     padding-bottom:90px;
}
 .inner-banner-caption-wrap{
     width:100%;
     bottom:18%;
     top: inherit !important;
}
 .inner-banner{
     width:100%;
     height:auto;
}
 .inner-banner-wrap{
     width:100%;
     height:auto;
     position:relative;
}
 .inner-caption{
     width:100%;
     height:auto;
     position:absolute;
     left:0;
     bottom:25%;
}
 .bredcum-wraper{
     width:100%;
     height:auto;
     padding-top: 30px;
     text-align: center;
    display: flex;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 99;

}
 .bredcum-container{
     width:auto;
     height:auto;
}
 .bred-home{
     width:auto;
     height:auto;
     float:left;
}
 .bred-home a{
     width:auto;
     height:auto;
     float:left;
     font-family: 'Montserrat';
     font-weight: 600;
     font-size:1em; 
     color:#333;
     line-height:30px;
     text-transform:capitalize; 
}
 .bred-home a:hover{
     width:auto;
     height:auto;
     float:left;
     color:#070606;
}
 .bred-arrow{
     width:auto;
     height:auto;
     float:left;
     font-size:0.85em;
     color:#333;
     line-height:30px;
     padding-left:8px;
     padding-right:8px; 
}
 .bred-next{
     width:auto;
     height:auto;
     float:left;
     font-family: 'Montserrat';
     font-weight: 600; 
     font-size:1em;
     color: #0174bb;
     line-height:30px;
     text-transform:capitalize;
}

/************************************************** START CONTACT **************************************************/
.hide-menu{ display: none;}
 @media (min-width: 1023px) and (max-width: 1279px) {
     body {
         font-size:12px !important;
    }
     .d-container{
         width:100%;
         padding-left:6%;
         padding-right:6% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
     .top-container {
         width: 100%;
         padding-left: 4%;
         padding-right:4%;
    }
    .nav-menu > li > a{ margin:25px 12px !important; font-size: .8em !important}
    li.header-phone a
    {
      margin: 13px 12px !important;
    }
    .nav-brand img {
    width: 52%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 12px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 10px;
    width: 50% !important;
}
.footer-top-item:nth-child(1){
  width: 20%
}
.abt-container .welcome-detail
{padding-left: 0px;}
.welcome-left {
    padding-left: 15px;
}
.pro-bg {
    padding: 100px 0 20px;
  }
  .owl-next {
    right: -4%;
}
.owl-prev {
    left: -4%;
}
.icon-title{line-height: 30px}
.enq-box {
    padding: 30px 50px;
  }
.lux-txt h3
{letter-spacing: 2px; line-height: 17px}

  .enq-txt h2{font-size: 2.7em; line-height: 33px}
  .enq-txt span{
        font-size: 1em;
    letter-spacing: 3px;
  }
  .enq-container{
    padding: 30px 0; background-position: right;
  }
  .footer-social-links li a{font-size: 1em; margin-right: 6px}
  .form-group {
    margin-bottom: 6px !important;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 36px;}
.footer-wraper{
  padding: 50px 0px
}
.footer-quick-links{width: 60%;}
.footer-address-links{margin-right: 3%}
.footer-logo img{
  width: 100%
}
.whats-app {
    bottom: 30vh;
    right: 20px;
    margin-right: 5%;
    }
.welcome-detail-title2 h1, .of-txt{
  font-size: 2em; line-height: 30px
}
.aim-container{
  padding: 15px 0
}
.cusines-container{
  padding: 45px 0
}
.enq-container .col-md-6 {
        width: 43%;
        padding-left: 0;
        margin-left: 0;
    }
    .mission-title h2{font-size: 2em; line-height: 35px;}
     .mission-container{padding: 30px 50px}
    .mission-title span {font-size: 1.5em; line-height: 15px }
    .mission-img{height: 80px; width: 80px; line-height: 80px;}
    .abt-container2{padding: 40px 50px}
    .mission-title {padding-right: 20px; margin-right: 30px; }
    .welcome-logo img {
    width: 50%; } 
       .contact-bg{ padding: 24px 60px }
    .enq-btn{padding: 6px 10px;         letter-spacing: 0;
        padding: 6px 8px;}
    .contact-container .col-md-6:nth-child(1){
      width: 55%
    }
    .contact-container .col-md-6:nth-child(2){
      width: 45%;
    }
    .c-img img {
    height: 16px;
  }
  .inner-box p {
    font-size: 0.838em;
  }
  .contact-form.mt-2{margin-top: 0 !important}
  .submit-btn{padding: 6px 27px}
  .inner-text2 h3{
    font-size: 2.97em; line-height: 35px
  }
  .inner-text2 h4 img{ width: 70px }
}
 @media (min-width: 1280px) and (max-width: 1359px) {
     body {
         font-size:14px !important;
    }
     .d-container{
         width:100%;
         padding-left:7%;
         padding-right:7% 
    }
       .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
     .top-container {
         width: 100%;
         padding-left: 6%;
         padding-right:6%;
    }
     .nav-menu > li > a{ margin:30px 15px !important; font-size: .9em !important}
    li.header-phone a
    {
      margin: 19px 12px !important;
    }
    .nav-brand img {
    width: 65%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 19px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 10px;
    width: 60% !important;
}
  .enq-txt h2{font-size: 3em}
.footer-wraper{
  padding: 50px 0px
}
.footer-quick-links{width: 60%;}
.footer-address-links{margin-right: 3%}
.footer-logo img{
  width: 85%
}
.welcome-detail-title2 h1, .of-txt{
  font-size: 2em
}
.enq-container .col-md-6 {
        width: 44%;
        padding-left: 0;
        margin-left: 0;
    }
    .enq-box{
      padding: 25px 65px 10px
    }
     .mission-container{padding: 30px 70px}
    .mission-img{height: 80px; width: 80px; line-height: 80px;}
    .abt-container2{padding: 40px 70px}
    .mission-title {padding-right: 20px; margin-right: 30px; }
    .contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 45px}
    .form-group {
    margin-bottom: 9px !important;
}
       .contact-bg{ padding: 24px 70px }
    .enq-btn{padding: 6px 10px}
    .contact-container .col-md-6:nth-child(1){
      width: 55%
    }
    .contact-container .col-md-6:nth-child(2){
      width: 45%;
    }
    .c-img img {
    height: 20px;
  }
  .inner-box p {
    font-size: 0.838em;
  }
  .aim-container{
  padding: 15px 0
}
.cusines-container{
  padding: 45px 0
}

}
 @media (min-width: 1360px) and (max-width: 1399px) {
     body {
         font-size:14px !important;
    }
    li{font-size:14px !important;}

     .d-container{
         width:100%;
         padding-left:10%;
         padding-right:10% 
    }
      .inner-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}
     .top-container {
         width: 100%;
         padding-left: 6%;
         padding-right:6%;
    }
   .nav-menu > li > a{ margin:30px 15px !important}
    li.header-phone a
    {
      margin: 19px 12px !important;
    }
    .nav-brand img {
    width: 65%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 19px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 10px;
    width: 60% !important;
}
  .form-group {
    margin-bottom: 6px !important;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 45px;}

  .enq-txt h2{font-size: 2.6em; line-height: 33px}
.enq-container{
  background-position: center;
}
.enq-txt span{font-size: 1em; letter-spacing: 4px}

.footer-wraper{
  padding: 50px 0px
}
.footer-quick-links{width: 60%;}
.footer-address-links{margin-right: 3%}
.footer-logo img{
  width: 85%
}
 #button{
  right: 20px;
  width: 45px;
    height: 45px;bottom: 25px;
}
#button::after{line-height: 45px}

.enq-box{
  padding: 25px 70px 10px
}
.enq-container .col-md-6 {
        width: 43%;
        padding-left: 0;
        margin-left: 0;
    }
     .mission-container{padding: 30px 70px}
    .mission-img{height: 80px; width: 80px; line-height: 80px;}
    .abt-container2{padding: 40px 70px}
      .contact-bg{ padding: 40px 90px }
    .enq-btn{padding: 6px 10px}
    .contact-container .col-md-6:nth-child(1){
      width: 55%
    }
    .contact-container .col-md-6:nth-child(2){
      width: 45%;
    }
    .c-img img {
    height: 20px;
  }
  .inner-box p {
    font-size: 0.838em;
  }
}
 @media (min-width: 1400px) and (max-width: 1441px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
    .nav-menu > li > a{ margin:30px 15px !important}
    li.header-phone a
    {
      margin: 19px 12px !important;
    }
    .nav-brand img {
    width: 65%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 20px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 15px;
    width: 60% !important;
}
   .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
 #button{
  right: 20px;
  width: 45px;
    height: 45px;bottom: 25px;
}
#button::after{line-height: 45px}
  .form-group {
    margin-bottom: 9px !important;
}

.enq-box{
  padding: 25px 70px 10px
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 45px;}

  .enq-txt h2{font-size: 2.6em; line-height: 36px}
.enq-container{
  background-position: center;
}
.enq-txt span{font-size: 1em; letter-spacing: 4px}
.footer-wraper{
  padding: 50px 60px
}
.footer-quick-links{width: 60%;}
.footer-address-links{margin-right: 3%}
.footer-logo img{
  width: 85%
}
.enq-container .col-md-6 {
        width: 43%;
        padding-left: 0;
        margin-left: -35px;
    }
    .mission-container{padding: 30px 70px}
    .mission-img{height: 80px; width: 80px; line-height: 80px;}
    .abt-container2{padding: 40px 70px}
    .contact-bg{ padding: 40px 90px }
    .enq-btn{padding: 6px 10px}
    .contact-container .col-md-6:nth-child(1){
      width: 55%
    }
    .contact-container .col-md-6:nth-child(2){
      width: 45%;
    }
    .c-img img {
    height: 20px;
  }
}
 @media (min-width: 1441px) and (max-width: 1599px) {
     body {
         font-size:15px !important;
    }
  
 .nav-menu > li > a{ margin:30px 15px !important}
    li.header-phone a
    {
      margin: 19px 12px !important;
    }
    .nav-brand img {
    width: 65%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 20px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 15px;
    width: 60% !important;
}
   .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
 #button{
  right: 20px;
  width: 45px;
    height: 45px;bottom: 25px;
}
#button::after{line-height: 45px}
  .form-group {
    margin-bottom: 9px !important;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 45px;}

  .enq-txt h2{font-size: 2.6em; line-height: 36px}
.enq-container{
  background-position: center;
}
.enq-txt span{font-size: 1em; letter-spacing: 4px}
.footer-wraper{
  padding: 50px 60px
}
.footer-quick-links{width: 60%;}
.footer-address-links{margin-right: 3%}
.footer-logo img{
  width: 85%
}
.mission-container{
  padding: 40px 70px
}
.abt-container2{padding: 50px 70px}
   .contact-bg{ padding: 40px 90px }
    .enq-btn{padding: 6px 10px}
    .contact-container .col-md-6:nth-child(1){
      width: 55%
    }
    .contact-container .col-md-6:nth-child(2){
      width: 45%;
    }
    .c-img img {
    height: 20px;
  }
}
 @media (min-width:1600px) and (max-width:1680px) {
     body {
         font-size:15px !important;
    }
    li{font-size:15px !important;}
         img.banner-bg1{
              bottom: -400px !important;
        }
      .nav-menu > li > a{ margin:30px 15px !important}
    li.header-phone a
    {
      margin: 18px 12px !important;
    }
    .nav-brand img {
    width: 77%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 18px 6px !important;
  }
 
.nav-brand img {
        width: 70%;
        margin-top: 5px;
}
.sexy-menu.detached .nav-brand img {
    margin-top: 10px;
    width: 60%!important;
}
  .d-container{
         width:100%;
         padding-left:8%;
         padding-right:8% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}

}
 @media (min-width:1681px){
     body {
         font-size:16px !important;
    }
   .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
}

  .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
.enq-container .col-md-6 {
    width: 43%;
    padding-left: 0;margin-left: -35px;
}
}

 @media (max-width: 768px){
  
    .sidebar .sidebar-item{margin-bottom: 0}
.info h2{
  font-size: 1.33em; line-height: 23px
}
  .submenu-indicator-chevron{
    border-color:transparent #fff #fff transparent !important;
  }
    .sexy-menu.detached {
    opacity: 1 !important;        position: unset !important;
}

.eq-ht{
  display: block !important;
}
.resp-show{
    display: block !important;
  }
 

.nav-brand img {
    display: flex;
    align-items: center;
}

.logo {
    top: 50%!important;
    left: 50%;
    transform: translate(-50%, -50%);display: flex !important;
    align-items: center;
    justify-content: center;
}
.hide-menu a {
    width: 27%;
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    float: left;
    text-align: center;
         font-weight: 500;
    font-family: 'Montserrat';
}

.nav-toggle:before {
    position: absolute;
    content: "";
    width: 40px;
    border-bottom: 3px solid #000;
    right: 0;
}
.nav-toggle:after {
    content: "";
    width: 33px;
    border-bottom: 3px solid #000;
    position: absolute;
    top: -2px;
    right: 0;
}

   .desk-view{
         display: none !important 
    }
     .mob-view{
         display: block !important 
    }

    .nav-menu>li>a
    {
        color: #fff !important
    }

     .nav-toggle, .navigation-hidden .nav-header {display: block !important;}

    
.hide-menu{
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
        padding: 15px 20px;
        display: block;
}
   
.hide-menu img {
    display: block;
    justify-content: center;
    margin: 0 auto;
    width: 38px
}

.nav-toggle{

display: flex!important;
    align-items: center;
    width: 25px;
    height: 20px;
    cursor: pointer;
    /* border-top: 3px solid #000; */
    border-bottom: 3px solid #000;
    text-align: center;
    justify-content: center;
    position: absolute;
    bottom: 25px;
    right: 23px !important;
    }
  

    }
 @media (min-width:769px) and (max-width:991px){

 a.wh-top img {
    width: 20px;
    height: auto;
}
.nav-menu>li>a{
  font-size: .65em !important
}
.nav-menu>li>a{
  margin: 15px 13px !important;
}
li.header-phone a{
  margin: 8px 5px !important;
}
.sexy-menu.detached .header-phone a{
   margin: 8px 9px !important;
}
.mobile-position .get-app{
  padding: 3px 26px
}
.nav-menu2>li>a{
  margin: 7px 5px !important;
}
 body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:3%;
        padding-right:3%;
   }

   
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}

.sexy-menu.detached .nav-brand img {
margin-top: 0px!important; width: 40% !important
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}

.copy-right,.designed{
  font-size: .9em
}

}
 @media (min-width:992px) and (max-width:1022px){

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:3%;
        padding-right:3% 
   }
    .top-container{
        width:100%;
        padding-left:5%;
        padding-right:5%;
   }

.nav-menu>li>a{
  font-size: .65em !important
}
.nav-menu>li>a{
  margin: 20px 13px !important;
}
li.header-phone a{
  margin: 8px 5px !important;
}
.sexy-menu.detached .header-phone a{
   margin: 8px 9px !important;
}

.contact-container {
    padding-bottom: 40px;
    padding-top: 30px; overflow: hidden;
}

.single-info-boxs{z-index: 9;border:0;}
.single-info-box {
    width: 50%;
    float: left; margin-bottom: 10px;
}
.c-img img {
    width: 25px;
}
.contact-bg{
    padding: 50px 65px
}
.enq-btn{
    padding: 7px 9px; letter-spacing: 1px; margin: 1em  0;
}

.tablinks{
    padding: 6px 20px
}
.tab{margin-bottom: 20px;}

.box-group{margin-bottom: 0}
.box-group.yt-video .playbtn img {
    width: 40px;
    height: 40px;
}
.box-group img{height: 230px}

.gallery-container{
    padding: 40px 0 40px;
}
.mission-title2 img {
    height: 60px;
}

.cusines-container{
    padding: 30px 0; overflow: hidden;
}
.sub-title h2{
    font-size: 1.2em;
}
.mt-5 {
    margin-top: 1em;
}
.ser-container {
    padding: 30px 0; overflow: hidden;
}
.lux-txt h3 {
    font-size: 0.75em;
    line-height: 17px;
}

.division-container .lux-wrap {
    margin-bottom: 2px;
}
.division-container .col-md-3 {
    padding: 5px;
}
.division-container{
    padding: 50px 0; overflow: hidden;
}


.welcome-logo img{width: 50%}
.bredcum-wraper{    justify-content: left;}
.mission-title h2{font-size: 1.5em; line-height: 30px}
.mission-title span{font-size: 1em; line-height: 15px}
.mission-img{width: 70px; height: 70px; line-height: 70px}
.mission-container{
    padding: 20px 35px
}
.abt-container2 {
    padding: 30px 10px;
}
.inner-text2 h3 {
    font-size: 2.5em; line-height: 40px;
}
.inner-text2 h4 img {
    margin-left: 12px;
    width: 50px;
}
.inner-text2 h4{
    font-size: 1.7em; line-height: 28px;
}

.lux-txt h3{letter-spacing: 2px}
.enq-container .center {
    display: flex;
    align-items: center;
}
.row.icon-btm .col-md-6 {
    width: 50%;
    float: left;
}

.welcome-left {
    padding-left: 0;
}
.icon-title{
        font-size: 1.333em;
    line-height: 30px;
}
.icon-container3{
    padding: 30px 0px 0;
        margin-top: -10px;
}
.icon-img img {
    width: 70px;
}
.enq-txt h2 {
    font-size: 2em;
    line-height: 30px;
}
.enq-txt span{     font-size: 1em;
    letter-spacing: 1px;
 }
 .enq-box {
    padding: 20px 20px 10px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{
    height: 45px;
}
.form-group {
    margin-bottom: 7px !important;
}
.contact-form textarea{
padding: 10px 25px 0    
}
.submit-btn{
    letter-spacing: 1px;
    padding: 8px 18px;
}
.owl-prev {
    left: 0%;
}
.owl-next {
    right: 0%;
}
.footer-top-item:nth-child(1) {
    width: 20%;
}
.footer-logo img{
    width: 100%;
}
.welcome-detail-title2 h1, .of-txt{font-size: 1.4em; line-height: 22px;}
.featured-text{
    font-size: 2.8em; line-height: 40px
}
.inner-text h3{
    font-size: 3.3em; line-height: 40px
}
.inner-text h4{
    font-size: 1.8em; line-height: 25px; margin-right: 5px;
}
.inner-text h4 img {
    width: 70px;
}
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 45%; margin-top: 5px !important
}
.sexy-menu.detached .nav-brand img {
    margin-top: 10px !important;
    width: 43% !important;
}
.btmtxt{
  font-size: 1em; letter-spacing: 10px;
}
.home-img{
  height: 74vh !important;
        width: 100%;
        object-fit: cover;
}
.right-shape,.left-shape{
    width: 100%
}
.left-shape{
    left: -63%;
}
.abt-container
{
    padding-top: 60px;
    padding-bottom: 40px;
}
.footer-social-links li a{
  font-size: 1em !important
}
.footer-wraper {
    padding: 30px 10px 0;
}

.address img {
    width: 45px;
}
.footer-content-title{
  margin-bottom:5px; font-size: 1.1em;
}
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }
}
@media (max-width:992px) {
  body {font-size: 14px !important;}
  .header-contact{ display: none;}

  
}
@media (max-width:420px) { 
  .enquiry{ width: 90%;}
  .enquiry-box{ width: 100%;}
  .enquiry-box:nth-child(2n){ width: 100%;}
  .copy-right span{ display: none;}
  #button{ display: none;}
  .whats-app{ bottom: 30vh;}
  
}
@media (max-width:560px) { 

.contact-container {
    padding-bottom: 40px;
    padding-top: 30px; overflow: hidden;
}
.contact-container .col-md-6{
    padding-left: 15px !important
}
.contact-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 15px;
    background: rgb(0 0 0 / 43%);
}
.single-info-boxs{z-index: 9;border:0;}
.single-info-box {
    width: 100%;
    float: left; margin-bottom: 10px;
}
.c-img img {
    width: 25px;
}
.contact-bg{
    padding: 30px 35px
}
.enq-btn{
    padding: 7px 9px; letter-spacing: 1px; margin: 1em  0;
}

.tablinks{
    padding: 6px 20px
}
.tab{margin-bottom: 10px;}
.tabcontent .col-md-4 {
    width: 50%; padding: 5px;
    float: left;
}
.box-group{margin-bottom: 0}
.box-group.yt-video .playbtn img {
    width: 20px;
    height: 20px;
}
.box-group img{height: 160px}

.gallery-container{
    padding: 30px 0 20px;
}

.pright {
    padding-right: 0;
}
.ser-container .d-container{
    padding-right: 3% !important
}
.mission-title2 img {
    height: 60px;
}
.plaim {
    padding-left: 0;
}
.cusines-container{
    padding: 30px 0; overflow: hidden;
}
.sub-title h2{
    font-size: 1.2em;
}
.mt-5 {
    margin-top: 1em;
}
.ser-container {
    padding: 30px 0; overflow: hidden;
}
.lux-txt h3 {
    font-size: 0.75em;
    line-height: 17px;
}
.division-container .lux-wrap {
    margin-bottom: 2px;
}
.division-container .col-md-3 {
    width: 50%;
    float: left;
    padding: 0;
}
.division-container{
    padding: 30px 0; overflow: hidden;
}

.bredcum-wraper{    justify-content: left; padding-top: 10px}
.mission-title h2{font-size: 1.5em; line-height: 30px}
.mission-title span{font-size: 1em; line-height: 15px}
.mission-img{width: 70px; height: 70px; line-height: 70px}
.mission-title{border-right: 0; padding-right: 0; margin-right: 0;}
.mission-wrap{display: block; margin: 0 !important}
.welcome-logo img {
    width: 50%;
}
.mission-title-wrap {
    margin-left: 20px;
}
.mission-wrap.mr{margin-bottom: 1em !important}
.pleft {
    padding-left: 0;
}
.mission-container{
    padding: 20px 35px
}
.abt-bg{background: unset;}
.abt-container2 {
    padding: 30px 10px;
}
.abt-img-main{display: none;}
.inner-text2 h3 {
    font-size: 1.35em; line-height: 25px;
}
.inner-text2 h4 img {
    margin-left: 12px;
    width: 50px;
}
.inner-text2 h4{
    font-size: 1.4em; line-height: 22px;
}
.footer-social-links {
    margin-top: 10px;
}
.left-shape,.right-shape{display: none;}
.footer-bottom-wraper{padding-bottom: 80px;}
.footer-address-links{width: 100%}
.footer-address-links:nth-child(3),
.footer-address-links:nth-child(2){display: none;}
.footer-top-item{float: none;}
.footer-social-links ul li{margin-right: 0;}
.footer-top{display: block;     padding-bottom: 15px;
    margin-bottom: 20px;}
.welcome-left {
    padding-left: 0;
}
.icon-title{
        font-size: 1.1em;
    line-height: 23px;
}
.icon-container3{
    padding: 30px 0px 0;
        margin-top: -10px;
}
.icon-img img {
    width: 70px;
}
.enq-txt h2 {
    font-size: 1.6em;
    line-height: 27px;
}
.enq-txt span{     font-size: 1em;
    letter-spacing: 1px;
 }
 .enq-box {
    padding: 20px 20px 10px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{
    height: 45px;
}
.form-group {
    margin-bottom: 7px !important;
}
.contact-form textarea{
padding: 10px 25px 0    
}
.submit-btn{
    letter-spacing: 1px;
    padding: 8px 18px;
}
.owl-prev {
    left: 0%;
}
.owl-next {
    right: 0%;
}
.welcome-detail-title2 h1, .of-txt{font-size: 1.4em; line-height: 22px;}
.abt-img,.icon-left{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
.featured-text{
    font-size: 2em; line-height: 30px
}
.inner-text h3{
    font-size: 2.2em; line-height: 30px
}
.inner-text h4{
    font-size: 1.6em; line-height: 25px; margin-right: 5px;
}
.inner-text h4 img {
    width: 60px;
}
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 85%; margin-top: 0px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 10px;
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-social-links li a{
  font-size: 1em !important
}
.footer-wraper {
    padding: 30px 10px 0;
}
.footer-quick-links{display: none;}
.address img {
    width: 45px;
}
.footer-content-title{
  margin-bottom:5px; font-size: 1.1em;
}
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }

}
 @media (min-width:421px) and (max-width:460px){
  .enquiry{ width: 90%;}
  .enquiry-box{ width: 100%;}
  .enquiry-box:nth-child(2n){ width: 100%;}
}
 @media (min-width:461px) and (max-width:560px){
  .enquiry{ width: 80%;}
  .enquiry-box{ width: 100%;}
  .enquiry-box:nth-child(2n){ width: 100%;}
}
 @media (min-width:561px) and (max-width:680px){


.contact-container {
    padding-bottom: 40px;
    padding-top: 30px; overflow: hidden;
}
.contact-container .col-md-6{
    padding-left: 15px !important
}
.contact-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 15px;
    background: rgb(0 0 0 / 43%);
}
.single-info-boxs{z-index: 9;border:0;}
.single-info-box {
    width: 50%;
    float: left; margin-bottom: 10px;
}
.c-img img {
    width: 25px;
}
.contact-bg{
    padding: 30px 35px
}
.enq-btn{
    padding: 7px 9px; letter-spacing: 1px; margin: 1em  0;
}


.tablinks{
    padding: 6px 20px
}
.tab{margin-bottom: 10px;}
.tabcontent .col-md-4 {
    width: 50%; padding: 5px;
    float: left;
}
.box-group{margin-bottom: 0}
.box-group.yt-video .playbtn img {
    width: 40px;
    height: 40px;
}
.box-group img{height: 190px}

.gallery-container{
    padding: 40px 0 40px;
}
.pright {
    padding-right: 0;
}
.ser-container .d-container{
    padding-right: 3% !important
}
.mission-title2 img {
    height: 60px;
}
.plaim {
    padding-left: 0;
}
.cusines-container{
    padding: 30px 0; overflow: hidden;
}
.sub-title h2{
    font-size: 1.2em;
}
.mt-5 {
    margin-top: 1em;
}
.ser-container {
    padding: 30px 0; overflow: hidden;
}
.lux-txt h3 {
    font-size: 0.75em;
    line-height: 17px;
}

.division-container .lux-wrap {
    margin-bottom: 2px;
}
.division-container .col-md-3 {
    width: 50%;
    float: left;
    padding: 0;
}
.division-container{
    padding: 30px 0; overflow: hidden;
}

.bredcum-wraper{    justify-content: left;}
.mission-title h2{font-size: 1.5em; line-height: 30px}
.mission-title span{font-size: 1em; line-height: 15px}
.mission-img{width: 70px; height: 70px; line-height: 70px}
.mission-title{border-right: 0; padding-right: 0; margin-right: 0;}
.mission-wrap{display: block; margin: 0 !important}
.welcome-logo img {
    width: 50%;
}
.mission-title-wrap {
    margin-left: 20px;
}
.mission-wrap.mr{margin-bottom: 2em !important}
.pleft {
    padding-left: 0;
}
.mission-container{
    padding: 20px 35px
}
.abt-bg{background: unset;}
.abt-container2 {
    padding: 30px 10px;
}
.abt-img-main{display: none;}
.inner-text2 h3 {
    font-size: 2em; line-height: 30px;
}
.inner-text2 h4 img {
    margin-left: 12px;
    width: 50px;
}
.inner-text2 h4{
    font-size: 1.4em; line-height: 22px;
}

.row.icon-btm .col-md-6 {
    width: 50%;
    float: left;
}
.sexy-menu{
    padding: 10px;
}
.footer-bottom {
    width: 50%;
    float: left;
}
.unset{
    clear: unset;
}
.footer-social-links {
    margin-top: 10px;
}
.footer-bottom-wraper{padding-bottom: 80px;}
.footer-address-links{width: 100%}
.footer-address-links:nth-child(3),
.footer-address-links:nth-child(2){display: none;}
.footer-top-item{float: none;}
.footer-social-links ul li{margin-right: 0;}
.footer-top{display: block;     padding-bottom: 15px;    width: 50%;
    float: left; border-bottom: 0;
    margin-bottom: 0px;}
.welcome-left {
    padding-left: 0;
}
.icon-title{
        font-size: 1.1em;
    line-height: 23px;
}
.icon-container3{
    padding: 30px 0px 0;
        margin-top: -10px;
}
.icon-img img {
    width: 70px;
}
.enq-txt h2 {
    font-size: 1.6em;
    line-height: 27px;
}
.enq-txt span{     font-size: 1em;
    letter-spacing: 1px;
 }
 .enq-box {
    padding: 20px 20px 10px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{
    height: 45px;
}
.form-group {
    margin-bottom: 7px !important;
}
.contact-form textarea{
padding: 10px 25px 0    
}
.submit-btn{
    letter-spacing: 1px;
    padding: 8px 18px;
}
.owl-prev {
    left: 0%;
}
.owl-next {
    right: 0%;
}
.welcome-detail-title2 h1, .of-txt{font-size: 1.4em; line-height: 22px;}
.abt-img,.icon-left{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
.featured-text{
    font-size: 2.8em; line-height: 40px
}
.inner-text h3{
    font-size: 3.3em; line-height: 40px
}
.inner-text h4{
    font-size: 1.8em; line-height: 25px; margin-right: 5px;
}
.inner-text h4 img {
    width: 70px;
}
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 85%; margin-top: 0px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 10px;
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-social-links li a{
  font-size: 1em !important
}
.footer-wraper {
    padding: 30px 10px 0;
}
.footer-quick-links{display: none;}
.address img {
    width: 45px;
}
.footer-content-title{
  margin-bottom:5px; font-size: 1.1em;
}
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }
}
 @media  (max-width: 680px){ 


}
 @media  (max-width: 768px){ 
.lux-txt h3{letter-spacing: 1px}
 #button{
  display: none;
 } 

.sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
}
}

 @media (min-width:681px) and (max-width: 768px){
.contact-container {
    padding-bottom: 40px;
    padding-top: 30px; overflow: hidden;
}
.contact-container .col-md-6{
    padding-left: 15px !important
}
.contact-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    border-radius: 15px;
    background: rgb(0 0 0 / 43%);
}
.contact-box img.img-full {
    height: 300px;
    object-fit: cover;
}
.single-info-boxs{z-index: 9;border:0;}
.single-info-box {
    width: 33%;
    float: left; margin-bottom: 10px;
}
.c-img img {
    width: 25px;
}
.contact-bg{
    padding: 50px 65px
}
.enq-btn{
    padding: 7px 9px; letter-spacing: 1px; margin: 1em  0;
}


.tablinks{
    padding: 6px 20px
}
.tab{margin-bottom: 10px;}
.tabcontent .col-md-4 {
    width: 50%; padding: 5px;
    float: left;
}
.box-group{margin-bottom: 0}
.box-group.yt-video .playbtn img {
    width: 40px;
    height: 40px;
}
.box-group img{height: 230px}

.gallery-container{
    padding: 40px 0 40px;
}

.pright {
    padding-right: 0;
}
.ser-container .d-container{
    padding-right: 3% !important
}
.mission-title2 img {
    height: 60px;
}
.plaim {
    padding-left: 0;
}
.cusines-container{
    padding: 30px 0; overflow: hidden;
}
.sub-title h2{
    font-size: 1.2em;
}
.mt-5 {
    margin-top: 1em;
}
.ser-container {
    padding: 30px 0; overflow: hidden;
}
.lux-txt h3 {
    font-size: 0.75em;
    line-height: 17px;
}
.division-container .lux-wrap {
    margin-bottom: 2px;
}
.division-container .col-md-3 {
    width: 33%;
    float: left;
    padding: 0;
}
.division-container{
    padding: 30px 0; overflow: hidden;
}

.bredcum-wraper{    justify-content: left;}
.mission-title h2{font-size: 1.5em; line-height: 30px}
.mission-title span{font-size: 1em; line-height: 15px}
.mission-img{width: 70px; height: 70px; line-height: 70px}
.mission-title{border-right: 0; padding-right: 0; margin-right: 0;}
.mission-wrap{display: block; margin: 0 !important}
.welcome-logo img {
    width: 30%;
}
.mission-title-wrap {
    margin-left: 20px;
}
.mission-wrap.mr{margin-bottom: 2em !important}
.pleft {
    padding-left: 0;
}
.mission-container{
    padding: 20px 35px
}
.abt-bg{background: unset;}
.abt-container2 {
    padding: 30px 10px;
}
.abt-img-main{display: none;}
.inner-text2 h3 {
    font-size: 2.5em; line-height: 40px;
}
.inner-text2 h4 img {
    margin-left: 12px;
    width: 50px;
}
.inner-text2 h4{
    font-size: 1.7em; line-height: 28px;
}
.row.icon-btm .col-md-6 {
    width: 50%;
    float: left;
}
.sexy-menu{
    padding: 10px;
}

.footer-social-links {
    margin-top: 10px;
}
.footer-bottom-wraper{padding-bottom: 80px;}

.welcome-left {
    padding-left: 0;
}
.icon-title{
        font-size: 1.333em;
    line-height: 30px;
}
.icon-container3{
    padding: 30px 0px 0;
        margin-top: -10px;
}
.icon-img img {
    width: 70px;
}
.enq-txt h2 {
    font-size: 2em;
    line-height: 30px;
}
.enq-txt span{     font-size: 1em;
    letter-spacing: 1px;
 }
 .enq-box {
    padding: 20px 20px 10px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{
    height: 45px;
}
.form-group {
    margin-bottom: 7px !important;
}
.contact-form textarea{
padding: 10px 25px 0    
}
.submit-btn{
    letter-spacing: 1px;
    padding: 8px 18px;
}
.owl-prev {
    left: 0%;
}
.owl-next {
    right: 0%;
}
.welcome-detail-title2 h1, .of-txt{font-size: 1.4em; line-height: 22px;}
.abt-img,.icon-left{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
.featured-text{
    font-size: 2.8em; line-height: 40px
}
.inner-text h3{
    font-size: 3.3em; line-height: 40px
}
.inner-text h4{
    font-size: 1.8em; line-height: 25px; margin-right: 5px;
}
.inner-text h4 img {
    width: 70px;
}
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 70%; margin-top: 0px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 10px;
}
.home-img{
  height: 74vh !important;
        width: 100%;
        object-fit: cover;
}
.right-shape,.left-shape{
    width: 100%
}
.left-shape{
    left: -63%;
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-social-links li a{
  font-size: 1em !important
}
.footer-wraper {
    padding: 30px 10px 0;
}
.footer-address-links{width: 25%}

.footer-quick-links {
    width: 69%;
}
.footer-address-links:nth-child(2){display: none;}
.address img {
    width: 45px;
}
.footer-content-title{
  margin-bottom:5px; font-size: 1.1em;
}

.enq-container .center {
    display: flex;
    align-items: center;
}

    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }
}
 @media (min-width:769px) and (max-width:991px){

.contact-container {
    padding-bottom: 40px;
    padding-top: 30px; overflow: hidden;
}
.contact-container .col-md-6{
    padding-left: 15px !important
}
.contact-container .col-md-6{
    width: 100%
}
.contact-box img.img-full {
    height: 300px;
    object-fit: cover;
}
.single-info-boxs{z-index: 9;border:0;}
.single-info-box {
    width: 33%;
    float: left; margin-bottom: 10px;
}
.c-img img {
    width: 25px;
}
.contact-bg{
    padding: 50px 65px
}
.enq-btn{
    padding: 7px 9px; letter-spacing: 1px; margin: 1em  0;
}

.tablinks{
    padding: 6px 20px
}
.tab{margin-bottom: 10px;}
.tabcontent .col-md-4 {
    width: 50%; padding: 5px;
    float: left;
}
.box-group{margin-bottom: 0}
.box-group.yt-video .playbtn img {
    width: 40px;
    height: 40px;
}
.box-group img{height: 230px}

.gallery-container{
    padding: 40px 0 40px;
}

.pright {
    padding-right: 0;
}
.ser-container .d-container{
    padding-right: 3% !important
}
.mission-title2 img {
    height: 60px;
}
.plaim {
    padding-left: 0;
}
.cusines-container{
    padding: 30px 0; overflow: hidden;
}
.sub-title h2{
    font-size: 1.2em;
}
.mt-5 {
    margin-top: 1em;
}
.ser-container {
    padding: 30px 0; overflow: hidden;
}
.lux-txt h3 {
    font-size: 0.75em;
    line-height: 17px;
}
.division-container .lux-wrap {
    margin-bottom: 2px;
}
.division-container .col-md-3 {
    width: 33%;
    float: left;
    padding: 0;
}
.division-container{
    padding: 40px 0; overflow: hidden;
}

.bredcum-wraper{    justify-content: left;}
.mission-title h2{font-size: 1.5em; line-height: 30px}
.mission-title span{font-size: 1em; line-height: 15px}
.mission-img{width: 70px; height: 70px; line-height: 70px}
.mission-title{border-right: 0; padding-right: 0; margin-right: 0;}
.mission-wrap{display: block; margin: 0 !important}
.welcome-logo img {
    width: 30%;
}
.mission-title-wrap {
    margin-left: 20px;
}
.mission-wrap.mr{margin-bottom: 2em !important}
.pleft {
    padding-left: 0;
}
.mission-container{
    padding: 20px 35px
}
.abt-bg{background: unset;}
.abt-container2 {
    padding: 30px 10px;
}
.abt-img-main{display: none;}
.inner-text2 h3 {
    font-size: 2.5em; line-height: 40px;
}
.inner-text2 h4 img {
    margin-left: 12px;
    width: 50px;
}
.inner-text2 h4{
    font-size: 1.7em; line-height: 28px;
}


.lux-txt h3{letter-spacing: 2px}
.enq-container .center {
    display: flex;
    align-items: center;
}
.row.icon-btm .col-md-6 {
    width: 50%;
    float: left;
}

.welcome-left {
    padding-left: 0;
}
.icon-title{
        font-size: 1.333em;
    line-height: 30px;
}
.icon-container3{
    padding: 30px 0px 0;
        margin-top: -10px;
}
.icon-img img {
    width: 70px;
}
.enq-txt h2 {
    font-size: 2em;
    line-height: 30px;
}
.enq-txt span{     font-size: 1em;
    letter-spacing: 1px;
 }
 .enq-box {
    padding: 20px 20px 10px;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{
    height: 45px;
}
.form-group {
    margin-bottom: 7px !important;
}
.contact-form textarea{
padding: 10px 25px 0    
}
.submit-btn{
    letter-spacing: 1px;
    padding: 8px 18px;
}
.owl-prev {
    left: 0%;
}
.owl-next {
    right: 0%;
}
.welcome-detail-title2 h1, .of-txt{font-size: 1.4em; line-height: 22px;}
.abt-img,.icon-left{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
.featured-text{
    font-size: 2.8em; line-height: 40px
}
.inner-text h3{
    font-size: 3.3em; line-height: 40px
}
.inner-text h4{
    font-size: 1.8em; line-height: 25px; margin-right: 5px;
}
.inner-text h4 img {
    width: 70px;
}
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 40%; margin-top: 5px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 10px;
}
.home-img{
  height: 74vh !important;
        width: 100%;
        object-fit: cover;
}
.right-shape,.left-shape{
    width: 100%
}
.left-shape{
    left: -63%;
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 10px;
}
.footer-social-links li a{
  font-size: 1em !important
}
.footer-wraper {
    padding: 30px 10px 0;
}
.footer-address-links{width: 25%}

.footer-quick-links {
    width: 69%;
}
.footer-address-links:nth-child(2){display: none;}
.address img {
    width: 45px;
}
.footer-content-title{
  margin-bottom:5px; font-size: 1.1em;
}
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }
#button{
  display: none;
 } 

}



