* {
	outline: none;
	outline: hidden;
}
.btn:active {
	outline: none;
	border: none;
}
body {
	font-family: 'Lato', sans-serif, "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #000;
}
#menu-toggle {
	color: #c8b8a8;
	display: inline-block;
	font-weight: 400;
	left: 10px;
	letter-spacing: 3px;
	margin-top: 10px;
	text-decoration: none;
	top: 0;
	z-index: 99999;
}
.toggle {
	margin: 0 10px 0;
}
.btn-dark {
	border-radius: 50%!important;
	color: #fefefe!important;
	border: 1px solid #c8b8a8!important;
	padding: 4px 10px!important;
	height: 38px!important;
	width: 38px!important;
	text-align: center!important;
	margin-top: -3px!important;
	padding-top: 6px!important;
	padding-left: 9px!important;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	color: #fff;
}
.btn-light {
	border-radius: 0;
	color: #fff;
}
.btn-light:hover, .btn-light:focus, .btn-light:active {
	color: #fff;
}
.one-line {
	height: 1px;
	width: 18px;
	background-color: #fefefe;
	display: block;
	clear: both;
	margin: 5px auto;
}
#wrapper {
	padding-left: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	font-family: 'Lato', sans-serif;
	background: #000;
	overflow: hidden;
}
#wrapper.toggled {
	padding-left: 250px;
}
#sidebar-wrapper {
	z-index: 1000;
	position: fixed;
	width: 0;
	height: 100%;
	margin-left: -250px;
	overflow-y: auto;
	background: #000;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
	width: 250px;
}
#page-content-wrapper {
	width: 100%;
	position: absolute;
	background: #fff;
}
#wrapper.toggled #page-content-wrapper {
	position: absolute;
	margin-right: -250px;
}
.home {
	position: relative;
}
.toop-header {
	background: rgba(0,0,0,0.8);
	height: 110px;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999;
	font-family: 'Lato', sans-serif;
}
.toop-header .form-group .form-control {
	background-color: inherit;
	border: 1px solid #a4a0a9;
	border-radius: 30px;
	color: #fefefe;
	font-size: 12px;
	font-weight: 300;
	padding: 12px 20px;
	height: inherit;
	font-family: 'Lato', sans-serif;
}
.toop-header .form-group.sub-inpu .form-control {
	width: 68%;
	float: left;
	margin-right: 13px;
	font-family: 'Lato', sans-serif;
}
.toop-header .form-group.sub-inpu .btn {
	float: left;
}
.toop-header .form-group.sub-inpu .btn.btn-success {
	color: #fff;
	background-color: #86bc10;
	border-radius: 50%;
	padding: 11px 15px;
}
.toop-header .form-group.sub-inpu .btn.btn-success:hover {
	background-color: #97cf1c;
}
.phone-no {
	color: #fefefe;
	font-weight: 300;
	font-size: 22px;
	font-family: 'Lato', sans-serif;
}
.toop-header-no-ad {
	padding-top: 20px !important;
	height: 80px;
}
.header-toop {
	padding-top: 20px !important;
    height: 80px;
	/*padding-top: 0px !important;*/
	/*height: 110px;*/
}
.phone-no span {
	border: 1px solid #a9a5a3;
	height: 43px;
	/*width: 40px;
	line-height: 45px;
	display: inline-block;*/
	text-align: center;
	border-radius: 50%;
}
.aleft {
	text-align: left;
}
.owl-carousel {
	position: relative;
	height: 650px;
}
.owl-carousel div:not(.owl-controls) {
	height: 100%;
}
.owl-carousel .owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
div.owl--text {
	position: absolute;
	top: 50%;
	left: 0;
	width: 600px;
	right: 0;
	text-align: left;
	margin: 0 auto;
	font-family: 'Lato', sans-serif;
	z-index: 999;
}
div.owl--text h1 {
	text-align: center;
	font-weight: 300;
	font-size: 24px;
	color: #fefefe;
	line-height: 28px;
	font-family: 'Lato', sans-serif;
	color: rgba(255,255,255,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
}
@-webkit-keyframes pulse {
0% {
box-shadow:0 0 4px #00aeef, inset 0 0 2px #00aeef;
}
50% {
box-shadow:0 0 10px #00aeef, inset 0 0 4px #00aeef;
}
100% {
box-shadow:0 0 4px #00aeef, inset 0 0 2px #00aeef;
}
}
@keyframes pulse {
0% {
box-shadow:0 0 4px #00aeef, inset 0 0 2px #00aeef;
}
50% {
box-shadow:0 0 10px #00aeef, inset 0 0 4px #00aeef;
}
100% {
box-shadow:0 0 4px #00aeef, inset 0 0 2px #00aeef;
}
}
div.owl--text a.button {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	border: solid 1px #017197;
	background: #017197;
	display: inline-block;
	margin-left: 15px;
	margin-right: 15px;
	color: #fff;
	font-size: 22px;
	font-weight: 300;
	margin-top: 50px;
	padding: 20px 25px;
	width: 268px;
	height: 76px;
	position: relative;
	line-height: 30px;
}
div.owl--text a.button:hover, div.owl--text a.button:active {
	text-decoration: none;
	color: #fff;
}
div.owl--text a.button span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
div.owl--text a.button span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
div.owl--text a.button:hover span, div.owl--text a.button:active span {
	padding-right: 30px;
}
div.owl--text a.button:hover span:after, div.owl--text a.button:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}
.owl-carousel .owl-controls {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
}
.owl-carousel .owl-controls .owl-buttons div {
	position: absolute;
	top: 0;
	bottom: 0;
	display: inline-block;
	margin: 0!important;
	width: 33px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	font-size: 0!important;
	border-radius: 0!important;
	color: #FFF;
	background: #017197;
	opacity: inherit;
	text-transform: capitalize;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev {
	left: 0;
	background: url(../img/left-arrow.jpg) no-repeat;
	opacity: 1!important;
}
.owl-carousel .owl-controls .owl-buttons .owl-next {
	right: 0;
	background: url(../img/right-arrow.jpg) no-repeat;
	opacity: 1!important;
}
.start-fee {
    padding: 15px 0;
	background-color: #86bc10;
	width: 100%;
	overflow: hidden;
	z-index: 9999;
}
.socil-icon {
	width: 100%;
	float: left;
}
.socil-icon ul {
	list-style: none;
}
.socil-icon ul li {
	display: block;
	clear: both;
	width: 100%;
	margin: 0;
}
.socil-icon ul li a {
	color: #fff;
}
.socil-icon ul li a:hover {
	color: #000;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.socil-icon ul li a i {
	font-size: 120%;
}
.start-box {
	max-width: 555px;
	margin: 0 auto;
}
.certifcate .start-box {
	max-width: 100%;
}
.start-box a {
	font-size: 22px;
	font-weight: 300;
	background-color: #6c970d;
	color: #fff;
	display: inline-block;
	padding: 6px 40px 6px 0;
	width: 100%;
	line-height: 34px;
	text-align: center;
	transition: padding 0.5s;
	position: relative;
}
.start-box a:hover, .start-box a:active, .start-box a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #9bcc30;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.start-box a .icon-arro {
   /* border:1px solid #fdfefc;*/
	border-radius: 50%;
	height: 34px;
	width: 34px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	float: right;
	right: 30px;
	position: absolute;
	-webkit-animation: mymove 3s;
	-webkit-animation-iteration-count: 3;
	animation: mySlide 0.7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.start-box a:hover {
}
.start-box a:hover .icon-arro {
}
@-webkit-keyframes mySlide {
0% {
-webkit-transform:translateY(-7%);
transform:translateY(-7%);
visibility:visible
}
25% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
50% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
75% {
-webkit-transform:translateY(5px);
transform:translateY(5px)
}
100% {
-webkit-transform:translateY(7%);
transform:translateY(7%)
}
}
@keyframes mySlide {
0% {
-webkit-transform:translateY(-7%);
transform:translateY(-7%);
visibility:visible
}
25% {
-webkit-transform:translateY(-5px);
transform:translateY(-5px)
}
50% {
-webkit-transform:translateY(0);
transform:translateY(0)
}
75% {
-webkit-transform:translateY(5px);
transform:translateY(5px)
}
100% {
-webkit-transform:translateY(7%);
transform:translateY(7%)
}
}
.start-box a .icon-arro i {
	line-height: 30px;
}
.my-slider img {
	height: 662px;
	margin: 0 auto;
	width: 100%;
}
.my-slider ul {
	height: 662px;
	overflow: hidden;
	list-style: none;
}
.my-slider li {
	float: left;
	list-style: none;
}
.bg-one {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4% 0 4% 0;
}
.review-one {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 8% 0 8% 0;
}
#quote-carousel .carousel-inner {
	overflow: hidden;
}
#quote-carousel .carousel-inner .item {
	margin: 0 auto;
	min-height: 280px;
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}
#quote-carousel .carousel-inner .item h1, #quote-carousel .carousel-inner .item h2 {
	font-size: 36px;
	font-weight: 300;
	color: #fefefe;
	text-align: center;
	margin-bottom: 50px;
}
#quote-carousel .carousel-inner .item p {
	font-size: 22px;
	font-weight: 300;
	color: #fefefe;
	text-align: center;
	margin-bottom: 20px;
	line-height: 30px;
}
#quote-carousel .carousel-inner .item .step-a {
	font-size: 14px;
	font-weight: 300;
	color: #fefefe;
	text-align: center;
	padding: 10px 35px;
	border: 1px solid #a3a3a3;
	background-color: rgba(0,0,0,0.4);
	border-radius: 30px;
	text-align: center;
	display: inline-block;
}
#quote-carousel .carousel-inner .item .step-a:hover {
	text-decoration: none;
	border: 1px solid #017197;
	background-color: #017197;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#quote-carousel .carousel-indicators {
	bottom: -40px;
}
#quote-carousel .carousel-inner .modal {
	z-index: 9999;
}
#myModal.step-popup .step-width {
	width: 1170px;
	padding: 0;
	margin-bottom: 0;
	background-color: #59adca;
	border: inherit;
	border-radius: 0;
	box-shadow: inherit;
	overflow: hidden;
}
#myModal.step-popup .step-width .modal-body {
	float: left;
	padding: 30px;
	text-align: center;
}
#myModal.step-popup .step-width .modal-body h3 {
	font-size: 36px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-bottom: 15px;
}
#myModal.step-popup .step-width .modal-body h5 {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-bottom: 25px;
}
#myModal.step-popup .step-width .modal-body p {
	font-size: 14px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
#myModal.step-popup .step-width .modal-body .remove {
	font-size: 14px;
	font-weight: 300;
	color: #fefefe;
	text-align: center;
	padding: 10px 35px;
	border: 1px solid #fefefe;
	background-color: rgba(0,0,0,0.2);
	border-radius: 30px;
	text-align: center;
	opacity: inherit;
	text-shadow: inherit;
	float: none;
	display: inline-block;
	margin-top: 25px;
}
#myModal.step-popup .step-width .modal-body .remove:hover {
	text-decoration: none;
	border: 1px solid #017197;
	background-color: #017197;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#myModal.step-popup .step-width .modal-body .thumbnail {
	padding: 0;
	background-color: inherit;
	border: inherit;
}
.carousel {
	margin: 0 auto;
	padding: 30px;
	max-width: 1170px;
}
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
.carousel-indicators {
	right: 50%;
	top: auto;
	bottom: -45px;
	margin-right: -19px;
}
.carousel-indicators li {
	background: inherit;
	border: 1px solid #b7b7b7;
	margin-right: 10px;
	width: 10px;
	height: 10px;
}
.carousel-indicators .active {
	background: #b7b7b7;
	margin-right: 10px;
	width: 10px;
	height: 10px;
}
.foll-left {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 4% 15% 7% 30%;
	height: 492px;
	position: relative;
	margin: 0!important;
}
.foll-left h4 {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	text-align: left;
	margin-bottom: 30px;
	line-height: 26px;
}
.foll-left p {
	font-size: 14px;
	color: #fff;
	font-weight: 300;
	text-align: left;
	margin-bottom: 15px;
	line-height: 20px;
}
.follow-arrow {
	position: relative;
	top: 70%;
	right: 0;
	z-index: 10;
}
.follow-arrow .follow-a {
	width: 33px;
	height: 124px;
	background-color: #86bc10;
	display: block;
	line-height: 124px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: -1px;
	right: 0;
}
a.selected {
	z-index: 100;
}
.messagepop {
	background-color: #FFFFFF;
	cursor: default;
	position: absolute;
	text-align: right;
	width: 270;
	height: 123px;
	z-index: 50;
	padding: 10px 12px;
	right: 33px;
}
.messagepop h5 {
	color: #666;
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	text-align: left;
}
.messagepop p {
	color: #666;
	font-size: 16px;
	font-weight: 300;
	margin: 4px 0 30px 0;
	text-align: left;
}
.messagepop a {
	padding: 10px 20px;
	border: 1px solid #6d6d6d;
	color: #6d6d6d;
	font-size: 14px;
	font-weight: 300;
	border-radius: 30px;
}
.messagepop a:hover {
	background-color: #86bc10;
	border: 1px solid #86bc10;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.light-section {
	padding: 0 0 0 0;
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}
.light-hub {
	display: block;
	position: relative;
	top: 4px;
	margin: 0 auto;
	max-width: 1170px;
}
.light-bulb {
	position: relative;
	right: 0;
	top: 20px;
}
.light-bulb img {
	height: auto;
	width: 100%;
}
.light-hub h2 {
	font-size: 36px;
	font-weight: 300;
	color: #666;
	text-align: left;
	margin-top: 130px;
	margin-bottom: 30px;
}
.light-hub a.button {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	display: inline-block;
	margin-right: 30px;
	color: #666;
	font-size: 22px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 65px;
	padding: 20px 20px;
	width: 310px;
	height: 76px;
	line-height: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	position: relative;
}
.light-hub a.button:hover, .light-hub a.button:active {
	text-decoration: none;
 color: #fff;
 border-color: #017197;
 background: #017197;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 transition: all 0.4s ease 0s;
}
.light-hub a.button .icon-arro {
//border:1px solid #fdfefc;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	float: right;
	right: 30px;
	position: absolute;
	-webkit-animation: mymove 3s;
	-webkit-animation-iteration-count: 3;
	animation: mySlide 0.7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
transform:rotate(0deg);
}
.light-hub a.button:hover span, .light-hub a.button:active span {
	padding-right: 30px;
}
.light-hub a.button:hover span:after, .light-hub a.button:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 50%;
}
*/.card {
position:relative;
right:50px;
}
.card .img-top {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.blue .img-top {
	display: inline;
}
.gallery .col-md-12 {
	margin: 0;
	padding: 0;
}
.gallery .well {
	min-height: 20px;
	padding: 0;
	margin-bottom: 0;
	background-color: inherit;
	border: inherit;
	border-radius: 0;
	box-shadow: inherit;
}
.gallery .carousel {
	padding: 0;
}
.gallitem {
	height: 351px;
	float: left;
	width: auto;
}
ul.gallery-img {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	list-style: none;
}
ul.gallery-img li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}
#grid-container {
	width: 100%;
	margin: auto;
	overflow: hidden;
}
.grid-item {
	opacity: 0;
	float: left;
	box-sizing: border-box;
}
.grid-item img {
	width: 100%;
	height: 100%;
}
.grid-item.loaded {
	opacity: 1;
	transition: opacity .5s;
}
.grid {
	position: relative;
	clear: both;
	margin: 0 auto;
	padding: 0;
	list-style: none;
	text-align: center;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	height: auto;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
	width: 101%;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}
