@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-Light.woff2);
    font-weight: 300;
}
@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-Regular.woff2);
    font-weight: 400;
}
@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-Medium.woff2);
    font-weight: 500;
}
@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-SemiBold.woff2);
    font-weight: 600;
}
@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-Bold.woff2);
    font-weight: 700;
}
@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-ExtraBold.woff2);
    font-weight: 800;
}
@font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-Heavy.woff2);
    font-weight: 900;
}
/* @font-face {
    font-family: Girloy;
    src: url(../fonts/Gilroy-Black.woff2);
} */
*{
    font-family: 'Girloy', sans-serif;
}
h1,h2,h3,h4,h5,h6{
    line-height: 1.2;
    margin-bottom: 15px;
}
body{
    color: #333;
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
}
p{
    margin-bottom: 20px;
}
p:last-of-type{
    margin-bottom: 0;
}
header {
    padding: 7px 0;
    background-color: #fff;
    position: sticky;
    top: 0;
    z-index: 99;
}
header .navbar-brand{
    padding: 0;
}
header .navbar-brand img{
    height: 52px;
}
.action-btn{
    margin: 0;
    padding: 0;
    list-style: none;
}
.action-btn li:not(:last-child){
    margin-right: 15px;
}
.btn{
    font-weight: 600;
}
.btn.btn-lg{
    font-size: 16px;
}
.btn.btn-xl{
    font-size: 18px;
    line-height: 1.3;
    padding: 16px 25px;
    height: 56px;
    min-width: 250px;
}
.btn-green{
    color: #fff;
    background-color: #39AE41;
    border-color: #1F8F27;
}
.btn-green img{
    vertical-align: -3px;
    width: 18px;
    margin-right: 2px;
}
.btn-green:hover,
.btn-green:focus{
    color: #fff !important;
    background-color: #289d2f !important;
    border-color: #157b1b !important;
}
.btn-red{
    color: #fff;
    background-color: #EE0000;
    border-color: #EE0000;
}
.btn-red:hover,
.btn-red:focus{
    color: #fff !important;
    background-color: #d20101 !important;
    border-color: #d20101 !important;
}
.btn-outline-red{
    color: #EE0000;
    background-color: #fff;
    border-color: #EE0000;
}
.btn-outline-red:hover{
    color: #fff;
    background-color: #EE0000;
    border-color: #EE0000;
}

