.post-slide{
    margin: 0 10px;
    background: transparent;
    border: 4px double #ddd;
    border-radius: 15px;
}
.post-slide .post-img{
    overflow: hidden;
    position: relative;
}
.post-slide .post-img img{
    width: 100%;
    height:auto;
    
}
.text-white{
    color: #fff !important;
}
.p-0{
    padding: 0 !important;
}
.post-slide .over-layer{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    text-align:center;
    background:rgba(68, 67, 64,0.9);
    cursor: pointer;
}

.post-slide .post-link{
    padding:0;
    margin:0;
    list-style:none;
    position: relative;
    top:45%;
}
.post-slide .post-link li{
    display: inline-block;
    margin-right:10px;
}
.post-slide .post-link li a{
    width: 60px;
    height: 60px;
    line-height: 59px;
    border-radius: 50%;
    color:#fff;
    background:#333;
    font-size:20px;
    transform: scale(1,1);
    transition: all 0.20s linear;
}
.post-slide .post-link li a:hover{
    text-decoration:none;
    transform: scale(1.1,1.1);
}
.post-slide .post-review{
    padding: 15px 0;
    overflow: hidden;
}
.post-slide .post-title{
    margin-top: 0;
}
.post-slide .post-title a{
    display: block;
    color: #333;
    font-size: 24px;
    text-align:center;
    font-weight: bold;
    text-transform:uppercase;
    transition: all 0.50s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#e6ae48;
}
.post-slide .post-info{
    list-style:none;
    padding:10px 0 0 0;
    margin:0 0 7px 0;
    text-align:center;
}
.post-slide .post-info li{
    display: inline-block;
    margin-right: 13px;
}
.post-slide .tag-info{
    margin:0;
    padding:0 0 10px 0;
    text-align:center;
}
.post-slide .tag-info li{
    list-style:none;
    display: inline-block;
}
.post-slide .tag-info li a{
    color:#808080;
    text-transform:capitalize;
}
.post-slide .tag-info li a:hover{
    color:#1f80bb;
    text-decoration:none;
}
.post-slide .post-description{
    color: #828282;
    font-size: 14px;
    padding:5px 25px;
    line-height: 25px;
}
.post-slide .read-more{
    color:#333;
    float: right;
    font-weight: bold;
    margin-right:25px;
    text-transform:capitalize;
}
.post-slide .read-more:hover{
    color:#1f80bb;
    text-decoration:none;
}
.owl-theme .owl-buttons div{
    position:relative;
    border-radius: 0;
    background:#807b87;
    padding: 7px 15px;
    transition: all 0.5s ease 0s;
}
.owl-theme .owl-buttons .owl-prev{
    position: absolute;
    left: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-prev{
    opacity: 1;
    left:-30px;
}
.owl-theme .owl-buttons .owl-next{
    position: absolute;
    right: 0;
    top: 50%;
    opacity:0;
    transition: all 0.50s linear;
}
.owl-carousel:hover .owl-buttons .owl-next{
    opacity: 1;
    right:-30px;
}
.m-0{
    margin-bottom: 0 !important;
}
/*.owl-prev:before,
.owl-next:before{
    content: "\f053";
    font-family: "Font Awesome 5 Free"; font-weight: 900;
    color: #fff;
}
.owl-next:before{
    content: "\f054";
}*/
@media only screen and (max-width: 990px) {
    .post-slide .post-info li { margin-right: 5px; }
    .owl-theme .owl-buttons div{ display:none; }
}
@media only screen and (max-width: 767px) {
    .post-slide .post-link li a{
        width: 40px;
        height: 40px;
        line-height: 39px;
        font-size:13px;
    }
    .post-slide .post-title a{
        font-size:20px;
    }
    .reser{
        width: 100%; 
        height: 100% !important; 
        padding-right: 0px !important;
    }
    .reser1{
        padding-right: 0px !important;
    }
    .imgy{
        height: 100% !important;
        width: 100%;
    }
    .post-slide .my-sert img{
        height: 100% !important;
        width: 100%;
    }
    .reser2{
        padding-left: 0px !important;
    }
}
.bg{
    background: url(../img/bg-min.png);
    padding: 55px 0px 45px 0px;
}
.text-black{
    color: #333 !important;
}
.imgy{
    height: 380px;
    width: 100%;
}
.post-slide .my-sert img{
    width: 100%;
    height: 300px;
}
.reser1{
    padding-right: 50px;
}
.reser2{
    padding-left: 50px;
}
.contact-us{ 
    background: #212121;
    padding: 15px 30px 15px;
}

.owl-nav {
    
    text-align: center;
    margin-top: 20px;
  }

  .owl-prev span{
    font-size: 20px;
    color: #fff
  }
  .owl-next span{
    font-size: 20px;
    color: #fff
  }
  #news-slider .owl-prev{
    background-color: #000 !important;
    padding: 11px !important;
    margin: 4px;
    line-height: 7px;
    border-radius: 50px;
  }
  #news-slider .owl-next{
    background-color: #000 !important;
    padding: 11px !important;
    margin: 4px;
    line-height: 7px;
    border-radius: 50px;
  }
  /******************service box**********************/
  .serviceBox{
    color:var(--main-color);
    background: var(--main-color);
    text-align: center;
    padding: 30px 12px 25px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.56);
    position: relative;
    z-index: 1;
    height: 280px;
}
.serviceBox:before{
    content: "";
    background: #111;
    width: 100%;
    height: 100%;
    border-radius: 130px 0;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}   
