.main-navigation .menu > li.menu-item-has-children > a::after{
	display:none;
}
#masthead .header-bottom .container{
	padding-top:0px;
	padding-bottom:0px;
}
.main-navigation ul.menu > li:last-child{
	margin-right: 0px;
}
#masthead.site-header .header-left ul li.menu-item:last-child a {
    padding-right: 0px;
}
#masthead.site-header .header-left ul li.menu-item > a{
	padding: 40px 10px;
}
#masthead.site-header .header-left ul li.menu-item .sub-menu li a{
	padding: 10px 20px;
	transition: 0.5s;
}

#masthead.site-header .header-left ul li.menu-item .sub-menu li a:hover {
    text-indent: 5px;
}
#masthead.site-header .header-left ul li.menu-item .sub-menu {
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 15px 20px 0px;
    border-radius: 0 0 15px 15px;
}
#masthead.site-header .header-left ul li.menu-item-has-children::after, 
#masthead.site-header .header-left ul li .angle-down::after{
	right: 4px;
}
#masthead.site-header .header-left ul li.menu-item-has-children a {
    padding-right: 20px;
}
#masthead .header-bottom .header-wrapper .header-right a {
    padding: 15px 20px;
}
#masthead.header-sticky .desktop-header .header-bottom{
	-webkit-transition: background-color 300ms ease-in-out;
    transition: background-color 300ms ease-in-out;
}
#masthead.header-sticky .desktop-header .header-bottom {
    position: fixed;
    top: 0;
    z-index: 99;
    background-color: #fff;
    width: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	-webkit-animation: ptf_fade_in_down 300ms ease-in-out forwards;
    animation: ptf_fade_in_down 300ms ease-in-out forwards;
}
#masthead .header-top.header-top--light{
	background: #295ab0;
}
#masthead .header-top.header-top--light .info a {
    color: #fff;
}
#masthead .header-top.header-top--light .info svg,
.site-header .header-top--light .social-networks li a svg,
#masthead .header-top.header-top--light .info svg:hover,
.site-header .header-top--light .social-networks li a svg:hover{
    fill: #fff !important;
}
.site-header .header-search button svg path,
.site-header .header-search button:hover path{
    stroke: #fff;
}
#masthead.site-header .header-search-inner{
	width: 100%;
    height: 100%;
	right: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-shadow: none !important;
    z-index: 99;
    border-radius: 0;
	position: fixed;
    background: #295ab0ed;
}
#masthead.site-header .header-search button.close {
    display: flex;
    position: absolute;
    top: 50px;
    right: 50px;
}
#masthead.site-header .header-search .close:before, .close:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 20px;
    background-color: #FFFFFF;
    transform: rotate(45deg) translate(-50%, -50%);
    transform-origin: top left;
    content: '';
}

#masthead.site-header .header-search .close:after {
    transform: rotate(-45deg) translate(-50%, -50%);
}
#masthead.site-header .header-search input.search-field {
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    width: 80% !important;
    background: transparent;
    border: none !important;
    color: #fff;
    font-size: 30px !important;
    text-align: center;
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
    height: 60px;
}
#masthead.site-header .header-search input.search-field::placeholder {
	color: #ffffff;
	opacity: 1;
	font-size:30px;
}

#masthead.site-header .header-search input.search-field:focus{
	color:#ffffff;
}
#masthead.site-header .header-search-inner form input[type="submit"] {
    width: 20px;
    height: 20px;
    filter: brightness(0) invert(1);
}
#masthead.site-header .header-top--light .social-wrap{
	margin-bottom:0px !important;
}
.header-transparent #masthead.site-header .header-bottom{
	padding:0px;
}

@keyframes ptf_fade_in_down {
	0% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}
#banner_section .banner__wrap .btn-wrap .btn {
  	border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
    line-height: 1;
}

