/*-- Use For Custom Styling --*/

@font-face {
	font-family: fd-medium;
	src: url(../fonts/Funnel_Display/FunnelDisplay-Medium.ttf);
}

@font-face {
	font-family: fd-regular;
	src: url(../fonts/Funnel_Display/FunnelDisplay-Regular.ttf);
}

@font-face {
	font-family: ms-regular;
	src: url(../fonts/montserrat/Montserrat-Regular.ttf);
}

@font-face {
	font-family: ms-medium;
	src: url(../fonts/montserrat/Montserrat-Medium.ttf);
}

body{
    font-family: ms-regular;
}


header a.logo img {
  max-width: 100%;
  height: 60px;
}
.container{
    max-width: 80%;
}
.navbar-top-default{
    background: #fff;
}
.navbar-simple .navbar-nav .nav-link, .header-appear .navbar-simple .navbar-nav .nav-link{
    color:#000
}
.sidemenu_btn span{
    background: #000;
}
.logo-item{
    text-align: center;
    background: #fff;
    border-radius: 15px;
    height: 220px;
    align-content: center;
}
.logo-item h4{
    margin-top: 10px;
    font-size: 22px;
}
.about{
    background: #f6f6f6;
    padding-bottom: 25px;
}
.industry, .contact-sec{
    background: #f6f6f6;
}
.header-appear .navbar-top-default{
    background: #fff;
}
.about-img{
    background-image: url(../img/banner/about.png); min-height: 750px; background-size: cover; 
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
    align-content: end;
}
.btn-abt{
    position: absolute; top: -20px;left: 50%;
    transform: translateX(-50%); 
    padding: 10px 60px;
    font-size: 18px;
    font-weight: normal;
}


.div-box{
    width:90%; margin: 0 auto; background: #fff; border-radius: 15px; padding:50px 15px 40px 15px; margin-bottom: 30px; position: relative; text-align: center;
}   


.btn.btn-green-o{
    border: 1px solid #32bf5c;
    color: #32bf5c;
    padding: 10px 40px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    font-weight: normal;
}

.btn.btn-black-o{
    border: 1px solid #000;   
    color: #000; 
    font-weight: bold; 
}

.btn.btn-white-o{
    border: 1px solid #fff;   
    color: #fff; 
    font-weight: bold; 
    margin-left:0 ;
}
.booking-area .btn.btn-black-o{
    margin: 20px;
    margin-left:0 ;
    padding: 5px 30px;
}
.service-slider ul{
    margin-left: 20px;
}
.service-slider ul li .icon{ margin-right: 15px;}
.btn{ 
    font-weight: normal;
}
.testimonial-box{
    background: #fff !important;
    border-radius: 30px;
    padding: 30px !important;
    margin-top: 50px;
}
.btn.btn-green-o .icon{ margin-right: 20px;}
.services{ 
    background-image: url(../img/bg.jpg); min-height: 600px; background-size: cover; 
    background-size: contain;
    background-repeat: repeat;
    padding-top: 5rem !important;
    padding-bottom: 10rem !important;
}

.owl-testimonial .owl-item.center .testimonial-box{
    padding: 30px !important;
    margin-top: 0;
}

.testimonial-box img{
    filter: grayscale(1);
}

.owl-testimonial .owl-item.center .testimonial-box img{
    filter: grayscale(0);
}


.infot_margin{
    color:#000; text-align: left;
}
.testimonial-box ul{ margin: 15px; display: none !important;}
.testimonial-box li{ list-style: disc;   }

.owl-testimonial .owl-item.center .testimonial-box ul{
    display: block !important;
}

.footer{
    background-image: url(../img/banner/footer.png); background-size: cover; background-repeat: no-repeat; background-position: center;
    padding: 2rem 0;
}

.footer .nav-link{ padding: 5px;}
.company-about{ color: #727272; font-size: 14px; }

.sub-heading::before, .sub-heading::after {
  content: '';
  flex: 1;
  height: 1px;
  background: #000;
  margin: 15px;

}

.sub-heading{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 350px;
  margin: 0 auto;
  
}

.booking-area .sub-heading::before, .booking-area .sub-heading::after {
      background: #fff;
}

a:hover{ color: #32bf5c !important;}


.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none; /* so only buttons are clickable */
}

.owl-nav button.owl-prev,
.owl-nav button.owl-next {
  background: rgba(0,0,0,0.5);
  color: #000 !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  pointer-events: auto; /* re-enable click */
  border: none;
}

.owl-nav button.owl-prev {
  margin-left: -50px; /* adjust how far left */
}

.owl-nav button.owl-next {
  margin-right: -50px; /* adjust how far right */
}

.owl-nav button{
    background: #fff !important;
    border-radius: 50px !important;
}
.owl-nav button .fa{
    color:#32bf5c !important;
}

.tp-caption .btn-green-o{ margin: 5px;}
.rev_slider h1{  font-family: fd-medium; font-size: 4vh; margin-bottom: 10px; }
.rev_slider h4{  font-family: fd-regular; font-size: 2vh; margin-bottom: 30px; }

.header-appear .sidemenu_btn span{
    background: #000;
}
.slider_caption{
    margin:0 auto; top:50%; position:absolute; text-align:center; width:100%; transform: translateY(-50%); padding: 15px;
}
.btn.btn-green:hover{
    background: #fff !important;
    border:solid 1px #32bf5c;
    color: #32bf5c !important; 

}
.slider_caption .btn{
    padding: 7px 30px;
}

.contact-form textarea.form-control{
    min-height: 260px;
}

.case_txt{
    align-content: center; padding: 20px; padding-left:50px
}

.testimonial-box img{ border-radius: 20px;}
.case_txt h3{
     font-weight: bold !important;
}
.case_img{
    background-size: cover; 
    background-repeat: no-repeat; background-position: center; min-height: 400px; border-radius:30px
}
@media (orientation: portrait) {
    .container{
        max-width: 100%;
    }
    .div-box{
         width:90%; 
    }
    .about-img{
        padding-bottom: 0 !important;
    }
    .btn.btn-green-o .icon{ margin-right: 5px;}
    .btn.btn-green-o{ margin: 5px; padding: 10px 25px; }
    .header-appear .navbar-top-default{
        padding: 0;
    }
    .header-appear .navbar-top-default .container{
        max-width: 90%;
    }
    .side-footer,  .owl-nav{
        display: none;
    }
    .testimonial-box ul{ text-align: left;}
    .case_txt{
        align-content: center; padding: 15px
    }
    .case_txt h3{
        font-size: 1.5rem;
        font-weight: bold !important;
    }
    .case_img{
        min-height: 200px;
    }

    .contact-sec .contact-details ul li{
        margin-bottom: 15px;
    }
    .contact-sec .contact-details ul{
        margin-top: 15px;
    }
}