body{
    font-family: 'Poppins', sans-serif;
}
a:hover {text-decoration: none;}
.section-padding{
    padding:80px 0;
   
}

.section-heading{
    margin-bottom: 50px; 
}
.section-heading h2 {
    font-weight: 400;
}
.bg-green {
    background: 
    #0BF389 !important;
}
.bg-yellow {

    background: 

    #FFAE00 !important;

}
header {

    position: absolute;
    z-index: 99;
    width: 100%;
}
.fixed {
    position: fixed;
    background: 
    #0cbcb7;
}
.fixed .btn {
    border-color: 
    #fff;
}
.sidebar {
    display: none;
}
.navbar {
    padding: 14px 0;
    border-bottom: 1px solid 
    rgba(255, 255, 255, 0.2);
}

header nav .navbar-brand {
    max-width: 150px;
}
header nav .navbar-nav {
    margin: auto 10em auto auto;
}
header nav .navbar-nav .nav-item {
    padding: 0 10px;
}
header nav .navbar-nav li .nav-link, .sidebar .navbar-nav li .nav-link{
    color: #fff;
    text-transform:capitalize;
    padding: 0 4px !important;
    font-size: 15px;
    transition: all 0.4s ease;
}

header nav .navbar-nav li:hover .dropdown-menu, .sidebar .navbar-nav li:hover .dropdown-menu{
    display: block;
}
header nav .navbar-nav li .dropdown-menu .dropdown-item, .sidebar .navbar-nav li .dropdown-menu .dropdown-item {
    font-size: 14px;
    color: 
    #666;
    font-weight: 300;
}

header nav .btn-box .btn, .sidebar .btn-box .btn {
    color:#fff;
background:
    #0cbcb7;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 500;
    padding: 9px 21px;
    font-size: 15px;
}
.btn-box .fa, .sidebar .btn-box .fa {
    vertical-align: middle;
    padding-left: 9px;
}
.dropdown-toggle::after {
    display: inline-block;
    content: "\f107";
    font-family: fontawesome;
    vertical-align: top;
    margin-left: 3px;
    border:none;
}
.toggler-btn {
    display: none;
}
.main-page {
    position: relative;
    z-index: 1;
}
.main-page .background-img img {
    width: 100%;
    height: 100vh;
}
.zoominheader::before {

    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: 

    rgba(0,0,0,0.3);

}
.all-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-41%);
    width: 100%;
}
.main-page  .all-content  .main-heading {
    text-align: center;
    color: 
    #fff;
    line-height: 44px;
}

  .main-page .all-content .main-heading  h1 {
    font-size: 57px;
    font-weight: 600;
}

  .tab-menu  .tab {
    padding: 0;
    text-align: center;
    margin:0;

}
.tab-menu .tab li {

    display: inline-block;
    list-style: none;
    margin: 0 22px;

}
 
.tab-menu .tab button {
    border: none;
    outline: none;
    cursor: pointer;
    transition: 0.3s;
    font-size: 1.0625rem;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-weight: 600;
    padding: 15px 20px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    
   
}
.tab button .fa {
    font-size: 22px;
    padding-left: 21px;
    vertical-align: middle;

}
.tab-menu  .btn {
    background:#0cbcb7;
    color: #fff;
    border-radius: 50px;
    padding: 8px 18px;
    font-weight: 500;
    margin-left: 25px;

}
.tab-menu .fa.fa-search{

    padding-right: 10px;
    font-size: 13px;

}
  
  .tab button.active {
      background:#fff;
      color: #0cbcb7;
    
  }
  
  .tabcontent {
    background:#fff;
    padding: 46px 12px;
    display: none;
    border-radius: 5px;
  }
  
.tab-menu form .form-group {
    margin: 0;
}
.tab-menu form .form-group  .form-control {
   border:none;
   border-bottom:1px solid #ddd;
   border-radius:0px;
}
.tab-menu form .form-group .form-control::placeholder {
    font-size: 0.9rem;
}
 .tab-menu form .custom-select {
   border: none;
   border-bottom: 1px solid#ddd;
   border-radius: 0;
}
.tab-menu form  .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color:#999;
    vertical-align: middle;
    background:#fff url("https://cdn0.iconfinder.com/data/icons/slim-square-icons-basics/100/basics-08-128.png") no-repeat right .75rem center/20px 20px;
    
}
.custom-select:focus {
   box-shadow:none;
}

