/*!
Theme Name: SDGs Olympiad
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sdgs-olympiad
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

SDGs Olympiad is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
}
 body::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 border-radius: 10px;
 background-color: #F5F5F5;
}
body::-webkit-scrollbar {
 width: 3px;
 background-color: #F5F5F5;
}
 body::-webkit-scrollbar-thumb {
 background-color: #666;
}
h1, h2, h3, h4, h5, h6, p, ul, ol {
	margin: 0;
	padding: 0
}
a, button {
	text-decoration: none;
	transition: ease-in 0.3s;
	-moz-transition: ease-in 0.3s;
	-webkit-transition: ease-in 0.3s;
	-ms-transition: ease-in 0.3s;
	-o-transition: ease-in 0.3s;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header  */

.header-main-wraper {
	border-top: 8px solid #351c78;
	position: relative;
}
.topbar-main-wrap {
	background: #351c78;
	padding: 2px 14px 10px 14px;
	width: 60%;
	position: absolute;
	right: 8%;
	border-radius: 0px 0px 14px 14px;
}
.topbar-main-wrap:before {
	content: "";
	position: absolute;
	background: url(assets/images/shape-1.jpg) no-repeat top;
	width: 20px;
	height: 20px;
	background-size: contain;
	top: 0px;
	left: -20.3px
}
.topbar-main-wrap:after {
	content: "";
	position: absolute;
	background: url(assets/images/shape-2.jpg) no-repeat top;
	width: 20px;
	height: 20px;
	background-size: contain;
	top: 0px;
	right: -19.3px;
}
.topbar-main-wrap ul {
	list-style: none;
	text-align: center;
}
.topbar-main-wrap ul li {
	display: inline-block;
	margin-right: 20px
}
.topbar-main-wrap ul li .topbar-contact-info {
	font-size: 13px;
	color: #fff;
}
.topbar-main-wrap ul li .topbar-contact-info span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #452c8a;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	margin-right: 3px;
}
.topbar-main-wrap ul li .topbar-contact-info strong {
	font-weight: 600;
}
.footer-socail-topbar a {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background: #452c8a;
	text-align: center;
	font-size: 12px;
	padding-top: 4px;
	margin-right: 2px;
	color: #fff;
}
.header-bottom-wrap {
	padding: 15px 0;
}
.header-bottom-wrap .site-logo-wrap img {
	width: 150px;
}
.header-nav-wraper ul {
	list-style: none;
	margin-top: 50px;
	text-align: right;
}
.header-nav-wraper ul li {
	display: inline-block;
}
.header-nav-wraper ul li a {
	color: #150837;
	font-size: 14px;
	font-weight: 600;
	padding: 8px 24px;
	border: 1px solid transparent;
	border-radius: 30px
}
.header-nav-wraper ul li a:hover {
	border: 1px solid #2295d2;
	color: #2295d2
}
.register-btn {
	margin-right: 0 !important;
	margin-left: 0 !important
}
.register-btn a {
	background: #19ab57;
	border: 1px solid #19ab57 !important;
	padding: 14px 40px !important;
	color: #fff !important;
	border-radius: 30px
}
/* CSS header  */

/* CSS slider  */

.slider-main-wraper {
	background: url(assets/images/slider-bg.jpg) no-repeat top;
	padding: 80px 0 30px 0;
	position: relative;
	background-size: cover;
}
.slider-main-wraper:before {
	content: "";
	position: absolute;
	width: 180px;
	height: 180px;
	left: -10px;
	top: -30px;
	background: url(assets/images/sparrow-1.png) no-repeat top;
	background-size: contain;
}
.slider-main-wraper h1 {
	font-family: "Quicksand", sans-serif;
	color: #0d0523;
	font-size: 50px;
	font-weight: 800;
	margin: 15px 0;
	line-height: 55px;
	letter-spacing: -2px;
	margin: 25px 0;
}
.slider-main-wraper h1 span {
	color: #351c78
}
.slider-main-wraper p {
	font-size: 18px;
	color: #000000;
	line-height: 28px
}
.slider-main-wraper .subheading-slider {
	background: #351c78;
	padding: 10px 50px;
	color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	border-radius: 30px;
	letter-spacing: 2px;
}
.slider-btn-wrap {
	margin-top: 40px;
}
.slider-btn-wrap a {
	background: #351c78;
	padding: 16px 50px;
	color: #fff;
	border-radius: 30px;
	margin-right: 5px;
	font-weight: 600;
	font-size: 14px;
}
.slider-btn-wrap a:nth-child(1) {
	background: #2295d2 !important;
}
.slider-image-wrap {
	margin-top: -10px;
}
.inner-slider-main-wraper {
	padding-bottom: 120px;
	padding-top: 40px !important
}
.inner-slider-main-wraper h1 {
	text-align: center;
	font-size: 60px;
}
.inner-slider-main-wraper .slider-breadcrums {
	text-align: center;
	position: relative;
	z-index: 111;
}
.slider-breadcrums a {
	color: #0d0523;
	font-size: 16px;
}
.slider-breadcrums span {
	padding: 0 10px;
}
.active-bread {
	color: #1c1068 !important;
}
/* CSS slider  */

/* CSS content  */

