@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: 'Philosopher';
    src: url('../fonts/Philosopher-Bold.eot');
    src: url('../fonts/Philosopher-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Philosopher-Bold.woff2') format('woff2'),
        url('../fonts/Philosopher-Bold.woff') format('woff'),
        url('../fonts/Philosopher-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;
}
.nav-menus-wrapper{display: table-cell;
  vertical-align: middle;}
@font-face {
    font-family: 'Philosopher';
    src: url('../fonts/Philosopher-Regular.eot');
    src: url('../fonts/Philosopher-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Philosopher-Regular.woff2') format('woff2'),
        url('../fonts/Philosopher-Regular.woff') format('woff'),
        url('../fonts/Philosopher-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
.carousel{cursor: grabbing;}
#popUp {
    position: fixed;
    width:22%;
    height: auto;
      background-color: #004b80 ;
    bottom: 8%;
    margin-left: 0;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index:99;
    padding:2% 2% 2%;
    right:0; opacity: 0
  }
  #new span {
    background: #fff;
    position: absolute;
    color: #1c8dc4;
    padding: 4px 10px;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: -5px;
  }
  #popUp .close {
    position: absolute;
    top: -40px;opacity: 1;
    left: -4%;
    color: #666;
    font-family: inherit;
    font-weight: normal;
    font-size: 1.5em;
    cursor: pointer;
    background-color: #f7f7f7;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
  }
  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;
  }
  #plus {
    position: fixed;
    color: #fff;
    bottom: 56%;
    font-size: 1em;
    margin-right: -425px;
    -webkit-transition: all 1.25s ease;
    -moz-transition: all 1.25s ease;
    -o-transition: all 1.25s ease;
    transition: all 1.25s ease;
    cursor: pointer;
    text-align: left;
    letter-spacing: 1px;
    z-index: 999;
    width: auto;
    right:0;
  }
  #plus span {
    position: absolute;
    background-color: #004b80;
    color: #fff;
    font-family: 'Philosopher';
    text-transform: capitalize;
    font-weight: normal;
    font-size: 1.231em;
    display:inline-block;
    padding: 9px 25px;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg); transition: all 1.25s ease;
    right: -63px;    width: max-content;
  }
  #plus::after {
    display: block;
    display: relative;
  }
  .mob-txt{ display: block; text-transform: capitalize; font-style:normal;font-family: 'Apercu';
  font-weight: 500;}

.submit-btn1{
    border: none;
    background: #b169c8;
    color: #fff;
    font-weight: normal;
    padding: 5px 20px;
    font-family: 'Apercu';
    font-size: 1em;
    text-transform: uppercase;
}
.submit-btn1:hover{
    background:#1a1a1a
}
.side-form input[type="text"],
.side-form textarea
{
    background: #fff;
    color: #3f3f3f;
    width: 100%;
    padding: 15px 30px;
}

.side-form h1 {
    font-size: 1.333em;
        color: #fff;
    text-transform: uppercase;
    line-height: 30px;
 font-family: 'Philosopher';
    font-weight: normal;
    text-align: center;margin-bottom: 20px;
}
.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;
    font-size:1em;
    transition:all .4s ease-in-out;
    font-family: 'Montserrat'; letter-spacing: 2px;
    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: 31px 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*/

/*rooms*/
       
/**/
.form-group {
    margin-bottom: 12px !important;
}
.reach-img {
    padding-left: 20%;
}
.enq-box {
    width: 90%;
}
.enq-txt h2{
  font-size:3.737em;
    color: #fff;
    line-height: 70px;
    font-family: 'Philosopher';
    font-weight: normal; margin: 0;
}
.enq-txt {
    margin-bottom: 2em;
}
.enq-txt span{
font-size: 1.418em;
    color: #ffffff;
    text-align: left !important;
    font-family: 'Philosopher';
    font-weight: normal;
    letter-spacing: 3px;
}
.reach-bg{    margin-bottom: -110px; position: relative; background-image: url(../images/reachout-bg.jpg);    padding: 80px 0 60px;
background-size: cover;}

/**/
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;
}

div#owl-demo-2 {
    padding-left: 5%;
}
.ser-container{
position: relative; padding-right: 3%; overflow: hidden;z-index: 9;padding-left: 3%;
}

.ser-txt p{
    font-size: 1.6em;
    color: #ffffff; text-align: left !important;
    font-family: 'Philosopher';
    font-weight: normal;
    letter-spacing: 3px;
}
.ser-txt {
    padding: 200px 0;
}
.ser-txt a,.ser-txt h1{color: #5cad8b!important;}
.ser-bg{
    position: absolute;left: 0;
}
.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: 100%; 
    margin-top:2px;
}
 .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 0px 0;
}
body.home .footer-wraper{
    padding-top: 180px
}
.footer-bottom-wraper{
  background-color: #209a6b; padding: 0 20px;
}
.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'; color: #ffffff;
    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-social-links li a{
    font-size: 1.33em !important;color: #209a6b !important;
    margin-right: 15px;
    display: block;
    text-align: center;
}