.grid figure figcaption {
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	text-align: left;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.grid figure figcaption::before, .grid figure figcaption::after {
	pointer-events: none;
}
.grid figure figcaption, .grid figure figcaption>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.grid figure figcaption>a {
	z-index: 1000;
	white-space: nowrap;
	font-size: 0;
	opacity: 1;
	right: 0;
	bottom: 0;
	left: auto;
	top: auto;
}
.grid figure h2 {
	font-weight: 300;
	font-size: 22px;
	padding-left: 10px;
	padding-top: 20px;
}
.grid figure h2 span {
	font-weight: 800;
}
.grid figure h2, .grid figure p {
	margin: 0;
}
.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
.grid figure {
	margin: 0;
}
figure.effect-apollo {
	background: #3498db;
}
figure.effect-apollo img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
figure.effect-apollo figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,174,239,0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -110%, 0);
}
figure.effect-apollo p {
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 20px;
	padding: 0 10px;
	max-width: 300px;
	border-right: 4px solid #fff;
	text-align: right;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
figure.effect-apollo h2 {
	text-align: left;
}
figure.effect-apollo:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
figure.effect-apollo:hover figcaption::before {
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}
figure.effect-apollo:hover p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}
figure.effect-apollo:hover p a, figure.effect-apollo p a {
	display: block;
	width: 100%;
	text-align: right;
	color: #fff;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width:50em) {
.content {
	padding: 0 10px;
	text-align: center;
}
.grid figure {
	display: inline-block;
	float: none;
	margin: 0;
	width: 101%;
}
}
.search-box input[type="text"] {
	height: 50px;
	line-height: 50px;
	width: calc(96% - 120px);
	background: #fff;
	border: none;
	padding: 0 2% 0 6%;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	color: #000;
	font-weight: 600;
	float: left;
}
ul.gallery-img li:first-child {
	width: 33%;
}
ul.gallery-img li:nth-child(2) {
	width: 25%;
}
ul.gallery-img li:nth-child(3) {
	width: 37%;
}
ul.gallery-img li:nth-child(4) {
	width: 5%;
}
ul.gallery-img li:nth-child(5) {
	width: 25%;
}
ul.gallery-img li:nth-child(6) {
	width: 35%;
}
ul.gallery-img li:nth-child(7) {
	width: 25%;
}
ul.gallery-img li:nth-child(8) {
	width: 15%;
}
ul.gallery-img li a {
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	text-align: left;
	display: inline-block;
}
ul.gallery-img li a img {
	text-align: center;
	display: inline-block;
	width: 100%;
	background-size: cover;
}
ul.gallery-img li .btn-gallery {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	top: 0;
	padding-top: 10px;
}
ul.gallery-img li .btn-gallery h2 {
	font-size: 22px;
	color: #fff;
	font-weight: 300;
	margin-left: 15px;
	margin-top: 0;
}
ul.gallery-img li .btn-gallery a {
	font-size: 14px;
	font-weight: 300;
	color: #fefefe;
	text-align: center;
	width: 130px;
	height: 36px;
	line-height: 32px;
	border: 1px solid #a3a3a3;
	background-color: rgba(0,0,0,0.4);
	border-radius: 30px;
	text-align: center;
	display: inline-block;
	position: absolute;
	bottom: 20px;
	right: 15px;
	z-index: 9999;
}
ul.gallery-img li .btn-gallery a:hover {
	text-decoration: none;
	border: 1px solid #fff;
	background-color: #fff;
	color: #017197;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
#gallery .carousel-inner .carousel-control.left {
	background-color: rgba(60,88,98,0.9);
	background-image: inherit;
	width: 76px;
}
#gallery .carousel-inner .carousel-control.right {
	background-color: rgba(60,88,98,0.9);
	background-image: inherit;
	width: 76px;
}
#gallery .carousel-inner .carousel-control.left span {
	left: 28px;
}
#gallery .carousel-inner .carousel-control.right span {
	right: 28px;
}
#gallery .carousel-inner .carousel-control span {
	top: 48%;
	position: absolute;
	opacity: 1;
	font-size: 30px;
}
#gallery .carousel-indicators .active {
	background-color: #fcfcfe;
	border-color: #fcfcfe;
}
#gallery .carousel-indicators li {
	border-color: #fcfcfe;
}
.scroll {
	width: 100%;
	background: #f6f6f6;
	display: inline-block;
	border-top: 1px solid #dcdcdc;
}
.scroll .col-md-12 {
	padding-left: 0;
	padding-right: 0;
}
.scroll .main-scroll {
	position: relative;
	width: 100%;
	left: 0;
	right: 0;
	background-color: #00aeef;
	top: -2px;
	padding-top: 25px;
	height: 420px;
}
.scroll .socil-icon ul li a {
	color: #ccc;
}
.scroll .scroll-image {
	display: block;
	margin-top: 50px;
	position: relative;
	top: 55px;
}
.scroll .scroll-image iframe {
	width: 88%;
	height: 440px;
	margin: 0 auto;
	display: block;
}
.scroll-image {
	max-width: 872px;
	margin: 0 auto;
}
p.scroll-text {
	color: #fcfcfe;
	font-size: 18px;
	font-weight: 300;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto;
	width: 340px;
	text-align: center;
	top: 33px;
	z-index: 99;
	text-transform: uppercase;
	border: solid 1px #fcfcfe;
	padding: 20px 0;
}
p.scroll-text:hover {
	background: #86BC10;
	border: solid 1px #86BC10;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
p.scroll-text a {
	color: #fcfcfe;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
p.scroll-text a:hover {
	color: #000;
	text-decoration: none;
}
p.scroll-text span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
p.scroll-text span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
p.scroll-text:hover span {
	padding-right: 30px;
}
p.scroll-text:hover span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}
.text-img {
	display: inline-block;
	margin: 50px 0 50px;
	width: 100%;
}
.text-img h1, .text-img h2 {
	font-size: 36px;
	font-weight: 300;
	color: #666;
	margin-top: 20px;
}
.text-img a.button {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	display: inline-block;
	margin-right: 30px;
	color: #666;
	font-size: 22px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 20px 20px;
	width: 265px;
	height: 76px;
	line-height: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.text-img a.button:hover, .text-img a.button:active {
	text-decoration: none;
	color: #fff;
	border-color: #017197;
	background: #017197;
}
.text-img a.button span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
.text-img a.button span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -12px;
	transform: rotate(0deg);
}
.text-img a.button:hover span, .text-img a.button:active span {
	padding-right: 30px;
}
.text-img a.button:hover span:after, .text-img a.button:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 50%;
}
.bg-footer {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 40px 0 40px 0;
	margin-top: -5px;
	position: relative;
	z-index: 999;
}
footer .find-course {
	border: 1px solid #fff;
	float: left;
	width: 100%;
	margin-bottom: 25px;
	padding-bottom: 10px;
}
.bg-footer h4 {
	font-weight: 600;
	color: #fdfafa;
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.bg-footer h4 a {
	color: #fdfafa;
	text-decoration: none;
}
.bg-footer h4 a:hover {
	color: #fff;
	text-decoration: none;
}
footer .find-course h2 {
	border-bottom: 1px solid #fff;
	color: #fdf9f9;
	float: left;
	font-size: 22px;
	font-weight: 300;
	margin: 0;
	padding-bottom: 10px;
	padding-left: 30px;
	padding-top: 20px;
	text-align: left;
	width: 100%;
}
footer .find-course h2 .icon-arro {
	border-radius: 50%;
	display: inline-block;
	float: right;
	height: 38px;
	margin-right: 40px;
	text-align: center;
	width: 38px;
}
footer .find-course h2 .icon-arro i {
	line-height: 30px;
}
.footer-menu {
	margin: 20px 0 25px 0;
}
.footer-menu a {
	font-weight: 300;
	color: #fdfafa;
	font-size: 14px;
	display: block;
	clear: both;
	width: 100%;
	line-height: 24px;
}
.footer-menu a:hover {
	color: #ccc;
	text-decoration: none;
}
.footer-menu2 {
	margin: 0;
	color: #fdfafa;
}
.footer-menu2 h4 {
	line-height: 30px!important;
	margin-top: 10px;
	font-weight: 600;
	color: #fdfafa;
	font-size: 14px;
	padding: 0;
}
.footer-menu2 a {
	font-weight: 300;
	color: #fdfafa;
	font-size: 14px;
	display: block;
	clear: both;
	width: 100%;
	line-height: 24px;
}
.footer-menu2 p a {
	display: inline!important;
	clear: none!important;
}
.footer-menu2 a:hover {
	color: #ccc;
	text-decoration: none;
}
.footer-logo {
	margin-top: 25px;
	display: block;
}
$bgColorLiBefore:#7289B6;
$bgColorLiAfter:#9EC337;
$bgColorLi:#2a2929;
$radius:4px;
@mixin transition {
-webkit-transition:all .3s ease-out;
-moz-transition:all .3s ease-out;
-ms-transition:all .3s ease-out;
transition:all .3s ease-out;
}
.link-menu {
	width: 210px;
	margin: 90px auto;
}
.link-menu ul li {
	display: block;
	height: 40px;
	width: 100%;
	margin-bottom: 3px;
	position: relative;
}
.link-menu ul li:last-child {
	margin-bottom: 0;
}
.link-menu ul li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	position: absolute;
	z-index: 1;
}
.link-menu ul li:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}
.link-menu ul li:after {
	content: '';
	position: absolute;
	background: #FFF;
	opacity: 0.2;
	top: 0;
	left: 0;
	width: 0;
	height: 100%;
	z-index: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	transition: all .3s ease-out;
}
.link-menu ul li:hover:before {
	width: 10px;
	left: -10px;
}
.link-menu ul li:hover:after {
	width: 100%;
}
.sidebar-nav {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0;
	padding: 0;
	list-style: none;
}
.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
	width: 100%;
}
.sidebar-nav li a {
	display: block;
	text-decoration: none;
	color: #999;
	width: 100%
}
.sidebar-nav li a:active, .sidebar-nav li a:focus {
	text-decoration: none;
}
.dropdown-menu {
	background: rgba(0, 0, 0, 0.9) none repeat 0 0;
}
.dropdown-menu ul {
	background: none;
}
.dropdown-menu > li > a {
	color: #CCC;
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	background: rgba(0, 0, 0, 0.5) none repeat 0 0;
	color: #fff;
}
.inner-banner {
	margin: 0 0 0 0;
	padding: 140px 0 0 0;
	min-height: 640px;
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
}
.inner-banner .container-fluid {
	max-width: 1170px;
}
.inner-banner h1 {
	margin: 0 0 0 0;
	padding: 120px 0 20px 0;
	color: #fefefe;
	font-family: "Lato", sans-serif;
	font-size: 48px;
	font-weight: 300;
	line-height: 54px;
	text-align: left;
}
.inner-banner h1 span {
	font-weight: 700;
	display: block;
	clear: both;
	line-height: 65px;
}
.inner-banner p {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 14px;
	font-weight: 300;
	line-height: 22px;
	max-width: 452px;
	text-align: left;
}
.form-banner {
	margin: 0 0 0 0;
	padding: 10px 6px;
	border: solid 1px #97948f;
	text-align: center;
	background: url(../../../app/webroot/img/frontend/overlay1.png) 0 0 repeat;
}
.form-banner h3 {
	margin: 0 0 0 0;
	padding: 20px 0 5px 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	font-weight: 300;
	line-height: 26px;
}
.form-banner .form-group {
	margin-bottom: 8px;
}
.form-banner .form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: solid 1px #97948f;
	height: 47px;
	color: #fff;
	font-size: 14px;
}
.form-banner .btn {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: transparent;
        border: solid 1px #00aeef;
	height: 52px;
	width: 100%;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-top: 11px;
	transition: all 0.5s;
}
.form-banner .btn:hover {
	border: solid 1px #00aeef;
	background: #00aeef;
	color: #fff;
}
.course-list {
	margin: 0 0 0 0;
	padding: 70px 0 0 0;
	min-height: 1530px;
	background: #f6f6f6;
}
.course-list .container-fluid {
	max-width: 1170px;
}
.course {
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	background: #fff;
	min-height: 465px;
	border: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 3px 0px rgba(0,0,0,0.2);
	transition: all 0.5s;
}
.course:hover, .course.selected {
	background: #00aeef;
}
.course .course-img {
	margin: 0;
	min-height: 254px;
	overflow: hidden;
	padding: 0;
	position: relative;
}
.course .course-img img {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	width: 100%;
}
.course .course-img h3 {
	margin: 0 0 0 0;
	padding: 10px 10px;
	position: absolute;
	bottom: -2px;
	width: 100%;
	background: rgba(0, 0, 0, 0.5) none repeat 0 0;
	font-family: "Lato", sans-serif;
	font-size: 21px;
	color: #fff;
	font-weight: 300;
	line-height: 30px;
}
.course .course-text {
	margin: 0 0 0 0;
	padding: 10px 18px;
}
.course .course-text p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 300;
	line-height: 23px;
	padding-top: 15px;
	padding-left: 0px;
	min-height: 130px;
}
.course .course-text a:hover {
	text-decoration: none;
}
.course .course-text a:hover p {
	text-decoration: none;
}
.course:hover p, .course.selected p {
	color: #fff;
}
.course:hover p a, .course.selected a {
	color: #fff;
}
.course .course-text p:last-child {
	min-height: auto;
}
.course .course-text .btn {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #6d6d6d;
	font-weight: 400;
	line-height: 23px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	margin-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
	transition: all 0.5s;
}
.course:hover .course-text .btn {
	border-color: #fff;
}
.course .course-text .btn:hover {
	color: #00aeef;
	background: #fff;
	border-color: #fff;
}
.recognition {
	margin: 0 0 0 0;
	padding: 40px 0 40px 0;
	background-image: url(../../../app/webroot/img/frontend/course-bg1.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: cover;
	border-top: 1px solid #dcdcdc;
}
.recognition .container-fluid {
	max-width: 1170px;
}
.recognition h2 {
	margin: 0 0 0 0;
	padding: 0px 0 14px;
	color: #333333;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	font-weight: 300;
	line-height: 36px;
	text-align: left;
}
.recognition p {
	margin: 0 0 0 0;
	padding: 0 0 8px 0;
	color: #333333;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 20px;
	max-width: 632px;
	text-align: left;
}
.benifit {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	max-width: 575px;
	font-size: 14px;
	line-height: 16px;
	color: #333333;
	text-align: center;
	font-weight: 300;
}
.benifit i {
	font-size: 62px;
	color: #00aeef;
	display: block;
	clear: both;
}
.gray-scroll .scroll-image {
	top: 0;
	margin-top: 0px;
}
.gray-scroll .text-img {
	margin: 50px 0 0px;
}
.blog-list {
	margin: 0 0 0 0;
	padding: 70px 0 30px 0;
	background: #fff;
}
.blog-list .blog-cat {
	position: relative;
	z-index: 99;
}
.blog-list .container-fluid {
	max-width: 1170px;
}
.blog-list h4 {
	margin: 0 0 0 0;
	padding: 0 0 18px 0;
	color: #333333;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
}
.blog-list .box-small {
	margin: 0 0 30px 0;
	padding: 0 18px 0 18px;
	background: #fff;
	min-height: 102px;
	border: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
	position: relative;
}
.blog-list .box-small p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	color: #333333;
	font-weight: 300;
	line-height: 23px;
	padding-top: 15px;
	width: 84%;
	display: inline-block;
}
.blog-list .box-small a.icon-arro {
	margin: 10px 5px 0px 5px;
	padding: 6px 0 0 0;
	width: 36px;
	height: 36px;
	float: right;
	border: solid 1px #6a6a6a;
	display: inline-block;
	color: #6a6a6a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.blog-list .box-small a.icon-arro:hover {
	text-decoration: none;
	color: #00aeef;
	border: solid 1px #00aeef;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.blog-list .box-small a.icon-arro:focus {
	text-decoration: none;
}
.blog-list .box-small a.icon-arro span {
	font-size: 22px;
	color: #6a6a6a;
	text-decoration: none;
	font-weight: normal;
}
.blog-list .box-small span.ti-arrow-down::before {
	content: "\e62a";
}
.blog-list .box-small span.ti-arrow-up::before {
	content: "\e627"!important;
}
.blog-list .box-small a.icon-arro:hover span {
	text-decoration: none;
	color: #00aeef;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.blog-list .box-small .answr p {
	width: 100%;
}
.blog-list .box-small ul {
	margin: 12px 0 0 0;
	padding: 0 0 0 0;
}
.blog-list .box-small ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
}
.blog-list .box-small ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #333333;
	font-size: 14px;
	line-height: 23px;
	font-weight: 300;
	text-decoration: none;
	display: inline-block;
}
.blog-list .box-small ul li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #333333;
	transition: width .3s;
}
.blog-list .box-small ul li a:hover::after {
	width: 100%;
//transition:width .3s;
}
.blog-list .box-small .answr {
	margin: 10px 0 0 0;
	padding: 0 0 0 0;
	position: absolute;
	z-index: 999;
	left: 20px;
	right: 20px;
	background: #fff;
	border: solid 1px #fff;
	-webkit-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
}
.blog-list .box-small .answr ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.blog-list .box-small .answr ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.blog-list .box-small .answr ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border-bottom: solid 1px #fff;
}
.blog-list .box-small .answr ul li:last-child {
	border: none;
}
.blog-list .box-small .answr ul li a {
	margin: 0 0 0 0;
	padding: 5px 10px;
	display: block;
	background: #f0f0f0;
}
.blog-list .box-small .answr ul li a:hover {
	background: #00aeef;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.blog-list .box-small .answr ul li a:after {
	background: none;
}
p.load-more {
	color: #fff;
	background: #86bc10;
	font-size: 18px;
	font-weight: 300;
	margin: 0 auto;
	width: 340px;
	display: block;
	text-align: center;
	top: 33px;
	z-index: 99;
	text-transform: uppercase;
	border: solid 1px #86bc10;
	padding: 20px 0;
}
p.load-more:hover {
	background: #86BC10;
	border: solid 1px #86BC10;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
p.load-more a {
	color: #fcfcfe;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
p.load-more a:hover {
	color: #000;
	text-decoration: none;
}
p.load-more span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
p.load-more span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
p.load-more:hover span {
	padding-right: 30px;
}
p.load-more:hover span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}
.hamburger {
	padding: 0px;
	margin-top: -8px;
	margin-right: 10px;
	display: inline-block;
	float: left;
}
.hamburger-box {
	border: solid 2px #fff;
	width: 37px;
	height: 37px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	padding-left: 5px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
	background-color: #fff;
	border-radius: 2px;
	height: 2px;
	width: 23px;
}
.hamburger-inner::before {
	top: -7px;
}
.hamburger-inner::after {
	bottom: -7px;
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
	top: 0;
	transform: translate3d(-6px, -6px, 0px) rotate(-45deg) scale(0.7, 1);
	transition: top 0.1s ease 0s, transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
	bottom: 0;
	transform: translate3d(-6px, 6px, 0px) rotate(45deg) scale(0.7, 1);
	transition: bottom 0.1s ease 0s, transform 0.15s cubic-bezier(0.895, 0.03, 0.685, 0.22) 0.1s;
}
#quote-carousel .carousel-inner .step-a {
	font-size: 14px;
 font-weight: 300;
 color: #fefefe;
 text-align: center;
 padding: 10px 35px;
 border: 1px solid #017197;
        background-color: #017197;
 border-radius: 30px;
 text-align: center;
 display: block;
 margin: 0 auto;
 width: 150px;
}
#quote-carousel .carousel-inner a:hover {
	text-decoration: none;
}
#quote-carousel .carousel-inner .step-a:hover {
	text-decoration: none;
 border: 1px solid #fff;
 background-color: #fff;
 color: #017197;
 -webkit-transition: all 0.4s ease 0s;
 -moz-transition: all 0.4s ease 0s;
 -ms-transition: all 0.4s ease 0s;
 -o-transition: all 0.4s ease 0s;
 transition: all 0.4s ease 0s;
}
.blue-col {
	background: #59ACCA;
	position: absolute;
	top: 0px;
	left: 0px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	padding-left: 15%;
	padding-right: 7%;
}
.blue-col h2 {
	margin: 0 0 0 0;
	padding: 0 0 40px 0;
	font-family: "Lato", sans-serif;
	font-size: 30px;
	color: #fff;
	font-weight: 300;
	line-height: 23px;
}
.blue-col h4 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.blue-col p {
}
.blue-col a {
	font-size: 14px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	padding: 10px 35px;
	border: 1px solid #fff;
	border-radius: 30px;
	text-align: center;
	display: block;
	width: 140px;
	float: right;
}
.blue-col a:hover {
	text-decoration: none;
	background-color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #59ACCA;
}
.mp-menu ul li > a {
	color: #fff;
}
.mp-menu a:hover, .mp-menu a:focus {
	color: #fff!important;
	text-decoration: none!important;
}
.menu-text {
	color: #fff;
	display: inline-block;
	margin-top: 10px;
}
.menu-text:hover, .menu-text:focus {
	color: #fff;
	text-decoration: none;
	outline: none;
}
.sadie_gallery {
	position: relative;
	text-align: left;
}
.sadie_gallery figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 106, 148);
	background-color: rgba(0, 106, 148, 0.3);
	content: '';
	opacity: 0;
	transform: translate3d(0, 50%, 0);
}
.sadie_gallery figure.effect-sadie h2 {
	position: absolute;
	font-size: 18px;
	font-weight: 300;
	top: 85%;
	left: 0;
	width: 100%;
	color: #fff;
	transition: transform 0.35s, color 0.35s;
	transform: translate3d(0, -50%, 0);
}
.sadie_gallery figure.effect-sadie figcaption::before, .sadie_gallery figure.effect-sadie p {
	transition: opacity 0.35s, transform 0.35s;
}
.sadie_gallery figure.effect-sadie p {
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em 1em;
	width: 100%;
	opacity: 0;
	transform: translate3d(0, 10px, 0);
	line-height: 30px;
	font-size: 12px;
}
.sadie_gallery figure.effect-sadie img {
	opacity: 0.95;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale3d(1.05, 1.05, 1);
	transform: scale3d(1.05, 1.05, 1);
}
.sadie_gallery figure.effect-sadie:hover img {
	opacity: 0.6;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
.sadie_gallery figure.effect-sadie p a {
	color: #fff;
	text-decoration: none;
}
.sadie_gallery figure.effect-sadie p a:hover {
	color: #fff;
	text-decoration: underline;
}
.sadie_gallery figure.effect-sadie .findmore {
	background: rgba(49, 37, 45);
	background-color: rgba(49, 37, 45, 0.3);
	color: #fff;
	font-size: 13px;
	position: absolute;
	right: 10px;
	bottom: 20px;
	z-index: 2;
	width: 100px;
	height: 34px;
	display: block;
	text-align: center;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	line-height: 32px;
	border: solid 1px #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.sadie_gallery figure.effect-sadie:hover h2 {
	color: #fff;
	transform: translate3d(0, -210%, 0) translate3d(0, -120px, 0);
}
.sadie_gallery figure.effect-sadie:hover figcaption::before, .sadie_gallery figure.effect-sadie:hover p {
	opacity: 0.9;
	transform: translate3d(0, 0, 0);
}
.sadie_gallery figure.effect-sadie .findmore:hover {
	background: rgba(255, 255, 255);
	background-color: rgba(255, 255, 255, 1);
	color: #00aeef;
	outline: none;
	text-decoration: none;
}
.inner-banner h2 {
	color: #fefefe;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	font-weight: 300;
	line-height: 32px;
	margin: 0;
	padding: 0 0 0 0;
	text-align: left;
}
.banner-start-box {
	margin: 15px 0 15px 0;
	padding: 0 0 0 0;
	position: relative;
}
.banner-start-box .start-box a {
	background: #84b910;
	border: solid 1px #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 15px;
}
.banner-start-box .start-box a:hover, .banner-start-box .start-box a:active, .banner-start-box .start-box a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #9bcc30;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.banner-start-box .start-box a:hover {
	transition: padding 0.5s;
	padding-right: 30px;
}
.banner-start-box .start-box a .icon-arro {
	border-radius: 50%;
	height: 39px;
	width: 39px;
	font-size: 34px;
	font-weight: normal;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	float: right;
	opacity: 0;
	top: -5px;
	right: 3px;
	position: absolute;
}
.banner-start-box .start-box a .icon-arro i {
	line-height: 30px;
}
.banner-start-box .start-box a:hover .icon-arro {
	opacity: 1;
	top: 22px;
	position: absolute;
	-webkit-transition: width 2s;
	transition: width 2s;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
}
.about-top {
	background: #d7e0e6;
}
.about-top .foll-left {
	height: auto;
	padding: 5% 5% 0 26%;
}
.about-top .foll-left h2 {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-family: "Lato", sans-serif;
	color: #333333;
	font-size: 36px;
	font-weight: 300;
	line-height: 32px;
}
.about-top .foll-left p {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin-bottom: 17px;
}
.about-top .foll-left img {
	float: right;
}
.about-bottom .foll-left {
	padding-left: 26%;
	padding-top: 8%;
	height: 575px;
}
.about-block {
	background: #59acca;
	position: absolute;
	top: 0px;
}
.about-bottom .foll-left h2 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 32px;
}
.about-bottom .foll-left h4 {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-size: 24px;
	line-height: 32px;
}
.watch-video {
	border: 1px solid #fff;
	background: #fff;
	border-radius: 30px;
	color: #00aeef;
	display: block;
	font-size: 14px;
	font-weight: 300;
	padding: 10px 35px;
	text-align: center;
	width: 170px;
	margin-top: 20px;
}
.team-close {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}
.team-close:hover {
	color: #fff;
	text-decoration: underline;
}
.watch-video:hover {
	text-decoration: none;
	background-color: #59acca;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	color: #fff;
}
.team {
	margin: 0 0 0 0;
	padding: 7% 0 0 0;
}
.team li {
	margin: 0 0 20% 0;
	padding: 0 0 0 0;
	list-style: none;
}
.team li:nth-child(1) {
	padding-left: 42%;
	padding-bottom: 4%;
}
.team li:nth-child(2) {
	padding-left: 25%;
	margin-bottom: 18%;
}
.team li:nth-child(3) {
	padding-left: 0;
}
.team li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Lato", sans-serif;
	font-size: 22px;
	color: #fff;
	font-weight: 300;
}
.social-ico {
	display: inline-block !important;
	margin-left: 10px!important;
	margin-top: 20px!important;
}
.social-ico.fb {
	margin-left: 15px!important;
}
.social-ico:hover {
	background: none!important;
}
.social-ico::after {
	border: none!important;
}
.social-ico > a {
	margin: 0 0 0 0!important;
	padding: 7px 9px!important;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 26px!important;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
	opacity: 0.5;
}
.social-ico > a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	opacity: 1.0;
	transition-duration: 0.5s;
	transform: scale(1.2);
}
.foll-left #btn-close-modal {
	width: 74px;
}
.form-banner .form-group {
	position: relative;
	display: block;
}
.form-banner .form-group input {
	box-sizing: border-box;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form-banner .form-group input::-webkit-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group input::-moz-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group input:-ms-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group input::placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group input:focus, .form-banner .form-group input.populated {
	padding-top: 21px;
	padding-bottom: 5px;
}
.form-control:focus {
	border-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
.form-banner .form-group input:focus::-webkit-input-placeholder, .form-banner .form-group input.populated::-webkit-input-placeholder {
color:transparent;
}
.form-banner .form-group input:focus::-moz-placeholder, .form-banner .form-group input.populated::-moz-placeholder {
color:transparent;
}
.form-banner .form-group input:focus:-ms-input-placeholder, .form-banner .form-group input.populated:-ms-input-placeholder {
color:transparent;
}
.form-banner .form-group input:focus::placeholder, .form-banner .form-group input.populated::placeholder {
color:transparent;
}
.form-banner .form-group input:focus + span, .form-banner .form-group input.populated + span {
	opacity: 1;
	top: 3px;
}
.form-banner .form-group textarea {
	box-sizing: border-box;
	height: 120px;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.form-banner .form-group textarea::-webkit-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group textarea::-moz-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group textarea:-ms-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group textarea::placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
.form-banner .form-group textarea:focus, .form-banner .form-group textarea.populated {
	padding-top: 21px;
	padding-bottom: 5px;
}
.form-control:focus {
	border-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
.form-banner .form-group textarea:focus::-webkit-input-placeholder, .form-banner .form-group textarea.populated::-webkit-input-placeholder {
color:transparent;
}
.form-banner .form-group textarea:focus::-moz-placeholder, .form-banner .form-group textarea.populated::-moz-placeholder {
color:transparent;
}
.form-banner .form-group textarea:focus:-ms-input-placeholder, .form-banner .form-group textarea.populated:-ms-input-placeholder {
color:transparent;
}
.form-banner .form-group textarea:focus::placeholder, .form-banner .form-group textarea.populated::placeholder {
color:transparent;
}
.form-banner .form-group textarea:focus + span, .form-banner .form-group textarea.populated + span {
	opacity: 1;
	top: 3px;
}
.form-banner .form-group span {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 12px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.licence-intro {
	margin: 0 0 0 0;
	padding: 90px 0;
	background: #f6f6f6;
}
.licence-intro .container-fluid {
	max-width: 1170px;
}
.licence-intro p {
	margin: 0 0 0 0;
	padding: 0 8%;
	font-family: "Lato", sans-serif;
	color: #333333;
	font-size: 36px;
	font-weight: 300;
	line-height: 46px;
	text-align: center;
}
.recognition h3 {
	margin: 0 0 0 0;
	padding: 36px 0 36px 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 48px;
	text-align: left;
}
.recognition h3 a {
	color: #fff;
	text-decoration: none;
}
.recognition h3 a:hover {
	color: #fff;
	text-decoration: none;
}
ul.licence-list {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
ul.licence-list li {
	margin: 0 0 0 0;
	padding: 8px 0;
	list-style: none;
}
ul.licence-list li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-decoration: none;
}
ul.licence-list li a:hover {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.information-link {
	margin: 0 0 0 0;
	padding: 60px 0 60px;
	background: #ffffff;
}
.information-link .container-fluid {
	max-width: 1170px;
}
.information-link h2 {
	margin: 0 0 0 0;
	padding: 0 0 25px 0;
	color: #00aeef;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	font-weight: 300;
	line-height: 36px;
}
.information-link ul {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
}
.information-link ul li {
	margin: 0 0 0 0;
	padding: 3px 0;
	list-style: none;
	color: #333333;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
}
.information-link ul li h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-transform: uppercase;
}
.information-link ul li a {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #666666;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	text-decoration: none;
}
.information-link ul li a:hover {
	color: #333333;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.information-link ul li ul {
	padding-left: 30px;
}
.black-text h3 {
	font-size: 24px;
	line-height: 28px;
	color: #333333;
}
.black-text p {
	padding-bottom: 15px;
	max-width: 480px;
}
.contact-info {
	padding-left: 10px;
	padding-right: 10px;
	min-height: 352px;
}
.form-banner h4 {
	margin: 0 0 0 0;
	padding: 0px 0 10px 0;
	color: #fff;
	font-family: "Lato", sans-serif;
	font-size: 13px;
	font-weight: 300;
	line-height: 26px;
	text-align: center;
}
.contact-info .socil-icon {
	float: none;
	text-align: left;
	width: auto;
	padding-top: 35px;
}
.contact-info .socil-icon ul {
	margin: 0 0;
	padding: 0 0;
}
.contact-info .socil-icon ul li a:hover {
	color: #86BC10;
}
.testimonials h2 {
	font-family: "Lato", sans-serif;
	font-size: 34px;
	line-height: 42px;
	font-weight: 300;
	color: #fff;
	text-align: center;
	margin-top: 0px;
}
.testimonials h2 span {
	font-weight: 700;
}
.testimonials .carousel-inner .item {
	padding-left: 15%!important;
	padding-right: 15%!important;
}
.testimonials p {
	text-transform: uppercase;
}
.testimonials .carousel-indicators li {
	border-color: #fff!important;
}
.testimonials .carousel-indicators .active {
	background: #fff!important;
}
.money-back-intro {
	margin: 0 0 0 0;
	padding: 65px 0 65px 0;
}
.money-back-intro .container-fluid {
	max-width: 1170px;
}
.money-back-intro h2 {
	font-family: "Lato", sans-serif;
	font-size: 36px;
	line-height: 42px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 35px 0;
}
.money-back-intro h3 {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 10px 0;
}
.money-back-intro h5 {
	font-family: "Lato", sans-serif;
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 20px 0;
	padding: 30px 0 10px 0;
	border-bottom: 1px solid #e1e1e1;
}
.money-back-intro h2 span {
	font-weight: 700;
}
.money-back-intro p {
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.money-back-intro .color-logo {
	margin-top: 20px;
}
.right-sidebar {
	margin: 0 0 25px 0;
	padding: 0 0 0 0;
	background: #fff;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	z-index: 999;
}
.sidebar-banner {
	width: 100%;
}
.right-sidebar h3 {
	margin: 0 0 0 0;
	padding: 10px 14px;
	background: #898989;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 28px;
	font-weight: 300;
	color: #fff;
}
.right-sidebar-list h3 {
	background: #00AEEF;
	color: #fff;
}
.right-sidebar .sidebar-content {
	margin: 0 0 0 0;
	padding: 0 13px;
	background: #fff;
}
.right-sidebar .sidebar-content ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.right-sidebar .sidebar-content ul li {
	margin: 0 0 0 0;
	padding: 15px 0;
	overflow: hidden;
	list-style: none;
	border-bottom: solid 1px #e1e1e1;
	position: relative;
}
.right-sidebar .sidebar-content ul li:before {
	display: none;
}
.right-sidebar .sidebar-content ul li:last-child {
	border-bottom: none;
}
.right-sidebar .sidebar-content ul li img {
	margin: 0 15px 0 0;
	padding: 0 0 0 0;
	float: left;
	width: auto!important;
}
.right-sidebar .sidebar-content ul li a {
	font-size: 14px;
	line-height: 18px;
	color: #333333;
	margin-top: 20px;
}
.right-sidebar .banner-start-box {
	margin-bottom: 0px;
}
.right-sidebar .header-search-btn {
	display: inline-block;
	left: 7px;
	position: absolute;
	top: 24px;
}
.green-bg {
	background: #86bc10;
}
.green-bg .text-img h1, .green-bg .text-img h2 {
	color: #fff;
}
.green-bg .text-img a.button {
	border: solid 1px #fff;
	color: #fff;
}
.money-back-intro h4 {
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 32px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 0 27px 0;
}
.trade-list {
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	background: #ffffff;
	border: solid 1px #959595;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	height: 100%;
	overflow: hidden;
}
.trade-list:hover {
	background: #1BB7F1;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.trade-list.selected {
	background: #1BB7F1;
}
.trade-list .trade-img {
	width: 27%;
	float: left;
	position: relative;
}
.trade-list .trade-img img {
	width: 100%;
}
.trade-list .trade-img .mask {
	background: url(../../../app/webroot/img/frontend/overlay2.png) repeat 0 0;
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.trade-list .trade-content {
	width: 73%;
	float: left;
}
.trade-list .trade-content h5 {
	font-family: "Lato", sans-serif;
	font-size: 16px;
	line-height: 32px;
	font-weight: 300;
	color: #00aeef;
	margin: 0 0 0 0;
	padding: 20px 28px 5px 28px;
	border-bottom: none!important;
}
.trade-list .trade-content h5 a {
	color: #00aeef;
}
.trade-list:hover .trade-content h5 a {
	color: #fff;
}
.trade-list:hover .trade-content p {
	color: #fff;
}
.trade-list.selected .trade-content h5 a {
	color: #fff;
}
.trade-list.selected .trade-content p {
	color: #fff;
}
.trade-list .trade-content p {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 18px;
	font-weight: 300;
	color: #333333;
	margin: 0 0 0 0;
	padding: 0 28px
}
.certifcate {
	background-color: #fff;
	min-height: 1090px;
}
.certifcate h2 {
	font-size: 24px;
	line-height: 32px;
	color: #333333;
	padding-bottom: 12px;
	padding-left: 25px;
}
.certifcate h2 span {
	font-weight: 300;
	color: #00aeef;
}
.certifcate #ques1 {
	margin-top: 25px;
}
.certifcate .ans {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-left: 25px;
	font-weight: 300;
}
.certifcate p {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	padding-left: 25px;
}
.certifcate .ans p {
	padding-left: 0;
}
.certifcate ul {
	margin: 0 0 0 0;
	padding: 0 0 0 37px;
}
.certifcate .ans ul {
	margin: 0 0 0 0;
	padding: 0 0 0 20px;
}
.certifcate ul li {
	font-size: 14px;
	line-height: 24px;
	color: #333333;
	font-weight: 300;
	margin-top: 0;
	list-style-type: none;
	margin-left: -1.3em;
}
.certifcate ul li:before {
	content: "\2713";
	color: #9BCC30;
	margin-right: 5px;
}
.tick li {
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	font-weight: 300;
	margin-top: 0;
	list-style-type: none;
	margin-left: -1.3em;
}
.tick li:before {
	content: "\2713";
	color: #FFF;
	margin-right: 5px;
}
.inner-start-box {
	position: relative;
}
.inner-start-box .start-box a {
	background: #f6f6f6;
	border: solid 1px #959595;
	font-size: 24px;
	line-height: 32px;
	color: #00aeef;
	font-weight: 300;
	text-align: left;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	position: relative;
	overflow: hidden;
}
.inner-start-box .start-box a .icon-arro {
	border-radius: 50%;
	height: 38px;
	width: 38px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	float: right;
	right: 20px;
	color: #959595;
	font-size: 36px;
	position: absolute;
	-webkit-animation: mymove 3s;
	-webkit-animation-iteration-count: 3;
	animation: mySlide 0.7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
.inner-start-box .start-box a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #00AEEF;
	border: solid 1px #00AEEF;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.inner-start-box .start-box a:hover .icon-arro {
	color: #fff;
}
.certifcate-mid .scroll-image {
	margin-top: 0px;
}
.wizard-top .owl-carousel {
	height: 90px;
}
.wizard-mid {
	margin: 0 0 0 0;
	padding: 10px 0 6px 0;
	background: rgba(0, 0, 0, 0.5);
}
.wizard-mid .container-fluid {
}
.wizard-mid .step {
	color: #fff;
	background-color: #86bc10 !important;
	border-radius: 50%;
	padding: 11px 13px;
	height: 62px;
	width: 62px;
	position: relative;
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	cursor: pointer;
}
.wizard-mid .blue {
	background-color: #017197!important;
}
.wizard-mid .step span {
	position: absolute;
	left: 15px;
	top: 18px;
	font-size: 26px;
	font-weight: 300;
}
.wizard-mid .blue span {
	left: 23px;
	top: 20px;
}
.wizard-mid .step span img {
	width: 32px;
}
.wizard-mid .blue span img {
	width: 3px;
}
.wizard-mid .step-txt {
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #666666;
	text-align: center;
	font-weight: 700;
	display: block;
	width: 100%;
}
.wizard-mid .step-txt a {
	color: #fff;
}
.wizard-mid .step-txt a::after {
	background: #fff!important;
}
.wizard-bottom {
	padding: 5% 0 0% 0!important;
}
.wizard-all {
	padding: 1% 0 0% 0!important;
}
.wizard-bottom h2 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #fdfcfc;
	font-weight: 300;
}
.wizard-bottom .carousel-inner .item {
	padding-left: 16%!important;
	padding-right: 16%!important;
}
.wizard-bottom h2 span {
	font-weight: 700;
}
.wizard-bottom a.button {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	border: 1px solid #fff;
        background: #86bc10;
	display: inline-block;
	color: #fdfcfc;
	font-size: 22px;
	font-weight: 300;
	margin: 15px auto 0 auto;
	padding: 20px 25px;
	width: 169px;
	height: 76px;
	display: block;
	position: relative;
	line-height: 30px;
}
.wizard-bottom a.button:hover, .wizard-bottom a.button:active {
	text-decoration: none;
	color: #fff;
	border-color:#017197;
    background:#017197;
}
.wizard-bottom a.button span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
.wizard-bottom a.button span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -10px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 0px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
.wizard-bottom a.button:hover span, .wizard-bottom a.button:active span {
	padding-right: 20px;
}
.wizard-bottom a.button:hover span:after, .wizard-bottom a.button:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}
.step2 {
	padding: 0px!important;
}
.wizard-bottom h3 {
	margin: 0 0 0 0;
	padding: 7px 0;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 28px;
	color: #fdfcfc;
	font-weight: 300;
}
.wizard-bottom h3 span {
	font-weight: 700;
}
.step2 input[type=checkbox]:not(old), .step2 input[type=radio]:not(old) {
	width: 60px;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.step2 input[type=checkbox]:not(old) + label, .step2 input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: -60px;
	padding-left: 60px;
	background: url('../checks.svg') no-repeat 0 0;
	line-height: 60px;
}
.step2 input[type=checkbox]:not(old):checked + label {
	background-position: 0 -60px;
}
.step2 input[type=radio]:not(old):checked + label {
	background-position: 0 -60px;
}
.step2 span {
	margin: 0 0 0 -10px;
	padding: 0 0 0 0;
	display: block;
	clear: both;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 30px;
	color: #fefcfc;
	font-weight: 700;
}
.step2 .form-inline {
	margin: 0 auto;
	padding: 0 0 0 0;
	width: 360px;
	height: 58px;
	border: solid 1px #fff;
}
.step2 .form-inline .form-control {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: none;
	height: 54px;
	width: 284px;
	color: #fff;
	font-size: 14px;
}
.step2 .form-inline .btn {
	margin: 0 0;
	padding: 0 0;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	background: none;
	border: none;
	height: 56px;
	width: 54px;
	color: #fff;
	border-left: solid 1px #fff;
	position: absolute;
	top: 0;
	right: 0;
}
.step2 .form-inline {
	position: relative;
	display: block;
}
.step2 .form-inline input {
	box-sizing: border-box;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.step2 .form-inline input::-webkit-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-inline input::-moz-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-inline input:-ms-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-inline input::placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-inline input:focus, .step2 .form-inline input.populated {
	padding-top: 21px;
	padding-bottom: 5px;
}
.step2 .form-inline:focus {
	border-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
.step2 .form-inline input:focus::-webkit-input-placeholder, .step2 .form-inline input.populated::-webkit-input-placeholder {
color:transparent;
}
.step2 .form-inline input:focus::-moz-placeholder, .step2 .form-inline input.populated::-moz-placeholder {
color:transparent;
}
.step2 .form-inline input:focus:-ms-input-placeholder, .step2 .form-inline input.populated:-ms-input-placeholder {
color:transparent;
}
.step2 .form-inline input:focus::placeholder, .step2 .form-inline input.populated::placeholder {
color:transparent;
}
.step2 .form-inline input:focus + span, .step2 .form-inline input.populated + span {
	opacity: 1;
	top: 3px;
}
.step2 .form-inline span {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 22px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.step2 .form-inline .btn b {
	margin: 0 0;
	padding: 0 0;
	height: 54px;
	width: 54px;
	font-family: "themify";
	font-size: 32px;
	line-height: 54px;
}
.step2 h2 {
	padding: 30px 0;
}
.expform .form-inline {
	width: 100%;
	margin-bottom: 50px;
}
.expform .form-inline input {
	font-size: 20px!important;
	width: 100%;
}
.step2 .form-inline input[type="file"] {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	opacity: 0;
}
.step2 .form-inline input[type="file"]:hover {
	background: #017197;
}
span.upload {
	left: 0 !important;
	line-height: 53px;
	margin: 0;
	opacity: 1 !important;
	width: 100%;
	font-size: 20px!important;
	font-weight: 300;
}
.expform .form-inline .btn {
	border: none;
	width: 100%;
	text-align: center;
	font-family: "Lato", sans-serif;
	font-size: 20px!important;
	font-weight: 300!important;
}
.expform .form-inline .btn:hover {
	background: #017197;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.step3 {
	padding: 0 0 30px 0!important;
}
.wizard-bottom .form-banner {
	margin: 10px auto 0 auto;
	padding: 0 0 0 0;
	background: none;
	border: none;
	max-width: 574px;
}
.wizard-bottom .form-banner .form-control {
	border: solid 1px #fff;
}
.wizard-bottom .form-banner textarea {
	height: 70px!important;
	color: #fff!important;
}
.step3 .form-banner .form-group {
	position: relative;
	display: block;
}
.step3 .form-banner .form-group input, .step3 .form-banner .form-group textarea {
	box-sizing: border-box;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.step3 .form-banner .form-group input::-webkit-input-placeholder, .step3 .form-banner .form-group textarea::-webkit-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step3 .form-banner .form-group input::-moz-placeholder, .step3 .form-banner .form-group textarea::-moz-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step3 .form-banner .form-group input:-ms-input-placeholder, .step3 .form-banner .form-group textarea:-ms-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step3 .form-banner .form-group input::placeholder, .step3 .form-banner .form-group textarea::placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step3 .form-banner .form-group input:focus, .step3 .form-banner .form-group input.populated, .step3 .form-banner .form-group textarea:focus {
	padding-top: 21px;
	padding-bottom: 5px;
}
.step3 .form-control:focus {
	border-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
.step3 .form-banner .form-group input:focus::-webkit-input-placeholder, .step3 .form-banner .form-group input.populated::-webkit-input-placeholder, .step3 .form-banner .form-group textarea:focus::-webkit-input-placeholder {
color:transparent;
}
.step3 .form-banner .form-group input:focus::-moz-placeholder, .step3 .form-banner .form-group input.populated::-moz-placeholder, .step3 .form-banner .form-group textarea:focus::-moz-placeholder {
color:transparent;
}
.step3 .form-banner .form-group input:focus:-ms-input-placeholder, .step3 .form-banner .form-group input.populated:-ms-input-placeholder, .step3 .form-banner .form-group textarea:focus:-ms-input-placeholder {
color:transparent;
}
.step3 .form-banner .form-group input:focus::placeholder, .step3 .form-banner .form-group input.populated::placeholder, .step3 .form-banner .form-group textarea {
color:transparent;
}
.step3 .form-banner .form-group input:focus + span, .step3 .form-banner .form-group input.populated + span, .step3 .form-banner .form-group textarea:focus + span {
	opacity: 1;
	top: 3px;
}
.step3 .form-banner .form-group span {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 12px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.step3 .form-banner .btn {
	background-color: #86bc10;
    border: solid 1px #fff;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	line-height: 44px;
	font-weight: 300;
	height: 75px;
	margin-top: 0;
}
.step3 .form-banner .btn:hover {
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	background: #017197;
	border: solid 1px #017197;
}
.wizard-mid h2 {
	margin: 0 0 0 0;
	padding: 10px 0 30px 0;
	font-family: "Lato", sans-serif;
	font-size: 36px;
	line-height: 46px;
	color: #666666;
	font-weight: 300;
	text-align: center;
}
.ref_check {
	margin: 10px 0 0 0;
	padding: 10px 0 10px 20px;
	border: solid 1px #fff;
	font-family: "Lato", sans-serif;
	font-size: 16px;
	color: #fdfafa;
	font-weight: 300;
	text-align: left;
}
.ref_check label {
	font-weight: 300;
}
.step3 input[type=radio]:not(old) {
	width: 28px;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.step3 input[type=radio]:not(old) + label {
	display: inline-block;
	margin-left: -28px;
	padding-left: 28px;
	background: url('../checks1.png') no-repeat 0 0;
	line-height: 24px;
}
.step3 input[type=radio]:not(old):checked + label {
	background-position: 0 -48px;
}
.step3 a.button {
	background: none;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
}
.faqs {
	margin: 0 0 0 0;
	padding: 87px 0 0 0;
}
.faq-wrap {
	margin: 0 auto;
}
.masonry {
	margin: 0 0 0 0;
	padding: 0;
	-moz-column-gap: 29px;
	-webkit-column-gap: 29px;
	column-gap: 29px;
}
.faq-wrap .item {
	display: inline-block;
	background: #fff;
	border: solid 1px #959595;
	padding: 0 0;
	margin: 0 0 26px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.faq-wrap .item h4 {
	margin: 0 0 0 0;
	padding: 23px 27px 16px 27px;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #00aeef;
	font-weight: 300;
}
.faq-wrap a {
	margin: 0 27px 23px 27px;
	padding: 6px 0 0 0;
	width: 36px;
	height: 36px;
	border: solid 1px #6a6a6a;
	display: inline-block;
	color: #6a6a6a;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
}
.faq-wrap a:hover {
	text-decoration: none;
	color: #00aeef;
	border: solid 1px #00aeef;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.faq-wrap a:focus {
	text-decoration: none;
}
.faq-wrap a span {
	font-size: 22px;
	color: #6a6a6a;
	text-decoration: none;
	font-weight: normal;
}
.faq-wrap a span.ti-arrow-down::before {
	content: "\e62a";
}
.faq-wrap a span.ti-arrow-up::before {
	content: "\e627"!important;
}
.faq-wrap a:hover span {
	text-decoration: none;
	color: #00aeef;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.faq-wrap .answr {
	margin: 0 0 0 0;
	padding: 0 10px 0 0;
	background: #00aeef;
}
.faq-wrap .answr p {
	margin: 0 0 0 0;
	padding: 23px 27px 15px 27px;
	font-family: "Lato", sans-serif;
	font-size: 14px;
	line-height: 18px;
	color: #fff;
	font-weight: 300;
}
#animatedModal #navWrap {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
}
.wizard-all input[type=checkbox]:not(old) + label, .wizard-all input[type=radio]:not(old) + label {
	display: inline-block;
	background: url('../checks2.png') no-repeat 0 0;
}
.wizard-all h2 {
	color: #666666;
}
.wizard-all h3 {
	color: #666666;
	padding-bottom: 12px;
	padding-top: 30px;
}
.wizard-all span {
	color: #666666;
}
.wizard-all .form-inline {
	border: solid 1px #666666;
}
.wizard-all .form-inline .form-control {
	color: #666666;
}
.wizard-all .form-inline input::-webkit-input-placeholder {
color:#666666;
}
.wizard-all .form-inline input::-moz-placeholder {
color:#666666;
}
.wizard-all .form-inline input:-ms-input-placeholder {
color:#666666;
}
.wizard-all .form-inline input::placeholder {
color:#666666;
}
.wizard-all .form-inline span {
	color: #666666;
}
.wizard-all .form-inline .btn {
	color: #666666;
	border-left-color: #666666;
}
.wizard-all .form-banner .form-control {
	border-color: #666666;
	color: #666666;
}
.wizard-all .form-banner .form-group input::-webkit-input-placeholder, .wizard-all .form-banner .form-group textarea::-webkit-input-placeholder {
color:#666666;
}
.wizard-all .form-banner .form-group input::-moz-placeholder, .wizard-all .form-banner .form-group textarea::-moz-placeholder {
color:#666666;
}
.wizard-all .form-banner .form-group input:-ms-input-placeholder, .wizard-all .form-banner .form-group textarea:-ms-input-placeholder {
color:#666666;
}
.wizard-all .form-banner .form-group input::placeholder, .wizard-all .form-banner .form-group textarea::placeholder {
color:#666666;
}
.wizard-all .form-banner .form-group span {
	color: #666666;
}
.last-wizard input[type=checkbox]:not(old) + label, .last-wizard input[type=radio]:not(old) + label {
	background: url('../checks1.png') no-repeat 0 0;
}
.last-wizard .ref_check {
	color: #666666;
	border: solid 1px #666666;
}
.last-wizard a.button {
	border: solid 1px #666666;
}
.last-wizard a.button:hover {
	background: #fff;
}
.certifcate-mid {
	border-top: solid 1px #e1e1e1;
}
.popup-bttn {
	margin: 20px 0 0 0!important;
	padding: 0 0 0 0!important;
	font-size: 32px!important;
}
.popup-bttn span a {
	margin: 0 0 0 0!important;
	padding: 0 0!important;
	border: none!important;
	font-size: 36px!important;
	color: #fff!important;
	width: auto!important;
	display: inline!important;
}
.popup-bttn a {
	margin: 0 0 0 10px;
	padding: 20px 0;
	border: solid 1px #fff;
	font-size: 26px;
	color: #fff;
	width: 520px;
	display: inline-block;
	text-transform: none;
	position: relative;
}
.popup-bttn a:hover, .popup-bttn a:active, .popup-bttn a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #308eaf;
	border: solid 1px #1a7290;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.popup-bttn a .icon-arro {
//border:1px solid #fdfefc;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	text-align: center;
	margin-left: 10px;
	display: inline-block;
	float: right;
	right: 30px;
	position: absolute;
	-webkit-animation: mymove 3s;
	-webkit-animation-iteration-count: 3;
	animation: mySlide 0.7s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}
@-webkit-keyframes scroll-inner {
from {
margin-top:15%;
}
to {
margin-top:50%;
}
}
@keyframes scroll-inner {
from {
margin-top:15%;
}
to {
margin-top:50%;
}
}
@-webkit-keyframes scroll-mouse {
from {
margin-top:0;
}
to {
margin-top:15px;
}
}
@keyframes scroll-mouse {
from {
margin-top:0;
}
to {
margin-top:15px;
}
}
div.mouse-container {
	position: absolute;
	bottom: 45px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	height: 37px!important;
}
div.mouse {
	position: relative;
	margin: 0 auto;
	display: block;
	width: 25px;
	height: 37px;
	border: solid 1px #fff;
	border-radius: 25px;
	-webkit-animation: scroll-mouse 1.3s;
	animation: scroll-mouse 1.3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}
div.mouse span.scroll-down {
	display: block;
	width: 8px;
	height: 8px;
	background: #fff;
	border-radius: 50%;
	margin: 15% auto auto auto;
	-webkit-animation: scroll-inner 1.3s;
	animation: scroll-inner 1.3s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
}
.clock-wrap {
	height: 400px!important;
	padding: 0 0!important;
	position: relative;
}
.clock-wrap img {
	position: absolute;
	right: 0px;
}
.digit {
	position: relative;
	float: left;
	width: 7vw;
	height: 13vw;
	background: none;
	border-radius: 1vw;
	text-align: center;
	font-size: 11vw;
	font-weight: bold;
}
.base {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #D3E0E8;
}
.flap {
	display: none;
	position: absolute;
	width: 100%;
	height: 50%;
	background-color: #000000;
	left: 0;
	top: 0;
	border-radius: 1vw 1vw 0 0;
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	overflow: hidden;
}
.flap::before {
	content: attr(data-content);
	position: absolute;
	left: 50%;
}
.flap.front::before, .flap.under::before {
	top: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.flap.back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.flap.back::before {
	top: 100%;
	-webkit-transform: translate(-50%, -50%) rotateZ(180deg);
	transform: translate(-50%, -50%) rotateZ(180deg);
}
.flap.over {
	z-index: 2;
}
.flap.under {
	z-index: 1;
}
.flap.front {
	-webkit-animation: flip-down-front 300ms ease-in both;
	animation: flip-down-front 300ms ease-in both;
}
.flap.back {
	-webkit-animation: flip-down-back 300ms ease-in both;
	animation: flip-down-back 300ms ease-in both;
}
.flap.under {
	-webkit-animation: fade-under 300ms ease-in both;
	animation: fade-under 300ms ease-in both;
}
@-webkit-keyframes flip-down-front {
0% {
-webkit-transform:rotateX(0deg);
transform:rotateX(0deg);
background-color:#000000;
color:#D3E0E8;
}
100% {
-webkit-transform:rotateX(-180deg);
transform:rotateX(-180deg);
background-color:#a6a6a6;
color:black;
}
}
@keyframes flip-down-front {
0% {
-webkit-transform:rotateX(0deg);
transform:rotateX(0deg);
background-color:#000000;
color:#D3E0E8;
}
100% {
-webkit-transform:rotateX(-180deg);
transform:rotateX(-180deg);
background-color:#000000;
color:black;
}
}
@-webkit-keyframes flip-down-back {
0% {
-webkit-transform:rotateY(180deg) rotateX(0deg);
transform:rotateY(180deg) rotateX(0deg);
background-color:#a6a6a6;
color:black;
}
100% {
-webkit-transform:rotateY(180deg) rotateX(180deg);
transform:rotateY(180deg) rotateX(180deg);
background-color:#000000;
color:#D3E0E8;
}
}
@keyframes flip-down-back {
0% {
-webkit-transform:rotateY(180deg) rotateX(0deg);
transform:rotateY(180deg) rotateX(0deg);
background-color:#a6a6a6;
color:black;
}
100% {
-webkit-transform:rotateY(180deg) rotateX(180deg);
transform:rotateY(180deg) rotateX(180deg);
background-color:#000000;
color:#D3E0E8;
}
}
@-webkit-keyframes fade-under {
0% {
background-color:#a6a6a6;
color:black;
}
100% {
background-color:#000000;
color:#D3E0E8;
}
}
@keyframes fade-under {
0% {
background-color:#a6a6a6;
color:black;
}
100% {
background-color:#000000;
color:#D3E0E8;
}
}
.clock {
	position: absolute;
	top: 32%;
	right: 8%;
}
.clock .digit:nth-child(2n+3) {
	margin-right: 12.5vw;
}
.clock .digit:last-child {
	margin-right: 0;
}
.the-arrow {
	width: 64px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.the-arrow.-left {
	position: absolute;
	top: 60%;
	left: 0;
}
.the-arrow.-left > .shaft {
	width: 0;
	background-color: #999;
}
.the-arrow.-left > .shaft:before, .the-arrow.-left > .shaft:after {
	width: 0;
	background-color: #999;
}
.the-arrow.-left > .shaft:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.the-arrow.-left > .shaft:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.the-arrow.-right {
	top: 3px;
	display: none;
	width: 1px;
}
.the-arrow.-right > .shaft {
	width: 64px;
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}
.the-arrow.-right > .shaft:before, .the-arrow.-right > .shaft:after {
	width: 8px;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
.the-arrow.-right > .shaft:before {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.the-arrow.-right > .shaft:after {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.the-arrow > .shaft {
	background-color: #fff;
	display: block;
	height: 1px;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	will-change: transform;
}
.the-arrow > .shaft:before, .the-arrow > .shaft:after {
	background-color: #fff;
	content: '';
	display: block;
	height: 1px;
	position: absolute;
	top: 0;
	right: 0;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
.the-arrow > .shaft:before {
	-webkit-transform-origin: top right;
	transform-origin: top right;
}
.the-arrow > .shaft:after {
	-webkit-transform-origin: bottom right;
	transform-origin: bottom right;
}
.animated-arrow {
	display: inline-block;
	color: #999;
	text-decoration: none;
	position: relative;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.animated-arrow:hover {
	color: #eaeaea;
	text-decoration: none;
}
.animated-arrow:hover > .the-arrow.-left > .shaft {
	width: 64px;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before, .animated-arrow:hover > .the-arrow.-left > .shaft:after {
	width: 8px;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	background-color: #eaeaea;
}
.animated-arrow:hover > .the-arrow.-left > .shaft:before {
	-webkit-transform: rotate(40deg);
	transform: rotate(40deg);
}
.animated-arrow:hover > .the-arrow.-left > .shaft:after {
	-webkit-transform: rotate(-40deg);
	transform: rotate(-40deg);
}
.animated-arrow:hover > .main {
	-webkit-transform: translateX(63px);
	transform: translateX(63px);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft {
	width: 0;
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
	-webkit-transition-delay: 0;
	transition-delay: 0;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before, .animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
	width: 0;
	-webkit-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:before {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.animated-arrow:hover > .main > .the-arrow.-right > .shaft:after {
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
.animated-arrow > .main {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	width: 260px;
	padding: 0 10px;
}
.animated-arrow > .main > .text {
	margin: 0 16px 0 0;
	line-height: 1;
}
.animated-arrow > .main > .the-arrow {
	position: relative;
}
.arrow, .arrow:before, .arrow:after {
	transition: all .3s ease-in-out;
}
.arrow {
	font-size: 36px;
	color: #959595;
	font-weight: 500;
	position: absolute;
	right: 18px;
	top: 18px;
}
.open .arrow {
	transform: rotate(-225deg);
}
.inner-start-box .start-box a:hover .arrow {
	color: #fff;
}
.inner-start-box .start-box a:focus .arrow {
	color: #959595;
}
.certifcate .start-box a.open {
	background-color: #00aeef;
	border: 1px solid #00aeef;
	color: #fff;
}
.certifcate .start-box a.open .arrow {
	color: #fff;
}
.blog-img {
	border: solid 1px #f6f6f6;
	padding: 3px;
	margin-bottom: 20px;
}
.right-sidebar .sidebar-content .input-group {
	margin: 0 0 0 0;
	padding: 25px 0;
}
.right-sidebar .sidebar-content .input-group .form-control {
	height: 40px;
	border: 1px solid #ccc;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.right-sidebar .sidebar-content .input-group .form-control:focus {
	border: 1px solid #ccc;
}
.right-sidebar .sidebar-content .input-group .btn {
	padding: 9px 12px;
	background: #00aeef;
	border-color: #00aeef;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.right-sidebar .sidebar-content .input-group .btn:hover {
	background: #86BC10;
	border: solid 1px #86BC10;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.right-sidebar .sidebar-content .list-group {
	margin: 0 0 0 0;
	padding: 20px 0;
}
.right-sidebar .sidebar-content .list-group li {
	margin: 0 0 0 0;
	padding: 2px 0;
	border: none;
}
.right-sidebar .sidebar-content .list-group li a {
	color: #2098d1;
	margin: 0 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.right-sidebar .sidebar-content .list-group li a:before {
	font-family: FontAwesome;
	content: "\f046";
	padding-right: 6px;
}
.right-sidebar .sidebar-content .list-group li a:hover {
	background: #86BC10;
	border-color: #fff;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.right-sidebar .sidebar-content .tags {
	margin: 0 0 0 0;
	padding: 25px 0;
	height: 100%;
	overflow: hidden;
}
.right-sidebar .sidebar-content .tags a {
	border: solid 1px #ddd;
	display: block;
	float: left;
	margin: 0 3px 3px 0;
	padding: 8px 16px;
	text-decoration: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.right-sidebar .sidebar-content .tags a:hover {
	background: #86BC10;
	border-color: #86BC10;
	color: #fff;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
.post-thumb .photo {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	position: relative;
}
.overlay, .background-overlay {
	backface-visibility: hidden;
	border-radius: inherit;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	transform: translateZ(0px) scale(1, 1);
	transition: all 0.35s ease 0s;
	width: 100%;
}
.overlay {
	background-color: rgba(134, 188, 16, 0.75);
}
i.fa, .fa:hover {
	text-decoration: none;
}
.fa {
	display: inline-block;
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	line-height: 1;
}
.overlay i.sm, .overlay i.md {
	border-radius: 100%;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
}
.overlay i.md {
	font-size: 15px;
	line-height: 74px;
	margin-left: -37px;
	margin-top: -37px;
	width: 74px;
}
.overlay i.sm, .overlay i.md {
	background: rgba(0, 0, 0, 0.6) none repeat 0 0;
	color: #fff;
}
.post-thumb .photo:hover > .overlay {
	opacity: 1;
}
.blog_heading_control {
	padding-bottom: 10px!important;
}
.form-3 {
	margin-top: 20px;
	padding-top: 20px;
	border-top: solid 1px #e1e1e1;
}
.form-3 .form-control {
	height: 50px;
	margin-bottom: 10px;
	border: 1px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.form-3 .form-control:focus {
	border: 1px solid #ccc;
}
.form-3 textarea {
	height: 150px!important;
}
.button {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
}
.button.solid {
	position: relative;
}
.button.solid {
	color: #fff;
	text-decoration: none;
}
.button.sm .over i {
	display: none;
}
.button.sm .over {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	display: inline-block;
	margin-right: 30px;
	color: #666;
	font-size: 22px;
	font-weight: 300;
	margin-top: 50px;
	margin-bottom: 100px;
	padding: 20px 20px;
	width: 265px;
	height: 76px;
	line-height: 30px;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.20);
}
.button.sm .over:hover, .button.sm .over:active {
	text-decoration: none;
	color: #fff;
	border-color: #017197;
	background: #017197;
}
.button.sm .over button {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
	background: transparent;
	border: none;
}
.button.sm .over button:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -12px;
	transform: rotate(0deg);
}
.button.sm .over:hover button, .button.sm .over:active button {
	padding-right: 30px;
}
.button.sm .over:hover button:after, .button.sm .over:active button:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 50%;
}
.home-carousel {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 999;
	display: block;
	background: transparent;
	background: url(../../../app/webroot/img/frontend/overlay4.png) 0 0 no-repeat;
	background-size: cover;
}
.banner-wrapper {
	background: url(../../../app/webroot/img/frontend/slider-bg.jpg) top right no-repeat;
	padding-top: 0px;
	height: 640px;
	overflow: hidden;
	position: relative;
}
#carousel-bnnr {
	margin-top: 0;
	width: 18700px!important;
}
#carousel-bnnr div {
	text-align: center;
	height: 640px;
	float: left;
	position: relative;
	margin: 0 -20px;
}
#carousel-bnnr div img {
	margin-top: 0;
	border: none;
	height: 640px;
	-webkit-transition: all 2s ease;
	-moz-transition: all 2s ease;
	-ms-transition: all 2s ease;
	transition: all 2s ease;
}
#carousel-bnnr div img:hover {
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}
.certificate-banner {
	position: relative;
	background-color: #000;
}
.certificate-banner .mask {
	background: url(../../../app/webroot/img/frontend/overlay2.png) 0 0 repeat;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.information-link .slide a {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	display: inline-block;
	color: #666;
	font-size: 20px;
	font-weight: 300;
	margin-top: 15px;
	margin-bottom: 15px;
	padding: 15px 15px;
	width: 100%;
	line-height: 30px;
	border: solid 1px #ccc;
}
.information-link .slide a:hover, .information-link .slide a:active {
	text-decoration: none;
	color: #fff;
	border-color:#017197;
    background:#017197;
}
.information-link .slide a.selected {
	text-decoration: none;
	color: #fff;
	border-color:#017197;
    background:#017197;
}
.information-link .slide a span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
.information-link .slide a span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -12px;
	transform: rotate(0deg);
}
.information-link .slide a.selected span {
	padding-right: 30px;
}
.information-link .slide a.selected span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 50%;
}
.information-link .slide a:hover span, .information-link .slide a:active span {
	padding-right: 30px;
}
.information-link .slide a:hover span:after, .information-link .slide a:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 50%;
}
.information-link .col-md-12 {
	overflow: hidden;
}
.information-link .content {
	font-family: 'Lato', sans-serif;
	color: #666;
	border: solid 1px #ccc;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
	padding: 1em;
	margin-bottom: 15px;
}
.information-link .content a {
	display: inline-block;
	color: #666;
	text-decoration: none!important;
}
.information-link .content a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #666;
	transition: width .3s;
}
.information-link .content a:hover::after {
	width: 100%;
//transition:width .3s;
}
.information-link .content.tabZoom {
	-webkit-animation: fadeInDown 0.7s ease-in both;
	animation: fadeInDown 0.7s ease-in both;
}
nav.menu {
	background: #97CF1C;
	position: relative;
	min-height: 55px;
	height: 100%;
	z-index: 999;
	margin-bottom: 30px;
}
.menu > ul {
	padding-left: 0px;
	margin-bottom: 0px;
	height: 100%;
	overflow: hidden;
}
.menu > ul > li {
	list-style: none;
	float: left;
	display: inline;
	color: #fff;
	line-height: 55px;
	border-right: solid 1px #84b910;
}
.menu > ul > li:last-child {
	border: none;
}
.menu > ul li a, .xs-menu li a {
	text-decoration: none;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 0px 40px;
}
.menu > ul li a:hover {
	background: #84b910;
	color: #fff;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
}
.displaynone {
	display: none;
}
.xs-menu-cont {
	display: none;
}
.xs-menu-cont > a {
	background: none repeat scroll 0 0 #97CF1C;
	border-radius: 3px;
	padding: 3px 6px;
	display: block;
	border-bottom: 1px solid #6c970d;
	box-shadow: 0 1px 2px #6c970d;
	-webkit-box-shadow: 0 1px 2px #6c970d;
	-moz-box-shadow: 0 1px 2px #6c970d;
}
.xs-menu-cont > a:hover {
	cursor: pointer;
}
.xs-menu ul {
	padding-left: 0px;
}
.xs-menu li {
	color: #fff;
	padding: 14px 30px;
	border-bottom: 1px solid #ccc;
	background: #97cf1c;
}
.xs-menu li:hover {
}
.xs-menu a {
	text-decoration: none;
}
.xs-menu li ul {
	padding-left: 0;
	padding-right: 0px;
}
.xs-menu li ul li {
	padding-left: 0;
	padding-right: 0px;
	padding-top: 6px;
	padding-bottom: 6px;
	list-style: none;
	border: none;
}
.xs-menu li ul li a {
	text-transform: none;
	font-size: 12px;
}
.mega-menu {
	background: none repeat scroll 0 0 #84b910;
	left: 0;
	margin-top: -3px;
	position: absolute;
	width: 100%;
	padding: 0px 15px;
	display: none;
	transition-duration: 0.9s;
}
#menutoggle i {
	color: #fff;
	font-size: 33px;
	margin: 0;
	padding: 0;
}
.mm-6column:after, .mm-6column:before, .mm-4column:after, .mm-4column:before, .mm-3column:after, .mm-3column:before {
	content: "";
	display: table;
	clear: both;
}
.mm-6column, .mm-4column, .mm-3column {
	float: left;
	position: relative;
}
.mm-6column {
	width: 50%;
}
.mm-4column {
	width: 33%;
}
.mm-3column {
	width: 25%;
}
.responsive-img {
	display: block;
	max-width: 100%;
}
.left-images {
	margin-right: 25px;
}
.left-images, .left-categories-list {
	float: left;
}
.categories-list ul {
	padding-left: 0!important;
}
.categories-list li {
	display: block;
	line-height: normal;
	margin: 0;
	padding: 0 0;
}
.categories-list li a {
	padding: 0px 0px!important;
	font-size: 14px!important;
	line-height: 36px!important;
	text-transform: none!important;
	display: inline-block!important;
}
.categories-list li a::after {
	content: '';
	display: block;
	width: 0;
	height: 1px;
	background: #fff;
	transition: width .3s;
}
.categories-list li a:hover::after {
	width: 100%;
//transition:width .3s;
}
.left-images > p {
	background: none repeat scroll 0 0 #ff7f50;
	display: block;
	font-size: 18px;
	line-height: normal;
	margin: 0;
	padding: 5px 14px;
}
.categories-list span {
	font-size: 18px;
	padding-bottom: 5px;
	text-transform: uppercase;
}
.display-on {
	display: block;
	transition-duration: 0.9s;
}
.drop-down > a:after {
	content: "\f103";
	color: #fff;
	font-family: FontAwesome;
	font-style: normal;
	margin-left: 5px;
}
.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@-webkit-keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
@keyframes fadeIn {
0% {
opacity:0;
}
100% {
opacity:1;
}
}
.boxes-5 .pull-left {
	margin-bottom: 72px;
	margin-right: 18px;
	margin-top: -8px;
}
.icon {
	text-align: left!important;
}
.main-text-color {
	color: #00aeef;
	font-size: 21px !important;
	margin-right: 15px !important;
	margin-top: 6px;
	min-width: 20px;
	text-align: center;
}
.element > p {
	font-size: 14px !important;
	padding-bottom: 8px !important;
}
.ampm {
	color: #d3e0e8;
	font-size: 18px;
	font-weight: 600;
	left: 0;
	position: absolute;
	top: 12%;
}
.testimonials #quote-carousel .carousel-inner .item {
	min-height: 227px;
	padding-left: 0!important;
	padding-right: 0!important;
}
.testimonials .carousel-inner .item p {
	font-size: 16px!important;
	font-weight: 400!important;
}
.testimonials .carousel-inner .item p:before {
	content: "\00af";
	height: 20px;
	margin: 0 auto;
	display: block;
	clear: both;
	font-size: 26px;
}
button.scroll-text {
	font-family: 'Lato', sans-serif;
	color: #fcfcfe;
	font-size: 18px;
	font-weight: 300;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto;
	width: 340px;
	text-align: center;
	top: 33px;
	z-index: 99;
	text-transform: uppercase;
	border: solid 1px #fcfcfe;
	background: none;
	padding: 20px 0;
}
button.scroll-text:hover {
	background: #86BC10;
	border: solid 1px #86BC10;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}
button.scroll-text a {
	color: #fcfcfe;
	font-size: 13px;
	font-weight: 300;
	letter-spacing: 1px;
}
button.scroll-text a:hover {
	color: #000;
	text-decoration: none;
}
button.scroll-text span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
button.scroll-text span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -18px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 20px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
button.scroll-text:hover span {
	padding-right: 30px;
}
button.scroll-text:hover span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}
#wizard5 {
	min-height: 400px;
}
#wizard5 .header-search ul li button {
	width: 280px!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	height: 50px!important;
}
#wizard5 .header-search ul li button span {
	margin: 0px!important;
	font-weight: 300!important;
}
.find-course #QLD {
	min-height: 310px!important;
}
.find-course #SA {
	min-height: 237px!important;
}
.find-course #WA {
	min-height: 237px!important;
}
.find-course #NT {
	min-height: 237px!important;
}
.divgrid .course .course-img {
	min-height: 237px;
}
.divlist .money-back-intro h5 {
	border: none!important;
}
.tooltip-inner {
	background-color: #000;
	color: #fff;
	padding: 12px 8px;
	width: 200px;
}
.background-cover {
	background-size: cover!important;
}
.right-sidebar img {
	width: 100%;
}
#wizard5 #course_name .bootstrap-select.btn-group .dropdown-menu {
	max-height: 190px!important;
	height: 190px!important;
}
#wizard5 #course_name .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 180px!important;
	height: 180px!important;
}
.about-block h2 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-family: "Lato", sans-serif;
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 32px;
}
.about-block h4 {
	margin: 0 0 0 0;
	padding: 0 0 15px 0;
	font-family: "Lato", sans-serif;
	font-size: 24px;
	line-height: 32px;
}
.gridlist1 {
	margin: 0 0 20px 0;
	padding: 0 0 10px 0;
	height: 100%;
	overflow: hidden;
	border-bottom: 1px solid #dcdcdc;
}
.gridlist1 h4 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	float: left;
}
.list-style-buttons {
	float: right;
}
.list-style-buttons a {
	border-left: 1px solid #289eff;
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
}
.list-style-buttons a:first-child {
	border-left: none;
	padding-left: 0;
	padding-right: 10px;
}
.list-style-buttons a:last-child {
	padding-right: 0;
}
.list-style-buttons a img {
	width: 28px;
}
#comment_form .form-group {
	position: relative;
	display: block;
}
#comment_form .form-group input, #comment_form .form-group textarea {
	box-sizing: border-box;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#comment_form .form-group input::-webkit-input-placeholder, #comment_form .form-group textarea::-webkit-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
#comment_form .form-group input::-moz-placeholder, #comment_form .form-group textarea::-moz-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
#comment_form .form-group input:-ms-input-placeholder, #comment_form .form-group textarea:-ms-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
#comment_form .form-group input::placeholder, #comment_form .form-group textarea::placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#999;
}
#comment_form .form-group input:focus, #comment_form .form-group textarea:focus, #comment_form .form-group input.populated, #comment_form .form-group textarea.populated {
	padding-top: 21px;
	padding-bottom: 5px;
}
.form-control:focus {
	border-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
#comment_form .form-group input:focus::-webkit-input-placeholder, #comment_form .form-group textarea:focus::-webkit-input-placeholder, #comment_form .form-group input.populated::-webkit-input-placeholder, #comment_form .form-group textarea.populated::-webkit-input-placeholder {
color:transparent;
}
#comment_form .form-group input:focus::-moz-placeholder, #comment_form .form-group input.populated::-moz-placeholder, #comment_form .form-group textarea:focus::-moz-placeholder, #comment_form .form-group textarea.populated::-moz-placeholder {
color:transparent;
}
#comment_form .form-group input:focus:-ms-input-placeholder, #comment_form .form-group input.populated:-ms-input-placeholder, #comment_form .form-group textarea:focus:-ms-input-placeholder, #comment_form .form-group textarea.populated:-ms-input-placeholder {
color:transparent;
}
#comment_form .form-group input:focus::placeholder, #comment_form .form-group input.populated::placeholder, #comment_form .form-group textarea:focus::placeholder, #comment_form .form-group textarea.populated::placeholder {
color:transparent;
}
#comment_form .form-group input:focus + span, #comment_form .form-group input.populated + span, #comment_form .form-group textarea:focus + span, #comment_form .form-group textarea.populated + span {
	opacity: 1;
	top: 3px;
}
#comment_form .form-group span {
	color: #999;
	position: absolute;
	top: 0px;
	left: 12px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.down_close {
}
.information-link ul li:before {
	content: "\2713";
	color: #9BCC30;
	margin-right: 5px;
}
.sidebar-content .header-search-btn span {
	left: 7px;
	top: 10px;
}
.phone a {
	color: #fff;
	text-decoration: none;
}
.phone a:hover, .phone a:focus {
	color: #fff;
	text-decoration: none;
}
.wizard-all {
	min-height: 175px!important;
}
.wizard-all #quote-carousel .carousel-inner {
	overflow: visible!important;
}
.wizard-all #quote-carousel .carousel-inner .item {
	min-height: 175px!important;
}
.wizard-all .bootstrap-select.btn-group .dropdown-menu {
	max-height: 78px!important;
}
.wizard-all .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 78px!important;
}
.sales-training .course {
	min-height: auto!important;
}
.disclaimer {
	font-family: "Lato", sans-serif;
	margin-top: 40px;
	color: #fff;
}
.disclaimer h4 {
	font-size: 16px!important;
	padding-bottom: 10px;
}
.disclaimer p {
	font-weight: 300;
	margin-bottom: 5px;
}
.disclaimer p a {
	color: #fff;
}
.disclaimer p a:hover {
	color: #ccc;
}
.author {
	position: fixed;
	right: -150px;
	top: 50%;
	transform: rotate(-90deg);
	color: #fff;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, .7);
	z-index: 999;
}
.author-image {
	position: fixed;
	right: 0;
	bottom: 0px;
	z-index: 1;
}
.generic1 {
	background-image: url(../../../app/webroot/img/wizard/genn1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.generic1 #wrapper {
	background: transparent!important;
}
.generic1 #page-content-wrapper {
	background: transparent!important;
}
.generic2 {
	background-image: url(../../../img/wizard/genn2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.generic2 #wrapper {
	background: transparent!important;
}
.generic2 #page-content-wrapper {
	background: transparent!important;
}
.generic3 {
	background-image: url(../../../img/wizard/genn3a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.generic3 #wrapper {
	background: transparent!important;
}
.generic3 #page-content-wrapper {
	background: transparent!important;
}
.generic4 {
	background-image: url(../../../img/wizard/genn4a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.generic4 #wrapper {
	background: transparent!important;
}
.generic4 #page-content-wrapper {
	background: transparent!important;
}
.generic5 {
	background-image: url(../../../img/wizard/genn5a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.generic5 #wrapper {
	background: transparent!important;
}
.generic5 #page-content-wrapper {
	background: transparent!important;
}
.licence-intro1 {
	background: #fff!important;
}
#wizard2 .header-search ul li button {
	width: 280px!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	height: 50px!important;
}
#wizard2 .header-search ul li button span {
	margin: 0px!important;
	font-weight: 300!important;
}
#wizard1 {
	padding-top: 1%!important;
}
#wizard5 #quote-carousel .carousel-inner .item {
	padding-top: 1%!important;
	min-height: 420px!important;
}
.wizard-bottom .carousel {
	padding: 10px!important;
}
#wizard4 {
	padding-top: 1%!important;
}
#wizard2 {
	padding-top: 1%!important;
}
.step2 .form-banner .form-group {
	position: relative;
	display: block;
}
.step2 .form-banner .form-group input, .step2 .form-banner .form-group textarea {
	box-sizing: border-box;
	display: block;
	outline: none;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.step2 .form-banner .form-group input::-webkit-input-placeholder, .step2 .form-banner .form-group textarea::-webkit-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-banner .form-group input::-moz-placeholder, .step2 .form-banner .form-group textarea::-moz-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-banner .form-group input:-ms-input-placeholder, .step2 .form-banner .form-group textarea:-ms-input-placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-banner .form-group input::placeholder, .step2 .form-banner .form-group textarea::placeholder {
-webkit-transition:all 0.2s ease-in-out;
transition:all 0.2s ease-in-out;
color:#fff;
}
.step2 .form-banner .form-group input:focus, .step2 .form-banner .form-group input.populated, .step2 .form-banner .form-group textarea:focus {
	padding-top: 21px;
	padding-bottom: 5px;
}
.step2 .form-control:focus {
	border-color: #fff;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0) inset, 0 0 0 rgba(102, 175, 233, 0);
}
.step2 .form-banner .form-group input:focus::-webkit-input-placeholder, .step2 .form-banner .form-group input.populated::-webkit-input-placeholder, .step2 .form-banner .form-group textarea:focus::-webkit-input-placeholder {
color:transparent;
}
.step2 .form-banner .form-group input:focus::-moz-placeholder, .step2 .form-banner .form-group input.populated::-moz-placeholder, .step2 .form-banner .form-group textarea:focus::-moz-placeholder {
color:transparent;
}
.step2 .form-banner .form-group input:focus:-ms-input-placeholder, .step2 .form-banner .form-group input.populated:-ms-input-placeholder, .step2 .form-banner .form-group textarea:focus:-ms-input-placeholder {
color:transparent;
}
.step2 .form-banner .form-group input:focus::placeholder, .step2 .form-banner .form-group input.populated::placeholder, .step2 .form-banner .form-group textarea {
color:transparent;
}
.step2 .form-banner .form-group input:focus + span, .step2 .form-banner .form-group input.populated + span, .step2 .form-banner .form-group textarea:focus + span {
	opacity: 1;
	top: 3px;
}
.step2 .form-banner .form-group span {
	color: #fff;
	position: absolute;
	top: 0px;
	left: 12px;
	opacity: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#qualification2 {
	height: 60px!important;
	color: #fff!important;
	padding: 6px 12px!important;
}
#wizard3 .form-group {
	margin: 0 auto;
	width: 360px;
}
#wizard3 .form-banner .form-group span {
	left: 22px;
}
.cs1 {
	background-image: url(../../../img/wizard/cs1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cs1 #wrapper {
	background: transparent!important;
}
.cs1 #page-content-wrapper {
	background: transparent!important;
}
.cs2 {
	background-image: url(../../../img/wizard/cs2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cs2 #wrapper {
	background: transparent!important;
}
.cs2 #page-content-wrapper {
	background: transparent!important;
}
.cs3 {
	background-image: url(../../../img/wizard/cs3a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cs3 #wrapper {
	background: transparent!important;
}
.cs3 #page-content-wrapper {
	background: transparent!important;
}
.cs4 {
	background-image: url(../../../img/wizard/cs4a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cs4 #wrapper {
	background: transparent!important;
}
.cs4 #page-content-wrapper {
	background: transparent!important;
}
.cs5 {
	background-image: url(../../../img/wizard/cs5a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cs5 #wrapper {
	background: transparent!important;
}
.cs5 #page-content-wrapper {
	background: transparent!important;
}
.bc1 {
	background-image: url(../../../img/wizard/bc1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.bc1 #wrapper {
	background: transparent!important;
}
.bc1 #page-content-wrapper {
	background: transparent!important;
}
.bc2 {
	background-image: url(../../../img/wizard/bc2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.bc2 #wrapper {
	background: transparent!important;
}
.bc2 #page-content-wrapper {
	background: transparent!important;
}
.bc3 {
	background-image: url(../../../img/wizard/bc3a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.bc3 #wrapper {
	background: transparent!important;
}
.bc3 #page-content-wrapper {
	background: transparent!important;
}
.bc4 {
	background-image: url(../../../img/wizard/bc4a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.bc4 #wrapper {
	background: transparent!important;
}
.bc4 #page-content-wrapper {
	background: transparent!important;
}
.bc5 {
	background-image: url(../../../img/wizard/bc5a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.bc5 #wrapper {
	background: transparent!important;
}
.bc5 #page-content-wrapper {
	background: transparent!important;
}
.cch1 {
	background-image: url(../../../img/wizard/cch1a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cch1 #wrapper {
	background: transparent!important;
}
.cch1 #page-content-wrapper {
	background: transparent!important;
}
.cch2 {
	background-image: url(../../../img/wizard/cch2a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cch2 #wrapper {
	background: transparent!important;
}
.cch2 #page-content-wrapper {
	background: transparent!important;
}
.cch3 {
	background-image: url(../../../img/wizard/cch3a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cch3 #wrapper {
	background: transparent!important;
}
.cch3 #page-content-wrapper {
	background: transparent!important;
}
.cch4 {
	background-image: url(../../../img/wizard/cch4a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cch4 #wrapper {
	background: transparent!important;
}
.cch4 #page-content-wrapper {
	background: transparent!important;
}
.cch5 {
	background-image: url(../../../img/wizard/cch5a.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
}
.cch5 #wrapper {
	background: transparent!important;
}
.cch5 #page-content-wrapper {
	background: transparent!important;
}
.list-group-item {
	padding: 10px 15px!important;
}
.wizard-mid .phone-no {
	margin-top: 28px;
}
.logo-wizard {
	margin-top: 10px;
}
.wizard-bottom button.button {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	border: 1px solid #fff;
	background: #86bc10;
	display: inline-block;
	color: #fdfcfc;
	font-size: 22px;
	font-weight: 300;
	margin: 15px auto 0 auto;
	padding: 20px 25px;
	width: 169px;
	height: 76px;
	display: block;
	position: relative;
	line-height: 30px;
}
.wizard-bottom button.button:hover, .wizard-bottom button.button:active {
	text-decoration: none;
	color: #fff;
	border-color: #017197;
	background: #017197;
}
.wizard-bottom button.button span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
.wizard-bottom button.button span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -10px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 0px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
.wizard-bottom button.button:hover span, .wizard-bottom button.button:active span {
	padding-right: 20px;
}
.wizard-bottom button.button:hover span:after, .wizard-bottom button.button:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}
.step3 button.button {
	background: none;
	width: 100%;
	margin-top: 15px;
	margin-bottom: 0;
	font-size: 16px;
}
#course_name1 {
	margin-left: 0px!important;
}
#course_name {
	margin-left: 0px!important;
}
.thanks2 {
	background: none!important;
}
.thanks3 {
	background-position: 0 -135px;
	padding-top: 6% !important;
}
.thanks3 #quote-carousel .carousel-inner .item {
	min-height: 255px!important;
}
.footer-menu2 p {
	clear: both;
	color: #fdfafa;
	display: block;
	font-size: 14px;
	font-weight: 300;
	line-height: 24px;
	width: 100%;
	margin: 0 0!important;
	padding: 0 0!important;
}
.footer-menu2 p span {
	font-weight: 400;
}
.footer-menu2 h4 a {
	font-weight: 600;
}
.thanks3 h2 a {
	color: #fff;
	font-weight: 400;
}
#carousel-safari {
	max-width: 100%!important;
}
#carousel-safari .carousel-inner > .item {
	padding-left: 15px;
	padding-right: 15px;
}
#carousel-safari .col-sm-4 {
	padding-left: 0px;
	padding-right: 0px;
}
#carousel-safari .grid figure img {
	min-height: 273px!important;
	width: 100%;
}
.mob-arrow {
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 33px;
	width: 76px;
	z-index: 999;
}
.find-course-sitemap {
	border: none;
	float: left;
	margin-bottom: 25px;
	padding-bottom: 10px;
	padding-top: 0;
	width: 100%;
}
.find-course-sitemap .footer-menu2 {
	color: #333333;
}
.find-course-sitemap .footer-menu2 a {
	color: #333333;
}
.find-course-sitemap .footer-menu2 h4 {
	color: #333333 !important;
	font-size: 14px !important;
	font-weight: 600 !important;
	line-height: 30px !important;
	margin-top: 10px !important;
	padding: 0 !important;
}
.find-course-sitemap #QLD {
	min-height: 310px!important;
}
.find-course-sitemap #SA {
	min-height: 237px!important;
}
.find-course-sitemap #WA {
	min-height: 237px!important;
}
.find-course-sitemap #NT {
	min-height: 237px!important;
}
.header-search-btn-black {
	background-color: #fff !important;
	border-radius: 50%;
	box-sizing: border-box;
	color: #000;
	display: block;
	height: 39px;
	padding: 11px 13px;
	position: relative;
	width: 39px;
}
.header-search-btn-black span {
	left: 9px;
	position: absolute;
	top: 7px;
}
.phone {
	background: rgba(0, 0, 0, 0) url("../../../app/webroot/img/frontend/phone1.svg") no-repeat 0 0!important;
}
.rpl_banner h1 {
	padding-top: 0px!important;
}
.rpl_banner p {
	max-width: 560px!important;
	padding-bottom: 20px;
}
.rpl_banner ul {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
}
.rpl_banner ul li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	list-style: none;
	font-weight: 300;
}
.rpl_banner ul li:before {
	content: "\2713";
	color: #fff;
	margin-right: 5px;
}
.rpl_banner ul li:nth-child(2):before {
	margin-bottom: 12px;
	float: left;
}
.blue-col {
	-webkit-transform: translate(-100%, 0);
	-moz-transform: translate(-100%, 0);
}
.sld-div {
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
}
/* RPL Banner */
.rpl-banner {
	background-color: #282828;
}
.rpl-banner a {
	font-weight: bold;
	color: #fff;
}
.rpl-banner.inner-banner {
	min-height: 570px;
	padding-top: 145px;
	padding-bottom: 185px;
}
.rpl-banner ul {
	margin: 0;
}
.rpl-banner .form-banner {
	position: relative;
	z-index: 10;
}
.rpl-banner-bottom {
	position: relative;
	min-height: 145px;
	padding: 10px 0;
	background-color: #00aeef;
	color: #fff;
}
.rpl-banner-bottom .rpl-banner-bottom-target {
	opacity: 0;
}
.rpl-banner-img {
	position: absolute;
	width: 380px;
	left: 0;
	right: 0;
	bottom: -10px;
	margin: 0 auto;
	z-index: 1;
}
.rpl-banner-bottom h2 {
	margin-top: 0;
}
.rpl-author {
	position: relative;
	width: 200px;
	padding: 10px;
	background-color: #282828;
	border-left: 5px solid #86bc11;
	z-index: 10;
}
.rpl-author-name {
	font-weight: bold;
}
.rpl-author-desc {
	font-size: 13px;
	font-weight: normal;
}
.rpl-banner .rpl-read-more-target {
	display: none;
}
.rpl-banner .rpl-read-more a {
	font-family: 16px;
	font-weight: bold;
	color: #fff;
	text-decoration: underline;
}