.about-main-wraper {
	padding: 90px 0 150px 0;
	position: relative;
}
.about-main-wraper:before {
	content: "";
	background: url(assets/images/cloud-image.png) repeat-x top;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -134px
}
.about-main-wraper:after {
	content: "";
	background: url(assets/images/car-image.png) no-repeat top;
	width: 110px;
	height: 110px;
	background-size: contain;
	position: absolute;
	top: 60px;
	right: 60px;
}
.about-image-wrap {
	position: relative;
	z-index: 11;
}
.about-text-wraper .sub-heading-main {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color: #19ab57;
	display: block;
	font-weight: 600;
}
.about-text-wraper h2 {
	font-weight: bold;
	font-size: 60px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 15px 0;
}
.about-text-wraper h3 {
	    font-weight: bold;
    font-size: 18px;
    color: #19ab57;
    font-family: "Quicksand", sans-serif;
    line-height: 18px;
    margin: 15px 0;
}
.about-text-wraper h2 span {
	display: block;
	color: #351c78
}
.about-text-wraper p {
	font-size: 18px;
	line-height: 31px;
	color: #000000;
	opacity: 0.7;
	padding-bottom: 30px;
}
.review-main-wraper {
	padding: 50px 0 120px 0;
	background: #f5f1ff;
	position: relative;
}
.review-main-wraper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: -10px;
	top: -125px;
	background: url(assets/images/cloud-image-1.png) no-repeat top;
	background-size: contain;
}
.review-main-wraper .sub-heading-main {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color: #19ab57;
	display: block;
	font-weight: 600;
	display: block;
	text-align: center;
	position: relative;
	z-index: 111
}
.review-main-wraper h3 {
	font-weight: bold;
	font-size: 60px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: center;
	margin-bottom: 60px
}
.review-main-wraper h3:before {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	left: -10px;
	top: -120px;
	background: url(assets/images/sparrow-2.png) no-repeat top;
	background-size: contain;
}
.review-main-wraper h3:after {
	content: "";
	position: absolute;
	width: 250px;
	height: 250px;
	right: -10px;
	top: -120px;
	background: url(assets/images/pen.png) no-repeat top;
	background-size: contain;
}
.review-listing-wraper {
	padding: 42px 45px;
	background-size: contain !important;
	height: 550px
}
.review-listing-wraper .review-listing-name {
	font-size: 22px;
	font-weight: 600;
	color: #0d0523;
	margin-bottom: 15px;
	margin-top: 10px;
}
.review-listing-name span {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #f2c7b7;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	padding-top: 5px;
	color: #a34c2b
}
.review-listing-name strong {
	position: relative;
	top: -2px;
	font-weight: 600;
}
.review-listing-wraper p {
	font-size: 18px;
	line-height: 30px;
}
.review-listing-wraper .owl-nav {
	position: absolute;
	top: 38%;
	width: 100%;
	text-align: right;
}
.review-listing-wraper .owl-nav button {
	border: none;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color: #fff !important;
	padding-top: 0;
	display: inline-block;
	font-size: 28px;
	margin-right: 5px;
}
.review-listing-wraper .owl-prev {
	position: absolute;
	left: -60px;
	background: #351c78 url(assets/images/arrow-left.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.review-listing-wraper .owl-next {
	position: absolute;
	right: -70px;
	background: #351c78 url(assets/images/arrow-right.png) no-repeat top !important;
	background-position: 50% !important;
	background-size: 40% !important;
}
.review-listing-wraper .owl-dots {
	display: none
}
.partner-main-wraper {
	padding: 40px 0 170px 0;
	position: relative;
}
.partner-main-wraper:before {
	content: "";
	background: url(assets/images/cloud-image.png) repeat-x top;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -130px;
}
.partner-main-wraper .subheading-partenr {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color: #19ab57;
	display: block;
	font-weight: 600;
	display: block;
	text-align: center;
	position: relative;
	z-index: 111;
}
.partner-main-wraper h2 {
	font-weight: bold;
	font-size: 60px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: center;
	margin-bottom: 60px;
}
.partner-main-wraper h2:before {
	content: "";
	position: absolute;
	width: 280px;
	height: 280px;
	left: -10px;
	top: -120px;
	background: url(assets/images/sparrow-3.png) no-repeat top;
	background-size: contain;
}
.partner-main-wraper h2:after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	right: 30px;
	top: -120px;
	background: url(assets/images/pen-1.png) no-repeat top;
	background-size: contain;
}
.partner-main-wraper ul {
	list-style: none;
}
.partner-main-wraper ul li {
}
.partner-main-wraper ul li .listing-partner-wrap {
	padding: 15px;
	background: #fff;
	box-shadow: 0px 10px 40px 0 #e9edf1;
	border-radius: 10px;
	margin-bottom: 25px;
}
.listing-partner-wrap span {
	display: block;
	background: #f5f1ff;
	text-align: center;
	font-size: 16px;
	padding: 12px 0;
	color: #051b38
}
.listing-partner-image {
	height: 100px;
	overflow: hidden;
	text-align: center;
}
.listing-partner-image img{
	height: 100px;
}
.about-text-wraper ul {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #ddd
}
.inner-about-text-wraper p {
	font-size: 16px !important;
	padding: 0 !important;
	line-height: 26px !important
}
.inner-about-text-wraper ul {
	list-style: none;
}
.inner-about-text-wraper ul li {
	margin-bottom: 15px;
}
.inner-about-text-wraper ul li img {
	width: 20px;
	margin-right: 3px;
}
.about-main-wraper-two {
	padding-top: 0 !important;
	margin-top: -60px
}
.about-main-wraper-two:before {
	display: none;
}
.teachers-listing-main-wraper ul {
	list-style: none;
	margin-bottom: 120px;
}
.teachers-listing-main-wraper ul li {
}
.teachers-listing-main-wraper ul li .teacher-big-list-wrap {
	background: #fff;
	padding: 25px;
	border-radius: 25px 25px 130px 25px;
}
.teacher-big-list-image {
	width: 250px;
	height: 250px;
	float: left;
	overflow: hidden;
}
.teacher-big-list-text {
	width: 50%;
	float: left;
	padding-left: 25px;
}
.teacher-big-list-text h4 {
	font-size: 40px;
	font-weight: bold;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
}
.teacher-big-list-text span {
	display: block;
	color: #19ab57;
	font-size: 18px;
	font-weight: 600;
	margin: 5px 0 15px 0;
	position: relative
}
.teacher-big-list-text span:before {
	content: "";
	position: absolute;
	width: 50px;
	height: 1px;
	background: #ccc;
	bottom: -10px;
}
.teacher-big-list-text .phone-teacher-wrap {
	font-size: 18px;
	color: #0d0523;
	padding-top: 15px;
	padding-bottom: 5px
}
.phone-teacher-social a {
	display: inline-block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background: #19ab57;
	text-align: center;
	color: #fff;
	padding-top: 8px;
}
.teacher-list-small-wraper {
	height: 300px;
	background-size: cover !important;
	border-radius: 20px;
	padding: 25px;
	position: relative;
}
.teacher-list-small-wraper span {
	background: #fff;
	padding: 12px 0;
	text-align: center;
	color: #0d0523;
	font-size: 15px;
	font-weight: 600;
	display: block;
	border-radius: 10px;
	position: absolute;
	bottom: 20px;
	width: 90%;
	left: 0;
	margin: 0 auto;
	right: 0;
}
.cta-inner-main-wrap {
	background: #19ab57;
	border-radius: 25px;
	padding: 35px 25px;
	margin-top: -90px;
	position: relative;
	z-index: 111;
	position: relative
}
.cta-image-wrap {
	position: absolute;
	left: -55px;
	width: 250px;
	height: 150px;
	top: -7px;
}
.cta-inner-main-wrap h5 {
	color: #fff;
	padding-left: 150px;
	font-size: 40px;
	line-height: 50px;
	font-weight: 600;
	font-family: "Quicksand", sans-serif;
}
/* CSS aboutslider */


