/*font-family: 'Open Sans Condensed', sans-serif;*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');

/* table of contents */


/*

+ General Styling and Tags

*body

+ @font-face



+ #home

  - .navbar

  - .page-content-main-revolution-slider

  - .full-menu



+ #features

  - .page-content-features-section



+ #who-we-are

   - .page-content-company-qualities-section



+ #awesome-work

    - .page-content-portfolio-section



+ #pricing

    - .page-content-pricing-table



+ #news

    - .page-content-news-section



+ #contact-us

  - social-links

  - office-address

  - .footer



*/

.course-text {
	/*position: absolute;*/
	/*bottom: 0;*/
	background: rgba(0,0,0,0.7);
	width: 100%;
	padding:18px;
	/*z-index: 999;*/
	box-shadow: 0 0 5px #7d7a7a; 
	min-height: 85px;
}
.footer {
    position: inherit!important; 
}
.course {
	margin-bottom: 27px;
}
.course-text h2 {
	color: #fff;
	font-size: 22px;
	font-weight: bold;
}
.course-text p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 35px;
}

.single_box_course img {
  width: 100%;
}

.single_box_course .col-md-6 {
  margin-bottom: 30px;
}

.single_box_course h1 {
	font-size: 25px;
	font-weight: 600;
	color: green;
	padding-bottom: 13px;
	line-height: 32px;
}
.affiliate_commision_text {
	padding-bottom: 15px;
	color: #000;
	font-weight: 600;
	line-height: 26px;
	font-size: 16px;
} 
.custom_field .form-control {
	border-radius: 0;
}
.single_cr_sc {
	/*border: 1px solid #4fbbe9;*/
	border-radius: 2px;
	transition: .5s;
}
.affiliate_commision_description {
	background: #eee;
	padding: 25px;
	height: 230px;
}
.single_cr_sc:hover {
	box-shadow: 0px 0px 30px #555;
}
.upload_nid.btn.btn-default {
	float: left;
	margin-right: 30px;
}
.affiliate_login_form .form-group label.col-sm-3 {
	width: 30%;
}
.affiliate_login_form .form-group .col-sm-9 {
	width: 70%;
}
.sidebar_course_img > img {
	width: 100%;
	display: block;
	overflow: hidden;
}
.sidebar_course_title {
	color: #fff;
	font-weight: 600;
	font-size: 16px;
	padding: 8px 12px;
	border: 1px solid #fff;
	margin: 15px 0;
	text-align: center;
	transition: .5s;
}
.sidebar_course_img {
	padding: 9px;
	background: #4fbbe9 ;
}
.single_course_sidebar {
	margin-bottom: 45px;
	transition: .5s;
}
.sidebar_course_title:hover {
	background: #4fbbe9 ;
	border-color: #4fbbe9 ;
	transition: .5s;
	color: green;
}
.single_course_sidebar:hover .sidebar_course_img {
	background: #fff;
	transition: .5s;
}

/*Loader starts*/

.loader {
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1200;
	background: #fff;
	overflow: hidden;
}

img.lazy {
	width: 100%;
}

img.lazy.slider {
	width: 100%;
	height: 350px;
}

.loader .loader_spinner {
	margin: auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	position: absolute;
	left: 50%;
	right: 50%;
	margin-left: -20px;
	top: 50%;
	-webkit-animation: sk-rotate 2.0s infinite linear;
	-moz-animation: sk-rotate 2.0s infinite linear;
	-o-animation: sk-rotate 2.0s infinite linear;
	animation: sk-rotate 2.0s infinite linear;
}
.f-left{float: left;}

.f-right{float: right;}

.dot1,
.dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-webkit-animation: sk-bounce 2.0s infinite ease-in-out;
	-moz-animation: sk-bounce 2.0s infinite ease-in-out;
	-o-animation: sk-bounce 2.0s infinite ease-in-out;
	animation: sk-bounce 2.0s infinite ease-in-out;
}

