@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900');

@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap'); 
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
    
}

:root {
    --primary: #C30600;
     --secondary: #1D3160; 
    --white: #fff;
    --black: #000;
    --blue: #423E95;
}


.header{
    background-color: var(--primary);

}
 
.logo-cont{
    display: flex;
     align-items: start;
   

}
.logo-cont .logo-text h1{
    font-size: 24px;
    margin-top: 29px;
}
.mail-section{
    display: flex;
    flex-wrap: wrap;
}

.logo-section img{
    width: 100px;
} 
.navbar-section .mail-section .fa{
    font-size: 40px;
    color: var(--primary);
}
.navbar-section .mail-section{
    display: flex;
    flex-wrap: wrap;

    justify-content: space-evenly;
    align-items: center;
 }
.navbar-section .mail-section .mail-text p{
    margin: 0px;
 }
 .navbar-section .nav-item .nav-link{
    color: var(--black);
    margin-right: 29px;
    font-size: 17px;
    font-weight: 600;
    text-transform: uppercase;
 }

 .dropbtn {
    background-color: #fff;
     color: var(--black);
    padding: 8px;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-transform: uppercase;
  }
  
  .dropdown {
    position: relative;
    display: inline-block;
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 290px;
    height: 450px;
    overflow-y: scroll;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
  }
  
  .dropdown-content a:hover {
    color: var(--white);
    background-color: var(--primary);
}
  

  .dropdown:hover .dropdown-content {display: block;}
  
  .nav-item .nav-link:hover{
    color: var(--primary);
  }
  .dropdown:hover .dropbtn {
     color: var(--primary);
}
.navbar-section .menu{
    display: none;
}
.mail-section .mail-text .mail-us{
    font-weight: bold;
    font-size: 20px;
}


 @media (max-width:992px) {
    .logo-cont .logo-text h1{
        font-size: 24px;
        padding-top: 20px;
    }
    .navbar-section .mail-section{
        display: flex;
        flex-wrap: wrap;
    margin-top: 10px;
        justify-content: center;
        
        align-items: center;
     }
     .navbar-section .mail-section .fa{
       margin-right: 9px;
    }
    .mail-text {
        font-size: 15px;
    }
    .phone-view{
        display: none;
    }
    hr{
        display: none;
    }
    
 }
 @media (max-width:992px) {
    
    .navbar-section .menu {
        color: var(--black) !important;
        font-size: 18px !important;
        text-decoration: none !important;
        display: block;

    }
    
 }
 @media (min-width:993px) {
    .laptop-view{
        display: none;
    }
    
 }
 

 /* about us section css start here */
 .form-for-contactus {
    background-image: linear-gradient(rgba(0, 0, 0, 0.158), rgba(0, 0, 0, 0.062)), url(../img/cards-img/contact-bak.jpg);
    background-position: top;
    background-size: 700px;
    background-repeat: no-repeat;
}


.new-about-us {
    padding: 60px 0px;
}

.abouthead {
    font-size: 14px;
    font-weight: 700;
    line-height: 25px;
 
    color: var(--primary);
}

.head-new {
 
    font-weight: 700;
    
    font-size: 31px;
    line-height: 42px;
}

.head-1-color-red {
   
    font-weight: 700;
    font-style: normal;
    font-family: 31px;
    line-height: 42px;
    color: var(--primary);
}
.captcha-para{
    background: linear-gradient(rgba(0, 0, 0, 0.303),rgba(0, 0, 0, 0.44)),url(../img/cards-img/captcha.png);
    color: var(--white);
    
   
}
.captcha-para p{
    font-size: 23px;    
    text-align: center;
    font-family: "Special Elite",'Roboto', sans-serif;
    /* font-family: , serif; */
    padding-top: 5px; 
    padding-bottom: 5px;
   
}
.captchCode {
    font-size: 23px;    
    text-align: center;
    font-family: "Special Elite",'Roboto', sans-serif;
    /* font-family: , serif; */
    padding-top: 5px; 
    padding-bottom: 5px;
   
}
.cpatcha-div p {
    font-size: 18px;    
    text-align: center;
    font-family: "Special Elite",'Roboto', sans-serif;
    /* font-family: , serif; */
  
   
}
.name button{
    background-color: var(--white);
}
.name button:hover{
    background-color: var(--primary);
    color: var(--white);
}
.submit button{
    background-color: var(--white);
    color: #C30600;
    border: none;
    padding: 5px;
    border-radius: 5px;
  padding-right: 12px;
  padding-left: 12px;
}
.about-para {
    font-size: 15px;
    font-weight: 400;
    
    line-height: 25px;
    text-align: justify;
}


