@charset "utf-8";
/* CSS Document */

.abtbanner { width:100%; height:auto; margin:0px;  }
.abtbanner img{ width:100%; height:auto; margin:0px;  }

.abtsection1 { background-color:#FFFFFF; }
.abtsection1 p { font-family:"OpenSans-Regular"; text-align:justify; line-height:28px; font-size:17px; }
.abttitle h2 { text-align:center; color:#3294ee; font-family:"Constani"; padding:10px; font-size:28px; }
.abtcontent p { font-family:"OpenSans-Regular"; text-align:justify; line-height:32px; font-size:17px;  word-spacing:2px;}
.abtcontent p span { color:#3294ee; } 
.abtimg3 {}

.solucontent h3 {font-family:"Constani"; color:#0a3d54; margin-top:9px; }
.solucontent p { font-family:"OpenSans-Regular"; text-align:justify; line-height:32px; font-size:17px;  word-spacing:2px;}
.solucontent p span { color:#3294ee; } 

.abtsection2 { background-color:#2f2e33; }
.abttitle2 h2 { text-align:center; color:#FFFFFF; font-family:"Constani"; padding:10px; }
.abtcontent2 p{ color:#FFFFFF; font-family:"OpenSans-Regular"; text-align:justify; line-height:28px; }

.abtsection3 { background-color:#FFFFFF;  }
.abtcontent3 ul { list-style:none;  text-align:center; }
.abtcontent3 ul li { font-family:"OpenSans-Regular"; font-size:20px; padding:15px; color:#000000;  }



.servicesname h2 { text-align:left; color:#0a3d54; font-family:"Constani"; padding:10px 0px; }

.services2 p { font-family:"OpenSans-Regular";  font-size:15px; text-align:justify;  }
.services2 ul { list-style:url(../images/iconimg.png);  }
.services2 ul li { font-family:"OpenSans-Regular"; font-size:15px; padding-bottom:10px; color:#000000; text-align:justify; }


.productsection2 {background:#f5f5f5; }
.productsection2 h2 { text-align:left; color:#000; font-family:"Constani"; padding-bottom:10px; font-size:20px; }
.productsection2 p { color:#000000; font-family:"OpenSans-Regular"; text-align:justify; font-size:16px; line-height:30px; word-spacing:3px; }



.productsection3 { background:#FFFFFF; }
.productsection3 h2 { text-align:left; color:#000; font-family:"Constani"; padding-bottom:10px; font-size:20px; }
.productsection3 p { color:#000000; font-family:"OpenSans-Regular"; text-align:justify; font-size:16px; line-height:30px; word-spacing:3px;}



.clientimg 
.client22 img { padding-top:10px; padding-bottom:10px; }
 


/*contact us*/
.contactadd p{ font-family:"OpenSans-Regular"; text-align:justify; font-size:20px; line-height:35px;  }
.contactadd p span{ color:#3294ee; font-family:"OpenSans-Regular"; text-align:justify; font-size:20px; }
.contactname h2 { text-align:left; color:#0a3d54; font-family:"Constani"; padding:10px 0px; }
.contactadd a:hover{text-decoration:none; color:#000;}


/*enquiry*/
.enquiry .form-control{display: block;
    height: 46px;
    padding: 22px 20x;
	margin:10px; 
    font-size: 18px;
    line-height: 1.42857143;
    color: #000;
    border-radius: 5px;
    box-shadow: none;
    background-image: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: transparent;
    border: 1px solid #183650;
    font-family: "OpenSans-Regular"!important;}

.enquiry .form-control:hover{transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    background-color: #e0f3ff;  border: 1px solid #016aae;}

.enquiry textarea#comments {
     margin: 0px 0 0 10px; 
    border: 1px solid #183650;}
	
.enquiry .btn-primary { border-radius: 5px; text-transform: uppercase; font-weight: 700; color: #fff; background-color:rgba(0, 0, 0, 0.6); /*padding: 15px 0px;*/  border: 1px solid #183650; font-size: 18px; letter-spacing: 1px; padding:15px; 
-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out; margin-top:10px;}

.enquiry .btn-primary:hover{color: #000; background-color: #183650; background:none; border-color: #183650!important;-webkit-transition: all .5s ease-in-out; -moz-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; transition: all .5s ease-in-out}