
html,body
{
	margin: 0;
	padding: 0;
    overflow-x: hidden;
 
 box-sizing: border-box;
}



#nav1
{
	min-height: 20px;
	background-color: rgba(0, 0, 0, 0.7);
	margin-right: 100px;
    padding: 0px 60px;
       
}

#nav1 .email{
    /*display: flex;*/
  justify-content: flex-start;
  color: white;
}

#nav1 i
{
	padding: 5px;
    margin-left: 10px;
    color: white;
    font-size: 14px; 
    font-family: Alexandria;
}

@media screen and  (max-width:700px){

#nav1
{
	/*min-height: 20px;*/
	background-color: rgba(0, 0, 0, 0.7);
	margin-right: 5px;
    padding: 0px 10px;
       
}

#nav1 i
{
	padding: 5px;
    margin-left: 10px;
    color: white;
    font-size: 13px; 
    font-family: Alexandria;
}

}
  

  .navbar{
    background-color: none;
   
}

.navbar .logo{
  display: flex;
  align-items: center;
}

.navbar .logo img{
    width: 70px;
    height: auto;
}

.navbar .logo h1{
  font-size: 37px;
  margin-left: 5%;
  font-family: Anton;
   color: #0021f3;
   text-transform: uppercase; 
}

.navbar .logo h1 span{
  color: #B65772;
}


.navbar ul{
    flex-grow: 1;
    justify-content: end;

}

.navbar ul li a{
    margin: 0 20px;
    font-size: 17px;
    font-weight: 600;
    font-family: Alexandria;
    transition: ease all 0.4s;
    color: rgba(0, 0, 0, 0.7);
}

.navbar ul li.active{
    border-bottom: 2px solid #2E3192;
}

.navbar-toggler{
    margin-right: 20px;
}

@media screen and (max-width: 992px) {


  .navbar-nav {
      text-align: center;
  }

  .navbar-collapse {
      justify-content: center;
  }

  .navbar-nav .nav-item {
      margin: 0;
      text-align: center;
  }

  .navbar-toggler {
      margin-right: 0;
  }

  
.navbar .logo h1{
  font-size: 25px;
  margin-left: 5%;
  font-family: Anton;
   color: #0021f3;
   text-transform: uppercase; 
}


}



/******Navbar Ends Here*****/


/* hero section starts */

.hero{
    width: 100%;
    height: 400px;
    background-image: url("../images/hero_bg.jpg");
    background-repeat: no-repeat;
    background-position: bottom  center;
    background-size: cover;
    position: relative;
    
}

.hero_bg_overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    
}

.hero .text{
position: relative;
text-align: center;
padding-top: 12%;
}

.hero .text h1{
    font-size: 35px;
    color: white;
    font-family: Alexandria;
}

.hero .text a{
    color: white;
    text-decoration: none;
    font-size: 18px;
    font-family: Alexandria;
    border: 5px double #2E3192;
    border-radius: 10px;
    padding: 10px 15px;
}


@media screen and (max-width:700px){
    .hero .text h1{
        font-size: 24px;
    }

    .hero .text a{
        font-size: 13px;
    }

    .hero {
        height: 250px;
    }
}

@media screen and (max-width:470px){
    .hero .text h1{
        font-size: 21px;
    }

    .hero .text a{
        font-size: 12px;
    }

    .hero {
        height: 210px;
    }
}
/* hero section ends */

/* who we are starts */
.who_we_are{
    padding-top: 5%;
}

.who_we_are h1{
    text-align: center;
    font-family: Anton;
    color: #0021f3;
    font-size: 35px;
}

.who_we_are p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
}


/* who we are ends */

/* hydralic starts */
.hydraulic{
    padding-top: 5%;
}

.hydraulic h1{
    text-align: center;
    font-family: Anton;
    color: #0021f3;
    font-size: 35px;
}

.hydraulic p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
}

.hydraulic li{
    list-style-type: none;
    font-family: Alexandria;
    color: #71797E;
}

.img1 img{
    height: 400px;
    object-fit: cover;
}

.img1 p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
    font-weight: bolder;
    padding-top: 3%;
}