.dot2 {
	top: auto;
	bottom: 0;
	-webkit-animation-delay: -1.0s;
	-moz-animation-delay: -1.0s;
	-o-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

@-webkit-keyframes sk-rotate {
	100% {
		-webkit-transform: rotate(360deg)
	}
}

@-moz-keyframes sk-rotate {
	100% {
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-o-keyframes sk-rotate {
	100% {
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@keyframes sk-rotate {
	100% {
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-bounce {
	0%,
	100% {
		-webkit-transform: scale(0.0)
	}
	50% {
		-webkit-transform: scale(1.0)
	}
}

@-moz-keyframes sk-bounce {
	0%,
	100% {
		-moz-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		-moz-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@-o-keyframes sk-bounce {
	0%,
	100% {
		-o-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		-o-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}

@keyframes sk-bounce {
	0%,
	100% {
		-moz-transform: scale(0.0);
		-o-transform: scale(0.0);
		transform: scale(0.0);
		-webkit-transform: scale(0.0);
	}
	50% {
		-moz-transform: scale(1.0);
		-o-transform: scale(1.0);
		transform: scale(1.0);
		-webkit-transform: scale(1.0);
	}
}


/*Loader ends*/


/*Global Styling*/

body {
	padding: 0;
	margin: 0;
	width: 100%;
	overflow-x: hidden;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #515A5F;
	position: relative;
}

.background-position {
	background: no-repeat fixed center;
	background-size: cover;
}

.parallax-content {
	/*margin-bottom: 300px;*/
	z-index: 9;
	background: #fff;
	overflow-x: hidden; 
	position: relative;
}

html {
	height: 100%;
	width: 100%;
	font-size: 16px;
}

ol,
ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

a,
a:hover,
a:focus {
	outline: none;
	text-decoration: none;
	color: inherit;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	border: none;
	margin: 0;
	color: #515A5F;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
}

h1,
.h1 {
	font-size: 2.625rem;
	font-weight: 300;
}

h2,
.h2 {
	font-size: 2.375rem;
	font-weight: 300;
}

h3,
.h3 {
	font-size: 1.5rem;
	font-weight: 300;
}

h4,
.h4 {
	font-size: 1.25rem;
	font-weight: 300;
}

h5,
.h5 {
	font-size: 1.2rem;
	font-weight: 300;
}

h6,
.h6 {
	font-size: 1.125rem;
	font-weight: 300;
}

p {
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.60rem;
	color: #535353;
}

.p1 {
	font-size: 0.75rem;
	font-weight: 300;
	line-height: 1.35rem;
	color: #535353;
}

.p2 {
	font-size: 0.625rem;
	font-weight: 300;
	line-height: 1.35rem;
}

.p3 {
	font-size: 0.875rem;
	font-weight: 300;
	line-height: 1.25rem;
}

.rotate-right {
	transform: rotate(1deg);
	width: 103%;
	position: relative;
	left: -2%;
}

.rotate-left {
	transform: rotate(-1deg);
	width: 103%;
	position: relative;
	left: -2%;
}

.rotate-left-text {
	transform: rotate(1deg)
}

.rotate-right-text {
	transform: rotate(-1deg)
}

.hover-div-black:hover .img-hover-circal {
	border-color: #515a5f;
}

.hover-div-white:hover .img-hover-circal {
	border-color: transparent;
}

.img-hover-circal {
	padding: 4px;
	-webkit-border-radius: 50%;
	display: inline-block;
	border: 2px solid transparent;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
}


/*button*/


/* Shutter Out Horizontal */

.button {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color;
	transition-property: color;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.button:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.button:hover,
.button:focus,
.button:active {
	color: white;
}

.button:hover:before,
.button:focus:before,
.button:active:before {
	-webkit-transform: scaleY(2);
	transform: scaleY(2);
}

.page-buttons {
	font-weight: 600 !important;
	font-size: 16px !important;
	padding: 10px 30px !important;
	border-radius: 50px;
	border: transparent;
}


/* Helper Classes & Shorcodes */

.padding {
	padding: 9.375rem 0;
}

.padding-sides-info {
	padding: 0 140px;
}

.padding-sides-intro {
	padding: 0 220px;
}

.padding-top {
	padding-top: 100px;
}

.padding-bottom {
	padding-bottom: 9.375rem;
}

.padding-pricing {
	padding: 7.813rem 0;
}

.padding-top-price-box {
	padding-top: 2.188rem;
}

.padding-bottom-price-box {
	padding-bottom: 3.75rem;
}

.margin-bottom {
	margin-bottom: 7.5rem;
}

.top160 {
	margin-top: 160px;
}

.heading_space {
	margin-bottom: 3.75rem;
}

.bottom50 {
	margin-bottom: 50px;
}

.bottom10 {
	margin-bottom: 10px;
}

.top10 {
	margin-top: 10px;
}

.top55 {
	margin-top: 0px;
}

.top100 {
	margin: 60px 0;
}

.bottom15 {
	margin-bottom: 15px;
}

.topbottom132 {
	margin: 132px 0;
}

.top15 {
	margin-top: 15px;
}

.top20 {
	margin-top: 20px;
}

.top25 {
	margin-top: 25px;
}

.top60 {
	margin-top: 60px;
}

.bottom20 {
	margin-bottom: 20px;
}

.bottom25 {
	margin-bottom: 25px;
}

.top50 {
	margin-top: 50px;
}

.bottom30 {
	margin-bottom: 30px;
}

.top30 {
	margin-top: 30px;
}

.top135 {
	margin-top: 70px;
}

.bottom35 {
	margin-bottom: 35px;
}

.top40 {
	margin-top: 40px;
}

.top15 {
	margin-top: 15px;
}

.top70 {
	margin-top: 70px;
}

.top75 {
	margin-top: 75px;
}

.topbottom155 {
	margin: 155px 0;
}

.bottom55 {
	margin-bottom: 55px;
}

.bottom45 {
	margin-bottom: 45px;
}

.bottom65 {
	margin-bottom: 65px;
}

.bottom100 {
	margin-bottom: 100px;
}

.nomargin {
	margin: 0;
}

.container {
	max-width: 100%;
}


/*to align elements*/

.open-full-menu-center {
	display: block;
	position: absolute;
	top: 50%;
	width: 100%;
	left: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/*Global Styling ends*/


/* Helper Classes */


/* Social Icons */

ul.social li a {
	display: block;
	height: 34px;
	width: 34px;
	position: relative;
	border: 1px solid #515a5f;
	color: #515a5f;
	margin: 1px;
	text-align: center;
	line-height: 34px;
	font-size: 15px;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 2;
}

ul.social li a:hover {
	border-color: transparent;
}

ul.social li {
	display: inline-block;
}

ul.social li a:hover::before,
ul.social li a:focus::before {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

ul.social li a:hover,
ul.social li a:focus {
	color: #fff;
}

ul.social_simple li a {
	display: block;
	font-size: 17px;
	line-height: 1;
	margin: 7px 5px;
}

ul.social_vertical li a {
	display: block;
	font-size: 20px;
	color: #515A5F;
}

ul.social.white li a {
	border: 1px solid #fff;
}

ul.social .button {
	background: transparent;
}

.pinterest:before {
	background-color: #cb2027;
}

.twitter:before {
	background-color: #1DA1F2 !important;
}

.facebook:before {
	background-color: #3b5998 !important;
}

.google:before {
	background-color: #DB4437 !important;
}

.linkedin:before {
	background-color: #0077B5 !important;
}


/* Social Icons ends*/


/* Helper Classes ends */


/* transitions*/

.navbar-search-box-icon .search-icon .fa-times,
ul.social li a:before,
nav.navbar.navbar-default,
nav.navbar ul.nav>li>a:before,
.navbar-brand>img,
nav.navbar li.dropdown ul.dropdown-menu>li>a:before,
.full-menu,
.full-menu ul.full-nav li a:before,
.menu-icon span,
.menu-icon span:before,
.menu-icon span:after,
.tp-bullet,
.swiper-pagination-bullet,
.swiper-button-next,
.explore-now,
.swiper-button-prev,
.back-top,
.back-top-visible,
a,
.fa,
.button:before,
.item-containe>img,
.hover-div-blue,
.member-1-img-back,
.member-2-img-back,
.img-center img,
.name-member,
.button-blue,
p,
span,
.cbp-item-wrapper img,
.team-achievement-data-index3 .num-inner-radius h2,
.news-data-img img,
ul.social li a,
.index6-navbar,
.news .tab-content .tab-pane,
.news .tab-content .tab-pane,
.news .tab-content .tab-pane img,
.navbar-right,
.navbar-left {
	-moz-transition: all .4s ease-in;
	-webkit-transition: all .4s ease-in;
	-o-transition: all .4s ease-in;
	transition: all .4s ease-in;
}


/* ------ Headers Starts ------ */

header {
	position: relative;
}

nav.navbar.navbar-default {
	border-bottom: none;
	-webkit-box-shadow: 0 0;
	box-shadow: 0 0;
	padding: 14px 0 0;
}

nav.navbar.navbar-default.scroll-nav {
	-webkit-box-shadow: 0 8px 6px -9px #999 !important;
	box-shadow: 0 8px 6px -9px #999 !important;
}

header nav.navbar.navbar-fixed {
	background: transparent;
}

header .scroll-nav {
	background: #fff !important;
	z-index: 11;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	-webkit-animation-name: animationFade;
	-moz-animation-name: animationFade;
	-o-animation-name: animationFade;
	animation-name: animationFade;
	-webkit-animation-duration: 1s;
	-moz-animation-duration: 1s;
	-o-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	-moz-animation-fill-mode: both;
	-o-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-box-shadow: 0 2px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 8px -1px rgba(0, 0, 0, 0.2);
	padding: 0;
}

.navbar.navbar-empty {
	position: absolute;
	background: transparent;
	top: 0;
	z-index: 5;
	width: 100%;
}

.home-main {
	position: relative;
	z-index: 2;
}

.home-main::before {
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100px;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.01) 16%, rgba(0, 0, 0, 0.9) 100%);
	z-index: 999;
	display: block;
	position: absolute;
}

nav.navbar .navbar-toggle {
	background-color: transparent !important;
	float: right;
	margin-right: 0;
	margin-top: 12px;
	color: #515A5F;
}

.navbar-brand {
	height: auto;
	padding: 7px 0;
	margin-left: 0 !important;
}

.navbar.navbar-default.navbar-fixed.navbar-fixed-top.scroll-nav {
	padding: 0;
}

.navbar-brand>img {}

.feature-about-text {
	padding: 30px 0 50px;
}

.scroll-nav .navbar-brand>img,
nav.navbar.navbar-fixed.scroll-nav .navbar-brand>img {
	width: auto;
	transition: .5s;
	height: 50px;
}

header nav.navbar.navbar-fixed .logo-display,
header nav.navbar.navbar-fixed.scroll-nav .logo-scrolled {
	display: inline-block;
}

header nav.navbar.navbar-fixed .logo-scrolled,
header nav.navbar.navbar-fixed.scroll-nav .logo-display {
	display: none;
}

nav.brand-center .navbar-collapse .col-half.left {
	float: left;
	width: auto;
}

nav .brand-center .navbar-collapse .col-half.right {
	float: right;
	width: auto;
}

nav.navbar ul.nav>li {
	margin: 0 1.2rem;
}

nav.navbar.brand-center ul.nav>li:first-child {
	margin-left: 0;
}

nav.navbar.brand-center ul.nav>li:last-child {
	margin-right: 0;
}

.contant {
	position: absolute;
	top: 40%;
	left: 10%;
	/*transform: translateX(-50%);*/
}

.img-section {
	position: relative;
	height: 100vh;
}


/*.img-section::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 80%;
    content: '';
    background: linear-gradient(to top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    display: block;
}*/

.contant h3 {
	font-size: 50px;
	color: #fff;
	font-weight: 500;
}

.contant p {
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	margin-top: 15px;
	width: 80%;
}

.owl-carousel.homeslider .owl-nav .owl-prev,
.owl-carousel.homeslider .owl-nav .owl-next {
	position: absolute;
	top: 50%;
	left: 20px;
	background: rgba(0, 0, 0, 0.5);
	width: 65px;
	height: 65px;
	border-radius: 100px;
}

.owl-carousel.homeslider .owl-nav .owl-prev img,
.owl-carousel.homeslider .owl-nav .owl-next img {
	padding-top: 10px;
}

.owl-carousel.homeslider .owl-nav .owl-next {
	left: auto;
	right: 30px;
}

.owl-carousel.homeslider .owl-dots {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
}

nav.navbar ul.nav>li>a {
	font-weight: 600;
	padding: 19px 0;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
}

header nav.navbar.navbar-fixed ul.nav>li>a {
	color: #fff;
}

header nav.navbar ul.nav>li>a,
header .scroll-nav ul.nav>li>a,
header nav.navbar.navbar-fixed.scroll-nav ul.nav>li>a {
	color: #515A5F;
	padding: 16px 0px;
}

nav.navbar ul.nav>li>a:before {
	content: '';
	position: absolute;
	bottom: 8px;
	left: 0;
	width: 100% !important;
	height: 4px;
	-webkit-transform: scale3d(0, 1, 1);
	-moz-transform: scale3d(0, 1, 1);
	transform: scale3d(0, 1, 1);
}

nav.navbar ul.nav>li>a:hover::before,
nav.navbar ul.nav>li.active a:before {
	-webkit-transform: scale3d(1, 1, 1);
	-moz-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default ul li a:hover {
	background: none;
}


/*navbar search icon starts*/

header .scroll-nav .navbar-search-box-icon .search-icon i {
	color: #515A5F !important;
}

.navbar .navbar-search-box-icon .search-icon {
	position: relative;
	right: 15px;
	top: 16px;
	font-size: 16px;
	color: #fff;
	float: right;
}

.navbar-search-box-icon .search-icon .fa-times {
	font-size: 20px;
}

.navbar-search-box-icon .actives {
	z-index: 1100;
	color: #515a5f !important;
}

.navbar-search-box-open {
	width: 100% !important;
	height: 100vh;
}

.navbar-search-box {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 1;
	top: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.94);
	overflow-x: hidden;
	padding: 0;
	-webkit-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

#search-box input[type="search"] {
	position: absolute;
	top: 50%;
	width: 80%;
	color: #515a5f;
	background: rgba(0, 0, 0, 0);
	font-size: 40px;
	font-weight: 300;
	text-align: center;
	border: none;
	margin: -51px auto 0;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	left: 0;
	right: 0;
}

.navbar-search-box-open .form-control {
	border-radius: 0;
	box-shadow: none;
	border: none;
	height: auto;
	width: 100%;
}

.navbar-search-box .navbar-search-box-button {
	margin-top: 61px;
	margin-left: -61px;
	top: 50%;
	left: 50%;
	position: absolute;
}

.navbar-search-box .navbar-search-box-button .button-blue {
	color: #fff;
}

.button-blue:hover,
.button-blue:focus,
.button-blue:active {
	color: #fff;
}


/*navbar search icon ends*/


/*revolution slider css starts*/

.default-span-yellow {
	font-weight: 600;
}

.default-span {
	font-weight: 600;
}

.explore-now {
	color: #fff;
}

.tp-bullet {
	margin-bottom: 60px!important;
	color: #fff;
	background: none !important;
	border: 1px solid transparent;
	border-radius: 50%;
	width: 32px !important;
	height: 32px !important;
	line-height: 32px;
	text-align: center;
}

.tp-bullet.selected,
.tp-bullet:hover {
	background: none !important;
}


/*revolution video slider css*/

.rs-fullvideo-cover {
	background: rgba(0, 0, 0, 0.49);
}


/*revolution video slider css*/


/*revolution slider css ends*/


/*full-menu starts*/

.menu-icon {
	width: 50px;
	height: 24px;
	cursor: pointer;
	right: 0;
	float: right;
	top: 15px;
	position: relative;
	z-index: 100;
	background: transparent;
	-webkit-transition: .2s ease-in-out;
	-moz-transition: .2s ease-in-out;
	-o-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	display: none;
}

.menu-icon span,
.menu-icon span:before,
.menu-icon span:after {
	cursor: pointer;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	height: 2px;
	width: 22px;
	position: absolute;
	top: 50%;
	display: block;
	content: '';
}

header nav.navbar.navbar-fixed.scroll-nav .menu-icon span,
header nav.navbar.navbar-fixed.scroll-nav .menu-icon span:before,
header nav.navbar.navbar-fixed.scroll-nav .menu-icon span:after {
	background: #515A5F;
}

header nav.navbar.navbar-fixed .menu-icon span,
header nav.navbar.navbar-fixed .menu-icon span:before,
header nav.navbar.navbar-fixed .menu-icon span:after {
	background: #fff;
}

.menu-icon span:before {
	left: 0;
	top: -8px;
}

.menu-icon span:after {
	left: 0;
	top: 8px;
}

.menu-icon.active {
	position: fixed;
	top: 1rem;
	right: 0;
}

.menu-icon.active span {
	background: transparent;
}

.menu-icon.active span:before,
.menu-icon.active span:after {
	top: 0;
}

.menu-icon.active span:before {
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.menu-icon.active span:after {
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.full-menu {
	background: #ffffff;
	color: #515A5F;
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	width: 100%;
	padding: 3.75rem 0;
	opacity: 0;
	text-align: center;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	transform: scale(0);
	z-index: -1;
}

.full-menu.open {
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	z-index: 1300;
}

.full-menu .button {
	border-radius: 50px !important;
}

.full-menu .logo-full {
	display: inline-block;
	width: 120px;
}

.full-menu .logo-full>img {
	width: 80px;
}

.full-menu .open-full-menu-center {
	width: 620px;
	max-width: 99%;
}

.full-menu ul.full-nav li {
	-webkit-transition: all 0.7s;
	-o-transition: all 0.7s;
	-moz-transition: all 0.7s;
	transition: all 0.7s;
	-webkit-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-moz-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	opacity: 0;
}

.full-menu.open ul.full-nav li {
	opacity: 1;
	-webkit-transform: translate3d(0px, 0px, 0px);
	-o-transform: translate3d(0px, 0px, 0px);
	-moz-transform: translate3d(0px, 0px, 0px);
	transform: translate3d(0px, 0px, 0px);
}

.full-menu.open ul.full-nav li:first-child {
	-moz-transition-delay: .1s;
	-o-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}

.full-menu.open ul.full-nav li:nth-child(2) {
	-moz-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}

.full-menu.open ul.full-nav li:nth-child(3) {
	-moz-transition-delay: .3s;
	-o-transition-delay: .3s;
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
}

.full-menu.open ul.full-nav li:nth-child(4) {
	-moz-transition-delay: .4s;
	-o-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}

.full-menu.open ul.full-nav li:nth-child(5) {
	-moz-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}

.full-menu.open ul.full-nav li:nth-child(6) {
	-moz-transition-delay: .6s;
	-o-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}

.full-menu.open ul.full-nav li:nth-child(7) {
	-moz-transition-delay: .7s;
	-o-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}

.full-menu ul.full-nav li:before {
	border-radius: 0;
}

.full-menu ul.full-nav li:hover span {
	color: #fff;
}

.full-menu ul.full-nav li:hover a {
	color: #fff;
}

.full-menu ul.full-nav li>span {
	color: #515A5F;
	font-size: 1rem;
	font-weight: 300;
	vertical-align: middle;
	margin-right: 10px;
	display: inline;
}

.full-menu ul.full-nav li a {
	position: relative;
	overflow: hidden;
	font-size: 1rem;
	color: #515A5F;
	width: 100%;
	font-weight: 500;
	text-transform: uppercase;
	display: inline-block;
	padding: 1.5rem 2rem;
	text-align: left;
	background: #f5f5f5;
	cursor: pointer;
	border-radius: 50px;
	margin-left: 20px;
}

.full-menu ul.full-nav li {
	display: inline-block;
	width: 49%;
	text-align: left;
	margin-bottom: 5px;
}


/*full-menu Ends*/


/*svg*/

svg {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 100%;
	height: 100px;
	display: block;
	z-index: 2;
}


/*svg ends*/


/*-----  Headers Ends ------ */


/*feature section start*/

.feature .feature-onworking-list .work-title {
	color: #939494;
}

.feature .feature-onworking-list .web-solution-icon,
.feature .feature-onworking-list .market-analysis-icon,
.feature .feature-onworking-list .financial-advise-icon {
	color: #fff;
	cursor: pointer;
	font-size: 45px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: inline-block;
	width: 100px;
	height: 100px;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	;
}

.feature .feature-onworking-list .web-solution-icon i,
.feature .feature-onworking-list .market-analysis-icon i,
.feature .feature-onworking-list .financial-advise-icon i {
	display: inline-block;
	-webkit-border-radius: 100%;
	border-radius: 50%;
	width: 100%;
	background: transparent;
	line-height: 100px;
}

.feature .feature-onworking-list .market-analysis:before {
	position: absolute;
	content: '';
	width: 50%;
	display: table;
	margin-left: 270px;
	top: 45px;
	height: 1px;
	background: #ebebeb;
}

.feature .feature-onworking-list .market-analysis:after {
	position: absolute;
	content: '';
	width: 50%;
	display: table;
	margin-left: -115px;
	top: 45px;
	height: 1px;
	background: #ebebeb;
}

.feature .feature-onworking-list h4 {
	padding: 0 65px;
	font-weight: 600;
}


/*feature icons hover effects*/

.feature .feature-onworking-list .financial-advise:hover .fa-file-text-o,
.feature .feature-onworking-list .web-solution:hover .fa-diamond,
.feature .feature-onworking-list .market-analysis:hover .fa-bar-chart {
	background: #515a5f;
	border-color: transparent;
	cursor: pointer;
	color: #fff;
}


/*feature icons hover effects ends*/

.digital-services-text {
	color: #fff;
}

.digital-services-text .btn {
	background: #fff;
	color: #515A5F;
}

.digital-services-btn:hover,
.digital-services-btn:focus,
.digital-services-btn:active {
	color: #fff !important;
}


/*feature section end*/


/*who-we-are starts*/

.team-members .member-1-img-back,
.team-members .member-2-img-back {
	background: #efefef;
	border-radius: 50%;
	width: 250px;
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

.team-members .img-center {
	position: absolute;
	bottom: 0;
	z-index: 1;
}

.team-member-1,
.team-member-2,
.team-member-3 {
	cursor: pointer;
	min-height: 400px;
	height: 100%;
}

.team-member-1 .img-center img,
.team-member-2 .img-center img,
.team-member-3 .img-center img {
	width: 100%;
}

.team-member-1:hover .img-center img,
.team-member-2:hover .img-center img,
.team-member-3:hover .img-center img {
	transform: scale(1.1);
}

.team-members .name-member {
	font-weight: 400;
}

.team-members .profession {
	font-size: 15px;
}


/*who-we-are progress bar*/

.progress-bar {
	box-shadow: none;
}

.about-progress .bar {
	box-shadow: inset 0 0 2px rgba(236, 236, 236, .8);
	background: #ececec;
	height: 7px;
	border-radius: 0;
}

.about-progress .progress-bar-blue .progress-bar {
	text-align: left;
	color: #515A5F;
	transition: 4s;
}

.about-progress .progress-bar-black .progress-bar {
	background: #515A5F;
	text-align: left;
	color: #515A5F;
	transition: 400ms;
}

.about-progress .progress-profession-top {
	position: absolute;
	top: 44px;
}

.about-progress .right-top {
	position: absolute;
	right: 15px;
	top: 44px;
	font-size: 18px;
}

.about-progress .progress-profession {
	position: absolute;
	top: 126px;
}

.about-progress .right {
	position: absolute;
	right: 15px;
	top: 126px;
	font-size: 18px;
}

.team-achievement-data {
	color: #fff;
}

.num {
	font-size: 3.125rem;
	cursor: pointer;
	display: inline-block;
	width: 200px;
	height: 200px;
	border-radius: 50%;
	position: relative;
}

.num-inner-radius {
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: relative;
}

#team-achievement .team-achievement-data h2 i {
	font-size: 1.125rem;
	color: #9c9c9c;
}

#team-achievement .team-achievement-data p {
	color: #fff;
}

#team-achievement .team-achievement-data h2 {
	font-size: 2rem;
	line-height: 40px;
}


/*who-we-are ends*/


/*Awesome work starts*/


/* Awesome work Portfolio Section */

.portfolio_filter .cbp-item-wrapper:hover img {
	transform: scale(1.2);
}

.cbp-l-grid-mosaic-flat .cbp-l-caption-title {
	letter-spacing: 0 !important;
	font-family: 'Open Sans', sans-serif !important;
}

.portfolio_filter .work-item {
	height: auto;
	width: auto;
	float: left;
	position: relative;
	overflow: hidden;
}

.portfolio_filter .work-item>img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
}

.item-container:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
	transform: scale(1.2);
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.portfolio_filter .overlay-inner {
	margin: auto;
	position: absolute;
	top: 50%;
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
}

.portfolio_filter .item-container:hover .overlay {
	opacity: 1;
	filter: alpha(opacity=100);
}

.portfolio_filter .work-item:hover .line {
	width: 40%;
}

.portfolio_filter .overlay .line {
	width: 0;
}

.overlay .line,
.product-content .line {
	height: 1px;
	margin: 15px auto;
	background-color: #515A5F;
	-webkit-transition: all 500ms ease-out;
	-moz-transition: all 500ms ease-out;
	-o-transition: all 500ms ease-out;
	transition: all 500ms ease-out;
}

.cbp-l-filters-buttonCenter .cbp-filter-item {
	margin: 0 10px 10px 10px !important;
	padding: 0 !important;
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-counter {
	display: none;
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item {
	border: none;
	font-size: 18px;
	color: #515A5F;
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item:before {
	position: absolute;
	content: '';
	width: 100%;
	display: table;
	height: 3px;
	bottom: -5px;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item.cbp-filter-item-active:before {
	transform: scale(1);
}


/*Awesome work ends*/


/*pricing starts*/

.pricing-data {
	background: #f7f7f7;
}

.pricing-box-center {
	padding-top: 70px;
	position: relative;
}

.pricing-box-center .pricing-blue-box-center svg {
	bottom: auto;
	top: 0;
}

.pricing-box-center .pricing-blue-box-center i {
	position: absolute;
	top: 18px;
	left: 16px;
	color: #fff;
}

.pricing-box-center .pricing-blue-box-center span {
	position: absolute;
	transform: rotate(-43deg);
	top: 27px;
	left: 20px;
	color: #fff;
}

.pricing-box-left,
.pricing-box-center,
.pricing-box-right {
	border: none;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	background: #fff;
	border-radius: 0;
	-webkit-transition: all 400ms linear;
	transition: all 400ms linear;
}

.pricing-box-left ul li,
.pricing-box-center ul li,
.pricing-box-right ul li {
	margin-top: 28px;
	font-size: 15px;
}

.pricing-boxes .pricing-box-left-text h3,
.pricing-boxes .pricing-box-center-text h3,
.pricing-boxes .pricing-box-right-text h3 {
	font-weight: 500;
	font-size: 28px;
}

.pricing-boxes .pricing-box-left-text hr,
.pricing-boxes .pricing-box-center-text hr,
.pricing-boxes .pricing-box-right-text hr {
	width: 70%;
}

.pricing-boxes .pricing-box-left-text h1,
.pricing-boxes .pricing-box-center-text h1,
.pricing-boxes .pricing-box-right-text h1 {
	font-size: 62px;
	font-weight: bolder;
	position: relative;
	display: inline-block;
}

.pricing-boxes .pricing-box-center-text p {
	font-size: 15px;
}

.pricing-boxes .center-box-price .dollar {
	font-size: 20px;
	position: absolute;
	left: -14px;
	top: 10px;
	font-weight: 400;
}

.pricing-boxes .center-box-price .month {
	font-size: 20px;
	font-weight: 400;
	color: #515A5F;
}

.pricing-boxes .left-box-price .dollar,
.pricing-boxes .right-box-price .dollar {
	font-size: 20px;
	position: absolute;
	left: -14px;
	top: 10px;
	font-weight: 400;
}

.pricing-boxes .left-box-price .month,
.pricing-boxes .right-box-price .month {
	font-size: 20px;
	font-weight: 400;
}

.pricing-box-right-btn,
.pricing-box-left-btn {
	background: #fff;
	color: #515A5F;
	border: 1px solid #b9bdbf;
}

.pricing-box-center-btn:before,
.pricing-box-right-btn:before,
.pricing-box-left-btn:before {
	background: #515A5F;
	color: #fff;
}

.pricing-box-center-btn {
	color: #fff;
}

.pricing-box-center-btn:hover,
.pricing-box-center-btn:focus,
.pricing-box-center-btn:active {
	color: #fff;
}


/*pricing ends*/


/*news*/


/*news tabs*/

.news .nav-tabs {
	float: left;
	width: 50%;
	margin-top: 40px
}

.news .tab-content {
	width: 50%;
	float: right;
}

.news .nav-tabs>li.active .news-padding,
.news .nav-tabs>li.active .news-padding:focus,
.news .nav-tabs>li.active .news-padding:hover {
	border: 2px solid transparent;
}

.news .tab-content .tab-pane {
	overflow: hidden;
	position: relative;
}

.news .tab-content .tab-pane .news-hover-text {
	display: none;
	font-weight: 600;
	top: 50%;
	left: 50%;
	font-size: 18px;
	transform: translateX(-50%);
	position: absolute;
	color: #fff;
	background: transparent !important;
}

.news .tab-content .tab-pane:hover .news-hover-text {
	display: block;
}

.news .tab-content .tab-pane img {
	width: 100%;
}

.news .tab-content .tab-pane img:hover {
	transform: scale(1.1);
	opacity: .5;
	transition: all 1s;
}

.news .nav-tabs>li .news-padding {
	float: none;
}

.news .nav-tabs>li {
	margin-right: 0;
}

.news .nav-tabs li .news-blue-words {
	margin-left: 12px;
}

.news .nav-tabs li>a:hover,
.news .nav-tabs li>a:focus {
	border: none;
}

.news .nav-tabs li>a {
	margin-right: 0;
	line-height: 0;
	border: none;
	border-radius: 0;
}

.news .nav-tabs li .news-padding {
	display: block;
	position: relative;
	padding: 30px 60px;
	float: none;
	cursor: pointer;
	background: #fff !important;
	border: 2px solid #e3e3e3;
	border-right: none !important;
	transition: 1s;
}

.news .nav-tabs .news-blue-box p {
	line-height: 1;
}

.news .nav-tabs li:hover .news-blue-box p,
.news .nav-tabs>li.active .news-blue-box p {
	color: #fff;
}

.resp-tab-active .news-blue-box {
	color: #fff;
}

.news .nav-tabs li .news-padding .news-blue-box {
	border: 2px solid #e3e3e3;
	float: left;
	position: absolute;
	left: -30px;
	background: #fff;
	padding: 10px 20px;
	top: 50%;
	transform: translateY(-50%);
	transition: 1s;
}


/*news tabs end*/

.news #news-text-slider {
	color: #fff;
}

.news #news-text-slider .client-name {
	font-weight: 600;
}

.news #news-text-slider .swiper-button-next i:hover,
.news #news-text-slider .swiper-button-prev i:hover {
	border-color: transparent;
}

.news #news-text-slider .swiper-button-next i,
.news #news-text-slider .swiper-button-prev i {
	border: 2px solid #fff;
	border-radius: 50%;
	font-size: 14px;
	width: 30px;
	height: 30px;
	line-height: 27px;
}

.news #news-text-slider .swiper-button-next,
.news #news-text-slider .swiper-button-prev {
	background: none;
	top: 20%;
}

.news #news-text-slider .swiper-container p {
	color: #fff;
}

.news .given-stars {
	color: #fcc121;
}


/*news ends*/


/*contact us*/

.contact-us .contact-us-form label {
	font-weight: 100;
	font-size: 16px;
}

.contact-us .contact-us-form .form-control {
	height: 45px;
}

.contact-us .contact-us-form textarea.form-control {
	height: 135px;
}

.contact-us-button .send-button {
	color: #fff;
}

.send-button:hover,
.send-button:focus,
.send-button:active {
	color: #fff;
}


/*office address*/

.office-location .address,
.office-location .phone,
.office-location .envelope {
	display: block;
	cursor: pointer;
}

.office-location .address i,
.office-location .phone i,
.office-location .envelope i {
	float: left;
	font-size: 30px;
}

.office-location .address .p3,
.office-location .phone .p3,
.office-location .envelope .p3 {
	margin-left: 45px;
}

.office-location .address .heading,
.office-location .phone .heading,
.office-location .envelope .heading {
	font-weight: 600;
}

.contact-us .svg {
	transform: rotate(180deg);
	bottom: -8px !important;
	position: absolute;
	width: 100%;
}


/*contact us ends*/


/*footer*/

.footer {
	background: #515a5f;
	position: fixed;
	z-index: 2;
	bottom: 0;
	width: 100%;
}

.footer .footer-icon {
	color: #fff;
}

.footer ul.social li a {
	color: #fff;
	border-color: #fff;
}

.footer ul.social li a:hover {
	border-color: transparent;
}

textarea {
	resize: none;
}


/*footer ends*/


/*custom css*/

.main_logo_area {
	position: absolute;
	z-index: 999;
	width: 50%;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 5px;
}

.container.logo {
	position: relative;
}

.home-main::before {
	height: 195px;
}
.seat-book-wrap .seat-book-form form select option {
    color: #000!important;
}
.cources_details .content-aligncenter img {
	width: 100%;
	position: relative;
}

.cources_details .aligncenter.content-aligncenter {
	position: relative;
}

.course-apply-btn.banner-set {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cources_details .content-h1.fw-semi {
	font-size: 21px;
	line-height: 33px;
	padding-bottom: 30px;
}

.cources_details .text-uppercase {
	font-size: 20px;
	font-weight: 600;
	padding-bottom: 70px;
}

.cources_details .list-unstyled.text-capitalize.font-lato li {
	border-bottom: 1px solid #ccc;
	padding: 12px 0;
}

.cources_details .list-unstyled.text-capitalize.font-lato li a {
	font-size: 12px;
	line-height: 16px;
}

.cources_details .list-unstyled.text-capitalize.font-lato li a:hover {
	color: #fcc121;
}

.cources_details .widget.widget_categories h3 {
	font-weight: 600;
	border-bottom: 2px solid #fcc121;
	padding-bottom: 15px;
}

.cources_details .list-unstyled.font-lato li {
	padding-bottom: 5px;
}

.cources_details .content-h3 {
	padding-bottom: 18px;
	font-weight: 600;
	color: #00a651;
}

.cources_details .col-md-9.pd ul li {
	padding-bottom: 5px;
	list-style-type: disclosure-closed;
}

.cources_details .col-md-9.pd ul {
	padding: 0 30px;
}

.s_info_area {
	color: #fff;
	padding: 14px;
	font-size: 16px;
	line-height: 34px;
}

.short_info {
	background: #00a651;
	margin-bottom: 25px;
}

.s_info_single {
	display: block;
	overflow: hidden;
	width: 100%;
}

.sinfo_title {
	float: left;
	width: 25%;
	font-size: 12px;
	line-height: 26px;
}

.sinfo_details {
	float: left;
	width: 75%;
	padding-right: 20px;
	font-size: 12px;
	line-height: 26px;
}

.title_plan h3 {
	padding-bottom: 22px;
	color: #fff;
	font-weight: 700;
}

.cources_details .widget.widget_intro h3 {
	line-height: 36px;
}

.default-btn {
	background-color: #fff;
	color: #21ca74;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 18px 40px 18px;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	line-height: 1;
	letter-spacing: .5px;
	border-radius: 50px;
	margin: 15px;
	border: none;
	outline: none;
}


/*modal*/

.seat-book-wrap {
	padding: 42px 55px 50px;
}

.seat-book-wrap.bg-img {
	background-image: url('../images/seat-book.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #2C8A47;
}

.seat-book-wrap .seat-book-title h3 {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	margin: 0 0 21px;
	line-height: 1;
}

.seat-book-wrap .seat-book-form {
	margin: 42px 0 0;
}

.seat-book-wrap .seat-book-form form select,
.seat-book-wrap .seat-book-form form input {
	background: transparent;
	border: 1px solid #21ca74;
	height: 45px;
	padding: 2px 20px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 20px;
	width: 100%;
}

.seat-book-wrap .seat-book-form form select::placeholder,
.seat-book-wrap .seat-book-form form input::placeholder {
	color: #fff!important;
}

.seat-book-wrap .seat-book-form form textarea::placeholder {
    color: #fff!important;
}

.seat-book-wrap .seat-book-form form textarea {
	background: transparent;
	border: 1px solid #21ca74;
	height: 155px;
	padding: 17px 20px;
	font-size: 14px;
	color: #fff;
	margin: 0 0 30px;
	width: 100%;
}


.seat-book-wrap .seat-book-form form button {
	padding: 0;
	border: none;
	background: transparent;
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .5px;
	text-transform: uppercase;
	color: #21ca74;
	background-color: #fff;
	line-height: 1;
	padding: 21px 40px 21px;
	border-radius: 50px;
	-webkit-box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
	box-shadow: 0px 6px 12px 0.8px rgba(14, 14, 14, 0.26);
	margin-top: 15px;
}

textarea {
	resize: vertical;
	width: 100%;
}


.apply-modal-body .close {
	right: 13px;
	padding: ;
	position: absolute;
	top: 10px;
}

.single_img img {
	width: 225px;
}

.single_img {
	padding-top: 24px;
}

.footer-icon.clearfix.text-center.padding.custom {
	padding-bottom: 20px;
	padding-top: 91px;
}

.ftr_condition_rl ul li a {
	color: #fff;
}

.ftr_condition_rl ul li {
	display: inline-block;
	border-right: 1px solid #fff;
	padding: 0px 10px;
}

.footer {
	padding-bottom: 20px;
}

.ftr_condition_rl ul li:nth-child(4) {
	border-right: 0;
}


/*SIDEBAR */

.mb-40 {
	margin-bottom: 40px;
}

.sidebar-title {
	position: relative;
}

.sidebar-title h4 {
	color: #00a651;
	font-size: 18px;
	margin: 0;
	border-bottom: 1px solid #00a651;
	padding-bottom: 17px;
	line-height: 28px;
	margin-bottom: 25px;
}

ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

.category-list ul li {
	display: block;
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #eeeeee;
}

.category-list ul li a {
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 25px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sidebar-style.sidebar-res-mrg-none {
	padding-top: 0px;
}

.course_img img {
	width: 100%;
}

.container.logo {
	display: none;
}

body.home .container.logo {
	display: block;
}

body.home nav.navbar.navbar-default {
	padding: 95px 0 0;
}



/*optional*/

.sidebar-style.sidebar-res-mrg-none {
	background: #00a651;
	padding: 20px;
}

.cources_details .col-md-3 {
	padding: 0;
}

.sidebar-title h4 {
	color: #fff;
	font-weight: 700;
	font-size: 25px;
	margin-bottom: 8px;
}

.category-list ul li a {
	color: #fff;
}



.referral_code_area button {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 0 !important;
  border-radius: 0 !important;
  padding: 14px !important;
}
.referral_code_area {
  position: relative;
}
.referral_code {
  width: 100%;
}


.profile_btn_single {
	float: left;
	width: 45%;
	padding: 5px;
}
.profile_btn_single a {
    position: relative;
    overflow: hidden;
    font-size: 1rem;
    color: #515A5F;
    width: 100%;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    padding: 1.5rem 2rem;
    text-align: center;
    background: #f5f5f5;
    cursor: pointer;
    border-radius: 50px;
    margin-left: 0;
}
.page-content-list {
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.profile_btn_single a:hover{
	background: #00a651 !important;
	color: #fff;
}

/*service custom*/

.service-section-panel {
	margin-bottom: 25px;
}
.text-center.service-title h2 {
	font-weight: 800;
	color: #000;
	font-style: oblique;
}
.s-icon {
	float: left;
	overflow: hidden;
	clear: both;
	display: block;
	width: 80px;
	height: 80px;
	text-align: center;
	background: #fff;
	line-height: 80px;
	border-radius: 50%;
	box-shadow: -1px 4px 8px #ececec;
	margin-right: 19px;
}
.s-icon img {
	width: 50px;
}
.s-details {
	overflow: hidden;
	display: block;
}
.s-details h3 {
	font-weight: 600;
	color: #000;
	font-style: oblique;
	padding-bottom: 19px;
}
.s-details p {
	font-weight: 500;
	color: #000;
	line-height: 23px;
}
.service-title {
	padding: 60px 0;
}
.single-service-sec {
	margin-bottom: 60px;
}
.service-title.line {
	position: relative;
	/*z-index: 2;*/
}
.service-title.line::after {
	position: absolute;
	left: 50%;
	content: url('../images/line.png');
	margin: 8px 0;
}
.s-logo {
	margin-bottom: 10px;
}
.single-service-sec:hover {
	box-shadow: 0 0 30px #eee;
	transition: .5s;
}
.single-service-sec{
	padding: 16px;
	transition: .5s;
}
.single-logo-sec {
	overflow: hidden;
	transition: .5s;
}
.single-logo-sec:hover {
	cursor: pointer;
	transition: .5s;
	transform: scale(1.1);
}
.single-logo-sec img {
	width: 60%;
}
.s-logo {
	text-align: center; 
}
.service-section-panel, .logo-section-area {
	display: none;
}

/*service custom*/

button:active {
	outline: none!important;
	border: none!important;
}

button:focus {outline:0!important;}



@media screen and (max-width: 1024px) {
	html {
		font-size: 13px;
	}
}

@media screen and (max-width: 1023px) {
	nav.navbar.no-background .menu-icon span,
	nav.navbar.no-background .menu-icon span:before,
	nav.navbar.no-background .menu-icon span:after {
		background: #515A5F;
	}
}

@media screen and (min-width: 768px) and (max-width: 991px) {
	/*navbar*/
	.home-main-index4 .navbar-right,
	.home-main-index4 .navbar-left {
		margin: 0 !important;
	}
	nav.navbar ul.nav>li>a {
		font-size: 12px;
	}
	.navbar-right {
		margin-right: 65px;
	}
	.home-main-index4 .navbar-right {
		margin: 0;
	}
	nav.navbar ul.nav>li {
		margin: 0 1rem;
	}
	/*feature*/
	.feature .feature-onworking-list .market-analysis:before {
		margin-left: 166px;
	}
	.feature .feature-onworking-list .market-analysis:after {
		margin-left: -80px;
	}
	/*news*/
	.news .nav-tabs {
		margin-top: 0;
	}
	.news .nav-tabs li>a {
		padding: 10px 40px;
	}
	.news .nav-tabs .top30,
	.news .nav-tabs li>a .top15 {
		margin-top: 5px;
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	nav.navbar ul.nav>li {
		margin: 0 1rem;
	}
	/*feature*/
	.feature .feature-onworking-list .market-analysis:before {
		margin-left: 220px;
	}
	.feature .feature-onworking-list .market-analysis:after {
		margin-left: -100px;
	}
	/*news*/
	.news .nav-tabs {
		margin-top: 0;
	}
	.news .nav-tabs li>a {
		padding: 20px 50px;
	}
	.news .nav-tabs .top30 {
		margin-top: 20px;
	}
}

@media screen and (max-width: 992px) {
	h1,
	.h1 {
		font-size: 2em;
	}
	h2,
	.h2 {
		font-size: 2rem;
	}
	h3,
	.h3 {
		font-size: 1.5rem;
	}
	h4,
	.h4 {
		font-size: 1rem;
	}
	h5,
	.h5 {
		font-size: 0.9375rem;
	}
	h6,
	.h6 {
		font-size: 0.8375rem;
	}
	.top30 {
		margin-top: 20px;
	}
	.top55 {
		margin-top: 25px;
	}
	.top100 {
		margin-top: 50px;
	}
	.top160 {
		margin-top: 80px;
	}
	.topbottom132 {
		margin: 66px 0;
	}
	/*Header*/
	.navbar-brand>img,
	.nav.navbar .navbar-brand>img,
	.nav.navbar .scroll-nav .navbar-brand>img,
	nav.navbar .navbar-fixed.scroll-nav .navbar-brand>img {
		/*width: 70px !important;*/
	}
	header nav.navbar .navbar-fixed {
		background: #fff;
	}
	header nav.navbar .navbar-fixed .menu-icon span,
	header nav.navbar .navbar-fixed .menu-icon span:before,
	header nav.navbar .navbar-fixed .menu-icon span:after {
		background: #515A5F;
	}
	/*who we are*/
	.about-progress .progress-profession-top,
	.about-progress .right-top {
		top: -25px;
	}
	.about-progress .progress-profession,
	.about-progress .right {
		top: 58px;
	}
	/*contact us*/
	.office-location {
		margin-top: 60px;
	}
	/*pricing*/
	.pricing-boxes .pricing-box-left-text h1,
	.pricing-boxes .pricing-box-center-text h1,
	.pricing-boxes .pricing-box-right-text h1 {
		font-size: 42px;
	}
}

@media screen and (max-width: 800px) {
	nav.navbar .navbar-toggle {
		display: none;
	}
	nav.navbar .brand-center .navbar-toggle {
		display: inline-block;
	}
}

@media screen and (max-width: 767px) {
	/*Header*/
	/*.full-menu*/
	.top30 {
		margin-top: 15px;
	}
	.full-menu .logo-full {
		width: 90px;
		margin-top: 0.5rem;
	}
	.full-menu ul.full-nav li>span {
		font-size: 12px;
	}
	.full-menu ul.full-nav li a {
		font-size: 1.125rem;
		margin-left: 0;
	}
	.navbar-brand {
		padding: 7px 15px;
	}
	/*search-icon*/
	.navbar .navbar-search-box-icon {
		display: none;
	}
	.navbar .nav {
		display: none;
	}
	/*feature*/
	.feature .feature-onworking-list .market-analysis:after,
	.feature .feature-onworking-list .market-analysis:before {
		display: none;
		position: static;
	}
	.feature .feature-onworking-list h4,
	.padding-sides-info,
	.padding-sides-intro {
		padding: 0;
	}
	.rotate-right {
		transform: rotate(0deg);
		width: 100%;
		left: 0;
	}
	.rotate-left {
		transform: rotate(0deg);
		width: 100%;
		left: 0;
	}
	.rotate-left-text {
		transform: rotate(0deg)
	}
	.rotate-right-text {
		transform: rotate(0deg)
	}
	.digital-services-heading {
		padding: 0 160px;
	}
	/*who we are*/
	/*.team-member-1

   {

        margin-top: 40px;

    }*/
}

.awesome-work.padding-top {
	padding-top: 0px;
}

#work .container-fluid {
	padding: 0;
	margin: 0;
}

.market-analysis {
	margin: 30px;
}

.num {
	width: 150px;
	height: 80px;
}

.team-member-2 {
	margin: 40px 0;
}


/*news*/

.news .nav-tabs {
	width: 100%;
}

.news .nav-tabs li>a {
	border-right: 2px solid #e3e3e3 !important;
}

.news .tab-content {
	display: none;
}

.news .swiper-button-next,
.news .swiper-button-prev {
	display: none;
}

.news .top135 {
	margin-top: 25px;
}


/*work*/

.portfolio_filter .cbp-l-filters-buttonCenter .cbp-filter-item {
	font-size: 14px;
}


/*contact us*/

.social-info,
.office-location {}

.contact-us-form.top55 {
	padding-top: 44px;
}

.office-location .address i,
.office-location .phone i,
.office-location .envelope i {
	float: none;
	margin-bottom: 10px;
}

.office-location .address .p3,
.office-location .phone .p3,
.office-location .envelope .p3 {
	margin-left: 0;
}

.office-location .address,
.office-location .phone,
.office-location .envelope {
	padding-top: 10px;
}

.contact-us .name {
	margin-bottom: 15px;
}

.contact-us .top70 {
	margin-top: 20px;
}

.menu-icon {
	display: block;
}

.course-apply-btn.banner-set .default-btn {
	font-size: 13px;
	padding: 12px 40px 12px;
}


}
@media (min-width: 768px) {
	.navbar-right {
		float: right!important;
	}
}
@media (max-width: 500px) {
	#search-box input[type="search"] {
		font-size: 20px;
	}
	/*revolution*/
	
	#rev_slider_2_1 .tp-caption,
	#rev_slider_2_1 .default-span-yellow,
	#rev_slider_2_1 .default-span {
		font-size: 35px !important;
	}
	
	#rev_slider_2_1 .awsum {
		font-size: 20px !important;
	}
	/*feature*/
	
	.digital-services-heading {
		padding: 0;
	}
}

/*Index2 styling start*/

/*home background image*/
.home-main-index2 {
	background-image: url("../images/index2-bg.jpg");
	height: 100vh;
	width: 100%;
}

/*digital-services background image*/
.digital-services-index2 {
	background-image: url("../images/index2-slide2.jpg");
}

/*team-achievement background image*/
.team-achievement-index2 {
	background-image: url("../images/index2-slide3.jpg");
}

/*news-text-slider background image*/
.news-text-slider-index2 {
	background: url("../images/index2-slide4.jpg") fixed;
	background-size: cover;
}

/*home slider*/
.home-main-index2 .yellow-span,
.home-main-index2 .blue-span {
	font-weight: 500;
}
.main-slider-index2 .swiper-container .swiper-button-next,
.main-slider-index2 .swiper-container .swiper-button-prev {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5) none;
	width: 40px;
	height: 40px;
	font-size: 27px;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	border-radius: 5px;
}
.main-slider-index2 .swiper-container {
	width: 100%;
	height: 100vh;
}
.main-slider-index2 .swiper-slide h1 {
	font-size: 45px;
	font-weight: 100;
}
.main-slider-index2 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover !important;
	color: #ffffff;
}
.main-slider-index2 .swiper-container i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
.main-slider-index2 .swiper-container .swiper-button-next:hover,
.main-slider-index2 .swiper-container .swiper-button-prev:hover {
	background: #ffffff;
	color: #1b1b1b;
}
.main-slider-index2 .swiper-slide .buttons-group {
	margin-top: 30px;
}
@media screen and (max-width: 767px) {
	.main-slider-index2 .swiper-slide h1 {
		font-size: 22px !important;
	}
	
	.main-slider-index2 .swiper-slide .page-buttons {
		font-size: 12px !important;
		padding: 6px 16px !important;
	}
	
	nav.navbar.navbar-default {
		padding: 50px 0;
	}
	
	.main_logo_area {
		width: 85%;
	}
	
	.logo-display {
		width: 100px;
	}
}

/*Index2 styling ends*/

/*Index3 styling start*/

/*digital-services-index3 background image*/
.digital-services-index3 {
	background-image: url("../images/index2-slide2.jpg");
}

/*team-achievement-index3 background image*/
.team-achievement-index3 {
	background-image: url("../images/index2-slide3.jpg");
}

/*news-text-slider-index3 background image*/
.news-text-slider-index3 {
	background: url("../images/index2-slide4.jpg") fixed;
	background-size: cover;
}
.six-section-index3 .second-line {
	margin-top: 50px;
}
.six-section-index3 .section {
	text-align: center;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.team-achievement-data-index3 .num-inner-radius:hover h2 {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
.team-achievement-data-index3 {
	color: #fff;
}
.team-members-index3 .img-center {
	width: 250px;
	height: 250px;
}
.index3-news .news-data:hover .news-data-img img {
	transform: scale(1.1);
}
.index3-news .news-data .news-data-img img {
	width: 100%;
	position: relative;
}
.index3-news .news-data .news-data-img {
	overflow: hidden;
	border-radius: 5px !important;
}
.six-section-index3 .section h2 {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
.six-section-index3 .section hr {
	width: 45px;
	height: 3px;
	margin: 0 auto 12px;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
	border: none;
}
.six-section-index3 .section h4 {
	margin-bottom: 10px;
	font-family: 'Open Sans', sans-serif;
}
.six-section-index3 .section p {
	line-height: 24px;
}
.six-section-index3 .section:hover h2 {
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
}
@media screen and (max-width: 767px) {
	.six-section-index3 .section {
		text-align: center;
	}
	
	.six-section-index3 .section hr {
		margin: 0 auto 20px;
	}
	
	.six-section-index3 .section.middle-section {
		margin: 50px 0;
	}
}

/*Index3 styling ends*/

/*Index4 styling start*/
.home-main-index4 .navbar-right {
	margin-right: 160px;
}
.home-main-index4 .navbar-left {
	margin-left: 160px;
}
.home-main-index4 .navbar-brand img {
	display: block;
	margin: 0 auto;
}
.home-main-index4 .navbar-brand {
	height: auto;
	padding: 7px 0;
	position: absolute;
	float: none;
	left: 50%;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	margin-top: 10px;
}

/*digital-services background image*/
.digital-services-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#eb8416), to(#ed2371));
}

/*team-achievement background image*/
.team-achievement-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be));
}

/*news-text-slider background image*/
.news-text-slider-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#d635d6), to(#ff364f));
	background-size: cover;
}
.home-main-index4 nav.navbar.navbar-default.scroll-nav .navbar-right {
	margin-right: 0;
}
.home-main-index4 nav.navbar.navbar-default.scroll-nav .navbar-left {
	margin-left: 0;
}
.home-main-index4 .font-white .navbar-nav>.active>a,
.home-main-index4 .font-white .navbar-nav>.active>a:focus,
.home-main-index4 .font-white .navbar-nav>.active>a:hover,
.home-main-index4 .font-white ul li a:hover {
	color: #fff !important;
}
.home-main-index4 .font-white ul.nav>li>a:before {
	background: #fff !important;
}
.main-slider-index4 .slider-btn:hover,
.main-slider-index4 .slider-btn-yellow:hover {
	color: #4fbbe9;
}
.main-slider-index4 .slider-btn:before,
.main-slider-index4 .slider-btn-yellow:before {
	background: #fff !important;
}
.home-main-index4 .menu-icon {
	width: 34px;
	border-radius: 4px;
	padding: 16px 9px;
	right: 15px;
	top: 10px;
}
.index4-menu-icon .menu-icon span:before {
	top: -6px;
}
.index4-menu-icon .menu-icon span:after {
	top: 6px;
}
.index4-menu-icon .menu-icon span,
.index4-menu-icon .menu-icon span:before,
.index4-menu-icon .menu-icon span:after {
	width: 16px;
}
.main-slider-index4 .buttons-group-index4 .slider-btn-yellow,
.main-slider-index4 .buttons-group-index4 .slider-btn {
	border: 2px solid #fff;
	background: transparent !important;
	transition: all 500ms;
}
.digital-services-index4 .digital-services-text .btn {
	background: transparent;
	border: 2px solid #fff;
	transition: all 500ms;
	color: #fff;
}
.index4-menu-icon .menu-icon {
	background: #fff;
}
.index4-menu-icon .menu-icon span,
.index4-menu-icon .menu-icon span:before,
.index4-menu-icon .menu-icon span:after {
	background: #d63c5d !important;
}

/*home slider*/
.home-main-index4 .yellow-span,
.home-main-index4 .blue-span {
	font-weight: 500;
	color: #fff !important;
}
.main-slider-index4 .swiper-container .swiper-button-next,
.main-slider-index4 .swiper-container .swiper-button-prev {
	color: #ffffff;
	background: rgba(0, 0, 0, 0.5) none;
	width: 40px;
	height: 40px;
	font-size: 27px;
	-webkit-transition: all linear 300ms;
	transition: all linear 300ms;
	border-radius: 5px;
}
.main-slider-index4 .swiper-container {
	width: 100%;
	height: 100vh;
}
.main-slider-index2 .swiper-slide h1 {
	font-size: 45px;
	font-weight: 100;
}
.main-slider-index4 .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-size: cover !important;
	color: #ffffff;
}
.main-slider-index4 .swiper-container i {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 15px;
}
.main-slider-index4 .swiper-container .swiper-button-next:hover,
.main-slider-index4 .swiper-container .swiper-button-prev:hover {
	background: #ffffff;
	color: #1b1b1b;
}
.main-slider-index4 .swiper-slide .buttons-group {
	margin-top: 30px;
}
.footer-index4 {
	background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#5e8ec7), to(#31c2be));
}
.footer-index4 .footer-icon {
	color: #fff;
}
.footer-index4 ul.social li a {
	color: #fff;
	border-color: #fff;
}
.footer-index4 ul.social li a:hover {
	border-color: transparent;
}

/*Index4 styling ends*/

/*index5 styling starts*/
.index5-slider .swiper-container .swiper-slide img {
	width: 100%;
	height: 100vh;
}
.home-main-index5 .menu-icon-index5 .menu-icon {
	background: #fff;
}
.home-main-index5 .menu-icon-index5 .menu-icon {
	width: 34px;
	padding: 16px 9px;
	right: 15px;
	top: 10px;
	border-radius: 4px;
}
.home-main-index5 .menu-icon-index5 .menu-icon span,
.home-main-index5 .menu-icon-index5 .menu-icon span:before,
.home-main-index5 .menu-icon-index5 .menu-icon span:after {
	width: 16px;
	background: gray !important;
}
.menu-icon-index5 .menu-icon span:after {
	top: 6px;
}
.menu-icon-index5 .menu-icon span:before {
	top: -6px;
}
.menu-icon.active span:before,
.menu-icon.active span:after {
	top: 8px;
}
.home-main-index5 .index5-slider-text {
	position: absolute;
	z-index: 9;
	width: 100%;
	transform: translateY(-50%);
	top: 50%;
	color: #fff;
}
.home-main-index5 .index5-slider-text .slider-content h1 {
	font-size: 54px;
	color: #fff;
}
.home-main-index5 .index5-slider-text .slider-content p {
	font-size: 18px;
	color: #fff;
}
.home-main-index5 .index5-slider-text .slider-btn-index5 {
	background: transparent;
	color: #fff;
	border: 2px solid #fff;
	transition: all 500ms;
}
.home-main-index5 nav.navbar.scroll-nav {
	box-shadow: none !important;
	background: transparent !important;
}
.home-main-index5 nav.navbar.navbar-default.scroll-nav .navbar-brand {
	display: none;
}
.home-main-index5 nav.navbar {
	z-index: 1200;
}

/** Push Menu**/

/* toggle button*/
.home-main-index5 .menu-icon-index5 .menu-icon {
	cursor: pointer;
	display: table;
	position: relative;
	z-index: 1301;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.home-main-index5 .menu-icon-index5 .menu-icon.active {
	right: 0;
	position: fixed;
}
.home-main-index5 .menu-icon-index5 .menu-icon.active:hover span,
.home-main-index5 .menu-icon-index5 .menu-icon.active span {
	background: transparent !important;
}
.pushmenu-push {
	overflow-x: hidden;
	position: relative;
	left: 0;
	z-index: 1099;
}
.pushmenu {
	background: #fff;
	padding: 20px 15px;
	border-top: 5px solid transparent;
	width: 270px;
	height: 100%;
	top: 0;
	z-index: 1100;
	position: fixed;
	overflow: hidden;
	transition: 400ms;
}
.pushmenu-left {
	left: -270px;
}
.pushmenu-left.pushmenu-open {
	left: 0;
	box-shadow: 3px 0 3px -3px rgba(0, 0, 0, .35);
}
.pushmenu-push-toright {
	left: 270px;
}
.pushmenu-right {
	right: -270px;
}
.pushmenu-right.pushmenu-open {
	box-shadow: 0 0 3px 1px rgba(0, 0, 0, 0.35);
	right: 0;
}
.pushmenu-push-toleft {
	left: -270px;
	transition: 400ms;
}
.pushmenu-push-toleft .left-stick {}
.pushmenu .push-logo {
	display: block;
	margin: 30px 0;
	text-align: center;
	position: relative;
	z-index: 98;
}
.pushmenu .push-logo>img {
	display: inline-block;
	width: 80px;
}
.pushmenu ul {
	margin-top: 70px;
}
.pushmenu .push_nav {
	width: 100%;
	z-index: 100;
	background: #fff;
}
nav.navbar.bootsnav .pushmenu .push_nav>li {
	display: block;
	position: relative;
	-moz-transform: translate3d(0px, -10px, 0px);
	-ms-transform: translate3d(0px, -10px, 0px);
	-o-transform: translate3d(0px, -10px, 0px);
	-webkit-transform: translate3d(0px, -10px, 0px);
	transform: translate3d(0px, -10px, 0px);
	opacity: 0;
}
.pushmenu.pushmenu-open .push_nav>li {
	-moz-transition-duration: .4s;
	-ms-transition-duration: .4s;
	-o-transition-duration: .4s;
	-webkit-transition-duration: .4s;
	transition-duration: .4s;
	transition-property: all;
	-moz-transform: translate3d(0, 0px, 0px);
	-ms-transform: translate3d(0, 0px, 0px);
	-o-transform: translate3d(0, 0px, 0px);
	-webkit-transform: translate3d(0, 0px, 0px);
	transform: translate3d(0, 0px, 0px);
	-moz-transition-timing-function: ease;
	-ms-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	-webkit-transition-timing-function: ease;
	transition-timing-function: ease;
	opacity: 1;
}
.pushmenu.pushmenu-open .push_nav>li:first-child {
	-moz-transition-delay: .1s;
	-ms-transition-delay: .1s;
	-o-transition-delay: .1s;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.pushmenu.pushmenu-open .push_nav>li:nth-child(2) {
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .2s;
}
.pushmenu.pushmenu-open .push_nav>li:nth-child(3) {
	-moz-transition-delay: .2s;
	-ms-transition-delay: .2s;
	-o-transition-delay: .2s;
	-webkit-transition-delay: .2s;
	transition-delay: .3s;
}
.pushmenu.pushmenu-open .push_nav>li:nth-child(4) {
	-moz-transition-delay: .4s;
	-ms-transition-delay: .4s;
	-o-transition-delay: .4s;
	-webkit-transition-delay: .4s;
	transition-delay: .4s;
}
.pushmenu.pushmenu-open .push_nav>li:nth-child(5) {
	-moz-transition-delay: .5s;
	-ms-transition-delay: .5s;
	-o-transition-delay: .5s;
	-webkit-transition-delay: .5s;
	transition-delay: .5s;
}
.pushmenu.pushmenu-open .push_nav>li:nth-child(6) {
	-moz-transition-delay: .6s;
	-ms-transition-delay: .6s;
	-o-transition-delay: .6s;
	-webkit-transition-delay: .6s;
	transition-delay: .6s;
}
.pushmenu.pushmenu-open .push_nav>li:nth-child(7) {
	-moz-transition-delay: .7s;
	-ms-transition-delay: .7s;
	-o-transition-delay: .7s;
	-webkit-transition-delay: .7s;
	transition-delay: .7s;
}
.pushmenu .push_nav>li>a {
	color: #222222 !important;
	display: block;
	font-size: 1.125rem;
	margin: 15px 5px;
	padding: 5px !important;
	text-align: center;
}
.pushmenu .push_nav>li>a:hover::before,
.pushmenu .push_nav>li.active>a::before {
	display: none !important;
	width: 0;
}
.pushmenu .push_nav>li>a:hover,
.pushmenu .push_nav>li>a:focus,
.pushmenu .push_nav>li.active>a {
	background: transparent !important;
}
.pushmenu .social {
	position: absolute;
	bottom: 0;
	text-align: center;
	left: 0;
	right: 0;
}
@media screen and (max-width: 767px) {
	.home-main-index4 .navbar-brand {
		left: 15px;
		transform: translateX(0);
	}
}

/*index5 styling ends*/

/*index6 styling ends*/
.digital-services-index6 {
	background-image: url("../images/index6-par1.jpg");
	background-size: auto;
}

/*team-achievement-index3 background image*/
.team-achievement-index6 {
	background-image: url("../images/index6-par2.jpg");
	background-size: auto;
}

/*news-text-slider-index3 background image*/
.news-text-slider-index6 {
	background: url("../images/index6-par3.jpg") fixed;
	background-size: auto;
}
.home-main-index6 .index6-navbar {
	background: transparent;
	left: 0;
	position: absolute;
	right: 0;
	margin: auto;
	top: 40px;
	z-index: 1100;
}
.home-main-index6 .stick {
	position: fixed;
	z-index: 1100;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 68px;
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -9px #999 !important;
	box-shadow: 0 8px 6px -9px #999 !important;
	border-radius: 0;
}
.index6-navbar .navbar {
	border: none;
	transition: 1s;
	background: #fff;
}
.index6-navbar .scroll-nav {
	transition: 1s;
}
.index6-navbar .navbar .navbar-search-box-icon .search-icon,
.index6-navbar nav.navbar.navbar-fixed ul.nav>li>a {
	color: #515a5f;
}
.index6-navbar nav.navbar.navbar-fixed .menu-icon span,
.index6-navbar nav.navbar.navbar-fixed .menu-icon span:before,
.index6-navbar nav.navbar.navbar-fixed .menu-icon span:after {
	background: #515a5f;
}
.index6-navbar nav.navbar.navbar-fixed {
	background: #fff;
	border-radius: 5px;
}

/*index6 styling ends*/

/*index7 styling starts*/
.home-main-index7 {
	background-image: url("../images/index2-slide1.jpg");
	height: 100vh;
	width: 100%;
}
header .index7-navbar nav.navbar.navbar-fixed {
	background: #515a5f;
	padding: 20px;
}
.index7-navbar .scroll-nav {
	background: #515a5f !important;
	padding: 0 !important;
}
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a,
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a:focus,
.index7-navbar nav.navbar.navbar-fixed .navbar-nav>.active>a:hover,
.index7-navbar .font-white ul li a:hover {
	color: #fff !important;
}
.index7-navbar .scroll-nav .navbar-search-box-icon .search-icon i,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav ul.nav>li>a {
	color: #fff !important;
}
.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span:before,
.index7-navbar nav.navbar.navbar-fixed.scroll-nav .menu-icon span:after {
	background: #fff;
}
.main-slider-index7 .swiper-button-next,
.main-slider-index7 .swiper-button-prev {
	top: 60%;
}
.main-slider-index7 .index7-bold {
	font-weight: 600;
}
.main-slider-index7 .swiper-slide {
	top: 50%;
	display: block;
}
@media screen and(max-width: 500px) {
	header .index7-navbar nav.navbar.navbar-fixed {
		padding: 0;
	}
}
@media screen and(max-width:768px) {
	.main-slider-index7 .swiper-slide h1 {
		font-size: 22px !important;
	}
	
	.main-slider-index7 .swiper-slide .page-buttons {
		font-size: 12px !important;
		padding: 6px 16px !important;
	}
}

/*index7 styling ends*/

/*index8 styling starts*/
.index8-navbar {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	z-index: 1100;
}
.index8-navbar .navbar {
	margin-bottom: 0;
}
.index8-navbar nav.navbar.navbar-fixed {
	background: #fff;
	-webkit-box-shadow: 0 8px 6px -9px #999 !important;
	box-shadow: 0 8px 6px -9px #999 !important;
	border-radius: 0;
}
.index8-navbar .navbar .navbar-search-box-icon .search-icon,
.index8-navbar nav.navbar.navbar-fixed ul.nav>li>a {
	color: #515a5f;
}
.index8-navbar nav.navbar.navbar-fixed .menu-icon span,
.index8-navbar nav.navbar.navbar-fixed .menu-icon span:before,
.index8-navbar nav.navbar.navbar-fixed .menu-icon span:after {
	background: #515a5f;
}
@media screen and (max-width: 500px) {
	/*revolution*/
	
	#rev_slider_2_2 .tp-caption,
	#rev_slider_2_2 .default-span-yellow,
	#rev_slider_2_2 .default-span {
		font-size: 30px !important;
	}
	
	#rev_slider_2_2 .help {
		margin-top: 40px !important;
	}
	
	#rev_slider_2_2 .ahead {
		margin-top: 60px !important;
	}
	
	#rev_slider_2_2 .explore-now {
		margin-top: 90px !important;
		font-size: 10px !important;
		padding: 40px;
	}
	
	#rev_slider_2_2 .awsum {
		font-size: 15px !important;
		margin-bottom: 40px;
	}
}

