/*
Theme Name: Edumart Child Theme
Theme URI: https://shtheme.com/demosd/edumart
Description: This is child theme of edumart
Author: Vergatheme
Author URI: https://themeforest.net/user/vergatheme
Version: 1.0
Tested up to: 5.0
Requires PHP: 7.0
Text Domain:  edumart-child
Template: edumart
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
    00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



ul.blog-listing > li h2{
    font-size: 28px;
}
h4.comment-title{
    font-family: 'texgyreadventorbold';
    font-size: 20px!important;
    color: #606d87 !important;
    text-transform: uppercase;
}
ul.comments img.avatar{
    border-radius: 50%;
}
ul.comments .com-txt h3{
    display: inline-grid!important;
}
ul.comments .com-txt h3 span{
    padding-left: 0!important;
    margin-top: 18px !important;
}


p.comment-form-cookies-consent{
    display: none!important;
}
section.comments-wrapper form .required-field-message,
.blog-left .leave-comment form .required-field-message{
    display: none!important;
}
p.logged-in-as{
    margin-bottom: 35px;
}
.comment-respond form button{
    margin-top: 15px;
}
.comment-respond:has(.logged-in-as) form button{
    margin-top: 0;
}
#cancel-comment-reply-link{
    font-size: 16px;
    border: 1px solid #ff9600;
    text-transform: none;
    padding: 4px 12px 6px 12px;
    border-radius: 4px;
}

.about ul.our-links li .detail p {
    font-size: 16px;
    line-height: 22px;
}

ul.copyright_links {
    display: block;
}
ul.copyright_links li {
    display: block;
    float: left;
    font-size: 11px;
    font-weight: 700;
}
ul.copyright_links li:after {
    display: inline-block;
    padding: 0 4px;
    content: " I ";
}
ul.copyright_links li a {
    color: #fff;
}

/* .subscribe {
    position: relative;
    height: 44px;
	display: block;
    background: #fff;
    border-radius: 4px;
} */
.subscribe input {
    width: 82%;
    height: 44px;
    padding: 0 15px;
    border: none;
    background: none;
    font-size: 12px;
    color: #7da6c6;
}