.header-wrapper {
    overflow: hidden;
    width:100%;
    height:100vh;
    text-align:center;
  }
  
  .zoominheader {
    width:100%;
    height:100vh;
    text-align:center;
    background: url("../images/slide.jpg");
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
    background-position: top;
    
  }
  .next-img {
     width:100%;
    height:100vh;
    text-align:center;
    background: url("../images/slider-3.jpg");
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-animation: zoomin 10s ease-in infinite;
    animation: zoomin 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
    background-position: top;
    
}
  .zoomoutheader {
    width:100%;
    height:100vh;
    text-align:center;
    background: none;
    -webkit-animation: zoomout 10s ease-in infinite;
    animation: zoomout 10s ease-in infinite;
    transition: all .5s ease-in-out;
    overflow: hidden;
  }
  
  /* Zoom in Keyframes */
@keyframes zoomin {
    0% {
        background-size: 100% auto;
    }

    50% {
        background-size: 110% auto;
    }

    100% {
        background-size: 100% auto;
    }
}
 
.about-section {
    padding: 85px 0px;
    position: relative;
}

.about-section .about-box {
    text-align: center;
    border: 1px solid rgba(28, 187, 180, 0.4);
   
    border-radius: 5px;
    height: 130px;
    position: relative;
    
}
.about-section .about-box .text-box {
    margin-top: 67px;
}
.about-section .about-box p {
   
    font-weight: 400;
    font-size: 15px;
    color: #635e5e;
    margin-bottom: 0;

}
.about-section .about-box:hover p{
    color:#fff;
}
.about-section .about-box .second {
    opacity: 0;
    margin-top: -23px;
} 
.about-section .about-box:hover .frist {
   opacity: 0;
}
.about-section .about-box:hover .second {
  opacity: 1;
}
.about-section .hotel::before {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/hotel.png');
    width: 40px;

    height: 40px;
    
    background-repeat: no-repeat;
    
    right: 0;
    
    bottom: 0;
    
    margin: 25px auto;
   
}

.about-section .hotel::after {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/hotel-hover.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 25px auto;
}


.about-section .restro::before {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/restraurant.png');
    width: 40px;

    height: 40px;
    
    background-repeat: no-repeat;
    
    right: 0;
    
    bottom: 0;
    
    margin: 25px auto;
}

.about-section .restro::after {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/restraurant-hover.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 25px auto;
}


.about-section .shopping::before {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/shopping.png');
    width: 40px;

    height: 40px;
    
    background-repeat: no-repeat;
    
    right: 0;
    
    bottom: 0;
    
    margin: 25px auto;
    
}

.about-section .shopping::after {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/shopping-hover.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 25px auto;
}

.about-section .spa::before {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/spa.png');
    width: 40px;

    height: 40px;
    
    background-repeat: no-repeat;
    
    right: 0;
    
    bottom: 0;
    
    margin: 25px auto;
}

.about-section .spa::after {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/spa-hover.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 25px auto;
}


.about-section .hospital::before {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/hospital.png');
    width: 40px;

    height: 40px;
    
    background-repeat: no-repeat;
    
    right: 0;
    
    bottom: 0;
    
    margin: 25px auto;
   
}

.about-section .hospital::after {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/hospital-hover.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 25px auto;
}

.about-section .report::before {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/report.png');
    width: 40px;

    height: 40px;
    
    background-repeat: no-repeat;
    
    right: 0;
    
    bottom: 0;
    
    margin: 25px auto;
    opacity: 1;
}

.about-section .report::after {

    content: "";
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/report-hover.png');
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    opacity: 0;
    right: 0;
    bottom: 0;
    margin: 25px auto;
}


.about-section .about-box:hover .img-box::before {
    opacity:0;
}
.about-section .about-box:hover .img-box::after {

    opacity: 1;

}

