@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital@1&family=Nunito:ital,wght@0,400;1,400;1,500&display=swap');
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    scroll-behavior: smooth;
    font-family: "Nunito", sans-serif;
    background: white;
}
a{
    text-decoration: none;
}
.ofh{
    overflow: hidden;
}
.btn-primary{
    padding: 8px 20px;
    outline: none;
    text-decoration: none;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s;
    font-weight: 600;
    color: white;
    background-color: #5c47b5 !important;
    border: 1px solid #5c47b5 !important;
    border-radius: 10px;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
}
.header{
    padding: 10px 0;
}
.header.sticky{
    background: #fff;
    position: fixed;
    width: 100%;
    top: 0px;
    padding: 15px 0;
    transition: all 0.4s ease;
    box-shadow: 0px 1px 15px rgb(0 0 0 / 10%);
    z-index: 999;
  }
.header_nav_item{
    display: flex;
    column-gap: 12px;
    align-items: center;
}
.color_cst{
    color: #ff8e00;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.focus {
    background-color: #ff8e00 !important;
    border-color: #ff8e00 !important;
    color: #ffffff !important;
}
.header-title h1{
    font-family: 'Nunito', sans-serif;
    font-size: 32px ;
    font-weight: 400;
    line-height: 40px;
}
.animated-icon-bg{
    transform: rotate(180deg);
}
.animated-icon-cntr{
left: 49.4%;
}
.fa-angles-down{
    animation: up_down 1.5s linear infinite;
}
@keyframes up_down {
    0%{
        transform: translateY(0px);
    }
    
    50%{
        transform: translateY(5px);
    }
    100%{
        transform: translateY(0px);
    }
}
.hero_sec{
    margin-top: -2rem;
    background: url('https://qpe.co.in/assets/qlearn/hero_bg1.webp');
    background-position: center;
    background-size: cover;
    z-index: -1;
    padding: 27px 0;
}
.hero_title{
    color: white;
    font-size: 40px;
    letter-spacing: 0.8px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 64px;
}
.hero_para{
    color: white;
    max-width: 600px;
    font-size: 20px;
    font-weight: 600;
}

.form-group .form-control:focus, .form-group .form-control.active {
    border-color: #5c47b5;
    box-shadow: none;
}
.section{
    padding: 40px 0 30px;
}
.section_pad{
    padding: 20px 0;
}
.testemonial_card{
    height: 560px;
    /* height: auto; */
}

.slid_footer{
position: absolute;
top: 80%;
left: 66px;
}
.slid_footer2{
position: absolute;
top: 80%;
}
.slid_footer3{
left: 89px;
}
.slid_footer4{
left: 105px;
}
.slid_swati{
    left: 105px;
}
.slid_footer5{
left: 107px;
}
.testemonial_card img{
    border-radius: 50%;
}
.testemonial_footer{
    position: absolute;
    bottom: 3%;
    left: 32%;
}
.modules_right h4,.testemonial_title h4, h4{
    letter-spacing: 0.5px;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
}
.modules_card{
    transition: all 0.2s ease;
    text-align: center;
    height: 160px;
    background: white;
}
.modules_card h5{
    font-weight: 600;
    font-size: 17px;
    color: #000 !important;
}
.shadow{
    box-shadow: 0 0 3px rgb(0 0 0 / 15%) !important;
}
.modules_right .row{
    row-gap: 25px;
}
.modules_card img{
    width: 50%;
}
.modules_card:hover{
    transition: all 0.2s ease;
    transform: scale(1.05);
}
.fa-star{
    color: #ff8e00;
}
.swiper-slide{
    cursor: e-resize;
}
.section-tools .swiper, .section-tools_2 .swiper{
    padding: 10px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    border-radius: 2px;
    background: #ff8e00;
    border: 2px solid #ff8e00;
    transition: all 0.5s ease;
    opacity: 1;
    width: 10px;
    height: 10px;
}
.swiper-pagination-bullet.swiper-pagination-bullet-active{
    transform: rotate(45deg);
}
.que_ans{
    font-size: 35px;
    letter-spacing: 0.8px;
    font-weight: bold;
    font-family: sans-serif;
    line-height: 64px;
}
.tel_num{
    color:#ff8e00;
}
.que_ans_sec{
    background: url('https://qpe.co.in/assets/qlearn/hero_bg1.webp');
    background-position: center;
    background-size: cover;
    z-index: -1;
    padding: 27px 0;
}
.industry_img, .paper-plane_img{
    width: 40% !important;
}
.badge_img{
    width: 40% !important;
}
.alarm_img{
    width: 38% !important;
}
.adwords_img{
    width: 35% !important;
}
.rating_icon{
    display: flex;
    justify-content: center;
    column-gap: 0px;
}
.tools-card{
    width: 150px;
    display: inline-grid;
    align-items: center;
    padding: 9px;
    height: 107px;border-radius:10px;
    box-shadow: 0 0 10px #5c47b53b;
}

