/*-- Use For Custom Styling --*/
@font-face {
	font-family: ms-bold;
	src: url(../fonts/montserrat/Montserrat-Bold.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;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{ font-weight: bold;}
.navbar{ background-color: #fff !important;  border-bottom: solid 1px #eee;}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link{
    color: #000;
} 
.navbar-light .navbar-nav .nav-link:hover{
    color: #d35146 !important;
}
.navbar-brand img{
  max-width: 100%;
  height: 60px;
  padding: 5px 0;
}
.color-evy{
     color:  #d35146 !important;
}


.abt-box h5, .abt-box p{
    text-align: left !important;
}
.abt-box i{
    padding-top: 0;
}

.core-boxes{
    background: #d2dae2;
    border-radius: 15px;
}
.core-box{
     padding: 20px;
}

.btn-evy{
    margin: 0 auto;
    border:  solid 1px #d35146;
    border-radius: 20px;
    color: #d35146;
    background: #fff;
    padding:  5px 20px;
}

.about-section, .team-section{
  padding: 120px 0;
  background-color: #fff;
}
.services-section {
  background-color: #f0f0f0;
}
.case-section{
  padding: 40px 0;
  background-color: #fff;
}

.career-section{
  padding: 40px 0;
  background-color: #fff;
}

.mt-6{ margin-top: 60px;}


.service-boxes{
    background: #fff;
    border-radius: 15px;
}
.service-box{
     padding: 20px;
     min-width: 300px;
     cursor: pointer;
}
.service-box:hover{
    border: solid 1px #d35146 !important;
     background: #fff;
      border-radius: 15px;
}

.service-item{
    background: #fff;
    border-radius: 15px;
  
    margin: 0 auto;
    padding: 30px;
    text-align: left;
    margin-bottom: 30px;
    height: calc(100% - 16px);
}

.service-item:hover,  .core-boxes .core-box:hover,  .service-box.active{
    background:  #d35146 !important;
    color:#fff;
    border-radius: 15px;
    border:none;
}
.service-item:hover .color-evy{
    color:#fff !important;
}
.nav-item .nav-link.active{
    color:#d35146 !important;
}

.gutters .col-12{
    padding-right: 8px;
    padding-left: 8px;

}
.abt-box {
  width: calc(100% - 15px);
  margin: 0 auto;
  padding: 60px;
  border-radius: 20px;
  border: solid 1px #ccc;
}

.team-section-carousel .item{
    border-radius: 25px;
}
.team-section-carousel .item img{
    border-radius: 25px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
.itm-box{
    background:  #e9edf0 !important;
    color:#fff;
    padding: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    text-align: left;
}
.itm-box li{
    color:#000 !important;
    text-align: left;
}

.itm-box h4{
    color:  #d35146 !important;
}

.itm-box:hover{
     background:  #d35146 !important;
}

.itm-box:hover h4, .itm-box:hover li{
     color:  #fff !important;
}




footer{ background: #000; padding: 25px 0;}

footer li .nav-link{ padding: 0;}
footer ul{
    list-style-position: unset; list-style: none;
}
.career_bg{
    background-image: url(../img/banner/careers.jpg); background-size: cover; 
    background-repeat: no-repeat; background-position: center; border-radius:20px; min-height:600px
}

.case1_bg{
    background-image: url(../img/case/case1.jpg); background-size: cover; 
    background-repeat: no-repeat; background-position: center; border-radius:20px; min-height:600px
}



.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;
}
.career_txt{
    position: absolute; left: 50%;  top:50%;
    transform: translateX(-50%); 
    width:80%
}
.col-case{
    background: #555555;
    border-radius: 20px;
    width:90%;
    margin: 0 auto;
    padding:  40px 15px;
    color: #fff !important;
   margin-bottom: 15px;

}
.col-case p{
     color: #fff !important;
      font-size: 14px !important;

}
.col-case img{ height: 40px;}
.case_b{ position:absolute; bottom:50px;
left: 15px;
  right: 15px;
  width: calc(100% - 30px);
 
}


.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{
    border: 1px solid #fff;
    color: #fff;
    padding: 20px 40px;
    font-size: 14px;
    transition: all 0.3s ease-in-out;
    margin: 20px;
    font-weight: normal;
    margin-top: 0;
} 


.btn.btn-green-o{
    border: 1px solid #d35146;
    color: #d35146;
    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 .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: #d35146 !important;}
.btn.btn-green:hover{
    background: #fff !important;
    border:solid 1px #d35146;
    color: #d35146 !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: #e2e2e2 !important;
    border-radius: 50px !important;
}
.owl-nav button .fa{
    color:#d35146 !important;
}

.tp-caption .btn-green-o{ margin: 5px;}
.rev_slider h1{  font-family: ms-medium; font-size: 4vh; margin-bottom: 10px; }
.rev_slider h4{  font-family: ms-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;
}

.slider_caption .btn{
    padding: 15px 30px;
}

.contact-form textarea.form-control{
    min-height: 220px;
}

.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
}
.service-item{ align-content: center;}
.service-item img{ margin-bottom: 15px;}
.company-about a{ color:#535353}
.service-item:hover img{ display: none;}
.loader div:nth-child(2){ background:#d35146 }
@media (orientation: portrait) {
    .core-boxes{
        margin: 15px;
    }
    .abt-box {
        padding: 30px;
    }
    .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;
    }

    .career_txt .text-right{ text-align: left !important;}
    .career_bg{ background-position: left; }
    .career_txt{ top: 30%;}
    .case_b{ position: relative; width: 100%; top: auto; bottom: 0; left: auto; right: auto; padding: 60px 0;}
    .case_b h1{ font-size: 1.5rem;}
    footer{ padding: 25px;}

    .side-menu .inner-wrapper{
        padding: 20px;
    }

    .navbar>.container, .navbar>.container-fluid{
        align-items: end;
        align-content: end;
    }
    .slider_caption .btn {
        padding: 10px 15px;
        margin: 10px;
    }
    .navbar{ width: 100%; }
   
}