/*index8 styling ends*/

/*blog page styling starts*/
.blog_mew {
	background: #fff;
}
.blog_mew .innerpage-banner {
	padding-top: 200px;
	color: #ffffff;
	margin-bottom: 45px;
	background: url("../images/blog-main.jpg") no-repeat center/cover;
	height: 400px;
}
.blog_mew .innerpage-banner.exam {
	height: 250px;
	padding-top: 125px;
}
.blog_mew .innerpage-banner h2 {
	margin-bottom: 0;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0 0 7px #000;
	font-weight: 500;
}
.blog_mew .tagline {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 45px;
}
.blog_mew .blog-item-v3 {
	border-bottom: 1px solid #d1d2d2;
	padding-bottom: 50px;
	margin-bottom: 25px;
}
.blog_mew .blog-item-v3>img {
	margin-bottom: 35px;
	height: 380px;
	width: 100%;
}
.blog_mew .blog-item-v3 h3 {
	font-size: 30px;
	color: #303840;
}
#area-main ul.blog-author {
	margin: 30px 0 35px 0;
	padding: 0;
}
#area-main ul.blog-author li {
	display: inline-block;
	font-family: 'Open Sans', sans-serif;
}
#area-main ul.blog-author li a {
	color: #303840;
	font-size: 14px;
	margin-right: 15px;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	transition: 400ms;
}
#area-main ul.blog-author li a .fa {
	margin-right: 5px;
}
#area-main p {
	color: #303840;
	margin-bottom: 35px;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
}
#area-main .button {
	text-decoration: none;
	padding: 13px 50px;
	;
	display: inline-block;
	color: #FFFFFF;
	border: none;
}
#area-main .button:before {
	color: #fff;
}
#area-main .post-tag ul.social .button {
	padding: 0;
	background: transparent !important;
	color: #515A5F;
	border: 1px solid #515A5F;
}
#area-main .post-tag ul.social .button:hover {
	color: #fff;
	border-color: transparent;
}
.blog_mew .morepost-wrap2 {
	border-bottom: 1px solid #d1d2d2;
	padding-bottom: 25px;
}
.blog_mew .morepost-wrap .morepost,
.morepost-wrap2 .morepost {
	font-size: 16px;
	color: #303840;
	display: inline-block;
	position: relative;
	visibility: visible;
	animation-duration: 500ms;
	animation-delay: 300ms;
	text-decoration: none;
}
.blog_mew .morepost-wrap2 .morepost .fa-long-arrow-left,
.morepost-wrap2 .morepost .fa-long-arrow-right,
.morepost-wrap .morepost .fa-long-arrow-left,
.morepost-wrap .morepost .fa-long-arrow-right {
	color: transparent;
	position: absolute;
	text-shadow: 0 0 transparent;
	top: 7%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	opacity: 0 !important;
	filter: alpha(opacity=0);
}
.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-left,
.morepost-wrap .morepost:hover .fa-long-arrow-left {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	right: 100%;
}
.blog_mew .morepost-wrap2 .morepost:hover .fa-long-arrow-right,
.morepost-wrap .morepost:hover .fa-long-arrow-right {
	opacity: 1 !important;
	filter: alpha(opacity=100);
	left: 118%;
}
.blog_mew .widget {
	margin-bottom: 40px;
	color: #303840;
}
.blog_mew .search_box input {
	border: 1px solid #d9d9d9;
	height: 53px;
	padding-left: 15px;
	position: relative;
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}
.blog_mew .search_box i {
	border-left: 1px solid #d9d9d9;
	bottom: 0;
	color: #d9d9d9;
	font-size: 24px;
	height: 53px;
	padding: 15px;
	position: absolute;
	right: 15px;
	top: 0;
	cursor: pointer;
}
.blog_mew .widget h4,
.widget img {
	margin-bottom: 25px;
}
.blog_mew .widget h4 {
	text-transform: capitalize;
	font-family: 'Open Sans', sans-serif;
}
.blog_mew ul.category li {
	margin-top: 15px;
	display: block;
}
.blog_mew ul.category {
	padding: 0;
}
.blog_mew ul.category li a {
	color: #303840;
	font-size: 16px;
	border-bottom: 1px solid #d9d9d9;
	padding-bottom: 15px;
	display: block;
	text-transform: capitalize !important;
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
}
.blog_mew ul.category li a .date {
	font-size: 12px;
	display: block;
}
#area-main .tag-cloud {
	padding: 0;
	margin: 0;
}
#area-main .tag-cloud li {
	display: inline-block;
	margin: 10px 10px 10px 0;
	text-transform: uppercase;
	border-radius: 0;
}
#area-main .tag-cloud li a,
.blog-reply a.btn-rep {
	color: #fff;
	font-size: 12px;
	padding: 8px 15px;
	text-transform: uppercase;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	transition: 1s;
	font-weight: 600 !important;
	border-radius: 50px;
	border: transparent;
}
#area-main .tag-cloud li a:hover,
.blog-reply a.btn-rep:hover {
	color: #FFFFFF;
}
.blog_mew .blog-item .blog-content {
	padding: 0;
	margin: 35px 0;
}
.blog_mew .blog-item blockquote {
	color: #d63c5d;
	font-family: 'Open Sans', sans-serif;
}
.blog_mew blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}
.blog_mew .blog-item .post-tag {
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin-bottom: 70px;
}
.blog_mew .social-link {
	margin: 0;
}
.blog_mew .social-link li {
	display: inline-block;
}
.blog_mew .social-link li a {
	width: 44px;
	height: 44px;
	display: block;
	border: 1px solid #303840;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	color: #303840;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	transition: all 500ms linear;
}
.blog_mew .social-link li a i {
	line-height: 42px;
	font-size: 20px;
}
.blog_mew .blog-reply {
	padding: 10px;
	border: 1px solid #f3f3f3;
	position: relative;
	margin: 20px 0;
	border-radius: 5px;
}
.blog_mew .media-body,
.media-left,
.media-right {
	display: table-cell;
	vertical-align: top;
}
.blog_mew .blog-reply a.btn-rep {
	position: absolute;
	top: 0;
	right: 0;
}
.blog_mew .blog-item .post-comment form .form-control,
.contact form .form-control,
.blog-item .post-comment form textarea,
.contact form textarea,
.index_3 .form-inline .form-control,
.index_3 .form-inline textarea {
	padding: 15px;
	font-size: 14px;
	color: #303840;
	border: 1px solid #d0d0d0;
	width: 100%;
	-webkit-border-radius: 0;
	font-family: 'Open Sans', sans-serif;
}
.blog_mew .blog-item .post-comment form textarea,
.contact form textarea {
	margin: 30px 0;
	min-height: 210px;
}
.blog_mew .blog-item .post-comment form .form-control,
.contact form .form-control {
	height: 50px;
}
.blog_mew .blog-item .post-comment h3 {
	margin-bottom: 35px;
	margin-top: 70px;
}
.blog_mew .blog-item .post-comment form a:before,
.contact form input a:before {
	background: #303840;
}
.blog_mew .blog-item .post-comment form a,
.contact form a {
	margin-bottom: 60px;
}
.making_slide_center_text {
	text-align: center !important;
	display: block !important;
}
.making_slide_right_text {
	text-align: right !important;
	display: block !important;
}