@media (min-width: 768px) and (max-width: 991px) {
.rpl-banner-img,  .rpl-author {
	display: none;
}
.course.partner-course {
    min-height: 436px !important;
}
}

@media (min-width: 768px) {
.rpl-banner.inner-banner {
	padding-bottom: 0;
}
.rpl-banner .rpl-read-more-target {
	display: block;
}
.rpl-banner .rpl-read-more {
	display: none;
}
.rpl-banner-img {
	width: 568px;
}
.rpl-banner-bottom .rpl-banner-bottom-target {
	opacity: 1;
}
}

@media (min-width: 992px) {
.rpl-banner-bottom .col-md-5 {
	min-height: 145px;
}
}
.rpl-banner .mask {
	display: none;
}
.terms-wrap ol {
	list-style: none;
	line-height: 24px;
}
.terms-wrap ol li:before {
	content: attr(data-value);
	display: inline-block;
	margin-right: 10px;
}
.terms-wrap p {
	margin-left: 35px!important;
}
.post-thumb {
	height: 104px;
	overflow: hidden;
	margin-bottom: 0px!important;
}
.post-thumb .overlay a {
	text-decoration: none;
}
.post-thumb .overlay a:hover {
	text-decoration: none;
}
.post-thumb .overlay a p {
	color: #fff;
	line-height: 18px;
	margin: 0;
	padding: 65px 5px 0;
	text-decoration: none;
}
.post-thumb .overlay a:hover p {
	text-decoration: none;
}
.mobile-title {
	line-height: 18px!important;
	margin: 0!important;
	padding: 5px 0 20px 0!important;
	text-decoration: none!important;
}
.certifcate .start-box a {
	padding-left: 20px;
}
.home-popup {
	/*display: none;*/
	background-color: #86bc10;
	padding: 10px 0;
	/*margin-bottom: 5px;*/
	margin-bottom: 12px;
	color: #fff;
}
.home-popup a {
	color: #fff;
	text-decoration: underline;
}
.home-popup .container {
	position: relative;
}
.home-popup-close {
	position: absolute;
	top: 0;
	right: 10px;
	color: #fff;
}
/*--- Added on 04-09-17 ---*/
.home-banner {
	background: #242424;
	background-color: #262523;
	background-image: url(../../../app/webroot/img/frontend/bg-construction-home.jpg);
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: cover;
	padding-top: 110px;
	padding-bottom: 45px;
	min-height: 572px;
}
.home-banner .carousel {
	padding: 0 0 0 90px;
}
.home-banner .carousel-indicators {
	display: none;
}
.home-banner .banner-text {
	margin: 0 0 0 0;
	padding: 40px 0 0 0;
	text-align: left;
	min-height: 205px;
}
.home-banner h1 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
}
.home-banner h1 span {
	font-weight: 800;
}
.home-banner .slider-content {
	margin: 0 0 0 0;
	padding: 10px 0 0 0;
}
.home-banner p {
	color: #fff;
	font-weight: 400;
	max-width: 420px;
}