.about-section .about-box:hover{
    background: #0cbcb7;

}

.place-section  .place-images {
    margin: 0 10px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
    
}
.place-section .place-images  img {
    
    transition: all 0.5s ease-in-out;
    
}
.place-section .place-images:hover img {
    transform:scale(1.1)
    
}

.place-section .place-images::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(22, 22, 23, 0) 80%,rgba(0, 0, 0, 0) 100%);
    height: 100%;
    width: 100%;
    z-index: 1;

}
.place-section  .place-images .text-box {
    position: absolute;
    top: 76%;
    right: 22%;
    transition: all 0.5s ease-in-out;
    color: #fff;
    z-index: 999;
}
.place-section .place-images:hover .btn {
    opacity:1;
}
.place-section .place-images  .btn {
    opacity: 0;
    transition: all 0.5s ease-in-out;
    COLOR: #FFF;
    border: 1px solid 
    #fff;
    border-radius: 50px;
    padding: 3px 19px;
    font-size: 13px;

}
.place-section .place-images .btn-box .btn:hover {
    background: 
rgba(255, 255, 255, 0.1);
border:
    rgba(255, 255, 255, 0.1) !important;
}

.place-section .place-images:hover .text-box {
    transform: translate(1%, -56%);
   
}
.place-section .place-images .text-box h3 {
  font-size: 22px;
}
.place-section  .place-images .text-box .places-list {

    display: pa;
    padding: 0;
    margin: 16px 0; 

}
.place-section  .place-images .text-box .places-list  li {
    list-style: none;
    display: inline-block;
    margin: 0 8px;
}
.place-section  .place-images .text-box .places-list  li::after {
    content: "~";
    position: absolute;
    top: 37px;
    left: 70px;
    background: 
    #fff;
    font-size: 23px;
    width: 0;
}
.place-section  .place-images .text-box .places-list  li span {
    font-weight: 600;
}
.places-slider .slick-prev::before {
    content: "\f060";
    font-family: fontawesome;
   
}
.places-slider .slick-prev{
    left: -33px;
}
.places-slider .slick-next{
    right: -33px;
}
.places-slider .slick-next::before {
    content: "\f061";
    font-family: fontawesome;
}
.places-slider .slick-arrow {
   
    border: 2px solid rgba(168, 163, 163, 0.71);
    border-radius: 50px;
    height: 32px;
    width: 32px;
    display: block;
    font-weight: bold;
    transition: all 0.4s;
}
.places-slider .slick-arrow::before {
    font-size: 14px;
    line-height: 1;
    opacity: .75;
    color: rgba(168, 163, 163, 0.71);

}
.places-slider .slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
    color: #0cbcb7;
    transition: all 0.4s;
}
.places-slider .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

    border-color: 

    #0cbcb7;
    transition: all 0.4s;

}

.feculty-section, .Trending-section {
    background: 
    #f5f6f7;
}
.feculty-section .main-box, .Trending-section .main-box {
    margin: 0 15px;
    position: relative;
}
.feculty-section .main-box:hover img, .Trending-section .main-box:hover img {

    transform: scale(1.1);

}
.feculty-section .main-box .img-box, .Trending-section .main-box .img-box {
    position: relative;
    overflow: hidden;
}
.feculty-section .main-box .img-box img, .Trending-section .main-box .img-box img {

    transition: all 0.6s ease;
    border-radius: 3px;

}
.feculty-section .main-box .info-box, .Trending-section .main-box .info-box {
    background: 
    #fff;
    height: 286px;
}

