/*
Theme Name: Peak 24 Fitness
Theme URI: 
Author: Mediamouse
Author URI:  
Description: 
Version: 0.1
License: 
License URI: 
Tags: 
*/
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');
@import url('https://fonts.googleapis.com/css?family=Passion+One');
body{
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	line-height: 22px;
	color: black;
	font-weight: 500;
}
h1, h2, h3, h4, h5{
	text-transform: uppercase;
	font-family: 'Passion One', cursive;
	font-weight: normal;
}
h1{
	font-size: 41px;
	margin: 30px 0;
	line-height: 45px;
}
.healcode-registration-promo-text{
	font-size: 35px !important;
	margin: 25px 0;
	line-height: 37px;
}
h2{
	font-size: 35px;
	margin: 25px 0;
	line-height: 37px;
}
h3{
	font-size: 26px;
	margin: 20px 0;
	line-height: 30px;
}
p{
	margin: 20px 0;
}
a{
	outline: none;
}
a:active,
a:visited{
	border: none;
}
a:hover{
	text-decoration: none;
}
img{
	max-width: 100%;
	height: auto;
}
.defaultpage a{
	color: #e05629;
	text-decoration: underline;
}
ul{
	padding: 18px;
}
ul li{
	
}
table td{
	vertical-align: top;
}
.alignright{
	float: right;
	margin: 20px 0px 20px 20px;
}
.aligncenter{
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.alignleft{
	float: left;
	margin: 20px 20px 20px 0;
}
.header{
	background-size: cover;
	padding: 0px 0;
}
.logo{
	padding: 30px 0 25px;
	margin: 0px;
	display: table;
	margin: 0 auto;
}
.logo img{
	display: block;
}
.main_menu{
	
}
.main_menu ul{
	padding: 0px;
	margin: 0 auto 0px;
	display: table;
} 
.main_menu li{
	display: block;
	float: left;
	font-size: 19px;
	text-transform: none;
	position: relative;
	font-family: 'Passion One', cursive;
	text-transform: uppercase;
}
.main_menu li .arrow_menu{
	background: url(img/arrow_menu.png) no-repeat center;
	height: 16px;
	display: table;
	transform: translate(0, -100%);
	width: 100%;
	position: relative;
}
.main_menu li .sub-menu{
	display: none;
	position: absolute;
	top: 100%;
	z-index: 10;
	padding: 10px 0 20px;
	background: #e05629;
	 -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.main_menu li a{
	color: #3b3b3d;
	padding: 0px 17.5px 7px;
	display: inline-block;
	line-height: 48px;
	text-decoration: none;
}
.main_menu li:first-child a{
	padding-left: 0px;
}
.main_menu li:last-child a{
	padding-right: 0px;
}
.main_menu li a[href="#"]:hover{
	cursor: default;
}
.main_menu li.current-menu-item a,
.main_menu li a:hover{
	color: #e05629;
}
.main_menu li:hover .sub-menu{
	display: block;
}
.main_menu .sub-menu li{
	width: 270px;
	font-size: 17px;
}
.main_menu .sub-menu li a{
	color: white;
	line-height: 20px;
	padding: 10px 20px 0px;

}
.main_menu .sub-menu li a:hover{
	color: white;
}
.sub-menu li.current-menu-item a,
.sub-menu li a:hover{
	
}
.footer{
	color: white;
	font-size: 13px;
	line-height: 20px;
	font-weight: 500;
}
.footer a{
	color: white;
}
.footer ul{
	margin: 0;
	padding: 0;
}

.footer li{
	margin-top: 5px;
	list-style: none;
}

.footer td{
	line-height: 25px;
}
.footer td:first-child{
	width: 37%;
}
.footer img{
	display: block;
	margin: 0 auto 0px;
}

.footer .widget-title{
	color: white;
	font-size: 26px;
	margin-bottom: 27px;
}
.widget_footer{
	background: #1a1919;
	padding: 55px 0 40px;
}
.copyright{
	margin-top: 0px;
	text-align: center;
	background: #0a0909;
	padding: 15px 10px;
	font-size: 12px;
}

.homepage.primary{
	font-size: 16px;
	line-height: 25px;
	padding: 65px 0px 65px;
	font-weight: 500;
	color: white;
	margin: 0 auto;
	max-width: 1170px;
	display: table;
}
.custom_content .col-md-3{
	margin-bottom: 60px;
}
#slider_home .item{
	background-size: cover !important;
	background-position: center !important;
	height: 600px !important;
	position: relative;
}
.textslider{
	max-width: 980px;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: white;
}
.textslider h1{
	font-size: 70px;
	line-height: 60px;
	margin: 0 0 0 50px;
}
.textslider p{
	margin: 5px 0 0 50px;
	font-size: 15px;
}
.scrolldiv{
	position: absolute;
	bottom: 35px;
	z-index: 9999999;
	left: 50%;
	-moz-transform: translate(-50%,0);
	-webkit-transform: translate(-50%,0);
	transform: translate(-50%,0);
}
/*------------------------------------------------end default --------------------------------------*/
.custom_content{
	padding: 0 0 65px;
}
.custom_content h3{
	text-align: center;
	color: white;
	font-size: 23px;
	margin-bottom: 8px;
}

.custom_content img{
	display: block;
	margin: 0 auto;
	width: 100%;
}
.homepage.primary .custom_content p{
	font-size: 18px;
	color: white;
	line-height: 22px;
	padding: 0;
	margin: 8px 0 10px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Passion One', cursive;
}
.custom_content a{
	font-size: 18px;
	text-align: center;
	display: inline-block;
  color: white;
	font-family: 'Passion One', cursive;
	text-transform: uppercase;
	background: #df562b;
	padding: 8px 20px;
	margin: 5px 0 20px;
}

.footer img{
	margin: 0 auto;
}
.newssection strong{
	
}
.newssection{
	background: #e05529;
	padding: 16px 0;
	font-size: 23px;
	line-height: 25px;
	color: white;
	text-transform: uppercase;
  font-family: 'Passion One', cursive;
}
.newssection a{
	color: #171c1f;
}
.newssection a:hover{
	text-decoration: none;
}
.titlesection{
	background: black;
}
.page_title{
	margin: 60px 0;
	font-size: 66px;
	text-align: center;
	line-height: 66px;
	color: white;
}
.defaultpage{
	margin: 35px 0 50px;
	display: table;
	width: 100%;
}
.sidebar .widget{
	margin-bottom: 30px;
}
.sidebar .widget ul{
	margin: 0;
	padding: 0;
}
.sidebar .widget ul li{
	list-style: none;
}
.sidebar .widget ul li a{
	text-decoration: none;
	color: black;
}
.sidebar .widget p{
	margin: 0;
}
.sidebar .widget{
	background: #e05629;
	color: black;
	padding: 5px 18px 25px;
	font-size: 13.5px;
}
.sidebar .blogs-widget{
	margin-bottom: 10px;
}
.sidebar .widget-title{
	font-size: 26.5px;
	margin-bottom: 10px;
	color: white;
	margin-top: 18px;
}
.blogs-widget{
	padding: 0px 0 5px; 
}
.blogs-widget p{
	margin-top: 5px;
}
.blogs-widget:last-child{
	border: none;
}
.blogs-widget span{
	font-size: 12px;
	display: block;
	color: white;
}
.footer .btitle{
	text-decoration: none;
	color: #e05629;
	font-weight: bold;
}
.defaultpage .btitle{
	font-weight: bold;
	color: #e05629;
}
.defaultpage .sidebar .btitle{
	color: black;
	text-decoration: none;
}
.btitle:hover{
	text-decoration: none;
}
.blogs-widget .more{
	color: #e05629;
	text-decoration: underline;
}
.sidebar .blogs-widget .more{
	color: black;
	text-decoration: underline;
}
.blogs-widget .more:hover{
	text-decoration: none;
}
.blogs-page{
	padding: 15px 0 15px; 
	border-bottom: 1px solid black;
}
.blogs-page span{
	font-size: 13px;
	display: block;
	margin-top: 2px;
}
.defaultpage .bgtitle{
	font-size: 16px;
	font-weight: bold;
	color: #e05629;
	display: block;
	text-decoration: none;
}
.bgtitle:hover{
	color: #e05629;
}
.blogs-page p{
	margin: 5px 0;
}
.bmore{
	color: #373737;
	text-decoration: underline;
}
.bmore:hover{
	color: #e05629;
	text-decoration: none;
}
input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select{
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	font-size: 14px;
}
input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: black;
	opacity: 1;
}
input::-moz-placeholder { /* Firefox 19+ */
  color: black;
	opacity: 1;
}
input:-ms-input-placeholder { /* IE 10+ */
  color: black;
	opacity: 1;
}
input:-moz-placeholder { /* Firefox 18- */
  color: black;
	opacity: 1;
}
input[type="submit"]{
	background: #e05629;
	color: white;
	border: none;
	padding: 8px 25px;
	border-radius: 0px;
	font-size: 15px;
	margin: 10px 0;
}
#hc-register{
	background: #e05629;
	color: white;
	border: none;
	padding: 8px 25px;
	border-radius: 0px;
	font-size: 15px;
	margin: 10px 0;
}
.wpcf7-validation-errors{
	display: none !important;
}
.our-staff{
	margin-bottom: 20px;
}
.our-staff img{
	display: block;
	margin: 0 auto;
}
.stitle{
	font-size: 16px;
	font-weight: bold;
	color: #491c6b;
	display: block;
	text-align: center;
	text-decoration: none !important;
	margin: 15px 0 0px;
}
.our-staff span{
	display: block;
	text-align: center;
}
.single-staff h3{
	margin-bottom: 5px;
}