@media only screen and (min-width:767px) {
.home-banner h1 {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 40px;
	font-weight: 300;
}
.home-banner p {
	margin: 0 0 0 0;
	padding: 10px 0 40px 0;
	font-size: 16px;
	line-height: 22px;
}
}
.home-banner a.button {
	text-align: center;
	font-family: "Lato", sans-serif;
	overflow: hidden;
	transition: all 0.5s;
	border: solid 1px #017197;
	background: #017197;
	display: inline-block;
	margin-left: 0px;
	margin-right: 15px;
	color: #fff;
	font-size: 18px;
	font-weight: 300;
	margin-top: 0px;
	padding: 16px 15px;
	width: 215px;
	height: 60px;
	position: relative;
	line-height: 25px;
}

@media (max-width: 767px) {
.home-banner a.button {
	font-size: 13px;
}
.fsa-rpl-new{
    padding-bottom: 0 !important;
}

.course .partner-img {
    min-height: 150px !important;
}

}
.home-banner a.button:hover, .home-banner a.button:active {
	text-decoration: none;
	color: #fff;
}
.home-banner a.button span {
	display: inline-block;
	position: relative;
	padding-right: 0;
	transition: padding-right 0.5s;
}
.home-banner a.button span:after {
	font-family: "themify";
	content: "\e65f";
	position: absolute;
	top: 0;
	right: -14px;
	opacity: 0;
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	text-align: center;
	display: inline-block;
	font-size: 25px;
	margin-left: 16px;
	height: 10px;
	width: 10px;
	margin-top: -16px;
	transform: rotate(0deg);
}
.home-banner a.button:hover span, .home-banner a.button:active span {
	padding-right: 25px;
}
.home-banner a.button:hover span:after, .home-banner a.button:active span:after {
	transition: opacity 0.5s, top 0.5s, right 0.5s;
	opacity: 1;
	border-color: #017197;
	right: 0;
	top: 16px;
}