#banner_section .banner__wrap .btn-wrap {
 	margin-top: 0px !important;
}
.layout-1 #banner_section .banner-image-wrapper img{
	object-fit: cover;
}
#about-section {
	margin-bottom: 0px !important;
	margin-top:0px !important;
  	padding: 50px 0 50px 0 !important;
}
.about__intro .btn {
	border-radius: 5px;
	margin-top: 25px;
	padding: 15px 20px;
	line-height: 1;
}
#banner_section .banner__wrap .banner__text .banner-desc{
	font-size: 16px;
}
.layout-1 #banner_section.banner{
	top: 0;
    margin-top: 100px;

} 
.about__wrap .wpcf7 input[type="text"]::placeholder, 
.about__wrap .wpcf7 textarea::placeholder, 
.about__wrap .wpcf7 p input:not(input[type="submit"])::placeholder, 
.about__wrap .wpcf7 select::placeholder{
	font-size:16px;	
}
.about__wrap .wpcf7 input[type="text"],
.about__wrap .wpcf7 textarea,
.about__wrap .wpcf7 p input:not(input[type="submit"]),
.about__wrap .wpcf7 select {
  	border-radius: 5px;
 }
 #about-section .about__wrap .wpcf7 {
	background: #295ab0;
	box-shadow: 0 10px 17px -6px rgba(0, 0, 0, 0.1);
	padding: 10px 30px 0px 30px;
	top: 0px;
	border-radius: 10px;
}
.about__wrap .wpcf7 form.wpcf7-form h3 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 26px;
	color:#ffffff;
}
.about__wrap .wpcf7 form.wpcf7-form h3 a{
	color:#fff;
}
#about-section .about__wrap .wpcf7 input[type="submit"] {
 	width: 100%;
  	padding: 12px 0;
  	border-radius: 5px;
	font-size:16px;
	background-color:#fff;
	color: #295ab0;
}
#about-section .about__wrap .wpcf7 input[type="submit"]:hover{
	background-color: var(--ecp-secondary-color-education);
	color: #ffffff;
}
#about-section .about__wrap .wpcf7 input[type="text"], 
#about-section .about__wrap .wpcf7 textarea, 
#about-section .about__wrap .wpcf7 p input:not(input[type="submit"]), 
#about-section .about__wrap .wpcf7 select{
	border-radius:5px;
}

body #cta-three-section {
  	margin-top: 0px;
}
#cta-three-section.btm-cta2-section .cta-wrap .cta__btn a{
	border-radius: 5px;
    padding: 15px 20px;
    line-height: 1;
}
#cta-two-section.cta2 .cta-wrap .cta__btn a {
	border-radius: 5px;
    padding: 15px 20px;
    line-height: 1;
}

#featured-course .filters .button-group button.button,
#featured-course .filters .button-group li,
#featured-course .filters ul button.button,
#featured-course .filters ul li {
	font-size: 16px;
	line-height: 32px;
	margin: 0px;
	padding: 13px 20px;
	border: none;
	box-shadow: none;
	background: none;
	border-radius: 0px;
	font-weight: 400;
	color: #6c6c6c;
	position: relative;
}
#featured-course .filters .button-group {
	background-color: #fff;
    display: table;
    vertical-align: middle;
    margin: 0 auto;
    border: 4px solid #dfe6f3;
	border-radius:15px;
	box-shadow:none;
}
#featured-course .filters .button-group button.button::after {
	content: "";
	height: 27%;
	width: 2px;
	position: absolute;
	right: 0;
	top: 35%;
	background-color: #dfe6f3;
}
#featured-course .filters .button-group button.button:last-child::after{
	content: none;
}
#featured-course.f-course .f-grid .grid .f-wrap__content {
  	border-radius: 10px;
    border: 1px solid #dfe6f3;
    box-shadow: 0px 15px 14px -10px rgba(0, 0, 0, 0.12);
    overflow: hidden;
}
#featured-course.f-course .f-grid .grid .f-info h3 {
  	font-weight: normal;
    font-size: 16px;
    line-height: normal;
	margin-bottom: 0;
}
#featured-course.f-course .f-grid .grid .f-info {
	padding: 15px 15px 15px 15px;
  	background: #fff;
}
#featured-course.f-course .f-grid .grid .f-wrap__bottom {
  	border-top: none;
    padding: 0px 15px 15px 15px;
    border-radius: 0px 0px 5px 5px;
    -moz-justify-content: end;
    justify-content: start;
    width: 100%;
}
#featured-course .f-wrap .f-wrap__content .f-wrap__bottom .tutor-btn{
	padding: 5px 10px;
    line-height: normal;
    font-size: 14px;
}
#featured-course .section-header{
	margin-bottom: 20px;
}
#featured-course .f-wrap__bottom .btn-link{
	border-radius: 5px;
}
#featured-course.f-course .f-grid .grid .f-wrap__content span.category-list a,
#blog-section .post .blog__card .blog__info .category-list a{
    padding: 0;
    color: #295ab0;
    background-color: transparent;
    box-shadow: none;
    margin: 0 10px 0 0;
	position:relative;
}
#featured-course.f-course .f-grid .grid .f-wrap__content span.category-list,
#blog-section .post .blog__card .blog__info .category-list{
	margin: 0 0;
}