.training-courses-wrap {
	padding:0px 0 200px 0;
}
.training-courses-wrap .listing-logo-about-wrap{
	background:#fff;
}
.courses-listing-wrap .courses-listing-image {
	height: 385px;
	position: relative;
	overflow: hidden;
}
.courses-listing-image:before {
	content: "";
	position: absolute;
	width: 300px;
	height: 350px;
	background: #F2F2F2;
	top: -1px;
	right:-2px;
	clip-path: polygon(100% 0, 69% 0, 100% 30%);
}
.courses-list-txt{
	padding:10px 0;
}
.courses-list-txt h5 a{
	color: #0D323C;
	font-size:22px;
	font-weight:600
}
.courses-list-txt p{
	font-size:16px;
	text-align:left;
	padding:0;
	margin:0;
	padding-top:8px
}
.training-courses-wrap .owl-nav {
    position: absolute !important;
    bottom:-60px !important;
	right:13px !important;
    width: 100% !important;
    text-align: right !important;
}
.training-courses-wrap .owl-nav button {
    border: none !important;
    width: 38px !important;
    height: 38px !important;
    border-radius:6px !important;
    color: #fff !important;
	background: !important;
    display: inline-block !important;
    font-size: 28px !important;
    margin-right:10px !important;
}
.training-courses-wrap .owl-dots{
	display:none !important;
}
.training-courses-wrap .owl-prev {
    background:#0D323C url(assets/images/arrow-left.png) no-repeat top !important;
    background-size: 40% !important;
	background-position: 10px !important;
}
.training-courses-wrap .owl-prev:hover{
	background-color:#90C835 !important
}
.training-courses-wrap .owl-next {
    background:#0D323C url(assets/images/arrow-right.png) no-repeat top !important;
    background-size: 40% !important;
	background-position: 10px !important;
}
.training-courses-wrap .owl-next:hover{
	background-color:#90C835 !important
}
.training-courses-wrap .owl-nav:before{
    content: "" !important;
    background: url(assets/images/carousel-shape.svg) no-repeat top;
	height: 8px !important;
    background-size: cover !important;
    position: absolute !important;
    left: 25px !important;
    width: 89.5% !important;
    bottom: 19px !important;
}
.training-courses-wrap .listing-logo-about-wrap{
	background:#f5f1ff;
	border-radius:15px;
	padding:25px;
	min-height:430px;
}
.training-courses-wrap .listing-logo-about-image img{
	width:150px
}
.training-courses-wrap .nummer-list{
	font-size:30px;
	position:absolute;
	right:60px;
	font-weight:600;
	color:#349864;
}
.training-courses-wrap .listing-logo-about-image{
	border-radius: 10px;
    margin-bottom: 15px;
    height: 150px;
    overflow: hidden;
}

.training-courses-wrap .listing-logo-about-wrap h3{
	font-size:20px;
	margin-bottom:5px;
	font-weight:bold;
	color:#0e0522
}
.training-courses-wrap .listing-logo-about-wrap p{
	font-size:16px;
	font-weight:400px;
	padding:0px 0px 20px 0px;
}

