/*============================================================================
  #Override Stylesheet
  #Add Custom Styles Here
==============================================================================*/
@font-face {
  font-family: 'Geometos';
  src: url('geometos.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Serenity';
  src: url('serenity.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Serenity-Bold';
  src: url('serenity-bold.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

a{
    color:#01B3E4;
}
a:hover{
    color:#68D6C0;
}

body{
  font-family: 'Roboto', sans-serif;
  font-size: 18.45px;
  font-weight: 400;
  line-height: 1.67;
  color: #43464b;
}
h1, h2, h3, h4, h5, h6{
	margin:0;
	margin-bottom:20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight:normal;
	color: #34333f;
}
h2{
	font-size: 30.75px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
}
.h2{
	font-family: 'Fira Sans', sans-serif;
	font-size: 30.75px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 1px;
	color: #68d6c0;
	position: relative;
	padding-left: 20px;
	padding-bottom: 26px;
	margin-bottom: 2px;
}
.h2:before{
    content: "";
    background-color: #52d1b7;
    display: block;
    width: 3px;
    height: 73%;
    position: absolute;
    left: 0px;
    top: 4px;
}
.mobile_only{
  display:none;
}
.container--main {
  background: #ffffff !important; }

.pf4_button{
    max-width: 290px;
    position: relative;
    display: block;
    margin: 0px auto;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #01b3e4;
    font-family: 'Roboto', sans-serif;
    font-size: 15.17px;
    font-weight: bold;
    line-height: 1.3;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF !important;
    padding: 18.5px 41.25px 14.5px 41.25px;
}
a:hover{
	color:#68d6c0 !important;
}
.pf4_button:hover{
	background-color:#68d6c0;
	color:#FFF !important;
}
@media(max-width:768px){
	body{
		font-size: 18px;
	}
	.h2{
		font-size:27px;
		padding-left: 20px;
		padding-bottom: 0px;
		margin-bottom:30px;
	}
	.h2:before{
		top:0;
		height:100%;
	}
	.pf4_button{
		font-size:14px;
		padding: 17px 20px 13px 20px;
	}
	h2{
		font-size:27px;
	}
}


.auth__wrapper{
    background-color: #f8f8f8;
}
.auth__img{
	background-color:#ffffff;
	padding-top: 45px;
	max-width: 500px;
}
.auth__box{
	max-width: 500px;
}
#section-login h1{
	font-family: 'Fira Sans', sans-serif;
	font-size: 30px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 0.8px;
	text-align: center;
	color: #52d1b7;
	margin-bottom: 26px;
}
#section-login .auth__label{
	font-family: 'Roboto', sans-serif;
	font-size: 18.75px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.32;
	letter-spacing: 0.3px;
	text-align: left;
	color: #525252;
	text-transform: uppercase;
	margin-bottom: 9px;
}
#section-login #member_remember_me + .auth__label{
  font-size: 18.25px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.32;
  letter-spacing: normal;
  text-align: left;
  color: #525252;
  text-transform: capitalize;
}
#section-login #member_remember_me{
	width: 17px;
	height: 17px;
	margin-right: 7px;
	margin-top: 0px;
}
#section-login .auth__field.form-control{
	border: solid 1px #a5a5a5;
	background-color: #ffffff;
	border-radius: 0;
	padding: 9.5px 10px !important;
}
#section-login .form-group{
	margin-bottom: 18px;
}
#section-login .panel__body{
	padding: 49px;
	padding-top: 15px;
	padding-bottom: 44px;
}
#section-login .btn{
	width: 80%;
	position: relative;
	display: block;
	margin: 0px auto;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
	background-color: #01b3e4;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.32;
	letter-spacing: 0.3px;
	text-align: center;
	color: #FFF !important;
	padding: 19.5px 40px;
	border-radius:0;
	margin-top: 20px;
}
#section-login .auth__link a{
  font-size: 18.75px;
  font-weight: 500;
  font-style: normal;
  font-family: 'Roboto', sans-serif;
  line-height: 1.32;
  letter-spacing: normal;
  color: #01b3e4;
}


/*
  Globals --> Full Left BG
-----------------------------*/
.full-bg-holder {
  position: relative; }

.full-bg-holder > * {
  position: relative;
  z-index: 1; }

.full-left-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #F5F5F5;
  background-repeat: no-repeat;
  opacity: 0;
  background-size: cover;
  }

.full-left-bg.active {
  opacity: 1; }

/*
  Globals --> Full right BG
-----------------------------*/
.full-right-bg {
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  right: 0;
  top: 0;
  display: block;
  content: "";
  background-color: #859CAC;
  opacity: 0; }

.full-right-bg.active {
  opacity: 1; }

/*
  Globals --> Full Right & Left BG
-----------------------------*/
.full-bg-mobile {
  display: none;
  position: absolute;
  z-index: 0;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  content: "";
  opacity: 0;
  background-color: #859CAC; }

.full-bg-mobile.active {
  opacity: 1; }

@media (max-width: 980px) {
  .full-bg-mobile {
    display: block; 
  } 
}


.section_inner {
  max-width: 1180px;
  display: flex;
  flex-wrap: wrap;
  margin: 0px auto;
  position: relative;
}
.section_inner img {
  max-width: 100%;
  height: auto;
  margin: 0; 
}

.pf4_mobile_img,
.pf4_mobile_icon {
  width: 100% !important;
  display: none !important; 
}

@media (max-width: 1300px) {
	.section_inner{
		width:86%;
	}
}



/* 
=======================================
  Site Header Section
=========================================*/
html{
  padding-top:0 !important;
}
.pf4_site_header {
	padding: 0;
	position:relative;
	z-index:3;
	background-color: #68d6c0;
	width: 100%;
}

.pf4_site_header .section_inner {
  max-width: 1010px;
  width: 100%;
  display:flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
 }

.pf4_heade_logo {
    width: 30%;
    padding-top: 25px;
    z-index: 2;
}

.pf4_heade_logo img {
	height: auto;
	top: 0% !important;
	max-width: 70% !important;
	margin: 0 !important;
	transform: translateY(0%) !important;
	max-height: inherit !important;
	width: auto;
	}

.pf4_header_right {
    width: 70%;
    text-align: right;
    padding-top: 7px;
    padding-bottom: 2px;
}

.pf4_header_right a{
    font-family: 'Fira Sans', sans-serif;
    text-decoration: none;
    color: #FFF;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 300;
    font-size: 15.38px;
    letter-spacing: 0.3px;
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 !important;
    margin-left: 42.5px !important;
    font-weight: 400;
}
.pf4_header_right a:hover {
  color: #000000 !important; 
}
.pf4_header_right a i{
  content:" ";
  position:absolute;
  height: 10px;
  bottom: 20px;
  z-index: 0;
  opacity: 0;
}
.pf4_header_right a span{
  position:relative;
  z-index:1;
}
.pf4_header_right a i{
  left:23px;
  width:calc(100% - 52px);
  background-size:contain;
  background-position: center;
  background-repeat:repeat-x;
}

.pf4_header_right a:hover:before,
.pf4_header_right a:hover:after,
.pf4_header_right a:hover i{
  opacity:1;
}

.pf4_header_social_icon {
  width: 15%;
  text-align: right;
  padding-top: 12px; }

.pf4_header_social_icon a {
  text-decoration: none;
  display: inline-block;
  margin-left: 3px;
  width: 17px;
  height: 17px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }

.pf4_header_social_icon a img {
  height: 17px; }
.dropdown-menu li{
  margin: 0;
  padding-left: 10px;
  padding-right: 10px;
}
.pf4_header_right .dropdown-menu li a:before, 
.pf4_header_right .dropdown-menu li a:after, 
.pf4_header_right .dropdown-menu li a i{
  bottom:10px;
}
.dropdown-menu li a{
  padding-top: 0;
  padding-bottom: 0;
}
.header--light .header-ham span{
	background-color:#fff;
}
.header--light .header-ham span:hover{
	background-color:#fff;
}


@media (max-width: 1300px) {
   .pf4_site_header .section_inner {
     width: 86%; 
   }
}
@media(max-width:950px){
	.pf4_heade_logo img{
		max-width: 100% !important;
	}
}
@media (max-width: 767px) {
  .pf4_heade_logo {
    width: 100% !important;
    margin-right: 0px;
    text-align: left;
    padding-top: 10px; 
  }

  .pf4_header_right {
    width: 100%;
    margin-right: 0px;
    text-align: center;
    padding-top: 5px; 
  }

  .header .header-menu {
    position: absolute;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    border-radius: 0 0 5px 5px;
    box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.17);
  }
  .pf4_header_right a:before,
  .pf4_header_right a:after,
  .pf4_header_right a i{
    display:none;
  }
  li.dropdown:after{
	  position: absolute;
	  top: 20px;
	  right: -7px;
  }
}
@media (max-width: 1150px) {
	.pf4_header_right a {
		margin-left: 20px !important;
	}
}
@media (max-width: 767px) {
	.pf4_header_right {
		padding-top: 0px;
		padding-bottom: 0px;
	}
	.pf4_heade_logo {
		padding-top: 15px;
		padding-bottom: 15px;
	}
	.header .header-ham {
		top: 18px;
	}
	.pf4_header_right a{
		color: #1F1F1F !important;
	}
}
@media (max-width: 980px) {
	.pf4_heade_logo a.logo{
		height: auto !important;
		max-width: 100% !important;
	}
}
@media (max-width:400px){
	.pf4_heade_logo img{
		width: 190px;
		margin-top: 6px !important;
		margin-bottom: 4px !important;
	}
}