#featured-course.f-course .f-grid .grid .f-info .category-list a:before,
#blog-section .post .blog__card .blog__info .category-list a:before{
    content: ",";
    top: 0%;
    transform: translateY(0%);
    right: -3px;
    position: absolute;
    left: auto;
}

#featured-course.f-course .f-grid .grid .f-info .category-list a:last-child:before,
#blog-section .post .blog__card .blog__info .category-list a:last-child:before{
    display: none;
}
#featured-course .f-wrap__content .f-wrap__bottom .tutor-course-loop-price{
	margin: 0 0;
	width:100%;
}
button.single_add_to_cart_button::after, a.add_to_cart_button::after{
	color:#FFF !important;
}
#featured-course.f-course .f-grid .grid .f-info h3 a{
	color: #000;
    display: -webkit-box;
    max-width: 100%;
    height: 50px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    line-height: normal;
}
#featured-section{
    padding: 20px 0px 0px 0px;
	margin-bottom: 0 !important;
}
#featured-section .featured__wrap .featured__img figure{
	margin-top:0px
}
#featured-section .featured__wrap .featured__img figure img{
	border-radius: 15px;
    box-shadow: 12px 12px 10px -6px rgba(0, 0, 0, 0.2);
}
#featured-section .featured__wrap .featured__intro ul{
	margin-bottom:0px;
}
#featured-section .featured__wrap .featured__intro ul p:last-child {
    margin: 0px;
}
.tutor-card-footer .tutor-d-flex{
    flex-wrap: wrap;
    grid-row-gap: 10px;
    justify-content: center !important;
}
#featured-course .f-wrap__bottom .tutor-d-flex{
	flex-wrap: nowrap;
    grid-row-gap: 10px;
	grid-column-gap: 10px;
	width:100%
}
#featured-course .f-wrap__bottom .tutor-d-flex .tutor-d-flex{
	display:block;
	width: max-content;
} 
#blocks-section{
	margin-bottom:0px !important;
}
#blocks-section .blocks__wrap .block-head .blocks_intro .btn {
    padding: 15px 20px;
    line-height: 1;
    border-radius: 5px;
    margin: 0;
}
#blocks-section .block-wrapper .first-row img,
#blocks-section .block-wrapper .second-row .card img{
    border-radius: 15px;
    box-shadow: 12px 12px 10px -6px rgba(0, 0, 0, 0.2);
}


#blog-section .post .blog__card {
    border-radius: 10px;
    border: 1px solid #dfe6f3;
    box-shadow: 0px 15px 14px -10px rgba(0, 0, 0, 0.12);
    overflow: hidden;
	position: relative;
    padding-bottom: 45px;
}

#blog-section.blog .container .row {
    margin: 0 -15px;
}
#blog-section.blog article.post {
    padding: 0 15px;
}
#blog-section .post .blog__card .blog__info {
    padding: 20px;
}
#blog-section .post .blog__card .blog__info h4.blog__title {
    font-size: 16px;
    line-height: normal;
	margin-bottom:0px;
}
#blog-section .post .blog__card .blog__info .blog__bottom {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 20px;
    padding: 0 20px;
}

