
/* css for navbar */
*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

.navbar-brand{
    font-size: larger;
    margin: auto;
    height : 100px;
}
.navbar-collapse{
    display: block;
}
.navbar-brand>img{
    font-size: larger;
    margin: auto;
    display: block;
    width: 150px;
    height: 100%;
}
.navbar-nav{

    flex-direction: row;
    width: 100%;
    background-color: white;
    color: #ab3f3f;
    font-size: 18px;
    justify-content:right;
    box-sizing: border-box; 
}
.navbar-nav>li{
   margin-right: 40px;
   border-radius: 13%;
   padding:2px;
   /* border: 1px solid #010c80; */
   font-family: 'Source Sans Pro', sans-serif;
   text-align: center;
 
}
.navbar-nav>li>a:hover{
   color: white;
   text-decoration: none;
 
}
.nav-item:hover{
  
   background-color:  #010c80;

}
.navbarhead{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: #fff;
}



.navbar>.container, .navbar>.container-fluid, .navbar>.container-lg, .navbar>.container-md, .navbar>.container-sm, .navbar>.container-xl, .navbar>.container-xxl {    
    background-color: #fff;
}
.brandlogo{
    display: flex;
    width: 100%;
}
.brandlogodiv{
    width: 33%;
    float: left;
}
.brandlogodiv>img{
    height: 100px;
    width: 100%;
    margin: 30px auto;
}










   .breakline{
    margin: auto;
    background-color: black;
    margin: 50px auto 16px auto;
    height: 5px;   
    width: 10%;
   }
   
   .section{
    margin: auto;
    text-align: center;
   }
   .section>div>h2{
  color: red;
 
   }
 
   .kart{
    margin: auto;
    text-align: center;
    text-align: left;
    padding: 30px 60px;
    background-color: #e9e9e9;
   padding-bottom: 120px;
   }

  
   .kart>p{
    text-align: justify;
    padding: 10px 60px;
    font-size: 18px;
    line-height: 1.5;
   }
   .kart>h2{
    text-align: justify;
    padding: 10px 60px;
    font-size: 22px;
    font-weight: bolder;
   }
   .kart>div{
    display: flex;
    justify-content: space-around;
   }
   .kart>div>div{
    /* border: 1px solid red; */
    border-radius: 8px;
    /* width: 30%; */
    padding: 15px 30px; 
    margin:10px;
    text-align: center;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }
   .kart>div>div:hover{
   cursor: pointer;
   background-color: black;
   box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
   }
   .kart>div>div:nth-child(1){
    
    margin-left:50px;
   }
   .kart>div>div:nth-child(3){
    
    margin-right:50px;
    
   }
   .service{
    color:#a4acc4;
    margin-bottom: 10PX;
    font-size: 12px;
    
   }
  .getservice{
    color:#de2343;
    margin-bottom: 10px;
    font-size: 14px;

   }
   
   .kart>div>div>h3{
    color:#e30b0b;;
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: bolder;
   }
   .kart>div>div>img{
    width: 100%;
    height:230px;
    /* border-radius:25px; */
    margin-bottom: 10px;
    align-items: center;
   }
   .kart>div>div>img:hover{
    transform: scale(1.11)
   }
   .kart>div>div>img:hover{
    /* width: 100%;
    height:230px;
    border-radius:25px;
    margin-bottom: 10px; */
    opacity: 70%;
   }


   /* .upfooterdiv{
    /* background-color: #0242ec; */
   

   
 
   .upfooterfirstdiv{
  /* background-color: #0242ec; */
   width:100%;
   height: 40px;
   }
   .upfooterfirstdiv>div{
  background-color: #010c7d;
   width:60%;
   height: 40px;
   margin: auto;
   text-align: center;
   }
  
   .upfooterfirstdiv>div>h2{
 
  color: white;
  padding:5px 20px;
  font-size: 30px;
  text-align: center;
   }
   
   .upfooter{
    /* border: 1px solid red;  */
   width: 100%;
   height: 550px; 
   display: flex;   
   /* background-color:#0242ec; */
  } 
  .upfooter>div{
    padding-top:80px;
    padding-bottom: 80px;
    width: 25%;
    /* border: 1px solid green; */
  }
  .upfooter>div>image{
   
    width: 100%;
   
  }

  .upfooter>div:nth-child(2){
    color: white;
    padding-top:80px;
    padding-bottom: 80px;
    width: 75%;    
  }
  .upfootersec{
    font-size: 20px;
    font-weight: 400;
    padding-right: 20px;
    width: 60%;
    text-align: justify;
   line-height: 28px;
   margin-bottom: 20px;
   margin-left: 60px;

  }
 
  .upfooter>div:nth-child(2)>ul{
    list-style-type:disc;   
    padding-left: 5px;
    line-height: 10px;
    margin-bottom: 3px;
    margin-left: 60px;
    color: white;
    
   
   
  }
  .upfooter>div:nth-child(2)>ul>li>h4{
    list-style-type:disc;
    font-size: 20px;
    font-weight: 700; 
    color: white;  
    margin-bottom: 0px;
   
  }
  .upfooter>div:nth-child(2)>ul>p{
   margin-left: 40px;
       font-size: 13px;
    font-weight: 300; 
    color: white;   
  }
  .upfooter>div:nth-child(2)>ul>li{
    display: flex;   
  }
  .checklogo{   
    color: white;
    font-size: 20px;
    margin-right: 20px;
  }

  /* map css */
  .map>div>h2{
   margin: auto;
    border-bottom: 5px solid black;
    width: 16%;

    font-weight: bolder;
    font-size: 30px;
    text-align: center;
    padding-top: 10px;
    padding-bottom:10px;
    }
    .map>div{
      margin-bottom: 20px;
    }
  



  /* footer css */

  *{
    margin: 0;
    padding: 0;
    font-family: 'poppins', sans-serif;
    box-sizing: border-box;
}

