@charset "utf-8";
/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	font-family: "Roboto", 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;
}
.courses-list-txt h5{
    text-align: left;
}
img {
	max-width: 100%
}
/* CSS Document */

/* CSS header */

.header-main-wraper {
}
.topbar-wrap {
	background: #0D323C;
	border-bottom: 5px solid #39AABD;
	position: relative;
	overflow: hidden;
}
.topbar-wrap:before {
	content: "";
	background: url(../images/header-shape.svg) no-repeat right;
	position: absolute;
	right: 0;
	background-size: cover;
	width: 70px;
	height: 40px;
	top: 0;
}
.email-phone-wrp ul {
	list-style: none;
	background: #39AABD;
	padding: 8px 20px 4px 20px;
	text-align: center;
	position: relative;
}
.email-phone-wrp ul:before {
	content: "";
	position: absolute;
	left: -29px;
	width: 30px;
	height: 40px;
	background: #39AABD;
	clip-path: polygon(100% 0, 0% 100%, 100% 100%);
	top: 0;
}
.email-phone-wrp ul:after {
	content: "";
	position: absolute;
	right: -29px;
	width: 30px;
	height: 40px;
	background: #39AABD;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	top: 0;
}
.email-phone-wrp ul li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	margin: 0 10px
}
.email-phone-wrp ul li a {
	border-bottom: 1px solid #fff;
	color: #fff;
}
.email-phone-wrp ul li a:hover {
	color: #0D323C;
	border-bottom: 1px solid #0D323C
}
.email-phone-wrp ul li img {
	width: 27px;
	margin-right: 3px;
	position: relative;
	top: -1px
}
.login-social-wrap ul {
	list-style: none;
	text-align: right;
}
.login-social-wrap ul li {
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.login-social-wrap li a {
	font-size: 14px;
	color: #fff;
}
.login-social-wrap li:nth-child(1) {
	border-right: 1px solid #3B5961;
	padding: 0 10px;
	margin: 8px 10px 2px 10px
}
.login-social-wrap li a:hover {
	color: #39AABD;
}
.login-social-wrap li a img {
	width: 27px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.topbar-socail-wrap strong {
	font-size: 14px;
}
.topbar-socail-wrap a {
	text-decoration: none;
}
.topbar-socail-wrap a img {
	width: 17px !important;
}
.topbar-socail-wrap a:hover img {
	opacity: 0.5;
}
.bottm-header-wrap {
	padding: 8px 0;
}
.bottm-header-wrap .site-logo-wrap img {
	width: 220px;
	position: relative;
	top: 2px
}
.header-nav-wrap nav {
}
.header-nav-wrap nav ul li {
	padding: 5px 4px;
}
.header-nav-wrap nav ul li a {
	color: #0D323C !important;
	font-size: 15px;
	font-weight: 500;
}
.header-nav-wrap nav ul li a:hover {
	color: #39AABD !important;
}
.btn-certification {
	box-shadow: none;
	border: none;
	outline: none;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	padding: 0 25px;
	background: #39AABD;
	font-weight: 600;
	font-size: 13px;
	margin-left: 15px
}
.btn-certification:hover {
	background: #0D323C;
}
.btn-certification img {
	margin-left: 10px;
	width: 10px;
}
.icon-search {
	background: none;
	outline: none;
	border: none;
	width: 30px
}
/* CSS header */

/* CSS slider */


.slider-main-wraper .slider-text-wraper {
	background-size: cover !important;
	position: relative
}
.client-review-slider {
	position: absolute;
	right: 0;
	width: 42%;
	background: #39AABD;
	padding: 25px;
	clip-path: polygon(5% 0%, 100% 0%, 100% 99%, 0% 100%);
	bottom: -1px;
	padding-left: 70px
}
.client-review-slider .profile-image {
	width: 150px;
	margin-right: 5px
}
.client-review-slider span {
	color: #fff;
	font-size: 20px;
}
.client-review-slider span img {
	width: 20px;
	margin-top: -4px
}
.client-review-slider span strong {
	font-size: 30px;
}
.slider-inner-text {
	padding: 80px 60px 0px 60px
}
.slider-main-wraper .carousel-control-next, .carousel-control-prev {
	width: 7%;
	opacity: 1
}
.slider-main-wraper .carousel-control-prev-icon {
	background-image: url(../images/previous-icon.svg);
}
.slider-main-wraper .carousel-control-next-icon {
	background-image: url(../images/next-icon.svg);
}
.carousel-control-next-icon, .carousel-control-prev-icon {
	width: 3em;
	height: 3em;
}
.slider-text-wraper .slider-sub-heading {
	display: block;
	font-size: 18px;
	letter-spacing: 5px;
	color: #90C835;
	background: url(../images/sub-heading.svg) no-repeat left;
	padding-left: 60px;
	font-weight: 600;
	background-size: 50px;
}
.slider-inner-text h2 {
	font-size: 55px;
	color: #fff;
	font-weight: 600;
	padding: 20px 0 40px 0;
	border-bottom: 1px solid #525957;
	position: relative
}
.slider-inner-text h2:before {
	content: "";
	position: absolute;
	width: 8px;
	height: 8px;
	background: #fff;
	bottom: -5px
}
.slider-inner-text h2 span {
	color: #39AABD;
}
.slider-bottom-text-wrap {
	padding: 50px 40px;
}
.slider-bottom-text-wrap p {
	font-size: 16px;
	color: #fff;
	line-height: 32px;
	padding-bottom: 30px
}
.slider-bottom-text-wrap .slider-btn-wrap button:nth-child(1) {
	box-shadow: none;
	border: none;
	outline: none;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	padding: 0 25px;
	background: #39AABD;
	font-weight: 600;
	font-size: 14px;
}
.slider-bottom-text-wrap .slider-btn-wrap button:nth-child(2) {
	box-shadow: none;
	border: none;
	outline: none;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	padding: 0 25px;
	background: #90C835;
	font-weight: 600;
	font-size: 14px;
	margin-left: 10px
}
.slider-bottom-text-wrap .slider-btn-wrap button img {
	margin-left: 20px;
	width: 10px;
	margin-top: -2px
}
.slider-bottom-text-wrap .slider-btn-wrap button:hover {
	background: #0D323C;
}
.slider-image-wrp {
	width: 390px;
	margin: 0 auto;
	margin-top: -50px
}
.inner-slider-wrap{
	background:url(../images/inner-about-image.jpg) no-repeat center;
	background-size:cover;
	padding:100px 0;
}
.inner-slider-wrap h1{
	font-size:60px;
	color:#fff;
	text-align:center;
}
.inner-slider-wrap .breadcrum-wrap{
	font-size:16px;
	color:#fff;
	text-align:center
}
.inner-slider-wrap .breadcrum-wrap span{
	margin:0 5px;
}
.inner-slider-wrap .breadcrum-wrap a{
	color:#fff;
	font-size:16px
}


/* CSS slider */

/* CSS content */


.why-choose-main-wrap {
	padding: 80px 0;
}
.why-image-wrp {
	position: relative;
}
.why-image-wrp img {
	width: 550px;
}
.why-image-wrp:before {
	content: "";
	position: absolute;
	background: url(../images/why-shape.png) no-repeat top;
	background-size: contain;
	width: 350px;
	height: 350px;
	left: -69px;
	top: -45px;
	z-index: -1;
}
.experience-number {
	width: 180px;
	height: 125px;
	background: #90C835;
	font-size: 18px;
	text-align: center;
	position: absolute;
	top: 60px;
	left: -25px;
	line-height: 44px;
	padding-top: 30px;
	color: #fff;
}
.experience-number strong {
	display: block;
	font-weight: 700;
	font-size: 70px;
}
.experience-number:before {
	content: "";
	position: absolute;
	top: -29.5px;
	background: #6c9627;
	width: 26px;
	height: 30px;
	clip-path: polygon(100% 3%, 0% 100%, 100% 100%);
	left: 0;
}
.small-image-why {
	position: absolute;
	width: 250px !important;
	height: 250px !important;
	bottom: 60px;
	right: 0;
}
.why-text-main-wrp {
}
.small-heading {
	font-size: 16px;
	color: #90C835;
	text-transform: uppercase;
	font-weight: 600;
	position: relative;
	padding: 0 40px;
}
.small-heading:before {
	content: "";
	position: absolute;
	background: url(../images/left-small-shape.svg) no-repeat top;
	background-size: contain;
	width: 31px;
	height: 12px;
	left: -1px;
	top: 4.5px;
}
.small-heading:after {
	content: "";
	position: absolute;
	background: url(../images/right-small-shape.svg) no-repeat top;
	background-size: contain;
	width: 31px;
	height: 12px;
	right: -1px;
	top: 4.5px;
}
.why-text-main-wrp h1 {
	font-size: 40px;
	line-height: 50px;
	color: #0D323C;
	margin: 15px 0;
	font-weight: 700;
}
.why-text-main-wrp p {
	font-size: 16px;
	color: #535353;
	padding-bottom: 25px;
	line-height: 28px;
}
.why-tabs-wraper .nav-tabs {
	border: none;
	background: #F2F2F2;
	border-radius: 10px
}
.why-tabs-wraper .nav-tabs button {
	border: none;
	font-size: 16px;
	padding: 12px 60px;
	color: #0D323C;
	font-weight: 600;
	border-radius: 10px;
	position: relative;
	outline: none !important;
	box-shadow: none;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	background: #39AABD;
	color: #fff;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active:before {
	content: "";
	position: absolute;
	width: 20px;
	height: 19px;
	background: #39AABD;
	bottom: -18px;
	clip-path: polygon(50% 47%, 0 0, 100% 0);
	left: 0;
	right: 0;
	margin: 0 auto;
}
.why-tabs-wraper .tab-content {
	padding-top: 30px;
}
.btn-why-about-wrp button {
	box-shadow: none;
	border: none;
	outline: none;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	padding: 0 25px;
	background: #0D323C;
	font-weight: 600;
	font-size: 14px;
}
.btn-why-about-wrp button:hover {
	background: #39AABD;
}
.btn-why-about-wrp button img {
	margin-left: 20px;
	width: 10px;
	margin-top: -2px;
}
.partner-logo-wraper {
	padding-bottom: 20px;
}
.partner-logo-wraper h4 {
	margin-bottom: 15px;
	font-size: 20px;
	color: #0D323C;
	font-weight: 600;
	position: relative
}
.partner-logo-wraper h4:before {
	content: "";
	background: url(../images/line.svg) no-repeat top;
	height: 8px;
	background-size: cover;
	position: absolute;
	right: 0;
	width: 61%;
	bottom: 21px;
}
.partner-logo-wraper h4 img {
	width: 150px;
	margin-right: 5px;
}
.partner-logo-wraper ul {
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: anchor-center;
	margin-bottom: 15px
}
.partner-logo-wraper ul li {
	width: 150px;
}
.training-courses-wrap {
	background-color: #F2F2F2;
	background-size: cover;
	padding: 40px 0 140px 0;
	background-image: url(../images/bg.png);
	background-size: cover
}
.center-sub-heading {
	text-align: center;
}
.training-courses-wrap h2 {
	text-align: center;
	color: #0D323C;
	margin: 5px 0;
	font-weight: 700;
	font-size: 40px;
}
.training-courses-wrap p {
	font-size: 16px;
	text-align: center;
	color: #535353;
	padding-bottom: 50px
}
.courses-listing-wrap {
	width: 90%;
	margin: 0 auto;
}
.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: 25px;
	font-weight: 600
}
.courses-list-txt p {
	font-size: 16px;
	text-align: left;
	padding: 0;
	margin: 0;
	padding-top: 3px
}
.teamlisting-wrap .courses-list-txt{
	text-align:center;
	padding-top:15px
}
.teamlisting-wrap .courses-list-txt p{
	text-align:center;
}
.owl-nav {
	position: absolute;
	bottom: -78px;
	right: 0;
	width: 100%;
	text-align: right;
}
.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;
}
.owl-dots {
	display: none;
}
.owl-prev {
	background: #0D323C url(../images/arrow-left.png) no-repeat top !important;
	background-size: 40% !important;
	background-position: 10px !important;
}
.owl-prev:hover {
	background-color: #90C835 !important
}
.owl-next {
	background: #0D323C url(../images/arrow-right.png) no-repeat top !important;
	background-size: 40% !important;
	background-position: 10px !important;
}
.owl-next:hover {
	background-color: #90C835 !important
}
.owl-nav:before {
	content: "";
	background: url(../images/carousel-shape.svg) no-repeat top;
	height: 8px;
	background-size: cover;
	position: absolute;
	left: 19px;
	width: 89.5%;
	bottom: 21px;
}
.about-main-wraper {
	background: #ccc url(../images/bg-about.jpg) no-repeat top;
	padding: 120px 0 0 0;
	background-size: cover;
}
.about-text-main-wrap {
	background: rgba(13, 50, 60, 0.8);
	padding: 45px;
	border-radius: 20px 20px 0px 0px;
}
.about-text-main-wrap h3 {
	font-size: 38px;
	color: #fff;
	line-height: 48px;
	margin: 15px 0;
}
.about-text-main-wrap p {
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	padding-bottom: 20px
}
.about-text-main-wrap .accordion-item {
	border: none;
	background: none;
}
.about-text-main-wrap .accordion-item button {
	background: none !important;
	color: #fff !important;
	font-size: 16px;
	padding: 17px 0;
	box-shadow: none;
	outline: none;
	font-size: 18px;
	font-weight: 600;
	border-bottom: 1px solid #496871;
}
.about-text-main-wrap .accordion-button::after {
	filter: brightness(0) invert(1);
}
.about-text-main-wrap .accordion-item button span {
	margin-right: 10px;
	color: #90C835
}
.about-text-main-wrap .accordion-body {
	padding: 1rem 0rem;
	padding-bottom: 0
}
.about-text-main-wrap .accordion-body p {
	font-size: 16px;
	color: #fff;
	padding-bottom: 0
}
.cta-consulatation-wraper {
	padding: 50px 0;
	background: url(../images/bg.jpg) no-repeat top;
	background-size: cover;
}
.cta-consulatation-wraper h2 {
	font-size: 45px;
	color: #fff;
}
.cta-consulatation-wraper p {
	font-size: 18px;
	color: #fff;
}
.cta-btn-warper {
	text-align: right;
	margin-top: 10px
}
.cta-btn-warper button:nth-child(1) {
	box-shadow: none;
	border: none;
	outline: none;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	padding: 0 35px;
	background: #0D323C;
	font-weight: 600;
	font-size: 14px;
	margin-right: 10px
}
.cta-btn-warper button:nth-child(2) {
	box-shadow: none;
	border: none;
	outline: none;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	padding: 0 35px;
	background: #90C835;
	font-weight: 600;
	font-size: 14px;
}
.cta-btn-warper button:nth-child(1) img {
	margin-left: 10px;
	width: 10px;
}
.cta-btn-warper button:hover {
	background: #000;
	color: #fff;
}
.service-main-wraper {
	padding: 80px 0;
}
.service-main-wraper h2 {
	color: #0D323C;
	margin: 5px 0;
	font-weight: 700;
	font-size: 40px;
	margin: 15px 0
}
.services-text-wrap p {
	font-size: 17px;
	color: #535353;
	padding-bottom: 25px;
	line-height: 32px;
	padding-right: 80px;
}
.serivces-top-section-wrap {
	margin-bottom: 50px;
}
.services-lisitng-wrap ul {
	list-style: none;
	position: relative;
	margin-top: 60px;
	text-align: center
}
.services-lisitng-wrap ul:before {
	content: "";
	height: 1px;
	background: #ccc;
	width: 100%;
	position: absolute;
}
.services-lisitng-wrap ul li {
	display: inline-block;
	width: 18.5%;
	position: relative;
	margin: 0 8px;
	margin-top: 70px;
	transition: ease-in 0.6s;
	-moz-transition: ease-in 0.6s;
	-webkit-transition: ease-in 0.6s;
	-ms-transition: ease-in 0.6s;
	-o-transition: ease-in 0.6s;
	margin-bottom:25px
}
.services-lisitng-wrap ul li:nth-child(1) {
	margin-left: 0;
}
.services-lisitng-wrap ul li::nth-last-child(1) {
 margin-right:0
}
.services-lisitng-wrap ul li:before {
	content: "";
	width: 0.5px;
	height: 40px;
	background: #ccc;
	position: absolute;
	top: -70px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.services-lisitng-wrap ul li:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #39AABD;
	position: absolute;
	top: -35px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.services-lisitng-wrap ul li .listing-service-wrap {
	background: #F2F2F2;
	padding: 25px;
	border-radius: 15px;
}
.listing-heading-service {
	border-bottom: 1px solid #DADADA;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: flex;
	align-items: anchor-center;
}
.listing-heading-service .service-icon {
	width: 50px;
	margin-right: 10px
}
.service-heading a {
	font-size: 20px;
	color: #0D323C;
	font-weight: 600
}
.listing-service-wrap p {
	font-size: 13px;
	color: #535353;
	line-height: 23px;
	padding-right: 5px;
	padding-bottom: 10px;
	text-align: left;
}
.btn-service-explore {
	text-align: left;
}
.btn-service-explore button {
	border: none;
	background: none;
	outline: none;
	padding: 0;
	font-weight: 600;
	color: #0D323C;
	font-size: 14px;
	text-align: left
}
.btn-service-explore button img {
	margin-left: 5px;
	position: relative;
	top: -1px
}
.services-lisitng-wrap ul li:hover .listing-service-wrap {
	background: #39AABD;
	color: #fff !important;
}
.services-lisitng-wrap ul li:hover .listing-heading-service {
	border-bottom: 1px solid #3399AA
}
.services-lisitng-wrap ul li:hover a {
	color: #fff;
}
.services-lisitng-wrap ul li:hover .btn-service-explore button {
	color: #fff;
}
.services-lisitng-wrap ul li:hover p {
	color: #fff;
}
.customre-review-wrap {
	padding: 50px 0 130px 0;
	background-color: #F2F2F2;
	background-image: url(../images/bg.png);
	background-size: cover
}
.customre-review-wrap h4 {
	text-align: center;
}
.customre-review-wrap h2 {
	text-align: center;
	color: #0D323C;
	margin: 5px 0;
	font-weight: 700;
	font-size: 40px;
}
.customre-review-wrap p {
	font-size: 16px;
	text-align: center;
	color: #535353;
	padding-bottom: 50px;
}
.review-listing-wrp {
	background: #fff;
	padding: 25px;
	border-radius: 15px;
}
.review-top-wrp {
	border-bottom: 1px solid #ccc;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.review-top-wrp h5 {
	font-size: 25px;
	font-weight: 600;
	color: #000000
}
.review-top-wrp .star-rating-review {
	position: relative
}
.google-icon {
	position: absolute;
	top: 30px;
	right: 25px;
	width: 40px
}
.review-top-wrp .star-rating-review span img {
	width: 15px;
	position: relative;
	top: -2px
}
.review-top-wrp .star-rating-review strong {
	font-weight: 600;
}
.review-listing-wrp .detail-review {
	font-size: 16px;
	color: #535353;
	line-height: 28px;
	display: block;
	margin-bottom: 25px;
	height: 134px;
	overflow: hidden;
}
.read-more-btn-quote a {
	font-size: 16px;
	font-style: italic;
	color: #0D323C;
	font-weight: bold;
}
.quote-icon {
	position: absolute;
	width: 60px;
	right: 25px;
	bottom: 12px;
}
.faq-main-wraper {
	padding: 60px 0;
}
.faq-main-wraper h3 {
	text-align: center;
}
.faq-main-wraper h3 {
	text-align: center;
	color: #0D323C;
	margin: 5px 0;
	font-weight: 700;
	font-size: 40px;
}
.faq-main-wraper p {
	font-size: 16px;
	text-align: center;
	color: #535353;
	padding-bottom: 50px;
}
.faq-main-wraper .accordion-item {
	border: none;
	margin-bottom: 18px
}
.faq-main-wraper .accordion-item button {
	background: #F2F2F2;
	box-shadow: none;
	border-radius: 10px !important;
	color: #0D323C !important;
	font-weight: 600;
	padding: 22px 20px
}
.faq-main-wraper .accordion-button::after {
	filter: brightness(0%);
}
.faq-main-wraper .accordion-body {
	padding: 15px 0 0 0;
	font-size: 16px;
	color: #535353;
	line-height: 30px
}
.contact-main-wraper {
	padding: 50px 0 0 0;
	height: 500px;
	background-color: #F2F2F2;
	background-image: url(../images/bg.png);
	background-size: cover;
}
.contact-main-wraper h4 {
	text-align: center;
}
.contact-main-wraper h2 {
	text-align: center;
	color: #0D323C;
	margin: 5px 0;
	font-weight: 700;
	font-size: 40px;
}
.contact-main-wraper p {
	font-size: 16px;
	text-align: center;
	color: #535353;
	padding-bottom: 50px;
}
.contact-form-wraper {
	height: 550px;
	box-shadow: 0px 23px 40px 0 #e1e1e1;
	background: #fff;
	border-radius: 15px;
	overflow: hidden;
	position: relative;
	margin-top: -280px;
}
.contact-form-wraper .col-md-5 {
	padding: 0;
	margin: 0;
}
.contact-form-wraper .contact-info-wraper {
	background: url(../images/contact-info-bg.jpg) no-repeat top;
	background-size: cover;
	padding: 60px;
	height: 100%
}
.contact-info-wraper h4 {
	font-size: 35px;
	color: #fff;
	font-weight: bold;
}
.contact-info-wraper ul {
	list-style: none;
	margin-top: 40px
}
.contact-info-wraper ul li .contact-info-list {
	margin-bottom: 50px
}
.contact-info-list .contact-info-icon {
	width: 80px;
	height: 80px;
	background: #0D323C;
	text-align: center;
	border-radius: 50%;
	padding-top: 28px;
	float: left;
	position: relative;
}
.contact-info-list .contact-info-icon:before {
	content: "";
	position: absolute;
	width: 3px;
	background: #0d323c;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 60px;
	top: 80px;
}
.contact-info-wraper ul li:nth-child(3) .contact-info-icon:before {
	display: none
}
.contact-info-text {
	width: 80%;
	float: left;
	padding-left: 15px;
	margin-top: 12px
}
.contact-info-text h5 {
	font-size: 22px;
	color: #fff;
	font-weight: bold;
}
.contact-info-text p {
	font-size: 18px;
	color: #fff;
}
.contact-filed-form-wraper {
	padding: 35px;
}
.contact-filed-form-wraper h3 {
	color: #0D323C;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 25px
}
.contact-filed-form-wraper .form-group {
	margin-bottom: 25px
}
.contact-filed-form-wraper .form-group label {
	font-size: 14px;
	color: #0D323C;
	font-weight: 600;
	display: block;
	margin-bottom: 8px
}
.contact-filed-form-wraper .form-group .form-control {
	height: 45px;
	background: #F2F2F2;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 6px;
	font-size: 14px;
	padding-left: 15px
}
.contact-filed-form-wraper .form-group .form-control:focus {
	border: 1px solid #90C835;
}
.contact-filed-form-wraper .form-group .form-select {
	height: 45px;
	background-color: #F2F2F2;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 6px;
	font-size: 14px;
	padding-left: 15px
}
.contact-filed-form-wraper .form-group .form-select:focus {
	border: 1px solid #39AABD;
}
.textarea-group label {
	font-size: 14px;
	color: #0D323C;
	font-weight: 600;
	display: block;
	margin-bottom: 8px
}
.textarea-group .form-control {
	background-color: #F2F2F2;
	border: none;
	outline: none;
	box-shadow: none;
	border-radius: 6px;
	font-size: 14px;
	padding-left: 15px;
	padding-top: 15px;
	border: 1px solid #F2F2F2
}
.textarea-group .form-control:focus {
	border: 1px solid #39AABD;
}
.conact-btn-wrp {
	text-align: right;
	margin-top: 20px
}
.conact-btn-wrp button {
	box-shadow: none;
	border: none;
	outline: none;
	height: 50px;
	border-radius: 10px;
	color: #fff;
	padding: 0 35px;
	background: #0d323c;
	font-weight: 600;
	font-size: 14px;
}
.conact-btn-wrp button img {
	margin-left: 10px;
	width: 10px;
	margin-top: -2px
}
.conact-btn-wrp button:hover {
	background: #39AABD;
}
.blog-listing-main-wrp {
	padding: 60px 0 0 0;
}
.blog-listing-main-wrp h5 {
	text-align: center;
}
.blog-listing-main-wrp h2 {
	text-align: center;
	color: #0D323C;
	margin: 5px 0;
	font-weight: 700;
	font-size: 40px;
}
.blog-listing-main-wrp p {
	font-size: 16px;
	text-align: center;
	color: #535353;
	padding-bottom: 50px;
}
.blog-listing-main-wrp ul {
	list-style: none;
}
.blog-listing-main-wrp ul li .listing-new-wrap {
	padding: 15px;
	box-shadow: 0px 5px 40px 0 #e1e1e1;
	background: #fff;
	padding: 15px;
	border-radius: 10px
}
.blog-listing-main-wrp ul li:hover .listing-new-wrap {
	box-shadow: 0px 5px 50px 0 #ccc;
}
.listing-new-image {
	height: 240px;
	border-radius: 10px;
	overflow: hidden
}
.listing-text-new {
	padding-top: 15px;
}
.listing-text-new .list-posted-wrap {
	color: #0D323C;
	font-size: 14px;
	margin-left: 15px;
	position: relative
}
.listing-text-new .list-posted-wrap:before {
	content: "";
	position: absolute;
	left: -15px;
	background: #39AABD;
	height: 1px;
	width: 23px;
	top: 10px;
}
.listing-text-new .list-posted-wrap span {
	padding-left: 15px;
}
.listing-text-new h5 {
	text-align: left;
	padding: 10px 0;
	line-height: 32px;
	padding-right: 15px
}
.listing-text-new h5 a {
	font-size: 22px;
	font-weight: 600;
	color: #0D323C
}
.cta-consulatation-bottom {
	padding: 35px;
	border-radius: 10px;
	position: relative;
	top: 60px;
}
.cta-consulatation-bottom h2 {
	font-size: 35px
}
.cta-consulatation-bottom p {
	font-size: 16px;
}
.inner-about-service{
	background:#F2F2F2 !important;
}
.inner-about-service .listing-service-wrap{
	background-color:#fff !important;
}
.inner-about-service .listing-service-wrap:hover{
	background:#39AABD !important;
}

.training-inner-about{
	background:#fff !important;
}
.training-inner-about .courses-listing-image:before{
	background:#fff;
}
.training-inner-about{
	padding-bottom:40px;
}
.training-inner-about ul{
	list-style:none;
}
.training-inner-about ul li{
	margin-bottom:30px;
	
}
.inner-service-service ul:before{
	display:none;
}
.inner-service-service ul li:before{
	display:none;
}
.inner-service-service ul li:after{
	display:none;
}
.inner-service-service ul li{
margin-top:0 !important
}
.innerblog-listing-main-wrp li{
	margin-bottom:30px;
}
.inner-contact-wrap .contact-main-wraper{
	background:none !important;
}
.map-contact-wrap{
	margin-top:80px;
}
.admission-form-wraper{
	background:#fff;
	padding:25px;
	border-radius:12px;
	    box-shadow: 0px 13px 40px 0 #e1e1e1;
		width:70%;
		margin:60px auto;
}
.admission-form-wraper .form-group{
	margin-bottom:25px;
}
.admission-form-wraper .form-group label {
    font-size: 14px;
    color: #0D323C;
    font-weight: 600;
    display: block;
    margin-bottom: 8px;
}
.admission-form-wraper .form-group .form-control {
    height: 45px;
    background: #F2F2F2;
    border: none;
    outline: none;
    box-shadow: none;
    border-radius: 6px;
    font-size: 14px;
    padding-left: 15px;
	border:1px solid #F2F2F2;
}
.admission-form-wraper .form-group .form-control:focus{
	border:1px solid #39AABD;
}
.admission-form-wraper h2{
	color: #0D323C;
    font-size: 30px;
    font-weight: bold;
    margin-bottom:15px;
}
.photo-gallery-wraper{
	padding:60px 0;
}
.photo-gallery-wraper ul{
	list-style:none;
}
.photo-gallery-wraper ul li{
	margin-bottom:30px;
}
.photo-gallery-wraper ul li .gallery-list-wrp{
	height:280px;
	overflow:hidden;
	border-radius:15px;
	position:relative
}
.photo-gallery-wraper ul li .gallery-image-text{
	height:280px;
	background:url(../images/gallery-bg.png) no-repeat bottom;
	background-size:cover;
	position:absolute;
	top:0;
	width:100%;
	padding-top:52%;
	color:#fff;
	text-align:center;
	font-size:22px;
	font-weight:bold;
}
.certification-main-wraper{
	padding:60px 0;
}
.certification-main-wraper form{
	background:#F2F2F2;
	padding:10px;
	border-radius:6px;
	margin:0
}
.certification-main-wraper form .form-group .form-control{
	height:45px;
	box-shadow:none;
	border:none;
	outline:none;
}
.certification-main-wraper form .form-group .form-select{
	height:45px;
	box-shadow:none;
	border:none;
	outline:none;
}
.filter-btn button{
    box-shadow: none;
    border: none;
    outline: none;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    background: #39AABD;
    font-weight: 600;
    font-size: 14px;
	width:100%
}
.cerfication-list-wrap ul{
	list-style:none;
}
.cerfication-list-wrap ul li{
	border:1px solid #ddd;
	padding:15px;
	border-radius:12px;
	margin-top:25px
}
.list-certifcation-image{
	width:90px;
	height:70px;
	float:left;
	margin-right:15px;
	border-radius:10px;
	overflow:hidden;
}
.list-certifcation-text{
	font-size:18px;
	font-weight:bold;
	padding-top:20px;
}
.service-detail-wraper{
	padding:60px 0;
}
.service-detail-inner .service-detail-image img{
	width:100%
}
.service-detail-inner h2{
    color: #0D323C;
    margin: 15px 0;
    font-weight: 700;
    font-size: 40px;
}
.service-detail-inner p{
	    font-size: 16px;
    color: #535353;
    padding-bottom: 25px;
    line-height: 28px;
}
.service-detail-inner ul{
	list-style:none;
}
.service-detail-inner ul li{
    color: #0D323C;
    margin: 15px 0;
    font-weight: 700;
    font-size: 20px;
}
.course-cate-wrap{
	padding:60px 0;
}
.course-cate-wrap .courses-list-txt{
	text-align:center;
	padding-top:20px
}
.course-detail-wraper{
	padding:60px 0 0 0;
}
.star-rating-wrap span{
	margin:0 2px;
}
.course--sliderdetail-wraper .star-rating-wrap{
	padding-bottom:60px;
}
.course-detial-wrap{
	padding-bottom:60px
}
.course-detial-wrap p{
	padding-top:30px;
	font-size: 16px;
    color: #535353;
    line-height: 28px;
}
.course-detial-wrap strong{
	font-size:20px;
    color: #1B182F;
	display:block;
	margin:15px 0 10px 0;
	font-weight:bold;
}
.course-detial-wrap ul{
	list-style:none;
}
.course-detial-wrap li{
	margin-top:10px;
	font-size: 16px;
    color: #1B182F;
    line-height: 28px;
	background:url(../images/check.svg) no-repeat left;
	padding-left:35px;
	background-size:25px;
}

.course-info-wraper{
	background:#fff;
	border-radius:12px;
	overflow:hidden;
	box-shadow:0px 0px 20px 0 #ccc
}
.course-info-wraper .course-info-image{
	height:250px;
	overflow:hidden;
	position:relative;
}
.course-info-image{
	position:relative;
	height:450px;
	overflow:hidden;
}
.course-info-image:before {
    content: "";
    position: absolute;
    width: 300px;
    height: 350px;
    background: #fff;
    top: -1px;
    right: -2px;
    clip-path: polygon(100% 0, 69% 0, 100% 30%);
}
.iner-coures-text{
	padding:25px;
}
.iner-coures-text h5{
	    color: #1B182F;
    font-size: 20px;
	margin-right:100px
}
.iner-coures-text ul{
	list-style:none;
}
.iner-coures-text ul li{
	padding:10px 0;
	border-bottom:1px dashed #ddd;
	font-size:16px;
	color:#1B182F
}
.iner-coures-text ul li strong{
	float:right;
}
.btn-curse-wrap a{
    box-shadow: none;
    border: none;
    outline: none;
	padding:14px 0;
    border-radius: 10px;
    color: #fff;
    background: #0D323C;
    font-weight: 600;
    font-size: 14px;
	display:block;
	text-align:center;
	margin-top:15px;
}
.btn-curse-wrap a:hover{
	background:#90C835
}
.course-content-main-wraper .courses-main-wraper{
	background:#F4F3F5
}
.course-info-image img{
	width:100%;
}
.course-detial-wrap h2{
	margin-bottom:15px;
	    font-size: 40px;
    line-height: 50px;
    color: #0D323C;
    font-weight: 700;
	margin-right:100px
}
.top-detail-txt{
	padding:0 !important;
	margin:0 !important;
	margin-bottom:25px !important;
}

/* CSS content */

/* CSS footer */

.footer-main-wraper {
}
.footer-top-wraper {
	padding: 90px 0 50px 0;
	background: #0C2D36
}
.about-footer-wrap .footer-logo {
	margin-bottom: 15px;
}
.about-footer-wrap .footer-logo img {
	width: 230px;
}
.about-footer-wrap p {
	font-size: 16px;
	color: #fff;
	line-height: 30px
}
.btn-about-footer {
	margin-top: 25px;
}
.btn-about-footer button {
	box-shadow: none;
	border: none;
	outline: none;
	height: 45px;
	border-radius: 10px;
	color: #fff;
	padding: 0 25px;
	background: #39AABD;
	font-weight: 600;
	font-size: 14px;
}
.btn-about-footer button img {
	margin-left: 10px;
	width: 10px;
}
.footer-links-wrap {
	margin-left: 15px;
}
.footer-links-wrap h3 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
	margin-bottom: 28px
}
.footer-links-wrap h3:before {
	content: "";
	position: absolute;
	bottom: -15px;
	height: 2px;
	width: 30px;
	background: #44ADBF;
}
.footer-links-wrap ul {
	list-style: none;
}
.footer-links-wrap ul li {
	margin-bottom: 10px;
}
.footer-links-wrap ul li a {
	font-size: 14px;
	color: #fff;
}
.gallery-listing-wrap h3 {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	margin-top: 25px;
	position: relative;
	margin-bottom: 28px
}
.gallery-listing-wrap h3:before {
	content: "";
	position: absolute;
	bottom: -15px;
	height: 2px;
	width: 30px;
	background: #44ADBF;
}
.gallery-listing-wrap ul {
	list-style: none;
	margin-top: 20px
}
.footer-gallery-wrap {
	margin-bottom: 25px;
	border-radius: 6px;
	overflow: hidden;
	height: 65px
}
.copyright-wrap {
	padding: 30px 0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #0B262D
}
.drawer-menu {
	box-sizing: border-box;
	position: fixed;
	top: 0;
	right: 0;
	width: 280px;
	height: 100vh;
	padding: 65px 0 0 0;
	background: #1B182F;
	-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: 38px;
	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: 2px;
	background: #39aabd;
	-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
}
.check:checked ~ .menu-btn .bar.middle {
	opacity: 0;
}
.check:checked ~ .menu-btn .bar.bottom {
	width: 40px;
	top: 28px;
	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;
}
/* CSS footer */

