.icon-bar {
  position: fixed;
  top: 30%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); z-index:9999; 
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 4px 8px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
   -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); z-index:9999; 
}
 
.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #F00;
  color: white;
}

.google {
  background: #dd4b39;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}
.whatss-app  {
	background:#0C6
	
}
.content {
  margin-left: 75px;
  font-size: 30px;
}
 
.whats-app  {
position: fixed;
width: 45px;
height: 45px;
bottom: 40px;
left:unset;
right:2px;
background-color: #0C0;
color: #FFF;
border-radius:  px;
text-align: center;
font-size: 30px;
z-index: 9999;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); z-index:9999; margin-top:-5%; 
}
@media (max-width: 767px) {
.whats-app  {
position: fixed;
width: 45px;
height: 45px;
bottom: 40px;
left:unset;
right:2px;
background-color: #0C0;
color: #FFF;
border-radius:  px;
text-align: center;
font-size: 30px;
z-index: 9999;
top: 40%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); z-index:9999; margin-top:-5%; 
}	 
 }
@media only screen and (min-width: 768px) and (max-width: 1024px){
.whats-app  {
position: fixed;
width: 45px;
height: 45px;
bottom: 40px;
left:unset;
right:2px;
background-color: #0C0;
color: #FFF;
border-radius:  px;
text-align: center;
font-size: 30px;
z-index: 9999;
top: 45%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%); z-index:9999; margin-top:-5%; 
}	 
 }
.whats-app a {
  display: block;
  transition: all 0.3s ease;
  text-align: center;
  padding: 4px;
  color: #FFF;
  font-size: 24px;
}

.whats-app a:hover {
 -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg); z-index:9999; 
} 
.my-float {
    margin-top: 36px;
}

<!--------------------------------------------------------------->
/* Full-width input fields */
 

input[type=text1], input[type=forgot_password] {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
box-sizing: border-box;
}

/* Set a style for all buttons */
.button1 {
 
color: white;
padding: 6px 0px ;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%; border-radius:5px; margin-left:-2px; background:none; 
}

.button1:hover {
opacity: 1;
}
.button2 {
 
color: white;
padding: 6px 0px ;
margin: 8px 0;
border: none;
cursor: pointer;
width: 100%; border-radius:5px; margin-left:-2px; background: #000; 
}
/* Extra styles for the cancel button */
.cancelbtn {
width: auto;
padding: 10px 18px;
background-color: #f44336;
}

/* Center the image and position the close button */
.imgcontainer {
text-align: center;
margin: 24px 0 12px 0;
position: relative;
}
.imgcontainer span{
text-align: center;
 font-size:14px;
 font-family:Arial, Helvetica, sans-serif;
 font-weight:bold; 
}
 

img.avatar {
width: 40%;
border-radius: 50%;
}

.forgot_container {
padding: 16px; 
}

#id01{ z-index:9999; }

span.psw {
float: right;
padding-top: 16px;
}

/* The Modal (background) */
.forgot_modal {
display: none; /* Hidden by default */
position: fixed; /* Stay in place */
z-index: 1; /* Sit on top */
left: 0;
top: 0;
width: 100%; /* Full width */
height: 100%; /* Full height */
overflow: auto; /* Enable scroll if needed */
background-color: rgb(0,0,0); /* Fallback color */
background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
padding-top: 60px;
}

/* Modal Content/Box */
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 30%; /* Could be more or less, depending on screen size */
}
@media only screen and (min-width: 600px) and (max-width: 768px){
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 60%; /* Could be more or less, depending on screen size */
}	
	
}
@media only screen and (min-width: 320px) and (max-width: 600px){
.modal-content {
background-color: #fefefe;
margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
border: 1px solid #888;
width: 80%; /* Could be more or less, depending on screen size */
}	
	
}
/* The Close Button (x) */
.closee {
position: absolute;
right: 25px;
top: 0;
color: #000;
font-size: 35px;
font-weight: bold;  
}
 

.closee:hover,
.closee:focus {
color: red;
cursor: pointer;
}

/* Add Zoom Animation */
.animate {
-webkit-animation: animatezoom 0.6s;
animation: animatezoom 0.6s;
/*animation-iteration-count:infinite;*/

}

