body, html {
   font-family: "Poppins", sans-serif;	
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #636b72;
	background-color: #F7F7F8;
}
h1 {
}
h1 strong {
	font-weight: 900;
}
h2 {
	line-height: 20px;
	margin: 0;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
h4 {
	text-transform: uppercase;
	font-weight: 600;
}
h5 {
	text-transform: uppercase;
	font-weight: 700;
	line-height: 20px;
	text-align: left;
	font-size: 18px;
	margin-bottom: 15px;
}
p {

   font-family: "Poppins", sans-serif;	
	color: #636b72;
	font-size: 13px;
	margin: 0;
}
a {
	color: #f5d76e;
}
a:hover, a:focus {
	text-decoration: none;
	color: #19B5FE;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
ul, ol {
	padding: 0;
	webkit-padding: 0;
	moz-padding: 0;
	list-style: none;
}
.img-centered {
	margin: 0 auto;
}
hr {
	border-color: rgba(255,255,255,0.4);
}
#menu {
	padding: 20px;
	transition: all 0.8s;
}
#menu.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
#menu a.navbar-brand {
   font-family: 'Anton', sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	letter-spacing: 1px;
	background-image: url(../img/actively-english-logo.png);
	background-position: left center;
	background-repeat: no-repeat;	
	padding-left: 30px;
	margin-left: 5px;	
}
@media screen and  (max-width: 810px) {
#menu a.navbar-brand {
	font-size: 20px;
}
}
#menu a.navbar-brand i.fa {
	color: #19B5FE;
}
#menu.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #eff0f1;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
}
#menu.navbar-default .navbar-nav > li > a:hover {
	color: #19B5FE;
}
.on {
	background-color: #727A80 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background-color: #19B5FE;
	border-color: #19B5FE;
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #FFF;
}
header {
	background: url(../img/header-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #636b72;
	font-size: 18px;
	text-transform: uppercase;
}
.intro-text {
	position: relative;
	padding-top: 250px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 170px;
}
.intro-text H1 {
	font-size: 60px;
	text-transform: uppercase;
	color: #636b72;
	font-weight: 700;
}
.color {
	color: #19B5FE;
	font-weight: 700;
}
.btn-default {
	color: #fff;
   font-family: "Poppins", sans-serif;	
	background-color: #19B5FE;
	border: 0;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin: 0 8px;
	font-size: 16px;
	transition: all 0.5s;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-default:hover, .btn-default:focus, .btn-default.focus, .btn-default:active, .btn-default.active {
	background-color: #159ad8;
	color: #fff;
}
#about-section {
	padding: 100px 0 40px 0;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); 
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
	color: #636b72;
}
#about-section .about-text {
	padding-left: 40px;
}
@media (max-width: 540px) {
#about-section .about-text {
	padding-left: 0;
	text-align: justify;
}
}
#team-section {
	padding: 100px 0;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); 
}
.section-title.center {
	padding: 30px 0;
}
.section-title h2, .section-title.center h2 {
	font-size: 36px;
	font-weight: 600;
	margin-bottom: 20px;
	color: #636b72;
}
.section-title hr {
	height: 4px;
	width: 60px;
   background: #6893ef;
	position: relative;
	border: 0;
	margin-top: 30px;
	margin-bottom: 60px;
}
#team-section i.fa.checkmark {
	font-size: 18px;
   color: #62B238;	
	margin-top: 10px;
}
#team-section i.fa.plusmark {
	font-size: 18px;
   color: #427887;	
	margin-top: 10px;
}
#team-section .item {
	padding: 0;
	margin: 15px;
}
img.img-circle.team-img {
	width: 130px;
	height: 130px;
	border: 0;
	border: 3px solid #fff;
}
#team-section .thumbnail {
	background: transparent;
	border: 0;
}
#team-section .thumbnail .caption {
	padding: 9px;
}
#services-section {
	padding: 80px 0;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); 
}
.space {
	margin-top: 40px;
}
#works-section {
	padding: 100px 0;
}
.categories {
	padding-bottom: 30px;
	text-align: center;
}
ul.cat{
   padding: 0;
   margin: 0;
}
ul.cat li {
	display: inline-block;
}
ol.type{
   padding: 0;
   margin: 0;
}
ol.type li {
	display: inline-block;
	margin: 15px 5px;
}
ol.type li a {
	color: #427887;
	border: 1px solid #427887;
	padding: 8px 16px;
	border-radius: 3px;
}
ol.type li a.active {
   background: #427887;
   color: #fff;
	border: 1px solid #427887;   
}
ol.type li a:hover {
   background: #427887;
   color: #fff;
	border: 1px solid #427887;
}
.isotope-item {
	z-index: 2
}
.isotope-hidden.isotope-item {
	z-index: 1
}
.isotope, .isotope .isotope-item {
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope-item {
	margin-right: -1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.isotope {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	transition-property: transform, opacity;
}
.portfolio-item {
	margin-bottom: 30px;
}
.portfolio-item .hover-bg {
	max-height: 300px;
	overflow: hidden;
	position: relative;
}
.hover-bg .hover-text {
	position: absolute;
	text-align: center;
	margin: 0 auto;
	color: #ffffff;
	background: rgba(0, 0, 0, 0.66);
	padding: 25% 0;
	height: 100%;
	width: 100%;
	opacity: 0;
	transition: all 0.5s;
}
.hover-bg .hover-text>h4 {
	opacity: 0;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>h4 {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(0);
	transform: translateY(0);
}
.hover-bg .hover-text>i {
	opacity: 0;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	transition: all 0.3s;
}
.hover-bg:hover .hover-text>i {
	opacity: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
}
.hover-bg:hover .hover-text {
	opacity: 1;
}
#works-section i.fa {
	font-size: 40px;
	margin-bottom: 10px;
   color: #6893ef;	
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-modal .modal-content {
	padding: 100px 0;
	min-height: 100%;
	border: 0;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;
	text-align: center;
	background-clip: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); 
}
.portfolio-modal .modal-content h2 {
	margin-bottom: 15px;
	font-size: 36px;
	font-weight: 600;
}
.portfolio-modal .modal-content p {
	margin-bottom: 30px;
	font-size: 15px;
}
.portfolio-modal .modal-content p.item-intro {
	margin: 20px 0 30px;
	font-style: italic;
	font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
	margin-top: 0;
	margin-bottom: 30px;
}
.portfolio-modal .modal-content ul.list-inline span {
	font-weight: 600;
}
.portfolio-modal .modal-content img {
	margin-bottom: 30px;
}
.portfolio-modal .close-modal {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 40px;
	height: 40px;
	background-color: transparent;
	cursor: pointer;
}
.portfolio-modal .close-modal:hover {
	opacity: .8;
}
.portfolio-modal .close-modal i.fa {
	font-size: 40px;
   color: #6893ef;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.portfolio-modal .btn-primary {
	color: rgba(255,255,255,0.8);
   background-color: #6893ef;	
	border: 0;
}
.portfolio-modal .btn-primary:hover, .portfolio-modal .btn-primary:focus, .portfolio-modal .btn-primary.focus, .portfolio-modal .btn-primary:active, .portfolio-modal .btn-primary.active {
	background-color: #159ad8;
}
#achievements {
	padding: 0 0 100px 0;
	background: #eeefef;
}
.achievement-box i.fa {
	font-size: 54px;
	font-weight: 400;
	color: #19B5FE;
	margin-bottom: 20px;
}
.achievement-box h4 {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
}
.achievement-box span.count {
	font-size: 42px;
	font-weight: 700;
	display: block;
	color: #19B5FE;
}
#testimonials-section {

	background: url(../img/testimonials-bg.jpg);
	
	background-size: cover;
	background-attachment: fixed;
}
#testimonials-section .overlay {
	padding: 100px 0 60px 0;
	background: -moz-linear-gradient(top, rgba(114,122,128,0.2) 0%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, rgba(114,122,128,0.2) 100%); 
	background: -webkit-linear-gradient(top, rgba(114,122,128,0.2) 0%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, rgba(114,122,128,0.2) 100%); 
	background: linear-gradient(to bottom, rgba(114,122,128,0.2) 0%, rgba(255,255,255,0.2) 20%, rgba(255,255,255,0.2) 80%, rgba(114,122,128,0.2) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33727a80', endColorstr='#33727a80', GradientType=0 ); 
}
#testimonials-section i.fa {
	color: #8e9599;
	font-size: 36px;
}
#testimonial {
	padding: 30px 0;
}
#testimonial .item {
	display: block;
	width: 100%;
	height: auto;
}
#testimonial .img-circle {
	width: 100px;
	height: 100px;
}
#testimonial .item p {
	font-weight: 400;
	margin: 30px 0;
}
.owl-theme .owl-controls .owl-page span {
	display: block;
	width: 10px;
	height: 10px;
	margin: 5px 7px;
	filter: Alpha(Opacity=1);
	opacity: 1;
	-webkit-border-radius: 0;
	-moz-border-radius: 20px;
	border-radius: 50%;
	background: #fff;
	transition: all 0.5s;
	border: 1px solid #bfc3c6;
}
.owl-theme .owl-controls .owl-page.active span, .owl-theme .owl-controls.clickable .owl-page:hover span {
	filter: Alpha(Opacity=100);
	opacity: 1;
	background: #959ba0;
	border: 1px solid #959ba0;
}
.owl-theme .owl-controls .owl-page.active span {
	background: #959ba0;
	border: 1px solid #959ba0;
}
#contact-section {
	padding: 100px 0;
	background: rgb(255,255,255); 
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 ); 
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
#contact-section form {
	padding: 30px 0;
}
#contact-section i.fa {
	color: #1c416a;
}
label {
	font-size: 12px;
	font-weight: 400;
   font-family: "Poppins", sans-serif;	
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background: #fbfbfb;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	color: #aaa;
	font-size: 15px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background: #19B5FE;
	border: 1px solid #19B5FE;
	color: #fff;
}
#contact-section .text-danger {
	color: #cc3300;
	text-align: left;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
