
@import url('https://fonts.googleapis.com/css?family=Roboto');


body{
 padding:0;
 margin:0;
 width:100%;

}

.top-head{
    background-color: #474747;
    height: auto;
    width: 100%;
    margin: 0px;
    padding: 0px;
}

.top-head-add h3{
    color: #fff;
    padding: 13px 0px 3px;
    font-family: 'Roboto', sans-serif;
    font-size:13px; 
}
.top-head-add h3 a{
    color: #fff;
    padding: 13px 0px 3px;
    font-family: 'Roboto', sans-serif;
    font-size:13px; 
}

.main-logo-bg{
    background-color: #fff;
    height: auto;
    width: 100%;
}

.top-social ul{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.top-social li{
   font-size: 19px;
    padding: 35px 15px 0px 2px;
    display: inline-block;
    text-decoration: none;
    text-align: left;
    
}

.top-social a{
    color: #c40706;
}

.top-social a:hover{
    color: #000;
    transition: .08s;
}

.main-menu{
    background-color:#c40706;
    width: 100%;
    
}



.navbar-nav a {
    color: #fcf6f6 !important;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border-right: 1px solid #000;
    padding: 5px 30px 4px 36px;
    
}

.navbar-nav a:hover{
    color: #fff !important;
    transition: 0.3s;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 37px;
    padding-right: 31px;
    border-right: 1px solid #2e2c2c
}

.navbar-light .navbar-toggler {
    color: #fff;
    padding: 7px 23px;
    border-color: rgba(0,0,0,.1);
    background-color: green;
     cursor: pointer;    
}

 .navbar-toggler:hover {
    cursor: pointer;
}

.dropbtn {
    color: #000 !important;
    padding: 16px;
    font-size: 15px;
    border: none;
    text-decoration: none !important;
}

.dropbtn a{
    color: #000 !important;
    text-decoration: none;
}


.dropdown {
    position: relative;
    display: inline-block;
    padding-top: 5px;
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #c40706;
  background-color: #c40706;
    min-width: 297px;
    margin: 2px 0 0 0;
    padding: 0 0 0 0;
    z-index: 999;
}


.dropdown-menu li{
    border-bottom: 1px solid #fff;
list-style: none;
}

.dropdown-menu a {
    color: black;
    padding: 8px 23px;
    text-decoration: none;
    display: block;
    font-size: 14px;
}

.dropdown-menu a:hover {background-color: #000;}

.dropdown:hover .dropdown-menu {
    display: block;
}

.sub-menu{
         display: none;
    position: absolute;
    background-color: #c40706;
    min-width: 278px;
    margin: -31px 0 0 0;
    padding: 5px;
    z-index: 99999;
    left: 296px;
}

.sub-menu li{
    font-size: 14px;
    color: #000;
    font-size: 15px;
    padding: 0px 5px 3px;
    display: block;
    text-decoration: none;
    
   
    
    
}

.sub-menu a{
    color: #000;
}

.sub-menu a:hover {background-color: #000}
.has-submenu:hover .sub-menu {
    display: block !important;
    
}

.img-heading h5{
        font-size: 50px;
    color: #0dd9e9;
    position: absolute;
      left: 14%;
    top: 63%;
    
}

 



.fa-bars:before {
    content: "\f0c9";
    background-color: #c40706;
    padding: 7px 9px 10px 9px;
    color: #fff;
    cursor: pointer;
    font-size: 28px;
    position: absolute;
    right: 13px;
    z-index: 9999;
    top: 0px;
}
 

.fa-chevron-left:before {
    content: "\f053";
    background-color: #000;
    padding: 11px;}

.fa-chevron-right:before {
    content: "\f054";
     background-color: #000;
    padding: 11px;
}

.product-heading h3{
   font-size: 31px;
    color: #000;
    font-weight: 600;
    padding: 30px 0px 0px;
    font-family: 'Robot',sans-serif;
    text-align: center;
    
}

.ser-bg{
   background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0,0)), url(../img/ser-bg.jpg);
    height: auto;
    width: 100%;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 9px 28px 7px;

}

.ser-sub-head {
   font-size: 22px;
    color: #c40706;
    font-weight: 600;
    text-align: center;
    font-family: 'Roboto',sans-serif;
    padding: 10px 0px 4px;
    margin: 0px;
}

.mid-content {
    font-size: 13px;
    color: #000;
    padding: 0 12px 2px 11px;
    text-align: center;
    font-family: 'Roboto',sans-serif;
}



.tou-img {
    width: 100%;
   margin: 10px 0px;
    text-align: center;
    border: 1px solid #ccc;
    height: auto;
    background-color: #fff;
}

.tou-img:hover{

    -webkit-box-shadow: 10px 10px 28px -3px rgba(193,209,208,1);
-moz-box-shadow: 10px 10px 28px -3px rgba(193,209,208,1);
box-shadow: 10px 10px 28px -3px rgba(193,209,208,1);
}
.btn-viewmore {
    padding: 3px 10px !important;
    color: #fff !important;
    margin: 0px 44px 10px;
    background-color: #000;
    border-radius: 0px !important;
}
.product-bg{
     background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgb(0, 0, 0,0)), url(../img/pro-bg.jpg);
    height: auto;
    width: 100%;
    margin-top: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 24px 9px 28px 7px;
}
.produ-border{
    background-color: #c40706;
    height: 4px;
    width: 85px;
    position: absolute;
    left: 46%;
}

