*{
    padding: 0;
    margin:0;
}

body{
   
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
   
}
h1, h2, h3, h4, h5, h6{
    font-family: "Lora", serif;
    margin-top: 0;
    font-style: normal;
    font-weight: 400;
    color: #301a22 !important;
    text-transform: normal
}
b{
    font-size: 18px;
    font-weight: 500 !important;
    color:#000;
}
img{
    max-width:100%;
}
ul {
    margin: 0;
    padding: 0
}
.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 20px !important;
}

li {
    list-style: none
}
hr {
    border-bottom: 1px solid #000;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0
}
.mt{
    margin-top:90px;
}
.mt-10{
    margin-top: 50px;
}
.mb{
    margin-bottom: 30px !important;
}

p{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
    color: #301a22;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 300;
    line-height: 1.6;
}
.dropdown-menu{
    padding: 15px 0px !important;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);}

.dropdown-item{
    color: #000 !important;
    font-size: 16px;
    border-bottom: 2px solid #000 !important;
    padding: 10px 20px !important;
}
.dropdown-item:nth-child(3){
    border-bottom: none;
}
.dropdown-item:hover{
    color:#fff !important;
    background: #007e7b !important;}
    .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
}
.title-head{
    margin-top: 7%;
}



img{
    width: 100%;
}

h1,h2,h3,h4,h5,h6{
    color: inherit;
}
/* header-start */
.navbar {
    position: fixed;
    display: flex;
 flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
 padding-top:0rem !important;
     padding-bottom: 0rem !important;
}

.navbar-brand img{
width: 180px;
}

.main-breadcrumb{
background: #007e7b;
padding: 2px;
margin-top: 5%;

}
.breadcrumb-item{
    margin-top: 20px;
    font-size: 18px;
    color: #fff;
    margin-left: 20px;

}
header {
    background-color:#fff;
     
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 999;
  }
  .navbar1{
    background-color:#F2F2F2;
   z-index: 999;
 
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    animation: new-item-animation .5s ease-in-out;
  }
  @keyframes new-item-animation {
    from {
        opacity: 0;
        transform: translateY(-700px);
}

    to {
        opacity: 1;
        transform : translateY(0);
    }
}

.nav-item {
    padding: 10px 16px;
}
.nav-link{
    color: #333333 !important;
    font-size: 18px; 
    font-weight: 500 !important;
}

  /* banner */
  .slider-height{
    min-height: 550px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
  }
  /*  */
  .btn-success{
      background: #007e7b !important; 
  }
  .btn-success:hover{
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 5px rgba(228, 48, 48, 0.24);
   
  }
  .test:hover{
      color: #fff !important;
  }


  @media only screen and (min-width:992px) and (max-width:1199px) {
    .slider-height {
        min-height: 680px
    }
   
    .owl-slide-title {
        font-size: 28px !important;
        text-align: start;
        font-weight: 800;
        margin-bottom: 20px;
        position: relative;
        left: -22px;
    }
    .main-breadcrumb {
        background: #007e7b;
        padding: 2px;
        margin-top: 7%;
    }

}
    


@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-height {
        min-height: 600px
    }
    .owl-slide-title {
        font-size: 40px !important;
        text-align: start;
        color: #fff !important;
      
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        margin-bottom: 20px;
    }

}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-height {
        min-height: 600px
    }
    .owl-slide-title {
        font-size: 40px;
        text-align: start;
        color: #fff !important;
      
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        margin-bottom: 20px;
    }
    

}

@media (max-width:575px) {
    .slider-height {
        min-height: 300px !important;
       
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover
    }
    img{
        width:100%;
    }
    footer{
      margin-bottom: 0px;
      padding: 20px;
      color: #fff !important;
  }
    .owl-slide-title {
        font-size: 35px !important;
        text-align: start;
        color: #fff !important;
      
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        margin-bottom: 20px;
    }
    .text-title {
        font-size: 16px;
    }
    .section-padding h2{
        margin-left: 20px;
        font-size: 19px;
        font-weight: 800 !important;
    }
    .main-breadcrumb {
        background: #007e7b;
        padding: 2px;
        margin-top: 17%;
    }
   
    .footer-head1 h5 {
        color: #fff !important;
        margin-top: 5%;
        
        font-size: 23px;
    }

   
    
}

.slider-height2 {
    height: 350px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .slider-height2 {
        height: 350px
    }
  
    .main-breadcrumb {
        background: #007e7b;
        padding: 2px;
        margin-top: 8%;
    }
    .owl-slide-title {
        font-size: 40px !important;
        text-align: start;
        color: #fff !important;
      
      background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6));
        margin-bottom: 20px;
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .slider-height2 {
        height: 250px
    }
   
    .main-breadcrumb {
        background: #007e7b;
        padding: 2px;
        margin-top: 10%;
    }
}

@media (max-width:575px) {
    .slider-height2 {
        height: 250px
    }
    .title-head{
    margin-top: 29%;
}

  .footer-head1 h5{
      color: #fff !important;
      margin-top: 5%;
      margin-left: -12px;
      font-size: 24px;
  }
.footer-heade2{
    margin-left:4%;
}
.footer-heade3{
  margin-left:-10%;  
}
}
.owl-slide-title{
    font-size: 50px;
    text-align: start;
    font-weight: 800;
    margin-bottom: 20px;
}
.section-padding{
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.title-head h2{
    font-size: 27px;
    display: block;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: -19px;
}
.about-para p{
    font-size: 16px;
}
/* service images */
.content {
    position: relative;
    width: 100%;
   
    margin: auto;
    overflow: hidden;
  }
  
  .content .content-overlay {
    background: rgba(0,0,0,0.7);
    opacity: 0.7;
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
  }
 
  
  .content:hover .content-overlay{
    opacity: 1;
    
  }
  
  .content-image{
    width: 100%;
  }
  
  .content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
  }
  
  .content:hover .content-details{
    top: 50%;
    left: 50%;
    opacity: 1;
    
  }
  
  .content-details h3{
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
  }
  .fadeIn-top{
    top: 80%;
  }
  .balcony h2{
      background: #F8F9FA !important;
      padding: 10px;
      
  }
  .balcony:hover h2{
      background: #29928F !important;
      color: #F2F2F2 !important;
      transition: 0.3s;
  }
  .btn1{
   
    padding: 10px 20px; 
    background: transparent;
    color: #fff; 
    border: 2px solid #007e7b;
    text-decoration: none;
  }
  .btn1:hover{
      color: #F2F2F2;
      background: #007e7b;
  }
  .text-title{
      font-size: 30px;
      
  }
  .product-title h2{
      margin-top: 2%;
  }
  /* contact */
  .box i{
      font-size: 18px;
      text-align: center;
      padding: 0px auto;
      font-style: italic !important;
}
 .fa-envelope-square .fa-phone.fas  .fa-map-marker-alt{
  padding: 0px 1px;
  font-size: 20px;
 
}


  /* footer */
  footer{
      margin-bottom: 0px;
      padding: 50px;
      color: #fff !important;
  }
  .footer-head1 h5{
      color: #fff !important;
      margin-top: 5%;
      margin-left: -18px;
      font-size: 24px;
  }
  .para-title p{
      color: #fff;
      font-size: 16px;
  }
  .footer-head1{
      text-align: start;
  }
  
  .footer-links1 li,a{
      
     color: #fff !important;
     text-decoration: none !important;
  }
  li:hover a{
  color:#007e7b;
    text-decoration: none;
}
.footer-later{
    text-align: center;
    padding: 10px 0px;
    
}