.feculty-section .main-box .info-box h4, .Trending-section .main-box .info-box h4 {
    padding-left: 25px;
    padding-top: 20px;
    padding-bottom: 6px;
}
.feculty-section .main-box .info-box h4 a, .Trending-section .main-box .info-box h4 a {
    color: 
    #000;
    font-size: 20px;
}
.feculty-section .main-box .public-ratting, .Trending-section .main-box .public-ratting {
    position: absolute;
    top: 13px;
    right: 17px;
    background:#46cd38;
    color:#fff;
    border-radius: 50px;
    width: 45px;
    height: 45px;
    text-align: center;
    padding: 10px 0;
}
.feculty-section .main-box .public-ratting.yellow, .Trending-section .main-box .public-ratting .yellow {
    background:#ffae00;
}
.feculty-section .main-box .public-ratting.red, .Trending-section .main-box .public-ratting .red {
   background:#FF6D6D;
}
.feculty-section .main-box .public-like, .Trending-section .main-box .public-like {
    position: absolute;
    top: 37%;
    left: 23px;
}
.feculty-section .main-box .public-like .fa.fa-heart, .Trending-section .main-box .public-like .fa.fa-heart {
    color: 
    #fff;
    background: rgba(0, 0, 0, 0.37);
    border-radius: 50px;
    height: 30px;
    width: 30px;
    text-align: center;
    padding-top: 8px;
    transition: all 0.4s;
}
.feculty-section .main-box .public-like .fa.fa-heart:hover, .Trending-section .main-box .public-like .fa.fa-heart:hover {
    background: 
    #0cbcb7;
}
.feculty-section .main-box .info-box .star-ratting, .Trending-section .main-box .info-box .star-ratting {

    padding-left: 25px;
    margin: 0;
    width: 50%;
    float: left;
    

}
.feculty-section .main-box .info-box .star-ratting  li, .Trending-section .main-box .info-box .star-ratting li{
   list-style: none;
   display: inline-block;
}
.feculty-section .main-box .info-box .star-ratting  li .fa, .Trending-section .main-box .info-box .star-ratting li .fa {
   color:#FFC600;
    font-size: 15px;
}
.feculty-section .main-box .info-box .public-review, .Trending-section .main-box .info-box .public-review {
    text-align: right;
    width: 50%;
    float: right;
    padding-right: 25px;
}
.feculty-section .main-box .info-box .address-box, .Trending-section .main-box .info-box .address-box {

    padding-left: 25px;
    margin: 0;
    border-bottom: 1px solid 

    #ddd;
    padding-top: 44px;
    padding-bottom: 14px;

}
.feculty-section .main-box .info-box .address-box li, .Trending-section .main-box .info-box .address-box li  {

    list-style: none;
    padding-bottom: 10px;

}
.feculty-section .main-box .info-box .address-box li .fa, .Trending-section .main-box .info-box .address-box li .fa {
    color:#0cbcb7;
    font-size: 18px;
    padding-right: 25px;
    vertical-align: middle;

}
.feculty-section .main-box .info-box .address-box li .paragraph, .Trending-section .main-box .info-box .address-box li .paragraph {
   font-size: 15px;
   color:#999;
}
.feculty-section .main-box .info-box .spicelity, .Trending-section .main-box .info-box .spicelity {

    float: left;
    width: 50%;
    padding-left: 25px;
    padding-top: 20px;

}
.feculty-section .main-box .info-box .spicelity .fa, .Trending-section .main-box .info-box .spicelity .fa {

    color:#fff;
    background:#FF6D6D;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
    padding-top: 6px;
    margin-right: 10px;
}
.feculty-section .main-box .info-box .spicelity .coffe-text-b, .Trending-section .main-box .info-box .spicelity  .coffe-text-b {
    color: 
    #000;
}