/* content Page Styling */
.skill_section_inner {
	padding: 5.375rem;
}
.half_img_standalone {
	width: 100%;
}
.text-side-half {
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
}
.img-side-half {
	position: relative;
	left: 50%;
}
.right_section_img {
	position: static;
}
.righ_section_text {
	transform: translateY(-50%);
	left: 50%;
}
.half_sections_outer {
	margin-bottom: 60px;
}
.default_divider {
	width: 70px;
}
.default_text {
	color: #7e8185;
	font-size: 16px;
	margin: 0;
	word-spacing: 2px;
	line-height: 32px;
}
.margin_default_bottom {
	margin-bottom: 25px !important;
}
@media only screen and (max-width: 992px) {
	.righ_section_text {
		margin-top: 30px;
		margin-bottom: 0;
	}
	
	.text-side-half {
		position: static;
		transform: translateY(0);
		text-align: center;
		margin-bottom: 30px;
	}
	
	.text-side-half .default_divider {
		margin-left: auto !important;
	}
	
	.img-side-half {
		position: static;
		transform: translateY(0);
	}
}
.link-thumbnail {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}
@media (max-width: 991.98px) {
	.link-thumbnail {
		margin-bottom: 30px;
	}
}
.link-thumbnail img {
	position: relative;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}