@media only screen and (max-width:767px) {
.home-banner {
	padding-top: 120px;
	padding-bottom: 0px;
	min-height: 395px;/*background-image: url(../../../app/webroot/img/frontend/home-banner-bg1.jpg);*/
        /*background-size: 165% 92%;*/
}
}
.home-banner h1 {
	text-align: left;
}

@media only screen and (min-width:992px) and (max-width:1199px) {
.home-banner h1 {
	font-size: 36px!important;
}
.home-banner a.button {
	width: 210px!important;
}
.home-banner .banner-text {
/*min-height: 190px!important;*/
}
.home-banner p {
	padding: 10px 0 57px 0!important;
}
.start-box a {
	font-size: 18px;
}
}

@media only screen and (min-width:768px) and (max-width:991px) {
.home-banner h1 {
	margin-top: 0px;
	font-size: 2.8em;
}
.home-banner a.button {
	margin-left: 8px;
	margin-right: 0px;
}
.course .partner-img img {
    width: 45% !important;
}
.partner-course:hover h3{
    color:#fff !important;
}
.partner-course h3{
    font-size:17px !important;
}
}

@media only screen and (min-width:481px) and (max-width:767px) {
.home-banner .slider-content {
	padding: 10px 0 0 10px;
}
}

@media only screen and (min-width:321px) and (max-width:767px) {
.home-banner h1 {
	font-size: 1.5em;
	/*margin-top: 22px;*/
	margin-top: 42px;
}
.home-banner a.button {
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 100%;
	padding: 10px 15px;
	height: 50px;
	max-width: 360px;
}
}

