*{
    text-decoration: none!important;
    box-sizing: border-box!important;
}

body {
    color: #111;
    font-family: 'Raleway', sans-serif!important;
    line-height: 1.4;
    margin: 0;
    padding: 0;
    }

    .navbar{
        padding:0rem 0rem!important;
        transition: .5s!important;
        
    }
.navbar{
    background: white!important;
    box-shadow: 0 8px 24px rgba(0,0,0,.13);
      
}
    .navbar-nav{
        margin-left: 20%;
        padding:10px;
     font-size: 20px;
    color: white;
}

.tp-sec1{
    background: #1F2021;
    color: white;
    padding:8px 0px;
   
}

.t-right{
    margin-right: 40px;
}


.so-icons .fa{
    background: black;
    color: white;
    padding: 5px 8px;
    border-radius: 25px;
}
.tp-sec2{
    background: #db0e08;
    padding: 8px 0px;
    text-align: right;
}

.navbar-collapse{
    bckground: linear-gradient(-14deg , black 60% , gold 50%);
}

.navbar-brand{
    transition: .5s!important;
}

#logo img{
    height: 50px;
}
.nav-link{
    font-size: 18px;
    color: #111;
    padding: 25px 30px!important;
}
.nav-link:hover{
    color: #da1914;
}

.dropdown-menu .dropdown-item:hover{
    color: #da1914!important;
}
.dropdown-menu{
    border-top: 2px solid red!important;
    border-bottom: 2px solid red!important;
        min-width: 272px!important;
    padding: .5rem 22px!important;
}

.dropdown-menu::before{
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    background: #db0e08;
    background: linear-gradient(-46deg, transparent 46%, #db0e08 47%);
    left: 60px;
    top: 0;
    margin-top: -14px;
    z-index: -1;
    transform: rotate(45deg);
}
.dropdown-menu a{
        color: #da0c08!important;
}
.dropdown-menu a:hover{
    color:#0056a9!important;
}
.cont{
display: inline-flex;;
}
.cont span{
    margin-right: 10px;
}

.so-icons{
    text-align: center;
}

.so-icons span{
    margin-right: 20px;
    font-size: 17px;
}

.top-cont{
  
}

.dropdown-menu{
    transition: 0.5s;
}

@media screen and (min-width:990px) and (max-width:1300px){
    .nav-link{
        font-size: 14px!important;
    }
}
@media screen and (min-width:1000px){
.dropdown:hover .dropdown-menu{
    animation: nav-move2 0.2s 1;
}
#mydrop:hover .dropdown-menu{
    display: block;
}



@keyframes  nav-move {
    0%   {transform: rotate(0deg);visibility: hidden;}
    100% {transform: rotate(360deg); visibility: visible;}
  }
  
  
@keyframes  nav-move2 {
    0%   {margin-top: 40px;}
    100% {margin-top: 0px;}
  }

}

@media screen and (max-width:600px){
    .navbar-nav{
        margin-left:0%!important;
        padding-left:25px!important;
    }

.off-sec{
    margin-bottom:60px!important;
        box-shadow: 0px 1px 11px 1px!important;
}
    .mymodal-content {
    width:85%!important;
    }
    .tp-sec1{
        display:none;
    }

    .headings::before,.headings::after{
        display: none;
    }
    .p-img{
        text-align: center;
    }
}


.social-icon{
    position: fixed;
    right:2px;
    bottom: 40px;
    z-index: 999;
    padding: 10px;
}

.social-icon p{
   background: red;
    color:white;
    border-radius: 50%;
    padding:8px 15px;
   
}

.social-icon a:hover{
    color: white;
}

.social-icon a{
    color: white;
    font-size: 25px;
}

.social-icon p:hover{
   
opacity: 0.8;
}
#lgo{
    font-size: 45px;
    font-family: cursive;
}



.so span a{
    color:white;
}

.about{
    padding:40px 0px;
}

.title{
    color:#DA1914;
    text-align: right;
}

.read-btn{
    color: #DA1914;
    border: 1px solid;
    padding: 10px;
}


.head-title{
    position: relative;
}

.headings{

    font-size: 45px;
    text-align: center;
}

.headings::before{
    content: '';
    position: absolute;
    color: #111;
    border: 1px solid black;
    width: 100px;
    margin-top: 35px;
    margin-left: -110px;
}

.headings::after{
    content: '';
    position: absolute;
    color: #111;
    border: 1px solid black;
    width: 100px;
    margin-top: 35px;
    margin-left: 10px;
}
.head-title{
    text-align: center;
}

b1{
    color: #DA1914;
    font-weight: 800;
}



.off-sec .icons{
    text-align: center;
    font-size: 35px;
    margin-top: -45px;
    margin-bottom: 17px;
}

.off-sec .icons .fas,.icons .fa{
    background: #da1914;
    padding: 10px;
    color: white;
    border-radius: 25px;
    transition: 1s;
}

.of-name span{
    color:#da1914;
    font-weight: 600;
}

.we-offer{
    padding:40px 0;
    background: black;
}

.off-sec{
    padding: 20px;
    margin-bottom: 30px;
    box-shadow: 0 0px 1px 7px;
    cursor: pointer;
    margin-bottom: 30px;
    color: #cabfb0;
}

b2{
    color: white;
}