.link-thumbnail .date {
	display: block;
	font-size: 12px;
	color: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	margin-bottom: 10px;
}
.link-thumbnail .icon {
	position: absolute;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	z-index: 4;
	top: 50%;
	font-size: 30px;
	color: #fff;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
	visibility: hidden;
	margin-top: 30px;
}
.link-thumbnail h3 {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	bottom: -20px;
	left: 0;
	color: #fff;
	font-size: 18px;
	-webkit-transition: .5s all ease;
	-o-transition: .5s all ease;
	transition: .5s all ease;
	z-index: 10;
	left: 50%;
	display: block;
	width: 77%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.link-thumbnail:before {
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: rgba(0, 0, 0, 0.6);
	position: absolute;
}
.link-thumbnail:hover h3 {
	opacity: 0;
	visibility: visible;
	bottom: 30px;
}
#student_result {
	margin: 25px 0;
}
.link-thumbnail:hover img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}
.link-thumbnail:hover .icon {
	opacity: 1;
	visibility: visible;
	margin-top: 0px;
}
.link-thumbnail:hover:before {
	opacity: 1;
	visibility: visible;
}
.img-fluid {
	max-width: 100%;
	height: auto;
}
.padding-one {
	padding: 40px 0 70px;
}
.no-gutters {
	margin-right: 0;
	margin-left: 0;
	margin-top: 24px;
}
/*.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}*/
.form-group {
	margin-bottom: 15px;
	float: left;
	width: 100%;
	clear: both;
}
#flash_online,
#exam_fee_payment_area,
#flash {
	display: none;
}
.modal h3 small{
	color: #fff;
}
.spinner {
	margin: 20px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
}
.spinner>div {
	background-color: #077F4C;
	height: 100%;
	width: 6px;
	display: inline-block;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}