@media only screen and (max-width:320px) {
.home-banner h1 {
	font-size: 1.7em;
	margin-top: 16px;
}
.home-banner a.button {
	margin-left: 0;
	margin-right: 0px;
	margin-bottom: 5px;
	width: 100%;
	padding: 10px 15px;
	height: 50px;
}
}
.banner-image {
	float: right;
}
.line {
	/* 	flex-basis: 50%; */
	font-size: 40px;
	color: #14f7c1;
	letter-spacing: 10px;
	position: absolute;
	opacity: 0;
	z-index: 99;
}
/*.slides {
  position: relative;
  margin: 0;
  padding: 0;
}
.slide {
  position: absolute;
  list-style-type: none;
  text-align: center;
  width: 100%;
  height: 100px;
  top: 0;
  left: 0;
}*/
.item-1, .item-2, .item-3, .item-4 {
	position: absolute;
	display: block;
	top: 90px;
	width: 60%;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.item-1 {
	animation-name: anim-1;
}
.item-2 {
	animation-name: anim-2;
}
.item-3 {
	animation-name: anim-3;
}
.item-4 {
	animation-name: anim-4;
}
.img-item-1, .img-item-2, .img-item-3, .img-item-4 {
	position: absolute;
	display: block;
	left: 20%;
	animation-duration: 20s;
	animation-timing-function: ease-in-out;
	animation-iteration-count: infinite;
}
.img-item-1 {
	animation-name: img-anim-1;
}
.img-item-2 {
	animation-name: img-anim-2;
}
.img-item-3 {
	animation-name: img-anim-3;
}
.img-item-4 {
	animation-name: img-anim-4;
}
 @keyframes anim-1 {
 0%, 5% {
right: -100%;
opacity: 0;
}
 5%, 20% {
right: 38%;
opacity: 1;
}
 25%, 100% {
right: 60%;
opacity: 0;
}
}
 @keyframes anim-2 {
 0%, 25% {
right: -100%;
opacity: 0;
}
 30%, 45% {
right: 38%;
opacity: 1;
}
 50%, 100% {
right: 60%;
opacity: 0;
}
}
 @keyframes anim-3 {
 0%, 50% {
right: -100%;
opacity: 0;
}
 55%, 70% {
right: 38%;
opacity: 1;
}
 75%, 100% {
right: 60%;
opacity: 0;
}
}
 @keyframes anim-4 {
 0%, 75% {
right: -100%;
opacity: 0;
}
 80%, 95% {
right: 38%;
opacity: 1;
}
 100% {
right: 60%;
opacity: 0;
}
}
 @keyframes img-anim-1 {
 0%, 5% {
top: 200px;
opacity: 0;
}
 5%, 20% {
top: 0px;
opacity: 1;
}
 25%, 100% {
top: -470px;
opacity: 0;
}
}
 @keyframes img-anim-2 {
 0%, 25% {
top: 200px;
opacity: 0;
}
 30%, 45% {
top: 0px;
opacity: 1;
}
 50%, 100% {
top: -470px;
opacity: 0;
}
}
 @keyframes img-anim-3 {
 0%, 50% {
top: 200px;
opacity: 0;
}
 55%, 70% {
top: 0px;
opacity: 1;
}
 75%, 100% {
top: -470px;
opacity: 0;
}
}
 @keyframes img-anim-4 {
 0%, 75% {
top: 200px;
opacity: 0;
}
 80%, 95% {
top: 0px;
opacity: 1;
}
 100% {
top: -470px;
opacity: 0;
}
}

@media only screen and (max-width:767px) {
.home-banner .banner-text {
/*min-height: 105px;*/
}
.item-1, .item-2, .item-3, .item-4 {
	top: 15px;
	padding-left: 10px;
}
.home-banner p {
	padding-bottom: 15px;
	line-height: 18px;
}
.wizard_full_assesment .col-md-8, .wizard_full_assesment .col-md-2 {
	padding: 0px;
}
.logo-full-assesment {
	margin: 0 auto;
	display: block !important;
}
.wizard-mid .phone-no {
	display: block !important;
	margin-right: 8px;
}
.wizard_full_assesment .wizard-bottom .carousel-inner .item {
	padding-bottom: 0 !important;
}
.wizard_full_assesment #quote-carousel .carousel-inner {
	margin-bottom: 0 !important;
}
.wizard-all #quote-carousel .carousel-inner {
	margin-bottom: 0px !important;
}
.wizard-all #quote-carousel .carousel-inner .item {
	padding-bottom: 0px !important;
}
}
.smallheight {
	height: 10px!important;
}
.step1 {
	padding-top: 0% !important;
}
.step1 h3 {
	font-size: 18px !important;
	padding-bottom: 15px!important;
}
.step2 h3 {
	font-size: 18px !important;
	padding-bottom: 15px!important;
}
.step3 h3 {
	font-size: 18px !important;
	padding-bottom: 15px!important;
}
.text-element p {
	font-size: 14px!important;
	line-height: 18px!important;
}
.text-element p a {
	text-decoration: none!important;
	outline: none!important;
}
.review_heading {
	font-size: 36px;
	font-weight: 300;
	color: #fefefe;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 15px;
}
.full_assesment_background {
	background: transparent !important;
}
.full_assesment_wrapper {
	background: transparent !important;
}
.full_assesment_wrapper .wizard-all span {
	color: #fff;
}
.full_assesment_background .wizard-all h3 {
	color: #fff;
}
.full_assesment_wrapper .form-control {
	border-color: #9e9da2 !important;
	color: #fff;
}
.full_assesment_wrapper #wizard5 #quote-carousel .carousel-inner .item {
	min-height: 214px !important;
}
.full_assesment_wrapper .wizard-bottom .carousel {
	padding: 0px 10px !important;
}
.full_assesment_background #wizard2 {
	padding: 0 !important;
}
.full_assesment_background .wizard-all .bootstrap-select.btn-group .dropdown-menu {
	max-height: 200px !important;
}
.full_assesment_background .wizard-all .bootstrap-select.btn-group .dropdown-menu.inner {
	max-height: 200px !important;
}
#wizard3 .header-search ul li button {
	width: 280px!important;
	-webkit-border-radius: 0!important;
	-moz-border-radius: 0!important;
	border-radius: 0!important;
	height: 50px!important;
}
#wizard3 .header-search ul li button span {
	margin: 0px!important;
	font-weight: 300!important;
}
.prefer_talk {
	font-size: 24px;
	color: #fff;
	text-align: right;
	margin-top: 36px;
	font-style: italic;
}

