a:hover {
    text-decoration: none;
}
.topbar {
    width: 100%;
    min-height: 45px;
background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(237,237,237,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}
.welcome {
    float: left;
}
.welcome ul {
    width: auto;
    padding: 0px;
}
.welcome ul li {
    list-style: none;
    float: left;
}
.welcome ul li a {
    padding:  12px 6px 12px 6px;
    display: block;
}
.welcome ul li span {
    padding:  12px 6px 12px 6px;
    display: block;
}


.top_control_wid {
    float: right;
}
.top_control_wid ul {
    width: auto;
    padding: 0px;
}
.top_control_wid ul li {
    list-style: none;
    float: left;
}
.top_control_wid ul li a {
    padding:  12px 10px 12px 10px;
    display: block;
}
.top_control_wid ul li span {
    padding:  12px 10px 12px 10px;
    display: block;
}
header {
    width: 100%;
    min-height: 120px;
    background-color: #f8f8f8;
}
.logo {
    width: 100%;
    padding:  16px 0 0 0px;
}
.logo img {
    width: 100%;
}
.towerbg {
    background-image: url(imgs/towerbg.jpg);
    background-repeat: repeat-x;
    background-position: center bottom;
    padding:  0 0 175px 0px;
}
.company_overview {
    width: 100%;
	text-align:justify;
    padding:  20px 0 0 0px;
}
.company_overview h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    letter-spacing: -2px;
    font-size: 40px;
    color: #ee801f;
    text-transform: uppercase;
    line-height: 40px;
}
.company_overview span {
    color: #666;
}
.company_overview h4 {
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -1px;
    font-size: 25px;
    color: #353d8e;
}
.company_overview p {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 25px;
    margin:  0 0 20px 0px;
}

.products_range {
    width: 100%;
    text-align: center;
    padding:  10px 0 10px 0px;
    background-color: #373e86;
    box-shadow:  0 0px 2px #999;
}
.products_range h1 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    letter-spacing: -2px;
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}
.products_range h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    letter-spacing: -2px;
    font-size: 27px;
    margin:  0 0 20px 0px;
    color: #eee;
}
.row-t .prodbox {
    background-color: #fff;
    box-shadow:  0 2px 3px #333;
    margin:  0 0 10px 0px;
    border-bottom:  solid 7px #ef8120;
}

:hover.prodbox {
    border-bottom:  solid 7px #353d8e;
}
.prodbox img {
    width: 100%;
}
.btext {
    font-size: 18px !important;
    color: #fff;
}
:hover.btext {
    color: #ef8120;
    padding:0px;
}
.valueable_customers {
    width: 100%;
    text-align: center;
}
.valueable_customers h2 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 100;
    letter-spacing: -2px;
    font-size: 40px;
    color: #666;
    text-transform: uppercase;
    margin:  20px 0 20px 0px;
}
.res-picture {
    max-width: 90%;
    margin: auto;
}

.logo-bot {
    width: 200px;
    margin-bottom: 10px;
}
footer {
    background-color: #333;
    margin:  40px 0 0 0px;
    width: 100%;
    text-align: center;
    padding:  0px 0 20px 0px;
}
footer hr {
    border: solid 1px #4f4c4c;
}
footer h3 {
    color: #ccc !important;
    margin:  10px 0 10px 0px;
}
footer p {
    color: #999 !important;
    margin:  10px 0 10px 0px;
    line-height: 22px;
}
footer p a {
    color: #ccc;
}
footer p a:hover {
    color: #fff;
}
.split {
    clear: both;
}
@media screen and (max-width: 480px) {
.welcome {
    float: none;
    width: 100%;
    text-align: center;
   
}
.welcome ul {
    width: 100%;
    padding:  10px 0 0 0px;
   
}
.welcome ul li {
    list-style: none;
    float: none;
    width: 100%;
}
.welcome ul li a {
    padding:  6px 0px 6px 0px;
    display: block;
}
.welcome ul li span {
    padding:  6px 0px 6px 0px;
    display: block;
}
    
.top_control_wid {
    float: none;
    width: 100%;
    text-align: center;
}
.top_control_wid ul {
    width: 100%;
    padding:  10px 0 0 0px;
}
.top_control_wid ul li {
    list-style: none;
    float: none;
    width: 100%;
}
.top_control_wid ul li a {
    padding:  6px 0px 6px 0px;
    display: block;
}
.top_control_wid ul li span {
    padding:  6px 0px 6px 0px;
    display: block;
}
.logo-bot {
    width: 50%;
}
.text-left {
    text-align: center !important;
}
}


/*company-profile start css*/

.over-contain p{
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 27px;
    margin: 0 0 20px 0px;
    padding-left:30px;
    padding-right:30px;

}

.over-contain h4{
    font-size:18;
}


/*company-profile close css */





/*product-range* start css*/