.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}
.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}
.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		-webkit-transform: scaleY(0.4)
	}
	
	20% {
		-webkit-transform: scaleY(1.0)
	}
}
@keyframes sk-stretchdelay {
	0%,
	40%,
	100% {
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}
	
	20% {
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}


.apply_terms_condition,
.apply_terms_condition p {
	color: #fff;
}
#form_offline_area,
#form_online_area{
	display: none;
}


.actualprice {
	font-size: 25px;
	line-height: 35px;
}
.oldprice {
	text-decoration: line-through;
	font-size: 16px;
}
.cfline{
	line-height: 45px;
}

.another_link{
	margin-top: 20px;
	text-align: right;
}
#area-main .alert p {
	margin: 0;
}

#mgs_container {
    display: block;
    clear: both;
}



@media screen and (max-width: 767px) {
	.blog_mew .innerpage-banner {
		padding-top: 100px;
		margin-bottom: 12px;
		height: 200px;
	}
	
	.contant {
		top: 20%;
	}
	
	.contant p {
		font-size: 15px;
		line-height: 22px;
		width: 90%;
	}
	
	.contant h3 {
		font-size: 30px;
	}
	
	.owl-carousel.homeslider .owl-nav .owl-prev img,
	.owl-carousel.homeslider .owl-nav .owl-next img {
		width: 25px;
		padding-top: 5px;
	}
	
	.owl-carousel.homeslider .owl-nav .owl-prev,
	.owl-carousel.homeslider .owl-nav .owl-next {
		left: 0px;
		width: 40px;
		height: 40px;
	}
	
	.owl-carousel.homeslider .owl-nav .owl-next {
		right: 0px;
		left: auto;
	}
	
	.owl-carousel.homeslider .owl-dots {
		bottom: 31px;
	}
	
	.feature-about-text {
		padding: 5px 0 50px;
	}
	
	.team-members.top100 {
		margin-top: 15px;
	}
	
	.link-thumbnail h3 {
		opacity: 1;
		visibility: visible;
		bottom: 21px;
	}
	
	.link-thumbnail:before {
		opacity: 1;
		visibility: visible;
		z-index: 1;
	}
	/*.padding-top {
        padding-top: 30px;
    }*/
	
	.padding {
		padding: 30px;
	}
	
	.img-section {
		height: 40vh;
	}
	
	.link-thumbnail {
		margin-bottom: 0px;
	}
	
	img.lazy.slider {
		height: 172px;
	}
	
	.contact-us .contact-us-form label {
		float: left;
	}
	
	.news .swiper-button-next,
	.news .swiper-button-prev {
		display: block;
	}
	
	.news #news-text-slider .swiper-button-next,
	.news #news-text-slider .swiper-button-prev {
		top: 50%;
	}
	
	.padding.rotate-left-text {
		padding: 37px 20px;
	}
	
	.swiper-button-next {
		right: 3px;
	}
	
	.swiper-button-prev {
		left: 0px;
	}
	
	.parallax-content {
		margin-bottom: 285px;
	}
	
	.ftr_condition_rl ul li {
		display: block;
		border-right: 0;
		padding: 4px 0px;
	}
	
	.ftr_condition_rl ul li a {
		font-size: 12px;
	}
	
	.full-menu ul.full-nav li a {
		font-size: 14px;
	}
	
	.team-member-1 {
		width: 50%;
		float: left;
		margin-bottom: 24px;
	}
	
	.name-member {
		font-size: 15px;
	}
	
	.team-members .profession {
		font-size: 13px;
	}
	
	.top15 {
		margin-top: 7px;
	}
	
	.team-members .member-1-img-back,
	.team-members .member-2-img-back {
		width: 160px;
		height: 160px;
	}
	
	.team-members .col-md-3 {
		padding: 0px;
	}
	
	.contact-us.padding {
		padding-top: 70px;
	}
	
	.address.top50 {
		width: 50%;
		float: left;
		margin-top: 17px;
	}
	
	.office-location .address,
	.office-location .phone,
	.office-location .envelope {
		padding-top: 26px;
	}
	
	svg#bigTriangleColor {
		display: none;
	}
	
	.phone.top30 {
		width: 50%;
		float: left;
	}
	
	.envelope.top30 {
		width: 100%;
		clear: both;
	}
	
	.padding-top {
		padding-top: 70px;
	}
	.affiliate_commision_description {
		padding: 18px;
	}
	.single_box_course h1 {
		font-size: 18px;
	}
	.affiliate_login_form .form-group label.col-sm-3, 
	.affiliate_login_form .form-group .col-sm-9  {
		width: 100%;
	}
	.team-member-1, .team-member-2, .team-member-3 {
		min-height: 275px;
	}






}


/*our course table*/

table.table.table-striped.course_table {
    max-width: 1080px;
    margin: 60px auto 0;
    border: 1px solid #f2f2f2;
}

td.top_upcoming_area {
    padding: 15px 0!important;
    font-size: 36px;
    background: #156082;
    color: #fff!important;
    font-weight: 700!important;
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #83caeb;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #c1e4f5;
}

table.table.table-striped.course_table td {
    color: #000;
    text-align: center;
    padding: 14px 26px;
    border: 1px solid #fff;
    font-weight: 500;
}

table.table.table-striped.course_table th {
    color: #000;
    text-align: center;
    border: 1px solid #fff;
    padding: 15px 6px;
    font-size: 15px;
    vertical-align: middle;
    line-height: 16px;
}

.padding-top-50 {
    padding-top: 50px;
}

@media only screen and (max-width: 991px) {

	table.table.table-striped.course_table th {
	    padding: 5px;
	    font-size: 13px;

	}

	table.table.table-striped.course_table td {
	    padding: 5px;
	    vertical-align: middle;
	    font-size: 13px;
	}

	td.top_upcoming_area {
	    font-size: 18px;
	}

}

/*end cuurse table date : 5 sept 24*/