.footer-social-links li a:hover{
 color: #fff !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 ul li,.footer-address-links ul li {
    font-size: 1em
}
.footer-cottage-links ul+ul li {
    text-align: right;
}
.footer-top-item ul li a,.footer-address-links ul li a {
    font-size: 1em;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 30px;  color: #fff;
    text-transform: capitalize;
}

.address p img {
    padding-right: 15px;
}
.footer-top {
    display: flex;
    padding-bottom: 40px;
}
.footer-top-item ul li a:hover,
.footer-address-links ul li a:hover{
  color: #5cad8b
}
.footer-cottage-links p{
  font-weight: 500
}

.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-content-title {
    width: 100%;
    height: auto; color: #fff; letter-spacing: 2px;
    font-size: 1em;
    font-family: 'Philosopher';
    font-weight: normal; 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;
    position: relative;
    overflow: hidden;   
}
.abt-container2 {
    padding: 60px 0px;
    position: relative;
    overflow: hidden;   
}
.welcome-logo {
    margin-bottom: 20px;
}


.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;
}
.img-full.img-abt2 {
    width: 105%;
}
.abt-container .d-container {
    padding-left: 5%;
}

.eq-ht{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.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,.inner-text h5{
    font-size:2.953em;
    font-style: normal;
  font-family: 'Philosopher'; font-weight: normal;
    color: #fff;
    line-height: 36.01px; letter-spacing: 1px;
}
.inner-text {
    display: flex;
    align-items: center;
}
.textimg span{
      font-size:1.068em;
    font-style: normal;
  font-family: 'Philosopher'; font-weight: normal;
    color: #fff;
    line-height: 26.01px; letter-spacing: 8px;
}

.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;
    top: 55%;
    left:50%;
    transform: translate(-50%,-50%);
    width: max-content;
  }
 
.abt-shape {
    position: absolute;
    right: -35px;    top: 7%;
}
.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: 1.049em;    color: #282828;
        line-height: 30px;
    font-family: 'Philosopher';
    font-weight: normal;    letter-spacing: 10px;
    display: block; 
}
.welcome-left{padding-left: 180px}
.welcome-detail-title2 h1, .of-txt {
    width: 100%;
    height: auto;
    text-align: center; text-transform: capitalize;
    font-size:2.953em;
    line-height: 50px;
    font-weight:normal;
    font-family: 'Philosopher';
    font-style: normal;
    font-display: swap; letter-spacing: 2px;
    margin-top:0px;
    margin-bottom: 0;    color: #0167a5;
  }

.btmtxt {
       font-size: 1.418em;    color: #5cad8b;
        line-height: 35px;
    font-family: 'Philosopher';
    font-weight: normal;    letter-spacing: 7px;
    display: block; 
}
.img-abt3 {
    position: absolute;
    right: -15%;
    top: 20%;
}
.lux-txt h3 {
    font-size: 1em;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
    font-family: 'Philosopher';
    text-align: center;
    background-color: #fff;
    padding: 13px 30px;
    z-index: 99;
    color: #212121;
    position: relative;
    margin: 0 25px;
    width: 100%;
}
.lux-txt {
    position: absolute;
    bottom: 20px;
    width: 100%;
    justify-content: center;
    display: flex;
}

.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}
/**/


.welcome-detail {
  text-align: justify;
}
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;
}
.single-info-box {
    margin-bottom: 30px;
}
.contact-box{position: relative; height: 100%;
    margin-left: 5%;}
.c-img {
    padding-right: 12px;
}
img.con-shape{
    position: absolute;top: 2%;
    right: 0
}
.cont-bg {
    position: relative;
    background-image: url(../images/reachout-bg.jpg);
    padding: 50px 190px;
    background-size: cover;
}
.cont-bg .enq-txt {
    text-align: center;
}
.cont-bg .enq-txt  h2{
    font-size: 2.276em; line-height: 45px
}
.cont-bg .enq-txt span {
    font-size: 1.125em;letter-spacing: 1px;
    }
.enq-btn {
    font-family: 'Montserrat';
    font-weight: normal;
    background: #004b80;
    color: #fff;
    padding: 12px 25px;
    text-transform: capitalize;
    letter-spacing: 1px;
    display: block; font-size: .875em;
    width: fit-content; margin-top: 4em
}
.enq-btn:hover{
  background: #0167a5; color: #fff;
}
.enq-shape {
    position: absolute;
    left: -25px;
    top: -23px;
}

.inner-box{display: flex;}
.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; border-radius: 25px;
}
.contact-form textarea{
      color: #000;border-radius: 25px;
    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; margin-top: 1em;
    font-size: 1em;border-radius: 25px;
    background: #24af7a; text-transform: uppercase;
    padding: 12px 35px; letter-spacing: 2px;
    -webkit-box-shadow: -2px -1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: -2px -1px 8px 1px rgba(0, 0, 0, 0.3);
box-shadow: -2px -1px 8px 1px rgba(0, 0, 0, 0.3)
}
.submit-btn:hover{

  background: #0174bb
}

