@charset "utf-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

body {
	padding:0px;
	margin:0px;
	overflow-x:hidden;
	font-family:'Open Sans', sans-serif !important;
	}


h1, h2, h3, h4, h5, h6, p {
	padding:0px ;
	margin:0px;
    font-family:'Open Sans', sans-serif !important;
}

.header-cls {
    width: 100%;
    position: relative;
}

.header-cls .header-main {
    background: #fff;
    padding: 10px 15px;
    width: 100%;
    display: table;
}
.header-cls .header-main .logo-cls {
    width: auto;
    display: table-cell;
    float: left;
}

.header-cls .header-main .logo-cls img {
    width:100%;
    max-width: 280px;
}

.header-cls .header-main .header-address {
    float: right;
    display: table-cell;
    width: 220px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
	margin-top:5px;	
}
.header-cls .header-main .header-address p {
	font-size: 13px;
    margin-top: 5px;
    line-height: 16px;
}

.clearfix {
    clear: both;
}
    
.header-cls .main-menu {
    background: #ffffff;
    padding: 10px 15px;
    width: 100%;
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
	display: inline-block;
}


.header-cls .main-menu p {
    font-size: 16px;
    color: #000;
    padding: 6px 0px;
}

.header-cls .main-menu .menu-ul {
        padding: 5px;
    margin: 0px;
    margin-right: 15px;
}


.header-cls .main-menu .menu-ul li {
    padding: 0px 10px;
    display: inline-block;
    list-style-type: none;
    font-size: 18px;
        font-weight: bold;
    margin: 0px;
}

.header-cls .main-menu .menu-ul li a {
    color: #000;
    text-decoration: none;
}

#main-banner {
    background-attachment: fixed;
    background-position: center!important;
    background-repeat: no-repeat;
    background-size: cover!important;
    background-color: #142034;
    background-image: url(../images/homepage-banner.jpg);
    min-height: 100vh;
    position: relative;
}

.main-banner-content {
    padding: 0px!important;
    max-width: 100%;
    margin: 20px;
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    background: rgb(0 0 0 / 20%);
	min-height:220px;
}

    

.main-banner .main-banner-content h1 {
  font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: -0.042em;
    color: #fff;
    text-align: left;
    max-width: 80%;
    padding: 25px;
}

.footer-cls {
    padding: 15px;
    width: 100%;
    background: #fff;
    display: inline-block;
}

.footer-cls p {
    font-size: 14px;
    text-align: center;
    color: #000;
}

.our-product {
	width:100%;
	padding: 30px 0px;
}

.our-product h1 {
    font-style: normal;
    font-size: 30px;
    line-height: 36px;
    color: #1d72a5;
    text-align: left;
    padding: 15px 0px;
}

.our-product h2 {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #81b2df;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px;
}

.our-product h6 {
    font-style: normal;
    font-size: 14px;
    line-height: 18px;
    color: #fc851b;
    font-weight: bold;
    text-align: left;
    padding: 0px 0px;
	margin:20px 0px 0px 0px;
}


.our-product h4 {
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    color: #868686;
    font-weight: normal;
    text-align: center;
    padding: 0;
    max-width: 900px;
    display: block;
    margin: 20px auto 40px auto;
}


.our-product h3 {
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color: #fc851b;
    padding: 0;
    margin: 15px 0px 10px 0;
}

.our-product p {
    font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin: 15px 0px 20px 0px;
}

.our-product ul {
	margin: 0;
    padding: 10px 20px;
}
.our-product ul li {
       font-style: normal;
    font-size: 13px;
    line-height: 20px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin: 3px 0px;
    list-style: circle;
}
.our-product img {
	margin-top:15px;
}
.our-product h5 {
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
    line-height: 22px;
    color: #fc851b;
    padding: 0;
    margin: 0px 0px 20px 0;
} 

.purpose-section {
	width: 100%;
    padding: 10px 15px;
    color: #64a1e7;
    font-size: 22px;
    font-weight: bold;
    background: #676767;
    text-align: left;
    line-height: 28px;
    border-radius: 10px;
}

.contact-form-wrap a {
	text-align:center;
	display:block;
}






.about-us {
	width:100%;
	padding: 30px 0px;
}

.about-us h1 {
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    color: #5495bb;
    text-align: left;
    padding: 5px 0px;
    font-weight: bold;
}

.about-us h2 {
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    color: #5495bb;
    font-weight: bold;
    text-align: left;
    padding: 15px 0px;
}

.about-us .about-head {
	 font-style: normal;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-align: right;
    padding: 5px 0px;
    font-weight: bold;
}