/* CSS aboutslider */
.inner-team-review-main-wraper {
	padding-bottom: 30px !important;
}
.cta-inner-main-wrap h5 a {
	background: #351c78;
	padding: 6px 70px;
	color: #fff;
	font-size: 16px;
	float: right;
	border-radius: 50px;
	position: relative;
	top: -30px;
	right: 30px;
}
.learn-main-wraper {
	padding: 60px 0 120px 0;
}
.learn-main-wraper .heading-learn {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 2px;
	color: #19ab57;
	display: block;
	font-weight: 600;
	display: block;
	text-align: center;
	position: relative;
	z-index: 111;
}
.learn-main-wraper h4 {
	font-weight: bold;
	font-size: 60px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: center;
	margin-bottom: 40px;
}
.learn-main-wraper ul {
	list-style: none;
	margin-top: 50px;
	margin-bottom: 50px;
	position: relative;
}
.learn-main-wraper ul:before {
	content: "";
	position: absolute;
	top: -2px;
	width: 98%;
	height: 4px;
	background: #351c78;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.learn-main-wraper ul li {
	position: relative
}
.learn-main-wraper ul li:before {
	content: "";
	position: absolute;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #351c78;
	top: -12px
}
.learn-main-wraper ul li .listing-learn-wrap {
}
.listing-learn-wrap span {
	display: block;
	font-size: 18px;
	color: #351c78;
	font-weight: 600;
	margin-top: 35px;
}
.listing-learn-wrap h6 {
	font-size: 22px;
	color: #0d0523;
	font-weight: 700;
	margin-top: 10px;
	font-family: "Quicksand", sans-serif;
}
.listing-learn-wrap p {
	font-size: 16px;
	color: #000;
	opacity: 0.6;
	padding: 10px 0 20px 0;
}
.image-list-learn {
	height: 150px;
	overflow: hidden;
	border-radius: 20px;
}
.listing-contact-info-wrap {
	padding: 40px 0 0px 0;
	position: relative;
}
.listing-contact-info-wrap:before {
	content: "";
	background: url(assets/images/cloud-image.png) repeat-x top;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -134px;
}
.listing-contact-info-wrap ul {
	list-style: none;
	margin-bottom: 80px;
}
.listing-contact-info-wrap ul li {
}
.list-contact-wrap {
	background: #19ab57;
	padding: 45px 45px;
	position: relative;
	z-index: 1111;
	border-radius: 80px 25px 80px 25px;
	text-align: center;
}
.listing-contact-info-wrap ul li:hover .list-contact-wrap {
	background: #351c78
}
.listing-contact-icon {
	font-size: 60px;
	line-height: 60px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px
}
.list-contact-wrap h4 {
	color: #fff;
	font-size: 22px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	margin-bottom: 5px;
}
.list-contact-wrap span {
	display: block;
	font-size: 18px;
	color: #fff;
	height: 30px
}
.contact-map-wraper {
	padding: 0;
}
.fell-free-contact-wrap {
	padding: 60px 0;
}
.fell-free-contact-wrap h3 {
	font-weight: bold;
	font-size: 60px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -2px
}
.fell-free-contact-wrap p {
	padding: 0 250px;
	text-align: center;
	color: #000;
	padding-bottom: 30px;
	line-height: 28px;
}
.working-hour-form-wrap {
	padding-bottom: 120px;
}
.working-hour-warper {
	border: 1px solid #351c78;
	padding: 25px;
	border-radius: 15px;
}
.working-hour-warper h6 {
	text-align: center;
	color: #fff;
	background: #351c78;
	padding: 20px 0;
	border-radius: 15px;
	font-size: 25px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
}
.working-hour-warper .total-hours {
	display: block;
	margin: 15px 0;
	text-align: center;
	color: #000;
	opacity: 0.7
}
.list-work-hour-wrap span {
	display: block;
	border: 1px solid #ddd;
	border-radius: 6px;
	padding: 10px 20px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
}
.list-work-hour-wrap span strong {
	float: right;
	font-weight: normal;
}
.contact-form-wraper {
	border: 1px solid #351c78;
	padding: 25px;
	border-radius: 15px;
}
.contact-form-wraper h6 {
	color: #0d0523;
	font-size: 30px;
	font-family: "Quicksand", sans-serif;
	font-weight: 600;
	margin-bottom: 25px;
}
.contact-form-wraper .form-group {
	margin-bottom: 15px;
}
.contact-form-wraper .form-group .form-control {
	height: 55px;
	border: none;
	outline: none;
	box-shadow: none;
	background: #f7f7f7;
	font-size: 14px;
	padding-left: 20px;
}
.textarea-group .form-control {
	border: none;
	outline: none;
	box-shadow: none;
	background: #f7f7f7;
	font-size: 14px;
	padding-left: 20px;
	padding-top: 15px;
}
.btn-contact-wrap {
	text-align: right;
	margin-top: 12px
}
.btn-contact-wrap button {
	background: #19ab57;
	padding: 14px 50px;
	border: none;
	outline: none;
	border-radius: 30px;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
}
.btn-contact-wrap button:hover {
	background: #351c78;
}
.discover-learn-main-wraper {
	padding: 20px 0 60px 0;
	position: relative;
}
.discover-learn-main-wraper:before {
	content: "";
	background: url(assets/images/cloud-image.png) repeat-x top;
	width: 100%;
	height: 200px;
	position: absolute;
	top: -134px;
}
.discover-learn-main-wraper h2 {
	font-weight: bold;
	font-size: 60px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: -2px;
	position: relative;
	z-index: 111
}
.discover-learn-main-wraper h2 span {
	display: block;
	color: #351c78;
}