.ser-mid-bg{
    height: auto;
    width: 100%;
    border: 1px solid #ccc;
    margin: 20px 0px;
    text-align: center;
    
}

.ser-mid-bg:hover{
    border: 1px solid #005cb6;
    transition: 0.3s;
-webkit-box-shadow: 10px 10px 5px -4px rgba(204,198,204,1);
-moz-box-shadow: 10px 10px 5px -4px rgba(204,198,204,1);
box-shadow: 10px 10px 5px -4px rgba(204,198,204,1);
    
    
}



.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.gall-mid-img img{
    opacity: 1;
    display: block;
    width: 100%;
    height: 250px;
    margin: 0 0 8px;
    border: 2px solid #c40706;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.gall-mid-img:hover .image {
  opacity: 0.3;
}

.pro-text{
    font-family: 'Roboto', sans-serif;
    color: #c40706;
    padding: 10px;
        font-size: 22px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
    
}

.product-cont{
    color: #000;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    padding: 0px;
    
}

.btn-read{
     padding: 3px 6px;
    color: #fff;
    background-color:#000;
    text-align: center;
    margin-bottom: 10px;
}


.about-bg{
    background-color: #005cb6;
    height: auto;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
}


.about-cont{
    font-family: 'Roboto', sans-serif;
    color: #fff;
    padding: 10px;
    font-size: 13px;
    text-align: center;
}

.btn-about{
    padding: 5px 5px;
    background-color: #ff7504;
    margin: 10px 0px 21px;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #fff;
}

.hot-pro-bg{
    height: auto;
    width: 100%;
    margin: 20px 0px;
    text-align: center;
    background-color: #fbfbfb;;
    
}

.hot-pro-bg:hover{
    transition: 0.3s;
-webkit-box-shadow: 10px 10px 5px -4px rgba(204,198,204,1);
-moz-box-shadow: 10px 10px 5px -4px rgba(204,198,204,1);
box-shadow: 10px 10px 5px -4px rgba(204,198,204,1);
    
    
}

.cont-detail-bg{
    height: auto;
    width: 100%;
    text-align: center;
    margin: 30px 0px 0px;
    padding: 36px 0 13px 0;
    background-color: #ccc;

}

.cont-detail-bg i.fa {
    position: relative;
    display: block;
    width: 50px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 20px;
   color: #fbf7f7;
    background-color: #005cb6;
    font-size: 26px;
    -webkit-transition: .25s;
    transition: .25s;
}

.cont-detail-bg i.fa:before {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cont-detail-bg p{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 14px;
    text-align: center;
}

.footer{
    background-color: #000;
    height: auto;
    width: 100%;
    
}

.footer-heading h4{
 
font-family: 'Roboto',sans-serif;
    font-size: 20px;
    color: #fff;
    padding: 20px 0px 0px;
    
}

.foot-he-bor{
    height: 28px;
    width: 2px;
       margin: 0px 3px 9px;
    background-color: #c40706;
}

.footer-text{
    color: #fff;
    font-size: 13px;
    font-family: 'Roboto',sans-serif;
    text-align: justify;
}

.footer-links{
    margin: 0px;
    padding: 0px;
    display: block;
}

.footer-links li{
    font-size: 13px;
    display: block;
    font-family: 'Roboto',sans-serif;
    text-decoration: none;
    padding: 4px 0px;
    margin: 0px;
    list-style: none;
}

.footer-links a{
    color: #fff;
    text-decoration: none;
}
.footer-links a:hover{
    color: #c40706;
    transition: 0.8s;
}

.footer-social{margin: 0px;
    padding: 0px;
    display: inline-block;

}

.footer-social li{
       color: #fff;
    font-size: 16px;
    padding-top: 3px;
    display: inline-block;
    text-decoration: none;
    background-color: #262323;
    text-align: center;
    border-radius: 50%;
    height: 31px;
    width: 28px;
    
}

.footer-social a{
    color: #fff;
}

.footer-social li:hover{
    color: #fff;
    background-color:#c40706; 
    transition: 0.5s;
}
.footer-add{
    margin: 0px;
    padding: 0px;
    display: inline-block;
}

.footer-add li{
    color: #fff;
    font-size: 13px;
    padding:3px 0 12px 2px;
    display: inline-block;
    text-decoration: none;
    text-align: left;

}

.footer-add li a{
    color: #c40706;
}
.copy-text{
    
    font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 15px;
}
.copy-text a{
  color: #c40706;  
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
      background-color: #c40706;
    color: white;
    cursor: pointer;
    padding: 6px 12px 8px;;
    border-radius: 9px;
}

#myBtn:hover {
  background-color: #555;
}

