html{
 height: 100%;
max-height: 100%;
min-height: 100%; 
}    

body{
	margin: 0px auto;
	padding: 0px;
	font-family: Arial;
	background-color:black;
    min-height: 96%;
    height: 96%;
    max-height: 96%;
	/* max-width: 1600px; */
}

.main{
    width:100%;
    margin: 0 auto;
    background-image: url("../images/background.png");
    background-repeat: no-repeat;
    margin:19px 0px;
    height: 100%;
    min-height: 100%;
    background-size: 100% 100%;
}    

.banner{
    width: 100%;
    height:100%;
    margin: 0 auto;
    background-image: url("../images/banner.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    max-width: 955px;
}

.head{
   width: 100%;
    float: left;
}   

.head_left{
   width:50%;
   float: left; 
   padding-top: 25px;    
}    

.head_left_1{
    float: left;
    position: relative;
    right: 45px;
    width:35%;
}    

.head_left_2{
    width:60%;
    float: left;
    margin-left: -22px;
}  

.left_1{
    
}

.left_2{
   color: #43a4d9; 
    padding-top: 7px;
    font-weight: bold;
    font-size: 17px;
}

.left_3{
   color: #4378ac;
    padding-top: 35px;
    font-size: 19px;
}

.left_4{
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    padding-left: 30px; 
    background-position: 1px 18px;
    padding-top: 15px;
    font-weight: bold;
    
}

.left_4 a{
    text-decoration: none;
    color: #43a4d9;
} 

.left_5{
   background-image: url(../images/mail.png); 
   background-repeat: no-repeat;    
    padding-left: 30px;
    background-position: 1px 12px;
    padding-top: 7px;
    font-weight: bold;
}

.left_5 a{
    text-decoration: none;
     color: #43a4d9; 
}    

.left_6{
    color: #43a4d9;
     padding-top: 12px;
    font-weight: bold;
    
}

.left_6 span{
 color: #4378ac;  
}    

.head_right{
  padding: 20px;
    float: right;
}    

.content{
  width:100%;
    margin: 0 auto; 
    float: left;
    }    

.content_1{
    width:96%;
    float: left;
    margin: 0px;
    padding:20px;
    
}   

.content_head{
    margin: 0px;
    font-size: 17px;
    color:#4378ac;
    font-weight: bold;
    
}

.content_text{
    margin: 0px;
    text-align: justify;
    font-size: 17px;
}    

.content_2{
    width: 96%;
    margin: 0px;
    padding:20px;
    
    
}  

.content_text p {
    line-height: 222%;
   }

.content_3{
  width: 96%;
    margin: 0px;
    padding-left: 20px;
    padding-right: 20px;
}    

.content_left{
    width:50%;
    float: left; 
    font-size:17px;
}    
 
.content_left a{
 text-decoration: none;
 color: #4378ac;
     font-weight: bold;
}    
.icons{   
 float: right;
   
} 

.icons a {
 text-decoration: none;   
}
    