.discover-learn-main-wraper p {
	padding: 0 150px;
	text-align: center;
	color: #000;
	padding-bottom: 10px;
	line-height: 28px;
}
.discover-learn-main-wraper h4{
	    font-weight: bold;
    font-size: 31px;
    color: #0d0523;
    font-family: "Quicksand", sans-serif;
    line-height: 31px;
    text-align: center;
    margin-bottom: 20px;
	padding-bottom: 30px;
}
.discover-learn-main-wraper ul {
	list-style: none;
	margin-bottom: 120px
}
.discover-learn-main-wraper ul li {
}
.discover-learn-main-wraper ul li .listing-discover-wraper {
	padding: 20px;
	background: #19ab57;
	border-radius: 30px;
	text-align: center;
}
.inner-listing-discover-wraper {
	padding: 25px;
	border: 3px solid #fff;
	border-radius: 30px;
}
.discover-learn-main-wraper ul li:nth-child(2) .listing-discover-wraper {
	background: #351c78;
}
.discover-learn-main-wraper ul li:nth-child(2) .listing-discover-wraper .inner-listing-discover-wraper {
	background: #351c78;
}
.discover-learn-main-wraper ul li:nth-child(3) .listing-discover-wraper {
	background: #fdc563;
}
.discover-learn-main-wraper ul li:nth-child(3) .listing-discover-wraper .inner-listing-discover-wraper {
	background: #fdc563;
}
.inner-listing-discover-wraper h4 {
	text-align: center;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin: 15px 0;
	font-family: "Quicksand", sans-serif;
}
.inner-listing-discover-wraper span {
	display: block;
	color: #fff;
	font-size: 16px;
}
.read-more-btn {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 10px;
}
.read-more-btn a {
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.inner-about-main-wraper {
	padding: 0px 0 60px 0;
	background: #f5f1ff;
	position: relative;
}
.inner-about-main-wraper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: -10px;
	top: -125px;
	background: url(assets/images/cloud-image-1.png) no-repeat top;
	background-size: contain;
}
.inner-about-main-wraper .about-main-wraper {
	padding: 60px 0;
}
.inner-about-main-wraper .about-main-wraper:before {
	display: none;
}
.login-main-wraper {
	background: url(assets/images/dasboard-bg.jpg) no-repeat top;
	background-size: cover;
	height: 100vh;
	overflow: auto;
}
.login-main-wraper .login-header-wrap {
	background: #ffeb9a;
	padding: 15px 0;
}
.login-header-wrap {
	text-align: center;
}
.login-header-wrap img {
	width: 160px;
}
.login-form-wrap {
	width: 25%;
	margin: 120px auto;
	padding: 25px 35px;
	background: #fff;
	box-shadow: 0px 0px 40px 0 #dfdfdf;
	border-radius: 20px;
}
.site-logo-wrap {
	text-align: center;
}
.site-logo-wrap img {
	width: 150px;
}
.login-form-wrap .form-group {
	margin-bottom: 10px
}
.login-form-wrap .form-group .form-control {
	height: 45px;
	box-shadow: none;
	outline: none;
	border: none;
	font-size: 14px;
	padding-left: 15px;
	background: #f2f2f2;
	border-radius: 8px
}
.btn-group-login {
	text-align: right;
	margin-top: 25px;
}
.btn-group-login button {
	padding: 12px 35px;
	background: #19ab57;
	color: #fff;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 500;
	border-radius: 30px;
}
.signup-form-wraper{
	width:50% !important;
	margin:110px auto !important;
}
.signup-form-wraper .site-logo-wrap{
	margin-bottom:25px;	
    
}
/* CSS content  */

/* CSS footer  */