#instructor-section .team-wrapper .btn {
  	border-radius: 5px;
	padding: 15px 20px;
    line-height: 1;
}
section#instructor-section .team-single .post-thumbnail {
	position: relative;
	margin-bottom: 0px;
	border-radius: 10px;
	overflow: hidden;
}
section#instructor-section.team {
    padding: 50px 0 !important;
    margin-bottom: 0 !important;
}
section#instructor-section .team-single .post-thumbnail img{
	width: 100% !important;
    height: 275px !important;
}
#instructor-section .team-right{
	display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
	grid-row-gap: 20px;
	padding:0px !important;
}
#instructor-section.team .team-wrapper .team-single{
	position:relative;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-direction: column;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding-right: 20px;
    padding-left: 20px;
	margin:0px;
}
#instructor-section .team-right .team-single .post-thumbnail .social-wrapper{
	bottom: auto;
    left: 20px;
    top: 20px;
}
#instructor-section .team-right .team-single .teams-details {
    position: absolute;
    bottom: 20px;
    width: 100%;
    text-align: center;
	left:0px;
	right:0px;
}
#instructor-section .team-single .post-thumbnail:before {
    content: '';
    width: 100%;
    height: 50%;
    bottom: 0;
    background-image: linear-gradient(180deg, #295ab000, #295ab0db, #295ab0);
    position: absolute;
}
#instructor-section .team-single .team-title a,
#instructor-section .team-single .team-exp{
	color:#fff !important;
}
#service-section .services-wrapper {
    margin: 0 -15px;
}
#service-section .services-wrapper .col {
    padding: 0 15px;
}
#service-section .services-wrapper .col .icon-box {
    border-radius: 10px;
    border: 1px solid #dfe6f3;
    box-shadow: 0px 15px 14px -10px rgba(0, 0, 0, 0.12);
    overflow: hidden;
    position: relative;
    padding: 25px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
#service-section .services-wrapper .col .icon-box:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -webkit-box-shadow: 0px 25px 14px -10px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 25px 14px -10px rgba(0, 0, 0, 0.12);
}
#service-section .services-wrapper .icon-box .icon-wrap img {
    padding: 10px;
    background: #fef2f4;
    border-radius: 10px;
    box-shadow: inset 9px 9px 8px -7px rgba(0, 0, 0, 0.12);
}

#video-block-section.video-block::before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #295ab0b8;
	opacity: 1;
}
#video-block-section .video-block__wrap .video-block__text{
	text-align:center;
}
#partner-section .partner-logo img{
	padding: 5px;
    border-radius: 10px;
    border: 1px solid #dfe6f3;
	box-shadow: 0px 14px 10px -10px rgba(0, 0, 0, 0.12);
}
#partner-section .partner-logo:hover img {
    transform: scale(1);
}
#partner-section:before{
    position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    background: #8db3ff;
    border-radius: 100%;
    filter: blur(135px);
    opacity: .65;
    top: 10px;
    right: 0;
	left:0px;
	margin:0px auto
    z-index: -1;
}
#cta-section .cta-wrap .cta__btn .btn{
	padding:15px 20px;
	line-height:1;
}
.site-footer .footer-top ul li:not(:last-of-type){
	padding-bottom:0px;
}
.site-footer .footer-top .custom-contact li a {
    padding-bottom: 2px;
    display: inline-block;
    margin-bottom: 8px;
}
.custom-contact ul .phone::before {
	background-image: url("./assets/img/phone.svg");
	height: 20px;
	top: 4px;
}
.custom-contact ul .email::before {
	background-image: url("./assets/img/message.svg");
	top:5px;
}
.custom-contact ul .location::before {
  	background-image: url("./assets/img/location.svg");
	top:4px;
}
.site-footer .footer-top .widget_nav_menu ul li {
    padding: 0px 0px 8px 15px;
}
.site-footer .footer-top .widget_nav_menu ul li:before{
	content: '';
    width: 5px;
    height: 5px;
    background: #FFf;
    position: absolute;
    top: 13px;
}
.widget_block .wp-block-social-links li{
	display: flex !important;
}
section#about-section,
#featured-course,
#blog-section,
#featured-section,
#partner-section{
	position:relative;
}
section#about-section:before,
#blog-section:before,
section#about-section:after,
#blog-section:after{
	position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    border-radius: 100%;
    filter: blur(135px);
    opacity: .65;
    z-index: -1;
}