.off-sec:hover .icons .fas{
    transform: rotate(360deg);
}

.off-sec:hover{
    background: black;
    color: white;
    box-shadow: 0 1px 5px 4px;

    margin-bottom: -1px;
}


footer{
    background: #222222db;
    padding:40px 0;
}

.sign-up p{
    color:white;
}

.sign-form input{

    height: 50px;
}
   
.sub-btn{
    margin: 13px 0;
}
.s-btn{
    background: red;
    padding: 13px 26px;
    color: white;
}

.foot-cont{
    padding: 40px 0;
}
footer{
    color: white;
}

.copy{
    text-align:center;
}
.copy h3{
    margin: 10px 0;
}

.copy .s-icons{
    margin:20px;
}

footer a{
    color: white;
    font-size: 13px;
    transition: 0.5s;
}

footer a:hover{
    color: red;
}

.sign-up h3{
    margin: 20px 0;
}
.s-icons .fa{
    border: 1px solid;
    padding: 10px;
}

.cninfo{
    margin: 0 0 20px 0;
    display: inline-flex;
}

.cninfo span{
    margin: 0 10px;
}

.product{
    padding:40px 0;
}

.pname{
    margin: 10px 0;
    text-align:center;
}
.pname a{
    color: #da1914;
    font-size: 18px;
    font-weight: 700;
}

.pro-sec{
    margin-bottom: 30px;
}

.pro-sec:hover .p-img img{
border-radius: 50%;
transform: scale(0.9);

}


.video-gall{
    padding: 40px 0;
    background: black;
    color: white;
}

.video-sec{
    text-align: center;
    background: white;
    color: black;
    padding: 20px;
margin-bottom: 30px;
}

.v-name{
    border-radius: 25px;
    background: red;
    padding: 5px;
    color: white;
}

.client{
    padding:40px 0;
}

body,html{
    overflow-x: hidden!important;
}

.foot-sec{
    margin-bottom: 30px;
}


.foot-back{
    background: url('../img/f-back.png');
    background-size: cover;
}

.cninfo .fa{
    font-size: 27px;
}
.site-map {
    padding: 20px 0;
    background: #da0c08;
    color: white;
}

.site-map a,.site-map a:hover{
    color:white;
   
}

.p-img img {
    width: 100%;
    transition: 0.5s;
    height: 250px;
}

.pdimg .p-img img {
    height:auto;
}


.cat-sec .p-img{
    border:none;
}

.cat-sec{
    margin-bottom: 30px;
}

.pro-heading{
    text-align: center;
}

.pr-imag{
    width: 24%;
    border: 1px solid red;
}

.product-name{
    background: #d61917;
    color: white;
    padding: 15px;
    text-align: left;
    border-radius: 25px;
    border-left: 20px solid black;
    margin-bottom: 30px;
}

.product-back{
  padding:40px 20px;
}

.pro-gallery{
    padding:20px;
}

.product-desc{
    backgrond: #c4bdbdba;
    
}

body,html{
    overflow-x:hidden;
}

/* Modal Start */

.mymodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  }
  
  /* Modal Content */
  .mymodal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 30%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s
  }
  
  /* Add Animation */
  @-webkit-keyframes animatetop {
    from {top:-300px; opacity:0} 
    to {top:0; opacity:1}
  }
  
  @keyframes animatetop {
    from {top:-300px; opacity:0}
    to {top:0; opacity:1}
  }
  
  /* The Close Button */
  .close {
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
  }
  
  .mymodal-header {
    padding: 10px 16px;
    background-color: #d61917;
    color: white;
    margin-top: -26px;
    border-radius: 25px;
  }
  
  .mymodal-body {padding: 20px 16px;}
  
  .mymodal-footer {
    padding: 10px 16px;
    background-color: #d61917;
    color: white;
    margin-bottom: -30px;
    border-radius: 25px;
  }

  .mymodal-body input{
 
    height: 40px;
    margin-bottom: 10px;
    border:none;
    border-bottom: 1px dashed red;
  }

  .mymodal-body textarea{
      border:none;
      border-bottom: 1px dashed red;
  }

  .mymodal-body .form-control:focus{
box-shadow: none;
  }

  input[type=submit]{
      border:none;
      margin-top: 20px;
  }
  /* My Modal End */

  .modal-submit .read-btn{
    background: black;
    color: white;
  }

  /* Modal end */

  .p-img{
    border: 1px solid #d61917;
  }

  .about-us-sec{
      padding:40px 0;
  }

  .profile-sec{
      margin:30px 0;
      text-align: justify;
  }

  .contact-us-sec{
      background: url('../img/back-img.jpg');
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment:fixed;
  }
  .cont-us{
      padding:40px 0px;
  }

  .cont-us input{
      height: 55px;
      margin-bottom: 20px;
      border:none;
      border-bottom: 3px solid red;

  }

  .cont-us textarea{
      height:150px!important;
      margin-bottom:20px;
      border:none;
      border-bottom: 3px  solid red ;
  }

  b5{
      color:white;
  }

  .sub-btn2{
      width:150px;
      height:50px;
      border:none;
          background: #d61917;
          color:white;
  }
  
  @media (max-width: 767px){
      .headings {
    font-size: 35px!important;
    text-align: center;
}
  }