/* Hero Start */
.hero{
    background-color: #0F0A0A;
    padding: 60px 0 10px;
    position: relative;
    overflow: hidden;
}
.hero::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 350px;
    width: 100%;
    background-color: #fff;
}
.hero .caption-area{
    text-align: center;
    max-width: 800px;
    width: 100%;
    margin: 0 auto 60px;
}
.hero .caption-area h1{
    color: #fff;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.15;
    letter-spacing: -0.6px;
}
.hero .caption-area p{
    color: #fff;
    font-size: 24px;
    font-weight: 500;
}
.hero .caption-area .btn-wrap{
    margin-top: 45px;
}
.highlighter{
    display: inline-block;
    border-radius: 8px;
    background: #FFF2CC;
    color:#000;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.56px;
    text-transform: uppercase;
    padding: 9px 15px 6px;
    line-height: 1.2;
    margin-bottom: 20px;
}
.redcard-outer{
    position: relative;
}
.redcard-outer::before{
    content: '';
    position: absolute;
    left: 100%;
    bottom: 100%;
    width: 300px;
    height: 300px;
    background: url("../images/red-circle-texture.png") no-repeat center top/cover;
    transform: translate(-50%, 50%);
    z-index: 0;
}
.redcard-outer::after{
    content: '';
    position: absolute;
    right: 100%;
    top: 100%;
    width: 300px;
    height: 300px;
    background: url("../images/gray-circle-texture.png") no-repeat center top/cover;
    transform: translate(50%, -100%);
    z-index: 0;
}
.red-card{
    position: relative;
    padding: 30px 15px;
    border-radius: 30px;
    background: #A10101 url("../images/red-shape.png") no-repeat center top/cover;
    box-shadow: 0px 4px 90px 0px rgba(0, 0, 0, 0.10);
    z-index: 1;
}
.red-card .inner{
    max-width: 1150px;
    width: 100%;
    margin: auto;
}
.red-card .content-box{
    max-width: 500px;
    width: 100%;
}
.red-card .content-box .title{
    color: #fff;
    font-size: 56px;
    font-weight: 700;
    line-height: 1.1; 
    letter-spacing: -0.6px;
}
.red-card .content-box .subtitle{
    color: #fff;
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
.red-card .content-box p{
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    max-width: 450px;
    width: 100%;
}
.red-card .image-box{
    max-width: 500px;
    width: 100%;
}
/* About Start */
.heading{
    color: #000;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: -0.4px;
    margin-bottom: 25px;
}
.about{
    background-color: #fff;
    padding: 80px 0;
}
.about-area{
    max-width: 1070px;
    width: 100%;
    margin: 0 auto;
}
/* About End */

/* Course Start */

.our-courses{
    background-color: #F8F9FB;
    padding: 80px 0;
}
.course-area{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.course-tab{
    width: 300px;
    margin-right: 50px;
}
.course-tab .nav-link{
    background-color: #fff;
    padding: 10px 15px;
    width: 100%;
    border-left: 8px solid #E6E6E6;
    margin-bottom: 8px;
}
.course-tab .nav-link.active{
    background-color: #0F0A0A;
    border-left-color: #EF1212;
}
.course-tab .nav-link .title{
    color: #000;
    font-size: 36px;
    font-weight: 900;
}
.course-tab .nav-link.active .title{
    color: #fff;
}
.course-tab .nav-link span{
    color: #000;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
}
.course-tab .nav-link.active span{
    color: #fff;
}
.course-content{
    width: calc(100% - 350px);
}
.course-content h2{
    color: #000;
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 20px;
}
.course-content .title{
    color: #000;
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
.course-content p{
    font-size: 18px;
}
.checklist{
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 30px 0;
}
.checklist li{
    font-size: 18px;
    position: relative;
    width: calc(50% - 15px);
    margin-right: 30px;
    padding-left: 35px;
    margin-bottom: 20px;
}
.checklist li:nth-child(even){
    margin-right: 0;
}
.checklist li::before{
    content: '';
    position: absolute;
    left: 0;
    top: 2px;
    width: 24px;
    height: 24px;
    background: url("../images/check-gray-icon.svg") no-repeat center top/contain;
}
.checklist.single li{
    margin-right: 0;
    width: 100%;
}
.course-content .detail-area{
    border: 2px dashed #b1b1b1;
    border-radius: 10px;
    padding: 20px;
    min-height: 175px;
    background-color: #f2f2f2;
    margin-bottom: 15px;
}
.course-content .detail-area .title{
    font-size: 22px;
}
.course-content .detail-area p{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}


/* Course End */

/* Our Experts Start */
.our-experts{
    background-color: #fff;
    padding: 80px 0;
}
.teamSlider{
    margin: 40px -10px 0;
}
.teamSlider .item{
    padding: 0 10px;
    height: 100%;
}
.team-card{
    background-color:#F8F9FB;
    border: 1px solid #f2f2f2;
    padding: 25px 20px;
    margin-bottom: 10px;
    min-height: 575px;
    text-align: center;
    box-shadow: 0px 1px 2px 0px rgba(197, 198, 201, 0.32);
}
.team-card ul {
    font-size: 14px;
    list-style: none;
    margin: 0 0 15px;
    padding: 0;
}
.team-card ul li {
    padding: 10px 20px;
    line-height: 1.2;
    background: #fff;
    display: inline-block;
    border-radius: 40px;
    font-weight: 600;
    margin: 4px 2px;
    box-shadow: 0 0 10px rgb(0 0 0 / 2%);
}
.team-card .image-box{
    text-align: center;
    margin-bottom: 15px;
}
.team-card .image-box img{
    display: inline-block;
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
}
.team-card .content-box .title{
    color: #000;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 4px;
}
.team-card .content-box p{
    color: #000;
    font-size: 16px;
    font-weight: 500;
    word-break: break-word;
    margin: 0;
} 
.slick-arrow{
    font-size: 0;
    width: 48px;
    height: 48px;
    background: url(../images/arrow-icon.svg) no-repeat center/48px 48px;
    border-radius: 50%;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.10));
    z-index: 10;
    transform: translateY(-50%) translateX(10px);
}
.slick-arrow:hover,
.slick-arrow:focus{
    background: url(../images/arrow-icon.svg) no-repeat center/48px 48px;
}
 .slick-next {
    transform: scaleX(-1) translateY(-50%) translateX(10px);
}
.slick-arrow::before, .teamSlider .slick-arrow::after {
    content: '';
}
.slick-dots{
    bottom: -50px;
}
.slick-dots li{
    width: 16px;
    height: 16px;
    margin: 0 3px;
}
.slick-dots li button{
    width: 16px;
    height: 16px;
    padding: 4px;
}
.slick-dots li button:hover::before,
.slick-dots li button:focus::before{
    color: #EF1212 !important;
}
.slick-dots li button:before{
    font-size: 10px;
}
.slick-dots li.slick-active button:before{
    color: #EF1212;
}

/* Our Experts End */

/* Certification Start */

.certification{
    background-color: #F8F9FB;
    padding: 80px 0;
}
.certificateSlider{
    margin: 40px 0 0;
}
.certificateSlider .item{
    padding: 0 10px;
}
.certi-card{
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #F2F2F2;
    background-color: #fff;
    box-shadow: 0px 1px 2px 0px rgba(197, 198, 201, 0.32);
}

/* Certification End */

.alumni{
    background-color: #fff;
    padding: 80px 0
}
.head-sec{
    margin-bottom: 40px;
}
.head-sec .heading{
    margin-bottom: 0;
}
.head-sec .btn{
    min-width: 120px;
    text-transform: uppercase
}
.sparate{
    margin: 20px 0;
    border-bottom: 1px solid #E7EBF0;
}
.traning-videos a{
    text-decoration: none;
}
.video-card{
    margin-bottom: 15px;
}
.video-card .image-box img{
    border-radius: 3px;
}
.video-card .title{
    color: #000;
    padding: 20px 0 10px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.18px;
}

/* Faqs Start */

.faq{
    padding-top: 30px;
}
.accordion{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 0px 60px; 
}
.accordion .accordion-item{
    break-inside: avoid;
    border: 0;
    border-bottom: 1px solid #E7EBF0;
}
.accordion-button::after{
    display: none;
}
.accordion-button{
    color: #000;
    font-size: 20px;
    font-weight: 600;
    padding-left: 0;
    padding-right: 0;
    border: 0;
    outline: 0 !important;
    box-shadow: none !important;
    position: relative;
}
.accordion-button span{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}
.accordion-button span::before,
.accordion-button span::after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 3px;
    width: 100%;
    background-color: #000;
    margin: auto;
}
.accordion-button span::after{
    transform: rotate(90deg);
    display: none;
}
.accordion-button:not(.collapsed){
    color: #000;
    background-color: #fff;
    border: 0;
}
.accordion-button:not(.collapsed) span::after{
    display: block;
}
/* Faqs End */