.footer-main-wraper {
	background: #351c78 url(assets/images/footer-bg.jpg) no-repeat;
	background-size: cover;
	padding: 30px 0 180px 0;
	position: relative;
}
.footer-main-wraper:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 200px;
	left: -10px;
	top: -125px;
	background: url(assets/images/cloud-image-3.png) no-repeat top;
	background-size: contain;
}
.footer-logo-text-wrap {
	position: relative;
	z-index: 11;
}
.footer-logo-text-wrap p {
	font-size: 18px;
	color: #fff;
	line-height: 28px;
	padding-top: 20px;
}
.footer-links-wrap {
	padding-left: 50px
}
.footer-links-wrap h5 {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 40px;
}
.footer-links-wrap ul {
	list-style: none;
}
.footer-links-wrap ul li {
	margin-bottom: 10px;
}
.footer-links-wrap ul li a {
	font-size: 16px;
	color: #fff;
}
.footer-contact-info-wrap {
	margin-left: 50px;
}
.footer-contact-info-wrap h5 {
	font-weight: bold;
	font-size: 30px;
	color: #fff;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin: 10px 0;
	text-align: left;
	margin-bottom: 30px;
	margin-top: 40px;
}
.footer-contact-info-wrap ul {
	list-style: none;
}
.footer-contact-info-wrap ul li {
	margin-bottom: 15px;
}
.footer-contact-info-wrap ul li strong {
	color: #fff;
	font-weight: 600;
	display: block;
	margin-bottom: 5px;
}
.footer-contact-info-wrap ul li p {
	font-size: 16px;
	color: #fff;
}
.copyright-wrap {
	padding: 15px 0 0 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	position: relative;
	top: 174px;
}
.step-main-wraper {
	background: url(assets/images/dasboard-bg.jpg) no-repeat top;
	height: 100vh;
	overflow: auto;
	background-size: cover;
}
.steps-header-wrap {
	padding: 15px 0;
	position: relative;
	z-index: 111
}
.steps-header-wrap .site-logo-left img {
	width: 180px;
}
.steps-header-wrap .site-logo-right {
	text-align: right;
}
.steps-header-wrap .site-logo-right img {
	width: 110px;
}
.content-step-wraper {
	padding: 100px 0 60px 0;
	position: relative
}
.content-step-wraper:before {
	content: "";
	background: url(assets/images/cloud-image-2.png) repeat-x top;
	width: 100%;
	height: 180px;
	position: absolute;
	top: -100px;
	background-size: contain;
}
.content-step-wraper h2 {
	font-size: 50px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-bottom: 25px;
}
.content-step-wraper h2 img {
	width: 55px;
	position: relative;
	top: -8px;
}
.content-step-wraper h2 span {
	color: #351c78;
}
.innerstep-content-wrap {
	border: 7px solid #d2e2f5;
	border-radius: 25px;
	padding: 55px;
}
.innerstep-content-wrap h3 {
	font-size: 35px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin: 25px 0;
	text-align: center;
}
.innerstep-content-wrap ul {
	list-style: none;
	width: 70%;
	margin: 30px auto
}
.innerstep-content-wrap ul li {
	padding: 0 8px;
}
.innerstep-content-wrap ul li .listing-clock-wrap {
	background: #19ab57;
	border-radius: 30px;
	text-align: center;
	padding: 15px;
}
.listing-clock-wrap strong {
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	display: block;
	line-height: 60px;
	font-family: "Quicksand", sans-serif;
	margin-bottom: 10px
}
.listing-clock-wrap span {
	font-size: 22px;
	color: #fff;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
}
.inner-listing-clock-wrap {
	border: 3px solid #fff;
	border-radius: 30px;
	padding: 40px 25px;
	background: #19ab57;
}
.innerstep-content-wrap ul li:nth-child(2) .listing-clock-wrap {
	background: #351c78;
}
.innerstep-content-wrap ul li:nth-child(2) .listing-clock-wrap .inner-listing-clock-wrap {
	background: #351c78;
}
.innerstep-content-wrap ul li:nth-child(3) .listing-clock-wrap {
	background: #fdc563;
}
.innerstep-content-wrap ul li:nth-child(3) .listing-clock-wrap .inner-listing-clock-wrap {
	background: #fdc563;
}
.innerstep-content-wrap ul li:nth-child(4) .listing-clock-wrap {
	background: #2295d2;
}
.innerstep-content-wrap ul li:nth-child(4) .listing-clock-wrap .inner-listing-clock-wrap {
	background: #2295d2;
}
.inner-steps-project-detail {
	padding: 0;
}
.inner-steps-project-detail h3 {
	text-align: left;
	padding: 25px;
	margin: 0 !important;
	border-bottom: 7px solid #d2e2f5;
	font-size: 30px !important
}
.inner-step-project-wrap {
	padding: 35px;
}
.inner-step-project-wrap h5 {
	font-size: 25px;
	color: #19ab57;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
}
.inner-step-project-wrap p {
	color: #000;
	font-size: 18px;
	line-height: 32px
}
.inner-step-project-wrap h6 {
	font-size: 20px;
	color: #1c1068;
	font-family: "Quicksand", sans-serif;
	font-weight: bold;
	margin: 25px 0 0 0;
}
.project-detail-hint-wrap {
	background: #ffeb9a;
	padding: 25px;
	border-radius: 15px;
	margin-top: 25px;
}
.project-detail-hint-icon {
	width: 50px;
	height: 50px;
	float: left;
}
.project-detail-hint-text {
	color: #000;
	font-style: italic;
	font-size: 16px;
	width: 90%;
	float: left;
	padding-left: 15px;
	line-height: 20px
}
.btn-submission-wraper {
	text-align: center;
	margin-bottom: 60px;
	position: relative;
	z-index: 11
}
.btn-submission-wraper a {
	background: #1c1068;
	padding: 18px 70px;
	border-radius: 30px;
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	font-family: "Quicksand", sans-serif;
}
.content-step-wraper .right-time-wrap {
	font-size: 30px;
	float: right;
	margin-top: 15px;
	color: #0d0523;
	font-size: 30px;
}
.content-step-wraper .right-time-wrap strong {
	background: #19ab57;
	padding: 8px 20px;
	color: #fff;
	border-radius: 10px;
}
.step-3-inner-step-project-wrap p{
	padding-bottom:20px;
}
.question-slider-wraper{
	background: #ffeb9a;
    padding: 25px;
    border-radius: 15px;
    margin-top: 25px;
}
.question-slider-wraper .owl-nav.owl-nav {
    top:7%
}
.question-slider-wraper .owl-prev {
    position: absolute;
    left: -170px;
    background: #dfc972 url(assets/images/arrow-left-black.png) no-repeat top !important;
    background-position: 50% !important;
    background-size: 40% !important;
}
.question-slider-wraper .owl-next {
    position: absolute;
    right: -170px;
    background: #dfc972 url(assets/images/arrow-right-black.png) no-repeat top !important;
    background-position: 50% !important;
    background-size: 40% !important;
}
.question-slider-wraper  .owl-nav button {
    border: none;
    width:60px;
    height: 60px;
    border-radius: 50%;
    color: #fff !important;
    padding-top: 0;
    display: inline-block;
    font-size: 28px;
    margin-right: 5px;
}
.question-slider-wraper .carousel-wrap{
	width:70%;
	margin:0 auto;
}
.question-slider-wraper .question-number-wrp{
	background:#fff;
	padding:10px 30px;
	border-radius:50px;
	position:relative;
}
.question-slider-wraper .question-number-wrp span{
	font-size:30px;
	font-weight:bold;
	color:#000;
	font-family: "Quicksand", sans-serif;
}
.question-slider-wraper .question-number-wrp .active-number{
	width:40px;
	height:40px;
	display:inline-block;
	color:#fff;
	border-radius:50%;
	background:#19ab57;
	text-align:center;
	padding-top:8px;
	position:absolute;
	right: 12px;
    top: 13px;
}
.unactive-number{
	background:#c5ead5;
	width:40px;
	height:40px;
	display:inline-block;
	color:#19ab57;
	border-radius:50%;
	text-align:center;
	padding-top:8px;
	position:absolute;
	right: 12px;
    top: 13px;
}
.next-previous-btn-wrap{
	position:relative;
	z-index:11;
}
.next-previous-btn-wrap{
	margin-bottom:30px;
	margin-top:-10px
}
.next-previous-btn-wrap .next-btn{
	text-align:right
}
.congratulation-wraper{
	border:8px solid #168545;
	background:#19ab57;
	padding:85px 45px;
	text-align:center;
	border-radius:40px
}
.congratulation-wraper .congratulation-image-wraper{
	width:150px;
	margin:0 auto;
	margin-bottom:30px
}
.congratulation-wraper h4{
	font-size:60px;
	color:#fff;
	font-family: "Quicksand", sans-serif;
	font-weight:bold;
}
.congratulation-wraper span{
	display:block;
	font-size:22px;
	color:#fff
}

