@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');:root {
  --red: rgba(204,0,33);
  --white: #ffffff;
  --black: #262626;
  --grey: #eee;
  --red: #ad0101;
  --darkred: #650505;
  --primary: #39464f;
  --primary-dark: #273035;
}
.mobile_menu_toggle{
    display:none;
}
.list{
    padding-left:16px;
}
.list li{
    margin-bottom:6px;
}
.single_service{
    position:relative;
}
.text_box{
        width: 100%;
    height: 40px;
    padding: 12px;
    font-size: 16px;
    color: var(--primary);
        border: 1px solid var(--primary);
        margin-bottom:16px;
        border-radius:0 !important;
}
.form{
    border: 1px solid var(--primary);
    padding: 42px;
    background: var(--primary);
    color:#fff;
}
.contact_form img{
    margin-bottom:16px;
}
ul{
    list-style:none;
    
}
ul.core_values li{
    font-size: 18px;
    line-height: 30px;
}
ul.core_values li:before {
    content: url('../img/loyalty.png');
    display:inline-block;
    margin-right:6px;
}
.nav-item.dropdown:hover .dropdown-menu{
display: block;

}
.navbar-nav .dropdown-menu{
    margin: 0;
    padding: 0;
    border: none;
    padding-top: 16px;
    padding-bottom: 10px;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
}
.dropdown-item:hover{
   background: var(--red);
   color: var(--white);
}
.dropdown-item{
      padding: 8px 20px;
      font-size: 15px;
    color: var(--red);
}
.feature_colum{
      box-shadow: 0 0 8px rgb(0 0 0 / 50%);
    border-radius: 4px;
    padding: 14px 12px;
    margin-bottom: 30px;
}
.feature_colum p{
  line-height: 1.3;
}
.btn-primary:hover{
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}
.btn-primary{
  background-color: var(--primary);
  border-color: var(--primary);
  color: #fff !important;
}
body{
	font-family: 'Roboto', sans-serif;
  font-size: 15px;
}
.feature_colum img{
  padding: 10px;
}
.abt_bg{
      background-image: url(../img/about.jpg);
    height: auto;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right;
}
.container-fluid{
  padding-left: 0;
  padding-right: 0;
  overflow: hidden;
}
.content1{
      background: #39464f;
    color: #fff;
    padding: 80px;
}
.content2{
      background: #f0f4f7;
    padding: 80px;
}
.lil_seperator{
    width: 50px;
    clear: both;
    overflow: hidden;
    display: block;
    border-top: 3px solid #cfd8de;
}
.service_item img{
  width: 100%;
  height: 230px;
}
.readmore,.readmore i{
      font-size: 14px;
    font-weight: 500;
}
.service_content{
  padding: 25px;
}
.content_heading{
      font-weight: 900;
    font-size: 20px;
    text-transform: uppercase;
    color: var(--black);

}
.service_item{
      border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
.hedingtop{
      font-size: 13px;
    color: #ccc;
    margin: 0;
}
.service_heading{
  font-size: 32px;
    font-weight: 900;
    margin-bottom: 8px;
}
.section{
  padding-top: 50px;
}
.copyright{
  background: var(--red);
  padding: 20px 0;
}
.copyright p{
  margin-bottom: 0;
}
.block{
  display: block;
}
p{
  font-size: 15px;
}
.social_links a{
  margin-bottom: 5px;
  color: #3e3e3e;
  font-size: 15px;
}
.footer_col{
  padding: 50px 16px 50px 0;
  
}
.footer_item:first-child{
  padding-left: 15px;
}
.footer_item{
  border-right: 1px solid #ddd;
  padding-left: 30px;
}
.footer_item:last-child{
  border-right: 0;
}
.footer_col .logo{
  margin-bottom: 10px;
}
.logo,.navbar-brand img{
  height: 50px;
  border-radius: 5px;
}
[class*="-danger"]{
  color: var(--red) !important;
}
/*global*/
a:hover{
  color: var(--darkred);
  text-decoration: none;
}
a{
  color: var(--red);
}
footer{
  background: var(--grey);
}

#banner_slider img{
  width: 100%;
}
.navbar {
    padding: .2rem 0;
}

.carousel-item{
  position: relative;
}
.content-container{
  position: absolute;
  left: 0;
  top: 0;
  padding:100px 150px;
  right:0;
  bottom:0;
  text-align:center;
      display: flex;
    justify-content: center;
    align-items: center;
        background: #0000006b;
}
.heading1{
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 0;
}
.heading2{
  font-size: 32px;
  font-weight: bold;
}
.heading3{
  font-size: 24px;
  font-weight: bold;
}
.btn{
  border-radius:0;
}
.content-container a.btn{
 background: var(--red);
 color: var(--white);
}
.mobile_show{
    display:none;
}
.mobile_menu_toggle{
    width: 40px;
    height: 40px;
    border: 1px solid var(--primary);
    border-radius: 4px;
    font-size: 24px;
    text-align: center;
    line-height: 40px;
    color:var(--primary);
}
@media screen and (max-width:768px){
    .mobile_menu_toggle{
        display:inline-block;
    }
    .mobile_show{
        display:block;
    }
    .core_values{
        padding-left:0;
    }
    .form{
            padding: 25px 20px;
    }
    .single_service {
        margin-bottom:-20px;
    }
    .nav-item.dropdown:hover .dropdown-menu{
       
    }
    .nav-item.dropdown .dropdown-menu{
    
            padding: 0;
    padding-left: 20px;
    }
    iframe{
        width:100% !important;
    }
    .single_service img{
        height:180px;
    }
    header{
        margin-bottom:65px;
    }
    .service_item{
        margin-bottom:30px;
    }
    .feature_colum,.feature_content{
        margin-bottom:20px;
    }
    #banner_slider img{
        height:280px;
    }
    .content-container{
        padding:40px;
    }
    .heading1{
        font-size:28px;
    }
    .footer_col{
            padding: 30px 16px 5px 0;
    }
    .footer_item{
        padding-left:15px;
    }
    .content1,.content2{
        padding:32px;
    }
    .content-container-inner  .heading3{
        display:none;
    }
    .nav-item.mobile_show a img{
       margin:16px;
       border-radius: 5px;
       width:130px;
    }
    .navbar.navbar-expand-sm{
            position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
    }
    .mobile_menu{
    width:0;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 16px rgb(0 0 0 / 50%);
    transition:all 200ms ease-in-out;
    overflow:hidden;
    }
    .navbar-nav .nav-link{
            padding: 8px 16px 8px 16px;
    }
}
