.main-slider .item {
    height: 85vh;
    position: relative;
  }
  
  .main-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .main-slider .item .cover {
    padding: 75px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.41);
    display: flex;
    align-items: center;
  }
  
  .main-slider .item .cover .header-content {
    position: relative;
    padding: 30px 50px;
    overflow: hidden;
  }
  
  .main-slider .item .cover .header-content .line {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    border: 9px solid #fff;
    -webkit-clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
    clip-path: polygon(0 0, 60% 0, 36% 100%, 0 100%);
  }
  
  .main-slider .item .cover .header-content h2 {
    font-weight: 500;
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 35px;
  }
  
  .main-slider .item .cover .header-content h1 {
    font-size: 55px;
    font-weight: 700;
    margin: 0;
    letter-spacing: 0.3px;
    color: #fff;
    line-height: 55px;
    text-transform: uppercase;
  }
  
  .main-slider .item .cover .header-content h4 {
    font-size: 24px;
    font-weight: 300;
    line-height: 36px;
    color: #fff;
  }
  
  .main-slider .owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  
  .main-slider .owl-item.active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
    animation-delay: 0.3s;
  }
  .modal-body .rs-checkout .full-grid {
    margin-top: 40px;
    background: #fff;
    padding: 15px 20px 15px 20px !important;
    box-shadow: none !important;
  }
  .main-slider .owl-item.active ul {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  
  .main-slider .owl-item.active .line {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  
  .main-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    border: unset;
    line-height: 40px;
  }
  
  .main-slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
  }
  
  .main-slider .owl-nav .owl-prev:focus {
    outline: 0;
  }
  
  .main-slider .owl-nav .owl-prev:hover {
    background: #000 !important;
  }
  
  .main-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    position: absolute;
    display: block;
    z-index: 1000;
    border-radius: 50%;
    border: unset;
    line-height: 40px;
  }
  .main-slider .owl-nav .owl-next i,
  .main-slider .owl-nav .owl-prev i{
    color: #fff !important;
  }
  
  .main-slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
  }
  
  .main-slider .owl-nav .owl-next:focus {
    outline: 0;
  }
  
  .main-slider .owl-nav .owl-next:hover {
    background: #000 !important;
  }
  /**********CSS********/

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
  }

  #image-gallery .modal-footer{
  display: block;
  }

  .thumb{
  margin-top: 15px;
  margin-bottom: 15px;
  }

  .img-thumbnail {
    background-color: #fff;
    border-top: 5px solid #ef7f1b;
    border-radius: 20px;
    max-width: 100%;
    height: auto;
    border-bottom: 5px solid #ef7f1b;
    box-shadow: 0px 0px 20px #0000000f;
    padding: 0px;
  }

   .my-gl .thumb img{
      width: 100%;
      height: 250px;
    }

/*********CSS END***********/
  .main-slider:hover .owl-prev {
    left: 0px;
    opacity: 1;
  }
  .rs-blog.blog-main-home .blog-item .image-wrap img{
    width: 100%;
    height: auto;
  }  
  .main-slider:hover .owl-next {
    right: 0px;
    opacity: 1;
  }
  .mylist li{
    line-height: 30px;
  }
.mylist li i{
  color: #ef7f1b;
}  
.vcgr {
  padding: 15px 20px 5px 20px;

}
  @media (max-width: 992px) {
    .main-slider .item .cover .header-content h1 {
        font-size: 25px !important;
        line-height: 29px !important;
    }
    .main-slider .item .cover .header-content h4 {
      font-size: 18px !important;
      font-weight: 400 !important;
      line-height: 22px !important;
    }
    .main-slider .item .cover .header-content h2 {
      font-size: 15px !important;
      margin-bottom: 8px;
    }
    .cta-section {
      clip-path: inherit !important;
    }
    .main-slider .item {
      height: 35vh !important;
  
    }
    .main-slider .item .cover .header-content {
      padding: 15px 25px !important;
    }
    .header-content ul li {
      font-size: 12px;
      margin-bottom: 3px;
      padding-right: 15px;
    }
    .header-content ul {
      margin-top: 5px;
    }
}
/******CSS START*******/