.company_overview {
    height:auto;
    width:100%;
    margin:0 auto;
    padding-bottom:1%;
}

.company_overview ul{
    list-style-type: none;
}
.company_overview ul li{
    width:28%;
    height:auto;
    border:1px solid #ddd;
    float:left;
    margin:25px 10px 0px 25px;
}
.company_overview ul li img{
    width:250px;
    height:auto;
}
.row-t{
    font-size: 18px !important;
    color: #fff;
    text-align:center;
}
:hover .row-t {
    color: #ef8120;
}
.row-t h3{
    color:#fff;
    font-size:15px;
}
.row-t h2{
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -0px;
    font-size: 27px;
    color:#fff;
    text-transform: uppercase;
    line-height: 40px;
    padding:3px;
    background-color: #ef8120;
    width:100%;
}
.row-t h3:hover{
    color: #ef8120;
}
#effect h3 {color:#2f2f59;} 
#effect h3:hover {color:#ef8120;} 

 .banner-container{
    background-image: url(img/tower-baner.jpg);
    background-size: 100%;
    height:400px;
    background-position: center;
    opacity:0.7;
    border-radius: none;
    background-repeat: no-repeat;
    padding:0px;
 }

 .product-baner{
    background-image: url(img/product-baner.jpg);
    background-size: 100%;
    height:400px;
    background-position: center;
    border-radius: none;
    background-repeat: no-repeat;
    padding:0px;
    opacity: 0.9;
 }
 .company-baner{
    background-image: url(img/baner-profile.jpg);
    background-size: 100%;
    height: 400px;
    border-radius: none;
    background-repeat: no-repeat;
    padding:0px;
    opacity: 0.8;
 }

 .banner-contact{
    background-image: url(img/contact-baner.jpg);
    background-size: 100%;
    height: 400px;
    border-radius: none;
    background-repeat: no-repeat;
    padding:0px;
}


.quality_control{
    background-image: url(img/quality_control.jpg);
    background-size: 100%;
    height: 400px;
    border-radius: none;
    background-repeat: no-repeat;
    opacity: 0.7;
    padding:0px;
}

.certification_banner{
background-image: url(img/certification_banner.jpg);
    background-size: 100%;
    height: 400px;
    border-radius: none;
    background-repeat: no-repeat;
    padding:0px;
     opacity: 0.7;
}
.custmer-baner{
    background-image: url(img/custmer-baner.jpg);
    background-size: 100%;
    height: 400px;
    border-radius: none;
    background-repeat: no-repeat;
    padding:0px;
    opacity: 0.9;
}
.company_overview .press{
  margin-bottom:30px;
  }
  
.customer h3{

  padding:10px;
  text-align:center;
}
.united h4{
    font-family: 'Quicksand', sans-serif;
    letter-spacing: -1px;
    font-size: 25px;
    color: #353d8e;
  }
.united ul {
    padding-left:0px;
}
.united ul li{
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 29px;
    list-style-type: none;
   }
  .united .glyphicon{
    color:#ef8120;
    font-size:12px;
  }


/*contact-us*/
/*start .contact-form*/
@import url('https://fonts.googleapis.com/css?family=Raleway');

body{
    font-family: 'Raleway', sans-serif;
    background: url(../img/body_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
}

h2{
    font-weight: bold;
    font-size: 40px;
}
.contact-form{
    max-width: 500px;
    margin: 50px auto;
}

.contact-form .form-group{
    margin-bottom: 0;
    position: relative;
}
.contact-form input,
.contact-form textarea{
    margin-bottom: 20px;
    background: #ececec;
}

.contact-form input:focus{

    border: 1px solid #999;
    outline: none !important;
}




.contact-form textarea{
    height: 200px !important;

}
.contact-form input[type="submit"]{

    background: #5cb85c;
}

.contact-form i{
    height: 0;
    float: left;
    position: relative;
    top: -44px;
    left: 10px;
    color: #fff;
}

.contact-form .message-icon{
    position: relative;
    top: -310px;
}

.contact-form .send-icon{
    color: #fff;
}


.asterix{
    position: absolute;
    color: red;
    float: right;
    font-size: 59px;
    height: 0;
    /* overflow: hidden; */
    right: 0;
    top: -11px;/
}

span.cross {
    position: absolute;
    color: red;
    float: right;
    font-size: 26px;
    height: 0;
    /* overflow: hidden; */
    right: 3px;
    top: -5px;
    display: none;
}

i.fa.fa-check {
    color: green;
}

span.verify {
    position: absolute;
    float: right;
    font-size: 22px;
    height: 0;
    right: 10px;
    top: 49px;
    display: none;
}

#alert-custom {
    padding: 7px;
    padding-right: 31px;
}

.custom-alert{

     padding: 7px;
     display: none;
}

.container .formed{
 float:left;
 width:50%;
}

.map-iframe iframe{
 padding-top:50px;
 height:300px;
}