/*Section :: Section Hero (D)
===============================*/
.section_hero{
	background-color: #f8f8f8;
	padding-bottom: 144px;
}
.section_hero .section_inner{
	width:86%;
	max-width: 900px;
}
.section_hero_content{
    text-align: center;
    padding-top: 107.5px;
    width: 100%;
}
.section_hero_content h1{
  font-family: 'Fira Sans', sans-serif;
  font-size: 61.5px;
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 2px;
  color: #43464b;
}
.section_hero_content h1 strong{
  font-weight: 500;
  color: #68d6c0;
  display:block;
}
.section_hero_content p{
	max-width: 800px;
	margin: 0px auto;
	padding-top: 6px;
}
.section_hero_content a.pf4_button{
    max-width: 290px;
    display: block;
    margin: 0px auto;
    margin-top: 55px;
}
.section_hero_content .countdown__items{
	display: flex;
	flex-wrap:wrap;
	margin:0 auto;
	max-width:450px;
}
.section_hero_content .countdown__item{
	width:25%;
}
.section_hero_content .countdown__item strong{
	font-family: Fira Sans !important;
	font-size: 30.73px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: 0.5px;
	text-align: center;
	color: #52d1b7;
	display: inline-block;
}
.section_hero_content .countdown__item span{
	font-family: Fira Sans !important;
	font-size: 12px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #2f3133;
	display: inline-block;
}
@media (max-width: 980px) {
	.section_hero_content h1 {
		font-size: 60px;
	}
	.section_hero_content{
		padding-top:100px;
	}
	.section_hero{
		padding-bottom:100px;
	}
	.section_hero_content a.pf4_button{
		margin-top:40px;
	}
}
@media (max-width: 768px) {
	.section_hero {
		padding-bottom: 70px;
	}
	.section_hero_content {
		padding-top: 70px;
	}
	.section_hero_content p {
		padding-top: 0px;
	}
	.section_hero_content a.pf4_button {
		margin-top: 30px;
		padding-left:20px;
		padding-right:20px;
	}
	.section_hero_content h1 {
		font-size: 40px;
	}
}
@media (max-width: 550px) {
	.section_hero_content h1 {
		font-size: 34px;
	}
}


/*Section :: Section Image AND Text (D)
===============================*/
.section_image_text{
	padding-top: 100px;
	padding-bottom: 95px;
}
.section_image_text .section_inner{
	width:100%;
	max-width: 970px;
}
.section_image_text_left{
    width: 61%;
    padding-top: 54px;
}
.section_image_text_left img{
	margin:0px auto;
	margin-left: -16%;
}
.section_image_text_right{
    width: 45%;
    margin-left: -6.7%;
}
.section_image_text_right p{
	margin: 0px;
	padding-bottom: 18px;
	padding-left: 38px;
}
@media (max-width: 1300px) {
	.section_image_text .section_inner{
		width:86%;
	}
}
@media (max-width: 1080px) {
	.section_image_text_left{
		display:none;
	}
	.section_image_text_right {
		width: 100%;
		padding-left: 0px;
		margin-left:0;
	}
	.section_image_text .mobile_only{
		display:block;
		
	}
	.section_image_text_right img{
		margin-bottom:20px;
	}
	.section_image_text_right p {
		padding-left: 0px;
	}
	.section_it_button {
		padding-top: 25px;
		padding-bottom: 100px;
	}
}
@media (max-width:980px){
	.section_image_text{
		padding-top:70px;
		padding-bottom:70px;
	}
}
@media (max-width: 768px) {
	.section_image_text {
		padding-top: 60px;
		padding-bottom: 25px;
	}
	.section_it_button {
		padding-top: 25px;
		padding-bottom: 70px;
	}
}



/*Section :: Section Image AND Text 2 (D)
===============================*/
.section_image_text2 .section_inner{
	max-width: 890px;
}
.section_image_text2 .section_image_text_left{
    width: 33%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    text-align: center;
    margin: 0;
}
.section_image_text2 .section_image_text_right{
	padding-top: 52px;
	width: 67%;
	margin: 0;
	box-sizing: border-box;
	padding-right: 20%;
}
.section_image_text2 .section_image_text_left img{
	margin: 0;
}
.section_image_text2 .pf4_button{
	max-width: 254px;
}
.section_image_text2 .section_it_button{
    width: 100%;
    text-align: center;
    padding-top: 40px;
    padding-bottom: 44px;
}

@media (max-width: 1200px) {
	.section_image_text2 .section_image_text_right{
		padding-right:5%;
		padding-top: 0;
		width:55%;
	}
	.section_image_text2 .section_image_text_left{
		width:40%;
	}
}
@media (max-width: 1080px){
	.section_image_text2 .section_image_text_left{
		display:block;
	}
}
@media (max-width: 980px){
	.section_image_text2 .section_it_button{
		padding-top:30px;
	}
	.section_image_text2 .section_image_text_left{
		display:none;
	}
	.section_image_text2 img.mobile_only{
		display:block;
	}
	.section_image_text2 .section_image_text_right{
		width:100%;
		padding-right:0;
	}
}


/*Section :: Section Reviews (D)
===============================*/
.section_reviews{
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 53px;
    padding-bottom: 47px;
}
.section_reviews .section_inner{
	max-width:1080px;
	width:86%;
	display: block;
}
.section_reviews h2{
    display: block;
    width: 100%;
    color: #68d6c0;
    margin-bottom: 0px;
    padding-bottom: 66px;
}
.section_reviews_grid{
	max-width: 462px;
	margin:0px auto;
}
.section_reviews_col{
    border: solid 6.15px #01b3e4;
    padding-left: 20px;
    padding-right: 20px;
}
.section_reviews_col .icon{
    width: 110px;
    height: 90px;
    display: block;
    margin: 0px auto;
    clear: both;
    background-color: #f8f8f8;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70px;
    margin-top: -50px;
    margin-bottom: 16px;
}
.section_reviews_col p{
	margin:0px;
	padding-bottom: 16px;
}
.section_reviews_col strong{
	font-weight:600;
}
.section_reviews_button{
    width: 100%;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 0;
    display: block;
}
.section_reviews_button .pf4_button{
    max-width: 250px;
    display: block;
    margin: 0px auto;
    margin-top: 0;
    border-radius: 2px;
}
.pt4_youtube{
    font-weight: 500;
    color: #01b3e4;
    padding-left: 22px;
    position: relative;
}
.pt4_youtube:before{
    width: 13px;
    height: 17px;
    content: "";
    position: absolute;
    left: 0px;
    top: 3px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
}
.section_reviews_col_info{
	margin: 0px auto;
	background-color: #f8f8f8;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 13px;
	margin-bottom: -42px;
	display: flex;
	flex-wrap: wrap;
	max-width: max-content;
}
.section_reviews_col_info span{
    display: block;
    line-height: 1.33;
    letter-spacing: 0.6px;
    color: #a5a5a5;
    clear: both;
    text-align: center;
    width: 100%;
}
.section_reviews_col_info .pt4__name{
	font-weight: 600;
	line-height: 1.33;
	letter-spacing: 0.6px;
	color: #868686;
	padding-bottom: 5.5px;
}
.section_reviews_col_info .pt4__type{
    color: #a5a5a5;
    font-size: 18px;
    font-weight: 400;
    padding-bottom: 3px;
}
.section_reviews_col_info .pt4__star img{
	max-width: 118.9px;
	display: inline-block;
}