#social-section {
	padding: 20px 0;
	background-color: #1c416a;
	text-align: center;
}
#social-section .social i.fa {
	font-size: 24px;
	padding: 4px 0;
	color: #cccccc;
	transition: all 0.5s;
}
#social-section .social i.fa:hover {
	color: #19B5FE;
}
#social-section .social ul {
   margin: 0;
}
#social-section .social ul li {
   font-size: 24px;
	display: inline-block;
	margin: 0 20px 0 0;
	line-height: 24px;
	color: #cccccc;
}
#footer {	
   background: #151d27;
	padding: 15px 0 15px 0;
   color: #e0e0e0;
	text-align: center;
}
#footer a {
	color: #e0e0e0;
}
#footer a:hover {
	color: #ffffff;
}
@media (max-width: 768px) {
.content {
	padding: 40% 0 0;
}
#menu.navbar-default {
   background-color: rgba(0, 0, 0, 0.7);
}
#menu {
	padding: 10px;
}
.contact-block, .service-block{
   margin-bottom: 20px;
}
}
@media (max-width: 603px) {
label {
	float: none !important
}
.hover-bg .hover-text {
	padding: 12% 0;
}
#footer p {
	margin-top: 10px;
}
}
@media (max-width: 360px) {
.hover-bg .hover-text {
	padding: 22% 10%;
}
}
.header_v1 .banner{
	overflow:hidden ;
	margin:0 auto !important;
	background:#CACACA;
}
.header_v1 .header-inner {
	height:100%;
	position:relative;
}
.header_v1 .bannerText{
	width:580px;
   height: auto;	
	border-left:3px solid #fff;
	position:absolute ;
	left:0;
	top:50%;
	text-align:left;
	margin-top:-109px;
	padding:30px 0 0 30px;
	z-index:999999 ;
} 
.header_v1 .bannerText h3{
	color:#fefefe;
	font-size:37px;
   line-height: 40px;	
	font-weight:700;
	text-transform:none;
	margin-bottom:20px;
	margin-top: 0;
}
.header_v1 .bannerText p{
   font-family: "Poppins", sans-serif;	
	font-size:15px;
	line-height:21px;
	font-weight:400;
	color:#fefefe;
	text-transform:none;
	padding-bottom:25px;
}
.header_v1 .bannerText p a {
	font-size:14px;
	line-height:16px;
	font-weight:700;
	text-decoration:none;
	text-transform:uppercase;
	padding:0;
	display:inline-block;
	margin:0;
}
.header_v1 .bannerText p a i {
	font-size:17px;
	font-weight:700;
}
.header_v1 .bannerText p a:hover{
	color:#fff;
}
.patternOverlay {	
	background:#1c416a;
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:9;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.noPadd{
	padding:0px !important;
}
@media screen and (min-width: 960px) and (max-width: 1280px) {
	.bannerText {
		width:50%;
	}
}
@media screen and  (max-width: 810px) {
	h1 {
		font-size:45px;
	}
	h1 span {
		font-size:26px;
		line-height:22px;
	}
	h2{
		font-size:30px;
		line-height:normal;
	}
}
@media screen and (max-width: 680px) {
	.header_v1 .bannerText{
		height: auto;
		width:auto;
		left: 20px;
		right: 20px;
		padding:15px 0 0 15px;
	}
	.header_v1 .bannerText h3{
		font-size:32px;
		font-weight:400;
	}
}
#preloader {
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff; /* change if the mask should have another color then white */
	z-index:9999999999; /* makes sure it stays on top */
}
#status {
	width:200px;
	height:200px;
	color:#fff;
	position:absolute;
	left:50%; /* centers the loading animation horizontally one the screen */
	top:50%; /* centers the loading animation vertically one the screen */
	background-image:url(../img/loading.gif); /* path to your loading animation */
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px; /* is width and height divided by two */
}
#status p{text-align:center;}