section#about-section:after,
#blog-section:after{
    background: #ff7a8e;
    top: 10px;
    left: 0;
}
section#about-section:before,
#blog-section:before {
    background: #8db3ff;
    bottom: 10px;
    right: 0;
}
section#featured-course:before,
#featured-section:before,
section#featured-course:after,
#featured-section:after{
	position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    border-radius: 100%;
    filter: blur(135px);
    opacity: .65;
    z-index: -1;
}
section#featured-course:after,
#featured-section:after{
    background: #ff7a8e;
    top: 10px;
    left: 0;
}
section#featured-course:before,
#featured-section:before{
    background: #8db3ff;
    top: 10px;
    right: 0;
    
}
/*
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image span {
    font-size: 0;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-items-block th.wc-block-cart-items__header-image span:after {
    content: 'Courses';
    font-size: 1rem;
}
.page-template-default .wpcf7 {
    padding: 10px 30px 10px 30px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-title {
    margin: 0 !important;
    line-height: normal;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step__container p {
    margin-bottom: 10px;
}
.wc-block-checkout .wc-block-components-main .wc-block-components-form #contact-fields {
    padding-bottom: 0;
    margin-bottom: 30px;
}
.wc-block-checkout .wc-block-components-form .wc-block-components-checkout-step,
.wc-block-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step{
	margin-bottom: 30px;
}
.wc-block-checkout  .wc-block-checkout__terms.wc-block-checkout__terms--with-separator{
    padding-top: 30px;
    margin-bottom: 30px;
}
.wp-block-woocommerce-checkout-shipping-method-block, .wp-block-woocommerce-checkout-pickup-options-block {
    display: none;
}
.wp-block-woocommerce-checkout-checkout-extra-information {
    margin-bottom: 30px;
}
.wp-block-woocommerce-checkout-checkout-extra-information ol{
    padding-left: 15px;
    margin-left: 25px;
}
.wp-block-woocommerce-checkout-checkout-extra-information ul {
    margin-left: 25px !important;
}
.wp-block-woocommerce-checkout-checkout-extra-information ul li {
    padding-left: 0px !important;
    margin-bottom: 0px !important;
    list-style: circle;
}
.wp-block-woocommerce-checkout-checkout-extra-information ol li {
    list-style: decimal;
}
#billing .wc-block-components-address-form__phone .wc-block-components-validation-error span {
    font-size: 0;
}
#billing .wc-block-components-address-form__phone .wc-block-components-validation-error span:before {
    content: 'Please enter a valid phone';
    font-size: 14px;
}
*/

@media screen and (min-width: 1199px) {
	#featured-course.f-course .f-grid .filters .grid {
        margin: 35px -15px 0 -15px;
    }
	#featured-course.f-course .f-grid .filters .grid .f-wrap {
        padding: 15px 15px;
        margin-bottom: 15px;
    }
    body, html {
        font-size: 16px;
    }
}

@media screen and (max-width: 1399px) {
	.tutor-card-footer .tutor-course-list-btn a.tutor-btn, .list-item-button a.tutor-btn {
		font-size: 16px;
	}
}
@media screen and (max-width: 1199px) {
	#masthead .header-bottom .container{
		padding-top: 9px;
		padding-bottom:9px;
	}
	.layout-1 #banner_section.banner{
		margin-top: 70px;
	}
	#masthead.site-header .header-left ul li.menu-item > a {
		padding: 0px 10px;
	}
	#masthead.site-header .header-left ul li.menu-item .sub-menu {
		padding: 7px 0;
		box-shadow: none;
	}
	#masthead.site-header .header-left ul li.menu-item .sub-menu li a {
		padding: 0px 20px;
	}
	#masthead.header-sticky .mobile-header .header-bottom{
		-webkit-transition: background-color 300ms ease-in-out;
		transition: background-color 300ms ease-in-out;
	}
	#masthead.header-sticky .mobile-header .header-bottom {
		position: fixed;
		top: 0;
		z-index: 99;
		background-color: #fff;
		width: 100%;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
		-webkit-animation: ptf_fade_in_down 300ms ease-in-out forwards;
		animation: ptf_fade_in_down 300ms ease-in-out forwards;
	}
	#banner_section .banner-image-wrapper .wp-custom-header img {
		height: 650px;
		max-height: 650px;
	}
}
@media screen and (max-width: 991px){
	#banner_section .banner-image-wrapper .wp-custom-header img {
        height: 550px;
        max-height: 550px;
    }
	body #about-section {
        padding:50px; 0 !important;
    }
	#about-section .about__wrap .wpcf7{
		flex: 100%;
		max-width: 100%;
		margin: 0;
	}
	#featured-course .filters .button-group button.button, 
	#featured-course .filters .button-group li, 
	#featured-course .filters ul button.button, #featured-course .filters ul li{
		padding: 0px 12px;
		width: max-content;
	}
	#featured-course .filters .button-group {
        padding: 10px;
        width: 100%;
        max-height: 90px;
        overflow-y: auto;
        display: flex;
        flex-direction: column;
        grid-gap: 0px;
    }
}