.feculty-section .main-box .info-box .timing, .Trending-section .main-box .info-box .timing  {

    float: right;
    padding-right: 25px;
    width: 50%;
    text-align: right;
    padding-top: 20px;

}
.feculty-section .main-box .info-box .timing .fa.fa-clock-o, .Trending-section .main-box .info-box .timing .fa.fa-clock-o {
   color: #Ddd;
    font-size: 17px;
    margin-right: 10px;
}
.feculty-section .main-box .info-box .timing .time-text-g, .Trending-section .main-box .info-box .timing .time-text-g {
   color:#46cd38;
}
.feculty-section .slick-dots, .Trending-section .slick-dots, .feedback-section .slick-dots{
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.feculty-section .slick-dots li, .Trending-section .slick-dots li, .feedback-section .slick-dots li{
    margin: 0;
}
.feculty-section .slick-dots li button::before, .Trending-section .slick-dots li button::before, .feedback-section .slick-dots li button::before {
   
    font-size: 50px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    color: 
    #0cbcb7 !important;
}


.cetegry-section  .main-box {
    margin-bottom: 30px;
}
.cetegry-section  .main-box  .img-box{
    position: relative;
}
.cetegry-section  .main-box .text-box {

    text-align: center;
    position: absolute;
    top: 54%;
    left: 50%;
    transform: translate(-50%,-50%);
    color:#fff;
    opacity: 0;
    transition: all 0.6s;
    z-index: 1;
    width: 100%;

}
.cetegry-section  .main-box:hover .text-box{
   opacity: 1;
}

.cetegry-section .main-box .img-box::after {

    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background:rgba(28, 187, 180, 0.80);
    opacity: 0;
    transition: all 0.8s ease;
    visibility: hidden;

}
.cetegry-section .main-box:hover .img-box::after{
    opacity: 1;
    visibility: visible;
}
.cetegry-section  .main-box .text-box  h4 {

    font-size: 30px;

}
.cetegry-section  .main-box .text-box p {

    font-size: 18px;

}
.cetegry-section  .main-box .text-box h4::before {

    position: absolute;
    content: "";
    top: 40px;
    left: 50%;
    background:
    #FFF;
    width: 34px;
    height: 2px;
    transform: translateX(-50%);
   
}
.deal-section .main-box {

    border: 1px solid 

    #ddd;
    margin-right: 20px;
    padding: 20px 20px;

}
.deal-section .main-box .public-rattings {
    margin-top: 26px;
}
.deal-section .main-box .public-rattings .title {
    font-size: 17px;
    font-weight: 500;
    color: 
    #000;
}
.deal-section .main-box .public-rattings .star-ratting {
    padding: 0;
    margin: 0;
}
.deal-section .main-box .public-rattings .star-ratting li {
    list-style: none;
    display: inline-block;
}
.deal-section .main-box .public-rattings .star-ratting li  .fa {
    color: 
    #ffc728;
}
.deal-section .main-box .content-box h2 {
    font-size: 20px;
    font-weight: 600;
}
.deal-section .main-box .content-box p {
    font-size: 15px;
    color: 
    #777;
    font-weight: 400;
    margin-bottom: 73px;
    line-height: 27px;
    margin-top: 20px;
}

.deal-section .main-box .content-box .btn {
    background:#0cbcb7;
    color:#fff;
    border-radius: 50px;
    padding: 6px 31px;
    font-size: 15px;
}

.deals-slider .slick-prev::before {
    content: "\f060";
    font-family: fontawesome;
   
}
.deals-slider .slick-prev{
    left: -50px;
}
.deals-slider .slick-next{
    right: -33px;
}
.deals-slider .slick-next::before {
    content: "\f061";
    font-family: fontawesome;
}
.deals-slider .slick-arrow {
   
    border: 2px solid rgba(168, 163, 163, 0.71);
    border-radius: 50px;
    height: 32px;
    width: 32px;
    display: block;
    font-weight: bold;
    transition: all 0.4s;
}
.deals-slider .slick-arrow::before {
    font-size: 14px;
    line-height: 1;
    opacity: .75;
    color: rgba(168, 163, 163, 0.71);

}
.deals-slider .slick-prev:hover::before, .slick-prev:focus::before, .slick-next:hover::before, .slick-next:focus::before {
    opacity: 1;
    color: #0cbcb7;
    transition: all 0.4s;
}
.deals-slider .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {

    border-color: 

    #0cbcb7;
    transition: all 0.4s;

}

.app-section {
    position: relative;
    height: 550px;
}

.app-section .content-box h2 {
    font-size: 34px;
    font-weight: 300;
    line-height: 65px;
}
.app-section .content-box h2 span {
    font-size: 42px;
    font-weight: 600;
    padding-left: 10px;
}

.app-section .content-box .check-box {
    padding: 0;
    margin: 0;
}
.app-section .content-box .check-box li {
    list-style: none;
    display: block;
    margin-bottom: 13px;
}
.app-section .content-box .check-box li .fa {
    color:#0cbcb7;
    font-size: 18px;
    padding-right: 15px;
}
.app-section .content-box .check-box li span {
    color: 
    #555;
    font-size: 17px;
}
.app-section .content-box .brand-box {
    padding-top: 40px;
}
.app-section .mobile-box img {
    position: absolute;
    top: -136px;
}


.item.slick-slide.slick-current.slick-active.slick-center {

    background:rgba(28, 187, 180, 0.93);
    color: #fff;
}
.feedback-section .content-box {
    text-align: center;
    padding: 18px 16px;
}
.feedback-section .content-box .star-ratting {
    padding: 0;
    margin: 0;
}
.feedback-section .content-box .star-ratting  li {
    list-style: none;
    display: inline-block;
}
.feedback-section .content-box .star-ratting  li .fa {
    color: 
    #ffc728;
}
.feedback-section .content-box h4 {
    font-size: 18px;
    padding: 8px 0;
}
.feedback-section .content-box  h6 {
    font-weight: 300;
    font-size: 15px;
    padding-bottom:16px;
}
.feedback-section .content-box p {
    font-size: 15px;
}
.feedback-section .client-img {
  padding-top: 15px;
}
.feedback-section .client-img img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: auto;
    margin-left: auto;
}