/*projects*/
.project-left .carousel-inner>.item>img {
    height: 500px !important; object-fit: cover;
}
.pro-details{
    background-image: url(../images/pro-bg.jpg);
    background-size: cover;padding: 30px 40px;
    height: 100%; text-align: justify;
    display: flex; align-items: center; justify-content: center; margin: 0 auto
}
.pro-content h3{
    font-family: 'Philosopher'; margin-top: 0;
    font-weight: normal;text-align: center; 
    font-size: 2.25em; line-height: 38px; margin-bottom: 10px;
}
h1.sub{
       font-size: 2.25em; letter-spacing: 0;
}

div#thumbcarousel,div#thumbcarousel2{padding-top: 5px}
#thumbcarousel .item .thumb,#thumbcarousel2 .item .thumb {
    float: left;
    width: 16.66%;    padding: 5px;
    cursor: pointer;
}
#thumbcarousel .item .thumb:last-child, #thumbcarousel2 .item .thumb:last-child{
    padding-right: 0
}
#thumbcarousel .item .thumb:first-child, #thumbcarousel2 .item .thumb:first-child{
    padding-left: 0
}
#thumbcarousel .item .thumb img,
#thumbcarousel2 .item .thumb img {
    cursor: pointer;
    height: 130px;
    width: 100%;
    position: relative;
    object-fit: cover;
}
.carousel-control{background: unset !important;height: 20px;    width: 20px;}
a.left.carousel-control {
    opacity: 1;
    left: 2%;
    transform: translate(-50%, -50%);
    top: 50%;
}
a.right.carousel-control {
    opacity: 1;
    right: 2%;
    transform: translate(-50%, -50%);
    top: 50%;
}
.project-container .carousel {
    cursor: grabbing;
}
/*projects*/

/*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: 'Philosopher';
    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: 'Philosopher';
    font-style: normal;
}
.aim-content p{
  color: #fff; text-align: justify;
}
.plaim {
    padding-left: 8%;
}

.sub-title h2{
  font-size: 1.714em;
    text-transform: capitalize;
    font-weight: bold;
    font-family: 'Philosopher';
    font-style: normal;
    color: #0167a5;
}
.project-container{
    position: relative;
    padding: 100px 0;
}
.pro-txt2{display: none;}
.pro-txt {
    position: absolute;
    top: 22%;
    z-index: 99;
    transform: translate(-50%, -50%);
    left: 50%;
}
.p-img{
    margin: 0 5%; position: relative;
}
img.plus-icon {
    transform: translate(-50%, -50%);
    left: 50%;
    position: absolute;
    top: 50%;
}
.p-txt{text-align: justify;}
.mtop {
    margin-top: 6em !important;
}

.p-txt {
    margin-top: 13em;
}
/**/
.welcome-detail2 p{
  text-align: justify;
}

.know-more{
    font-family: 'Philosopher';
    font-weight: normal;  color: #3078ad;
    font-size: 0.875em;  letter-spacing: 2px;
    text-transform: capitalize;
    display: flex; margin-top: 1.5em;
    align-items: center;
}

.right-arrow{
  width: 40px; 
}
.right-arrow1{
  width: 14px;
}
.know-more span{
  font-size: 1.333em; margin-left: 10px;
}
.know-more:hover{
    color: #5cad8b; 
}
.rest-title .know-more:hover{
  color: #fff
}
.know-more:hover i{
      background: #333;
}

.text-center{
    text-align: center !important; 
}

.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;
}

/**/

.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: 'Philosopher';
     font-weight: normal; letter-spacing: 1px;
     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: 'Philosopher';
     font-weight: bold; letter-spacing: 1px;
     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: 64%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 12px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 10px;
    width: 50% !important;
}
.project-left .carousel-inner>.item>img {
    height: 450px !important;
}
.featured-text, .inner-text h5{
    font-size: 2.53em; line-height: 20.01px
}
.textimg img {
    width: 70px;
}
.mtop {
    margin-top: 2em !important;
}
#plus span{right: -52px}
#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{
    height: 80px
}
.pro-content h3{   font-size: 2em;
    line-height: 25px; }
.single-info-box {
    margin-bottom: 10px;
}
.cont-bg{
    padding: 50px 130px
}
.enq-btn{margin-top: 2em}
.whats-app {
    bottom: 30vh;
    right: 20px;
    margin-right: 5%;
    }
.welcome-detail-title2 h1, .of-txt{
  font-size: 2em; line-height: 30px
}


