body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: #333;
	overflow-x: hidden;
	margin: auto;
	background: #FFFFFF;
}
mark {
  background-color: #54dac7;
  color: black;
}

html,
body { height: 100% }
h1,
h2,
h3,
h4,
h5,
h6 {
    color: #333;
    font-weight: 700;
	font-family: 'Lato', Arial, Helvetica, sans-serif;
}
a {
	color: #08a28e;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
a:hover {
    color: #50d2c0;
    text-decoration: none;
}
a:focus {
    outline: none;
    text-decoration: none;
}
p {
    margin-bottom: 0;
}
ul,
li {
    margin: 0;
    padding: 0;
}
fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

/*START PRELOADER DESIGN*/
.preloader {
    background: #fff;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99999;
}

.status-mes {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
    font-size: 10px;
    text-indent: -12345px;
    border-top: 3px solid rgba(0, 0, 0, 0.08);
    border-right: 3px solid rgba(0, 0, 0, 0.08);
    border-bottom: 3px solid rgba(0, 0, 0, 0.08);
    border-left: 3px solid #51d2c0;
    border-radius: 50%;
    -webkit-animation: spinner 700ms infinite linear;
    animation: spinner 700ms infinite linear;
    z-index: 10000;
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.no-padding { padding: 0 }
/*END PRELOADER DESIGN*/

.section-padding { padding: 110px 0 }

.section-title { margin-bottom: 20px }
.section-title  h2 {
	font-size: 45px;
	margin-bottom: 20;
	margin-top: 0;
	text-transform: uppercase;
}
.line{
	border-bottom: 1px dashed #777;
	display: block;
	margin: 15px auto;
	width: 80px;
}
@media only screen and (max-width:480px) { 
.section-title  p{padding:0 15px}
}


/*
* ----------------------------------------------------------------------------------------
* 01.END GENERAL STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 02. START BOOTSTRAP NAVIGATION OVERRIDES: debajo de color: #fff !important;
* ----------------------------------------------------------------------------------------
*/
.navbar-default {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    width: 100%;
    padding: 20px 0;
    background: none;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #51d2c0 !important;
    background-color: transparent;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #171717 !important;
    background-color: transparent;
}
.navbar-brand { padding: 0px }
.navbar-brand img {
    width: 220px;
    margin-left: 10px;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form { border-color: #fff }
.menu-top li a {
color: #fff !important;
font-size: 14px;
letter-spacing: 1px;
text-transform: uppercase;
}
.menu-top li a:hover { color: #51d2c0!important }
@media only screen and (max-width:768px) { 
    .navbar-default .navbar-nav > li > a {
        margin-top: 10px;
        padding: 8px;
    }
}
@media only screen and (max-width:480px) { 
    .menu-top { background-color: #fff }
    .navbar-default .navbar-nav > li > a { color: #313131  !important }
}
.navbar-default.menu-shrink {
	background:rgba(255, 255, 255, 0.9) none repeat scroll 0 0;
	padding: 10px 0;
	width: 100%;
	margin-top:0px;
	border-bottom: 1px solid #f1f1f1;
}
@media only screen and (max-width:480px) { 
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}
.navbar-default.menu-shrink li a {color: rgba(0, 0, 0, 0.6) !important; }
.navbar-default.menu-shrink li a:hover { color: #51d2c0 !important }
.navbar-default .navbar-toggle { background: #fff none repeat scroll 0 0 }
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus { background-color: #fff }
.navbar-default .navbar-toggle .icon-bar { background-color: #51d2c0 }
/*
* ----------------------------------------------------------------------------------------
* 02.END BOOTSTRAP NAVIGATION OVERRIDES
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 03.START HOME DESIGN (SE MODIFICA EL ALTO DE LA PORTADA)
* ----------------------------------------------------------------------------------------
*/
.home_bg {
    height: 630px;
    position: relative;
}
@media only screen and (max-width:768px) { 
.home_bg {height: 1048px;}
}
@media only screen and (max-width:820px) { 
.home_bg {height: 1148px;}
}
@media only screen and (max-width:540px) { 
.home_bg {height: 970px;}
}
@media only screen and (max-width:1024px) { 
.home_bg {height: 750px;}
}
@media only screen and (max-width:480px) { 
.home_bg {height: 970px;}
}
@media only screen and (max-width:414px) { 
.home_bg {height: 965px; /*1150px*/}
}
@media only screen and (max-width:390px) { 
.home_bg {height: 1020px; /*1150px*/}
}
@media only screen and (max-width:375px) { 
.home_bg {height: 1050px; /*1150px*/}
}

@media only screen and (max-width:360px) { 
.home_bg {height: 1050px; /*1150px*/}
}
@media only screen and (max-width:320px) { 
.home_bg {height: 1050px; /*1150px*/}
}
.home_bg:before {
    background: rgba(25, 31, 43, 0.83);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.hero-text h2 {
	color: #fff;
	font-size: 45px;
	letter-spacing: 0;
	line-height: 64px;
	padding-top: 200px;
}
@media only screen and (max-width:768px) { 
	.hero-text h2 {
		font-size: 40px;
		line-height: 46px;
	}
}
@media only screen and (max-width:480px) { 
    .hero-text h2 {
		padding-top: 10px; /*200*/
        font-size: 38px;
        line-height: 40px;
    }
}
@media only screen and (max-width:360px) { 
    .hero-text h2 {
        font-size: 36px;
        line-height: 34px;
    }
}
.hero-text p {
    color: #fff;

}
.home_btn{
	margin-left: -10px;
	margin-top: 50px;
}
.home_btn a {
	background: transparent none repeat scroll 0 0;
	border: 2px solid #fff;
	border-radius: 50px;
	color: #fff;
	display: inline-block;
	padding: 10px 30px;
	margin: 0 10px 15px;
	transition: all 0.3s ease 0s;
}
.home_btn a:hover{
	background:#fff;color:#333;
}
.home_btn a i{
	font-size: 20px;
	margin-right: 5px;
	vertical-align: middle;
}

.hero-text-img {
    padding-top: 180px;
}
.hero-text-img img {
  width: 506px;
}
@media only screen and (max-width:768px) { 
.hero-text-img{padding-top: 140px; }
}
@media only screen and (max-width:480px) { 
.hero-text-img {
	display: inline-block;
	padding-top: 112px;
}
.hero-text-img img {width: 100%;}
}
@media only screen and (max-width:414px) { 
.hero-text-img{padding-top: 120px; /*138*/ }
}
@media only screen and (max-width:375px) { 
.hero-text-img{padding-top: 120px; /*128*/ }
}
@media only screen and (max-width:360px) { 
.hero-text-img{padding-top: 120px; /*116*/ }
}
@media only screen and (max-width:320px) { 
.hero-text-img{padding-top: 120px; /*170*/}
}
.off-white-color{
	background: #f9f9f9;
}
/*
* ----------------------------------------------------------------------------------------
* 03.END HOME DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
 * ----------------------------------------------------------------------------------------
 * 04.START ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
 
.about-content{
	padding-bottom: 30px;
}
.single_about{
	transition: all 0.3s ease 0s;
	text-align: center;
	padding: 0 10px;
	margin-bottom: 30px;
}
@media only screen and (max-width:480px) { 
.single_about{margin-bottom: 30px;}
}
.single_about:hover i{
	background: #51d2c0 none repeat scroll 0 0;
	border: 1px solid #51d2c0;
	color: #fff;
}
.single_about i{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #eee;
	border-radius: 50%;
	color: #51d2c0;
	height: 70px;
	line-height: 70px;
	text-align: center;
	width: 70px;
	font-size: 20px;
	transition: all 0.3s ease 0s;
	margin-bottom: 25px;
}
.single_about h4{
	font-weight: 600;
	letter-spacing: 1px;
	margin-top: 0;
	overflow: hidden;
	text-transform: uppercase;
}
.single_about p{
overflow:hidden
}
/*
 * ----------------------------------------------------------------------------------------
 * 04.END ABOUT US DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
 * ----------------------------------------------------------------------------------------
 * 05.START FEATURE ONE AND FEATURE TWO DESIGN
 * ----------------------------------------------------------------------------------------
 */
.feature-one{}
.single_feature_img{text-align: center;}
.single_feature_img img{display: inline-block;}
.single_feature_one{padding-top: 170px;}
@media only screen and (max-width:768px) { 
.single_feature_one{padding-top: 50px;}
}
.single_feature_one h3{
color: #2a2b2f;
font-size: 45px;
font-weight: normal;
line-height: 50px;
margin: 0;
}
.single_feature_one p{margin: 30px 0;}

/*START FEATURE TWO DESIGN*/
.feature-two{}
.single_feature_two{padding-top: 170px;}
@media only screen and (max-width:768px) { 
.single_feature_two{padding-top: 50px;}
}
@media only screen and (max-width:480px) { 
.single_feature_two{padding-bottom: 50px;padding-top: 0px;}
}
.single_feature_two h3{
color: #2a2b2f;
font-size: 45px;
font-weight: normal;
line-height: 50px;
margin: 0;
}
.single_feature_two p{margin: 30px 0;}
.single_feature_two_img{}

.single_feature_two_img img{}
/*END FEATURE TWO DESIGN*/
.single_feature_btn_light{
background: #e0e0e0 none repeat scroll 0 0;
border-radius: 0;
color: #202020;
font-size: 12px;
letter-spacing: 2px;
outline: medium none !important;
padding: 15px 27px;
text-transform: uppercase;
transition: all 0.2s ease 0s;
}
.single_feature_btn_light:hover,
.single_feature_btn_light:focus {
    background: #51d2c0;
    color: #fff;
}
/*
 * ----------------------------------------------------------------------------------------
 * 05.END FEATURE ONE AND FEATURE TWO DESIGN
 * ----------------------------------------------------------------------------------------
 */
/*
* ----------------------------------------------------------------------------------------
* 06.START MAIN FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
.single_feature {
	margin-top: 50px;
}
@media only screen and (max-width:480px) { 
.single_feature{margin-bottom: 50px;
margin-top: 0;}
}
@media only screen and (max-width:768px) { 
    .single_more_feature { padding-top: 0px }
}
.single_feature i {
	border: 1px solid #e8e8e9;
	border-radius: 50%;
	color: #333;
	display: inline-block;
	font-size: 20px;
	height: 70px;
	line-height: 70px;
	margin: 0 auto 15px;
	position: relative;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 70px;
	z-index: 3;
}
.single_feature:hover i{
	background: #51d2c0;color:#fff;
}
.single_feature h3 {
    text-transform: uppercase;
    font-size: 14px;
}
.single_feature span {
    border-bottom: 1px dashed #ccc;
    width: 80px;
    display: block;
	margin-bottom: 10px;
}
.single_feature p { margin-bottom: 0 }
.feature_img img {
	padding-top:47px;
	width: 100%;
}
/*
* ----------------------------------------------------------------------------------------
* 06.END MAIN FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 07.START APP SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/
.sin-screenshot { z-index: 9 }
.sin-screenshot a {
    display: block;
    position: relative;
	 background: #51d2c0 none repeat scroll 0 0;
}
.sin-screenshot a:before {
    background: #51d2c0 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.6;
    filter: alpha(opacity=60);
    position: absolute;
    right: 0;
    top: 0;
}
.sin-screenshot a:hover:before {
    opacity: 0.2;
    filter: alpha(opacity=20);
}
.screenshot-carousel { z-index: 9 }
.screenshot-carousel img { width: 100% }
/*
* ----------------------------------------------------------------------------------------
* 07.END APP SCREENSHOT DESIGN
* ----------------------------------------------------------------------------------------
*/


/*
* ----------------------------------------------------------------------------------------
* 08.START HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
.about_video p{
	color: #fff;
	margin: 23px 0 55px;
}
.about_video {
	margin: 0;
	padding-bottom: 0px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}
.about_video:before {
    background: rgba(25, 31, 43, 0.83);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    top: 0;
    width: 100%;
}
.video-container h3 {
	color: #fff;
	margin-top: 0px;
	text-transform: uppercase;
	margin-bottom: 0;
}
@media only screen and (max-width:320px) { 
    .video-container h3 { font-size: 20px }
}

.play_btn{
	position: relative;
	background-color: #fff;
	border-radius: 50%;
	cursor: pointer;
	height: 80px;
	transition: all 0.2s ease 0s;
	width: 80px;
	color: #51d2c0;
	text-align: center;
	display: inline-block;
	transition: .5s;
}
.play_btn:before{
	position: absolute;
	content: '';
	background: #fff;
	width: 100px;
	height: 100px;
	top: -10px;
	left: -10px;
	border-radius: 50%;
	opacity: .4;
}


.play_btn:hover {
    background: #51d2c0;
    color: #fff;
}

.play-video .fa-play {
	font-size: 37px;
	left: 30px;
	position: absolute;
	top: 24px;
}

/*
.modal-content {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-top: 100px;
    text-align: center;
    box-shadow: none;
    border: none;
}
.modal-content iframe { border: none }
*/

/*
* ----------------------------------------------------------------------------------------
* 08.END HOW IT WORKS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 09.START MORE FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
 .more_features {
  padding-top: 60px;
}
.single_more_feature {
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	padding: 0 30px 15px;
	background-color: #fff;
	position: relative;
	z-index: 1;
	margin-bottom: 30px;
}
.bg-icon span {
	font-size: 150px;
	left: 0;
	margin-top: -29%;
	opacity: 0.05;
	position: absolute;
	top: 50%;
	transition-duration: 500ms;
	width: 100%;
}
.single_more_feature:hover .bg-icon span {
	opacity: 0.05;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=5)";
}
.single_more_feature .single_icon {
	margin: 0px auto 20px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
}
.single_icon span {
	font-size: 40px;
	text-align: center;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transform: scale(1);
	transform: scale(1)
}

.single_more_feature .single_text h3 {
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	transition-duration: 500ms;
}


.single_more_feature .single_text p {
	color: #6f6f6f;
	margin: 0;
} 
/*
* ----------------------------------------------------------------------------------------
* 09.END MORE FEATURES DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 10.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.our_pricing{background:#f9f9f9;}
.single-pricing{
	background: #fff none repeat scroll 0 0;
	border: 1px solid #f0f0f0;
	text-align: center;
	
	  transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}
@media only screen and (max-width:480px) { 
	.single-pricing{margin-bottom: 30px;}
}
.single-pricing:hover { box-shadow: 0 3px 28px rgba(0,0,0,0.25), 0 2px 2px rgba(0,0,0,0.22); }
.pricing-title{
	margin-top: 10px;
	margin-bottom: 10px;	
}
.pricing-title p{
	margin: 0;
	padding: 10px;
	text-align:center;
	font-size: 24px;
	color: #51d2c0;
}

.pricing-price{
	color: #20344e;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 37px;
	padding: 10px 0;
	text-align: center;
}
.pricing-price p{
	background: #fff none repeat scroll 0 0;

}
.pricing-price p sup{font-size: 20px;}
.pricing-features{padding: 10px 0;}

.pricing-features p{
	color: #777;
	margin: 0;
	padding: 10px 20px;
}
.pricing_btn{
	padding: 20px 0 30px;
	text-align: center;
}
.pricing_btn a {
	background: #51d2c0 none repeat scroll 0 0;
	border: 1px solid #51d2c0;
	border-radius: 50px;
	color: #fff;
	font-size: 17px;
	padding: 10px 30px;
	transition: all 0.4s ease 0s;
}
.pricing_btn a:hover{background:#08b69f;border: 1px solid #08b69f;color:#FFF;}
/*
* ----------------------------------------------------------------------------------------
* 10.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 11.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

.testimonial-text i{
	color: #ddd;
	font-size: 60px;
	margin-bottom: 20px;
}

.testimonial-text p {
    font-size: 18px;
	margin-bottom: 20px;
}
.testimonial-text img{
	border-radius: 500px;
	margin: auto;
	width: 100px;
	margin-bottom: 20px;
	border: 2px solid #51d2c0;
}
.testimonial-text h4 {
	font-size: 14px;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.testimonial-text h5{
	color: #777;
	margin-bottom: 0;
} 
.carousel-indicators li {
    border: 1px solid #51d2c0;
    height: 14px;
    margin: 0 2px;
    width: 14px;
}
.carousel-indicators .active {
  background-color: #51d2c0;

}
.site-wrapper { margin-bottom: 65px }
#team__carousel { margin-bottom: 70px }
#team__carousel .carousel-indicators { bottom: -70px }
.carousel-control { display: none }

/*
* ----------------------------------------------------------------------------------------
* 11.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/ 
/*
* ----------------------------------------------------------------------------------------
* 12.START DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/
.download {background:#51d2c0 none repeat scroll 0 0; margin-top: 60px; }

.download_icon h2 {
  color: #fff;
  font-size: 25px;
  margin-bottom: 20px;
  margin-top: 0;
  text-transform: uppercase;
}
.download_icon p,
.single_download a{
	color: #fff;
}

.single_download:hover{
	background: #fff;
	color: #51d2c0;
	cursor: pointer;
}
.single_download:hover a,
.single_download:hover p,
.single_download:hover h4
{
	color: #51d2c0;
}
.d_subtitle{
	margin-bottom: 40px;
}
.download_icon img { margin: 0 10px }
@media only screen and (max-width:480px) { 
    .download_icon img { margin-bottom: 10px }
}
.single_download i.fa{
	float: left;
	margin-top: 16px;
	font-size: 20px;
}
.single_download{
	border: 1px solid #fff;
	float: left;
	color: #fff;
	width: 218px;
	margin: 0 16px;
	padding: 8px 21px;
	height: 70px;
	transition: .5s;
}
.single_download  h4{
	color: #fff;
	font-size: 16px;
	margin-top: 5px;
}

/*
* ----------------------------------------------------------------------------------------
* 12.END DOWNLOAD DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 13.START NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.newsletter{background:#f9f9f9;}
.signup_form h3 {
	font-size: 25px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.signup_form input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	border-radius: 0;
	box-shadow: none;
	color: #333;
	height: 50px;
	margin-bottom: 30px;
}
.signup_form input:focus{
	box-shadow: none;
	border:1px solid #51d2c0;
	border-radius: 0;
}
.signup_form button  {
	background: #51d2c0 none repeat scroll 0 0;
	border-radius: 0;
	color: #fff;
	font-size: 12px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 15px 27px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.signup_form button:hover,
.signup_form button:focus {
    background: #e0e0e0;
	color: #202020;
}
/*
* ----------------------------------------------------------------------------------------
* 13.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 14.START CONTACT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact input {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	/*border-radius: 0;*/
	box-shadow: none;
	color: #333;
	font-size: 16px;
	height: 44px;
	padding: 10px;
	width: 100%;
}
.contact textarea {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e8e8e9;
	/*border-radius: 0px;*/
	box-shadow: none;
	color: #333;
	padding: 10px;
	width: 100%;
	font-size:16px;
}
.contact input:focus {
border: 1px solid #51d2c0;
    box-shadow: none;
    outline: 0 none;
}
.contact textarea:focus {
	border: 1px solid #51d2c0;
	box-shadow: none;
	outline: 0 none;
}
.btn-contact-bg {
	background: #51d2c0 none repeat scroll 0 0;
	/*border-radius: 0;*/
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 15px 27px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #08b69f;
    color: #FFF;
}
/*
* ----------------------------------------------------------------------------------------
* 14.END CONTACT FORM DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 15.START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

.our-address{background:#f9f9f9;}

.single_address{margin-bottom:30px; }

.single_address i {
    color: #51d2c0;
    font-size: 27px;
    float: left;
    margin-right: 12px;
}
.single_address h4{
	text-transform: capitalize;
}
.single_address p{color: #777;}
/*
* ----------------------------------------------------------------------------------------
* 15.END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
* 16.START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer {
	background: #313238 none repeat scroll 0 0;
	padding:40px 0;
}
.footer_social {
	margin-bottom: 10px;
}
@media only screen and (max-width:480px) { 
.pull-right {float: none !important;}
}
.footer_social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
@media only screen and (max-width:480px) { 
.footer_social ul{text-align:center;}
}
.footer_social ul li { 
	display: inline-block; 
	padding-left: 5px; 
	padding-right: 5px;
}
.footer_social ul li a {
	color: #fff;
	display: block;
	font-size: 18px;
	height: 38px;
	width: 38px;
	line-height: 38px;
	text-align: center;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	border-radius: 50%;
}
.footer_social ul li a:hover { color: #fff; background: #51d2c0; border: none; }
/*END FOOTER SOCIAL DESIGN*/
.copyright p {
	color:#727272;
	margin-bottom: 0;
	padding-top: 10px;
}
@media only screen and (max-width:480px) { 
.copyright p {text-align:center;}
}
.facebook { background: #313238; border: 1px solid #EEE; /* #5D82D1; */ }
.twitter { background: #313238; border: 1px solid #EEE; /*  #40BFF5; */ }
.google { background: #313238; border: 1px solid #EEE; /*  #EB5E4C; */ }
.linkedin { background: #238CC8; }
.youtube { background: #CC181E; }
.instagram { background: #A4785F; }
/*
* ----------------------------------------------------------------------------------------
* 16.END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

.c1{
	color: #26A9E0;
}
.c2{
	color: #EB2E4A;
}
.c3{
	color: #F15723;
}
.c4{
	color: #ED1C24;
}
.c5{
	color: #9B6A30;
}
.c6{
	color: #19B963;
}

.fs_list { font-size: 15px; padding: 5px 5px 10px 25px;}
.mbtn {
	background: #51d2c0 none repeat scroll 0 0;
	/*border-radius: 0;*/
	color: #fff;
	font-size: 16px;
	letter-spacing: 2px;
	outline: medium none !important;
	padding: 15px 27px;
	text-transform: uppercase;
	transition: all 0.2s ease 0s;
}
.mbtn:hover,
.mbtn:focus {
    background: #08b69f;
    color: #FFF;
}

.features { padding: 15px 0; }

.fa-5x {
    font-size: 4em;
    color: #51d1bf;
    float: left; 
}

footer h4 {  padding-top: 10px; color: #EEE }
footer ul {  list-style: none; }
footer a { font-size: 14px; color: #CCC; }
footer a:hover {  color: #FFF; }
footer address {font-size: 13px}

footer .footer-bottom {background: #000 }
footer .copyright {font-size: 13px; padding: 5px 0; }

#ca_menu {list-style: none}
#ca_menu a {color: #037f7a;}
#ca_menu a:hover {color: #000;}


.corner_box {
  position: fixed;
  top: 88%;
  right: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999;
}

.corner_box a {
  display: block;
  text-align: center;
  padding: 12px 15px;
  transition: all 0.3s ease;
  color: white;
  font-size: 17px;
  border-radius: 50%;
  box-shadow: 0 5px 8px 0 rgba(0,0,0,0.18);
}

@media only screen and (max-width:480px) {
	.corner_box { right: -10px; }
	.corner_box a {
	  padding: 10px 14px;
	  font-size: 14px;
	  border-radius: 50%;
	}
}

.corner_box a:hover {
  background-color: #000;
}

.corner_box .chat {
  background: #7ab72b;
  color: white;
}

.corner_box .chat:hover {
  background: #90cc41;
  color: white;
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.16),
            0 4px 8px 0 rgba(0,0,0,0.12);  
}

.corner_box .facebook {
  background: #3B5998;
  color: white;
}

.Blink {
  animation: blinker 1.9s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { opacity: 1; }
  to { opacity: 0; }
}