.new-contact {
    font-size: 25px;
    font-weight: 700;
    line-height: 35px;
     
    color: white;
}

@media (max-width:770px){
    
.new-about-us {
    padding: 10px 0px;
}

.mail-section{
    display: none !important;
}
.btn-ed {
    text-align: center;
}

.btn-st{
    text-align: center;
}
.head-new {
 
    font-weight: 700;
    
    font-size: 28px;
    line-height: 42px;
}
.dropbtn {
    background-color: #fff;
    color: var(--black);
    padding: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
  
    font-size: 16px;
    border: none;
}

}

  /* about us section css end here */



  /* information css start here */
  .information {
    margin: 30px 0px;
    color: var(--white);
    background-color: var(--primary);
    padding: 40px;
}

.btn-2 {
    background-color: var(--white);
    color: var(--primary);
    padding: 5px 16px;
    text-decoration: none;
     font-weight: 600;
    border-radius: 3px;
}

.req-head {
    font-size: 45px;
    font-weight: 600;
    line-height: 54px;
    
}

.req-para {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
 
}

.btn-ed {
    text-align: end;
    margin: 20px 0px;

}

 

.btn-st {
    text-align: start;
    margin: 20px 0px;
}

.information .btn-2:hover {
    background-color: var(--primary);
    color: var(--white);
    padding: 5px 16px;
    text-decoration: none;
   cursor: pointer !important;
    transition: ease-in-out 0.2s;
}

@media (max-width:500px) {

    .btn-ed {
        text-align: center;
         
    font-size: 9px !important;

    }

    .btn-st {
        text-align: center;
        
    font-size: 9px !important;

}
.req-head {
    font-size: 30px;
    font-weight: 600;
    line-height: 54px;
}
.information {
    margin: 30px 0px;
    color: var(--white);
    background-color: var(--primary);
    padding: 20px;
}
.logo-section img{
    width: 100px;
}   
 .logo-cont .logo-text h1 {
    font-size: 24px;
    padding-top: 0px;
}
 
}
  /* information css end here */


  /* why choose section css  */
  .whyy{

    font-size: 22px;
    font-weight: 700;
 }


.why-head {
font-size: 19px;
font-weight: 700;   
 }
 .choose-card{
    background-color: #fff; 
    padding: 12px;
    margin-top: 10px;
 }
 .choose-cards{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
    margin-bottom: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
 }
  /* why choose section css  */



  /* product section start here */


  .product-section{
    background-color: var(--secondary);
  }
  
  .product-section .product-head{
    text-align: center;
    color: var(--white);

  }
  .product-section .product-head .product-subhead{
    text-align: center;
    font-size: 27px;
    margin: 0px;
    text-transform: uppercase;

  }
  .product-section .product-head .line{
    width: 150px;
    height: 5px;
    margin: 0px;
    display: inline-block;
    background-color: var(--white);
    text-align: center;
    margin: 0px;
  }
  .product-section .product-head h1{
    font-size: 25px;
    text-align: center;

  }

  .product-card{
    /* box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px; */
    position: relative;
    margin-top: 25px;
  }
  .product-card:hover {
    transform: scale(1.07);
    transition: all ease-in-out 0.9s;

  }
  /* .product-card:hover  .show{
    display: block;
    height: 100%;
    width: 100%;
    opacity: 1;
    
  } */
  /* .show{
    background-color: #c30700ab;
    width: 100%;
    opacity: 0;
    height: 10%;
    position: absolute;
    transition: all ease-in-out 0.6s;

    bottom: 0px;
} */
.product-text{
    background-color: #f3f7fa;
     position: absolute;
    z-index: 99;
    width: 96%;
    padding-left: 9px;
    bottom: 0;

}
.product-desc{
    font-size: 18px !important;

}
.view-btn{
    text-align: center;
}
.view-btn a{
    background-color: var(--white);
    color: var(--primary) ;
    text-decoration: none;
    padding: 9px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
}
 
.product-card .fa-shopping-bag{
    background-color: var(--blue);
    padding: 10px;
    color: var(--white);
    display: inline-block;
    margin-right: 7px;
}
  
.product-text a{
    color: var(--black);
    text-decoration: none;
    font-size: 18px;
    font-weight: 500;
}

@media (min-width:992px) {
    .product-head{
        padding-right: 180px;
        padding-left: 190px;
    }
    
}
@media (max-width:500px) {

    .product-desc{
    font-size: 14px !important;

}
.product-head .product-subhead{
    font-size: 22px !important;

}
}
  
  /* product section end here */


/* reach us section start here */
.reach-add{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
 }
.reach-add img{
    width: 80px !important;
}
.reach-head-add{
  font-weight: 600;
  font-size: 19px;
}
.reach-add p{
    margin-left: 9px;
}
.reach-addres p{
    margin: 9px;
    padding-left: 9px;
}
/* reach us section end here */