@media(min-width:541px){
    #cancel-comment-reply-link{
        position: absolute;
        right: 16px;
    }
}
@media(max-width:540px){
    .leave-comment h4.comment-title:first-child{
        display: grid;
    }
    .leave-comment h4.comment-title > a{
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .leave-comment h4.comment-title small{
        margin-top: 15px;
    }
}
.sidebar .widget_categories ul li{
    display: block;
    border-bottom: 1px #eee solid;
    text-align: right;
    padding: 10px 0;
}
.sidebar .widget_categories ul li:last-child{
    border-bottom: none;
}
.sidebar .widget_categories ul li a{
    display: block;
    font-size: 13px;
    color: #899eaa;
    float: left;
}
.recent-post.widget_news{
    clear: both;
    margin-top: 40px;
}
.widget_archive ul li{
    display: block;
    border-bottom: 1px #eee solid;
}
.widget_archive ul li a{ 
    display: block;
    padding: 10px 0;
    font-size: 12px;
    font-weight: 700;
    color: #899eaa;
    text-transform: uppercase;
}
.widget_archive ul li:last-child{
    border-bottom: none;
}
.sidebar .widget_tag_cloud{
    margin-top: 40px;
}
.sidebar .widget_tag_cloud ul li{
    display: inline-block;
    margin-right: 8px;
    margin-bottom: 6px;
}
.sidebar .widget_tag_cloud ul li a{
    padding: 4px 10px;
    color: #fff;
    background: #abbfc9;
    text-transform: uppercase;
    border-radius: 2px;
    font-size: 11px!important;
    font-weight: bold;
}
ul.blog-listing.detail > li {
    margin-bottom: -13px;
}
.pagination li.current a{
    background-color: #ff9600;
    color: #fff;
}
#news.page:has(.search-custom.search-no-result){
    padding: 25px 120px 120px 120px;
}
.search-form input{
    border-radius: 0;
}
.search-custom h4 {
    text-align: justify;
    line-height: 45px;
    margin-bottom: 5%;
}
.search-custom form input {
    max-width: 100% !important;
    background: #f5f5f5 !important;
    border: 1px solid #f5f5f5 !important;
    font-size: 18px !important;
    color: #7a7a7a !important;
    padding: 10px 20px !important;
    height: 50px;
}
.search-custom form button{
    border-radius: 0 !important;
    color: #fff;
    font-size: 16px;
    height: 50px;
    position: relative;
    width: 53px;
    cursor: pointer;
    float: right;
    background: #ff9600;
    margin-top: -50px;
    padding: 0;
    letter-spacing: 0;
    border: 1px solid #ff9600;
}
.search-custom form button:hover{
    border: 1px solid #ff9600;
    background: #ff9600;
    color: #fff;
}
.search-no-result{
    padding-top: 15px;
}
.search-no-result .form-control:focus{
    -webkit-box-shadow: unset;
    box-shadow:unset;
}
.stButton .stButton_gradient{
    height: 23px !important;
    margin-top: 6%;
}
.stButton_gradient+.stArrow {
    margin-top: 7%;
}
.footer .subscribe form .input-wrapper{
    position: relative;
    height: 44px;
}
.footer .subscribe form input[type="submit"]{
    font-family: 'icomoon' !important;
    font-size: 20px;
    width: 46px;
    height: 44px;
    float: right;
    border: none;
    background: #2c97ea;
    color: #fff;
    border-radius: 0 4px 4px 0;
    transition: all 0.3s ease 0s;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 13px;
}
.footer .subscribe form div.wpcf7-validation-errors{
    border: 2px solid #fff;
    color: #fff;
    margin-left: 0;
    margin-right: 0;
    margin-top: 45px;
}
.footer .subscribe form span.wpcf7-not-valid-tip{
    color: #fff;
    margin-top: 10px;
}
ul.courses-listing li a,
ul.courses-listing li.active a{
    color: #fff;
    font-size: 15px;
}
ul.courses-listing li{
    margin-right: 13px;
}
ul.courses-listing li a:hover{
    color: #61CE70;
}
div.select-course.isotopeFilters{
    width: 100%;
}
.dialog-widget.dialog-lightbox-widget.dialog-type-buttons.dialog-type-lightbox.elementor-lightbox{
    display: none!important;
}
section.testimonial img.img-circle{
    border-radius: 50%!important;
}
ul.browse-teachers-list figure{
    margin: 0 auto 28px!important;
}
.enquire-now .enquire-btn{
    margin-top: -20px;
}
section.comments-wrapper.padding-lg .comments-wrapper.padding-lg{
    padding-top: 10px;
    padding-bottom: 10px;
}
section.comments-wrapper.padding-lg .leave-comment{
    border-top: 1px solid #cdd3d7;
}
p.comment-form-cookies-consent label{
    display: none!important;
}
section.form-wrapper form input.wpcf7-submit,
section .cnt-block form input.wpcf7-submit{
    width: unset;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    background: #ff9600;
    font-family: 'texgyreadventorbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
section.form-wrapper form input.wpcf7-submit:hover{
    background: #2c97ea;
    color: #fff;
}
section.form-wrapper form span.wpcf7-not-valid-tip{
    color: #54595F;
    margin-top: 10px;
}
section.form-wrapper form div.wpcf7-validation-errors,
section .cnt-block form div.wpcf7-mail-sent-ng{
    border: 2px solid #54595F;
    margin-left: 0;
    margin-right: 0;
}   
section.elementor-section:has(.faq-wrapper){
    background: #f3f6f8!important;
}
ul.select-opt li input[type=radio]{
    visibility: unset;
    position: unset;
}
ul.select-opt span.wpcf7-list-item{
    margin-left: 0px;
    margin-right: 25px;
    display: inline-flex;
}
ul.select-opt span.wpcf7-list-item-label{
    margin-left: 10px;
}
input.phone-no{
    margin-top: -25px;
}
.elements-apply-form form input.wpcf7-submit{
    width: unset;
    display: inline-block;
    padding: 12px 24px;
    border-radius: 4px;
    background: #ff9600;
    font-family: 'texgyreadventorbold';
    font-size: 14px;
    color: #fff;
    text-transform: uppercase;
}
.elements-apply-form form ul.select-opt li input[type=radio]{
    margin-top: -10px;
}
.elements-apply-form form span.wpcf7-not-valid-tip{
    color: #54595F;
    margin-top: 10px;
}
.elements-apply-form form div.wpcf7-validation-errors,
.elements-apply-form form div.wpcf7-mail-sent-ng{
    border: 2px solid #54595F;
    margin-left: 0;
    margin-right: 0;
} 
.elements-enquire form div.wpcf7-mail-sent-ng{
    border: 2px solid #54595F;
    color: #54595F;
}
@media (max-width: 480px){
    .enquire-now .inner .row1{
        margin: 0 -5px 14px -5px;
    }
}
@media (max-width: 280px){
    .course-tab > li > a .block {
        font-size: 9px;
    }
    ul.courses-listing li {
        margin-right: 8px;
    }
    .page-template-apply-online .register .regiter-inner{
        max-width: 280px;
    }
    div.datepicker.dropdown-menu{
        width: 84%;
    }
    .datepicker{
        min-width: unset;
    }
}
.single-course section.about form div.wpcf7-mail-sent-ng{
    border: 2px solid #54595F;
     margin-top: 0px;
}
@media (min-width: 1280px){
   .single-course section.about form div.wpcf7-mail-sent-ng{
        margin-left: 15px;
        margin-right: 15px;
    }  
}

.single-course .comments-wrapper #cancel-comment-reply-link{
    position: unset;
}
.wp-caption-text , .gallery-caption , .bypostauthor , .sticky{
    color: #000000;
    font-weight: 600!important;
    font-size: 15px!important;
}
.alignright,
.wp-block-image .alignright
{
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}
.alignleft,
.wp-block-image .alignleft{
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}
.screen-reader-text {
    display: none;
}
.faq-btn .e-n-tabs-heading button{
	flex: 1;
}