/* CSS media */

@media (max-width:1410px) and (min-width:1170px) {
.email-phone-wrp ul li {
	font-size: 12px;
	margin: 0 10px;
}
.slider-inner-text {
	padding-left: 20px;
}
.why-tabs-wraper .nav-tabs button {
	padding: 12px 40px;
}
.courses-listing-wrap .courses-listing-image {
	height: 300px;
	overflow: hidden;
	margin-bottom: 15px;
}
.contact-info-text {
	width: 75%;
}
.services-lisitng-wrap ul li {
	width: 18%;
}
.about-text-main-wrap h3 {
	font-size: 34px;
}
}
 @media (max-width:1200px) and (min-width:1170px) {
.email-phone-wrp ul li {
	font-size: 10px;
	margin: 0 3px;
}
.header-nav-wrap nav ul li {
	padding: 0;
}
.bottm-header-wrap .site-logo-wrap img {
	margin-top: 10px;
}
.slider-bottom-text-wrap {
	padding: 30px 0px;
}
.slider-inner-text h2 {
	font-size: 45px;
}
.client-review-slider {
	width: 50%;
}
.why-tabs-wraper .nav-tabs button {
	padding: 12px 30px;
}
.courses-listing-wrap {
	width: 100%;
}
}
 @media screen and (max-width:1169px) {
.topbar-wrap {
	display: none;
}
.menusitebar-main-wraper {
	display: block;
}
.slider-inner-text {
	padding: 30px;
}
.email-phone-wrp ul li {
	font-size: 10px;
	margin: 0 3px;
}
.header-nav-wrap nav ul li {
	padding: 0;
}
.bottm-header-wrap .site-logo-wrap img {
	margin-top: 10px;
}
.slider-bottom-text-wrap {
	padding: 30px 0px;
}
.slider-inner-text h2 {
	font-size: 45px;
}
.client-review-slider {
	width: 50%;
}
.why-tabs-wraper .nav-tabs button {
	padding: 12px 30px;
}
.courses-listing-wrap {
	width: 100%;
}
.slider-image-wrp {
	display: none;
}
.client-review-slider {
	display: none;
}
.carousel-control-next, .carousel-control-prev {
	display: none;
}
.small-image-why {
	display: none;
}
.experience-number {
	left: 15px;
	top: 15px;
}
.experience-number:before {
	display: none;
}
.why-text-main-wrp {
	margin-top: 35px;
}
.partner-logo-wraper ul li {
	width: 100%;
	display: inline-block;
	text-align: center;
	margin-bottom: 15px;
	border: 1px solid #ddd;
	height: 100px;
	padding-top: 35px
}
.partner-logo-wraper ul li:nth-child(1) {
	padding-top: 15px
}
.partner-logo-wraper ul {
	display: block;
}
.partner-logo-wraper ul li img {
	width: 120px;
}
.partner-logo-wraper h4:before {
	display: none;
}
.owl-nav:before {
	display: none;
}
.courses-listing-wrap .courses-listing-image {
	height: auto;
	margin-bottom: 15px
}
.owl-nav {
	display: none;
}
.training-courses-wrap {
	padding-bottom: 40px;
}
.slider-inner-text h2 {
	font-size: 35px;
}
.training-courses-wrap h2 {
	font-size: 35px;
}
.why-text-main-wrp h1 {
	font-size: 35px;
}
.about-text-main-wrap h3 {
	font-size: 25px;
	line-height: 30px;
}
.partner-logo-wraper h4 img {
	display: none;
}
.why-choose-main-wrap {
	padding-bottom: 40px;
}
.cta-consulatation-wraper h2 {
	font-size: 35px;
	text-align: center;
}
.cta-consulatation-wraper p {
	text-align: center;
}
.cta-btn-warper {
	text-align: center;
}
.service-main-wraper {
	padding: 40px 0 40px 0;
}
.service-main-wraper h2 {
	font-size: 35px;
}
.services-text-wrap p {
	padding-right: 0;
}
.services-lisitng-wrap ul:before {
	display: none;
}
.services-lisitng-wrap ul li:before {
	display: none;
}
.services-lisitng-wrap ul li:after {
	display: none;
}
.services-lisitng-wrap ul {
	margin-top: 0;
}
.services-lisitng-wrap ul li {
	display: block;
	width: 100%;
	top: 0 !important;
	position: static !important;
	margin-top: 20px
}
.services-lisitng-wrap ul li:hover .listing-service-wrap {
	position: static;
}
.serivces-top-section-wrap {
	margin-bottom: 0;
}
.customre-review-wrap {
	padding: 50px 0;
}
.customre-review-wrap h2 {
	font-size: 35px;
}
.faq-main-wraper h3 {
	font-size: 35px;
}
.faq-image-wrap {
	display: none;
}
.faq-main-wraper {
	padding: 40px 0;
}
.contact-main-wraper h2 {
	font-size: 35px;
}
.contact-info-list .contact-info-icon:before {
	display: none;
}
.contact-form-wraper .contact-info-wraper {
	padding: 30px;
}
.contact-info-wraper ul li .contact-info-list {
	margin-bottom: 20px;
}
.contact-info-wraper ul {
	margin-top: 10px;
}
.contact-form-wraper {
	height: auto;
}
.blog-listing-main-wrp ul li .listing-new-wrap {
	margin-bottom: 25px;
}
.blog-listing-main-wrp h2 {
	font-size: 35px;
}
.footer-links-wrap {
	padding-left: 0;
	margin-left: 0
}

.gallery-listing-wrap ul li {
	width: 45%;
	display: inline-block;
}
.footer-gallery-wrap {
	height: auto;
}
.slider-text-wraper .slider-sub-heading {
	letter-spacing: 2px;
}
.bottm-header-wrap .site-logo-wrap img {
	width: 178px;
}
.menu-btn {
	top: 32px;
}
.why-tabs-wraper .nav-tabs button {
	padding: 12px 20px;
}
.cta-btn-warper button{
	margin:0;
	width:100%;
	margin-bottom:10px
}