.copy-border{
    width: 100%;
    height: 0px;
    background-color: #fff;
}

.f-nav{ 
    z-index: 9999;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #fff;
    border-bottom: 1px solid #d0cece;
}

.mid-bg{background-image: linear-gradient(rgb(248, 248, 248), rgba(188, 178, 178, 0.6)), url(../img/banner5.jpg);
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 56px 0px 63px;
}

.mid-cont{
     font-family: 'Roboto',sans-serif;
    color: #000;
    font-size: 38px;
    font-size: 600;
    text-align: left;
    padding: 20px 0 0px;
}

.mid-bor{
    height: 6px;
    width: 85px;
    background-color: #c40706;  
}



.mid-text{
    font-family: 'Roboto',sans-serif;
    color: #000;
    font-size: 16px;
    text-align: left;
    padding: 44px 0;
}


.mid-link {
     font-family: 'Roboto',sans-serif;
    color: #c40706;
    font-size: 20px;
    text-align: left:
    text-decoration: none;
}

.about-headig h4{
    font-family: 'Roboto',sans-serif;
    color: #000;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0px 0px;
    text-align: left:
      
}

.what-bor{
    height: 3px;
    width: 76px;
    margin: 0px;
    background-color: #c40706;  
}


.about-content h6{
    font-family: 'Roboto',sans-serif;
    color: #3a3a3a;
    font-size: 16px;
    line-height: 27px;
    padding: 20px 0px 0px;
    text-align: justify;
}

.full-border {
    height: 1px;
    background-color: #cfd2d2;
    width: 100%;
    margin: 34px 0px 30px;
}

.cont-text{
    font-family: 'Roboto',sans-serif;
    color: #3a3a3a;
    font-size: 18px;
    padding: 40px 0px 0px;
}

.cont-fo-bg{
    margin: 30px 0px;
    height: auto;
    width: 100%;
}

.addre-bg {
    background-color: #e5e9eb;
    height: auto;
    width: 100%;
    margin: 30px 3px;
    padding: 0px;
    border-radius: 6px;
}
.address{
    
    margin: 0px;
    padding: 0px;
}

.address li{
    
    
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
    padding: 20px 15px 11px;
    display: block;
  
}

.btn-primary {
    color: #fff;
    background-color: #c40706;
    border-color: #c40706;
    padding: 7px 28px 10px;
    border-radius: 31px;
}


.btn-primary:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
    padding: 7px 28px 10px;
    border-radius: 31px;
}

.cutom-fo{
    
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 20px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fa-map:before {
    content: "\f279";
    font-size: 30px;
    color: #c40706;
    padding: 3px;
}

.fa-phone:before {
    content: "\f095";
    font-size: 32px;
     color: #c40706;
    padding: 3px;
}

.fa-envelope:before {
    content: "\f0e0";
    font-size: 28px;
     color: #c40706;
    padding: 3px;
}

.ser-heading h1{
     font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    padding: 40px 15px 10px;
    border-bottom: 3px solid #c40706;
    
}

.left-heading h6{
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    padding: 40px 15px 10px;
    border-bottom: 2px solid #ccc;
}


.left-ser-menu{
    margin: 0px;
    padding: 0px;
}

.left-ser-menu li{
    font-size: 15px;
    color: #000;
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    border-bottom: 1px dotted #ccc;
    
}
.left-ser-menu a{
    color: #000;
    text-decoration: none;
    transition: 0.3s;
}

.left-ser-menu a:hover{
    
    color: #c40706;
}

.ser-main-heading{
    font-family: 'Roboto', sans-serif;
    color: #c40706;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    padding: 40px 15px 0px;
   
}

.ser-main-containt{
    font-family: 'Roboto', sans-serif;
    color: #000;
    font-size: 16px;
    text-align: left;
    padding: 10px 0px;
        line-height: 29px;
}

.btn-info {
    color: #1e1a1a;
    background-color: #ffffff;
    border-color: #06c2e7;
    border-radius: 20px;
}

.container .gallery a img {
    float: left;
    width: 100%;
    height: auto;
    border: 2px solid #fff;
    -webkit-transition: -webkit-transform .15s ease;
    -moz-transition: -moz-transform .15s ease;
    -o-transition: -o-transform .15s ease;
    -ms-transition: -ms-transform .15s ease;
    transition: transform .15s ease;
    position: relative;
}


@media only screen and (max-width:600px){
    
    .navbar-nav a {
    color: #000 !important;
    font-size: 15px;
    text-transform: capitalize;
    padding: 18px 33px 2px 36px;
   border-right: none;        
            
}
    .navbar-expand-lg .navbar-nav .nav-link {
    padding-left: 37px;
    padding-right: 31px;
     border-right: none; 
}
    
}

.navbar-brand img{
    width: 60%;
    margin: 8px;
}