@-webkit-keyframes animatezoom {
from {-webkit-transform: rotate(0deg)} 
to {-webkit-transform: rotate(360deg)}
}

@keyframes animatezoom {
from {-webkit-transform: rotate(0deg)} 
to {-webkit-transform: rotate(360deg)}
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
span.psw {
display: block;
float: none;
}
.cancelbtn {
width: 100%;
}
}

.map_width{width:100%; min-height:350px;}




/*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
.why-us{
padding: 20px 30px;
}
.why-us .box {
  padding: 50px 30px;
   
  transition: all ease-in-out 0.3s;
  height: 100%; background-color:#e3eff3;
}

.why-us .box span {
  display: block;
  font-size: 28px;
  font-weight: 700;
  color: #ffcf88;
}

.why-us .box h4 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  margin: 20px 0;
  color:#ff762a; 
}
.why-us .section-title h2 {
  font-size: 24px;
  font-weight: 600;
  padding: 0;
  color: #1294eb; 
  font-family:Arial, Helvetica, sans-serif;
}
.why-us .section-title h1 {
  font-size: 26px;
  font-weight: 600;
  padding: 0;
  color: #1294eb; 
  font-family:Arial, Helvetica, sans-serif; text-transform: none;
}
.why-us .box p {
  color: #000 ;
  font-size: 13px;
  margin: 0;
  padding: 0; font-family:Arial, Helvetica, sans-serif;
}

.why-us .box:hover {
  background: #ffb03b;
  padding: 30px 30px 70px 30px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
  color: #fff;
}
@media (max-width: 767px) {
.why-us .section-title h1 {
  font-size: 18px;
  font-weight: 600;
  padding: 0;
  color: #1294eb; 
  font-family:Arial, Helvetica, sans-serif; text-transform: none;
}
.why-us .box p {
  color: #000 ;
  font-size: 14px;
  margin: 0;
  padding: 0; font-family:Arial, Helvetica, sans-serif;
} 	
	
}

.header-text{height:85px;}
.copyright a{ margin-left:15px;}

/*----------------------------------------*/
/*  22.	Contact Us  CSS
/*----------------------------------------*/
.contact-page-area {
    background: #f1f1f1 none repeat scroll 0 0;
    padding: 50px 0 70px;
}
.map-area {
  margin-bottom: 60px;
}
.contact-area {
  margin: 50px 0 0;
}
.contact-info {
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}
.contact-info h3, .contact-form h3 {
  border-bottom: 1px solid #c2c2c2 !important;
  color: #444;
  display: block;
  font-size: 16px;
  margin-bottom: 20px;
  padding-bottom: 8px;
  text-transform: uppercase;
  line-height: 20px; font-family:Arial, Helvetica, sans-serif; font-weight:bold; 
}
.contact-info h3:before{
	 
	display: inline-block;
	font-family: FontAwesome;
	margin-right: 5px;
	vertical-align: text-bottom;
}
.contact-info ul li{
	border-bottom: 1px solid #e8e8e9;
	float: left;
	font-size: 12px;
	line-height: 40px;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	width: 100%;
}
.contact-info ul li i{
	font-size: 16px;
	margin-right: 5px;
	width: 20px;
}
.contact-info ul li a:hover {text-decoration: underline;}
.contact-info ul li a {
  color: #F15B22;
}
.contact-form h3 {
  margin-bottom: 30px;
}
.contact-form input[type="text"], .contact-form input[type="email"] {
  border: 1px solid #ccc;
  border-radius: 0;
  height: 40px;
  padding-left: 20px;
  width: 100%;
  margin-bottom: 16px;
}
.contact-form textarea#message{
	border: 1px solid #ccc;
	border-radius: 0;
	height: 180px;
	padding: 20px;
	width: 100%;
}
.contact-form input[type="submit"] {
  background: none repeat scroll 0 0;
  border: medium none;
  border-radius: 0;
  color: #444;
  font-size: 14px;
  font-weight: 700;
  margin-top: 16px;
  padding: 11px 24px;
  text-transform: uppercase;
  transition: all 0.3s ease 0s;
  border: 4px double #444;
}
.contact-form input[type=submit]:hover{
    color:#F15B22;
    border: 4px double #F15B22;
}
