
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 img{
    width: 100px;
    height: auto;
}


.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 Ends Here*****/


/* hero section starts */

.hero{
    width: 100%;
    height: 400px;
    background-image: url("../images/hero_bg3.jfif");
    background-repeat: no-repeat;
    background-position: 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 p{
    font-size: 18px;
    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{
        height: 250px;
    }
    .hero .text{
        padding-top: 15%;
    }
    
    .hero .text h1{
        font-size: 18px;
    }

    .hero .text p{
        font-size: 12px;
    }

    .hero .text a{
        font-size: 11px;
    }

    
}

@media screen and (max-width:500px){
    .hero{
        height: 250px;
    }
    .hero .text{
        padding-top: 18%;
    }
    .hero .text h1{
        font-size: 18px;
    }

    .hero .text p{
        font-size: 11px;
    }

    .hero .text a{
        font-size: 10px;
    }


}
/* hero section ends */



/* aboutus starts */

.who_we_are{
    padding-top: 5%;
}

.who_we_are h1{
    text-align: center;
    font-family: Alexandria;
    color: #0021f3;
    font-size: 35px;
}

.who_we_are p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
}

.who_we_are .image img{
    width: 100%;
    height: 400px;
    
}

@media screen and (max-width:992px){
    .who_we_are .image img{
     
        height: 250px;
        
    }
}

/* aboutus ends */


/* products page starts */

.hero_product{
    width: 100%;
    height: 250px;
    background-image: url("../images/hero_product_bg2.jfif");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: cover;
    position: relative;
    
}

.hero_product_bg_overlay
{
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.7);
    
}

.hero_product .product_text{
position: relative;
text-align: center;
padding-top: 5%;
}

.hero_product .product_text h1{
    font-size: 35px;
    color: white;
    font-family: Alexandria;
}

.hero_product .product_text p{
    font-size: 18px;
    color: white;
    font-family: Alexandria;
}

.hero_product .product_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_product{
        height: 250px;
    }
    .hero_product .product_text{
        padding-top: 15%;
    }
    
    .hero_product .product_text h1{
        font-size: 18px;
    }

    .hero_product .product_text p{
        font-size: 12px;
    }

    .hero_product .product_text a{
        font-size: 11px;
    }

    
}

@media screen and (max-width:500px){
    .hero_product{
        height: 250px;
    }
    .hero_product .product_text{
        padding-top: 18%;
    }
    .hero_product .product_text h1{
        font-size: 18px;
    }

    .hero_product .product_text p{
        font-size: 11px;
    }

    .hero_product .product_text a{
        font-size: 10px;
    }


}


.products{
    padding-top: 5%;
}

.products h1{
    text-align: center;
    font-family: Alexandria;
    color: #0021f3;
    font-size: 35px;
}

.products p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
}

.products h2{
    font-family: Alexandria;
    color: #0021f3;
    font-size: 25px;
    border-bottom: 2px double #2E3192;
    padding-bottom: 5px;
}

.products h3{
    color: #4B4B4B;
    font-size: 20px;
    font-family: Alexandria;
}

.products li{
    list-style-type: none;
    font-family: Alexandria;
    color: #71797E;
}

/* products page 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: 400px;
    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 */


/* gallery starts */



.gallery{
    padding-top: 5%;
}

.gallery h1{
    text-align: center;
    font-family: Alexandria;
    color: #0021f3;
    font-size: 35px;
}

.gallery h2{
    font-size: 20px;
    font-family: Alexandria;
}

.gallery li{
    font-family: Alexandria;
    color: #71797E;
    list-style: none;
}

.gallery p{
    text-align: justify;
    font-family: Alexandria;
    color: #71797E;
    line-height: 35px;
}

@media screen and (max-width:700px)
{
    .gallery h1{
        font-size: 20px;
    }
}

/* gallery ends */


/* footer starts */

footer{
    background-color: #4B4B4B;
    
}

footer .about{
    padding: 25px 15px;
}

footer .about h1{
  color: #FFFFFF;
  font-family: Alexandria;
  font-size: 21px;
  font-weight: normal;  
  line-height: 50px;
  border-bottom: 5px solid #0021f3;
  
}

footer .about p{
    color: #FFFFFF;
    font-family: Alexandria;
    font-size: 15px;
    font-weight: normal;
 text-align: justify;
}

footer ul li{
    list-style-type: none;
    margin-top: 8px;
    /* text-align: center; */
}

footer ul li a{
    font-size: 15px;
    font-weight: 500;
    font-family: Alexandria;
    text-decoration: none;
    color: white;
    transition: all ease 0.4s;


}

footer ul li a h1{
    color:#FFFFFF;
    font-size: 23px;
    font-family: Alexandria;
    font-weight: normal;  
  line-height: 50px;
  border-bottom: 5px solid #0021f3;
}


footer ul li a:hover{
    color: #0021f3;
}


#social h1{
    color:#FFFFFF;
    font-size: 23px;
    font-family: Alexandria;
    font-weight: normal;  
  line-height: 20px;
  border-bottom: 5px solid #0021f3;
    padding: 27px 5px;
}

#social a{
    text-decoration: none;
    font-size: 17px;
    font-family: Alexandria;
    margin-top: 4%;
    padding: 15px 10px;
    color: white;
}

footer .bottom-text{
    text-align: center;
    font-size: 16px;
    color: white;
    font-family: Alexandria;

}

footer .bottom-text2 a{
    text-align: center;
    font-size: 16px;
    color: white;
   font-family: Alexandria;
   
}

@media screen and (max-width:572px) {
  footer .row{
    display: block;
  }    
}


/* footer ends */