.header_mobile{
	background: #e3672a;
}
.innercustom{
	background: #100f0f;
	display: table;
	width: 100%;
	text-align: center;
}
.fbox a{
	display: block;
	position: relative;
}
.fbox h3{
	position: absolute;
	bottom: 10px;
	right: 42px;
	font-size: 63px;
	line-height: 66px;
	color: white;
}
.linec{
	width: 84%;
	height: 1px;
	background: #df562b;
	margin: 0 auto;
}
.cnss-social-icon{
	margin-top: 50px !important;
}
.cnss-social-icon li img{
	margin-right: 8px !important;
}
div.ptp-bullet-item,
div.ptp-price{
	font-weight: 500 !important;;
}
#ptp-1949 a.ptp-button{
	font-family: 'Passion One', cursive;
	font-weight: normal !important;
	height: 44px !important;
}
.hc-prospect-field{
	font-size: 14px;
}
.hc_footer div{
	float: none !important;
	margin-top: 5px;
}
.containerlarge{
	margin: 20px auto 50px;
	max-width: 1170px;
	display: table;
}
.wp-pagenavi{
	display: table;
	margin: 50px auto 0;
}
.wp-pagenavi span,
.wp-pagenavi a:hover{
	font-weight: 500 !important;
	border: none;
	background: #e05529;
	color: white;
	padding: 5px 10px;
	font-size: 15px;
}
.wp-pagenavi a{
	font-weight: 500 !important;
	border: none;
	background: black;
	color: white;
	padding: 5px 10px;
	font-size: 15px;
	text-decoration: none;
}
.mc4wp-form-fields input{
	text-align: center;
}
.mc4wp-form-fields{
	text-align: center;
}
.gallery{
	margin-bottom: 10px;
	float: left;
	width: 19%;
	margin-left: 1%;
}
.gallery img{
	border: 1px solid #ccc;
	padding: 2px;
}
.gallery:nth-child(5n+1){
	clear: both;
}
.video_lightbox_auto_anchor_image,
.wpvl_auto_thumb_box{
	width: 100% !important;
	height: 100% !important;
}
.wpvl_auto_thumb_play {
    position: absolute;
    left: 50%;
    top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.fbox{
	display: table;
	width: 100%;
}
@media (min-width: 769px) {
	.fbox{
		padding-left: 7px;
	}
	.boxleft{
		float: left;
		width: 49%;
	}
	.boxright{
		float: right;
		width: 49%;
	}
	.boxright img{
		
	}
	.textslider h1{
		max-width: 540px;
	}
	.textslider p{
		max-width: 540px;
	}
	.colf{
		float: left;
	}
	.col1{
		width: 33%;
	}
	.col2{
		width: 18%;
	}
	.col3{
		width: 22%;
	}
	.col4{
		width: 27%;
	}
	.footer img{
		margin: 10px 0 0 0px;
	}
	.homepage.primary p{
		padding: 0 20px;
	}
	.contactdetail .widget{
		max-width: 270px;
		margin: 0 auto;
	}
	.footer .row{
		padding: 0 40px;
	}
	.rightbar{
		float: left;
		width: 63.5%;
	}
	.sidebar{
		float: right;
		width: 29%;
	}
	.innernews{
		margin-left: 100px;
	}
}
@media (max-width: 768px) {
	.mean-container a.meanmenu-reveal{
		
	}
 	.mean-container a.meanmenu-reveal span{
 		background: white;
 	}
 	.mean-container a.meanmenu-reveal{
 		color: white;
 	}
 	.mean-container .mean-nav {
		background: #e3672a;
	}
	
	.mean-container .mean-nav ul li a.mean-expand {
    	height: 29px;
	}
	.footer .col-md-4{
		margin-bottom: 20px;
	}
	
	.custom_content .col-md-3{
		margin-bottom: 40px;
	}
	.custom_content {
			padding: 0 0 0px;
	}
	.logo img{
		max-width: 100%;
		display: block;
		margin: 0 auto;
	}
}
@media (max-width: 568px) {
  .widget_footer {
			text-align: center;
	}
	.footer table{
		margin: 0 auto;
	}
	.colf{
		margin-bottom: 50px;
	}
	.cnss-social-icon {
			margin-top: 20px !important;
	}
	.fbox h3 {
			position: absolute;
			left: 50%;
		  width: 100%;
		  top: 50%;
			font-size: 43px;
			line-height: 50px;
			color: white;
			transform: translate(-50%, -50%);
			text-align: center;
		margin: 0;
	}
	.widget_footer {
			background: #1a1919;
			padding: 55px 0 0px;
	}
	.textslider h1{
		font-size: 30px;
		line-height: 35px;
		margin: 5px 20px 0 20px;
	}
	.textslider p{
		margin: 5px 20px 0 20px;
		font-size: 14px;
	}
	#slider_home .item {
			height: 400px !important;
			position: relative;
	}
} 