@media only screen and (max-width:767px) {
#wizard3 .header-search ul li button {
	width: 265px !important;
}
#wizard3 .header-search ul {
	text-align: center !important;
}
}
.full_assesment_wrapper input.error {
	border-color: #ff0000 !important;
}

@media only screen and (max-width:767px) {
.fullh3 {
	font-size: 15px!important;
	line-height: 22px!important;
	padding-top: 10px!important;
	padding-bottom: 5px!important;
}
}
.full_assesment_wrapper {
	padding-bottom: 20px;
}
.full_assesment_wrapper .wizard-all .form-banner .form-control {
	color: #fff;
}
.full_assesment_wrapper .form-group input::-webkit-input-placeholder {
color:#fff!important;
}
.full_assesment_wrapper .form-group input::-moz-placeholder {
color:#fff!important;
}
.full_assesment_wrapper .form-group input:-ms-input-placeholder {
color:#fff!important;
}
.full_assesment_wrapper .form-group input::placeholder {
color:#fff!important;
}
.full_assesment_wrapper .form-group textarea::placeholder {
color:#fff!important;
}
 .full_assesment_wrapper .form-group input:focus::-webkit-input-placeholder {
color:transparent!important;
}
.full_assesment_wrapper .form-group input:focus::-moz-placeholder {
color:transparent!important;
}
.full_assesment_wrapper .form-group input:focus:-ms-input-placeholder {
color:transparent!important;
}
.full_assesment_wrapper .form-group input:focus::placeholder {
color:transparent!important;
}
.full_assesment_wrapper .form-group textarea:focus::placeholder {
color:transparent!important;
}
.full_assesment_wrapper .wizard-all .form-banner .form-group span {
	color: #fff;
}
.footer-upper-slide {
	padding: 14px 0;
}