.right-turn {
  transform: rotate(90deg);
}
.pricingtables {
	background:url(../images/blue-pattern.jpg) 0 0 repeat;
}
.pricingtables.section_gap {
	padding-bottom:40px;
}
.pricingtables .heading {
	margin-bottom:30px;
}
.pricingtables .heading h1 {
	color:#fff;
}
.pricingtables .heading p {
	color:#d4d8de;
}
ul.pricing-boxes {
    float: left;
    margin: 0;
    padding: 0px;
    list-style: none;
}
ul.pricing-boxes li {
    float: left;
    list-style: none;
    text-align: center;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
ul.pricing-boxes li.best-plan {
    position: relative;
    top: -40px;
}
ul.pricing-boxes li.best-plan h4 {
	font-size:15px;
}
ul.pricing-boxes li.best-plan:hover { box-shadow: 0px 0px 15px rgba(0,0,0,0.20) }
ul.pricing-boxes.three li {
    width: 33%; /*width: 313px;*/;
}
ul.pricing-boxes li.best-plan .btn-primary{
	border-color:#d7bb58;
}
ul.pricing-boxes li.best-plan  .plan-name { padding: 30px 0 15px 0 }
ul.pricing-boxes li.best-plan .plan-features { padding: 0px 0px 40px 0px }

.proplan {
  background: #3e849e;  
}
.studplan {
  background: #2c5f78;  
}
.immplan {
  background: #1c3d52;  
}
.plan-name {
   padding: 15px 0 10px 0;
	min-height:88px;
	position:relative;
}
.plan-name:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(17, 42, 70, 0);
	border-width: 12px;
	margin-left: -12px;
}
.plan-name.proplan:after{
	border-top-color: #3e849e;
}
.plan-name.studplan:after{
	border-top-color: #2c5f78;
}
.plan-name.immplan:after{
	border-top-color: #1c3d52;
}
ul.pricing-boxes li.best-plan .plan-name:after {
	border-color: rgba(245, 215, 110, 0);
	border-top-color: inherit;
	border-width: 15px;
	margin-left: -15px;
}
.plan-name.color { min-height:128px; }
.plan-name h2 {
   font-family: "Poppins", sans-serif;
   color: #FFF;
   font-size: 33px;
	line-height:normal;
   font-weight: 700;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h4 {
   font-family: "Poppins", sans-serif;	
   color: #FFF;
   font-size: 14px;
	line-height:14px;
   font-weight: 300;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-name h1 {
    color: #FFF;
    text-align: center;
    margin-bottom: 5px;
    line-height: 64px;
    margin-top: 7px;
}
.plan-name h1 i {
    color: #FFF;
    border-radius: 100%;
    border: 2px solid #FFF;
    padding: 15px;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-price {
   background-color: #f8f8f8;
   padding: 15px 0 10px 0;   
	min-height:86px;
	border-left:1px solid #e7e7e7;
}
.plan-price.last-child {
	border-right:1px solid #e7e7e7;
}
.plan-price h2 {	
   font-family: "Poppins", sans-serif;
   color: #434343;
   font-size: 33px;
	line-height:normal;
   font-weight: 700;
	letter-spacing:-1px;
	padding:0;
	margin:0;
}
.plan-price h4 {
   font-family: "Poppins", sans-serif;
   text-transform: none;
   color: #434343;
   font-size: 14px;
	line-height:14px;
   font-weight: 300;
   font-style: italic;
	padding:0;
	margin:0;
}
ul.pricing-boxes li:hover .plan-name,
ul.pricing-boxes li:hover .plan-price {
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}
.plan-features {
    font-family: "Poppins", sans-serif;
    background-color:#f8f8f8;
    border: 1px solid #e7e7e7;
    border-top: 0;
    padding: 0px 0px 25px 0px;
    float: left;
}
ul.pricing-boxes li .plan-features { border-right: none }
ul.pricing-boxes li:last-child .plan-features {
border-bottom: 1px solid #e6e9ee;
border-right: 1px solid #e6e9ee;
border-left: 1px solid #e6e9ee;
}
ul.pricing-boxes.standalone li .plan-features { border: 1px solid #e6e9ee!important }
.plan-features ul {
    float: left;
    list-style: none;
    margin-bottom: 25px;
	background-color:#fff;
}
ul.pricing-boxes li.best-plan .plan-features ul {
	margin-bottom:50px;
}
.plan-features ul li {
    padding:4px 0;  
    color:#7d7d7d;
    font-weight:400;
    text-align: center;
    border-bottom: 1px solid #f6f6f6;
    float: left;
    width: 100%;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
    width: 100%!important;
    float: left;
}
.plan-features ul li i {
    margin-right: 10px;
    font-size: 16px;
}
.plan-features ul li:hover { box-shadow: none }
.plan-name.dark { background: #656d78 }
.plan-price.dark { background: #434a54 }
@media screen and  (max-width: 810px) {
	ul.pricing-boxes.three li {
		width:100%;
	}
	ul.pricing-boxes li.best-plan {
		top:0;
	}
	
}
.leadtext{
   font-size: 16px;
}
.temp-editor{
  color: red !important;
}
#contact-section a{
  color: #636b72;
}
#contact-section a:hover{
  color: #1c416a;;
}
.square-up{
  text-align: justify;
}
.portfolio-modal .modal-content li{
  margin-bottom: 10px;	
}
.portfolio-modal .modal-content ul{
  margin-bottom: 20px;	
}
.arrow-container{
  width: 60px;
  height: 60px;
  margin: 0 auto;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 100;
  text-align: center;
  vertical-align: middle;
  line-height: 60px;
}
.blob {
  display: block;
  margin-left: auto;
  margin-right: auto;
  background: black;
  border-radius: 50%;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);  
  height: 60px;
  width: 60px;
  transform: scale(1);
  animation: pulse-black 2s infinite;
}
.blob.lco {
  background: rgba(52, 179, 160, 1);
  box-shadow: 0 0 0 0 rgba(52, 179, 160, 1);
  animation: pulse-lco 2s infinite;
}
@keyframes pulse-lco {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 179, 160, 0.7);
  }
  
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(52, 179, 160, 0);
  }
  
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(52, 179, 160, 0);
  }
}
.blob i.fa{
  font-size: 40px;
  color: #ffffff;
  padding-top: 8px;
}
img.solution-img {
	width: 200px;
	height: 200px;
	border: 0;
}
.solution-box{
   text-align: left !important;
}
.solution-box p{
   margin-bottom: 10px;
}
@media (max-width: 768px) {
#solutionflex1, #solutionflex2 { 
   display: flex; 
   flex-direction: column; 
}
#solutionflex1a, #solutionflex2a { 
   order: 2; 
}
#solutionflex1b, #solutionflex2b { 
   order: 1; 
}
}
.anton-regular {
  font-family: "Anton", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.steps {
  margin: 0;
  padding: 60px 20px;
  display: flex;
  justify-content: center;
}
.timeline {
  position: relative;
  max-width: 700px;
  width: 100%;
  padding-left: 30px;
  border-left: 2px solid #284564;
}
.timeline-step {
  position: relative;
  margin-bottom: 40px;
}
.dot {
  position: absolute;
  left: -40px;
  top: 4px;
  width: 16px;
  height: 16px;
  background: #284564;
  border-radius: 50%;
  box-shadow: 0 0 8px #284564;
}
.tlcontent{
   text-align: left;
}
.tlcontent h3 {
  margin: 0 0 6px;
  font-size: 1.5rem;
  color: #284564;
}
.tlcontent p {
  margin: 0;
  font-size: 0.95rem;
  color: #3d3d3d;
}
.right{
float: right;
}
.notice h2{
   line-height: 50px;
}
.notice h3{
   line-height: 40px;
}
.notice h2, .notice h3{
   text-align: left
}
.notice ol li{
   text-align: justify;
   margin-left: 40px;
   margin-bottom: 5px;
   display: list-item;
   list-style-type: lower-roman;
   list-style-position: inside;
}
.notice ul {
  list-style-type: disc;
  list-style-position: outside;
  list-style-image: none;
}
.notice ul li{
   text-align: justify;
   margin-left: 40px;
}
.rli{
   margin-left: 50px !important;
}
#coaching-cta i.fa, #services-cta i.fa, #about-cta i.fa{
	font-size: 14px !important;
	margin: 0;
	color: #ffffff !important;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-ms-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.btn-call-now{
  color: #fff;
  background-color: #62B238;
  border-color: #4b9a21;
}
.btn-call-now:hover{
  color: #fff;  
  background-color: #4b9a21;
}
.show-on-mobile {
  display: none;
}
@media (max-width: 501px) {
  .show-on-mobile {
    display: inline;
  }
}
.pro-mob {
  display: none;
}
@media (max-width: 501px) {
  .pro-mob {
    display: block;
  }
  
  .pro-pc{
    display: none;  
  }
}
.features ul {
   list-style-type: none;
   padding: 0;
}
.features ul li::before {
   content: "\f140";
   font-family: "FontAwesome";
   padding: 0 5px 0 0;
   color: #2e6da4;
} 
.benefits ul {
   list-style-type: none;
   padding: 0;
}
.benefits ul li::before {
   content: "\f05d";
   font-family: "FontAwesome";
   padding: 0 5px 0 0;
   color: #62B238;
}



