/*
Theme Name: NewSchool
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
.slider .dot {
    background: #2f328b;
    border: none;
    opacity: 1!important;
}
.slider .dot.is-selected {
    background: #f8a428!important;
    
}
h1, h2, h3, h4, p {
    text-wrap: inherit;
}
.customfooter p {
		margin-bottom: 10px;
}
.newsletter p {
		display: flex;
}
.newsletter .wpcf7-submit {
		margin-right: 0;
		text-transform: none;
		font-weight: normal;
		border-radius: 0 5px 5px 0!important;
}
.newsletter.wpcf7-text {
		border:1px solid #2d338a!important;
		box-shadow: none!important;
		border-radius: 5px 0 0 5px!important;
}
input, select, button, .wpcf7-submit, form {
	margin-bottom: 0!important;
	margin-right: 0!important;
}
.rm-download-btn {
	padding: 0 10px!important;
	width: 100%!important;
	text-align:center!important;
	justify-content: center!important;
	text-transform: none!important;
	font-weight: normal!important;
}
.rm-select {
	padding: 0 10px!important;
}
.rm-card-meta {
	align-items: center!important;
}
.rm-card-meta .rm-file-type {
	background: var(--rm-secondary);
	color: #fff;
}
.rm-card-meta .rm-file-size {
	font-weight: bold
}
.rm-filter-section {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #ccc;
}
.rm-popup-close {
    position: absolute;
    top: -10px;
    right: 0px;
    background: transparent!important;
    border: none;
    font-size: 24px;
    cursor: pointer;
    color: var(--rm-text-light);
    z-index: 10;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 50%;
}
.rm-filter-options {
    display: flex;
    flex-direction: column;
    gap: 5px!important;
}
.rm-filter-section h3 {
	padding: 0 5px;
	text-transform: uppercase;
}
.rm-search-box button {
	padding: 0 20px!important;
	border-radius: 0 5px 5px 0!important;
}
.rm-search-box input {
	border-radius: 5px 0 0 5px!important;
	box-shadow: none!important;
}
.rm-resources-wrapper {
    display: flex;
    gap: 30px;
    max-width: 100%!important;
    margin: 0 auto;
    padding: 0px!important;
}
.hometitle {
    font-size: 30px;
}
.hometitle span {
    color: #f8a428;
}
.pageinner {
    border-radius: 8px;
    padding: 25px 25px 5px 25px;
}
.homecta .ctainner {
    padding: 30px 30px 5px 30px;
    margin-top: 60px;
    margin-bottom: 40px;
}
.homecta .wpcf7-text, .homecta select, .contactpage .wpcf7-text, .contactpage select, .contactpage .wpcf7-textarea {
    border:1px solid #f8a428;
    box-shadow: none!important;
    border-radius: 5px!important;
    margin-bottom: 15px!important;
}
.homecta .wpcf7-submit, .contactpage .wpcf7-submit {
    width: 100%;
    padding: 8px 20px;
    border-radius: 5px;
}
.homecta img {
    border-radius: 8px;
}
.ec-package-header-new {
    padding: 10px 20px 15px 20px;
    text-align: center;
}
.ec-package-header-new h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    display: block;
    align-items: center;
    margin-bottom: -5px!important;
    padding-bottom: 0!important;
    padding-top: 5px;
    /* gap: 5px; */
}
.ec-package-price-new {
    font-size: 30px;
    font-style: inherit!important;
    font-weight: bold
    line-height: 1;
}
.ec-btn-register {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    color: #2f328b;
    border: none;
    padding: 5px 25px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
    white-space: nowrap;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
}
.ec-popup-content {
    position: relative;
    background: #fff;
    border-radius: 10px;
    padding: 15px 18px;
    max-width: 600px;
    width: 95%;
    max-height: 95vh;
    overflow-y: auto;
}
.ec-popup-close {
    position: absolute;
    top: -10px;
    right: 0px;
    width: 15px;
    height: 15px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #999;
    line-height: 0;
    text-align: center;
    z-index: 10;
}
.homebanner {
    margin-top: 50px;
    margin-bottom: 30px;
}
.homefeedbacks {
    margin-bottom: 50px;
}
.feedback {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 20px;
    margin-top: 60px;
}
.feedback:hover {
    border:1px solid #f8a428;
}
.feedback .avatar {
    margin: auto;
    width: 120px;
    margin-top: -80px;
    margin-bottom: 10px;
}
.feedback .avatar .image-cover {
    border-radius: 100%;
}
.feedback .name {
    font-weight: bold;
    font-size: 120%;
    margin-bottom: 0px;
    text-align:center
}
.feedback .subname {
    text-align: center;
    font-style: italic;
    margin-bottom: 10px;
}
.feedback .content {
    font-size: 90%;
}
.homefeedbacks .flickity-page-dots {
    bottom: 0!important;
}
.homenews .hometitle {
		padding-bottom: 20px;
}
.homenews .box {
		background: #fff;
		border-radius: 8px;
}
.homenews .box-image {
		border-radius: 8px 8px 0 0;
}
.homeexpert {
		height: 55px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.homenews i {
	color: #f8a428;
		padding-right: 5px;
}
.homenews .button {
		padding: 0 35px;
		border-radius: 99px;
		font-weight: normal;
		margin-bottom:0;
}
.custombread {
		background: #f8a428;
		margin-bottom: 30px;
}
.breadinner {
		margin: auto;
		max-width: 1370px;
		padding: 15px;
}
.breadinner p {
	
    margin-bottom:0
}
.pagenavi .page-numbers {
    border: 1px solid;
    display: inline-block;
    padding:0px 5px;
    min-width: 28px;
    border-radius: 3px;
    text-align: center;
}
.rightpost {
		display: flex;
		align-items:center;
		padding-top: 8px;
		margin-bottom: 8px;
		width: 100%;
		padding-left: 10px;
		padding-right: 10px;
}
.rightpost .box {
		width: 90px!important;
}
.rightpost .box-image {
		border-radius: 5px;
}
.rightpost .title {
		width: 100%;
		margin-bottom:0;
		margin-left: 10px;
		color: #414141;
		font-size: 90%;
}
.widget {
		border:1px solid #2f328b;
		border-top: 0;
}
.widget-title {
		display: block;
		color: #fff;
		padding: 10px;
		background: #2f328b;
		margin-left:-1px;
		font-weight: normal!important;
}
.widget .is-divider {
		display: none;
}
.widget .product-categories li {
		padding: 0 15px;
}

.widget .product-categories li a {
		font-size: 95%;
		color: #414141;
}
.widget .product-categories li ul {
		border-left: 0;
		margin-left:0;
}
.widget .product-categories li ul li {
		list-style-type: circle;
		padding-left:0;
		padding-right:0;
}
.pageinner {
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23);
    padding: 15px;
    border-radius: 8px;
}
.postslist {
		background: #fff;
		border-radius: 6px;
}
.postslist .box-image, .horizontalnews .box-image {
		border-radius: 6px;
}
.postslist h2, .horizontalnews h2 {
		font-size: 16px;
}
.postslist h2 a, .horizontalnews h2 a {
		color: #414141;
}
.postslist .postinfo {
		color: #414141;
		font-size: 90%;
}
.postslist .postinfo i {
		padding-right: 5px;
}
.horizontalnews .col-inner {
    padding-left: 15px;
}
.horizontalnews .button {
    color: #414141!important;
    background: #fff!important;
    border:1px solid #414141;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 3px;
    display: inline-block;
    margin-top: 14px;
    text-transform: none;
}
.page-wrapper {
		padding:0;
}
.post {
		margin:0;
}
.relatedtitle {
		text-transform: uppercase;
		font-size: 140%;
		border-bottom: 1px dotted;
		margin-bottom:15px;
}
.relatedpost .box-image {
		border-radius: 6px;
}
.relatedpost .box-text {
		padding: 15px;
}
.relatedpost .overlay, .homeprojects .overlay, .projectitem .overlay {
		background: linear-gradient(0deg, #1b283bc7, transparent 75%);
    background-color: rgba(0, 0, 0, 0);
    background-image: linear-gradient(0deg, rgba(27, 40, 59, 0.78), transparent 75%);
}
.entry-header-text {
    padding: 0;
}
.entry-title {
    color: #414141;
    font-size: 20px;
}
.pageinner p img {
    display: block;
    margin: auto;
}
.ec-exams-wrapper {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0;
}
.ec-exam-card-body {
    padding: 20px 0;
    flex: 1;
}
.ec-btn {
    display: inline-block;
    padding: 0px 24px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    width: 100%;
    background: #f8a428!important;
    text-transform: none!important;
    font-weight: bold;
}
.ec-exam-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: transform 0.2s, box-shadow 0.2s;
    border: 1px solid #ccc;
}
.ec-exam-card:hover {
    border:1px solid #f8a428;
}
.ec-exam-card-footer {
    padding: 0px 20px 20px;
    margin-top: 0;
}
.ec-exam-info li {
    display: flex;
    align-items: center;
    padding: 3px 0;
    border-bottom: none;
    font-size: 14px;
    margin-bottom: 0;
    color: #000;
}
.contactpage i {
    color: #f8a428;
    padding-right: 5px;   
}
.contactpage p {
    margin-bottom: 10px;
}
.contactpage form, .contactpage .wpcf7-submit {
    margin-bottom: 0!important;
}
.wpcf7-spinner {
    display: none!important;
}
.off-canvas-left , .off-canvas-right  {
		width: 100%;
		background-image: linear-gradient(to right, #2f328b, #2f328b) !important;
		background-size: 100%!important;
	
}
.off-canvas-left .mfp-content, .off-canvas-right .mfp-content {
		width: 100%;
        background-image: linear-gradient(to right, #2f328b, #2f328b) !important;
}
.off-canvas-left .mfp-content ul li a, .off-canvas-right .mfp-content ul li a {
		color: #fff!important;
		font-size: 14px;
}
.off-canvas-left .mfp-content ul li a:hover, .off-canvas-right .mfp-content ul li a:hover {
		text-decoration:none;
	color:#fff !important
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}