img1 h1{
    text-align: right !important ;
    font-family: Anton;
    color: #0021f3;
    font-size: 27px;
}



/* hydraclic ends */


/* bottom code starts */

.bottom{
    width: 100%;
    height: 100px;
    background-color: rgba(0, 0, 0, 0.7);
    margin-top: 5%;
    text-align: center;
    
 }

 .bottom p{
   color: white;
   font-family: Alexandria;
   font-size: 16px;
   
 }

 .bottom a{
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-family: Alexandria;
 }
/* bottom code ends */


/* aboutus starts */

.heroaboutus{
    width: 100%;
    height: 250px;
    background-image: url("../images/heroaboutus.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}

.heroaboutus_bg_overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
}

.heroaboutus .textaboutus{
    padding-top: 8%;
}

.heroaboutus .textaboutus h1{
    font-size: 25px;
    color: white;
    font-family: Alexandria;
    position: relative;
    text-align: center;
}

@media screen and (max-width:600px){
    .heroaboutus .textaboutus{
        padding: 15%;
    }
    .heroaboutus .textaboutus h1{
        font-size: 20px;
    }
}

.who_we_are .image img{
    width: 100%;
    height: 400px;
    
}

@media screen and (max-width:992px){
    .who_we_are .image img{
     
        height: 250px;
        
    }
}

/* aboutus ends */


/* contactus starts */

.section-title p {
    margin: 0;
    margin: 0;
    font-size: 31px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: Alexandria;
    color: #0021f3;
    margin-top: 5%;
  }
  

.contact .info {
  
    width: 100%;
    background: #fff;
  }
  
  .contact .info i {
    font-size: 20px;
    color: #0021f3;
    float: left;
    width: 44px;
    height: 44px;
    background: #adb3e7;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
  }
  
  .contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 5px;
    color: #0021f3;
    font-family: Alexandria;
  }
  
  .contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;
    font-size: 14px;

    color: #4B4B4B;
    font-weight: 500;
    font-family: Alexandria;
  }
  
  .contact .info .email, .contact .info .phone {
    margin-top: 40px;
  }
  
  .contact .info .email:hover i, .contact .info .address:hover i, .contact .info .phone:hover i {
    background: #0021f3;
    color: #fff;
  }
  
  .contact .php-email-form {
    width: 100%;
    background: #fff;
  }
  
  .contact .php-email-form .form-group {
    padding-bottom: 8px;
  }
  
  .contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #0021f3;
    text-align: left;
    padding: 15px;
    font-weight: 500;
  }
  
  .contact .php-email-form .error-message br + br {
    margin-top: 25px;
  }
  
  .contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #0021f3;
    text-align: center;
    padding: 15px;
    font-weight: 500;
    font-family: Alexandria;
  }
  
  .contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
  }
  
  .contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #0021f3;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
  }
  
  .contact .php-email-form input, .contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
  }
  
  .contact .php-email-form input {
    height: 44px;
  }
  
  .contact .php-email-form textarea {
    padding: 10px 12px;
  }
  
  .contact .php-email-form button[type="submit"] {
    background: #0021f3;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
  }
  
  .contact .php-email-form button[type="submit"]:hover {
    background: #0021f3;
  }

  #map{
    height: 200px;
    color: #000000;
    margin-bottom: 10px;
    border-radius: 10px;
    margin-top: 5%;
    }
  
  @-webkit-keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  @keyframes animate-loading {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
/* contact us ends */


/* services starts */

.services {
    padding-top: 5%;
}

.services h1{
    text-align: center ;
    font-family: Anton;
    color: #0021f3;
    font-size: 35px;
}

.services p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
    padding-top: 3%;
}

.services_inner img{
    width: 100%;
    height: 300px;
}

.service_text{
    padding-top: 3%;
}

.service_text h2{
    font-size: 22px;
    font-family: Alexandria;
    text-decoration: underline;
    color: #71797E;
}

.service_text li{
    list-style-type: none;
    color: #71797E;
    line-height: 32px;
    font-family: Alexandria;
}

.service_image{
    padding-top: 3%;
}


@media screen and (max-width:700px){
    .services h1{
     
        font-size: 24px;
    }

}


/* services ends */