/**

 * Theme Name:     Harfard
 * Author:         Harfard
 * Template:       twentytwentyone
 * Text Domain:	   Harfard
 * Description:    Storetransform is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
 * Theme URI:      Harfard
 * Author URI:     Harfard
 * Version:        1.1
 */
  .news-events-se-con1{
	display:none;
}
 .newsletter-input-line p{
    width: 100%;
    display: inline-flex;
    br{
        display: none;
    }
    .form-control{
        width: 100% !important;
    }
}
.wpcf7-spinner { 
    width: 15px;
    height: 15px; 
    margin: 6px; 
}

.page-banner-fixed {
    height: 550px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    position: relative;
    border-radius: 15px;
    background: #f7f7f7;
}
.page-banner-fixed figure {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}
.page-banner-fixed figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.search-box-inline {
    width: 100%;
    position: relative;
    margin: 15px auto;
}
.search-box-inline label{
    width: 100%;
    display: inline-block;
}
form.search-form {
    width: 100%;
    display: inline-block;
}
.search-box-input-btn{
    width:400px;
    max-width: 100%;
    display: inline-flex;
}
.search-box-input-btn .search-field{
    margin-right: 15px;
}
/**/
header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul{
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 60px;
    background: #ffffff;
    padding: 21px;
    box-shadow: 0px 12px 16px -4px #10182814;
    border-radius: 4px;
    border: 1px solid #F2F4F7;

}
header .header-con .navbar .menu-header ul .mega-menu:hover  .mega-menu-ul{
    display: block;
}
 
header .header-con .navbar .menu-header ul .mega-menu > a::after{
    content: "\f107";
    font-family: 'FontAwesome';
    margin-left: 4px;
}
header .header-con .navbar .menu-header{
    position: relative;
}
header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul .mega-menu-ul-col{
    position: relative;
    padding: 4px 0;
}
header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul .mega-menu-ul-col p{
    margin-bottom: 4px;
}
header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul .sub-menu-ul{
    width: 100%;
}
header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul .sub-menu-ul li{
    width: 100%;
    padding: 8px 0;
}
header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul .sub-menu-ul li a{ 
    padding: 0;
    font-size: 14px;
}
/**/ 
.pagination-box-con .pagination a {
    width: auto;
    display: inline-block;
    border: 1px solid #E6E9ED;
    opacity: 1;
    padding: 8px 12px;
    border-radius: 4px;
    background-color: #ffffff;
    color: #25252A;
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin: 1px;
}
.pagination-box-con .pagination .page-numbers.current {
    width: auto;
    display: inline-block;
    border: 1px solid #E6E9ED;
    opacity: 1;
    padding: 8px 12px;
    border-radius: 4px;  
    font-size: 16px;
    line-height: normal;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    margin: 1px;
    background-color: #001ED9;
    color: #ffffff;
} 
.modal  .btn-close {
    right: 15px;
    top: 15px;
    position: absolute;
    z-index: 1;
}
.review-img-text-con {
    margin-top: 60px;
}
.review-img-text-con p{
    color: #242B42;
}
.review-img-text-con span{
    color: #FFC046; 
}
.review-img-text-con span .fa{ 
    margin: 0 4px;
}
.home-banner-con {
    height: auto;
    background-size: cover;
    background-position: top;
    z-index: 1;
}
.home-banner-con:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(./images/home-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    /*background: linear-gradient(0deg, #012169, #012169), radial-gradient(50% 50% at 50% 50%, rgba(0, 0, 0, 0.12) 0%, rgba(0, 0, 0, 0.4) 100%), linear-gradient(90deg, rgba(0, 0, 0, 0.36) 0%, rgba(0, 0, 0, 0.11) 100%);*/
    opacity: .8;
    z-index: -1;
}