.feedback-section .client-slider span {
  display: block;
  background: #3498db;
  color: #fff;
  font-size: 36px;
  height: 100px;
  line-height: 100px;
  position: relative;
  text-align: center;
  transform: translate(0, 0) scale(.4);
  transition: all .4s ease;
  opacity: .5;
}

.feedback-section .slick-slide.lt2 span {
  transform: translate(10%, 0) scale(.6);
}
.feedback-section .slick-slide.lt1 span {
  opacity: .7;
  transform: translate(5%, 0) scale(.8);
}
.feedback-section .slick-slide.gt1 span {
  opacity: .7;
  transform: translate(-5%, 0) scale(.8);
}
.feedback-section .slick-slide.gt2 span {
  transform: translate(-10%, 0) scale(.6);
}
.feedback-section .slick-slide.slick-center span {
  z-index: 1;
  transform: scale(1);
  opacity: 1;
  color: #e67e22;
}

.feedback-section .slick-prev,
.feedback-section .slick-next{
  position: absolute;
  top: 50%;
  appearance: none;
  margin-top: -10px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
  color: transparent;
  outline: none;
  z-index: 100;
}

.feedback-section.slick-prev {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 15px 0;
  border-color: transparent #007bff transparent transparent;
  left: 0;
}
.feedback-section .slick-next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #007bff;
  right: 0;
}




.post-section .img-box {
position: relative;

}
.post-section .img-box img {
    width: 100%;
}

.post-section .img-title{
 position: absolute;
 top: 16px;
 left: 17px;
 background:#0cbcb7;
 border-radius: 50px;
 color:#fff;
 padding: 6px 20px;
 font-size: 12px;
}
.post-section .img-box::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    background: linear-gradient(to top, 
rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.65) 35%, rgba(22, 22, 23, 0) 80%,
    rgba(0, 0, 0, 0) 100%);
}
.post-section .img-box:hover .info-box {
    transform: translate(0%, -40%);
}
.post-section .info-box {
    position: absolute;
    bottom: -10px;
    left: 24px;
    transition: all 0.5s ease;
}
.post-section .info-box  .title {
    font-size: 22px;
    color:#fff;
    font-weight: 500;
}
.post-section .info-box  .btn-box .btn {
   font-size: 11px;
   color:#fff;
   border: 1px solid #fff;
   border-radius: 50px;
   padding: 5px 15px;
   letter-spacing: 2px;
   word-spacing: -2px;
   opacity: 0;
   margin-top: 12px;
   transition: all 0.4s ease;
}
.post-section .img-box:hover .btn {
  opacity: 1;
}
.post-section .info-box  .btn-box .btn:hover {
    background: 
rgba(255, 255, 255, 0.1);
border-color:
    rgba(255, 255, 255, 0.1) !important;
}
.post-section .img-box.mg-top {
    margin-top: 30px;
}