/*Custom css*/
.navbar-inverse {
    background: #8b171a;
}
.navbar-nav > li {
    border-right: 1px #a87677 solid;
}
.about ul.our-links li.prospects {
    background: #0c3046;
}
.footer ul.follow-us li a:hover{
	    background: #0c3046;
    border-color: #ffffff;
}
[type="submit"]{
	background: #8b171a !important;
}
[type="submit"]:hover{
	background: #0c3046 !important;
}
a.scroll-top{
	background: #0c3046;
}
.how-it-work-icon .elementor-icon{
	    background: #ff9600;
    padding: 10px;
    border-radius: 10px;
}
.course-hover .elementor-widget-container{
	overflow:hidden;
}
.course-hover .elementor-widget-container img{
	transition: transform ease 0.3s;
}
.course-hover:hover .elementor-widget-container img{
	 transform: scale(1.07) rotate(1.5deg);
}   
/* .team-height{
    height: 250px !important;
    overflow-y: scroll !important;
}
.team-height::-webkit-scrollbar-track
{ */
/* 	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); */
/* 	background-color: #fff;
}

.team-height::-webkit-scrollbar
{
	width: 5px;
	background-color: #fff;
}

.team-height::-webkit-scrollbar-thumb
{
	background-color: #8b171a;
	width:10px;
} */
.read-more-programs{
	display: block;
    margin-top: 10px;
    color: #8b171a;
}
.apply-form-program{
	    background: #f5f5f5;
    padding: 40px;
    border-radius: 10px;
}
.apply-form-program .heading-Title h5{
	margin-bottom:20px;
}
.apply-form-program input{
	    background: #e9e9e9;
}
.apply-form-program select, .apply-form-program textarea{
	    width: 100%;
    height: 46px;
    margin-bottom: 1px;
    padding: 0 20px;
    background: #e9e9e9;
    border: none;
    border-left: 1px #dae4e8 solid;
    border-bottom: 1px #dae4e8 solid;
    font-size: 12px;
    font-weight: 700;
/*     text-transform: uppercase; */
    color: #7f8385;
    border-radius: 0px;
	margin-bottom:30px;
}
.apply-form-program textarea{
	height:150px !important;
}
.apply-form-program [type="checkbox"]{
	position:inherit !important;
	height:inherit !important;
	width:inherit !important;
}
.page-template-page-templates .login-wrapper{
	position:inherit !important;
}
.page-template-page-templates .regiter-inner .login-logo{
	display:none;
}
.page-template-page-templates .register .cnt-block{
	padding:0px;
}
.page-template-page-templates .label{
	font-weight: 500;
    color: #000;
	    font-size: 16px;
}
::placeholder {
  text-transform: capitalize;
}
select::placeholder {
  text-transform: capitalize !important;
}
.apply-form-program .button-outer [type="submit"]{
	color: white;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 16px;
}
.waviy {
  position: relative;
  -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0,0,0,.2));

}
.waviy span {
  position: relative;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  animation: waviy 2s infinite;
  animation-delay: calc(.2s * var(--i));
  
}
.form-outer input{
	margin-bottom:0px !important;
	    margin-top: 20px;
}
.apply-form-program .wpcf7-not-valid-tip{
	    margin-bottom: 15px;
}
.apply-form-program select, .apply-form-program textarea{
	margin-bottom:0px !important;
	  margin-top: 20px;
}
.apply-form-program .heading-Title h5 {
    margin-top: 15px;
}
@keyframes waviy {
  0%,40%,100% {
    transform: translateY(0)
  }
  20% {
    transform: translateY(-10px)
  }
}

.banner .career-form textarea {
    height: 120px !important;
}







