*
{
box-sizing: border-box;
}

body
{
 margin:0;
 font-family: "lucida-sans",Helvetica, sans-serif;
 background-color:#83d0c9;
}

html
{
 font-family: "Lucida Sans", sans-sarif;
}

.espl_cws_header
{
 background-color:#35a79c;
 padding: 10px;
 font-style: inherit;
 width: 100%;
 border-top-color: #2F4F4F;
 border-top-style: groove;
 height:120px;
}
.espl_cws_company_name
 {
 font-style: inherit;
 text-align:left;
 width: 100%;
 color: #ffffff;
 padding-left: 100px;
 padding-top:5px;
 font-size:40px;
 display:inline-block;
}
.espl_cws_company_tag
{
     text-align:left;
     color:	#00ff00;
     width:40%;
     padding-left: 120px;
     font-size:20px;
    display:inline-block;
}
.espl_cws_company_tag_1
{
    float: right;
    text-align: right;
    color:#00ff00;
    width:40%;
    padding-right: 20px;
    font-size:20px;
    display:inline-block;
}
.espl_cws_header img
{
background:left no-repeat;
width:100px;
height:auto;
position:absolute;

}

.espl_cws_header-right
{
 float: right;
 }

/* .espl_cws_service_title
 {
   width:100%;
   height:50px;

   font-size:30px;
   color: #fffeb8;
   font-style:italic;
   text-align:center;
   padding-top:10px;
   overflow:hidden;
   background-repeat:no repeat;
   animation:animate 3s linear inifinite;
   -webkit-background-clip:text;
   
 }*/
 .espl_cws_service_title {
  text-align:center;
  position: relative;
  text-transform: uppercase;
  font-size: 2em;
  font-style:italic;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #FFEBCD, #FFE4C4,#FFDEAD);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animatetitle 5s linear infinite;

  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(188,143,143, 0);
}

@keyframes animatetitle {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
}
 /*naviagetion */
 
 .topnav {
 	float: right;
/*  overflow: hidden;*/
	display:block;
	text-align:center;
   color: #009688;
  background-color:#35a79c;
  width: 500px;
  height: 50px;
  padding-top: 0px;
  box-shadow: 8px 0px 8px 0px;

  /*float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;*/

}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

