/*
Theme Name: Ave Child
Theme URI: http://ave.liquid-themes.com/
Author: Liquid Themes
Author URI: https://themeforest.net/user/liquidthemes
Template:  ave
Description: Smart, Powerful and Unlimited Customizable WordPress Theme.
Version: 1.0
License: GNU General Public License
License URI: license.txt
Text Domain: ave
Tags: responsive, retina, rtl-language-support, blog, portfolio, custom-colors, live-editor
*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
.navbar-brand img {
    max-width: 200px !important;
}

.ss_hed_lft_sec ul {
    display: flex;
    gap: 15px;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ss_hed_lft_sec a {
    color: #fff;
    font-size: 14px;
}

.ss_hed_lft_sec i {
    color: #fff;
    margin-right: 5px;
}

.ss_hed_lft_sec a:hover{
	color:#e3000f;
}

.ss_scl_rit_sec{
	text-align:right;
}

.ss_scl_rit_sec{
	justify-content:end;
}

.menu-main-menu{
	margin-right:0 !important;
}
.main-nav  {
    margin-right: 0 !important;
}
.main-nav>li>a{
	    padding-left: 25px !important;
    padding-right: 25px !important;
	font-size:16px !important;
}
    .main-nav > li:last-child a{
        padding-right: 0 !important;
    }



.ss-banner-section {
    position: relative;
    background-size: cover;
    background-position: center;
    height: 80vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

/* Using overlay with ::after */
.ss-banner-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #03132D;
    opacity: 0.65;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.ss-banner-content {
    position: relative;
    z-index: 2; /* make sure it's above overlay */
    max-width: 900px;
    padding: 20px;
}

.ss-banner-content h4 {
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 2px;
    margin-bottom: 15px;
    text-transform: uppercase;
    color: #fff;
}

.ss-banner-content h2 {
    font-size: 56px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 20px;
    margin-top: 0;
    color: #fff;
}

.ss-banner-content p {
    font-size: 20px;
    margin-bottom: 30px;
    color: #f5f5f5;
}

.ss_banner_dtl ul a {
    background: #e3000f;
    padding: 12px 29px;
    display: inline-block;
    font-size: 18px;
    border-radius: 5px;
    color: #fff;
}
.ss_banner_dtl ul {
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 15px;
	padding:0;
}
.ss_banner_dtl ul li:nth-child(2) a {
    background: #fff;
    color: #000;
}
.owl-stage {
    padding: 0 !important;
}

/* Forcefully hide extra slide peeking */
.ss-banner.owl-carousel .owl-stage-outer {
    overflow: hidden !important;
}

.ss-banner.owl-carousel .owl-stage {
    display: flex !important;
    transform: translate3d(0,0,0); /* hardware acceleration fix */
}

.ss-banner.owl-carousel .owl-item {
    flex: 0 0 100% !important; /* 1 item = full width */
    max-width: 100% !important;
    margin-right: 0 !important;
}

.ss-hm-banner-sec .owl-carousel .owl-nav button.owl-next, .ss-hm-testi-sec .owl-carousel .owl-nav button.owl-prev {
position: absolute;
    top: 0;
    height: 100%;
}


.ss-hm-banner-sec  span.et-pb-icon {
    font-size: 25px;
    color: #323e70;
    background: #ffffff !important;
    width: 50px;
    height: 50px;
    line-height: 52px !important;
    border-radius: 100px;
    margin: 0 10px;
}


.ss-hm-banner-sec .owl-nav button.owl-next {
    right: 80px;
}

.ss-hm-testi-sec  .owl-nav button.owl-prev {
    left: 80px;
}
.navbar-brand {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}
/* About Section */

.sn-sub-titles-fields {
    display: flex;
    flex-direction: column-reverse;
}
.sn-sub-titles-fields h6{
margin-top: 0px;
}

.sn-about-tab ul li a{
background-color: #ffffff00 !important;
	padding: 1px 12px !important;
	border: 0px !important;
}
.sn-about-tab ul li a span{
	font-size: 16px;
	font-weight: 600;
	color: #000;
	}

.sn-about-tab ul li.vc_active span{
color: #ee4a62 !important;
	border-bottom: 2px solid #ee4a62;
}