/* footer section start here */

.footer-section{
    border-top: 5px solid #C30600;
   
}
.footer-section .footer-heading{
    font-size: 22px;
    font-weight: 600;
}

.footer-card ul li{
    list-style: none;
    line-height: 1.9;
}
.footer-card p{
    line-height: 1.6;
}
.footer-card ul li a{
   text-decoration: none;
   color: black;
}
.footer-card h1{
    font-size: 25px;
}
.footer-card .phone{
  font-weight: 600;
}
.footer-card ul li a:hover{
    color:#C30600;
}

.footer-card ul li:hover{
   transform: translate(9px);
   transition: all ease-in-out 0.63s;
   
}

 .footer-card .soical-icon .fa-brands{
    font-size: 25px;
    margin-right: 13px;
 }
 .footer-card .soical-icon .fa-brands:hover{
    color: var(--primary);
    transition: all ease-in-out 0.6s;
 }

.footer-card a{
    text-decoration: none;
    color: var(--black);
    cursor: pointer;
}

.footer-bottom-area{
    background-color: var(--primary);
    color: var(--white);
}
.footer-bottom-area .copyright-text a{ 
      color: var(--white);
}
.footer-section .soical-icon{
  margin-top: 10px;
}

@media (max-width:500px) {
    .footer-bottom-area{
        text-align: center;
    }
    .reach-add img {
        width: 50px !important;
    }
    .reach-addres p {
        font-size: 15px;
    }
    
}




/* call and whatapp icon start here */

.what-icon{
    position: relative;
  }
  .whatapp-icon img{
    width: 70px !important;
    position: fixed;
    bottom:  120px;
    left: 30px;
    z-index: 999;
  
  }
  .whatapp-icon:hover   img{
    transform: scale(1.2);
    transition: all 0.6s ease-in-out;
  
  }
  .phone-icon{
    position: relative;
   }
  .call-icon img{
    width: 70px !important;
   
    position: fixed;
    bottom:  120px;
    right: 30px;
    z-index: 99;
  
  }
  .call-icon:hover   img{
     transform: scale(1.2);
     transition: all 0.5s ease-in-out;
  }
  
  @media (max-width:500px){
    .call-icon img{
      width: 60px !important;
      right: 12px;

      
    }
    .whatapp-icon img{
      width: 60px !important;
    left: 12px;
    z-index: 99;
     
      
    }
  }
  @media (min-width:502px) and (max-width:992px) {
    .call-icon img{
      width: 70px !important;
     
      position: fixed;
      bottom:  120px;
      right: 9px;
    }
    .whatapp-icon img{
      width: 70px !important;
      position: fixed;
      bottom:  120px;
      left: 9px;
    }
  
    
  }
   
  
  /* call and whatapp icon end here */
  
  
  

/* footer section end here */




