


/*
.stick .mainmenu ul#nav.menu-white > li > a, .account-dropdown a:hover, .mainmenu ul#nav > li:hover > a{
    color:#FFFFFF;
}

.mainmenu ul#nav li ul.sub-menu > li:hover > a {
    color: #FFF;
}
*/

/*OUR STAFF PAGE*/
 .team .photo {
    width: 100%;
    height: 250px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}


section#mycolumn-section {
    padding: 50px;
}
.section-title{
    font-size: 2em;
    text-transform: uppercase;
    padding-top:30px;
    padding-bottom:30px;
}

.section-title span {
    display: block !important;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    display: inline-block;
    padding: 5px 20px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    background-color: #253e82;
    color: #ffffff;
    text-transform: uppercase;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    margin-top: 4px;
}
.breadcrumb-bar .breadcrumb {
    padding: 8px 0 0;
}

.btn-theme {
    color: #fff;
    background-color: #004927;
    border-color: #0b2a1c;
}
.btn-theme:hover {
    color: #fff;
    background-color: #0b2a1c;
    border-color: #004927;
}

/*START HOME SECTION CTA AREA*/
.section_home_cta-area{
    padding: 60px 0px 60px 0px;
    background:#fcfcfc;
}

.section_home_cta-area h3.section-title{
    color: #004927;
    font-family: 'montserratsemi_bold';
}

.section_home_cta-area h3.section-title span {
    font-size: medium;
    font-weight: 200;
    font-family: 'Poppins';
    display: block;
    padding-top: 3px;
    letter-spacing: 1px;
    color: #FFFFFF;
}
.section_home_cta-wrapper {
    position: relative;
    overflow: hidden;
}
.section_home_cta-wrapper::before {
    position: absolute;
    content: "";
    background-color: #004927;
    opacity: .65;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.section_home_cta-wrapper::after {
    border: 1px solid #FFFFFF;
    bottom: 40px;
    content: "";
    left: 40px;
    position: absolute;
    right: 40px;
    top: 40px;
    transition: all 0.4s ease 0s;
    z-index: 9;
    pointer-events: none;
}
.section_home_cta-wrapper a img {
    width: 100%;
}
.section_home_cta-content {
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    text-align: center;
    z-index: 99;
    padding: 10px;
}
.section_home_cta-content > a h2 {
    color: #ffffff;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: .3px;
    margin: 0;
}
.section_home_cta-wrapper:hover::after{
    left: 20px;
    bottom: 20px;
    right: 20px;
    top: 20px;
}
.section_home_cta-wrapper:hover .section_home_cta-content > a h2 {
    animation: 700ms ease-in-out 0s normal none 1 running zoomIn;
}

/*END HOME SECTION CTA AREA*/


blockquote{
  font-size: 1.4em;
  width:60%;
  margin:20px auto;
  font-family:Open Sans;
  font-style:italic;
  color: #555555;
  padding:1.2em 30px 1.2em 75px;
  border-left:8px solid #78C0A8 ;
  line-height:1.6;
  position: relative;
  background:#EDEDED;
}

blockquote::before{
  font-family:Arial;
  content: "\201C";
  color:#78C0A8;
  font-size:5em;
  position: absolute;
  left: 10px;
  top:-10px;
}

blockquote::after{
  content: '';
}

blockquote span{
  display:block;
  color:#333333;
  font-style: normal;
  font-weight: bold;
  margin-top:1em;
}







#news-section ul {
    list-style: disc;
    margin: 20px;
    padding: 0;
}

.nivoSlider {
    position: relative;
    max-width: 1600px;
    height: 500px;
    overflow: hidden;
    margin: 0 auto;
}

.mainmenu-area {
    display: flex;
}
.header-search {
    margin-top: 18px;
}
/*COURSE SINGLE PAGE */

.course-tab-title h3{
    font-size: 1.5em;
    padding: 10px;
}
.course-tab-info{
    padding: 10px;
}
 
.course-details-content {
    margin-left: 0;
}
 
 
/*SIDEBAR*/
.widget-wrapper {
    background: #f6f6f6 none repeat scroll 0 0;
    margin-bottom: 15px;
    overflow: hidden;
}

.sidebar-widget .widget-infobox {
    position: inherit;
    padding: 30px 20px 30px;
    text-align: center;
}

.sidebar-widget .widget-title {
    padding: 10px 0;
    text-align: center;
}

 

.gallery-img, .gallery-img .hover-effect{
    border-radius: .50rem;
}