.topnav a:hover:not(.active)
 {background-color: 	#fc9ac4;}
 
 .topnav a.active {background-color: #fc6791;}
 

/*About us */
.espl_aboutus
{
 background-color:	#35a79c;
 padding: 20px 20px 20px 20px;
 font-style: inherit;
 width: 100%;

}
.espl_aboutus_h1
 {
 font-style: inherit;
 text-align:left;
 width:95%;
 color:#ffffff;
 margin-left: 20px;
 font-size:35px;
 display:inline-block;
}
.espl_aboutus_h2
{
    text-align:left;
    color:#ffffff;
    width:95%;
    font-size:25px;
    display:inline-block;
    margin-top:10px;
}
.espl_aboutus_text
{
    text-align:justify;
    color:#ffffff;
    width:95%;
    margin: 20px;
    font-size:20px;
    display:inline-block;
}
.espl_aboutus-right
{
 float: right;
 }
/*end of about us */
.espl_bottom_tag
{
 background-color:	#35a79c;
	position: fixed;
    left: 0px;
    bottom: 0px;
    height: 50px;
    width: 100%;
}



/*footer*/
footer{
	/*position: fixed;*/
	bottom: 0;
	/* background-color:	#000000;*/
	 background: rgba(76, 175, 80, 0.5);
}

@media (max-height:800px){
	footer { position: static; }
	header { padding-top:40px; }
}


.espl_footer{
	/*background-color: #35a79c;*/
	background-image: url("/images/2.jpg");
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	font: bold 16px sans-serif;
	padding: 50px 50px 60px 50px;
	margin-top: 20px;
	
	 
}
 .trBorder {
     /* height: 150px;*/
      width: 100%;
      margin-top: 20px;
      background: rgba(0,0,0,.5);
      padding: 50px 50px 60px 50px;
    }
	
.espl_footer .espl_footer-left,
.espl_footer .espl_footer-center,
.espl_footer .espl_footer-right{
	display: inline-block;
	vertical-align: top;
	
	
}

/* Footer left */

.espl_footer .espl_footer-left{
	width: 30%;
}

.espl_footer h3{
	color:  #fff;
	font-size:25px;
	margin: 0;
}

/* The company logo */

.espl_footer .espl_footer-left img{
	width: 30%;
}

.espl_footer h3 span{
	color:  #e0ac1c;
}

/* Footer links */

.espl_footer .espl_footer-links{
	color:  #fff;
	margin: 20px 0 12px;

}

.espl_footer .espl_footer-links a{
	display:inline-block;
	line-height: 1.8;
	text-decoration: none;
	color:  inherit;
}

.espl_footer .espl_footer-company-name{
	color:  #fff;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

/* Footer Center */

.espl_footer .espl_footer-center{
	width: 35%;
}


.espl_footer .espl_footer-center i{
	background-color:  #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}

.espl_footer .espl_footer-center i.fa-envelope{
	font-size: 17px;
	line-height: 38px;
}

.espl_footer .espl_footer-center p{
	display: inline-block;
	color: #fff;
	vertical-align: middle;
	margin:0;
}

.espl_footer .espl_footer-center p span{
	display:block;
	font-weight: bold;
	font-size:14px;
	line-height:2;
}

.espl_footer .espl_footer-center p a{
	color:  #fff;
	text-decoration: none;
}


/* Footer Right */

.espl_footer .espl_footer-right{
	width: 30%;
	margin-bottom:50px;
}

.espl_footer .espl_footer-company-about{
	line-height: 20px;
	color:  #92999f;
	font-size: 15px;
	margin: 20px 0 12px;
	margin: 0;
	height:80%;
}

.espl_footer .espl_footer-company-about p{
	display: inline-block;
	color: #ffffff;
	vertical-align: right;
	margin:0;
}
.espl_footer .espl_footer-company-about span{
	display: block;
	color:  #ffffff;
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 5px;
	margin-top:35px;
}

.espl_footer .espl_footer-icons{
	margin-top: 25px;
}

.espl_footer .espl_footer-icons a{
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color:  #33383b;
	border-radius: 2px;

	font-size: 20px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
	margin-left:0;
}

/* Here is the code for Responsive Footer */

@media (max-width: 880px) {

	.espl_footer .espl_footer-left,
	.espl_footer .espl_footer-center,
	.espl_footer .espl_footer-right{
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}

	.espl_footer .espl_footer-center i{
		margin-left: 0;
	}

}

/*form */
input, button, label {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 15px;
  font-weight: 300;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=text], input[type=password] {
  padding: 0 10px;
  width: 300px;
  height: 30px;
  color: #bbb;
  background: #fff;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
  box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.06);
}
input[type=text]:focus, input[type=password]:focus {
  color: white;
  background: rgba(0, 0, 0, 0.1);
  outline: 0;
}

/* Responsive code */
/* Tablet */
 @media screen and (max-width: 800px)
 {
 body
 {
  background-color:#35a79c;
 }
 .espl_cws_header
{
 background-color:#35a79c;

 padding: 20px 10px;
 font-style: italic;
  width: 100%;
 text-align:center;
 height:auto; 
}
 .espl_cws_company_name
 {
 font-style: italic;
  font-size:30px;
  color: #fffeb8;
 height:auto;
 margin-top:100px;
 font-weight:bold;
}
.espl_cws_company_tag
{
     text-align:center;
     color:	#00ff00;
      height:auto;
     top:400px;
	 width:auto;
     font-size:20px;
	 margin-left: 0px;
	 font-weight:bold;
}
 
 .espl_cws_company_tag_1
{
    color:#00ff00;
    height:auto;
    top:300px;
    text-align:center;
    font-size:20px;
	width:auto;
	margin-left:0px;
	font-weight:bold;
}
 .espl_cws_header img
 {
   background:top no-repeat;
   max-width:100%;
   height:auto;
   text-align:center;
   left:230px;
 }
 /* text effect */
 .espl_cws_service_title {
  text-align:center;
  position: relative;
  text-transform: uppercase;
  font-size: 15px;
  font-style:italic;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #FFEBCD, #FFE4C4,#FFDEAD);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate_title 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(188,143,143, 0);
}

@keyframes animate_title {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
} /*end of text effect*/

  /*Naviagation bar */
   .topnav a:not(:first-child) {
    display: none;
  }
  
  
   .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  .espl_cws_partner
{
 background-color:#000000;

 padding: 20px 10px;
 font-style: italic;
  width: 100%;
  text-align:center;

}

.espl_cws_partner_logo img
{
 background:top no-repeat;
   max-width:100%;
   height:auto;
   text-align:center;
   left:230px;
 }

 /*about us */
 .espl_cws_aboutus
{
 background-color:	#000000;
 padding: 20px 10px;
 font-style: italic;
  width: 100%;
 border-color:	#9d81ba;
 border-style:solid;
}
.espl_cws_aboutus_heading
 {
 font-style: italic;
 text-align:center;
 width:100%;
 color:#ab96df;
 top:0;
 padding-top:5px;
 font-size:25px;
 display:inline-block;
}
.espl_cws_aboutus_subheadings
{
    text-align:center;
    color:#d9a3e3;
    width:100%;
    top: 0;
    font-size:15px;
    display:inline-block;
    margin-top:10px;
}
.espl_cws_aboutus_text
{
    text-align:center;
    color:#f4d9f9;
    width:100%;
    right:0;
    margin-top:25px;
    font-size:10px;
    display:inline-block;
}


 } /* end of tablet media */
/*Partner*/
.espl_partner
{
 background-color:#35a79c;
 padding: 20px 10px;
 font-style: italic;
 height: 200px;

}
.espl_partner_name
 {
 font-style: italic;
 text-align:center;
 width: 100%;
 color: #fffeb8;
 top:0;
 padding-top:5px;
 font-size:30px;
 display:inline-block;
}

.espl_partner_logo
{
float: left;
width: 20%;
height: 150px;
position: inherit;
background-color: #ffffff;
border-radius: 5px;
margin: 10px;
vertical-align: middle;


}

/*End of Partner*/


 
 /* for mobile */
 @media screen and (max-width: 480px)
 {
 body
 {
  background-color:#696969;
 }
 .espl_cws_header
{
 background-color:#000000;

 padding: 20px 10px;
 font-style: italic;
  width: 100%;
 text-align:center;

}
 .espl_cws_company_name
 {
 font-style: italic;
  font-size:30px;
  color: #fffeb8;
 height:auto;
 margin-top:100px;
 font-weight:bold;
}
.espl_cws_company_tag
{
     text-align:center;
     color:	#ff990f;
      height:auto;
     top:400px;
	 width:auto;
     font-size:20px;
	 margin-left: 0px;
	 font-weight:bold;
}
 
 .espl_cws_company_tag_1
{
    color:#ff6600;
    height:auto;
    top:300px;
    text-align:center;
    font-size:20px;
	width:auto;
	margin-left:0px;
	font-weight:bold;
}
 .espl_cws_header img
 {
   background:top no-repeat;
   max-width:100%;
   height:auto;
   text-align:center;
   left:230px;
 }
 
 /* text effect */
 .espl_cws_service_title {
  text-align:center;
  position: relative;
  text-transform: uppercase;
  font-size: 10px;
  font-style:italic;
  letter-spacing: 4px;
  overflow: hidden;
  background: linear-gradient(90deg, #FFEBCD, #FFE4C4,#FFDEAD);
  background-repeat: no-repeat;
  background-size: 80%;
  animation: animate 3s linear infinite;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(188,143,143, 0);
}

@keyframes animate {
  0% {
    background-position: -500%;
  }
  100% {
    background-position: 500%;
  }
} /*end of text effect*/

     /*Naviagation bar */
   .topnav a:not(:first-child) {
    display: none;
  }

   .topnav a:not(:first-child) {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  
  
.espl_cws_partner
{
 background-color:#000000;

 padding: 20px 10px;
 font-style: italic;
  width: 100%;
  text-align:center;
  
}

.espl_cws_partner_logo img
{
 background:top no-repeat;
   max-width:100%;
   height:auto;
   text-align:center;
   left:230px;
 }
 }