.serviceBox .title{
    color: var(--main-color);
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin: 0 0 7px;
}
.serviceBox .description{
    color: #d2d2d2;
    font-size: 15px;
    line-height: 25px;
    text-align: center;
    margin: 0 0 15px;
}
.serviceBox .service-icon{
    font-size: 40px;
    line-height: 40px;
}
.serviceBox.yellow{ --main-color: #F8B501; }
@media only screen and (max-width: 1199px){
    .serviceBox{ margin: 0 0 30px; }
}
/********************service box*********************/

/*******************faq's***************************/
.accordion {
    cursor: pointer;
    padding: 11px 10px 11px 10px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 16px;
    transition: 0.4s;
    background: #404040;
    color: #fff;
    font-weight: 600;
    border-radius: 5px;
    text-indent: 10px;
    margin-bottom: 0;
  }
  
  .active .accordion:hover {
    background-color: #ccc;
  }
  
  .accordion:after {
    content: '\002B';
    color: #fff;
    font-weight: bold;
    float: right;
    margin-left: 5px;
  }
  
.active.accordion:after {
    content: "\2212";
  }
  .active.accordion{
    border-radius: 10px 10px 0 0px;
  }
  .panel {
    padding: 0 16px;
    background-color: #4f4e4e;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    color: #fff;
    border-radius: 0 0px 10px 10px;
  }
  /********************faq's******************/
.footerre-logo img{
    width: auto;
    height: auto;
}
.mar-lef {
    padding-left: 40px;
}
.cta {
    background: url(../img/blackbg.jpg);
    padding: 50px 0;
}
.cta p{
    color: #fff;
    text-align: center;
}
.back-white{
    background: #fff;
    border-top: 5px solid #e6ae48;
border-bottom: 5px solid #e6ae48;
}
.reser{
    width: 100%; 
    height: 550px; 
    padding-right: 50px;
}
/********modal***********/

  /****************************/
  
  
  .jdsgcug{
      background-image: url('../img/bookk.jpg');
      background-position: right;
      background-size: 65% 100%;
      background-repeat: no-repeat;
  }
  
  @media(max-width:768px){
      .jdsgcug{
          background-image: unset !important;
          background-position: unset !important;
          background-size: unset !important;
          background-repeat: unset !important;
      }
  }
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  