.footer-section {
    position: fixed;
    z-index: -1;
    width: 100%;
    top: 50vh;
    background: #333;
    padding-top:80px;
    min-height: 100vh;
    padding: 2rem;
    box-sizing: border-box;
    
}
.page-wrapper {
    background:#fff;
    margin-bottom: 50vh; /* same value as footer height and position*/
   
 }
.footer-section::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
    rgba(0,0,0,0.1);
}
.footer-section .footer-box .logo-box img {
    width: 200px;
}
.footer-section .footer-box .footer-text h2 {
    font-size: 20px;
    padding-top: 12px;
}
.footer-section .footer-box .footer-text p {
    font-size: 14px;
    color: 
    #555;
    padding-top: 15px;
    line-height: 2;
}
.footer-section .footer-box .footer-text .link-box {
    padding: 15px 0 0 0;
    margin: 0;
}
.footer-section .footer-box .footer-text .link-box li{
    list-style: none;
    padding-bottom: 19px;
}
.footer-section .footer-box .footer-text .link-box li .links {
    color: 
    #555;
    font-size: 14px;
}
.footer-section .footer-box .footer-text .address-icon {
    padding: 19px 0 12px 0;
    margin: 0;
}
.footer-section .footer-box .footer-text .address-icon li{
    list-style: none;
    padding-bottom: 20px;
}
.footer-section .footer-box .footer-text .address-icon li a {
    color: #555;
    margin-left: 5px;
}
.footer-section .footer-box .footer-text .address-icon li span {
    padding-left: 13px;
    color: 
    #555;
    font-size: 14px;
}
.footer-section .footer-box .footer-text .social-icon {
    padding: 0;
    margin: 0;
}
.footer-section .footer-box .footer-text .social-icon {
    list-style: none;
    display: inline-block;
    padding-right: 11px;
}
.footer-section .footer-box .footer-text  .social-icon  li {
    list-style: none;
    display: inline-block;
    padding-right: 12px;
}
.footer-section .footer-box .footer-text .social-icon li  .fa {
    color: 
    #555;
}

.footer-section .copy-right {
    text-align: center;
    border-top: 1px solid 
    rgba(0, 0, 0, 0.2);
    margin-top: 40px;
}
.footer-section .copy-right p {
    color: #555;
    font-size: 14px;
    margin: 0;
}
.fixed-btn {
    border: none;
    background:#0cbcb7;
    border-radius: 50px;
    color:#fff;
    height: 37px;
    width: 36px;
    position: fixed;
    bottom: 39px;
    right: 32px;
    text-align: center;
padding-top: 6px;
}
.fixed-btn:hover {
    color: 
    #fff !important;
}

.fixed-btn::after {

    position: absolute;
    content: "";
    top: 100%;
    bottom: 00;
    left: 5%;
    right: 0;
    background: radial-gradient(ellipse at center, 

rgba(0, 0, 0, 0.25) 0%,

    rgba(0, 0, 0, 0) 80%);
    opacity: 1;
    height: 10px;
    width: 90%;

}
    

 

/*---------------------------------------------------------------RESPONSIVE-PART-CREATER-HIMANSHU-JANGAM------------------------------------------------------------------------*/

@media screen and (min-width:1600px){
    .Slider .item {
        height: 780px;
     }
    
}

@media screen and (max-width:1199px){
    header nav .navbar-nav {
        margin: auto 3em auto auto;
    }
    .feculty-section .main-box .info-box .spicelity, .Trending-section .main-box .info-box .spicelity {

        float: left;
        width: 50%;
        padding-left: 6px;
        
    
    }
    .feculty-section .main-box .info-box .timing, .Trending-section .main-box .info-box .timing {

        float: right;
        padding-right: 8px;
        width: 50%;
        text-align: right;
     }
    .feculty-section .main-box .info-box .address-box li .paragraph, .Trending-section .main-box .info-box .address-box li .paragraph {

        font-size: 14px;
        color:#999;
    }
}