.oyo-img{
    width:75%;
    margin: auto;
}
 .swiper-pointer-events{
    padding: 49px 12px !important;
}
.section-tools{
    padding: 60px 0;
}
.section-tools_2{
    padding: 30px 0;
}
.admission_process{
    padding: 30px 0;
}
.admission_process_step{
    margin: 20px 0 40px;
}
.admission_process_title p,.instructors_header p{
    font-size: 18px;
    font-weight: 500;
}
.process_step_card{
    height: 240px;
    padding: 40px 12px;
    box-shadow: 0 2px 6px rgb(9 30 66 / 4%), 0 4px 9px rgb(9 30 66 / 8%);
    border-radius: 8px;
}
.admission_process_step .row{
    row-gap: 40px;
}
.strap_p{
padding: 3px 9px;
    border-radius: 10px;
    background: #ff8e00;
    color: white;
    font-weight: 600;
}
.strap_h{
font-weight: 600;
    font-size: 24px;
    margin: 8px 0 23px;
}
.instructors{
    padding: 20px 0 40px;
}
.instructor_card{
    height: 295px;
    padding: 30px 20px;
    text-align: center;
    box-shadow: 0 2px 6px rgb(9 30 66 / 4%), 0 4px 9px rgb(9 30 66 / 8%);
    border-radius: 8px;
}
.instructor_card h6{ 
margin: 24px 0;
font-size: 20px;
font-weight: 600;
}
.instructor_card_img{
    width: 80px;
    height: 80px;
    border-radius: 50%;
}
.instructors_header{
    margin-bottom: 40px;
}
.instructors_cards .row{
    row-gap: 40px;
}
@media only screen and (max-width: 1025px) {
    .testemonial_card{
        height: 100%;
    }
    .slid_footer, .slid_footer2{
        position: inherit;
    }
}
@media only screen and (max-width: 950px) {
    .custom_width{
        width: 100%;
    }
    .row-dir{
    flex-direction: column-reverse;
    }
    .row_gap{
        row-gap: 50px;
    }
    .testemonial_card{
        height: auto;
    }
    .mySwiper {
        padding-bottom: 50px !important;
    }
  }
@media only screen and (max-width: 830px) {
    .custom_width_sec{
        width: 100%;
        text-align: center;
    }
    .row_gap_2{
        row-gap: 0px;
    }
    .row_gap{
        row-gap: 50px;
    }
    .testemonial_card{
        height: auto;
    }
    .mySwiper {
        padding-bottom: 50px !important;
    }
    .header-title{
        padding: 20px 0;
    }
    .tel_num{
        display: flex;
        justify-content: center;
    }
    .que_ans{
        line-height: 50px;
    }
    .animated-icon-cntr {
        left: 49.0%;
    }
    .instructor_card{
        height: 354px;
    }
    .process_step_card{
        height: 295px; 
    }
  }
  @media  (max-width: 1280px) and (min-width: 994px){
    .modules_card {
       height: 170px;
    }
  }
  @media only screen and (max-width: 768px) {
    .row-dir{
        flex-direction: column-reverse;
    }
  }
  @media only screen and (max-width: 600px) {
    .instructor_card{
        height: auto;
    }
    .process_step_card{
        height: auto;
    }
    .modules_card{
        height: auto;
    }
    .modules_card img{
        width: 20% !important;
    }
    .hero_left{
        padding: 0 !important;
    }
    .d-hide{
        display: none;
    }
    .animated-icon-cntr {
        left: 48.0%;
    }
    .hero_title {
        color: white;
        font-size: 35px;
        letter-spacing: 0.8px;
        font-weight: bold;
        font-family: sans-serif;
        line-height: 51px;
        margin-bottom: 18px;
    }
    .header_nav_item{
      width: 45%;
    }
  }