body{
    background: #fff;

}
footer{
    width: 100%;
    /* position: absolute; */
    bottom: 0;
    background: linear-gradient(to right, #00093c, #2d0b00);
    color: #fff;
    padding: 30px 0 30px;
    border-top-left-radius: 125px;
    font-size: 13px;
    line-height: 20px;

}
.row{
    width:85%;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}

.col{
    flex-basis: 25%;
    padding: 10px;

}
.col:nth-child(2), .col:nth-child(3){
    flex-basis: 15%;
}
.logo{
    width: 80px;
    margin-bottom: 30px;
}

.col h3{
 
    width: fit-content;
    margin-bottom: 40px;
    position: relative;
}
.email-id{
    width: fit-content;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    
}

ul li{
    list-style: none;
    margin-bottom: 12px;
    
}
ul li a{
 text-decoration: none;
 color: #fff;


}

form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #ccc; */
    margin-bottom: 50px;
}

form .far{
    font-size: 18px;
    margin-right: 10px;
    
}

form input{
    width: 100%;
    background: transparent;
    color: #ccc;
    border: 0;
    outline: none;
}
form button{
    background:transparent;
    border: 0;
    cursor: pointer;
    outline: none;
}
form button .fas{
    color: #ccc;
    font-size: 16px;

}
.social-icons .fab{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #000;
    background: #fff;
    margin-right: 15px;
    cursor: pointer;
}
hr{
    width: 90%;
    /* border: 0; */
    border-bottom: 1px sokid #ccc;
    margin: 20px auto;
}
.copyright{
    text-align: center;

}
.aboutuscover{
    background-color: #fff !important;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(168, 38, 38, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}
.aboutusheading>h2{
    font-size: 20px !important;
    font-weight: 700;
    padding-left: 10px;
    color: red;
}
.contactusheading>h2{
    font-size: 20px !important;
    font-weight: 700;
    padding-left: 10px;
    color: red;
}
.dividerlight{
    background-color: #fff;
    height: 60px;
}

/* for animation purpose */
.dividerlight{
    background-color: #fff;
    height: 40px;
}
.dividerdark{
    background-color: #fff;
    height: 120px;
}

.underline{
    width: 100%;
    height: 5px;
    background: #767676;
    border-radius: 3px;
    position: absolute;
    top: 25px;
    left: 0;
    overflow: hidden;

}
.underline span{
    width: 15px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 10px;
    animation: moving 2s linear infinite;
}
.outeraboutusheading{
    width: 100%;
}
.aboutusmaindiv{
    display: flex;
    /* border: 1px solid red; */
    /* background-color: #e9e9e9; */
    padding: 5PX;
    color: #000;
}

.aboutusfirstdiv{
    width: 100%;
    /* border: 1px solid green; */
    font-size: 20PX;
    color: #000;
}

.gap{
    width: 100%;
    height:70px;
    background-color: #fff;
}
/* .aboutusseconddiv {
    /* border: 1px solid blue; */
    /* width: 30%;
    font-size: 20PX; */
/* } */ */

.aboutusseconddivimg {
    width: 100%;
    /* border: 1px solid yellow; */
    height: 100%;
    font-size: 20PX;
}
.ourservicefirsrdiv{
    background-color: #e9e9e9 !important;
}

.aboutusfirstp {
    /* color: red; */
    font-size: 14px;
}
 .contactusfirstdiv{
    background-color: #fff;
}
 .contactusfirstdiv>h2{
    color: red !important;
    font-size: 22px;
    font-weight: bolder;
    padding-left: 25px;
    margin: auto;

}
.aboutusheading{
    background-color: #fff;
    /* padding: 5px auto; */
    margin: 5px auto;
}
.serviceheading{
    color: red;
}
.aboutussubcover{
    width: 85% !important;
    margin: auto !important;
}
.cccc{
    width: 85%;
    margin: auto;
    padding: 2px;
}


@keyframes moving{
    0%{
        left:-20px
    }
    100%{
        left:100%;
    }
}

/* adding media query for different screens */

@media (max-width:700px){
    .upfooterfirstdiv>div>h2 {
        color: white;
        /* padding: 5px 60px; */
        font-size: 25px;
        text-align: center;
    }
    .map>div>h2{
        font-size: 14px;
        padding: 5px;
        margin: auto;
    }
    .imagecontain>img{
        opacity: 25%;
        width: 100%;
    }
    .upfootersec{
        font-size: 16px;
        font-weight: bold;
    }
    .upfooter>div:nth-child(2)>ul>li>h4{
        list-style-type:disc;
        font-size: 14px;
        font-weight: bold;
        
        color: white;
       
       
      }
    .upfooter>div:nth-child(2)>ul{
        margin-left: 20px;
       
       
      }
    .upfootersec{
        margin-left: 32px;
    }
    
    footer{
        bottom: unset;
    }
    .col{
        flex-basis: 100%;
    }
    .col:nth-child(2), .col:nth-child(3){
        flex-basis: 100%;
    }

    .kart>div>div:hover {
        cursor: pointer;
        background-color: black;
        box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;       
        display: flex;
    }

    .kart>div>div {
        width: 100%;
        margin: 2px;
        float: right;
    }
    .kartimagediv{
        width: 90%;
    }
    .kartimagediv>h2{
        width: 100%;
        

    }

    .kart>div>div:nth-child(3) {
        margin-right: 0px;
    }
    .kart>div {       
        justify-content: space-around;
        display: inline-block;
    }
    
    .kart {        
        padding: 5px 14px;
        background-color: #061c32;     
        color: #fff;
    }

    .container, .container-sm {
        max-width: 100% !important;
    }
    .kartimagediv
    {
        margin-top: 20%;
    }

    .upfooterfirstdiv>div {
        background-color: red;
        width: 95%;
        height: auto;
        margin: auto;
        text-align: center;
        font-size: 13px;
      
    }

    .aboutusfirstdiv{
font-size: 15px;
font-weight: 500;
    }
    .dividerdark{
        height: 20px;
    }

    .navbar-nav {
        flex-direction: column !important; 
    }
    .navbar-collapse>ul>li {
       border-bottom: 1px  black !important;
       background-color: #fff !important;
       border-radius: 0px !important;
       
       
    }
    
   
    .navbar-collapse>ul{
      float: left;
      width: 30%;
      margin-right: 20px;
     display: inline-block;
    
    }
    
    .navbar-brand > img{
        width: 250px !important;
        height: 100%;
    }
   

}

.col>h2{
    margin-bottom: 10px;
}

/* blinktext */

      
        .section>div{
            /* position: absolute; */
            top: 50%;
            left: 50%;
            /* transform: translate(-50%, -50%); */
        }

        .section>div>h2{
            font-size: 16px;
            font-weight: bold;
            color: red;
            text-align:center;
            animation: animate 1.5s linear infinite;
        }

        @keyframes animate {
            0% {
                opacity: 0;
            }

            50% {
                opacity: 0.7;
            }

            100% {
                opacity: 0;
            }
          }


            .kartimagediv{
                width: 30%;
            }


          .scroll-to-top{
            position: fixed;
            right:3%;
            bottom:60%;         
            transform: rotate(0deg);
            z-index: 99;
            width: 50px;
            height: 50px;
          }
         .whatsappimg{
          width: -webkit-fill-available;
          /* position: fixed; */
         }
         .scroll-bar-text{
          font-size: 14px;
          font-weight: 600;
          cursor: pointer;
          transition: all .5s ease;
          color: #999;
         }
         .upfooterdiv{
          background-size: cover;
          background-image: url('bg_chooseUs.jpg');
         }



         .tellogocontainer{
            position: fixed;
            right:1%;
            bottom:25%;         
            transform: rotate(0deg);
            box-sizing: border-box;
            /* z-index: 99;
            width: 50px;
            height: 50px; */
          }
         .tellogocontainer{
            /* transition:  .3s,border .3s,border-radius .3s,box-shadow .3s,transform var(--e-transform-transition-duration,.4s);  
            border: 1px solid red; */
         }
         

         .directionwholefooter{
            color: white;
            font-size: 20px;
            line-height: 5;
        }
         .directionlogofooter{
            margin-right: 5px;
     
         }




         /* .upfooterdiv{
          background-size: cover;
          background-image: url('bg_chooseUs.jpg');
         }
 */

 /* .aboutusfirstdiv{
            background-size: cover; 
            background-image: url('breakrepacement.webp');
          
                      
 } */


 /* enquiry form */
 .enquirymaindiv {
    margin: auto;
    padding: auto;
    border: 1px solid red;
    width: 50%;
    display:none;


}

.enquirysubdiv {
    margin: 10px;

}

label {
    display: inline-block;
    width: 110px;
    /* color: #777777; */
    color: #000;
    background-color: #fff;

}

input {
    padding: 5px 10px;
}

.aboutUsDesc{
    margin:auto;
}
.ISOlogo{ 
    height: 100%;
width: 46%;
float: right;
padding-right: 4px;
max-width: 250px;
}

.ISOlogo>img{
    width: 90%;
    height:100%;
}

.aboutUsd{
    width: 54%;
   float: left;
}

