/* ================= banner sec ================= */
.banner_sec {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.banner_sec .sec_content {
    position: relative;
    width: 1320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.banner_sec .sec_content .head_sec {
    position: relative;
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.banner_sec .sec_content .head_sec h1 {
    color: #292929;
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1px;
}
.banner_sec .sec_content .head_sec p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #292929 !important;
    margin: 0;
}

.banner_sec .sec_content .sec_items {
    position: relative;
    margin-top: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.banner_sec .sec_content .sec_items .video_sec {
    position: relative;
    width: 1000px;
    height: 570px;
    border: 5px solid #3A4775;
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.1);
}
.banner_sec .sec_content .sec_items .video_sec iframe {
    position: relative;
    width: 100%;
    height: 100%;
}
.banner_sec .sec_content .sec_items p {
    margin-top: 40px;
    margin-bottom: 0;
}

/* ================== Responsive Start ================== */

@media (max-width: 1440px) {
    .banner_sec {
        padding: 60px 70px;
    }
    .banner_sec .sec_content {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .banner_sec .sec_content .head_sec {
        width: 100%;
    }
    .banner_sec .sec_content .sec_items .video_sec {
        width: 678px;
        height: 387px;
    }
}

@media (max-width: 991px) {
    .banner_sec {
        padding: 50px;
    }
}

@media (max-width: 768px) {
    .banner_sec .sec_content .sec_items .video_sec {
        width: 430px;
        height: 246px;
    }
}

@media (max-width: 575px) {
    .banner_sec {
        padding: 50px 35px;
    }
    .banner_sec .sec_content .head_sec h1 {
        font-size: 45px;
        line-height: 50px;
    }
}

@media (max-width: 450px) {
    .banner_sec {
        padding: 50px 25px;
    }
    .banner_sec .sec_content .head_sec h1 {
        font-size: 32px;
        line-height: 39px;
    }
    .banner_sec .sec_content .head_sec p {
        font-size: 19px;
        line-height: 27px;
    }
    .banner_sec .sec_content .sec_items .video_sec {
        width: 310px;
        height: 178px;
    }
}

/* ================== Responsive End ================== */


/* ================= self guided sec ================= */
.self_guided_sec {
    position: relative;
    width: 100%;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    padding: 80px 0;
}
.self_guided_sec .sec_content {
    position: relative;
    width: 1320px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.self_guided_sec .sec_content .head_sec {
    position: relative;
    width: 900px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.self_guided_sec .sec_content .head_sec h2 {
    color: #292929;
    font-size: 50px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: -1px;
}
.self_guided_sec .sec_content .head_sec p {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #292929 !important;
    margin: 0;
}

.self_guided_sec .sec_content .sec_items {
    position: relative;
    margin-top: 50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.self_guided_sec .sec_content .sec_items .item_left {
    position: relative;
    width: 58%;
    display: flex;
    flex-direction: column;
}

.self_guided_sec .sec_content .sec_items .item_right {
    position: relative;
    width: 42%;
    padding-left: 50px;
    display: flex;
}
.self_guided_sec .sec_content .sec_items .item_right img {
    position: relative;
    width: 100%;
    height: auto;
}

/* ================== Responsive Start ================== */

@media (max-width: 1440px) {
    .self_guided_sec {
        padding: 60px 70px;
    }
    .self_guided_sec .sec_content {
        width: 100%;
    }
}

@media (max-width: 1199px) {
    .self_guided_sec .sec_content .head_sec {
        width: 100%;
    }
    .self_guided_sec .sec_content .sec_items .item_left {
        width: 100%;
    }
    
    .self_guided_sec .sec_content .sec_items .item_right {
        width: 100%;
        padding-left: 0;
        justify-content: center;
        margin-top: 35px;
    }
    .self_guided_sec .sec_content .sec_items .item_right img {
        width: 400px;
    }
}

@media (max-width: 991px) {
    .self_guided_sec {
        padding: 50px;
    }
}

@media (max-width: 575px) {
    .self_guided_sec {
        padding: 50px 35px;
    }
    .self_guided_sec .sec_content .head_sec h2 {
        font-size: 45px;
        line-height: 50px;
    }
    .self_guided_sec .sec_content .sec_items .item_right img {
        width: 350px;
    }
}

@media (max-width: 450px) {
    .self_guided_sec {
        padding: 50px 25px;
    }
    .self_guided_sec .sec_content .head_sec h2 {
        font-size: 32px;
        line-height: 39px;
    }
    .self_guided_sec .sec_content .head_sec p {
        font-size: 19px;
        line-height: 27px;
    }
    .self_guided_sec .sec_content .sec_items .item_right img {
        width: 300px;
    }
}

/* ================== Responsive End ================== */



/* ================= download sec ================= */
.download_sec {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    padding: 50px 70px;
}

.download_sec .sec_content {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.download_sec .sec_content .heading_sec {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    text-align: center;
}
.download_sec .sec_content .heading_sec p {
    font-weight: 600;
}

.download_sec .sec_content .sec_items {
    position: relative;
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.download_sec .sec_content .sec_items li {
    position: relative;
    list-style: none;
    margin: 0 25px;
    display: flex;
}
.download_sec .sec_content .sec_items li a {
    position: relative;
    text-decoration: none;
    width: 175px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.download_sec .sec_content .sec_items li a img {
    position: relative;
    width: 100px;
    height: auto;
}
.download_sec .sec_content .sec_items li a p {
    position: relative;
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    color: #555;
}

/* ================== Responsive Start ================== */

@media (max-width: 991px) {
    .download_sec {
        padding: 50px;
    }

    .download_sec .sec_content .sec_items li a {
        width: 125px;
    }
    .download_sec .sec_content .sec_items li a img {
        width: 75px;
    }
}

@media (max-width: 768px) {
    .download_sec .sec_content .sec_items {
        margin-top: 10px;
    }
    .download_sec .sec_content .sec_items li {
        width: 50%;
        align-items: center;
        justify-content: center;
        margin: 0;
        padding: 30px;
    }
    .download_sec .sec_content .sec_items li a {
        width: 150px;
    }
    .download_sec .sec_content .sec_items li a img {
        width: 85px;
    }
}

@media (max-width: 575px) {
    .download_sec {
        padding: 50px 35px;
    }
} 

@media (max-width: 450px) {
    .download_sec {
        padding: 50px 25px;
    }
    .download_sec .sec_content .sec_items li {
        padding: 20px 0;
    }
    .download_sec .sec_content .sec_items li a img {
        width: 70px;
    }
} 

/* ================== Responsive End ================== */


/* ================ recognised section =============== */

.recognised_section {
    position: relative;
    width: 100%;
    padding: 60px 0;
    background: #3A4775;
    display: flex;
    justify-content: center;
 }
 
 .recognised_section .sec-content {
    position: relative;
    width: 1320px;
 }
 
 .recognised_section .sec-content .content-inner {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
 }
 
 .recognised_section .sec-content .content-inner .head_sec {
    text-align: center;
 }
 .recognised_section .sec-content .content-inner .head_sec h6 {
    letter-spacing: -0.33px;
    color: #FFF;
 }
 
 .recognised_section .sec-content .content-inner .brand_sec {
    position: relative;
    width: 100%;
    margin-top: 25px;
    display: flex;
    flex-wrap: wrap;
 }
 
 .recognised_section .sec-content .content-inner .brand_sec .brand_box {
    position: relative;
    width: 16.66%;
    padding: 0px 25px;
 }
 
 .recognised_section .sec-content .content-inner .brand_sec .brand_box img {
    position: relative;
    width: 100%;
 }
 
 
 /* ================== Responsive Start ================== */
 
 @media (max-width: 1440px) {
    .recognised_section .sec-content {
       width: 100%;
       padding: 0px 60px;
    }
 }
 
 @media (max-width: 1150px) {
    .recognised_section .sec-content .content-inner .brand_sec .brand_box {
       padding: 0px 15px;
    }
 }
 
 @media (max-width: 991px) {
    .recognised_section {
       padding: 70px 0;
    }
 
    .recognised_section .sec-content .content-inner .brand_sec .brand_box {
       width: 33.33%;
       padding: 20px 25px;
    }
 }
 
 @media (max-width: 768px) {
    .recognised_section .sec-content .content-inner .brand_sec {
       margin-top: 20px;
    }
 
    .recognised_section .sec-content .content-inner .brand_sec .brand_box {
       padding: 15px;
    }
 }
 
 @media (max-width: 575px) {
    .recognised_section {
       padding: 60px 0;
    }
 
    .recognised_section .sec-content {
       padding: 0px 35px;
    }
 
    .recognised_section .sec-content .content-inner .brand_sec {
       margin-top: 20px;
    }
 
    .recognised_section .sec-content .content-inner .brand_sec .brand_box {
       width: 50%;
       padding: 15px 20px;
    }
 }
 
 @media (max-width: 450px) {
    .recognised_section {
       padding: 50px 0;
    }
 
    .recognised_section .sec-content {
       width: 100%;
       padding: 0px 25px;
    }
 
    .recognised_section .sec-content .content-inner .brand_sec .brand_box {
       padding: 15px;
    }
 }
 
/* ================== Responsive End ================== */

/* ================== footer top section ================== */
 .footer-top-section .leftSec {
    display: flex;
    flex-direction: column;
    justify-content: center;
 }