.footer-social-links li a{
    margin-right: 5px; font-size: 1em !important;
}
.abt-shape{
    right: 0;
    top: 7%;
    width: 300px;
}
.ser-txt {
    padding: 110px 0;
}
.welcome-left {
    padding-left: 80px;
}
.textimg span{
        line-height: 20.01px;
    letter-spacing: 5px;
}
.ser-bg{width: 50%}
.img-abt3{width: 140px}
.pro-txt{width: 75%;   top: 20%}
.reach-bg
{
    padding: 30px 40px 20px
}
.reach-img {
    padding-left: 9%;
}
.enq-txt span {
    font-size: 1.23em;
}
.project-container{padding:30px 0 }
.enq-box{width: 100%}
.enq-shape{     width: 100px;left: -18px;
    top: -11px; }
 #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: 45px}
.enq-container{
  background-position: center;
}
.footer-logo img{
  width: 100%
}
.footer-top-item:nth-child(1){
    width: 15%
}
.pimg2,.pimg1 {
    width: 100%;
}
.footer-top-item ul li a, .footer-address-links ul li a{line-height: 24px} 
}
 @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: 80%;
    }
    .sexy-menu.detached .header-phone a {
    margin: 19px 6px !important;
  }
  .sexy-menu.detached .nav-brand img {
    margin-top: 10px;
    width: 70% !important;
}
.project-left .carousel-inner>.item>img {
    height: 450px !important;
}
#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{
    height: 80px
}
.pro-content h3{   font-size: 1.8em;
    line-height: 25px; }
.img-abt3{width: 150px;}
.welcome-left {
    padding-left: 120px;
}
.single-info-box {
    margin-bottom: 10px;
}
.cont-bg{
    padding: 50px 130px
}
.enq-btn{margin-top: 3em}
    .contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 45px}
    .form-group {
    margin-bottom: 9px !important;
}
  
.footer-social-links li a{
    margin-right: 5px; font-size: 1em !important;
}
.abt-shape{
    right: 0;
    top: 7%;
    width: 300px;
}
.ser-txt {
    padding: 110px 0;
}
.pro-txt{width: 75%;   top: 26%;}
.reach-bg
{
    padding: 60px 60px 40px
}

 #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: 45px}
.enq-container{
  background-position: center;
}
.footer-logo img{
  width: 100%
}
.footer-top-item:nth-child(1){
    width: 15%
}
.pimg2,.pimg1 {
    width: 100%;
}
.footer-top-item ul li a, .footer-address-links ul li a{line-height: 24px}     

}
 @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;
}
.project-left .carousel-inner>.item>img {
    height: 435px !important;
}
  .form-group {
    margin-bottom: 6px !important;
}
.contact-form input[type="date"], .contact-form input[type="text"], .contact-form select{height: 45px;}
.single-info-box {
    margin-bottom: 10px;
}
.cont-bg{
    padding: 50px 130px
}
#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{
    height: 80px
}
.pro-content h3{   font-size: 1.7em;
    line-height: 25px; }
 #button{
  right: 20px;
  width: 45px;
    height: 45px;bottom: 25px;
}
#button::after{line-height: 45px}

.footer-social-links li a{
    margin-right: 5px; font-size: 1em !important;
}
.abt-shape{
    right: 0;
    top: 7%;
    width: 300px;
}
.ser-txt {
    padding: 110px 0;
}
.pro-txt{width: 75%;   top: 26%;}
.reach-bg
{
    padding: 60px 60px 40px
}

 #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: 45px}
.enq-container{
  background-position: center;
}
.footer-logo img{
  width: 100%
}
.footer-top-item:nth-child(1){
    width: 15%
}
.pimg2,.pimg1 {
    width: 100%;
}
.footer-top-item ul li a, .footer-address-links ul li a{line-height: 24px}

.img-abt3 {
  position: absolute;
  right: -15%;
  top: 0%;
}
}
 @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:78%;
    }
    .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:9%;
         padding-right:9% 
    }
      .inner-container {
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
}
.project-left .carousel-inner>.item>img {
    height: 435px !important;
}
#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{
    height: 100px
}
.pro-content h3{   font-size: 1.7em;
    line-height: 25px; }
.footer-social-links li a{
    margin-right: 5px; font-size: 1em !important;
}
.abt-shape{
    right: 0;
    top: 7%;
    width: 300px;
}
.ser-txt {
    padding: 130px 0;
}
.pro-txt{width: 75%;   top: 26%;}
.reach-bg
{
    padding: 60px 60px 40px
}

 #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: 45px}
.enq-container{
  background-position: center;
}
.footer-logo img{
  width: 100%
}
.footer-top-item:nth-child(1){
    width: 15%
}
.img-abt3 {
  position: absolute;
  right: -15%;
  top: 0%;
}

}
 @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;}
