/* ------------------------------------------------------------------------------
Project Name : Wallmark
Description  : Main Style Sheet
Author       : Imran Rovan
Created On   : 10 Sep 2021
--------------------------------------------------------------------------------*/

/** Google Fonts **/
@import url('https://fonts.googleapis.com/css2?family=Merriweather:wght@400;700&family=Poppins:wght@400;500;600&display=swap');

/*font-family: 'Merriweather', serif;
font-family: 'Poppins', sans-serif; */


html, body {
	margin: 0;
	padding: 0;
}
body {
	color:#2c2c2c;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	-ms-overflow-style: scrollbar;
}
html, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
/*	color: #fff;
*/	
color:#2c2c2c;
margin-bottom: 15px;
}
.absolute {
	position: absolute;
}
img {
	display: block;
	outline: none;
}
img, input, textarea, button {
	border: 0;
	outline: 0;
	resize: none;
}
a, a:hover, a:focus {
	text-decoration: none;
	-moz-transition: all .200s ease-in-out;
	-webkit-transition: all .200s ease-in-out;
	transition: all .200s ease-in-out; 
}
.clear {
	clear: both;
	font-size: 0;
	height: 0;
}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
	height: 0;
	visibility: hidden;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
li.clearfix {
	display: list-item;
}
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html, body, p, a, li, span, div {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
}