.home-banner-con .home-banner-title h1 span{
    position: relative;
    width: auto;
    display: inline-block;
}
.home-banner-con .home-banner-title h1 span::before {
    content: '';
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(./images/title-underlines.png);
    width: 100%;
    height: 46px;
    display: inline-block;
    position: absolute;
    bottom: -26px;
    left: 0;
}
.home-banner-con .home-banner-title h1{
    font-weight: 600;
    color: #fff;
}
.home-banner-con .home-banner-title h1 span::before{
    display: none;
}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2 { 
    background-color: #C8102E;
    border-color: #C8102E;
    padding: 10px 40px;
}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 21px;
    height: 21px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(../images/right-arrow.svg);
}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2:hover { 
    background-color: #012169;
    border-color: #012169;
}
@media only screen and (min-width: 1200px) {
    .mob-menu-header-holder.mobmenu{
        display: none !important;
    }
}
@media only screen and (max-width: 1399.98px) {
    .page-banner-fixed {
        height: 500px; 
    }
}

@media only screen and (max-width: 1199.98px) {
    .page-banner-fixed {
        height: 450px; 
    }
    header .header-con,
    header:hover .header-con{
        background: #D4D5FF80;
    }
    header .header-con .navbar .menu-header{
        position: absolute;     
    }
    header .header-con .navbar .menu-header ul .mega-menu .mega-menu-ul {
        display: block;
        position: initial;
        width: 100%;
        left: initial;
        top: initial;
        background: #ffffff;
        padding: 15px 30px;
        box-shadow: inherit;
        border-radius: 0;
        border: 0;
    }
    header .header-con .navbar .menu-header .header-menu-fixd{
        padding: 15px 0;
    }
}

@media only screen and (max-width: 991.98px) {
    .page-banner-fixed {
        height: 400px; 
    }
    .home-banner-con{
        background-position: inherit;
        min-height: auto !important;
        height: auto !important;
        padding-bottom: 0 !important;
    }
    .banner-phone-img.d-none {
        display: inline-block !important;
        text-align: center;
        margin: 0 auto;
        width: 100%;
    }    
    .home-banner-text{
        display: inline-block;
    }
    .home-banner-con{
        padding-bottom: 30px !important;
    }
}

@media only screen and (max-width: 767.98px) {
    .page-banner-fixed {
        height: 350px; 
    }
}

@media only screen and (max-width: 575.98px) {
    .page-banner-fixed {
        height: 320px; 
    }
}


/* ============== NEW HEADER CSS ============= */
.header-menu-fixd ul > li {padding: 0 18px !important;}
.header-menu-fixd ul > li.menu-item-has-children {position: relative !important;}
.header-menu-fixd ul > li.menu-item-has-children:after {
    content: '\f004';
    font-family: "mobmenu";
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    position: absolute;
    top: 52%;
    right: 2px;
    transform: translateY(-50%);
}
.header-menu-fixd ul > li > ul > li.menu-item-has-children:after {content: none;}
.header-menu-fixd ul > li > ul, .header-menu-fixd ul > li > ul > li > ul {
    border: 1px solid #e8e8e8;
    box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.20);
    position: absolute !important;
    top: 100%;
    left: 0;
    width: 300px !important;
    z-index: 100;
    visibility: hidden;
    background-color: #ffffff;
    opacity: 0;
    transform: translateY(15px);
    box-shadow: 0 3px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease-out;
}
.header-menu-fixd ul > li > ul > li, .header-menu-fixd ul > li > ul > li > ul > li {display: list-item !important;padding: 0 !important;}
.header-menu-fixd ul > li > ul > li a, .header-menu-fixd ul > li > ul > li > ul > li a {display: block !important;padding: 12px 15px !important;}
.header-menu-fixd ul > li > ul > li.disabled-link > a {
    pointer-events: none;
    cursor: default;
}
.header-menu-fixd ul > li.menu-item-has-children:hover > ul, .header-menu-fixd ul > li > ul > li.menu-item-has-children:hover > ul {
	visibility: visible;
    opacity: 1;
    transform: translateY(0px);
    z-index: 999;
}
.header-menu-fixd ul > li > ul > li > ul {
  	left: 100%;
    top: 0;
}
.header-menu-fixd ul > li > ul > li > ul {overflow-y: auto;max-height: 300px;}


