
/******************  General styles *****************************/
.clear{
	clear: both;
}
.center{
	text-align: center;	
}
.center_img{
	margin: 0 auto;	
}
.bold{
	font-weight: bold;
}
.right{
	float: right;
}
.left{
	float: left;
}
.inline_blck{
	display: inline-block;
}
.underline{
	 text-decoration: underline;
}
.padding_15{
	padding: 15px;
}
.padding_0_10{
	padding: 0 10%;
}
body{
	font-family: 'Muli', sans-serif;

	background-color: lightblue;
	background: url('../images/bg_image1.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
p{
	margin: 0;
}
a:hover{
	text-decoration: none;
}
.show_on_mobile{
	display: none;
}
.show_on_tablet{
	display: none;
}
.marcellus_font{
	font-family: 'Marcellus SC', serif;
}
h3{
	font-family: 'Marcellus SC', serif;
}
.red-hover:hover{
	color: red;
}
.img_effect{
	display: inline-block;
	transition: all 0.4s ease;
}
.img_effect:hover{
	transform:scale(1.05);
	box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
}
.margin_top_15{
	margin-top: 15px;
}
.width_100{
	width: 100%;
}
.width_250p{
	width: 250px;
}
.width_150p{
	width: 150px;
}
.italic{
	font-family: Georgia, serif;
	font-style: italic;
}
.border_bott{
	border-bottom: 1px solid #8B8B8B;
}
.left_row_div{
	border-top: 1px solid #B8B7B7;	
	margin: 5px 0;
	
}
/*****************************************************************/


/******************  Header  *************************************/

header {	
	text-align: center;
}
header img{
	display: inline !important;
	margin-bottom: 10px;
}
.header{
	background: rgba(0,0,0,0.5);
}
/*****************************************************************/
/*****************************  Menu ******************************/

.menu_mobile_text{
	text-align: center;	
	border-bottom: 1px solid #5F5C5C;
	display: none;
	color:white;
	background:rgba(0,0,0,0.5);
}
.menu_mobile_text p {
	margin: 0;
	line-height: 40px;
}
.menu_mobile_text p:hover{
	cursor: pointer;
}
.menu_wrap{
	overflow: hidden;	
	width: 100%;
	font-family: 'Marcellus SC', serif;	
}
.menu{
	text-align: center;
	position: relative;
	top: 0px;	
}
.menu ul{
	margin: 0;
	padding: 0;	
	background:rgba(0,0,0,0.8);
}
.menu li{
	list-style: none;
	display: inline-block;
	width: 150px;
}
.menu a{
	display: block;	
	color:white;		
}
.menu a:hover{
	background: white;
	color: black;		
}
.stick_menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		z-index: 99;
	}
/*****************************************************************/
/************************* Content  ******************************/
.h1_content{
	background: #E7E7E7;
	color: black;	
	margin: 10px 0 5px 0;
	border-radius: 5px;
}
.content{	
	color: #C7C4C4;	
}
.gray_bg{
	background:rgba(0,0,0,0.8);
	padding: 15px;
}
.courses{
	text-align: center;	  
}
.courses img{
	transition: all 0.4s ease;
	display: inline-block;
	margin: 10px 0;
}
.courses img:hover{
	transform:scale(1.1);
	box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
}
.content_text{
	background: #E7E7E7;
	color: black;
	padding: 15px;
	margin: 15px 0;
	border-radius: 5px;
}
.testimonial { 
	margin: 0;
	background: #B7EDFF;
	padding: 10px 50px;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;	
	}
.testimonial div{
	padding: 15px 0;
	border-bottom: 1px solid #8B8B8B;
}
.tmtmbc_btn a{
	transition: all 0.4s ease;
	display: inline-block;
	color:#fff;
	font-size: 21px;	
	border-radius: 35px;
	width: 80%;	
	border: 1px solid black;
	/*background: linear-gradient(to bottom, #7345f4 0%,#48289f 100%);*/

	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #7345f4 0%, #48289f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(0%,#7345f4), color-stop(100%,#48289f));
	background: -webkit-linear-gradient(top,  #7abcff 0%,#7345f4 0%,#48289f 100%);
	background: -o-linear-gradient(top,  #7abcff 0%,#7345f4 0%,#48289f 100%);
	background: -ms-linear-gradient(top,  #7abcff 0%,#7345f4 0%,#48289f 100%);
	background: linear-gradient(to bottom,  #7abcff 0%,#7345f4 0%,#48289f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#48289f',GradientType=0 );

}
.tmtmbc_btn p{
	padding: 10px;
}
.hover_scale img{
	display: inline-block;
	border-radius: 10px;
	transition: all 0.4s ease;
}
.hover_scale img:hover{
	transform:scale(1.1);
	box-shadow: 10px 10px 8px rgba(0,0,0,0.3);
}
.tmtmbc_btn a:hover{
	transform:scale(1.1);
	box-shadow: 10px 10px 8px rgba(0,0,0,0.3);		
}
.tick_list ul{
	list-style-image: url('../images/check_mark_purple3.png');
	font-size: 16px;
}
.tick_list img{
	display: inline-block;
	max-width: 100%;	
}
.guarantee{
	height: 50px;
}
.guarantee h3{
	color: red;    
 }
 .free_3b{
 	margin: 5px 0;
 }
 .free_3bl a{
 	margin: 5px;
	transition: all 0.4s ease;
	display: inline-block;
	color:#fff;
	font-size: 21px;	
	border-radius: 35px;
	width: 80%;
	border: 1px solid black;
	/*background: linear-gradient(to bottom, #f54747 0%,#a22a2a 100%);*/

	background: #7abcff;
	background: -moz-linear-gradient(top,  #7abcff 0%, #f54747 0%, #a22a2a 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7abcff), color-stop(0%,#f54747), color-stop(100%,#a22a2a));
	background: -webkit-linear-gradient(top,  #7abcff 0%,#f54747 0%,#a22a2a 100%);
	background: -o-linear-gradient(top,  #7abcff 0%,#f54747 0%,#a22a2a 100%);
	background: -ms-linear-gradient(top,  #7abcff 0%,#f54747 0%,#a22a2a 100%);
	background: linear-gradient(to bottom,  #7abcff 0%,#f54747 0%,#a22a2a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#a22a2a',GradientType=0 );


}
.free_3bl p{	
	padding: 10px;
}
.free_3bl a:hover{
	transform:scale(1.1);
	box-shadow: 10px 10px 8px rgba(0,0,0,0.3);		
}
.service_logo{
	position: absolute;
	    -webkit-animation: rotate 15s;  
	    -webkit-animation-iteration-count: infinite;
	    -webkit-animation-delay: 5s;
	    animation-delay: 5s;
	    animation: rotate 15s;  
	    animation-iteration-count: infinite;	    
	}
.service_logo_inner{
	/*position: absolute;*/
}
@keyframes rotate {
    0% {transform: rotate(0deg)}
    5% {transform: rotate(180deg)}
    50% {transform: rotate(180deg)}
    55% {transform: rotate(360deg)}        
    100% {transform: rotate(360deg)}   
	}
@-webkit-keyframes rotate {
   /* from {font-size: 24px;}
    to {font-size: 20px;}*/
    0% {transform: rotate(0deg)}
    5% {transform: rotate(180deg)}
    50% {transform: rotate(180deg)}
    55% {transform: rotate(360deg)}        
    100% {transform: rotate(360deg)}      
	}
.red p{
	color: red;
	font-weight: bold;
	font-size: 20px;

}
.black{
	color: black;
}
.yellow {
	font-size: 18px;
	padding: 5px;
	background: #ffff00;
	-moz-box-shadow: 0px 0px 10px 5px #ffff00;
	-webkit-box-shadow: 0px 0px 10px 5px #ffff00;
	box-shadow: 0px 0px 10px 5px #ffff00;	
}
.big_letter{
	font-size: 24px;
}
.yellow_bg_text{
	background: #ffff00;
}
.red_text{
	color: red;
}
.blue_text{
	color: #0000ff;
}
.green_text{
	color: #009900;
}
.white_bg{	
	background: white;
}
.white_img img{
	max-width: 100%;
}
.go_btn {
	position: relative;
	transition: all 0.5s ease;
}
.go_btn:hover{
	opacity: 0.75;	
}
.go_btn:active{
	top:5px;
}
.subscription_div{
	-moz-box-shadow: 0px 0px 10px 1px #000;
	-webkit-box-shadow: 0px 0px 10px 1px #000;
	box-shadow: 0px 0px 10px 1px #000;
	padding: 15px;
	background: white;
}
.video_div{
	width: 60%;
	height: 430px;
	display: inline-block;
}
.form_div{
	width: 50%;
}
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	width: 100%;
}
.check{
	visibility: hidden;
}
/*****************************************************************/
/**********************  Footer  *********************************/

footer{
	background: rgba(0,0,0,0.8);
	color: white;
	padding: 15px;
}
/*****************************************************************/
/******************  Mobile styles *****************************/

@media screen and (max-width: 991px) {
	.show_on_tablet{
		display: inline-block;
	}

}
@media screen and (max-width: 800px) {	

	.menu ul{
		margin-top: 0;
		background:rgba(0,0,0,0.9);
		
	}

    .menu li{
    	display: block;
    	width: 100%;
    	text-align: center;
    	line-height: 50px;
    	border-bottom: 1px solid #5F5C5C;
    	position: relative;
    	top: 0;
    }
    .menu_mobile_text{
    	display: block;
    }
    .closed_menu{
		top: -500px;
		position: absolute;
				
	}
	.form_div{
		width: 75%;
	}
	

}/*End max 800px*/

@media screen and (min-width: 768px) {

	.guarantee h3{	   
	    position: relative;
	    -webkit-animation: mymove 4s;  
	    -webkit-animation-iteration-count: infinite;
	    animation: mymove 4s;  
	    animation-iteration-count: infinite;       
	}
    
@-webkit-keyframes mymove {
	    0% {font-size: 22px;}
	    50% {font-size: 20px;}
	    100%{font-size: 22px;} 
	}

@keyframes mymove {
   /* from {font-size: 24px;}
    to {font-size: 20px;}*/
    0% {font-size: 22px;}
    50% {font-size: 20px;}
    100%{font-size: 22px;}
	}
}
@media screen and (max-width: 768px) {

	.show_on_mobile{
		display: inline-block;
	}
	.testimonial {		
		padding: 10px;
	}
	.video_div{
		width: 100%;
	}
}

@media screen and (max-width: 600px) {
	.tmtmbc_btn a{
		width: 100%;				
	}
	.free_3bl a{
		width: 100%;				
	}
	.free_3bl a{		
		/*margin-top: 10px;*/
	}
	.tick_list ul{
		font-size: 14px;
	}
	.form_div{
		width: 100%;
	}
     
}
@media screen and (max-width: 440px) {
	.guarantee{
		height: auto;
	}
	.tmtmbc_btn a{
		font-size: 18px;				
	}
	.free_3bl a{		
		font-size: 18px;
	}
	.width_max_440{
		width: 100%;
	}
     
}
/*****************************************************************/