/** Theme Css **/
header {
	position: fixed;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
/* 	background-color: #222222;*/
background-color: #ffffff;
	padding:  10px 0;
	z-index: 999;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header.header-fixed {
	height: 70px;
	padding:  0px 0;
	top: 0px;
}
header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}
header .logo img {
	display: block;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
header.header-fixed .logo img {
	height: 55px;
}
.sub-ban {
	width: 550px !important;
}
.sub-ban h6 {
	font-size:22px;
	line-height:25px;
	color:#fff;
	font-weight:400; 
	margin-bottom: 10px;
}
.sub-ban h2 {
	font-family: 'Merriweather', serif;
	font-size:55px;
	line-height:60px;
	color:#fff;
	font-weight:700;
	text-transform: uppercase;
	margin-bottom: 10px;
	position: relative;

}
.sub-ban h2 span {
	position: relative;
	z-index: 1;
}
.sub-ban h2:before {
	content: '';
	width: 40%;
	height: 10px;
	display: block;
/*	background-color: #19748e;*/
	position: absolute;
	bottom: 5px;
	right:0px;
	z-index: -1px;
}
.sub-ban p {
	font-size:22px;
	line-height:32px;
	color:#fff;
}
.banner-section {
	padding-top: 100px;
	background-color: #fff;
}
.hmeservices {
/*	background-color: #232323;
*/
    background-color:#ffff;
}
.hmeblk {
	padding: 50px 0;
}
.subtitle {
	color: #19738e;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	border-left: 2px solid #19738e;
}
.title {
	font-family: 'Merriweather', serif;
	/*color: #fff;*/
	color:#2c2c2c;
	font-size: 28px;
	font-weight: 400;
	line-height: 45px;
}
.hmeservices ul {
	display: flex;
	flex-wrap: wrap;
}
.hmeservices ul li {
	display: flex;
	width: 33.33%;
	height: 260px;
	border: 1px solid #3b3b3b;
	padding: 15px;
	flex-direction: column;
	align-items: flex-start;
	justify-content: end;
}
.hmeservices ul li:last-child {
	display: flex;
	align-items: center;
	justify-content: center;
}
.hmeservices ul li:last-child a {
    color:#19738e;
/*	color: #cfd3d5;*/
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
}
.hmeservices ul li img {
	height: 75px;
	width: auto;
	margin-bottom: 15px;
}
.hmeservices ul li p {
	font-size: 23px;
    line-height: 32px;
/*	color: #fff;*/
color:#2c2c2c;
	margin: 0;
	font-family: 'Merriweather', serif;
}
.hmevideos {
	background: #000 url(../images/bg-video.jpg) no-repeat center right;
	background-size: cover;
}
.hmevideos p {
	font-size: 30px;
	line-height: 40px;
	color: #2c2c2c;
	font-weight: 700;
}
.hmevideos ul {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 30px 0 50px 0;
}
.hmevideos ul li {
	margin-right: 45px;
}
.hmevideos ul li h6 {
	font-family: 'Merriweather', serif;
	margin-bottom: 0px;
	font-size: 50px;
	color: #849599;
}
.hmevideos ul li p {
	font-size: 18px;
	line-height: 20px;
	color: #222;
	margin-bottom: 5px;
	font-weight: 400;
	text-transform: uppercase;
}
.hmevideos .links a {
	color: #19738e;
	font-size: 15px;
	font-weight: 600;
	border: 2px solid #19738e;
	padding: 8px 20px;
	margin-right: 10px;
}
.hmeprojects {
    background-color:#fff;
/*	background-color: #2a2a2a;
*/}
.hmeclients, .hmecontact {
        background-color:#fff;

/*	background-color: #1f1f1f;
*/}
.hmeprojects .projlist {
	position: relative;
	margin-bottom: 15px;
}
.hmeprojects .projlist .desc {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 80%;
	display: flex;
	align-items: end;
	justify-content: flex-start;
	/*color: #fff;*/
	color:#2c2c2c;
	padding: 20px;
	background: rgb(0,0,0);
	background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#2c2c2c",GradientType=1);
}
.hmeprojects .projlist .desc h6 {
	font-family: 'Merriweather', serif;
	font-size: 25px;
	padding-right: 0%;
	color:#efefef;
}
.hmeclients h6, .hmecontact h6 {
	font-family: 'Merriweather', serif;
	font-size: 35px;
	color: #176d88;
	text-align: center;
	margin-bottom: 25px;
}
.hmeclients h5 {
	font-size: 18px;
	line-height: 28px;
/*	color: #fff;*/
color:#2c2c2c;
	text-align: center;
	max-width: 750px;
	margin: 0 auto 40px;
}
.hmecontact h6 {
	text-align: left;
	margin-bottom: 15px;
}
.hmecontact h5 {
	text-align: left;
	margin-bottom: 45px;
	font-size: 18px;
	color: #e43a4b;
}
.hmecontact input {
	width: 100%;
	height: 60px;
	margin-bottom: 35px;
	padding: 0 5px 0 60px;
	
}
.formcontact .name input {
    border: 2px solid #c2c2c2;
	background: #fff url(../images/icons/name.jpg) no-repeat left 5px center;
}
.formcontact .flag input {
     border: 2px solid #c2c2c2;
	background: #fff url(../images/icons/flag.jpg) no-repeat left 5px center;
}
.formcontact .mail input {
     border: 2px solid #c2c2c2;
	background: #fff url(../images/icons/mail.jpg) no-repeat left 5px center;
}
.formcontact .company input {
     border: 2px solid #c2c2c2;
	background: #fff url(../images/icons/company.jpg) no-repeat left 5px center;
}
.formcontact button {
	background: #19738e;
	height: 60px;
	line-height: 60px;
	padding: 0 30px;
	color: #fff;
	font-weight: 500;
}
footer {
   /* background: #181818*/
	background: #839599 url(../images/bg-footer.jpg) no-repeat top center;
	padding: 120px 0 0px 0;
}
footer ul {
	background: #283037;
	border:  1px solid #464d52;
	border-radius: 10px;
	padding: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1000px;
	margin:-30px auto 35px;
}
footer ul li {
	color: #fff;
}
footer ul li h6 {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	text-transform: uppercase;
	position: relative;
}
footer ul li h6 i {
	position: absolute;
	top: 0;
	right: 0;
	color: #f48232;
	font-size: 16px;
}
footer ul li a {
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 0px;
}
footer ul li a:hover {
	text-decoration: underline;
	color: #fff;
}
footer .footnav, footer .footsubnav {
	text-align: center;
}
footer .footnav {
	margin-bottom: 25px;
}
footer .footnav a {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-right: 15px;
}
footer .footnav a:last-child {
	border-right: 0px solid #fff;
	padding-right: 0px;
	margin-right: 0px;
}
footer .footnav1, footer .footsubnav {
	text-align: center;
}
footer .footnav1 {
	margin-bottom: 25px;
}
footer .footnav1 a {
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 15px;
	border-right: 1px solid #fff;
	padding-right: 15px;
	margin-right: 15px;
}
footer .footnav1 a:last-child {
	border-right: 0px solid #fff;
	padding-right: 0px;
	margin-right: 0px;
}
footer .footsubnav a {
	text-transform: uppercase;
	text-align: center;
	color: #dbdbdb;
	font-size: 15px;
	padding-right: 8px;
	margin-right: 8px;
}
footer .footsubnav a:last-child {
	border-right: 0px solid #fff;
	padding-right: 0px;
	margin-right: 0px;
}
footer .copyright {
	margin-top: 25px;
/*	background-color: #121212;*/
background-color:#6a7c80;
	color: #fff;
	padding: 20px 0;
	text-align: center;
	font-size: 15px;
}
footer .copyright p {
	color: #fff;
	text-align: center;
	font-size: 15px;
	margin: 0;
}
.innerban {
	margin: 0;
	padding: 130px 0 0 0;
	background: url(../images/banner.jpg) center top no-repeat;
	background-size: cover;
	text-align: center;
}
.innerban h2 {
	margin: 0 0 25px 0;
	padding: 0;
	font-size: 48px;
	color: #849599;
	font-weight: 600;
}
.innerban .breadcrumb {
	border-radius: 0;
	display: inline-block;
	margin-bottom: 0;
	background-color: rgba(8, 62, 92, 0.4);
	padding: 14px 30px;
}
.innerban .breadcrumb li {
	font-size: 14px;
	color: #fff !important;
	font-weight: 600;
	text-transform: uppercase;
	display: inline-block;
}
.innerban .breadcrumb li a {
	color: #fff !important;
}
.innerban .breadcrumb-item + .breadcrumb-item::before {
	padding: 0 5px;
	color: #ccc;
	content: "/\00a0";
	color: #fff !important;
	margin: 0 5px;
}
.content {
	padding: 60px 0;
	background-color:#fff;
/*	background-color: #1f1f1f;
*/}
.imgabout {
	max-height: 550px;
	margin: auto;
}
.top-title {
	position: relative;
	font-weight: 600;
	font-size: 16px;
	color: #116c87;
	padding-left: 70px;
	margin-bottom: 15px;
	display: inline-block;
}
.top-title::before {
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	width: 60px;
	height: 2px;
	background-color:#116c87;
}
.btm-title {
    color:#178caf;
/*	color: #fff;
*/	font-family: 'Merriweather', serif;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 30px;
}
.intro {
	color: #849599;
	font-size: 26px;
	line-height: 38px;
	font-weight: 500;
	margin-bottom: 10px;
}
.intro span {
	margin-right: 10px;
}
.president-img {
	padding: 40px 0 20px;
	background-color: #fff;
/*	background-color: #121212;
*/	margin-left: 80px;
	margin-bottom: 30px;
}
.predimg {
	width: 100%;
	margin-left: -50px;
	float: left;
	margin-right: 50px;
	margin-bottom: 40px;
}
.predimg .mess-img {
	width: 100%;
	-webkit-box-shadow: 0px 3px 25px 0px rgb(0 0 0 / 23%);
	-moz-box-shadow: 0px 3px 25px 0px rgba(0,0,0,0.23);
	box-shadow: 0px 3px 25px 0px rgb(0 0 0 / 23%);
}

.signature {
	margin-left: 70px;
	margin-top: 15px;
	max-height: 100px;
}
.predimg h5 {
	margin-left: 70px;
	margin-top: 25px;
	font-size: 25px;
	line-height: 30px;
	font-family: 'Merriweather', serif;
}
.predimg h6 {
	margin-left: 70px;
	font-size: 18px;
	color: #ccc;
	line-height: 40px;
}
.teamlist {
	display: flex;
	flex-wrap: wrap;
}
.teamlist li {
	width: calc(25% - 20px);
	position: relative;
	padding: 15px;
	margin: 0 10px;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.teamlist li img {
	width: 100%;
	margin-bottom: 10px;
}
.teamlist li h5, .values h5 {
	font-size: 20px;
	color: #087283;
	font-weight: 700;
	font-family: 'Merriweather', serif;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.values h5 {
	margin-bottom: 15px;
}
.teamlist li h6 {
	font-size: 16px;
	color: #bababa;
}
.values p {
	font-weight: 400;
}
.values i {
	font-size: 50px;
	color: #849599;
	margin-bottom: 10px;
}
.values {
	padding: 15px;
	margin-bottom: 20px;
	overflow: hidden;
	height: 330px;
	border: 2px solid #464646;
	border-radius: 6px;
	position: relative;
	-webkit-transition: border .4s cubic-bezier(0,0,.2,1),padding .4s cubic-bezier(0,0,.2,1),-webkit-transform .4s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1);
	transition: border .4s cubic-bezier(0,0,.2,1),padding .4s cubic-bezier(0,0,.2,1),-webkit-transform .4s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1);
	transition: transform .4s cubic-bezier(0,0,.2,1),filter .15s cubic-bezier(0,0,.2,1),border .4s cubic-bezier(0,0,.2,1),filter .15s cubic-bezier(0,0,.2,1),padding .4s cubic-bezier(0,0,.2,1),filter .15s cubic-bezier(0,0,.2,1);
	transition: transform .4s cubic-bezier(0,0,.2,1),filter .15s cubic-bezier(0,0,.2,1),border .4s cubic-bezier(0,0,.2,1),filter .15s cubic-bezier(0,0,.2,1),padding .4s cubic-bezier(0,0,.2,1),filter .15s cubic-bezier(0,0,.2,1),-webkit-transform .4s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1),-webkit-filter .15s cubic-bezier(0,0,.2,1);
	will-change: transform,border,padding;
}
.values:hover {
	-webkit-box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	box-shadow: 0 10px 15px 0 rgba(0,0,0,.1);
	padding: 15px;
	border: 2px solid rgba(255,255,255,.05);
}
.content .bgintro {
	position: relative;
}
.content .bgintro::before {
	content: '';
	position: absolute;
	z-index: 0;
	bottom: -60px;
	right: 0px;
	display: block;
	width: 45%;
	height: 350px;
	background: url(../images/bg.jpg) bottom right no-repeat;
}
/*.compimg:after {
content: '';
position: absolute;
top: 50px;
left: -50px;
display: block;
width: 100px;
height: 2px;
background-color: #e3e11e;
}*/
.compdtls {
	padding-right: 80px;
}
.clients {
	display: flex;
	flex-wrap: wrap;
}
.clients li {
	width: 23%;
	background: #fff;
	border: 1px solid #eee;
	padding: 0 !important;
	margin: 1% !important;
}
.clients li img {
	margin: auto;
	width: 100%;
}
.hmecontact {
    overflow: hidden;
}
.contact-box-content {
	position: relative;
}
.contact-box-content .img-holder {
	display: block;
	max-width: 580px;
	width: 90%;
}
.contact-box-content .img-holder img {
	width: 100%;
}
.contact-box-content .text-holder {
	display: block;
}
.contact-box-content .text-holder .opening-hours {
	position: relative;
	display: block;
	overflow: hidden;
	max-width: 270px;
	margin: 25px auto 0;
}
.quick-contact-box {
	position: relative;
	margin-top: -90px;
	display: block;
	background: #222d43;
	padding: 25px;
	z-index: 10;
}
.quick-contact-box h3 {
	color:#fff;
}
.quick-contact-box p, .quick-contact-box p a {
	color:#c2d6ff;
}
.quick-contact-box ul li:first-child {
	padding-left: 35px;
	background: url(../images/icons/cont-ph.jpg) no-repeat left top;
	background-size: auto 26px;
}
.quick-contact-box ul li:nth-child(2) {
	padding-left: 35px;
	background: url(../images/icons/cont-ph.jpg) no-repeat left top;
	background-size: auto 26px;
}
.quick-contact-box ul li:nth-child(3) {
	padding-left: 35px;
	background: url(../images/icons/cont-mail.jpg) no-repeat left top;
	background-size: auto 26px;
}
.quick-contact-box ul li:nth-child(4) {
	padding-left: 35px;
	background: url(../images/icons/cont-map.jpg) no-repeat left top;
	background-size: auto 26px;
}
#msform input, #msform textarea {
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 3px;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	color: #2C3E50;
	font-size: 13px;
}
#msform input:focus, #msform textarea:focus {
	border: 1px solid #333;
}
#msform textarea {
	height: 120px;
	resize: none
}
#msform .action-button:hover, #msform .action-button:focus {
	box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