.footer-logo img{
  width: 100%
}
img.con-shape {
    position: absolute;
    right: 0;
    top: 2%;
}
.footer-top-item:nth-child(1){
    width: 15%
}
.reach-bg{padding: 60px 50px 40px }
.pro-txt{width: 85%}
.abt-shape{width: 300px}
.img-abt3 {
  position: absolute;
  right: -15%;
  top: 0%;
}
}
 @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: 14%;
    padding-right: 14%;
}

  .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){
.project-left .carousel-inner>.item>img{height: auto !important; }  
    .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: 25%;
    line-height: 1;
    font-size: .9em;
    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:992px) and (max-width:1022px){

    body {
        font-size:14px !important;
   }
    .d-container{
        width:100%;
        padding-left:5%;
        padding-right:5% 
   }
    .top-container{
        width:100%;
        padding-left:5%;
        padding-right:5%;
   }
 a.wh-top img {
    width: 20px;
    height: auto;
}
.nav-menu>li>a{
  font-size: .65em !important
}
.nav-menu>li>a{
  margin: 20px 13px !important;
}
li.header-phone a{
  margin: 14px 5px !important;
}
.sexy-menu.detached .header-phone a{
   margin: 14px 9px !important;
}
.mobile-position .get-app{
  padding: 3px 26px
}
.nav-menu2>li>a{
  margin: 7px 5px !important;
}
.single-info-box {
    margin-bottom: 5px;
}


#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{height: 100px;}
#thumbcarousel .item .thumb, #thumbcarousel2 .item .thumb{padding: 2px;}
.pro-details{padding: 15px 26px}
.pro-content h3{font-size: 1.6em;margin-top: 0; line-height: 27px}
.enq-btn{padding: 7px 11px; margin-top: 2em}
img.con-shape{
    width: 200px
}
.cont-bg{padding: 40px 90px}
.navigation{
height: unset !important; 
}
.tophead{
    padding-top: .3em !important
}

.sexy-menu.detached .nav-brand img {
        margin-top: 5px !important;
        width: 50% !important;
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}

.copy-right,.designed{
  font-size: .9em
}

img.plus-icon {
    width: 50px;
}
.footer-top {
    padding-bottom: 0;
}
.footer-top-item:last-child{width: 20%}
body.home .footer-wraper {
    padding-top: 140px;
}
.address p,.footer-top-item ul li a, .footer-address-links ul li a{font-size: .9em}
.footer-top-item {
    margin-bottom: 1em;
}
.project-container{padding: 30px 0}
.ser-txt {
    padding: 80px 0;
}
.p-txt {
    margin-top: 10px;
}
.mtop {
    margin-top: 1em !important;
}
.enq-txt h2 {
    font-size: 2em;
    line-height: 40px;
}
.enq-txt{text-align: center;}
.enq-box{width: 100%}
.submit-btn{margin-top: 0; padding: 7px 23px}
.enq-txt span{font-size: 1em}
.reach-bg{padding: 25px 0px 25px}
.enq-shape{display: none;}
img.pimg1.mtop,img.pimg2.mbottom{display: none;}
.pro-txt2{width: 100%}
.pro-txt{display: none;}
.know-more{margin-top: 1em}
.ser-txt p{font-size: 1em; letter-spacing: 2px; margin: 5px 0}
.welcome-detail-title2 span.toptxt{ letter-spacing: 5px; line-height: 20px; font-size: 1em }
.welcome-detail-title2 h1, .of-txt{font-size: 1.6em; line-height: 30px}
.welcome-left{padding-left: 0}
.footer-logo{display: none;}
#plus{right: 23px;}
#plus span{ font-size: .9em; padding: 5px 15px 7px}
.inner-text h5{margin-bottom: 5px;}
.featured-text, .inner-text h5{font-size: 2.3em; line-height: 30.01px}
.textimg span{ font-size: 1em; line-height: 16.01px;
    letter-spacing: 5px; }
.pro-bg{
    padding: 50px 0 20px;
}
img.img-abt3 {
    width: 100px;
    right: 0;
}.nav-brand img {
    width: 55%; margin-top: 4px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 6px; line-height: 20px
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 30px;
}
.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: .9em;
}
.footer-social-links ul li {
    margin-right: 6px;
    }
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }

.pro-txt{width: 100%}
.textimg img {
    width: 80px;
}