/* ========================= NEW BANNER CSS =========================== */
.home-banner-con .home-banner-title {margin-bottom: 30px;}
.home-banner-text-col p {color: #fff;font-weight: 300;margin-bottom: 30px;font-family: "Manrope", sans-serif;}
.counter-widget {float: left;width: 100%;margin-bottom: 30px;font-family: "Manrope", sans-serif;}
.counter-text {float: left;width: 50%;color: #fff;font-size: 15px;text-transform: uppercase;}
.counter-text span {display: block;font-size: 27px;margin-bottom: 12px;}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con {font-family: "Manrope", sans-serif;}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2 {position: relative;padding: 10px 60px 10px 40px;}
.home-banner-con .home-banner-text .home-banner-text-col .btn-con .btn2:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 26px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(./images/right-arrow-white.svg);
}
.home-banner-text-col {font-family: "Manrope", sans-serif;position: relative;}
.home-banner-subtract-img {position: relative;display: inline-block;}
.home-banner-subtract-img .banner-arrow-img {position: absolute;top: 0;right: 0;}
.home-banner-subtract-text {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 30px;
    color: #fff;
}
.home-banner-subtract-text h5 {font-size: 32px;font-weight: 500;color: #fff;font-family: "Manrope", sans-serif !important;}
.home-banner-subtract-text p {font-size: 14px;color: #FFFFFFCC;}
.home-banner-subtract-text .btn-con {
    background-color: #C8102E;
    border-radius: 30px;
    padding: 8px 30px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
}
.home-banner-subtract-text .btn-con img {float: left;margin-right: 15px;}
.home-banner-subtract-text .btn-con .text {float: left;color: #000;font-size: 12px;font-weight: 500;}
.home-banner-subtract-text .btn-con {padding: 8px 20px;}
.home-banner-subtract-text .btn-con .text {font-size: 10px;}
.home-banner-subtract-text .btn-con .text span {font-size: 12px;}
.home-banner-subtract-text .btn-con .text span {display: block;font-weight: 600;font-size: 14px;}

@media (max-width: 480px) {
    .home-banner-subtract-text {padding: 0 20px 20px;}
    .home-banner-subtract-text h5 {font-size: 20px;margin-bottom: 10px;}
    .home-banner-subtract-text p {font-size: 12px;margin-bottom: 15px;}
    .home-banner-subtract-text p br {display: none;}
    .home-banner-subtract-text .btn-con .text {font-size: 9px;}
    .home-banner-subtract-text .btn-con .text span {font-size: 10px;}
    .home-banner-subtract-img .banner-arrow-img {top: -5px;right: -5px;width: 45px;}
}


/* ========================= TRAINING DISCIPLINES SECTION CSS =========================== */
.traing-Disc-Courses-se-con .se-title-left h2 {font-family: "Manrope", sans-serif;font-weight: 500;max-width: 400px;color: #000;}
.traing-Disc-Courses-se-con .se-title-right p {text-align: right;}
.traing-Disc-Courses-se-con .se-title-right p a {
    position: relative;
    font-family: "Manrope", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    background-color: #C8102E;
    padding: 10px 50px 10px 25px;
    border-radius: 30px;
    text-transform: uppercase;
}
.traing-Disc-Courses-se-con .se-title-right p a:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 21px;
    height: 21px;
    background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    background-image: url(./images/right-up-arrow.svg);
}
.traing-disc-courses-area > .row {margin-top: -100px;}
.traing-disc-courses-area .traing-disc-courses-tagline {max-width: 310px;}
.traing-disc-courses-area .traing-disc-courses-tagline h4 {font-family: "Manrope", sans-serif;font-weight: 500;color: #000;}
.traing-disc-courses-area .traing-disc-courses-tagline p {font-family: "Manrope", sans-serif;font-size: 14px;font-weight: 500;color: #000;opacity: .8;}
.traing-Disc-Courses-se-con .partner-logo-list {display: grid;align-items: center;grid-template-columns: repeat(5, 1fr);gap: 20px 20px;margin-top: 90px;}
.traing-Disc-Courses-se-con .partner-logo-list .partners-logo {text-align: center;}

@media (max-width: 991px) {
    .traing-Disc-Courses-se-con .se-title-left h2 {max-width: 100%;}
    .traing-disc-courses-area > .row {margin-top: 0;}
    .traing-disc-courses-area .traing-disc-courses-tagline {max-width: 100%;margin-bottom: 35px;}
    .traing-Disc-Courses-se-con .partner-logo-list {grid-template-columns: repeat(3, 2fr);gap: 20px 30px;margin-top: 40px;}
}
@media (max-width: 767px) {
    .traing-Disc-Courses-se-con .se-title-right {margin-bottom: 10px;}
    .traing-Disc-Courses-se-con .se-title-right p {text-align: left;}
}
@media (max-width: 575px) {
    .traing-Disc-Courses-se-con {padding-bottom: 0;}
    .traing-disc-courses-area .row .col-lg-8 .col-sm-5 {width: 45%;}
    .traing-disc-courses-area .row .col-lg-8 .col-sm-7 {width: 55%;}
    .traing-Disc-Courses-se-con .partner-logo-list {gap: 20px 20px;margin-top: 20px;}
}


/* ========================= VENUE LIST SLIDER SECTION CSS =========================== */
.news-events-se-con .se-title-col h2 {max-width: 650px;margin: auto;}
.venues-list-full figure {clip-path: path("M28.2467 77.5298C12.6465 77.5298 3.14012e-06 90.1521 2.95445e-06 105.723L3.96229e-07 317.625C1.77398e-07 335.976 14.9048 350.852 33.2907 350.852L391.209 350.852C409.595 350.852 424.5 335.976 424.5 317.625L424.5 33.2271C424.5 14.8763 409.595 4.88437e-06 391.209 4.66512e-06L105.925 1.26314e-06C90.3248 1.07711e-06 77.6783 12.6223 77.6783 28.1927L77.6783 44.3027C77.6783 62.6535 62.7736 77.5298 44.3876 77.5298L28.2467 77.5298Z");background-color: transparent !important;}
.venues-list-full figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(1, 33, 105, 0) 36.61%, #012169 107.12%);
}
.venues-list-full .venues-title {
    position: absolute;
    bottom: 40px;
    left: 40px;
    color: #fff;
    z-index: 1;
}
.venues-list-full .venues-title h6 {font-size: 40px;font-weight: 500;}
.venues-list-full .venues-title h6 a {color: #fff !important;}
.venues-list-full .venues-title p {color: #fff;font-size: 23px;margin-bottom: 0;}
.venues-list-full .venues-text-count {
    position: absolute !important;
    top: 5px;
    left: 5px;
    width: 65px !important;
    height: 65px;
    padding: 5px;
    background-color: #C8102E;
    border-radius: 50%; 
    align-items: center;
    justify-content: center;
    z-index: 1;
}
.venues-list-full .venues-text-count p {
    margin-bottom: 0 !important;
    color: #fff !important;
    font-size: 13px;
    text-align: center;
    line-height: inherit;
}
.venues-list-full .venues-text-count p span {font-weight: 300;font-size: 12px;display: block;}
.news-events-se-con .se-title-col h2 {font-weight: 500;color: #000;margin-bottom: 30px;}
.news-events-se-con .link-text {color: #012169;}
.news-events-se-con .link-text.link-text-icon::after {top: 2px;}

@media (max-width: 991px) {
    .news-events-se-con .se-title-col h2 {max-width: 100%;}
}


/* ========================= COURSES SLIDER SECTION CSS =========================== */
.courses-se-con {background-color: #012169;}
.courses-se-con .se-title-col h2 {font-family: "Manrope", sans-serif;font-weight: 400;color: #fff;max-width: 450px;}
.courses-se-con .se-title-col p {color: #fff;}
.courses-se-con .slick-arrow:before {color: #8A8A91;}
.courses-se-con .courses-list-slide .courses-list-col {background-color: #102E72;border: .75px solid #FFFFFF4A;border-radius: 30px;}
.courses-se-con .courses-list-slide .courses-list-col figure {border-radius: 30px;}
.courses-se-con .courses-list-slide .courses-list-full .courses-list-full-content {padding: 20px;}
.courses-se-con .courses-list-slide .courses-list-full h6 {color: #fff;}
.courses-se-con .courses-list-slide .courses-list-full p {color: #fff;opacity: .76;font-weight: 300;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.courses-se-con .courses-list-slide .courses-list-full .courses-date {color: #fff;opacity: .76;font-weight: 300;}
.courses-se-con .se-title .btn2 {font-family: "Inter", sans-serif;background-color: #C8102E;font-weight: 500;}

@media (max-width: 767px) {
    .courses-se-con .se-title-col h2 {max-width: 100%;}
}