.footer_upper_image1 {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0px;
}
.footer_upper_image1 h2 {
	margin: 0 0 0 0;
    padding: 0px 0 20px 0;
    font-size: 27px;
    font-weight: 300;
    color: #666;
    float: none;
    text-transform: uppercase;
    display: block;
    text-align: center;
}
.affiliates {
	margin: 0 0;
	text-align: center;
	padding: 0 0;
}
.affiliates li {
	margin: 0 0;
	padding: 0 0;
	display: inline-block;
    max-width: 110px;
}
.footer_upper_image2 {
	margin: 0 0 0 0;
	padding: 10px 0 10px 20px;
}
.footer_upper_image2 h2 {
	margin: 0 0 0 0;
	padding: 0 0 20px 0;
	font-size: 30px;
	font-weight: 300;
	color: #666;
}
.footer_upper_image2 img {
	margin-left: 25px;
}

@media only screen and (max-width:767px) {
.affiliates {
	display: block;
	clear: both;
}
.footer_upper_image1 h2 {
	float: none;
	text-align: center;
}
.footer_upper_image1 img {
	margin-left: 0;
}
.footer_upper_image2 {
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}
.footer_upper_image2 img {
	margin-left: 0;
}
}
.trustpilot-widget iframe {
	margin: 10px auto !important;
}

@media screen and (max-width: 767px) {
.trustpilot-widget-free-skills iframe {
	width: 52% !important;
}
.generic1 {
	background-attachment: scroll!important;
}
}
.fb_iframe_widget {
	float: right;
	margin-top: 36px;
	margin-right: 50px;
}

@media only screen and (max-width: 767px) {
.fb_iframe_widget {
	float: left;
	margin-top: 45px;
	margin-right: 50px;
	margin-left: 10px;
}
}
.assesment-phone {
	float: none !important;
	margin: 0 auto 20px !important;
	max-width: 183px;
	line-height: 37px !important;
	font-size: 20px !important;
	background-position: 0 2px !important;
	height: 40px;
}
.need-more-form {
	height: 100%;
	overflow: hidden;
	background: none;
	border: solid 1px #ccc;
	padding-top: 15px;
	padding-bottom: 20px;
}
.need-more-form .form-control {
	color: #333;
	border: solid 1px #ccc;
}
.need-more-form .form-control:focus {
	border: solid 1px #97948f;
}
.need-more-form .form-group span {
	color: #a2a2a2;
	left: 29px;
}
.need-more-form .btn {
	text-transform: uppercase;
	background: #84b910;
    border: solid 1px #fff;
}
.need-more-form .btn:hover, .need-more-form .btn:focus {
	background: #017197;
	border: solid 1px #fff;
}
.need-more-form .form-control:focus {
	border: solid 1px #ccc;
}
.right_trust {
	background-image: url(https://www.skillscertified.com.au/img/trust_pilot.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 230px 20px 0;
}
.home_call_to_action #navWrap .start-fee, .home_call_to_action #navWrap3 .start-fee, .inner-call-to-action .start-fee {
    background-color: #86bc10;
}
.bg-footer {
	padding: 105px 0 40px 0!important;
}

@media screen and (min-width: 768px) {
.home-banner {
	padding-bottom: 0;/*min-height: 642px;*/
}
/*.home_call_to_action #navWrap {*/
        /*margin-top: -77px;*/
    /*}*/
#navWrap3, .inner-call-to-action {
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -5px;
}
}

@media screen and (max-width: 767px) {
.home-banner {
/*min-height: 550px;*/
}
.home_call_to_action #navWrap {
/*margin-top: -67px;*/
}
#navWrap3, .inner-call-to-action {
	z-index: 9999;
	position: absolute;
	left: 0;
	right: 0;
	margin-top: -5px;
}
}
.eofy-more-form {
	overflow: visible!important;
}
.eofy_infform .radio_valid_eofy {
	display: inline-block!important;
	float: left;
	margin-right: 8px;
}
.eofy_infform label {
	font-weight: 300;
	color: #333;
	vertical-align: middle;
	float: left;
	font-family: "Lato", sans-serif;
	font-size: 17px;
}
.eofy_infform .bootstrap-select {
	width: 100%!important;
}
.eofy_infform .bootstrap-select .dropdown-toggle {
	border: solid 1px #ccc;
	background: transparent;
	color: #a2a2a2 !important;
	text-transform: none;
	font-size: 14px;
	margin-top: 0px;
	height: 48px;
}
.eofy_infform .bootstrap-select .dropdown-toggle:hover, .eofy_infform .bootstrap-select .dropdown-toggle:focus {
	border: solid 1px #ccc !important;
	background: transparent;
	color: #a2a2a2 !important;
}
.eofy_infform ul {
	overflow-x: hidden;
}
.eofy_infform ul li:before {
	display: none;
}
.eofy_infform ul li a {
	color: #ccc;
	display: block;
	font-weight: 400;
	padding: 3px 0px 3px 10px;
}
.eofy_infform ul li a:hover {
	color: #fff;
}
.eofy_infform .col-md-7.form-group, .eofy_infform .col-md-5.form-group {
	height: 100%;
	overflow: hidden;
}

@media screen and (max-width: 1298px) {
.eofy_infform label {
	font-size: 15px;
}
}

@media screen and (max-width: 767px) {
.eofy_infform label {
	font-size: 15px;
}
.eofy_infform h5 {
	padding: 5px 0 10px 0;
}
}
.eofy_infform .check_another_qualification {
	float: left;
	display: inline-block;
	margin-right: 10px;
}
.eofy_infform .check_both_eofy {
	width: 92%;
	text-align: left;
	font-size: 14px;
	line-height: 24px;
}

@media screen and (max-width: 767px) {
.home-banner .banner-text {
	min-height: 132px;
}
.banner-image {
	margin-top: 23px;
}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
.banner-image {
	margin-top: 40px;
}
item-1, .item-2, .item-3, .item-4 {
	top: 45px;
}
.home-banner p {
	padding: 10px 0 20px 0;
}
}


@media screen and (min-width: 992px) and (max-width: 1298px) {
.course .partner-img h3 {
    font-size: 15px !important;
}
}

.brand_man_name {
	color: #fff;
	margin-top: 10px;
}

@media screen and (max-width: 767px) {
.brand_man_name {
	margin-top: 0px;
	margin-bottom: 3px;
	font-size: 12px;
}
.brand_man_name strong {
	display: block;
}
.home-banner {
	padding-top: 130px;
}
.banner-image {
	margin-top: 35px;
}
.home-banner a.button {
	padding: 3px 15px;
	height: 38px;
}
.home-banner .banner-text {
	min-height: 112px;
	/*margin-top: 11px;*/
	margin-top: 22px;
}

}

@media screen and (min-width: 768px) and (max-width: 991px) {
.home-banner a.button {
	padding: 8px 15px;
	height: 47px;
}
}


@media screen and (min-width: 320px) and (max-width: 479px) {
.course .partner-img img {
    width: 55% !important;
}
}


@media screen and (min-width: 480px) and (max-width: 767px) {
.course .partner-img img {
    width: 35% !important;
}
}

.eofy_infform .row {
    margin-right: 0;
    margin-left: 0;
}
.application-form label {
    font-size: 14px;
}



@media screen and (max-width: 767px) {
    .application-form .bootstrap-select{
        margin-bottom: 10px;
    }
    
 /*   .application-form .product_cash {
            width: 80px;
            text-align: left;
    }*/

}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .application-form .bootstrap-select{
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 1024px) {
.wizard-mid .phone-no span {font-size: 22px !important; padding-right: 2px !important;

}
}

@media screen and (min-width: 992px) and (max-width: 1239px) {
.application-form label {
    font-size: 12px;
    text-align: left;
}
}


/** 14-06-2018 new free skills page */


.extra_generic.generic1 {
    background-image: url(../../../img/wizard/step_d_01_1.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    background-size: initial;
}
.extra_generic.generic3 {
	background-image: url(../../../img/wizard/step_d_02.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-attachment: fixed;
	background-size: initial;
}
.extra_generic.generic4 {
	background-image: url(../../../img/wizard/step_d_03.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-attachment: fixed;
	background-size: initial;
}
.extra_generic.generic5 {
	background-image: url(../../../img/wizard/step_d_04.png);
        background-repeat: no-repeat;
        background-position: right bottom;
        background-attachment: fixed;
	background-size: initial;
}

.extra_generic .fsa-title {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 999;
    background: #86bc10;
    color: #fff;
    padding: 1px 0;
}

.extra_generic .step1 h3.first-step-bold{
    font-weight: 600;
}
.extra_generic .step2 h3.first-step-bold{
    font-weight: 600;
}
.extra_generic .step3 h3.first-step-bold{
    font-weight: 600;
}

.extra_generic .wizard-bottom h3 {
    font-size: 20px;
   }

@media screen and (max-width: 767px) {
.extra_generic.generic1 {
	background-image:none;
}
.extra_generic.generic3 {
	background-image:none;
}
.extra_generic.generic4 {
	background-image:none;
}
.extra_generic.generic5 {
	background-image:none;
}
.extra_generic .fsa-first-title {
    background: #86bc10;
    color: #fff;
    font-size: 12px;
    text-align: center;
    padding: 1px 0;
    width: 100%;
    display: block;

}
.extra_generic .wizard-mid .step {
    padding: 11px 13px;
    height: 50px;
    width: 50px;
}
.extra_generic .wizard-mid .step span {
    left: 15px;
    top: 11px;
    font-size: 24px;
}
.extra_generic .wizard-mid .step span img {
    width: 20px;
}
.extra_generic .wizard-mid .blue span {
    left: 17px;
    top: 14px;
}
.extra_generic .step1 h3.first-step-small{
    font-size: 13px!important;
}

.extra_generic .step2 h3 {
	font-size: 15px !important;
	line-height: 20px;	
}
.extra_generic .step3 h3 {
	font-size: 15px !important;	
	line-height: 20px;
}
.extra_generic #wizard2, .extra_generic #wizard3, .extra_generic #wizard4, .extra_generic #wizard5 {
    padding-top: 0 !important;
}
.extra_generic .step2 input[type="radio"]:not(old) {
    width: 50px;
}
.extra_generic .step2 input[type="radio"]:not(old) + label {
    line-height: 48px;
    background-position: center 0;
    background-size: 76% auto;

}
.extra_generic .step2 input[type="radio"]:not(old):checked + label {
    background-position: center -48px;
}
.extra_generic .experience_row span {
    font-size: 12px;
}
}

.pop_ph {

    margin-top: 15px;
    display: block;

}
/** 14-06-2018 new free skills page */



.partner-img {
    background: #FFF;
}
.partner-img img {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto !important;
}

@media screen and (max-width: 767px) {
    .partner-course {
        min-height: 240px!important;
    }
    .partner-course .course-text h3 {
        min-height: 20px;
    }
    .partner-course .course-text p {
        min-height: 30px!important;
    }
}


h4.course_industry_name {
    font-size: 17px;
}

.course-certifcate {
    min-height: 820px !important;
}

.section-list-category {
    position: relative;
    z-index: 999;
}

.course.partner-course {

    min-height: 375px;

}

.course.partner-course p {

    min-height: 40px;

}
.rpl-icons-p p {min-height: 45px;line-height: 1.5;text-align: center;padding: 0;}
.wizard-bottom a.orange_call_to_action {
    background: #f3860b;
}
.step3 .form-banner .orange_call_to_action{
    background: #f3860b;
}

.course .partner-img img{
    width: 70%;
}
.course .partner-img h3 {
    font-size: 17px;
}

@media screen and (max-width: 767px) {
.wizard-mid h2 {
	padding: 72px 0 30px 0;
	
}
}
.gray-scroll {
	background: none !important;
	border-top: #ffffff;
}

/*25-02-2020*/
.about-top-new {
    background:#fff !important;
}
.about-title-with-green-bar {
    position: relative;
    margin: 7% 0 7% 5%;
    height: 100%;
}


.about-title-with-green-bar .foll-left {
    height: auto;
    padding: 10% 15% 10% 7%;
}
.about-title-with-green-bar:before {
    border-left: solid 4px #92c352;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
}

.about-title-with-green-bar .foll-left h2 {
    padding: 0 0 30px 0;
    font-size: 30px;
}
.about-title-with-green-bar .foll-left h2 span {
    color: #92c352;
}
.logo-heading-about-new {
    text-align: center;
}

.new-about-we-value {
    text-align: center;
    padding:70px 0;
}
.new-about-we-value h2 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 30px;
    padding-bottom:60px;
    margin-top:0;
}
.new-about-we-value h2 span {
    color: #92c352;
}
.new-about-we-value img {
    margin: 0 auto;
}
.new-about-we-value h3 {
    font-family: "Lato", sans-serif;
    font-weight: 300;
    font-size: 28px;
    padding:30px 0;
}
.about-we-value-logo {
    padding: 0 25px;
}
.about-we-value-logo p {
    font-weight: 300;
}
.gray-scroll{
    display:none;
}