.sn-about-tab .vc_tta-panels{
background:#97161600 !important;
	border : 0px !important;
}
.sn-about-tab .vc_tta-panel-body{
padding: 0px !important;
}
.sn-about-tab ul > li:first-child > a{
padding-left: 0px !important;
}
.sn-about-list{
   flex-direction: row !important;
	justify-content: flex-start !important;
	gap: 15px;
}
.sn-about-list .iconbox-icon-container{
margin: 0px;
}
.sn-about-list img.liquid-image-icon{
width: 20px;
}

.sn-about-list.iconbox .iconbox-icon-container{
	margin-bottom:0 !important;
}
.ss_border-rdus img{
	border-radius:15px;
}

.ss_about_section{
	overflow:hidden;
	position:relative;
}


.ss_about_section:after {
    content:"";
    height: 470px;
    width: 470px;
    border: 1px solid #e5e5e5;
    border-radius: 50%;
	position:absolute;
	left:0;
    top: -350px;
	
}



.ss_about_section:before {
    content:"";
    height: 186px;
    width: 186px;
  background-image:url(../../uploads/2025/09/shape-13.webp);
    border-radius: 50%;
	position:absolute;
	left:0;
	    top: 0px;
	-webkit-animation: rotateIt 11s 
linear infinite;
    animation: rotateIt 11s 
linear infinite;

}
@-webkit-keyframes rotateIt {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotateIt {
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}

.ss_counter_rw_sec .liquid-counter-text {
    font-size: 13px ! IMPORTANT;
}

.ss_counter_rw_sec .liquid-counter {
    box-shadow: 0 10px 30px 6px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    border: 0;
    padding: 44px 5%;
	
}

.ss_hm_title_sec {
    text-align: center;
}

.ss_hm_title_sec h2{
    margin-bottom:0;
}

.ss_cours_tx_bx h3 {
       margin: 0 0 20px !important;
    font-size: 25px;
    font-weight: 600;
}
.ss_courses_bx_sec {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.ss_cours_tx_bx {
    padding: 25px 25px 25px;
}

.ss_cours_tx_bx ul {
    padding: 0;
    margin: 0;
    display: inline-flex;
    gap: 10px;
    list-style-type: none;
    font-size: 16px;
}

.ss_cours_tx_bx {}

.course-author-and-price {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    margin-top: 20px;
}

.coursor img {
    max-width: 35px;
    border-radius: 100%;
    margin-right: 15px;
}
span.sale-price {
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.coursor {
    display: flex;
    align-items: center;
}

.ss_hm_title_sec {
    padding-bottom: 35px;
}
.ss_courses_btn{
	text-align:center;
}
.ss_counter_sec {
    margin-bottom: 0 !important;
    padding: 45px 0;
    text-align: center;
}
.ss_text_center{
	text-align:center;
}
.ss_counter_sec .counter-animated{
	    margin-bottom: 8px;
    font-weight: 600 !important;
}

.ss-testimonial-item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
}

.ss-quote {
    font-size: 60px;
    color: #e0e0e0;
}

.ss-rating {
    color: #f0932b;
    margin: 16px 0;
}

ul.ss-testimonial-ul {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 23px;
}

.ss-testimonial-img img {
    width: 65px !important;
    border-radius: 100px;
}

.ss-testimonial-content h4 {
    margin: 0 0 3px;
    font-size: 18px;
}

ul.ss-testimonial-ul p {
    margin-bottom: 0;
}
.owl-dot span {
    width: 15px;
    height: 15px;
    background: #bebebe;
    display: inline-block;
    border-radius: 100px;
    margin: 0 2px;
}

.owl-dots {
    text-align: center;
    z-index: 9999;
    margin-top: 40px;
}

button.owl-dot.active span {
    background: #e40007;
}

.ss_foot_link_sec h2 {
    font-size: 20px !important;
    margin: 0;
    color: #fff;
    font-weight: 500;
}
.ss_foot_link_sec {
    padding-left: 35px;
}
.ss_foot_link_sec ul {
    padding: 0 0 0 15px;
    line-height: 30px;
	list-style-type:none !important;
}

.ss_foot_link_sec ul li a {
    color: #fff;
    text-transform: capitalize;
    letter-spacing: 0;
    font-size: 14px;
}

.ss_foot_logo_col img{
	filter: brightness(0) invert(1);
}

.ss_foot_logo_col p{
	color:#fff;
	margin-top:25px !important;
}
.ss_foot_link_sec ul li{
	position:relative;
}
.ss_foot_link_sec ul li:before {
    content: "\f105";
    font-family: FontAwesome;
    left: -17px;;
    position: absolute;
    top: 0;
}

footer .social-icon.social-icon-md {
    text-align: right;
}

/* ===== Custom Post List ===== */
.ss-post-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

/* Each post item */
.ss-post-item {
    display: grid;
    grid-template-columns: 4fr 8fr;
    gap: 20px;
    align-items: center;
}

/* Post image */
.ss-post-image img {
    width: 100%;
    height: 75px !important;
    object-fit: cover;
    border-radius: 6px;
}

/* Image hover effect */

/* Post content */
.ss-post-content h3 {
    margin: 0 0 10px 0;
    font-size: 1.2rem;
}

.ss-post-content h3 a {
    text-decoration: none;
    color: #fff !important;
    transition: color 0.3s ease;
font-size:15px !important;
    display: -webkit-box;     
    -webkit-line-clamp: 2;   
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3em;        
    max-height: 2.6em;         
}

.ss-post-content a:hover {
    color: #fff !important;
}
.sn-main-block .entry-title {
    line-height: 29px;
    font-size: 20px !important;
}

.ss_banner_btm_sec ul {
    list-style: none;
    display: flex;
    gap: 20px;
    padding: 0;
    margin: 0 !important;
}

.ss_banner_btm_sec ul li:nth-child(2) {
    width: 80%;
}

.ss_banner_btm_sec ul li:nth-child(1) {
    width: 14%;
}

ss_banner_btm_sec h4 {
    margin: 0 !important;
    color: #fff;
}

.ss_banner_btm_sec h4 {
    margin: 0 0 7px;
    color: #fff;
    font-size: 20px;
}

.ss_banner_btm_sec p {
    color: #fff;
    margin-bottom: 0;
}

/* ===== Responsive ===== */
@media (max-width: 768px) {


    .ss-post-content {
        margin-top: 10px;
    }
}

.ss_new_sec_tr ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    padding: 0;
    list-style: none;
    gap: 30px;
    text-align: center;
}

.ss_new_sec_tr h4 {
    font-size: 20px;
    line-height: 25px;
    width: 90%;
    margin: auto;
    padding: 20px 0 30px;
}

.ss_new_sec_tr li {
    background: #fff;
	border-radius:15px;
	    box-shadow: 0px 0px 10px #e1d5d5;
	overflow:hidden;
	    transition: all 0.5s 
ease;
}

.ss_new_sec_tr li:hover{
transform: scale(1.1);
    transition: all 0.5s ease;
	}

/***********media Screen Start*******************/
/***********media Screen Start*******************/

@media only screen and (min-width: 320px) and (max-width: 767px){
	.ss_banner_dtl ul a {
    padding: 8px 20px;
    font-size: 14px;
}
	.ss-banner-content h2 {
    font-size: 30px;
	 line-height: 1.3;
	}
	.ss-banner-section{
		height:90vh;
	}
	.h2, h2 {
    font-size: 25px !important;
    color: #181818;
    line-height: 35px !important;
}
	.ss_about_section:after, .ss_about_section:before{
		display:none !important;
	}
	.sn-about-tab .vc_tta-panel-body {
    padding: 15px !important;
}

.sn-about-tab .iconbox {
    text-align: left !important;
}
	
.sn-about-tab .vc_active .vc_tta-panel-title>a {
    color: #000000;
    font-weight: 600;
}	
	.ss_cours_tx_bx ul{
		flex-wrap:wrap;
	}
	.sn-about-tab .iconbox .contents {
    max-width: 85%;
}
	.ss_cours_tx_bx h3 {
		font-size: 20px;
	}
	.ss_foot_link_sec {
    padding-left: 0;
    padding-top: 0;
    margin-bottom: 22px !important;
}
	.ss_counter_sec {
    margin-bottom: 0 !important;
		padding: 30px 0;
	}
	.ss_mrgn_mob{
		margin-left:0 !important;
		margin-right:0 !important;
	}
	footer .social-icon.social-icon-md {
    text-align: center;
    margin-top: 10px;
}
	.ss_foot_btm{
		text-align:center;
	}
	.ss_banner_btm_sec ul li:nth-child(1) {
    width: 15%;
}
	.ss_banner_btm_sec{
		margin:30px 0;
	}
	    .ss_new_sec_tr ul {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media only screen and (min-width: 481px) and (max-width: 767px){ 
.ss_banner_btm_sec ul li:nth-child(1) {
    width: 8%;
}
}
@media only screen and (min-width: 767px) and (max-width: 1023px){
	.ss_new_sec_tr ul {
    grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (min-width: 1024px) and (max-width: 1300px){}