@media screen and (max-width:991px){

    .navbar-toggler {

        display: none;
    
    }
    .toggler-btn {
        display: block;
    }
    .sidebar.open {
        right: 0;
    }
    
    .sidebar {
        background: 
        #fff;
        width: 300px;
        height: 100vh;
        z-index: 999;
        position: fixed;
        top: 0;
        right: -100%;
        transition: all 0.4s ease-in-out;
        display:block;
    }
    .get-fix {

        text-align: right;
        padding-right: 19px;
    
    }
    .get-fix .close-icon {
       font-size: 25px;
       color:#000;
    
    }
    .toggler-btn .btn {
       font-size: 23px; 
       color:#fff;
    }
    .navbar-nav {

        margin-top: 50px;
        margin-left: 30px;
    
    }
    .navbar-nav .nav-item {

        padding-bottom: 35px;
    
    }
    .navbar-nav .nav-item  .nav-link {
        color: 
        #444 !important;
    }
    .btn-box {
         text-align: center;
    }

    .get-fix {
        text-align: right;
        padding-right: 40px;
        padding-top: 24px;
    }
    .main-page .all-content .main-heading h1 {
        font-size: 2.8rem;
        font-weight: 600;
    }
    .form-control::placeholder {

        color: 
    
        #999;
        font-size: 14px;
    
    }
    .custom-select {

        font-size: 14px !important;
    
    }
    .tab-menu .btn {
        margin-top: 20px;
    }
    .about-box {
        margin-bottom: 30px;
    }
    .section-heading h2 {
        font-weight: 400;
        font-size: 1.7rem;
    }
    .app-section .content-box h2 {
        font-size: 25px; 
    }
    .app-section .content-box h2 span {
        font-size: 35px; 
    }
    .app-section .brand-box img {
        width: 130px;
    }
    .app-section .mobile-box img {
        position: inherit;
        top: 0;
    }
    .post-section .img-box {
        margin-bottom: 30px;
    }

}


@media screen and (max-width:767px){

.main-page .all-content .main-heading h1 {
        font-size: 2.5rem;
        font-weight: 600;
        line-height: 30px;
    }

.place-section .place-images .text-box {
        position: absolute;
        top: 50%;
        left: 30px;
        transition: all 0.5s ease-in-out;
        color: 
        #fff;
        z-index: 999;
        text-align: left;
    }
    .place-section .place-images:hover .text-box {
        transform: inherit;
    }
    .place-section .place-images .btn-box {
        text-align: left;
    }
    .place-section .place-images .btn-box .btn {
      opacity: inherit;
    }

    .cetegry-section .main-box .img-box img {
        width: 100%;
    }
    .deal-section .main-box .img-box img {
        width: 100%;
    }
    .deal-section .main-box {
        text-align: center;
    }
    .deal-section .main-box .content-box p{
        margin-bottom: 25px;
    }

    .app-section {
        position: relative;
        height: 1200px;
    }
    .footer-section {
        position: relative;
        padding-bottom: 0;
    }
    .page-wrapper {
        background: 
        #fff;
        margin-bottom: -50vh;
    }
}


@media screen and (max-width:575px){

    .main-page .all-content .main-heading h1 {
        font-size: 2.3rem;
        line-height: 50px;
    }
    .all-content .main-heading p {
        line-height: 24px;
        padding: 16px 0;
        font-size: 14px;
    }

    .tab-menu .tab button{
        padding:10px 10px;
    }
    .place-images img {
       width:100%;
    }

    .app-section .content-box h2 span {
        font-size: 30px;
    }
    .app-section .content-box .brand-box {
        padding-top: 40px;
        text-align: center;
    }
    .feculty-section .main-box .info-box .timing, .Trending-section .main-box .info-box .timing {

        float: right;
        padding-right: 25px;
        width: 50%;
        text-align: right;
        padding-top: 26px;
        background: 
    
        #fff;
    
    }
    .feculty-section .main-box .info-box .spicelity, .Trending-section .main-box .info-box .spicelity {

        float: left;
        width: 50%;
        padding-left: 25px;
        padding-top: 20px;
        background: 
    
        #fff;
    
    }
    .post-section .info-box .title {
        font-size: 17px;
        color: 
        #fff;
        font-weight: 500;
    }


}