/****ap****/

.home_bt_box {	max-width: 1170px;	margin: 0 auto 50px;}

.fo-phone {	position: fixed;	left: 0px;	z-index: 100000;	top: calc(100% - 190px);} 

.footer-form { position: fixed; left: 25px; bottom: 0; z-index: 100000000; width: 100%;  max-width:240px; }
.footer-form span.heading-look {	width: 100%;	text-align: center;display: block;	background:#e3672b;	color: #fff;	text-transform: uppercase;	border-radius: 17px 17px 0 0; padding:14px 0;  font-weight: 700;} 
.footer-form .fo-form {	background:#e0e0e0;	padding: 15px;	display: none;	border-left: #ccc solid 1px;	border-right: #ccc solid 1px;}
.footer-form .ajax-loader {	position: absolute;}
.fo-form {    background: #f2f2f2;}
.footer-form  input[type="text"], .footer-form  input[type="email"], .footer-form  input[type="tel"] {    width: 100%;    height: 45px;
    background: #fff;    border: none;    border-radius: 0px;    padding: 0 15px 0 15px;    margin-bottom: 10px;    font-weight: 400;    color: #000;}
.footer-form textarea {    width: 100%;    height: 60px;    background: #fff;    border: none;    border-radius: 0px;    padding: 0 15px;    margin-bottom: 0px;    font-weight: 400;    color: #000;    padding: 15px; margin-bottom:10px;}	
.footer-form p { margin:0px; padding:0px;} 

.footer-form input.wpcf7-form-control.wpcf7-submit {	border-radius: 5px;	background: #e3672b;	font-weight: 600;	box-shadow: 0px 0px 11px rgba(0,0,0,0.2);}
@media(min-width:768px) {
.fo-phone {	display: none;}
}

@media(max-width:767px) {
.footer-form {	position: fixed;	right: 20px;	bottom: 0;	z-index: 100000000;	width: 100%;	max-width: calc(100% - 100px);	left: 20px;}
.fo-phone {    transform: scale(.7);    top: calc(70% - 125px);    left: -29px;}
.footer-form { display:none !important;}

.mean-bar .meanmenu-reveal {	float: left;}


.header_mobile { position:relative;}
.footer-form.header-form {    display: block !important;    position: absolute;    right: 0;    top: 0;    max-width: calc(100% - 53px);    left: auto;}
.footer-form.header-form  span.heading-look {	width: 100%;	text-align: center;	display: block;	background: #100f0f;	color: #fff;	text-transform: uppercase;	border-radius: 0;	padding: 12px 0;	font-weight: 700;}
.footer-form.header-form .fo-form {    background: #100f0f;    padding: 15px;    display: none;    border-left: none;    border-right: none;}

.footer-form.header-form .wpcf7-response-output {    color: #fff;    text-align: center;}

.logo {	padding: 12px 0 15px;	margin: 0;	display: table;	margin: 0 auto;}
.logo img {	height: 50px;}
.header-site {    position: fixed;    width: 100%;    top: 0;    left: 0;    z-index: 10;    background: #fff;}
body {    padding-top: 123px;}
.mean-container .mean-bar {    z-index: 999999999;}


}


.phonering-alo-phone.phonering-alo-static {    opacity:.6}
.phonering-alo-phone.phonering-alo-hover,.phonering-alo-phone:hover {    opacity:1} 
.phonering-alo-ph-circle {    width:160px;    height:160px;    top:20px;    left:20px;    position:absolute;    background-color:transparent;    border-radius:100% !important;    border:2px solid rgba(30,30,30,0.4);    border:2px solid #bfebfc 9;    opacity:.1;    -webkit-animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;    animation:phonering-alo-circle-anim 1.2s infinite ease-in-out;    transition:all .5s;    -webkit-transform-origin:50% 50%;    -ms-transform-origin:50% 50%;    transform-origin:50% 50%}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle {    -webkit-animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important;    animation:phonering-alo-circle-anim 1.1s infinite ease-in-out!important}
.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle {    -webkit-animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important;    animation:phonering-alo-circle-anim 2.2s infinite ease-in-out!important}
.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone:hover .phonering-alo-ph-circle {    border-color:#00aff2;    opacity:.5}
.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle {
    border-color:#75eb50 ;    border-color:#baf5a7;    opacity:.5}
.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle {    border-color:#00aff2 ;    border-color:#bfebfc;    opacity:.5}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle {    border-color:#ccc;    opacity:.5}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle {    border-color:#75eb50 ;    opacity:.5}

.phonering-alo-ph-circle-fill {    width:100px;    height:100px;    top:50px;    left:50px;    position:absolute;    background-color: #000;    border-radius:100% !important;    border:2px solid transparent;    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;    transition:all .5s;    -webkit-transform-origin:50% 50%;    -ms-transform-origin:50% 50%;    transform-origin:50% 50%}
.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 1.7s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-circle-fill {
    -webkit-animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    animation:phonering-alo-circle-fill-anim 2.3s infinite ease-in-out!important;
    opacity:0!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#00aff2 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    background-color:#baf5a7 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-circle-fill {
    background-color:rgba(0,175,242,0.5);
    background-color:#a6e3fa 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-circle-fill,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-circle-fill {
    background-color:rgba(204,204,204,0.5);
    background-color:#ccc 9;
    opacity:.75!important
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-circle-fill {
    background-color:rgba(117,235,80,0.5);
    opacity:.75!important
}

.phonering-alo-ph-img-circle {
    width:60px;
    height:60px;
    top:70px;
    left:70px;
    position:absolute;
    background:rgba(30,30,30,0.1) url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAB/ElEQVR42uya7W3CMBCG31QM4A1aNggTlG6QbpBMkHYC1AloJ4BOABuEDcgGtBOETnD9c1ERCH/lwxeaV8oPFGP86Hy+DxMREW5Bd7gRjSDSNGn4/RiAOvm8C0ZCRD5PSkQVXSr1nK/xE3mcWimA1ZV3JYBZCIO4giQANoYxMwYS6+xKY4lT5dJPreWZY+uspqSCKPYN27GJVBDXheVSQe494ksiEWTuMXcu1dld9SARxDX1OAJ4lgjy4zDnFsC076A4adEiRwAZg4hOUSpNoCsBPDGM+HqkNGynYBCuILuWj+dgWysGsNe8nwL4GsrW0m2fxZBq9rW0rNcX5MOQ9eZD8JFahcG5g/iKT671alGAYQggpYWvpEPYWrU/HDTOfeRIX0q2SL3QN4tGhZJukVobQyXYWw7WtLDKDIuM+ZSzscyCE9PCy5IttCvnZNaeiGLNHKuz8ZVh/MXTVu/1xQKmIqLEAuJ0fNo3iG5B51oSkeKnsBi/4bG9gYB/lCytU5G9DryFW+3Gm+JLwU7ehbJrwTjq4DJU8bHcVbEV9dXXqqP6uqO5e2/QZRYJpqu2IUAA4B3tXvx8hgKp05QZW6dJqrLTNkB6vrRURLRwPHqtYgkC3cLWQAcDQGGKH13FER/NATzi786+BPDNjm1dMkfjn2pGkBHkf4D8DgBJDuDHx9BN+gAAAABJRU5ErkJggg==) no-repeat center center;
    border-radius:100% !important;
    border:2px solid transparent;
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin:50% 50%;
    -ms-transform-origin:50% 50%;
    transform-origin:50% 50%
}

.phonering-alo-phone.phonering-alo-active .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 1s infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-static .phonering-alo-ph-img-circle {
    -webkit-animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important;
    animation:phonering-alo-circle-img-anim 0 infinite ease-in-out!important
}

.phonering-alo-phone.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone:hover .phonering-alo-ph-img-circle {
    background-color:#00aff2
}

.phonering-alo-phone.phonering-alo-green.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-green:hover .phonering-alo-ph-img-circle {
    background-color:#75eb50;
    background-color:#75eb50 9
}

.phonering-alo-phone.phonering-alo-green .phonering-alo-ph-img-circle {
    background-color:#00aff2;
    background-color:#00aff2 9
}

.phonering-alo-phone.phonering-alo-gray.phonering-alo-hover .phonering-alo-ph-img-circle,.phonering-alo-phone.phonering-alo-gray:hover .phonering-alo-ph-img-circle {
    background-color:#ccc
}

.phonering-alo-phone.phonering-alo-gray .phonering-alo-ph-img-circle {
    background-color:#75eb50
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
        -webkit-opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        -webkit-opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        -webkit-opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@keyframes fadeInRight {
    0% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }

    100% {
        opacity:1;
        -webkit-transform:none;
        -ms-transform:none;
        transform:none
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity:1
    }

    100% {
        opacity:0;
        -webkit-transform:translate3d(100%,0,0);
        -ms-transform:translate3d(100%,0,0);
        transform:translate3d(100%,0,0)
    }
}

@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform:rotate(0) scale(.5) skew(1deg);
                transform:rotate(0) scale(.5) skew(1deg);
        opacity:.1
    }

    30% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.5
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.1
    }
}

@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg);
        opacity:.2
    }

    100% {
        -webkit-transform:rotate(0) scale(.7) skew(1deg);
                transform:rotate(0) scale(.7) skew(1deg);
        opacity:.2
    }
}

@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

@keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    10% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    20% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    30% {
        -webkit-transform:rotate(-25deg) scale(1) skew(1deg);
                transform:rotate(-25deg) scale(1) skew(1deg)
    }

    40% {
        -webkit-transform:rotate(25deg) scale(1) skew(1deg);
                transform:rotate(25deg) scale(1) skew(1deg)
    }

    50% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }

    100% {
        -webkit-transform:rotate(0) scale(1) skew(1deg);
                transform:rotate(0) scale(1) skew(1deg)
    }
}

/*----- 11/27/2020 Customisation -----*/
.slider_seciton {
	position: relative;
}
.mod-banner-form {
	padding: 1.5rem;
}
.mod-banner-form p {
	margin: 0 0 15px;
}
.mod-banner-form p.no-margin {
	margin: 0;
}
.mod-banner-form h3 {
	font-weight: 700;
}
.mod-banner-form .form-control {
	padding: .375rem .75rem!important;
}
.mod-banner-form .wpcf7-textarea {
	height: 150px;
}
.mod-banner-form input[type=text],
.mod-banner-form input[type=tel], 
.mod-banner-form input[type=email], 
.mod-banner-form input[type=password], 
.mod-banner-form textarea, 
.mod-banner-form select {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    margin-bottom: 0;
    font-size: 14px;
}
.mod-banner-form input[type=submit] {
	width: 100%;
	height: auto;
	margin: 0;
  padding: 1rem;
  font-family: 'Passion One',cursive;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mod-banner-form .wpcf7-response-output {
	margin: 0!important;
}
.wpcf7-not-valid-tip {
  font-size: 11px;
  color: #e05629;
}
@media(min-width: 992px) {
	.mod-banner-form {
		position: absolute;
		top: 15%;
		right: 4%;
		width: 390px;
		background-color: rgba(0,0,0,0.75);
		border-radius: 5px;
		z-index: 999;
	}
	.mod-banner-form h3 {
		color: #EB8C37;
	}
	.mod-banner-form .form-control {
		padding: .375rem .75rem!important;
		background-color: transparent;
		border-color: rgba(255,255,255,0.5);
		color: #fff;
	}
	.mod-banner-form .form-control:focus {
		background-color: transparent;
		border: 1px solid rgba(235, 140, 55,.5);
		box-shadow: 0 0 0 0.2rem rgba(235, 140, 55,.5);
		color: #fff;
	}
	.mod-banner-form .wpcf7-select:focus {
		color: #495057;
	}
	.mod-banner-form .wpcf7-response-output {
    	color: #fff;
	}
}
@media(min-width: 1200px) {
	.mod-banner-form {
		top: 13%;
		right: 5%;
		width: 450px;
		background-color: rgba(0,0,0,0.75);
	}
}
@media(min-width: 1400px) {
	.mod-banner-form {
		top: 1%;
		right: 6%;
		min-height: 560px;
	}
}