@media (max-width: 950px) {
	.section_reviews_info_left,
	.section_reviews_info_right {
		display: block;
		padding-top: 0px;
		padding-right: 0px;
		width: 100%;
	}
	.section_reviews_info_left img,
	.section_reviews_info_right img{
		margin-right:0px;
	}
}
@media (max-width: 768px) {
	.section_reviews {
		padding-top: 65px;
	}
}


/*Section :: Section Course List (D)
===============================*/
.section_course{
	padding-top: 74.5px;
	padding-bottom: 97px;
}
.section_course .section_inner{
	max-width: 940px;
}
.section_course_left{
    width: 50%;
    padding-right: 0px;
    padding-top: 147px;
}
.section_course_left h2.h2{
	padding-bottom: 41px;
	margin-bottom: 0;
}
.section_course_left p{
	margin-top: 12px;
}
.section_course_left a{
	color: #01b3e4;
}
.section_course_right{
	width:50%;
	padding-left:61px;
}
.section_course_right ul{
	margin:0px;
	padding:0px;
	max-width: 364px;
	width: 100%;
	float: right;
}
.section_course_right ul li{
    list-style: none;
    display: block;
    margin: 0px;
    margin-bottom: 26px;
}
.section_course_right ul li:last-child{
	margin-bottom: 0px;
}
.section_course_right ul li a{
	box-shadow: 3px 3px 7.5px 0 rgba(0, 0, 0, 0.16);
	color: #43464b;
	display: block;
	font-weight: 600;
	margin: 0px;
	padding: 24px 50px 23px 100px;
	position: relative;
	font-family: 'Fira Sans', sans-serif;
	background-color: #f8f8f8;
}
.section_course_right ul li a:before,
.section_course_right ul li a:after{
	content:"";
	position:absolute;
	top:0px;
	display:block;
	background-position:center;
	background-repeat:no-repeat;
	background-size:contain;
}
.section_course_right ul li a:before{
	left: 25px;
	width: 48px;
	height: 48px;
	top: 14px;
}
.section_course_right ul li a:after{
    right: 23px;
    top: 33px;
    width: 14.2px;
    height: 14.2px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.section_course_right ul li a:hover{
	background-color: #01b3e4;
	color:#ffffff !important;
}

@media (max-width: 1180px){
	.section_course_left{
		width:40%;
	}
	.section_course_right{
		width:60%;
	}
}
@media (max-width: 980px) {
	.section_course {
		/* padding-top: 80.5px; */
		/* padding-bottom: 110px; */
	}
	.section_course_left {
		width: 100%;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 0px;
	}
	.section_course_right {
		width: 100%;
		padding-right: 0px;
		padding-left: 0px;
		padding-top: 20px;
	}
	.section_course_right ul{
		max-width:100%;
	}
}
@media (max-width: 768px) {
	.section_course {
		padding-top: 50.5px;
		padding-bottom: 50px;
	}
	.section_course_left h2.h2{
		padding-bottom:10px;
	}
}
@media (max-width: 650px) {
	.section_course_right ul li a {
		display: block;
		padding: 10px 10px 10px 10px;
		position: relative;
		text-align: center;
	}
	.section_course_right ul li a:before {
		top: 0;
		position: relative;
		right: 0px;
		margin: 0px auto;
		left: 0px;
	}
	.section_course_right ul li a:after{
		display:none;
	}
}


/*Section :: Section Patners (D)
===============================*/
.section_patners{
    background-color: #f8f8f8;
    text-align: center;
    padding-top: 45px;
    padding-bottom: 100px;
}
.section_patners .section_inner{
	max-width: 960px;
}
.section_patners h2{
	display: block;
	width: 100%;
	color: #68d6c0;
	margin-bottom: 0px;
	padding-bottom: 45px;
}

.section_patners_logo{
    display: block;
    text-align: center;
    width: 100%;
    display:flex;
    flex-wrap:wrap;
    margin-right:-10px;
    margin-left:-10px;
}
.section_patners_logo_img{
	width: 20%;
	box-sizing:border-box;
	padding-left: 10px;
	padding-right: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.section_patners_logo img{
    height: auto;
    margin: 0;
    margin-left: 0;
    margin-right: 0;
    width: auto;
    max-width: 100%;
    max-height: 57px;
}
@media (max-width: 1080px){
	.section_patners{
		padding-bottom:50px;
		padding-top:50px;
	}
	.section_patners h2{
		padding-bottom:20px;
	}
	.section_patners_logo_img{
		width:33.33%;
		padding-top:10px;
		padding-bottom:10px;
	}
}
@media (max-width: 768px){
	.section_patners_logo_img{
		width: 50%;
	}
}
@media (max-width: 550px){
	.section_patners_logo_img{
		width: 100%;
	}
}


/*Page Reviews :: Section Reviews Lists (D)
===============================*/
.section_reviews_lists{
    text-align: center;
    padding-top: 70px;
    padding-bottom: 62px;
}
.section_reviews_lists .section_inner{
	max-width: 1030px;
}
.section_reviews_lists .section_reviews_grid{
  max-width:100%;
  display:flex;
  flex-wrap:wrap;
  margin:0px auto;
  width: 100%;
}
.section_reviews_lists .section_reviews_col{
    width: 50%;
    border: solid 0px #01b3e4;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 108px;
}
.section_reviews_lists .section_reviews_col .icon{
  background-color:#FFF;
}
.section_reviews_col_in{
  border: solid 5.5px #01b3e4;
  padding-left: 20px;
  padding-right: 20px;
}
.section_reviews_col_in .section_reviews_col_info{
  background-color:#FFF;
}
.section_reviews_info_left{
    display: inline-block;
    padding-top: 8px;
    
}
.section_reviews_info_left img{
  width: 75px;
  height: 75px;
  border-radius:50%;
  margin-right: 30px;
}
.section_reviews_grid .section_reviews_button{
    padding-top: 0px;
    padding-bottom: 0px;
}
.section_reviews_grid .section_reviews_button .pf4_button{
    margin-top: 19px;
    padding: 26px 55px 25px 55px;
}

@media (max-width: 1050px) {
  .section_reviews_lists .section_reviews_grid {
    margin-left: 0px;
    margin-right: 0px;
  }
  .section_reviews_lists .section_reviews_col{
    width:100%;
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 120px;
  }
}
@media (max-width: 950px) {
  .section_reviews_info_left {
    display: block;
    padding-top: 8px;
    padding-right: 0px;
    margin: 0px auto;
    padding-bottom: 14px;
  }
  .section_reviews_col_info .pt4__type {
    font-size: 15px;
  }
}


/*Section :: Section Analysis Form (D)
===============================*/
.section_analysis_form{
	position:relative;
	padding-top: 60px;
	padding-bottom: 59px;
}
.section_analysis_form:before{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	left:0px;
	top:0px;
	content:"";
	opacity: 0.8;
	background-image: -moz-linear-gradient(to right, #68d6c0, #01b3e4);
	background-image: -webkit-linear-gradient(to right, #68d6c0, #01b3e4);
	background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#68d6c0), to(#01b3e4));
	background-image: -o-linear-gradient(to right, #68d6c0, #01b3e4);
	background-image: linear-gradient(to right, #68d6c0, #01b3e4);
}
.section_analysis_form .section_inner{
	background-color: #ffffff;
	padding-left: 27.2px;
	padding-right: 40.2px;
	max-width: 840px;
}
.section_analysis_form_left{
	width: 20%;
	height: auto;
	margin-top: 63px;
	box-sizing: border-box;
}
.section_analysis_form_left img{
	max-width: 135px;
}
.section_analysis_form_right{
	width:80%;
	box-sizing: border-box;
	padding-left: 20px;
}
.section_analysis_form_in{
    max-width: 980px;
    margin: 0px auto;
    padding-top: 31px;
    padding-bottom: 32px;
}
.section_analysis_form_in h2{
    /* font-size: 37.5px; */
    line-height: 1.5;
    letter-spacing: 2px;
    font-weight: bold;
    color: #52d1b7;
    display: block;
    margin-bottom: 0px;
}
.section_analysis_form_in p{
    color: #43464b;
    margin: 0px;
    padding-top: 10px;
}
.section_analysiForm_in{
    padding-top: 20px;
    display: flex;
    flex-wrap: wrap;
    position:relative;
}
.section_analysiForm_in .text-field {
	margin-right: 0;
	width: 33%;
	box-sizing: border-box;
	padding-right: 25px;
}
.section_analysiForm_in  input[type="text"]{
    width: 100%;
    height: 52px;
    border: solid 1px #a5a5a5;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15.38px;
    font-weight: 300;
}
.section_analysiForm_in .email-field{
	margin-right: 0;
	width: 40.5%;
	box-sizing: border-box;
	padding-right: 30px;
}
.section_analysiForm_in  input[type="email"]{
    width: 100%;
    height: 52px;
    border: solid 1px #a5a5a5;
    background-color: #ffffff;
    padding-left: 17px;
    padding-right: 17px;
    font-size: 15.38px;
    font-weight: 300;
}
.section_analysiForm_in  .pf4_form_button_holder button{
    position: absolute;
    display: inline-block;
    margin: 0;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #01b3e4;
    font-family: 'Roboto', sans-serif;
    font-size: 15.38px;
    font-weight: bold;
    line-height: 1.32;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF !important;
    padding: 17px 52px 15px 52px;
    border: 0px;
    text-transform: uppercase;
    border-radius: 0px !important;
    top: 19px;
    right: 0;
}
.section_analysiForm_in  .pf4_form_button_holder button:hover{
	background-color:#68d6c0;
}
.section_analysiForm_col_4{
    font-size: 20px;
    font-weight: 300;
    line-height: 1.3;
    color: #707070;
    display: block;
    width: 100%;
    padding-top: 32px;
    position: relative;
    padding-left: 40px;
}
.section_analysiForm_in  input[type="checkbox"]{
    background-color: hsl(0, 0%, 100%);
    width: 16px;
    height: 20px;
    border: 0px;
    position: absolute;
    left: 0px;
    top: 13px;
    margin-right: 0;
}
.section_analysiForm_in  input[type="checkbox"]:focus{
	width: 26px;
	height: 32px;
}
.checkbox-field{
	position:relative;
}
.section_analysiForm_col label{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #707070;
    display: block;
    width: 100%;
    padding-top: 19px;
    position: relative;
    padding-left: 26px;
}

@media (max-width: 980px) {
	.section_analysis_form_in h2{
		text-align:center;
	}
	.section_analysis_form_in {
		width: 100%;
		padding: 30px;
	}
	.section_analysis_form_left{
		display:none;
	}
	.section_analysis_form .section_inner {
		padding-left: 0px;
		padding-right: 0px;
	}
	.section_analysis_form .mobile_only {
		display: block;
		margin: 0px auto;
		padding-bottom: 20px;
		max-width: 150px;
	}
	.section_analysis_form_right{
		width:100%;
		padding-left: 0;
	}
	.section_analysis_form_in p{
		text-align:center;
	}
	
	.section_analysiForm_in .text-field,
	.section_analysiForm_in .email-field{
		margin-right: 0px;
		width: 100%;
		padding: 0;
		margin-bottom: 20px;
	}
	.section_analysiForm_col label{
		padding-top:0;
	}
	.section_analysiForm_in input[type="checkbox"]{
		top:-5px;
	}
	.section_analysiForm_in  .pf4_form_button_holder{
		width: 100%;
	}
	.section_analysiForm_in .checkbox-field{
		width: 100%;
		margin-bottom: 25px;
	}
	.section_analysiForm_in .pf4_form_button_holder button {
		position:relative;
		top:auto;
		left:auto;
		right:auto;
		width: 100%;
	}

}


/*Section :: Section Text Only (D)
===============================*/
.section_textonly{
    padding-bottom: 10px;
}
.section_textonly .section_inner{
	max-width: 660px;
}
.section_textonly_content{
	padding-top: 42px;
}
.section_textonly_content h2{
    display: block;
    width: 100%;
    color: #68d6c0;
    margin-bottom: 0px;
    padding-bottom: 32px;
    text-align: center;
}
.section_textonly_content p{
	margin: 0px;
	padding-bottom: 18px;
}
.section_textonly_content strong{
	font-weight: 500;
}
.section_textonly_content p img{
    margin-bottom: 15px;
}
.section_textonly_content a{
	color:#01b3e4;
}

@media (max-width: 768px) {
	.section_textonly_content{
		padding-top:50px;
	}
	.section_textonly_content h2 {
		padding-bottom: 20px;
	}
	.section_textonly_content p img {
		margin-bottom: 0px;
	}
}


/*Section :: Section Blockquote (D)
===============================*/
.section_blockquote{
    padding-top: 34px;
    margin-top: 74px;
    padding-bottom: 25px;
    margin-bottom: 100px;
    position:relative;
    background-color: #f8f8f8;
}
.section_blockquote:before {
	content: '';
	padding-top: 114px;
	position: absolute;
	left: 0;
	right: 0;
	top: -112px;
	background-image: linear-gradient(-2.2deg, #f8f8f8 calc(50% - 1px), transparent 50%);
}
.section_blockquote:after {
	content: '';
	padding-top: 286px;
	position: absolute;
	left: 0;
	right: -50px;
	bottom: -92px;
	background-image: linear-gradient(-2.2deg, #f8f8f8 calc(50% - 1px), transparent 50%);
	transform: rotate(-357deg);
}
.section_blockquote .section_inner{
    position: relative;
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 10px;
}
.section_blockquote_content{
	width: 520px;
	margin:0px auto;
	background-color: #68d6c0;
	padding: 39px 30.3px 20px 30.3px;
	position:relative;
}
.section_blockquote_content:after{
    content: "";
    width: 40.9px;
    height: 43.5px;
    display: block;
    position: absolute;
    bottom: -40px;
    left: 65.5px;
    border-top: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40.9px;
}
.section_blockquote_content p{
	font-size: 21.53px;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.6;
	text-align: center;
	color: #ffffff;
	margin: 0px 0px;
	padding-bottom: 21px;
}
.section_blockquote_content .name{
	display:block;
	font-size: 15.38px;
	font-weight: 500;
	line-height: 1.2;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}
.section_blockquote_content .position{
	display:block;
	font-size: 15.38px;
	font-weight: 300;
	line-height: 1.5;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
}

@media (max-width: 768px) {
	.section_blockquote_content{
		padding-top:30px;
		padding-bottom:30px;
		padding-left:20px;
		padding-right:20px;
	}
	.section_blockquote {
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.section_blockquote_content p {
		font-size: 18px;
	}
	.section_blockquote_content .name,
	.section_blockquote_content .position{
		font-size: 16px;
	}
}



/*Section :: Section Blog Lists (D)
===============================*/
.section_single_blog_post{
	padding-top: 0 !important;
	padding-bottom:0;
	background-color: #F8F8F8;
}
.section_blogs .section_inner{
	max-width: 764px;
	display: block;
}
.section_blogs{
	padding-top: 45px;
	background-color: #F8F8F8;
	overflow: hidden;
}

.section_blog_list{
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	padding-left: 52.28px;
	padding-right: 52.28px;
	padding-top: 38.75px;
	padding-bottom: 16.75px;
	margin-bottom: 41px;
}
.section_blog_list h2,
.section_blog_list h1{
	font-size: 36.9px;
	font-weight: bold;
	line-height: 1.17;
	letter-spacing: normal;
	color: #43464b;
	margin-bottom: 0px;
	padding-bottom: 53px;
}
.section_blog_list h2 a,
.section_blog_list h1 a{
	color: #43464b;
}

.section_blog_list_mata {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 25px;
}
.section_blog_list_mata span{
	font-family: 'Fira Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.4;
	color: #43464b;
}
.section_blog_list_mata span:last-child{
	padding-top: 9px;
}
.section_blog_list_mata img{
	width: 34px;
	height: 34px;
	margin-right: 11px;
}
.section_blogs_image{
	padding-bottom: 36px;
}
.section_blogs_image img{
    border-radius: 10px;
}
.section_blog_list h3{
	font-size:40px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	color: #43464b;
	margin-top: 30px;
	margin-bottom: 49px;
}
.section_blog_list p {
    margin: 0px;
    padding-bottom: 25px;
}
.section_blog_list ol{
	padding-bottom: 23px;
}
.section_blog_list p strong{
	font-weight:500;
}
.section_blog_list li{
	margin:0;
}
.section_blog_list li a{
	text-decoration:underline;
}
.section_blog_list p:first-child{
	padding-top:0px;
}
.section_blog_list a.pf4_button{
	margin-bottom:20px;
	margin-top: 14px;
	display: block;
	width: 100%;
	max-width: 100%;
	background-color: #67D6BF;
	text-transform:uppercase;
}
.section_blog_list a.pf4_button:hover{
	background-color:#01b3e4;
	
}
.section_blog_list_mata + img,
.section_blog_list_mata + p img{
	border-radius: 10px;
	margin-bottom: 20px;
}

.section_blog_list_nav{
    text-align: center;
    padding-top: 4px;
    padding-bottom: 73px;
}
.section_blog_list_nav a{
	width: 50px;
	height: 50px;
	background-color: #acacac;	
	border-radius:50%;
	display:inline-block;
	margin-left:6px;
	margin-right:6px;
	text-align:center;
	line-height:50px;
	font-size: 25px;
	font-weight: bold;
	color:#FFF;
}
.section_blog_list_nav a:hover,
.section_blog_list_nav a.active{
	background-color: #01b3e4;
	color:#FFF !important;
}

.section_single_blog_post .section_blog_list h2{
	font-size:40px;
	font-family: 'Roboto', sans-serif !important;
	font-weight: 500;
	color: #43464b;
	margin-top: 30px;
	margin-bottom: 49px;
	padding-bottom: 0;
}
.section_single_blog_post .section_blog_list h3{
	font-size: 22px;
	margin-top: 23px;
	margin-bottom: 40px;
}
.section_single_blog_post .section_blog_list{
	padding-top: 34px;
	margin-bottom: 0;
	box-shadow: 0 0 0 #000;
	width: 100%;
	box-sizing: border-box;
	max-width: 100%;
}

.section_blog_list_mata span em{
	background-repeat:no-repeat;
	display:inline-block;
	padding-left: 25px;
	margin-left: 40px;
	font-style: normal;
	background-position: 0;
	background-size: 23px;
}
.author_bio{
	display:flex;
	flex-wrap:wrap;
	padding-top: 11px;
}
.author_bio_image{
	width: 11%;
}
.author_bio_conetnt{
	width: 89%;
	box-sizing: border-box;
	padding-left: 40px;
}
.author_bio_image img{
	margin-top: 50px;
}
.author_bio_conetnt h3{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
}

@media (max-width: 980px) {
	.section_blog_list {
		padding-left: 35px;
		padding-right: 35px;
		padding-top: 35px;
		padding-bottom: 35px;
	}
	.section_blog_list h2, 
	.section_blog_list h1 {
		font-size: 28px;
		padding-bottom: 35px;
	}
	.author_bio{
		padding-top:0;
	}
	.author_bio_image{
		width:100%;
	}
	.author_bio_conetnt{
		padding-left:0;
		padding-top:30px;
	}
	.section_single_blog_post .section_blog_list h2{
		font-size:32px;
		margin-bottom:30px;
	}
	.section_single_blog_post .section_blog_list h3{
		font-size:28px;
		margin-bottom:20px;
		margin-top:0;
	}
	.section_blog_list a.pf4_button{
		padding-left:20px;
		padding-right:20px;
	}
}
@media (max-width: 768px) {
	.section_blog_list h2, 
	.section_blog_list h1 {
		padding-bottom: 25px;
	}
	.section_blog_list_mata {
		padding-bottom: 20px;
	}
	.section_blogs_image {
		padding-bottom: 20px;
	}
}

@media (max-width: 600px) {
	.section_blog_list_mata span em{
		display:block;
		margin-left:0;
		margin-top:10px
	}
	.section_blog_list_mata + img, .section_blog_list_mata + p img{
		margin-bottom:0;
	}
}


/*Section :: bootcamps (D)
===============================*/
.library-sections{
	padding-top: 32px;
}
.section_bootcamps{
	padding-top:43px;
	padding-bottom:31px;
	background-color: #F8F8F8;
}
.library-sections .section_inner,
#section-store_builder .section_inner{
	max-width: 764px;
}
.section_bootcamp_lists{
    max-width: 1240px;
    margin: 0px auto;
    padding-bottom: 18px;
}
.section_bootcamp_list_title{
	
}
.section_bootcamp_list_title h1,
.section_bootcamp_list_title h2{
    font-weight: bold;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #68d6c0;
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 9px;
    margin-bottom: 37px;
    font-size: 31px;
}
.section_bootcamp_item{
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 47px 30px 40px 30px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
}
.section_bootcamp_item_left{	
	width: 45.4%;
}
.section_bootcamp_item_left img{
	margin: 0;
}
.section_bootcamp_item_right{
    width: 54.6%;
    padding-left: 40px;
    margin-top: 10px;
}
.section_bootcamp_item_right h4{
    margin-top: 0;
    font-size: 19.5px;
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: 0.6px;
    color: #43464b;
    margin-bottom: 26px;
    display: flex;
}
.section_bootcamp_item_right h4 span{
    padding-right: 30px;
    display: inline-block;
    clear: both;
}
.section_bootcamp_item_right h4 img{
    margin-top: -15px;
    min-width: 48px;
    max-width: 58px;
}
.section_bootcamp_item_right p{
    margin: 0px;
    font-size: 18.75px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: #43464b;
    padding-bottom: 22.5px;
}
.section_bootcamp_item_right .pf4_button{
    max-width: 100%;
    margin-top: 26px;
    padding: 17px 55px 13.5px 55px;
    border-radius: 3px;
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
}
.section_bootcamp_item_right .pf4_button.lets_go{
	background-color: #7adac7;
}
.section_bootcamp_item_right .pf4_button.lets_go:hover{
	background-color: #01b3e4;
}
@media (max-width: 980px) {
	.section_bootcamp_item {
		padding: 50px;
	}
	.section_bootcamp_item_left {
		width: 100%;
	}
	.section_bootcamp_item_left img {
		width: 100%;
		margin-bottom: 30px;
	}
	.section_bootcamp_item_right {
		width: 100%;
		padding-left: 0px;
	}
}
@media (max-width: 768px){
	.section_bootcamp_item {
		padding: 30px;
	}
}
@media (max-width: 550px) {
	.section_bootcamp_item_right h4 span{
		display:none;
	}
}





/*Section :: Section Contact (D)
===============================*/
.section_contact{
    background-color: #f8f8f8;
    padding-top: 61px;
    padding-bottom: 5px;
}
.section_contact .section_inner{
	max-width: 840px;
	box-sizing:border-box;
}
.section_contact_left{
	width:50%;
	padding-right: 40px;
}
.section_contact_left h1{
    font-size: 30.75px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 1px;
    color: #52d1b7;
    padding-bottom: 3px;
}
.section_contact_right{
    width: 50%;
    padding-left: 40px;
    padding-top: 19px;
}
.section_contact_right form div{
    padding-bottom: 21px;
}
.section_contact_right form div label{
    display: block;
    font-size: 15.38px;
    font-weight: bold;
    line-height: 1.32;
    letter-spacing: 0.3px;
    color: #525252;
    padding-bottom: 8px;
    text-transform: uppercase;
}
.section_contact_right form div input{
    height: 37px;
    border: solid 2px #a5a5a5;
    background-color: #ffffff;
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
}
.section_contact_right form div textarea{
    height: 197.9px;
    border: solid 2px #a5a5a5;
    background-color: #ffffff;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 15px;
    padding-bottom: 21px;
    margin-bottom: -13px;
}
.section_contact_right form div input[type="submit"]{
    max-width: 100%;
    position: relative;
    display: block;
    margin: 0px auto;
    box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
    background-color: #01b3e4;
    font-family: 'Roboto', sans-serif;
    font-size: 14.76px;
    font-weight: bold;
    line-height: 1.32;
    letter-spacing: 0.3px;
    text-align: center;
    color: #FFF !important;
    padding: 17px 40px 14px 40px;
    height: auto;
    border: solid 1px #a5a5a5;
    text-transform: uppercase;
}
.section_contact_right form div input[type="submit"]:hover{
	background-color: #68d6c0;
    color: #FFF !important;
}

@media (max-width: 980px) {
	.section_contact_left ,
	.section_contact_right{
		width:100%;
		padding-left: 0px;
		padding-right:0px;
	}
	.section_contact {
		padding-top: 55px;
	}
}
@media (max-width: 768px) {
	
}



/*Section :: Section Thank You
===============================*/
.section_thankyou{
    padding-top: 77px;
}
.section_thankyou .section_image_text_right{
	padding-top: 0;
	margin-top: -8px;
	padding-right: 0px;
	padding-left: 131px;
	width: 66%;
}
.section_thankyou .section_image_text_right h1.h2{
    padding-bottom: 50px;
    margin-bottom: 7px;
    padding-left: 20px;
}
.section_thankyou .section_image_text_right a{
	color: #01b3e4;
}
.section_thankyou .section_image_text_right p {
    padding-bottom: 15px;
    padding-left: 0;
}
.section_thankyou .section_it_button{
    padding-top: 51px;
    padding-bottom: 51.5px;
}
@media (max-width: 1200px){
	.section_thankyou .section_image_text_left{
	width: 40%;

	}
	.section_thankyou .section_image_text_right{
		width: 60%;
		padding-left: 50px;
	}
}
@media (max-width: 980px){
	.section_thankyou .section_image_text_right{
		width:100%;
		padding-left: 0;
	}
	.section_thankyou .section_it_button{
		padding-top: 10px;
		padding-bottom: 50px;
	}
	.section_thankyou{
		padding-top:50px;
	}
	.section_thankyou .section_image_text_right h1.h2{
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
}





/*Section :: Section footer
===============================*/
#section-footer{
    background-color: #68d6c0;
    padding-top: 14px;
}
#section-footer .section_inner{
	max-width: 1000px;
}
#section-footer .footer{
	background-color:transparent !important;
	font-size: 14px;
	font-weight: 300;
	width: 100%;
	text-align: left;
}
.footer-top{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    padding-bottom: 17px;
}
.footer-top h4{
	font-size: 14px;
	font-weight:500;
	letter-spacing: 0.4px;
	color: #43464b;
	margin-bottom: 14px;
}
.footer-top ul{
	margin:0px;
	padding:0px;
}
.footer-top ul li{
	list-style:none;
	font-family: 'Fira Sans', sans-serif;
	color: #43464b;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: 400;
}
.footer-top ul li a{
	color: #43464b;
}
.footer-top ul li a:hover{
	color:#fff !important;
}
.footer_col_1{
    width: 65%;
    padding-top: 2px;
    line-height: 1.75;
}
.footer_col_1 img{
	margin-bottom: 0px;
	width: 56px;
}
.footer_col_1 p{
    margin: 0px;
    padding-top: 20px;
    padding-bottom: 7px;
    max-width: 440px;
    font-weight: 400;
}
.footer_col_2{
	width: 21%;
	padding-left:63px;
}
.footer_col_3{
	width: 14%;
	padding-left:63px;
}

.footer-bottom{
	width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 1px;
    padding-top: 9px;
}
.footer-bottom_left,
.footer-bottom_right{
    font-family: 'Fira Sans', sans-serif;
    color: #43464b;
    font-size: 13px;
    width: 50%;
    font-weight: 400;
}
.footer-bottom_left p{
	margin:0;
}
.footer-bottom_right{
	text-align:right;
}
.footer-bottom_left a,
.footer-bottom_right a{
	color: #43464b;
}
.footer-bottom_left a:hover,
.footer-bottom_right a:hover{
	color: #ffffff !important;
}
.footer-bottom_left a{
	margin-left: 34px;
}
.footer-bottom_right a{
	margin-left:20px;
	margin-right:20px;
}
.footer-bottom_right a:last-child{
	margin-right:0px;
}
@media (max-width: 1200px){
	.footer_col_1{
		width:50%;
	}
	.footer_col_2{
		width:25%;
	}
	.footer_col_3{
		width:25%;
	}
}
@media (max-width: 1080px){
	.footer-bottom_left, 
	.footer-bottom_right{
		width:100%;
		text-align:center;
	}
	.footer-bottom_left p{
		margin-bottom:10px;
	}
}
@media (max-width: 980px) {
	.footer_col_1{
		width:55%;
	}
	.footer_col_2{
		width:25%;
		padding-left: 30px;
	}
	.footer_col_3{
		width:20%;
		padding-left: 30px;
	}
}
@media (max-width: 900px){
	.footer_col_1{
		width:100%;
		padding-bottom:20px;
	}
	.footer_col_2{
		width: 30%;
		padding-left: 0;
	}
	.footer_col_3{
		width: 30%;
		padding-left: 50px;
	}
}
@media (max-width: 600px) {
	.footer_col_1{
		width:100%;
	}
	.footer_col_2{
		width: 40%;
	}
	.footer_col_3{
		width: 40%;
	}
	.footer-bottom_left a{
		display:block;
		margin:5px;
	}
	.footer-bottom_right a{
		margin:0;
	}
}
@media (max-width: 450px) {
	.footer_col_2{
		width: 100%;
		padding-bottom:30px;
	}
	.footer_col_3{
		width: 100%;
		padding-left:0;
	}
}



/*Two Steps Popup
===============================*/
.pf4_custompopup_style{

}
.pf4_custompopup_style .pop__inner{
	background-color:#fff6;
}

.pf4_custompopup_style .pop__body,
#kajabi-form .kajabi-modal__content{
	padding: 35px 48px !important;
	box-shadow: 7px 7px 7px 0 rgba(0, 0, 0, 0.16);
	border: solid 3px #a7a7a7;
	background-image: linear-gradient(to right, #68d6c0, #01b3e4) !important;
	max-width: 610px !important;
	border-radius:0 !important;
}
.pf4_custompopup_style .pop__body_in,
#kajabi-form .kajabi-modal__content form.kajabi-form--form{
	background-color:#FFFFFF;
	padding: 24px 43px;
}
.pf4_custompopup_style .pop__body img{
	margin:0 auto;
	margin-bottom: 30px;
}
.pf4_custompopup_style .pop__body--inner{
	padding: 0;
}
.pf4_custompopup_style h3,
#kajabi-form .kajabi-modal__content .kajabi-form__title{
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 1px;
  text-align: center;
  color: #52d1b7;
  margin-bottom: 5px;
}
.pf4_custompopup_style p,
#kajabi-form .kajabi-modal__content p{
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  text-align: center;
  color: #43464b;
  margin-top: 12px;
}
.pf4_custompopup_style form{
	padding-top: 1px;
}
.pf4_custompopup_style .form-control,
#kajabi-form .kajabi-modal__content input[type="text"],
#kajabi-form .kajabi-modal__content input[type="email"]{
	border: solid 2px #a5a5a5 !important;
	font-size: 15px !important;
	font-weight: 300;
	background-color:#ffffff;
	border-radius:0;
	padding: 13px 14px !important;
	height: auto;
}
body .pf4_custompopup_style .btn,
body #kajabi-form .kajabi-modal__content button{
	background-color: #01b3e4 !important;
	border:0;
	border-radius:0;
	font-size: 15px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.32;
	letter-spacing: 0.3px;
	font-family: Roboto;
	text-transform: uppercase;
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16);
	height: auto;
}
#kajabi-form .kajabi-modal__content .kajabi-form__content{
	width:100%;
	max-width: 100%;
}
#kajabi-form .kajabi-modal__close{
	color: #ffffff !important;
	top: -9px !important;
	right: 8px !important;
	font-weight: 300 !important;
}