@media screen and (max-width: 900px){
	.layout-1 .banner-image-wrapper img {
		height: 650px;
        max-height: 650px;
    }
	#banner_section .banner__wrap .banner__text .banner-desc ul{
		display:block
	}
}
@media screen and (max-width: 768px){
	#banner_section .banner__wrap .banner__text{
		text-align: left;
		min-height: auto !important;
		padding-bottom: 0px !important;
		justify-content: flex-start;
        align-items: start;
	}
}
@media screen and (max-width: 767px){
	#about-section {
		margin-top: 0px;
	}
	#blocks-section .block-wrapper .first-row .col .card img {
		height: 251px;
		object-position:center;
	}
	#blocks-section .block-wrapper .second-row .card img{
		height: 514px;
        object-position: center;
	}
	#instructor-section .team-single .post-thumbnail img {
        height: 350px;
    }
	#service-section .blocks__wrap .services-wrapper{
		display:block;
	}
	#service-section .services-wrapper .col .icon-box{
		margin:0px;
	}
	#service-section .blocks__wrap .services-wrapper .col{
		margin-bottom:20px;
	}
	#service-section .blocks__wrap .services-wrapper .col:last-child{
		margin-bottom:0px;
	}
	#featured-course .featured__wrap .featured__intro .section-header{
		margin-bottom:0px;
	}
	#featured-course .featured__wrap .featured__intro ul{
		margin:0px;
	}
	#featured-section {
        margin-bottom: 0px !important;
        padding-bottom: 0;
    }
	#partner-section .partner-logo {
		width: 100%;
	}
	#partner-section .partner-logo img{
		width:100%;
	}
	#banner_section.cta-banner .banner__wrap{
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		padding:0px;
		bottom: auto;		
        text-align: left
	}
	.banner__wrap .banner__text .btn-wrap{
		align-self: start !important;
	}
	#blocks-section .blocks__wrap .block-wrapper{
		flex: 0 0 100%;
        max-width: 100%;
        display: flex;
        column-gap: 2%;
	} 
	#blocks-section .blocks__wrap .block-wrapper .second-row {
        flex: 0 0 49%;
        max-width: 49%;
        margin-bottom: 10px;
    }
	#blocks-section .block-wrapper .first-row {
        display: flex;
        flex-direction: column;
        flex: 0 0 49%;
        max-width: 49%;
    }
	#blocks-section .block-wrapper .first-row .col {
        margin-bottom: 10px;
        flex: 0 0 0;
    }
	#service-section{
		margin-bottom:0px;
	}
	#cta-two-section{
		margin-top:0px;
	}
	#banner_section .banner__wrap .banner__text .banner-desc{
		display:block;
	}
	#masthead .header-top .social-wrap .login-links .ecp-login{
		margin-left: 0px !important;
	}
	#instructor-section .team-right{
		width:auto !important;
        display: flex !important;
	}
}
@media screen and (max-width: 740px){
}
@media screen and (max-width: 575px){
	.mobile-header .site-branding img {
		width: 160px;
		max-width: max-content;
	}
	.layout-1 #banner_section.banner {
        margin-top: 52px;
    }
	.site-header .header-top--light .social-wrap{
		grid-row-gap: 10px;
	}
	.partner .row .col{
		width: 100%;
        flex: 0 0 100%;
	}
	#about-section .about__wrap .about__intro p {
		text-align:justify
	}
	#banner_section .banner-image-wrapper .wp-custom-header img {
        height: 680px;
        max-height: 680px;
    }
	#instructor-section.team .team-wrapper .team-single{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}