.sidebar-contact{
  position:fixed;
  top:55%;
  left:-350px;
  transform:translateY(-50%);
  width:350px;
  height:auto;
  padding:40px;
  background:#fff;
  box-shadow: 0 20px 50px rgba(0,0,0,.5);
  box-sizing:border-box;
  transition:0.5s;
  z-index: 99999999;
}
.sidebar-contact.active{
  left:0;
}
.sidebar-contact input,
.sidebar-contact textarea{
  width:100%;
  height: 40px;
  padding: 10px;
  margin-bottom:10px;
  box-sizing:border-box;
  border:1px solid rgba(162, 154, 154, 0.5);
  outline:none;
  border-radius: 7px;
  font-size: 14px;
}
.blinking {
  animation: blinking 1s ease-in-out infinite;
}
.justify-content-center {
  justify-content: center !important;
}
.hilighter h3 {
  text-align: center;
  color: #fff;
  margin: 10px 0px;
  font-size: 35px;
  font-weight: 700;
  font-family: "Nunito", sans-serif;
}
.jhf img {
  width: 47px;
  margin-right: 15px;
}
.blinking {
    animation: blinking 1s ease-in-out infinite;
}
.dfd{
    background: #fff;
    color: #000;
    padding: 3px;
    font-size: 32px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 36px;
}
@keyframes blinking {
    0% {
        background: #ef7f1b;
    }
    50% {
        background: #000;
    }
    100% {
        background: #ef7f1b;
    }
}

.sidebar-contact h2{
  margin:0 0 20px;
  padding:0;
  font-size: 30px;
}
.sidebar-contact textarea{
  height:100px;
  resize:none;
}
.sidebar-contact input[type="submit"]{
  background: #ef7f1b;
  color: #fff;
  cursor: pointer;
  border: none;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.toggle{
  position:absolute;
  height:188px;
  width:38px;
  text-align:center;
  cursor:pointer;
  background:#ef7f1b;
  top:0;
  right:-38px;
  line-height:0px;
  border-radius: 0px 15px 15px 0px;
}
.toggle h2{
  padding-left: 11px;
  vertical-align: middle;
  margin-left: 15px;
  font-weight: 600;
  text-transform: uppercase;
}
.toggle h2{
  
  
  font-size:24px;
  color:#fff;
  display: inline-block;
    white-space: nowrap;
    /* this is for shity "non IE" browsers
       that dosn't support writing-mode */
    -webkit-transform: translate(1.1em,0) rotate(180deg);
       -moz-transform: translate(1.1em,0) rotate(90deg);
         -o-transform: translate(1.1em,0) rotate(90deg);
            transform: translate(1.1em,0) rotate(90deg);
    -webkit-transform-origin: 0 0;
       -moz-transform-origin: 0 0;
         -o-transform-origin: 0 0;
            transform-origin: 0 0;
   /* IE9+ */
   -ms-transform: none;
   -ms-transform-origin: none;
   /* IE8+ */
   -ms-writing-mode: tb-rl;
   /* IE7 and below */
   *writing-mode: tb-rl;
}

.template_future .template-col p{
  font-size: 14px;
}

/*.toggle.active:before{
  content:'\f00d';
}*/
@media(max-width:768px)
{
  .sidebar-contact{
    width:100%;
    height:100%;
    left:-100%;
  }
  .sidebar-contact .toggle{
    top:50%;
    transform:translateY(-50%);
    transition:0.5s;
  }
  .sidebar-contact.active .toggle
  {
    top:0;
    right:0;
    transform:translateY(0);
  }
  .scroll{
    width:100%;
    height:100%;
    overflow-y:auto;
  }
  .content{
    padding:50px 50px;
  }
}


/******CSS END*******/

@media (max-width: 1200px){
     
  .float {
     position: fixed;
     width: 42px !important;
     height: 42px !important;
     bottom: 70px !important;
     left: 11px !important;
     
     
     
   }
   .float2 {
     position: fixed;
     width: 40px !important;
     height: 40px !important;
     bottom: 130px !important;
     left: 11px !important;
     
     background-color: #ef7f1b;
     color: #FFF;
     border-radius: 50px;
     text-align: center;
     font-size: 23px !important;
     box-shadow: 5px 5px 20px 0px rgba(53, 51, 51, 0.8);
     z-index: 100;
   }
   .my-float {
     margin-top: 0px !important;
     color: #fff;
     z-index: 1;
     width: 42px;
   }
   
   .my-float2 {
     margin-top: 9px !important;
     color: #fff;
   }
  
      }

.float {
     position: fixed;
     width: 46px;
             height: 46px;
             bottom: 95px;
             right: 27px;
     z-index: 99
     
     
   }
   .float2 {
     position: fixed;
     width: 46px;
     height: 46px;
     bottom: 160px;
     right: 25px;
     
     background-color: #ef7f1b;
     color: #FFF;
     border-radius: 50px;
     text-align: center;
     font-size: 23px;
     box-shadow: 5px 5px 20px 0px rgba(53, 51, 51, 0.07);
     z-index: 100;
   }
   
   .my-float {
     
     color: #fff;
   }
   .my-float2 {
     margin-top: 12px;
     color: #fff;
   }