.sub-page-banner {
    text-align: center;
    padding: 100px 200px;
    background:   url(../img/banner/all-page-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;

}
 

.sub-page-banner p {
    font-size: 34px;
    color: #fff;
    font-weight: bold;
}

.home-gllery a{
    text-decoration: none;
    color: var(--white);
}
@media (min-width:992px) {
    .sub-page-card{
        padding-top: 10px;
        padding-bottom: 10px;
        margin-left:360px ;
        margin-right:360px ;
        background: linear-gradient(rgba(0, 0, 0, 0.399),rgba(0, 0, 0, 0.448));
    }
    
    
}
@media(max-width:600px) {
    .sub-page-banner h2 {
        font-size: 18px !important;
        color: white;
    }
    .sub-page-card{
        margin-left:30px ;
        margin-right:30px ;
        background: linear-gradient(rgba(0, 0, 0, 0.407),rgba(0, 0, 0, 0.495));
    }
}


@media(max-width:649px) {
    .sub-page-banner {
        padding: 20px 30px;
    }
}






  /* working gallery session start here */
.work-gallery {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  }
  .work-gallery:hover .view{
    display: block;
     height: 100%;
    width: 100%;
  
  }
  .work-gallery .view {
    transition: transform 0.3s ease;    
    height: 50%;
    background-color: #000000a9;
    width:10%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
  }
  .work-gallery .view  .add-icon{
     display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    transform: translateY(120px); 
  }
  .work-gallery .view  .add-icon a i{
    color: var(--white);
    font-size: 25px;
    
    
  }
  .work-gallery:hover .fa{
     transform: rotate(180deg);
  }
  
  .our-work-section .work-gallery .view  .add-icon{
    display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   transform: translateY(100px); 
  }
  .high-light{
    color: var(--yellow);
  }
  
  /* working gallery session end here */
  
  
  /* working video session start here */
  .video-head span{
  color: var(--yellow);
  }
  .video-head {
  text-align: center;
  }
  /* working video session end here */
  

  /* contact us section start here */
  .message-cards{
  background-color: var(--secondary)    ;
    color: var(--white);
     

  }
  .message-cards{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient( #1d3160eb, #1d3160ec),url("../img/cards-img/message.png");
    background-repeat: no-repeat;
    background-size: calc(100% - 300px);
  }
  .line{
    height: 3px;
    width: 150px;
    background-color: var(--primary);
  }
  .line1{
    height: 4px;
    width: 80px;
    margin-bottom: 5px;
    background-color: var(--white);
  }
  .message-cards .drop{
    font-size: 20px;
    font-weight: 600;

  }
  .message-cards .send-y{
    font-size: 30px;
    font-weight: 600;
  }
  .message-cards .sub-inq{
    font-size: 28px;
    font-weight: 600;

  }
  .form-for-conta{
    background-color: #F3F7FA !important;
    

}
  .form-for-conta .new-contact {
    color: var(--primary);
}
  .form-for-conta .submit {
    color: var(--white);
    border-radius: 6px;     
}
  .form-for-conta .submit button {
    background-color: var(--primary);
    padding-top: 8px ;
    padding-bottom: 8px ;
    color: var(--white);
    
}

@media(max-width:500px){
  .message-cards{
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-image: linear-gradient( #1d3160eb, #1d3160ec),url("../img/cards-img/message.png");
    background-repeat: no-repeat;
    background-size: calc(100% - 150px);
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .message-cards .drop{
    font-size: 19px;
    font-weight: 600;

  }
  .message-cards .send-y{
    font-size: 26px;
    font-weight: 600;
  }
  .message-cards .sub-inq{
    font-size: 24px;
    font-weight: 600;

  }
}


  /* contact us section end here */
  





  /* inquiry page start here*/
.cap-text{
  
  text-align: center;
}

.product-details {
  padding-top: 50px;
}

.inquiry-image {
  padding-top: 50px;
  text-align: center;

}

.inquiry-image img {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
}


.cpatcha-div {
  color: var(--white);
  padding-top: 5px;
  padding-bottom: 5px;
  background: linear-gradient(rgba(0, 0, 0, 0.563),rgba(0, 0, 0, 0.481)),url("../img/cards-img/captcha.png");
}

.product-heading-style {
  font-size: 18px;
  font-weight: 700;
}

.key-features {
  padding-top: 10px;
}

.inquiry-button button {
  background-color: var(--primary);
  color: white;
  font-size: 17px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 12px;
  border: 1px solid var(--white);
}

.inquiry-button button:hover {
  background-color: white;
  color: var(--primary);
  border: 1px solid var(--primary);
}

.list-head {
  font-size: 18px;
  font-weight: 700;
}
.product-details .head-1{
  font-size: 30px;
  font-weight: 600;
}

.product-details .product-feature li{
  list-style:decimal-leading-zero;
  line-height: 1.9;
}

.enqiury .btns a{
  background-color: var(--primary);
  color: var(--white);
 }
 .modal .btn{
  background-color: var(--primary);
  color: var(--white);
 }

@media(max-width:500px) {
  .product-details {
      padding: 25px 0;
  }

  .cap-text{
      font-size: 14px;
      text-align: center;
  }

  .inquiry-image {
      padding-top: 25px;
  }
}

  /* inquiry page end here*/



  
  /* blog section start here */
  .blog-section .blog-title{
    font-size: 23px;
  }
 .blog-section .blog-card .date{
  display: flex;
}
.blog-section .blog-card{
padding: 10px;
padding-bottom: 20px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;

}
.blog-section .blog-card img{
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
}
.blog-section .blog-card .date p i{
color: var(--primary);
}
.blog-section .blog-card .date p{
font-size: 14px;
}
.blog-section .blog-card h1{
font-size: 18px;
color: var(--primary);
}
.blog-section .blog-card p{
/*text-align: justify;*/
}
.blog-section .blog-card a{
text-decoration: none;
padding: 10px 20px;
color: #fff;
background-color: var(--primary);
border: 1px solid #fff;
transition: 0.5s ease-in-out;

}
.blog-section .blog-card a:hover{
color: var(--red);
background-color: #fff;
border: 1px solid var(--primary);

}
.recent-project-card a{
  text-decoration: none;
  color: var(--black);
}
.recent-project-card {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.para-content p {
  text-align: justify;
}
.social-sharing .fa-brands{
  color: var(--primary);
  font-size: 22px;
}
 
  /* blog section end here */