@media (max-width: 768px){
	.pf4_custompopup_style .pop__body,
	#kajabi-form .kajabi-modal__content{
		padding: 10px 10px;
	}
	.pf4_custompopup_style .pop__body_in,
	#kajabi-form .kajabi-modal__content form.kajabi-form--form{
		padding:10px;
	}
	.pf4_custompopup_style h3,
	#kajabi-form .kajabi-modal__content .kajabi-form__title{
		font-size: 22px;
	}
	.pf4_custompopup_style p,
	#kajabi-form .kajabi-modal__content p{
		font-size: 14px;
	}
	.pf4_custompopup_style .form-control,
	#kajabi-form .kajabi-modal__content input[type="text"],
	#kajabi-form .kajabi-modal__content input[type="email"]{
		font-size:14px !important;
	}
	.pf4_custompopup_style .btn,
	#kajabi-form .kajabi-modal__content button{
		font-size:14px;
	}
}




/*Section :: Course Hero
===============================*/
.section_course_hero{
    padding-bottom: 64px;
}
.section_course_hero h3{
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 2px;
    text-align: center;
    color: #43464b;
    padding-top: 55px;
    padding-bottom: 0px;
}

@media (max-width: 950px) {
	.section_hero_content2 h3 {
		padding-top: 40px;
	}
	.section_hero_content2 a.pf4_button {
		margin-top: 35px;
	}
}