#msform .action-button {
	width: 100px;
	background: #27AE60;
	font-weight: bold;
	color: white;
	border: 0 none;
	border-radius: 1px;
	cursor: pointer;
	padding: 10px 5px;
	margin: 10px 5px;
}
.title-box {
	display: block;
	padding-left: 0px;
	padding-bottom: 15px;
}
.title-box  h3 {
	font-size: 22px;
	position: relative;
	padding-left: 15px;
}
.title-box h3:before {
	position: absolute;
	top: 0px;
	left: 0;
	width: 3px;
	height: 20px;
	background: #4f5a86;
	content: "";
}
.activitylist {
	margin-top: 50px;
}
.activitylist .activitywrap:nth-child(odd) {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}
.activitylist .activitywrap:nth-child(even) {
	display: flex;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}
.activitylist .activitywrap .actimg {
	padding-right: 20px;
	position: relative;
	z-index: 1;
	padding-left: 20px;
	width: 45%;
}
.activitylist .activitywrap .actimg img {
	border-radius: 15px;
	max-width: 100%;

}
.activitylist .activitywrap .actimg .shape_img {
	border-radius: 15px;
	position: absolute;
	top: -25px;
	left: 0px;
	z-index: -1;
	border: 2px dashed #fff;
	height: 100%;
}
.activitylist .activitywrap .actdtls {
	width: 50%;
}
.activitylist .activitywrap .actdtls h5 {
    color:#178caf;
/*	color: #fff;
*/	font-family: 'Merriweather', serif;
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 20px;
}
.activitylist .activitywrap:nth-child(odd) .actdtls {
	padding-left: 50px;
}
.activitylist .activitywrap:nth-child(even) .actdtls {
	padding-right: 50px;
}
.activitylist .activitywrap .actdtls h4 {
	color: #12265A;
	font-size: 35px;
	font-weight: 800;
	margin-bottom: 22px;
	position: relative;
	z-index: 1;
	display: inline-block;
	margin-top: 10px;
}
.activitylist .activitywrap .actdtls p {
	margin-bottom: 15px;
	font-size: 20px;
	line-height: 35px;
	width: 500px;
}
.activitescaro .owl-dots {
	position: absolute;
	bottom: 20px;
	width: 100%;
	text-align: center;
	display: flex !important;
	align-items: center;
	justify-content: center;
}
.activitescaro .owl-dots .owl-dot {
	margin:0 3px;
}
.activitescaro .owl-dots .owl-dot span {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	background: rgba(0,0,0,0);
	border:2px solid rgba(0,0,0,0.6);
}
.activitescaro .owl-dots .owl-dot.active span {
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: block;
	text-indent: -9999px;
	padding: 0;
	background: rgba(0,0,0,0.6);
	-moz-box-shadow:    inset 0 0 10px rgba(0,0,0,0.2);
	-webkit-box-shadow: inset 0 0 10px rgba(0,0,0,0.2);
	box-shadow:         inset 0 0 10px rgba(0,0,0,0.2);
}
.banner-section {
    position: relative;
    overflow: hidden;
}
.banner-section:before {
	content: '';
	width: 100%;
	height: 200px;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 99;
    background: rgb(0,0,0);
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,255,255,0) 100%);
}
.ban_service {
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 999;
}
.ban_service > ul {
	display: flex;
	margin: 0px;
}
.ban_service > ul > li {
	width: 20%;
	margin: 0 15px;
	cursor: pointer;
	position: relative;
}
.ban_service > ul > li > .top {
	font-family: 'Merriweather', serif;
	text-align: center;
	padding: 25px 0;
	border-top: 3px solid #fff;
	color: #fff;
	font-size: 20px;
	line-height: 26px;
	font-weight: 700;
}
.ban_service > ul > li > .btm {
	background: #19738e;
	position: absolute;
	bottom: -400px;
	left: 0;
	width: 100%;
	max-height: 400px;
	padding: 20px 30px;
	-webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.ban_service > ul > li:hover > .btm {
	bottom: 0px;
	}
.ban_service .btm h6 {
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-family: 'Merriweather', serif;
	margin-bottom: 15px;
}
.ban_service .btm img {
	height: 60px;
	margin:0 auto 10px;
	filter: brightness(1000);
}
.ban_service .btm ol li {
	font-size: 16px;
	color: #fff;
	margin-bottom: 5px;
}
.ban_service .btm ol li::before {
	content: '-';
	margin-right: 10px;
}
.float1{
	position:fixed;
	width:60px;
	height:60px;
	bottom:20px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
	margin-top:16px;
}
.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:60px;
	right:50px;
	background-color:#489aac;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}
.floatmenu{
	position:fixed;
	width:40px;
	height:40;
	bottom:25px;
	right:20px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-floatmenu{
	margin-top:7px;
}
.top-bar {
  text-align:center;
  width:100%;
  	background-color:#eef3f4;
	height:25px;
}