.about-us h3 {
    font-style: normal;
    font-size: 22px;
    line-height: 28px;
    color: #0ac00a;
    font-weight: 600;
    padding: 0;
    margin: 20px 0px 0px 0px;
}

.about-us p {
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin: 5px ​0px 20px 0px;
}

.about-us img {
    margin-top: 40px;
}


.contact-us-page  {
    padding: 15px 0px;
}
  
.contact-us-address {
    width: 100%;
    max-width: 300px;
    margin: 10px auto;
    display: block;
}
  
.contact-us-page h1 {
    font-style: normal;
    font-size: 28px;
    line-height: 40px;
    color: #000;
    text-align: left;
    padding: 5px 0px 10px 0px;
    font-weight: bold;
    border-bottom: solid 1px #ccc;
    margin: 0px 0px 20px 0px;
}

 .contact-us-page h4 {
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin: 5px ​0px 20px 0px;
}


 .contact-us-page p {
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin: 5px ​0px 20px 0px;
}

.gry-bg {
	background:#f5f5f5;
	padding:20px;
}
.contact-form-wrap {
	background:#fff;
	padding:20px;
}

.contact-form-wrap h5 {
	font-style: normal;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
    font-weight: 600;
    padding: 0;
    margin: 5px ​0px 20px 0px;	
	text-align:center;
}

.contact-form label {
	color: #000;
    font-size: 15px;
    padding: 15px 0px 0px 0px;
	
}
.contact-form .form-control {
	background: #f2f2f2;
    padding: 15px;
    height: 40px;
    width: 100%;
    border-radius: 6px;
    border: solid 1px #ccc;
}

.contact-form .btn-submit {
	margin:20px 0px;
	background:#131d43;
	color:#fff;
	font-size:16px;
	height:40px;
	border-radius:0px;
	width:170px;
	outline:none;
	border-radius:100px;
	font-weight:bold;
}











  

/*media query starts */


@media only screen and (max-width:991px) {
   
   .about-us .about-head {
	   text-align:left;
   } 
    
.header-cls .main-menu p {
    text-align: center;
}
 
.header-cls .main-menu .menu-ul {
    margin: 0px auto;
    display: block;
        text-align: center;
}  
    
  
#main-banner {
    min-height: 100vh;
}
    
.main-banner-content {
    min-height: auto;
}    

 .main-banner .main-banner-content h1 {
    font-size: 20px;
    line-height: 28px;
    text-align: left;
    padding-top: 25px;
    max-width: 100%;
}  
    
 
}


@media only screen and (max-width:767px) {
.about-us .about-head {
	font-size: 24px;
	line-height: 30px;
}

.gry-bg {
    background: #f5f5f5;
    padding: 10px;
}

.about-us {
    width: 100%;
    padding: 15px 0px;
}
	
.about-us h1 {
    font-size: 22px;
    line-height: 30px;
}	

.about-us h2 {
    font-size: 18px;
    line-height: 26px;
}

.about-us h3 {
    margin: 20px 0px 5px 0px;
}


.about-us p {
    font-size: 14px;
    line-height: 22px;
}
	
.about-us img {
    margin: 25px auto;
} 
  
  
  
.our-product {
    padding: 15px 0px;
}
  
.our-product h1 {
    font-size: 24px;
    line-height: 28px;
    padding: 5px 0px;
}

.our-product h2 {
    font-size: 18px;
    line-height: 26px;
    padding: 5px 0px;
}
  
.our-product h4 {
    font-size: 16px;
    line-height: 24px;
    margin: 15px auto 15px auto;
}  
 
.our-product h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0px 10px 0;
} 
  
.our-product p {
    font-size: 13px;
    line-height: 20px;
    margin: 0 0px 20px 0px;
}  
  
.our-product h5 {
    font-size: 18px;
    line-height: 24px;
    margin: 0px 0px 0px 0;
} 
  
.purpose-section {
    font-size: 24px;
}


  
  
  
  
  
  
.header-cls .main-menu .menu-ul li {
    font-size: 14px;
 }
.header-cls .main-menu p {
    font-size: 14px;
    padding: 0px 0px 5px 0px;
}
    
.header-cls .header-main {
     display: block;
}    

.header-cls .header-main .logo-cls {
    width: 100%;
    display: block;
    float: none;
}    
    
.header-cls .header-main .header-address {
    float: none;
    display: block;
    width: 100%;
    font-size: 13px;
    line-height: 16px;
        padding: 10px 0 0 0;
    text-align: center;
}    

.header-cls .header-main .logo-cls img {
    display: block;
    margin: 0 auto;
}
  
    
}