/* Enquiry Start */

.enquiry-sec{
    background-color: rgba(235, 241, 255, 0.6);
    padding: 80px 0 40px; 
}
.form .head-part .title{
    color: #000;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.24px;
}
.form .head-part .highlighter{
    margin-bottom: 12px;
}
.form .head-part p{
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 20px;
}
.form-area label{
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}
.form-control{
    height: 48px;
    border-radius: 8px;
    border: 1px solid #E7EBF0;
    background-color: #FFF;
    box-shadow: none !important;
}
.form-group{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.enquiry-cta{
    background-color: #F3F7FF;
    text-align: center;
    line-height: 1.3;
    border-width: 2px;
    border-style: dashed;
    border-color: #E00;
    max-width: 420px;
    width: 100%;
    padding: 15px;
    margin: 0 auto 15px;
    border-radius: 10px;
}
.enquiry-cta .title{
    color: #000;
    font-size: 28px;
    font-weight: 700;
}
.enquiry-cta .action{
    color: #E00;
    font-size: 40px;
    font-weight: 700;
}
.enquiry-cta .action a{
    color: #E00;
    text-decoration: none;
}
.enquiry-sec .image-box{
    text-align: center;
    max-width: 450px;
    margin: auto;
    width: 100%;
}
.captcha{
    max-width: 240px;
    width: 100%;
}
.captcha .input-group-text{
    background: transparent;
    border: 0;
    color: #000;
    font-style: oblique;
    width: 100px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    display: flex;
    justify-content: center;
}
/* Enquiry End */

/* Footer Start */

footer{
    background-color: #000;
    padding: 10px 0;
}
.copyrights{
    color: #fff;
    font-size: 16px;
}
.social-links ul {
    margin: 10px 0;
    padding: 0;
    list-style: none;
}
.social-links ul li:not(:last-child){
    margin-right: 10px;
}
/* Footer End */
@media (max-width:1521px){
    .hero .caption-area h1{
        font-size: 48px;
    }
    .hero .caption-area p{
        font-size: 22px;
    }
    .red-card .content-box .title {
        font-size: 48px;
    }
    .red-card .content-box .subtitle{
        font-size: 24px;
        margin-bottom: 20px;
    }
    .course-tab .nav-link .title{
        font-size: 32px;
    }
    .social-links ul li a img{
        max-width: 28px;
        height: 28px;
    }
    .enquiry-cta{
        max-width: 600px;
    }
}

@media (max-width:1199px){
    .hero .caption-area {
        max-width: 700px;
        margin: 0 auto 40px;
    }
    .hero .caption-area h1 {
        font-size: 42px;
    }
    .hero .caption-area p {
        font-size: 20px;
    }
    .hero .caption-area .btn-wrap {
        margin-top: 35px;
    }
    .red-card .image-box {
        max-width: 320px;
        margin: auto;
    }
    .red-card {
        padding: 30px 35px;
    }
    .red-card .content-box .title {
        font-size: 40px;
    }
    .red-card .content-box {
        max-width: 380px;
        margin: auto;
    }
    .red-card .content-box .subtitle {
        font-size: 20px;
    }
    .red-card .content-box p{
        font-size: 16px;
    }
    .about {
        padding: 50px 0;
    }
    .heading{
        font-size: 36px;
    }
    body{
        font-size: 16px;
    }
    .course-tab .nav-link span{
        font-size: 16px;
    }
    .course-tab {
        width: 250px;
        margin-right: 30px;
    }
    .course-content {
        width: calc(100% - 280px);
    }
    .course-content h2{
        font-size: 32px;
    }
    .course-content .title{
        font-size: 26px;
    }
    .course-content .detail-area .title {
        font-size: 20px;
    }
    .course-content .detail-area p {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .our-courses {
        padding: 50px 0;
    }
    .our-experts {
        padding: 50px 0;
    }
    .slick-dots {
        bottom: -40px;
    }
    .certification {
        padding: 50px 0;
    }
    .alumni {
        padding: 50px 0;
    }
    .video-card .title{
        font-size: 16px;
    }
    .faq {
        padding-top: 20px;
    }
    .accordion-button{
        font-size: 18px;
    }
    .enquiry-sec {
        padding: 50px 0 40px;
    }
    .enquiry-cta .title {
        font-size: 24px;
    }
    .enquiry-cta .action {
        font-size: 32px;
    }
    .enquiry-cta {
        max-width: 480px;
        padding: 20px 15px;
    }
    .enquiry-sec .image-box {
        max-width: 450px;
        width: 100%;
        margin: auto;
    }
    .copyrights {
        font-size: 14px;
    }
}
@media (max-width:991px){
    .highlighter {
        border-radius: 6px;
        font-size: 12px;
        padding: 7px 15px 6px;
    }
    .btn.btn-xl {
        font-size: 16px;
        padding: 15px 25px;
        height: 52px;
        min-width: 210px;
    }
    .red-card .content-box .title {
        font-size: 36px;
    }
    .red-card .content-box .subtitle {
        font-size: 18px;
    }
    .course-area{
        flex-wrap: wrap;
    }
    .course-tab{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .course-tab .nav{
        flex-direction: row !important;
    }
    .course-tab .nav-link .title {
        font-size: 24px;
    }
    .course-tab .nav-link span{
        display: none;
    }
    .course-tab .nav-link {
        background-color: #fff;
        padding: 10px 12px;
        text-align: center;
        border: 1px solid #E6E6E6;
        border-bottom: 5px solid #E6E6E6;
        flex: 1 1 20%;
    }
    .course-tab .nav-link.active{
        border-color: #0F0A0A;
        border-bottom-color: #EF1212;
    }
    .course-content{
        width: 100%;
    }
    .accordion {
        display: block;
        grid-template-columns: auto;
    }
    .team-card ul{
        font-size: 13px;
    }
}
@media (max-width:767px){
    .team-card .image-box img{
        height: 100px;
        max-width: 100px;
        object-fit: contain;
    }
    .team-card{
        min-height: 480px;
    }
    .team-card .content-box .title{
        font-size: 18px;
    }
    .team-card .content-box p{
        font-size: 14px;
    }
    .hero .caption-area h1 {
        font-size: 32px;
    }
    .hero .caption-area p {
        font-size: 18px;
    }
    .hero .caption-area .btn-wrap {
        margin-top: 25px;
    }
    .red-card .content-box {
        max-width: 380px;
        text-align: center;
        margin: 0 auto 30px;
    }
    .red-card .content-box .title {
        font-size: 28px;
    }
    .red-card .image-box {
        max-width: 280px;
    }
    .about {
        padding: 40px 0;
    }
    .heading {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .course-tab .nav-link .title {
        font-size: 18px;
    }
    .course-content .title {
        font-size: 22px;
    }
    .course-content p {
        font-size: 16px;
    }
    .checklist li{
        font-size: 16px;
        margin-bottom: 15px;
    }
    .checklist li::before {
        top: 1px;
        width: 20px;
        height: 20px;
    }
    .checklist {
        margin: 20px 0 10px;
    }
    .course-content .detail-area .title {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .detail-area{
        margin-bottom: 15px;
    }
    .teamSlider {
        margin: 25px -10px 0;
    }
    .certificateSlider{
        margin: 25px 0 0;
    }
    .video-card .title {
        font-size: 14px;
        padding: 10px 0;
    }
    .accordion-button {
        font-size: 15px; 
        padding: 10px 0 10px 25px;
    }
    .accordion-button span{
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
    }
    .accordion-body {
        font-size: 14px;
        padding: 3px 25px 10px;
    }
    .checklist{
        display: block;
    }
    .checklist li{
        margin-right: 0 !important;
        width: 100%;
    }
    .form{
        margin-bottom: 30px;
    }
    .enquiry-cta .title {
        font-size: 18px;
    }
    .enquiry-cta .action {
        font-size: 22px;
    }
    .copyrights{
        text-align: center;
    }
    .social-links ul{
        justify-content: center !important;
    }
    .social-links ul li a img {
        max-width: 24px;
        height: 24px;
    }
    .enquiry-sec {
        padding: 40px 0 20px;
    }
    .alumni {
        padding: 40px 0;
    }
    .certification,
    .our-experts,
    .our-courses {
        padding: 40px 0;
    }
    .head-sec{
        flex-wrap: wrap;
        justify-content: center !important;
        text-align: center;
        margin-bottom: 30px;
    }
    .head-sec .heading {
        margin-bottom: 15px;
    }
    .head-sec .btn {
        min-width: 110px;
    }
    .btn.btn-lg {
        font-size: 14px;
    }
    .hero {
        padding: 40px 0 10px;
    }
    .hero .caption-area {
        margin: 0 auto 30px;
    }
    .action-btn li:not(:last-child){
        position: fixed;
        left: 10px;
        bottom: 35px;
        width: 64px;
        height: 64px;
        border-radius: 50%;
    }
    .action-btn li .btn-green{
        font-size: 0;
        height: 60px;
        width: 60px;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 5px;
    }
    .action-btn li .btn-green img{
        width: 36px;
        margin-right: 0;
    }
    header .navbar-brand img {
        height: 40px;
    }
    header .container{
        padding: 0;
    }
    .accordion-button span{
        width: 16px;
        height: 16px;
    }
    .course-tab {
        margin-bottom: 10px;
    }
    .red-card {
        padding: 20px 20px;
    }
}
@media (max-width:480px){
    .team-card {
        min-height: 530px;
    }
    .course-tab .nav-link{
        padding: 8px 6px;
    }
    .course-tab .nav-link .title {
        font-size: 15px;
        font-weight: 700;
    }
}