#button{
  display: none;
 } 
}
@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%;}

  .whats-app{ bottom: 30vh;}
  
}
@media (max-width:560px) { 
  .copy-right span{ display: none;}
  #button{ display: none;}
#popUp{width: 300px}
.contact-container{
    padding-bottom: 30px;
    padding-top: 30px;
}
.contact-left-img{display: none;}
.contact-box{margin-left: 0}
.single-info-box {
    margin-bottom: 7px;
}
.c-img img{width: 40px;}
.cont-bg{padding: 25px 30px}
img.con-shape{width: 100px}
.form-group.center{display: flex;}


#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{height: 50px;}
#thumbcarousel .item .thumb, #thumbcarousel2 .item .thumb{padding: 2px;}
.pro-details{padding: 15px 26px}
.pro-content h3{font-size: 1.4em;margin-top: 0; line-height: 23px}
.enq-btn{padding: 7px 11px}
.mt-2 {
    margin-top: 1em !important;
}
.project-container .row.eq-ht:nth-child(3) {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: unset;
}
.project-container .col-md-8,.project-container .col-md-4{padding: 0;}


.abt-img{display: none;}
.abt-container2{ padding: 20px 0px 15px;    overflow: unset;}
.inner-title .textimg span {
        font-size: .9em;
        line-height: 16.01px;
        letter-spacing: 4px;
    }
.inner-title .featured-text,.inner-title .inner-text h5{
         font-size: 1.3em;
        line-height: 10.01px;
}

body.home .footer-wraper {
    padding-top: 140px;
}
.footer-top-item {
    margin-bottom: 1em; width: 100%
}
.footer-bottom-wraper{padding-bottom: 80px}
.footer-top{display: block;}
.footer-top-item:nth-child(4){display: none;}
.project-container{padding: 30px 10px; overflow: hidden;}
.ser-txt {
    padding: 30px 0;
}
.p-txt {
    margin-top: 10px;
}
.mtop {
    margin-top: 1em !important;
}
.enq-txt h2 {
    font-size: 1.737em!important;
    line-height: 35px!important;
}
.enq-box{width: 100%}
.submit-btn{margin-top: 0; padding: 7px 23px}
.reach-img{display: none;}
.enq-txt span{font-size: 1em}
.reach-bg{padding: 25px 10px 25px}
.enq-shape{display: none;}
img.pimg1.mtop,img.pimg2.mbottom{display: none;}
.pro-txt2{width: 100%}
.pro-txt{display: none;}
.ser-container .d-container{padding-right: 3% !important}
.ser-container{padding: 0}
div#owl-demo-2{padding-left: 0}
.know-more{margin-top: 1em}
.ser-txt p{font-size: 1em; letter-spacing: 2px; margin: 5px 0}
.welcome-detail-title2 span.toptxt{ letter-spacing: 5px; line-height: 20px; font-size: 1em }
.welcome-detail-title2 h1, .of-txt{font-size: 1.6em; line-height: 30px}
.welcome-left{padding-left: 0}
.img-abt2,.img-abt3,.abt-shape{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
#plus{right: 23px;}
#plus span{ font-size: .9em; padding: 5px 15px 7px}
.inner-text h5{margin-bottom: 5px;}
.featured-text, .inner-text h5{font-size: 1.63em; line-height: 16.01px}
.textimg span{ font-size: 1em; line-height: 16.01px;
    letter-spacing: 5px; }
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 75%; margin-top: 0px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 6px; line-height: 20px
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 30px;
}
.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;
    }

.pro-txt{width: 100%}
.textimg img {
    width: 40px;
}
.top-wraper {
    padding: 10px 0;
}

}
 @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: 30px;
    padding-top: 30px;
}
.contact-left-img{display: none;}
.contact-box{margin-left: 0}
.single-info-box {
    margin-bottom: 7px;
}
.c-img img{width: 40px;}
.cont-bg{padding: 25px 30px}
img.con-shape{width: 100px}
.form-group.center{display: flex;}

#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{height: 100px;}
#thumbcarousel .item .thumb, #thumbcarousel2 .item .thumb{padding: 2px;}
.pro-details{padding: 15px 26px}
.pro-content h3{font-size: 1.4em;margin-top: 0; line-height: 23px}
.enq-btn{padding: 7px 11px}
.mt-2 {
    margin-top: 1em !important;
}
.project-container .row.eq-ht:nth-child(3) {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: unset;
}
.project-container .col-md-8,.project-container .col-md-4{padding: 0;}


.abt-img{display: none;}
.abt-container2{ padding: 50px 0px 15px;    overflow: unset;}


.footer-top-item{width: 50%}
body.home .footer-wraper {
    padding-top: 140px;
}
.footer-top-item {
    margin-bottom: 1em;
}
.footer-bottom-wraper{padding-bottom: 80px}
.footer-top{display: block;}
.footer-top-item:nth-child(4){display: none;}
.project-container{padding: 30px 0}
.ser-txt {
    padding: 30px 0;
}
.p-txt {
    margin-top: 10px;
}
.mtop {
    margin-top: 1em !important;
}
.enq-txt h2 {
    font-size: 1.737em;
    line-height: 35px;
}
.enq-box{width: 100%}
.submit-btn{margin-top: 0; padding: 7px 23px}
.reach-img{display: none;}
.enq-txt span{font-size: 1em}
.reach-bg{padding: 25px 10px 25px}
.enq-shape{display: none;}
img.pimg1.mtop,img.pimg2.mbottom{display: none;}
.pro-txt2{width: 100%}
.pro-txt{display: none;}
.ser-container .d-container{padding-right: 3% !important}
.ser-container{padding: 0}
div#owl-demo-2{padding-left: 0}
.know-more{margin-top: 1em}
.ser-txt p{font-size: 1em; letter-spacing: 2px; margin: 5px 0}
.welcome-detail-title2 span.toptxt{ letter-spacing: 5px; line-height: 20px; font-size: 1em }
.welcome-detail-title2 h1, .of-txt{font-size: 1.6em; line-height: 30px}
.welcome-left{padding-left: 0}
.img-abt2,.img-abt3,.abt-shape{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
#plus{right: 23px;}
#plus span{ font-size: .9em; padding: 5px 15px 7px}
.inner-text h5{margin-bottom: 5px;}
.featured-text, .inner-text h5{font-size: 1.8em; line-height: 20.01px}
.textimg span{ font-size: 1em; line-height: 16.01px;
    letter-spacing: 5px; }
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 75%; margin-top: 0px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 6px; line-height: 20px
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 30px;
}
.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;
    }