.gallery-img-count {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 5px 10px 5px 10px;
    border-radius: 30%;
    max-width: 35px;
    max-height: 35px;
    font-size: 16px;
}


.featured-wrapper-content {
    position: relative;
    margin: 0 auto;
    top: -35px;
    z-index: 9;
}
.featured-wrapper-content h3{
    font-size:1.3em;
}
#featured-section {
    padding: 50px;
    box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    -moz-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    -webkit-box-shadow: 0 -6px 24px rgba(10, 10, 10,0.09);
    background-color: #ffffff;
    border-radius: 3px 3px;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
}
.featured-service-media {
    float: left;
    margin-right: 15px;
}
#featured-section .course_title{
    font-size:16px;
}

@media (max-width: 768px) {
    .featured-wrapper-content{
        max-width:100%;
        position: unset;
    }
} 
 
 

.newslist{
    margin: 25px 0;
}
.newslist ul{
    padding: 0;
    list-style: none;
}
.newslist li{
    padding: 10px;
    border-bottom: 1px dashed #ccc;
}
 
.newslist li:after {
    content: '';
    display: block;
    clear: both;
}
.newslist img{
    float: left;
    width: 100px;
    margin: 5px 15px 0 0;
}
.newslist .title a{
    font-size: 20px;
    color:#FFFFFF;
}
.newslist p {
    margin: 15px 0 0;
    font-size: 14px;
}



.fix-title{
    float: left;
    margin-right: 30px;
}
.fix-title-divider {
    overflow: hidden;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    padding-top: 0.6em;
    font-size: 24px;
    border-bottom-width: 3px;
}

.mycolumn-area img {
    padding: 10px;
}

.single-item-text h4 {
    font-size: 15px;
    padding-top: 0;
}







.eventlist {
    padding: 0px 15px;
}
.eventlist li {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 10px;
    line-height: 20px;
    padding-bottom: 10px;
}
.eventlist li:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.eventlist h4 {
    font-size: 18px;
}
.eventlist p {
    font-size: 14px;
    margin-bottom: 0px;
}

.event-item .event-date {
    width: 100px;
    height: auto;
    padding: 0px 0px;
    margin-bottom: 10px;
}
.event-info {
    overflow: hidden;
    margin-bottom: 10px;
}
.event-info h6.event-link:not(:last-child) {
    margin-bottom: 5px;
}




.youtube {
    position: relative;
    display: inline-block;
}
.youtube:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: transparent url('../../../../../../img/play_icon.png') center center no-repeat;
}






#whyus.section{
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
#whyus .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
}
#whyus .section-subtitle {
    color:#FFFFFF;
}
#whyus h3 {
    margin: 0 0 10px;
}
#whyus .list {
    padding: 35px 0px 0px 35px;
    margin-bottom: 10px;
}
#whyus .list li {
    min-height: 110px;
}
#whyus .list.icon-left li {
    padding: 0 0 0 40px;
    text-align: left;
    margin-bottom: 10px;
}
#whyus .list li .whyus-icon, #whyus img {
    line-height: 63px;
}
#whyus h3 {
    margin: 0 0 10px;
    font-size: 20px;
    color: #FFFFFF;
    text-transform: uppercase;
    font-weight: 700;    
}
#whyus .list li p, #whyus .list li:last-child {
    margin: 0;
} 
 
#whyus .list li .whyus-icon {
    position: absolute;
    left: 0;
    height: 60px;
    width: 60px;
    border-radius: 100%;
    background: #fff;
    padding: 10px;
}

.whyus_bg{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: #fff;
    padding-top: 50px;
}


/*FOOTER CONTACT INFO*/

.single-footer-widget ul.footer_contact_wrapper li {
    padding-left: 35px;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 18px;
    color: rgba(255,255,255,1);
    border-bottom: 2px solid rgba(255,255,255,.06);
} 
.single-footer-widget ul.footer_contact_wrapper li:before {
    position: absolute;
    left: 0;
    bottom: auto;
    top: 5px;
    color: #fff;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 22px;
}
ul.footer_contact_wrapper li span {
    font-size: 15px;
    font-weight: 600;
}
ul.footer_contact_wrapper li a {
    color: #fff;
}
.footer-icon-location:before {
    content: "\f041";
}
.footer-icon-phone:before {
    content: "\f095";
}
.footer-icon-mail:before {
    content: "\f0e0";
}
.footer-icon-whatsapp:before {
    content: "\f232";
}





/*pkumar-03-11-2023*/
.header-logo-menu.sticker .logo img {
    max-height: 50px;
}