/*Section :: Section Image Text Style 3
===============================*/
.section_image_text3{
    padding-top: 98px;
}
.section_image_text3 .section_inner{
	max-width:920px;
}
.section_image_text3_left {
    width: 50%;
    padding-left: 45px;
    padding-top: 40px;
}
.section_image_text3 h2.h2{
    padding-bottom: 50px;
    margin-bottom: 15px;
}
.section_image_text3_left img {
    margin: 0px auto;
}
.section_image_text3_right {
    padding-right: 40px;
    width: 50%;
}
.section_image_text3_right p {
    margin: 0px;
    padding-bottom: 17px;
    padding-left: 20px;
}

@media (max-width: 980px) {
	.section_image_text3{
		padding-top:50px;
	}
	.section_image_text3_left{
		display:none;
	}
	.section_image_text3_right {
		width: 100%;
		padding-right: 0px;
	}
	.section_image_text3 h2.h2 {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.section_image_text3_right img.mobile_only{
		margin-bottom: 20px;
		display: block;
	}
	.section_image_text3_right p {
		padding-left: 0px;
	}
}

/*Section :: Section Image Text Style 4
===============================*/
.section_image_text4{
    padding-top: 101px;
    padding-bottom: 78px;
}
.section_image_text4 .section_inner{
	max-width:930px;
}
.section_image_text4_left {
    width: 49%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 8px;
    text-align: center;
}
.section_image_text4_video{
    box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
}
.section_image_text4 h2.h2{
    padding-bottom: 49px;
    margin-bottom: 15px;
}
.section_image_text4_left img {
    margin: 0px auto;
}
.section_image_text4_right {
    width: 51%;
    padding-left: 70px;
}
.section_image_text4_right p {
    margin: 0px;
    padding-bottom: 18px;
    padding-left: 20px;
}
@media (max-width: 980px) {
	.section_image_text4{
		padding-top:20px;
		padding-bottom:40px;
	}
	.section_image_text4_left{
		width: 100%;
		margin-bottom: 30px;
	}
	.section_image_text4_right {
		width: 100%;
		padding-left: 0px;
	}
	.section_image_text4 h2.h2 {
		padding-bottom: 0px;
		margin-bottom: 20px;
	}
	.section_image_text4_right .section_image_text_video.mobile_only{
		margin-bottom: 20px;
	}
	.section_image_text4_right p {
		padding-left: 0px;
	}
}


/*Section :: Section Three Box
===============================*/
.section_three_box{
    background-color: #f8f8f8;
    padding-top: 62px;
    padding-bottom: 50px;
}
.section_three_box .section_inner{
	max-width: 980px;
}
.section_three_box_col{
    width: 33.33%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
}
.section_three_box_col img{
	height: 61px;
}
.section_three_box_col h2{
    letter-spacing: 1px;
    color: #68d6c0;
    padding-top: 19px;
    padding-bottom: 0px;
    margin-bottom: 0;
}
.section_three_box_col p{
	margin-top: 13px;
	margin-bottom: 13px;
}
@media (max-width: 980px) {
	.section_three_box_col {
		width: 100%;
		text-align: center;
		padding-left: 0px;
		padding-right: 0px;
		padding-bottom: 30px;
	}
	.section_three_box {
		padding-bottom: 30px;
	}
}



/*Section :: Section Course Content
===============================*/
.section_course_content{
	padding-top: 53px;
}
.section_course_content .section_inner{
	display:block;
	max-width: 840px;
}
.section_course_content .section_inner h2{
	letter-spacing: 1px;
	text-align: center;
	color: #68d6c0;
	display:block;
}
.section_course_content_lists{
	text-align:left;
	/* width:1362px; */
	margin:0px auto;
	padding-top: 6px;
}
.section_course_content_list{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	box-sizing:border-box;
	padding-top: 21px;
	padding-bottom: 22px;
	border-bottom: 1px solid #e0e0e0;
}
.section_course_content_list:last-child{
	border-bottom: 0px solid #e0e0e0;
}
.section_course_content_list_left{
	width: 16.5%;
	padding-left: 0;
	padding-top: 6px;
}
.section_course_content_list_left span{
	font-size: 12.3px;
	font-weight: bold;
	line-height: 1.5;
	letter-spacing: 2px;
	color: #e4e4e4;
	font-family: 'Fira Sans', sans-serif;
	display: block;
}
.section_course_content_list_left strong{
    /* max-width: 80px; */
    font-size: 46.13px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 1.5px;
    color: #e4e4e4;
    font-family: 'Fira Sans', sans-serif;
    padding-top: 8px;
    display: block;
    padding-left: 11px;
}
.section_course_content_list_right{
	width: 83.5%;
	padding-right: 20px;
}
.section_course_content_list_right h4{
	font-size: 19.45px;
	font-weight: 500;
	line-height: 1.3;
	letter-spacing: normal;
	text-align: left;
	color: #43464b;
	font-family: 'Roboto', sans-serif;
	margin-bottom: 0px;
	padding-bottom: 8px;
}
.section_course_content_list_right p{
	margin: 0px;
	font-size: 15.38px;
	line-height: 1.6;
	color: #5C5F64;
}

.section_course_content .section_it_button{
	padding-top: 38px;
	padding-bottom: 89px;
}

@media (max-width: 980px) {
	.section_course_content_lists {
		padding-top: 0px;
	}
	.section_course_content .section_inner h2 {
		margin-bottom: 0px;
	}
	.section_course_content_list_left {
		width: 100%;
		padding-left: 0px;
		padding-top: 0px;
		padding-bottom: 15px;
	}
	.section_course_content_list_right {
		width: 100%;
		padding-right: 0px;
	}
	.section_course_content .section_it_button {
		padding-top: 10px;
		padding-bottom: 80px;
	}
}


/*Section :: Section Instructor
===============================*/
.section_your_instructor{
	background-color: #f8f8f8;
	padding-top: 51px;
	padding-bottom: 67px;
}
.section_your_instructor .section_inner{
	max-width:880px;
}
.section_your_instructor h2{
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #68d6c0;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 57px;
}
.section_your_instructor_left{
    width: 48.5%;
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 0px;
    text-align: center;
    box-sizing: border-box;
    padding-right: 129px;
}
.section_your_instructor_left img{
	box-shadow: 3px 3px 6px 0 rgba(0, 0, 0, 0.16)
}
.section_your_instructor_right{
    width: 51.5%;
    padding-top: 31px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
}
.section_your_instructor_right p img{
	max-width:80px;
}
.section_your_instructor_right p{
	margin: 0px;
	padding-bottom: 17px;
}
@media (max-width: 980px) {
	.section_your_instructor{
		padding-bottom:30px;
	}
	.section_your_instructor_left,
	.section_your_instructor_right{
		width:100%;
	}
	.section_your_instructor_left {
		padding-right: 0px;
		text-align: left;
	}
	.section_your_instructor_right {
		padding-top: 30px;
	}
	.section_your_instructor h2 {
		text-align: left;
		padding-bottom: 20px;
	}
}



/*Section :: Section Parents
===============================*/
.section_parents{
    background-color: transparent;
    padding-top: 90px;
    padding-bottom: 5px;
}
.section_parents .section_inner{
	max-width: 847px;
}
.section_parents h2{
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #68d6c0;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 32px;
}
.section_parents_slider{
	max-width: 466px;
	width:86%;
	margin:0px auto;
}
.section_parents_slider_list{
	padding-top: 50px;
	padding-bottom: 50px;
}
.section_parents_slider_item{
    border: solid 6px #01b3e4;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.section_parents_slider_item .icon{
    width: 150px;
    height: 70px;
    display: block;
    margin: 0px auto;
    clear: both;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 72px;
    margin-top: -37px;
    margin-bottom: 22px;
    background-color: #FFF;
}
.section_parents_slider_item p{
    margin: 0px;
    padding-bottom: 17px;
}
.section_parents_slider_item strong {
    font-weight: 600;
}
.section_parents_slider_item .pt4_youtube{
	margin-top: 3px;
	display: inline-block;
	margin-bottom: 0px;
}
.section_parents_slider_item .pt4_youtube:before{
    top: 6px;
}
.section_parents_slider .section_reviews_col_info{
	background-color:#fff;
}
.section_parents_slider__info{
    margin: 0px auto;
    background-color: #FFF;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 22px;
    margin-bottom: -73px;
    display: flex;
    flex-wrap: wrap;
    max-width: max-content;
}
.section_parents_slider__info span {
    display: block;
    line-height: 1.33;
    letter-spacing: 0.6px;
    color: #a5a5a5;
    clear: both;
    text-align: center;
    width: 100%;
}
.section_parents_slider__info .pt4__name {
    font-weight: 600;
    line-height: 1.33;
    letter-spacing: 0.6px;
    color: #a5a5a5;
    padding-bottom: 9px;
}
.section_parents_slider__info .pt4__type {
    color: #a5a5a5;
    font-size: 28px;
    font-weight: 400;
    padding-bottom: 5px;
}
.section_parents_slider__info .pt4__star {
    padding-top: 8px;
}
.section_parents_slider__info .pt4__star img {
    max-width: 100%;
    height: auto;
    margin: 0px auto;
}

.section_parents_slider .slick-prev,
.section_parents_slider .slick-next{
	width:42px;
	height:72px;
	display:block;
}
.section_parents_slider .slick-prev{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    left: -160px;
}
.section_parents_slider .slick-next{
    background-position: center;
    background-repeat: no-repeat;
    background-size: 24px;
    right: -160px;
}
.section_parents .slick-prev:before, 
.section_parents .slick-next:before{
	display:none;
}
.section_parents_slider .slick-dots{
	display:none;
}

@media (max-width: 980px) {
	.section_parents {
		padding-top: 70px;
	}
	.section_parents_slider .slick-prev{
		background-size: 20px;
		left: -60px;
	}
	.section_parents_slider .slick-next{
		background-size: 20px;
		right: -60px;
	}
}



/*Section :: Section Summary
===============================*/
.section_summary{
    background-color: transparent;
    padding-top: 85px;
    padding-bottom: 114px;
}
.section_summary .section_inner{
	max-width:950px;
}
.section_summary h2{
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #68d6c0;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 75px;
}
.section_summary_in{
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
}
.section_summary_left{
    width: 70.8%;
    padding-right: 80px;
    padding-top: 45px;
}
.section_summary_right{
	width: 29.2%;
	padding-top: 0;
}
.section_summary_right h4{
    font-size: 19px;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: #43464b;
    padding-bottom: 0px;
    font-family: Roboto !important;
}
.section_summary_right ul{
    margin: 0px;
    padding: 0px;
    padding-bottom: 20px;
}
.section_summary_right ul li{
    position: relative;
    margin: 0px;
    margin-bottom: 14px;
    padding-left: 40px;
    list-style:none;
}
.section_summary_right ul li:before{
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    position: absolute;
    width: 25px;
    height: 25px;
    display: block;
    left: 0px;
    top: 3px;
}
@media (max-width: 1080px){
	.section_summary_left {
		width: 60%;
		padding-right:40px;
	}
	.section_summary_right {
		width: 40%;
	}
}
@media (max-width: 980px) {
	.section_summary {
		padding-top: 20px;
		padding-bottom:40px;
	}
	.section_summary_right h4{
		padding-bottom:10px;
		padding-top:30px
	}
	.section_summary_left {
		width: 100%;
		padding-right: 0px;
		padding-top: 0px;
	}
	.section_summary_right {
		width: 100%;
	}
	.section_summary h2{
		padding-bottom:30px;
	}
}






/*Section :: Section Questions
===============================*/
.section_questions{
	background-color: #f8f8f8;
	padding-top: 56px;
	padding-bottom: 46px;
}
.section_questions .section_inner{
	max-width:620px;
}
.section_questions h2 {
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #68d6c0;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 6px;
}

.pf4_section12_faq{
    padding-top: 27px;
    width: 1004px;
    margin: 0px auto;
}
.pf4_section12_faq_item {
    padding-left: 18px;
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    margin-bottom: 14px;
    padding-top: 10px;
    padding-right: 14px;
    padding-bottom: 10px;
}
.pf4_section12_faq h4{
    cursor: pointer;
    position:relative;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.12;
    letter-spacing: 0.5px;
    text-align: left;
    color: #43464b;
    margin-bottom: 0px;
}
.pf4_section12_faq h4:after{
    content: "+";
    position: absolute;
    font-weight: 500;
    font-size: 21px;
    right: -2px;
    top: -2px;
    font-family: 'Fira Sans', sans-serif;
}
.pf4_section12_faq h4.active{	
	border-bottom: 2px solid #dadada;	
	padding-bottom: 13px;	
	font-weight: 400;
}
.pf4_section12_faq h4.active:after {
    content: "-";
    font-size: 28px;
    top: -5px;
}
.pf4_section12_faq .pl4_accordion_content {
    display: none;
}
.pf4_section12_faq .pl4_accordion_content p{
    margin: 0px;
    padding-top: 20px;
}
.pf4_section12_faq .pl4_accordion_content.active {
    display: block;
    margin-bottom: 0px;
    font-size: 15.38px;
    padding-bottom: 5px;
}




/*Section :: Section limited Time
===============================*/
.section_limited_time{
    background-color: transparent;
    padding-top: 40px;
    position:relative;
    padding-bottom: 39px;
}
.section_limited_time .section_inner{
	max-width:680px;
}
.section_limited_time:before {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
    opacity: 0.8;
    background-image: -moz-linear-gradient(to right, #68d6c0, #01b3e4);
    background-image: -webkit-linear-gradient(to right, #68d6c0, #01b3e4);
    background-image: -webkit-gradient(linear, 100% 0, 0 0, from(#68d6c0), to(#01b3e4));
    background-image: -o-linear-gradient(to right, #68d6c0, #01b3e4);
    background-image: linear-gradient(to right, #68d6c0, #01b3e4);
}
.section_limited_time .section_inner{
	z-index:1;
	position:relative;
	background-color:#FFF;
	text-align:center;
	padding-top: 43px;
	padding-bottom: 45px;
	padding-left: 67px;
	padding-right: 67px;
}

.section_limited_time .section_inner h2{
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #68d6c0;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 27px;
}
.section_limited_time_in{
	width:100%;
}
.section_limited_time_in .pf4_button{
	margin-top: 36px;
}
.section_limited_time .countdown__items{
	display: flex;
	flex-wrap:wrap;
}
.section_limited_time .countdown__item{
	width:25%;
}
.section_limited_time .countdown__item strong{
	font-family: Fira Sans !important;
	font-size: 30.73px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.42;
	letter-spacing: 0.5px;
	text-align: center;
	color: #52d1b7;
	display: inline-block;
}
.section_limited_time .countdown__item span{
	font-family: Fira Sans !important;
	font-size: 12.3px;
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
	letter-spacing: 1px;
	text-align: center;
	color: #43464b;
	display: inline-block;
}
@media (max-width: 950px) {
	.section_limited_time .section_inner {
	    padding-top: 37px;
		padding-bottom: 55px;
		padding-left: 37px;
		padding-right: 37px;
	}
}



/*Section :: Section limited Time
===============================*/
.section_students_purchased{
    background-color: transparent;
    padding-top: 64px;
    position:relative;
    padding-bottom: 77px;
}

.section_students_purchased .section_inner{
	max-width: 1042px;
}
.section_students_purchased .section_inner h2{
    width: 100%;
    letter-spacing: 1px;
    text-align: center;
    color: #68d6c0;
    display: block;
    margin-bottom: 0px;
    padding-bottom: 40px;
}
.section_students_purchased_in{
	display:flex;
	flex-wrap:wrap;
	box-sizing:border-box;
	width:100%;
}
.section_students_purchased_col{
	width:33.33%;
	padding-left: 16px;
	padding-right: 16px;
}
.section_students_purchased_col_in{
    height: 177px;
    padding: 21px 21px 21px 21px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.section_students_purchased_col_in:before{
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    content: "";
	opacity: 0.7;
	box-shadow: 5px 5px 10px 0 rgba(0, 0, 0, 0.16);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #000000);
}
.section_students_purchased_col_in span{
    background-position: 20px 0px;
    background-repeat: no-repeat;
    background-size: 33px;
    position: absolute;
    left: 5px;
    bottom: 22px;
    margin-left: 0px;
    display: block;
    width: 100%;
    padding-left: 70px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 18.45px;
    line-height: 1.43;
    letter-spacing: 0.6px;
    color: #f8f8f8;
    font-weight: 500;
    padding-right: 20px;
    padding-bottom: 5px;
}


@media (max-width: 980px) {
	.section_students_purchased_in{
		max-width:400px;
		margin:0 auto;
	}
    .section_students_purchased {
        padding-top: 60px;
        padding-bottom: 30px;
    }
    .section_students_purchased_col {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
        margin-bottom: 40px;
    }
}



/*Section :: Section Thank you Footer
===============================*/
#section-footer.section_thankyou_footer{
    background-color: #FFF;
    padding-top: 0px;
}
#section-footer.section_thankyou_footer .section_inner{
    border-top: 1px solid #ababab;
}
#section-footer.section_thankyou_footer .footer {
    background-color: transparent !important;
    font-size: 20px;
    width: 100%;
    font-weight: 300;
    padding-top: 3px;
}
#section-footer.section_thankyou_footer .footer-bottom_left a:hover, 
#section-footer.section_thankyou_footer .footer-bottom_right a:hover{
    color: #01b3e4 !important;	
}