.pro-txt{width: 100%}
.textimg img {
    width: 40px;
}
.top-wraper {
    padding: 10px 0;
}
}
 @media  (max-width: 680px){ 


}
 @media  (max-width: 768px){ 
.lux-txt h3{letter-spacing: 1px}
 #button{
  display: none;
 } 
.footer-top-item:nth-child(1){display: none;}
.sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
}
.bredcum-wraper{
    display: block; padding-top: 10px
}
#popUp{width: 300px; bottom: 14%}
}
.form-group {
    margin-bottom: 7px !important 
    }

 @media (min-width:681px) and (max-width: 768px){

.contact-container{
    padding-bottom: 30px;
    padding-top: 30px;
}
.cl-unset{clear: unset;}
.contact-left-img{display: none;}
.contact-box{margin-left: 0}
.single-info-box:nth-child(1) {
 width: 55%;
        margin-bottom: 7px;
        float: left;
}
.single-info-box:nth-child(3),.single-info-box:nth-child(2) {
 width: 45%;
        margin-bottom: 7px;
        float: left;
}
.single-info-boxs a.enq-btn {
    position: relative;
    top: -30px;
    left: 50px;
}
.c-img img{width: 40px;}
.cont-bg{padding: 25px 70px}
img.con-shape{width: 100px}
.form-group.center{display: flex;}

#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{height: 100px;}
#thumbcarousel .item .thumb, #thumbcarousel2 .item .thumb{padding: 2px;}
.pro-details{padding: 15px 26px}
.pro-content h3{font-size: 1.4em;margin-top: 0; line-height: 23px}
.enq-btn{padding: 7px 11px; display: flex;}
.mt-2 {
    margin-top: 1em !important;
}
.project-container .row.eq-ht:nth-child(3) {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: unset;
}
.project-container .col-md-8,.project-container .col-md-4{padding: 0;}

.abt-img{display: none;}
.abt-container2{ padding: 50px 0px 15px;    overflow: unset;}

img.plus-icon {
    width: 50px;
}
.project-container .row{display: flex !important;}
.footer-top-item{width: 37%}
.footer-top-item:last-child{width: 25%}
body.home .footer-wraper {
    padding-top: 140px;
}
.footer-top-item {
    margin-bottom: 1em;
}
.footer-bottom-wraper{padding-bottom: 80px}
.footer-top{display: block;}
.footer-top-item:nth-child(4){display: none;}
.project-container{padding: 30px 0}
.ser-txt {
    padding: 30px 0;
}
.p-txt {
    margin-top: 10px;
}
.mtop {
    margin-top: 1em !important;
}
.enq-txt h2 {
    font-size: 2em;
    line-height: 40px;
}
.enq-txt{text-align: center;}
.enq-box{width: 100%}
.submit-btn{margin-top: 0; padding: 7px 23px}
.reach-img{display: none;}
.enq-txt span{font-size: 1em}
.reach-bg{padding: 25px 80px 25px}
.enq-shape{display: none;}
img.pimg1.mtop,img.pimg2.mbottom{display: none;}
.pro-txt2{width: 100%}
.pro-txt{display: none;}
.ser-container .d-container{padding-right: 3% !important}
.ser-container{padding: 0}
div#owl-demo-2{padding-left: 0}
.know-more{margin-top: 1em}
.ser-txt p{font-size: 1em; letter-spacing: 2px; margin: 5px 0}
.welcome-detail-title2 span.toptxt{ letter-spacing: 5px; line-height: 20px; font-size: 1em }
.welcome-detail-title2 h1, .of-txt{font-size: 1.6em; line-height: 30px}
.welcome-left{padding-left: 0}
.img-abt2,.img-abt3,.abt-shape{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
#plus{right: 23px;}
#plus span{ font-size: .9em; padding: 5px 15px 7px}
.inner-text h5{margin-bottom: 5px;}
.featured-text, .inner-text h5{font-size: 2.3em; line-height: 30.01px}
.textimg span{ font-size: 1em; line-height: 16.01px;
    letter-spacing: 5px; }
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 75%; margin-top: 0px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 6px; line-height: 20px
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 30px;
}
.footer-social-links li a{
  font-size: 1em !important;     margin-right: 10px;
    
}
.footer-wraper {
    padding: 30px 10px 0;
}
.address img {
    width: 45px;
}
.footer-content-title{
  margin-bottom:5px; font-size: 1em;
}
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }

.pro-txt{width: 100%}
.textimg img {
    width: 80px;
}
.top-wraper {
    padding: 10px 0;
}
}
 @media (min-width:769px) and (max-width:991px){

.project-left .carousel-inner>.item>img{height: auto !important; }
.contact-container{
    padding-bottom: 30px;
    padding-top: 30px;
}
.cl-unset{clear: unset;}
.contact-left-img{display: none;}
.contact-box{margin-left: 0}
.single-info-box {
 width: 50%;
        margin-bottom: 7px;
        float: left;
}
.single-info-boxs a.enq-btn {
    position: relative;
    top: -30px; display: flex;
    left: 50px;
}
.c-img img{width: 40px;}
.cont-bg{padding: 25px 70px}
img.con-shape{width: 100px}
.form-group.center{display: flex;}

 a.wh-top img {
    width: 20px;
    height: auto;
}
#thumbcarousel .item .thumb img, #thumbcarousel2 .item .thumb img{height: 100px;}
#thumbcarousel .item .thumb, #thumbcarousel2 .item .thumb{padding: 2px;}
.pro-details{padding: 15px 26px}
.pro-content h3{font-size: 1.4em;margin-top: 0; line-height: 23px}
.enq-btn{padding: 7px 11px}
.mt-2 {
    margin-top: 1em !important;
}
.project-container .row.eq-ht:nth-child(3) {
    display: flex !important;
    flex-direction: column-reverse;
    flex-wrap: unset;
}
.project-container .col-md-8,.project-container .col-md-4{padding: 0;}

.abt-img{display: none;}
.abt-container2{ padding: 50px 0px 15px;    overflow: unset;}

.nav-menu>li>a{
  font-size: .65em !important
}
.nav-menu>li>a{
  margin: 20px 13px !important;
}
li.header-phone a{
  margin: 14px 5px !important;
}
.sexy-menu.detached .header-phone a{
   margin: 14px 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: 5px !important;
        width: 50% !important;
}
.whats-app{
        bottom: 25vh;
    right: 26px;
}

.copy-right,.designed{
  font-size: .9em
}



img.plus-icon {
    width: 50px;
}
.footer-top {
    padding-bottom: 0;
}
.project-container .row{display: flex !important;}
.footer-top-item:last-child{width: 20%}
body.home .footer-wraper {
    padding-top: 140px;
}
.address p,.footer-top-item ul li a, .footer-address-links ul li a{font-size: .9em}
.footer-top-item {
    margin-bottom: 1em;
}
.project-container{padding: 30px 0}
.ser-txt {
    padding: 30px 0;
}
.p-txt {
    margin-top: 10px;
}
.mtop {
    margin-top: 1em !important;
}
.enq-txt h2 {
    font-size: 2em;
    line-height: 40px;
}
.enq-txt{text-align: center;}
.enq-box{width: 100%}
.submit-btn{margin-top: 0; padding: 7px 23px}
.reach-img{display: none;}
.enq-txt span{font-size: 1em}
.reach-bg{padding: 25px 80px 25px}
.enq-shape{display: none;}
img.pimg1.mtop,img.pimg2.mbottom{display: none;}
.pro-txt2{width: 100%}
.pro-txt{display: none;}
.ser-container .d-container{padding-right: 3% !important}
.ser-container{padding: 0}
div#owl-demo-2{padding-left: 0}
.know-more{margin-top: 1em}
.ser-txt p{font-size: 1em; letter-spacing: 2px; margin: 5px 0}
.welcome-detail-title2 span.toptxt{ letter-spacing: 5px; line-height: 20px; font-size: 1em }
.welcome-detail-title2 h1, .of-txt{font-size: 1.6em; line-height: 30px}
.welcome-left{padding-left: 0}
.img-abt2,.img-abt3,.abt-shape{display: none;}
.center{display: block;}    
.footer-logo{display: none;}
#plus{right: 23px;}
#plus span{ font-size: .9em; padding: 5px 15px 7px}
.inner-text h5{margin-bottom: 5px;}
.featured-text, .inner-text h5{font-size: 2.3em; line-height: 30.01px}
.textimg span{ font-size: 1em; line-height: 16.01px;
    letter-spacing: 5px; }
.pro-bg{
    padding: 50px 0 20px;
}
  .d-container {
    padding-left: 3%;
    padding-right: 3%;
}
.nav-brand img {
    width: 55%; margin-top: 4px !important
}
.btmtxt{
  font-size: 1em; letter-spacing: 6px; line-height: 20px
}
.abt-container
{
    padding-top: 40px;
    padding-bottom: 30px;
}
.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: .9em;
}
.footer-social-links ul li {
    margin-right: 6px;
    }
    .whats-app {
    margin-right: 7%;    bottom: 30vh;
    }

.pro-txt{width: 100%}
.textimg img {
    width: 80px;
}

#button{
  display: none;
 } 

}

@media (max-width:992px) {
    .nav-header{ width:100% !important;}
    .logo{ position:inherit !important;}
      .logo {
    transform: none;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .nav-brand img{ width:auto !important;}
}