/* CSS footer  */
.inner-step-project-wrap textarea {
	width: 100%;
	height: 100px;
}
.page-id-151 .header-main-wraper {
	display: none;
}
.page-id-151 .footer-main-wraper {
	display: none;
}
.review-listing-wraper p {
	font-size: 18px;
	line-height: 28px;
	height: 283px;
	overflow: hidden;
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	padding: 120px 0 0 0;
	background: #111;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: perspective(500px) rotateY(-90deg);
	transform: perspective(500px) rotateY(-90deg);
	opacity: 0;
	overflow: auto;
}
.drawer-menu li {
	text-align: left;
}
.drawer-menu li a {
	display: block;
	height: auto;
	line-height: 62px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	-webkit-transition: all .8s;
	transition: all .8s;
	padding-left: 30px;
	border-bottom: 1px solid #2c1a0f;
}
.drawer-menu li a:hover {
	color: #1a1e24;
	background: #fff;
}
/* checkbox */
.check {
	display: none;
}
/* menu button - label tag */
.menu-btn {
	position: absolute;
	display: block;
	top: 54px;
	right: 18px;
	display: block;
	width: 40px;
	height: 40px;
	font-size: 10px;
	text-align: center;
	cursor: pointer;
	z-index: 3;
}
.bar {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 35px;
	height: 1px;
	background: #351c78;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform-origin: left top;
	-ms-transform-origin: left top;
	transform-origin: left top;
}
.bar.middle {
	top: 10px;
	opacity: 1;
}
.bar.bottom {
	top: 20px;
	-webkit-transform-origin: left bottom;
	-ms-transform-origin: left bottom;
	transform-origin: left bottom;
}
.menu-btn__text {
	position: absolute;
	bottom: -15px;
	left: 0;
	right: 0;
	margin: auto;
	color: #fff;
	-webkit-transition: all .5s;
	transition: all .5s;
	display: block;
	visibility: visible;
	opacity: 1;
}
.menu-btn:hover .bar {
	background: #18b6a4;
}
.close-menu {
	position: fixed;
	top: 0;
	right: 280px;
	width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0);
	cursor: url(http://theorthodoxworks.com/demo/images/cross.svg), auto;
	-webkit-transition-property: all;
	transition-property: all;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	visibility: hidden;
	opacity: 0;
}
/* checked */
.check:checked ~ .drawer-menu {
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	opacity: 1;
	z-index: 2;
}
.check:checked ~ .contents {
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
	-webkit-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	transform: translateX(-300px);
}
.check:checked ~ .menu-btn .menu-btn__text {
	visibility: hidden;
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.top {
	width: 40px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
	top: -38px;
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 11px;
	background: #fff;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.check:checked ~ .close-menu {
	-webkit-transition-duration: 1s;
	transition-duration: 1s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	background: rgba(0,0,0,.5);
	visibility: visible;
	opacity: 1;
	z-index: 3;
}
.drawer-menu ul {
	list-style: none;
}
.drawer-menu ul li a {
	text-decoration: none;
}
.drawer-menu ul li a img {
	margin-right: 5px;
	margin-top: -2px;
}
.menusitebar-main-wraper {
	display: none;
}
#payment-form-wrap {
	width: 50% !important;
	margin: 110px auto !important;
	padding: 25px 35px;
	background: #fff;
	box-shadow: 0px 0px 40px 0 #dfdfdf;
	border-radius: 20px;
}
#payment-form-wrap h3 {
	text-align: center;
	font-weight: bold;
	font-size: 30px;
	color: #0d0523;
	font-family: "Quicksand", sans-serif;
	line-height: 60px;
	margin-bottom: 15px
}
#customer-email {
	display: block
}
#customer-email {
	height: 45px;
	box-shadow: none;
	outline: none;
	border: none;
	font-size: 14px;
	padding-left: 15px;
	background: #f2f2f2;
	border-radius: 8px;
	width: 100%;
	margin-bottom: 15px
}
#CardField {
	height: 45px;
	box-shadow: none;
	outline: none;
	border: none;
	font-size: 14px;
	padding-left: 15px;
	background: #f2f2f2;
	border-radius: 8px;
	width: 100%
}
#submit-payment {
	background: #19ab57;
	border: 1px solid #19ab57 !important;
	padding: 14px 40px !important;
	color: #fff !important;
	border-radius: 30px;
	margin-top: 15px
}
 @media (max-width:1400px) and (min-width:1170px) {
.header-nav-wraper ul li a {
	padding: 8px 15px
}
.about-main-wraper:before {
	display: none;
}
.register-btn a {
	padding: 14px 20px
}
.slider-image-wrap {
	margin-top: 0
}
.review-listing-name strong {
	font-size: 16px
}
.review-listing-wraper p {
	height: 210px;
}
.listing-partner-image img {
	height: auto !important;
	width: 150px;
}
}
@media (max-width:1350px) and (min-width:1170px) {
.topbar-main-wrap {
	width: 70%;
}
.header-nav-wraper ul li a {
	padding: 8px 3px;
}
.slider-main-wraper h1 {
	font-size: 40px;
	line-height: 40px
}
}
@media screen and (max-width:1169px) {
.topbar-main-wrap {
	display: none
}
.menusitebar-main-wraper {
	display: block
}
.header-nav-wraper ul li a {
	padding: 8px 10px;
}
.slider-main-wraper:before {
	display: none;
}
.header-nav-wraper {
	display: none
}
.about-main-wraper:before {
	display: none;
}
.slider-image-wrap {
	display: none;
}
.slider-main-wraper {
	padding: 60px 0
}
.slider-main-wraper .col-md-6 {
	width: 100%
}
.review-listing-wraper {
	background: #ccecff !important;
	height: auto;
	border-radius: 60px;
}
.partner-main-wraper:before {
	display: none;
}
.review-listing-wraper p {
	height: auto
}
.partner-main-wraper h2:before {
	display: none
}
.partner-main-wraper h2:after {
	display: none
}
.partner-main-wraper ul li {
	width: 50%;
}
.footer-main-wraper {
	background: #351c78 !important;
}
.footer-main-wraper:before {
	display: none
}
.review-main-wraper h3:before {
	display: none
}
.review-main-wraper h3:after {
	display: none
}
.review-main-wraper:before {
	display: none
}
}
@media screen and (max-width:768px) {
.about-main-wraper {
	padding: 60px 0 30px 0;
}
.about-text-wraper {
	margin-top: 15px
}
.about-text-wraper h2 {
	font-size: 30px;
	line-height: 30px
}
.partner-main-wraper ul li {
	width: 100%
}
.about-text-wraper h2 span {
	display: inline;
}
.partner-main-wraper {
	padding: 40px 0
}
.footer-links-wrap {
	padding-left: 0px;
}
.footer-contact-info-wrap {
	margin-left: 0;
}
.footer-links-wrap h5 {
	margin-bottom: 0;
	margin-top: 20px
}
.footer-contact-info-wrap h5 {
	margin-bottom: 0;
	margin-top: 20px
}
.footer-main-wraper {
	padding: 40px 0;
}
.copyright-wrap {
	top: 0
}
.slider-main-wraper .subheading-slider {
	display: block;
	text-align: center
}
.slider-btn-wrap a {
	display: block;
	text-align: center;
	margin-bottom: 10px;
}
.slider-btn-wrap {
	margin-top: 20px;
}
.header-bottom-wrap {
	padding-bottom: 0;
}
.register-btn a {
	background: none !important;
	border: none !important
}
.register-btn a {
	padding: auto !important;
}
.check:checked ~ .menu-btn .bar.bottom {
	top: -11px
}
.register-btn a {
	padding: 0 30px !important;
}
.review-main-wraper {
	padding-bottom: 30px;
}
.about-main-wraper:after {
	display: none
}
.signup-form-wraper {
	width: 95% !important;
	margin: 20px auto !important;
}
#payment-form-wrap {
	width: 95% !important;
	margin: 20px auto !important;
}
.login-form-wrap {
	width: 95% !important;
	margin: 20px auto !important;
}
.login-main-wraper {
	height: auto;
}
.about-text-wraper h2 {
	font-size: 30px;
	line-height: 30px;
	margin: 35px 0 !important;
}
.teacher-big-list-image {
	width: 100%;
	margin-bottom: 15px;
}
.teachers-listing-main-wraper ul li .teacher-big-list-wrap {
	margin-bottom: 25px;
}
.teacher-list-small-wraper {
	margin-bottom: 20px;
}
.cta-image-wrap {
	display: none;
}
.cta-inner-main-wrap h5 {
	padding-left: 0
}
.cta-inner-main-wrap h5 a {
	float: none;
	display: block;
	position: static;
	text-align: center;
	margin-top: 15px
}
.learn-main-wraper ul:before {
	display: none;
}
.learn-main-wraper ul li:before {
	display: none;
}
.learn-main-wraper {
	padding: 40px 0
}
.learn-main-wraper ul {
	margin-top: 0
}
.about-image-wrap {
	z-index: 1 !important
}
.review-main-wraper h3 {
	font-size: 40px !important
}
.discover-learn-main-wraper:before {
	display: none;
}
.discover-learn-main-wraper p {
	padding: 0
}
.discover-learn-main-wraper ul li .listing-discover-wraper {
	margin-top: 25px;
}
.inner-about-main-wraper:before {
	display: none;
}
.discover-learn-main-wraper ul {
	margin-bottom: 0
}
.inner-about-main-wraper .about-main-wraper {
	padding-bottom: 0
}
.discover-learn-main-wraper h2 {
	z-index: 1 !important
}
.inner-slider-main-wraper .slider-breadcrums {
	z-index: 1 !important
}
.partner-main-wraper .subheading-partenr {
	z-index: 1 !important
}
.listing-contact-info-wrap:before {
	display: none;
}
.list-contact-wrap {
	margin-bottom: 25px
}
.fell-free-contact-wrap p {
	padding: 0 0 25px 0
}
.working-hour-warper {
	margin-bottom: 15px
}
.working-hour-form-wrap {
	padding-bottom: 0px;
}
.list-contact-wrap {
	z-index: 1 !important
}
.training-courses-wrap .owl-nav:before{
	display:none;
}
.training-courses-wrap {
    padding: 0px 0 80px 0;
}	
}