@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');


body {
    box-sizing: border-box;
    font-size: 16px;
    padding: 0;
    margin: 0;
    font-weight: 400;
    line-height: 24px;
    overflow-x: hidden;
    /*    font-family: 'Poppins', sans-serif;*/
    font-family: "Roboto", sans-serif;



}

p,
a,
li,
span,
strong,
b {

    /*    font-family: 'Poppins', sans-serif;*/
    font-family: "Roboto", sans-serif;

}


h1,
h2,
h4,
h5,
h6 {

    /*    font-family: 'Poppins', sans-serif;*/
    font-family: "Roboto", sans-serif;
    margin: 0;
}

b,
strong {
    font-weight: 600;
}

/*----------- same section css ------*/
.container {
    max-width: 1600px;
    width: 90%;
}

.container-fluid {
    padding: 0;
}

.pa_t_1 {
    padding-top: 10px;
}

.pa_t_2 {
    padding-top: 20px;
}

.pa_t_3 {
    padding-top: 30px;
}

.pa_t_4 {
    padding-top: 40px;
}

.pa_t_5 {
    padding-top: 50px;
}

.pa_t_6 {
    padding-top: 60px;
}

.pa_t_7 {
    padding-top: 70px;
}

.pa_t_8 {
    padding-top: 80px;
}

.pa_t_9 {
    padding-top: 90px;
}

.pa_t_10 {
    padding-top: 100px;
}

.pa_b_1 {
    padding-bottom: 10px;
}

.pa_b_2 {
    padding-bottom: 20px;
}

.pa_b_3 {
    padding-bottom: 30px;
}

.pa_b_4 {
    padding-bottom: 40px;

}

.pa_b_5 {
    padding-bottom: 50px;

}

.pa_b_6 {
    padding-bottom: 60px;

}

.pa_b_7 {
    padding-bottom: 70px;

}

.pa_b_8 {
    padding-bottom: 80px;

}

.pa_b_9 {
    padding-bottom: 90px;

}

.pa_b_10 {
    padding-bottom: 100px;

}

.po_r {
    position: relative;
}

.pa_l_1 {
    padding-left: 10px;
}

.pa_l_2 {
    padding-left: 20px;
}

.pa_l_3 {
    padding-left: 30px;
}

.pa_l_4 {
    padding-left: 40px;
}

.pa_l_5 {
    padding-left: 50px;
}

.pa_l_6 {
    padding-left: 60px;
}

.pa_l_7 {
    padding-left: 70px;
}

.pa_l_8 {
    padding-left: 80px;
}

/*------------------------*/


.pa_r_1 {
    padding-right: 10px;
}

.pa_r_2 {
    padding-right: 20px;
}

.pa_r_3 {
    padding-right: 30px;
}

.pa_r_4 {
    padding-right: 40px;
}

.pa_r_5 {
    padding-right: 50px;
}

.pa_r_6 {
    padding-right: 60px;
}

.pa_r_7 {
    padding-right: 70px;
}

.pa_r_8 {
    padding-right: 80px;
}


/*--------------------*/

.mb-6 {
    margin-bottom: 60px;
}

.mb-7 {
    margin-bottom: 70px;
}

.mb-8 {
    margin-bottom: 80px;
}

.mb-9 {
    margin-bottom: 90px;
}

.mb-10 {
    margin-bottom: 100px;
}

.dark_blue {
    color: #15283D;
}

.dark_charleston {
    color: #282828
}

.col_gap {
    column-gap: 5px
}

.col_gap_1 {
    column-gap: 10px
}

.col_gap_2 {
    column-gap: 15px
}

.col_gap_3 {
    column-gap: 20px
}

.col_gap_4 {
    column-gap: 30px
}

.row_gap {
    row-gap: 5px
}

.row_gap_1 {
    row-gap: 10px
}

.row_gap_2 {
    row-gap: 15px
}

.row_gap_3 {
    row-gap: 20px
}

.row_gap_4 {
    row-gap: 40px
}

ul {
    padding: 0;
    margin: 0;
}

button.prev,
button.next {
    background: transparent !important;
    padding: 0;
    width: auto;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 10;
    border: 0;
}

.slider_hidden {
    margin: auto;
    overflow: hidden;
    margin: auto;
}

section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/*----------- same section css --end----*/

/*----------button--------------*/


a.btn_b {
    width: 119px;
    height: 119px;
    border: 1px solid #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: transparent;
    border-color: #000;
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
    flex-direction: column;
    transition: all ease-in-out 0.3s;
}

a.btn_b:hover {
    background: #F88A0D;
    border-color: #F88A0D;
}

/*----------button---end-----------*/
a.white {
    background: #fff;
}

a.gray {
    background: #6B6C6C;
}

a.mercury {
    background: #E4E4E4;
}

a.gin {
    background: #FAEDCB;
}

a.copper_penny {
    background: #A97575;
}

a.yellow {
    background: #F5DE0F;
}

a.red {
    background: #F88A0D;
}

/*------------------heading---------------*/

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

h2 {
    font-size: 27px;
    line-height: 32px;
    font-weight: 600;
    color: #282828;
}

h3 {
    font-size: 26px;
    font-weight: 400;
}

h4 {
    font-size: 24px;
    line-height: 34px;

}

.light li,
.light p,
.light a,
.light h3,
.light h4,
.light h2,
.light h1 {
    color: #fff;
}

.row {
    display: flex;
}

.alien_row {
    align-items: center;
    flex-wrap: wrap;
}

/*------------------heading-----end----------*/

/*-------  Training course sec  ----*/
.training_course_sec .icon_box h3 {
    font-size: 16px;
    line-height: normal;
    margin: 0;
    font-weight: 400;
    column-gap: 5px;
}

.training_course_sec .icon_box {
    column-gap: 10px;
}

.icon_box h3 b {
    font-size: 30px;
}

.training_course_sec .grid--cont p {
    max-width: 900px;
    color: #65C0FF;
    margin: 30px auto 0;
    font-size: 20px;
}

.icon img {
    height: 55px;
    width: auto;
}

.training_course_sec::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 250px;
    width: 400px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left;
    background-image: url(../images/all-image/left_Vector.png);
    transform: translateY(-50%);
    z-index: -1;
}

.training_course_sec::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    height: 170px;
    width: 390px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    background-image: url(../images/all-image/left_Vector.png);
    transform: translateY(-50%);
    z-index: -1;
}

.training_course_sec {
    position: relative;
    z-index: 1;
}

/*-------  End Training course sec  ----*/


/*-------  video sec  ----*/

.o-video {
    width: 100%;
    height: 0;
    position: relative;
    padding-top: 56.25%;
    border-radius: 10px;
    overflow: hidden;
}

.o-video > iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 0;
}

.youtub_video_slider.slider {
    position: relative;
    margin: auto;
}

.slides {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    flex: 0 0 calc(100% / 3);
    padding: 5px;
}

.slide img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.youtub_video_slider button img {
    height: 70px;
}

.youtub_video_slider button.prev {
    left: -32px;
}

.youtub_video_slider button.next {
    right: -32px;
}

/*-------  end video sec  ----*/


/******** section 8 slide code *******/
.slider_logo.slider8 {
    position: relative;
    margin: auto;
}

.slides8 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide8 {
    flex: 0 0 calc(100%);
    padding: 5px;
}

.slide8 img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.slider_logo button img {
    height: 70px;
}

.slider_logo button.prev {
    left: -32px;
}

.slider_logo button.next {
    right: -32px;
}

.all_logo_box .all_logo ul li img {
    width: auto;
    height: auto;
}

/******** section 8 slide code *******/

/******** section 9 slide code *******/
.slider_testimonials.slider9 {
    position: relative;
    margin: auto;
}

.slides9 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide9 {
    flex: 0 0 calc(100% / 3);
    padding: 5px;
}

.slide9 img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.slider_testimonials button img {
    height: 70px;
}

.slider_testimonials button.prev {
    left: -32px;
}

.slider_testimonials button.next {
    right: -32px;
}

/*.all_logo_box .all_logo ul li img {
    width: auto;
    height: auto;
}*/
/******** section 9 slide code *******/

/******** section 10 slide code *******/
.recent_placements_slider.slider10 {
    position: relative;
    margin: auto;
}

.slides10 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide10 {
    flex: 0 0 calc(100% / 4);
    padding: 5px;
}

.slide10 img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.recent_placements_slider button img {
    height: 70px;
}

.recent_placements_slider button.prev {
    left: -32px;
}

.recent_placements_slider button.next {
    right: -32px;
}

/*.all_logo_box .all_logo ul li img {
    width: auto;
    height: auto;
}*/
/******** section 10 slide code *******/

/******** section 11 slide code *******/
.classroom_training_slider.slider11 {
    position: relative;
    margin: auto;
}

.slides11 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide11 {
    flex: 0 0 calc(100% / 3);
    padding: 5px;
}

.slide11 img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.classroom_training_slider button img {
    height: 70px;
}

.classroom_training_slider button.prev {
    left: -32px;
}

.classroom_training_slider button.next {
    right: -32px;
}

/*.all_logo_box .all_logo ul li img {
    width: auto;
    height: auto;
}*/
/******** section 11 slide code *******/

/******** section 17 slide code *******/
.slider_logo.slider17 {
    position: relative;
    margin: auto;
}

.slides17 {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide17 {
    flex: 0 0 calc(100%);
    padding: 5px;
}

.slide17 img {
    width: 100%;
    display: block;
    border-radius: 8px;
}

.our_instructors_slider button img {
    height: 90px;
}

.our_instructors_slider button.prev {
    left: -32px;
}

.our_instructors_slider button.next {
    right: -32px;
}

/*.all_logo_box .all_logo ul li img {
    width: auto;
    height: auto;
}*/
/******** section 17 slide code *******/


/*-------  end video sec  ----*/
.skills_covered_sec .skills_covered li a,
.skills_covered_sec .skills_covered li {
    border: 2px solid #f99d1b;
    padding: 13px 30px;
    box-sizing: border-box;
    border-radius: 6px;
    transition: all ease-in-out 0.4s;
}

.skills_covered_sec .skills_covered li a img,
.skills_covered_sec .skills_covered li img {
    height: 12px;
}

.skills_covered_sec .skills_covered li a:hover,
.skills_covered_sec .skills_covered li a:active,
.skills_covered_sec .skills_covered li:hover,
.skills_covered_sec .skills_covered li:active {
    border: 2px solid #013F69;
    background: #0462A2;
    color: #fff;
}

.skills_covered_sec .skills_covered li a:hover span img,
.skills_covered_sec .skills_covered li a:active span img,
.skills_covered_sec .skills_covered li:hover span img,
.skills_covered_sec .skills_covered li:active span img {
    filter: brightness(0) invert(1);
}

/*-------  end video sec  ----*/


/*---------------------- Skills covered in AWS Training----------------------*/
.land_your_dream .header_col h2 {
    font-size: 27px;
    margin-bottom: 0;
}

.attend_our {
    margin-top: -10px;
}

.land_your_dream {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 0;
    z-index: 11;
    height: 150px;
    display: flex;
    align-items: center;

}

/*
.land_your_dream .img_v img {
    height: 162px;
}
*/
.skills_covered_training {
    margin-top: -21px;
}

.skills_covered_training .your_dream_list li {
    width: calc(50% - 7px);
}

.skills_covered_training .traning_img img {
    width: 100%;
}

.skills_covered_training .traning_img {
    padding-left: 20px;
}

.skills_covered_training .your_dream_list li a img,
.skills_covered_training .your_dream_list li img {
    width: 35px;
}

.skills_covered_training .your_dream_list li a:hover,
.skills_covered_training .your_dream_list li:hover {
    color: #0462a2;
}

.skills_covered_training .your_dream_list li a,
.skills_covered_training .your_dream_list li {
    font-size: 16px;
    flex-wrap: nowrap !important;
}

.skills_covered_training ul.your_dream_list {
    column-gap: 10px;
}

.all_logo_box .all_logo ul li img {
    object-fit: contain;
}

.all_logo_box .all_logo ul li {
    width: 16.5%;
    text-align: center;
    height: 120px;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.all_logo .testi_box {
    padding: 60px;
}


/*---------------------- end Skills covered in AWS Training----------------------*/


/*---------------------- testimonials ----------------------*/
.all_logo .testi_box .testi_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0 25px;
}

.all_logo .testi_box .testi_head .left_head {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    column-gap: 16px;
}

.all_logo .testi_box .testi_head .right_testi_icon {
    margin-right: -40px;
}

.testi_head .right_cont h3 {
    font-size: 16px;
    font-weight: 600;
    color: #282828;
    line-height: 22px;
    margin: 0;
}

.testi_head .right_cont h4 {
    font-size: 14px;
    line-height: 20px;
    margin: 7px 0 7px;
    font-weight: 400;
    color: #282828;
}

.testi_head .left_img img {
    height: 80px;
}

.all_logo .testi_box .testi_head .right_testi_icon img {
    height: 50px;
}

/*---------------------- end testimonials ----------------------*/

/*---------------------- start recent_placements ----------------------*/
.recent_placements .placements_box {
    background: #F8FCFF;
    border-radius: 20px;
    text-align: center;
    padding: 35px 25px;
    position: relative;
    overflow: hidden;
}

.recent_placements .placements_box:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #b0ddff;

}

.recent_placements .placements_box h3 {
    font-size: 24px;
    color: #555555;
    font-weight: 600;
    line-height: 25px;
    margin-bottom: 25px;
}

.placements_img img {
    width: 180px;
    margin: 0 auto 30px;
}

.recent_placements .placements_box h4 {
    font-size: 18px;
    line-height: 25px;
    color: #4D4D4D;
    font-weight: 400;
    margin-bottom: 15px;
}

.recent_placements .placements_box p {
    font-size: 22px;
    line-height: 25px;
    color: #005691;
    font-weight: 600;
    margin-bottom: 0px;
}

.recent_placements {
    position: relative;
    z-index: 1;
}

.recent_placements:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/all-image/recent_placements_mask.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}


.recent_placements .team_slider {
    width: 100%;
}

.all_btn {
    background: #F99D1B;
    padding: 16px 45px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    cursor: pointer;
    line-height: 26px;
    color: #fff;
    letter-spacing: 1px;
    border: 1px solid #F99D1B;
}

.all_btn:hover {
    background: transparent;
    border-color: #f99d1b;
    color: #f99d1b !important;
}

.center_button {
    text-align: center;
}

h2.heading_shape {
    position: relative;
    display: inline-block;
}

h2.heading_shape span {
    margin-right: 20px;
}

h2.heading_shape:before {
    position: absolute;
    content: "";
    right: 0;
    bottom: 0;
    background-image: url(../images/all-image/headding_after.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 280px;
    height: 23px;
}

2.heading_shape.shape_white:before {}

background-image: url(../images/all-image/headding_after_white.png);


/*---------------------- end recent_placements ----------------------*/


/*---------------------- start Classroom Training Gallery----------------------*/



.classroom_training {
    position: relative;
}

.classroom_training:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    background-image: url(../images/all-image/blub-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
    z-index: -1;
}

.classroom_training {
    position: relative;
    z-index: 1;
}

.classroom_training:after {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    background-image: url(../images/all-image/dot-line-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 560px;
    height: 260px;
    z-index: -1;
}

.classroom_training .container {
    position: relative;
    z-index: 1;
}

.classroom_training .container:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    background-image: url(../images/all-image/plane_icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 45px;
    z-index: -1;

}

.classroom_training .container:after {
    content: "";
    position: absolute;
    top: 60px;
    right: -50px;
    background-image: url(../images/all-image/Ribbon-Icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 110px;
    height: 75px;
    z-index: 1;

}

/*---------------------- end Classroom Training Gallery----------------------*/


/*---------------------- start Fees & Training Options ----------------------*/


/*
.training_box {
    background: #fff;
    padding: 30px;
}
*/

.training_box {
    padding: 60px 40px 40px 40px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-shadow: 0px 0px 23px 4px #0000001F;
    text-align: center;

}

.training_box h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 34px;
    text-align: left;
    margin: 0 0 20px;
}

.training_box ul li {
    display: block;
    padding-bottom: 15px;
    text-align: left;
    display: flex;
    column-gap: 8px;
    font-size: 14px;
    line-height: 20px;
}

.training_box ul li span {
    color: #f99d1b;
    font-weight: 600;
    margin-right: 5px;
}

.training_box a.all_btn {
    display: inline-block;
    margin-top: 20px;
}



.fees_training_box .girl_img img {
    width: 300px;
}

.room_training .training_box,
.online_training .training_box {
    position: relative;
}

.room_training .training_box:before,
.online_training .training_box:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 20px;
    background-color: #f99d1b;
}

.fees_training_box.online_training {
    position: relative;
    top: -70px;
}

/*---------------------- end Fees & Training Options ----------------------*/


/*--------------- start AWS Cloud Course Syllabus ------------------*/

.course_syllabus .accordion-item button.accordion-button {
    padding: 17px 30px;
    line-height: normal;
}

.accordion-item.yelow button.accordion-button.collapsed {
    background-color: #FFE8CA;
}

.accordion-item.yelow button.accordion-button {
    background: #ffe8ca;
    color: #000;
    font-size: 18px;
}

.accordion-item.blue button.accordion-button.collapsed {
    background-color: #DAF0FF;
}

.accordion-item.blue button.accordion-button {
    background: #DAF0FF;
    color: #000;
}

.accordion-item.grew button.accordion-button.collapsed {
    background-color: #E9EDEF;
}

.accordion-item.grew button.accordion-button {
    background: #E9EDEF;
    color: #000;
}

.course_syllabus .accordion button.accordion-button {
    padding-left: 40px !important;
    position: relative;
    font-weight: 600;
}

.course_syllabus .accordion button.accordion-button:after {
    font-weight: 400;
}

.course_syllabus .accordion button.accordion-button:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 50%;
    background: #E28C13;
    left: 20px;
}

.course_syllabus .accordion-item button.accordion-button:focus {
    box-shadow: none;
}

.course_syllabus button.accordion-button::after {
    content: "+" !important;
    background-image: none;
    font-size: 26px;
    color: #f99d1b;
    top: 50%;
    position: absolute;
    right: 15px;
    transform: translateY(-50%);
    height: unset;
}

.course_syllabus .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-" !important;
}

.course_syllabus a.all_btn {
    margin-top: 20px;
    display: inline-block;
}


.accrodin_scroll_box {
    max-height: 400px;
    overflow-x: hidden;
    direction: ltr;
}

/* width */
.accrodin_scroll_box::-webkit-scrollbar {
    width: 8px;
}

/* Track */
.accrodin_scroll_box::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
    background: #FFE7C8;
}

/* Handle */
.accrodin_scroll_box::-webkit-scrollbar-thumb {
    background: #E28C14;
    border-radius: 10px;
}

/* Handle on hover */
.accrodin_scroll_box ::-webkit-scrollbar-thumb:hover {
    background: #E28C14;
}

.accordion .accordion-item.yelow .accordion-collapse {
    background: #ffe8ca5c;
    border: 0;
}

.accordion .accordion-item {
    border: 0;
}

.course_syllabus .accordion-item button.accordion-button {
    border: 0;
    box-shadow: unset;
}

.accordion .accordion-item.blue .accordion-collapse {
    background: #daf0ff69;
}

.accordion .accordion-item.grew .accordion-collapse {
    background: #e9edefa8;
}











/*-----right side form----*/

.whatsapp-box {
    box-shadow: 0px 0px 39.5px 0px #0000001A;
    border-radius: 20px;
}

.whatsapp-box img {
    width: 60px;
    margin-right: 20px;
}

.whatsapp-box span {
    font-size: 28px;
    line-height: normal;
}

.form-section {
    padding: 30px;
    background: #0462A2;
    border-radius: 20px;
}

.form-section h3 {
    color: #fff;
    font-size: 24px;
}

.form-section form input.form-control {
    border-radius: 5px;
    padding: 10px;
}

form.request_form label {
    color: #fff;
}

form.request_form .form-check label.form-check-label {
    font-size: 14px;
}


.accordion .accordion-item {
    margin-bottom: 20px;
    border-radius: 10px;
    overflow: hidden;
}

/*--------------- end AWS Cloud Course Syllabus ------------------*/


/*--------------- start 1-1 Career Guidance Session ------------------*/

.image_top img {
    margin-top: -50px;
}

/*--------------- end 1-1 Career Guidance Session ------------------*/

/*--------------- start Projects /Assignments covered ------------------*/

.projects_assignments .card {
    box-shadow: 0px 0px 17.3px 0px #0000001A;
    border-radius: 10px;
    border: none;
    overflow: hidden;
    height: 100%;
}

.projects_assignments .card .card-header {
    background: #ffa827;
    height: 180px;
}

.projects_assignments .card .card-header h4 {
    font-size: 24px;
    line-height: 36px;
}

.projects_assignments .card .card-header img {
    width: 50px;
    margin-right: 15px;
}


/*--------------- end Projects /Assignments covered ------------------*/


/*--------------- start Our Top Instructors------------------*/
/*
.row.instructors_box {
    box-shadow: 0px 0px 23px 4px #0000001F !important;
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 23px 4px #0000001F;
    border: 1px solid #ddd;
}
*/

.instructors_box .instructors_shado {
    box-shadow: 0px 0px 23px 4px #0000001F !important;
    border-radius: 10px;
    padding: 40px;
    position: relative;
    overflow: hidden;
}

.instructors_box {
    padding: 25px;
}

.instructors_box .instructors_shado:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 20px;
    background: #F99F1F;
    left: 0;


}

.instructors_box .instructors_shado:after {
    position: absolute;
    content: "";
    top: 30px;
    width: 53px;
    height: 51px;
    left: 20px;
    background-image: url(../images/all-image/ins-top-round.png);
}

.our_instructors .slider_hidden {
    margin: 0 -15px;
}

.our_instructors {
    position: relative;
}

.our_instructors:before {
    position: absolute;
    content: "";
    bottom: 120px;
    width: 150px;
    height: 120px;
    right: 0px;
    background-image: url(../images/all-image/yellow-blue-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.our_instructors:after {
    position: absolute;
    content: "";
    top: 90px;
    width: 150px;
    height: 120px;
    right: 120px;
    background-image: url(../images/all-image/big-yellow-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.instructors_content h4 {
    font-weight: 600;
}

.instructors_content h5 {
    font-weight: 600;
}

.instructors_content ul {
    padding-left: 30px;
    padding-bottom: 15px;
}

.our_instructors_slider {
    position: relative;
}


/*--------------- end Our Top Instructors------------------*/

/*---------------  start Overview of AWS Cloud Training------------------*/

.cloud_training h4 {
    color: #606060;
    font-weight: 600;
}

.cloud_training {
    position: relative;
}

.cloud_training:before {
    position: absolute;
    content: "";
    bottom: 50px;
    width: 113px;
    height: 110px;
    right: 50px;
    background-image: url(../images/all-image/border-round-shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/*---------------  end Overview of AWS Cloud Training------------------*/

/*---------------  start AWS Certification Training Course------------------*/


.aws_certification {
    background: #FFF8EF;
    position: relative;
    margin-top: -20px;
    z-index: 1;
}

.aws_certification:before {
    content: "";
    position: absolute;
    bottom: 20px;
    left: 0;
    background-image: url(../images/all-image/dot-line-yeallow-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 560px;
    height: 260px;
    z-index: -1;
}

.aws_certification:after {
    content: "";
    position: absolute;
    top: 20px;
    right: 80px;
    background-image: url(../images/all-image/blub-icon-yellow.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 80px;
    height: 80px;
}


.certification_image img {
    border: 7px solid #F99D1B;
    border-radius: 10px;
}

section.career_after_aws {
    position: relative;
}

.header_col h2 {
    font-weight: 600;
    display: inline-flex;
}


/*---------------  end AWS Certification Training Course------------------*/

/*---------------  start start AWS Certifications & Exams------------------*/


.aws_certifications button.accordion-button.collapsed {
    border-bottom: 1px solid #dfdfdf;
    position: relative;
}

.aws_certifications button.accordion-button {
    padding: 15px !important;
}

.aws_certifications button.accordion-button.collapsed::before {
    display: none;
}

.aws_certifications button.accordion-button::after {
    content: "+" !important;
    background-image: none;
    font-size: 26px;
    color: #f99d1b;
    top: 50%;
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    height: unset;
    font-weight: 400;
}

.aws_certifications .accordion-button:not(.collapsed)::after {
    background-image: none;
    content: "-" !important;
}

.aws_certifications .accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #dfdfdf;
}

.aws_certifications .accordion-collapse {
    background: #f7f7f7;
}

.aws_certifications button.accordion-button.collapsed:focus {
    box-shadow: none;
}

.aws_certifications .accordion-item {
    border: none;
    direction: ltr;
}

.aws_certifications .accordion-item button.accordion-button {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
}

.aws_certifications .accrodin_scroll_box {
    direction: rtl;
}

.accordion .accordion-item {
    margin-bottom: 0;
}

.course_syllabus .accordion .accordion-item {
    margin-bottom: 20px;
}

/*---------------  end AWS Certifications & Exams------------------*/


/*---------------  start Frequently Asked Questions------------------*/
.frequently_questions {
    background: #F0F9FF;
}

.accordion.accordian_whight_back {
    background: #fff;
    padding: 30px;
    border-radius: 20px;
}

.aws_certification_image {
    position: relative;
}

.aws_certification_image.text-center img {
    width: 200px;
}

.aws_certification_image:before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 50%;
    height: 1px;
    background: #000;
    transform: translateX(-50%);
}

/*---------------  end Frequently Asked Questions------------------*/


/*---------------  Start Related Popular Training Courses------------------*/


.popular_training .card-image {
    border-radius: 0;
}

.popular_training .card-image img {
    width: 100%;
    border-radius: 0 !important;
}

.popular_training .card {
    box-shadow: 0px 0px 17.3px 0px #0000001A;
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.popular_training .card-image img {
    width: 100%;
    border-radius: 0 !important;
}

.popular_training .card:before {
    content: "";
    position: absolute;
    background: #ED9033;
    height: 20px;
    top: 0;
    width: 100%;
}


/*---------------  end Related Popular Training Courses------------------*/


/*---------------  Start AWS Cloud - Architect & SysOps Courses in Other Cities------------------*/

.other_cities {
    background: #FFF3E2;
    margin-bottom: -20px;
}

.other_cities_content span {
    margin-right: 20px;
    margin-bottom: 10px;
    display: inline-block;
}

/*---------------  end AWS Cloud - Architect & SysOps Courses in Other Cities------------------*/

/*---------------  start  AWS Certification Course career in 2025------------------*/



section.certification_couse {
    background: #EEF8FF;
    margin-top: -21px;
}

.couse_content ul li {
    padding-bottom: 15px;
}

.certification_couse_image img {
    margin-bottom: -70px;
}

.col-lg-6.faq_box_part {
    z-index: 1;
}

/*---------------  end AWS Certification Course career in 2025------------------*/



/*---------------  start Dreaming to become an AWS cloud expert?------------------*/

.dreaming_expert {
    background: #FFF8EF;
}

.couse_content ul {
    padding-left: 15px;
}

/*---------------  end Dreaming to become an AWS cloud expert?------------------*/


/*--------------- Start AWS Cloud Related Articles------------------*/

.related_articles .card:before {
    display: none;
}

/*--------------- End AWS Cloud Related Articles------------------*/





/*---------------all background shapes start---------------*/

.yellow-dot-singel-line {
    position: relative;
}

.yellow-dot-singel-line:before {
    content: "";
    position: absolute;
    width: 625px;
    height: 90px;
    top: -70px;
    right: -100px;
    background-image: url(../images/all-image/yellow-dot-singel-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.yellow-dot-singel-line:after {
    content: "";
    position: absolute;
    width: 266px;
    height: 165px;
    top: 200px;
    right: 10px;
    background-image: url(../images/all-image/yellow-dot-arrow-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



.round_half_icon:before {
    content: "";
    position: absolute;
    width: 113px;
    height: 110px;
    top: 0;
    left: 50%;
    background-image: url(../images/all-image/round-half-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.round_half_icon:after {
    content: "";
    position: absolute;
    width: 125px;
    height: 118px;
    bottom: 50px;
    left: 30px;
    background-image: url(../images/all-image/round-full-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.ribbon_icon:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 75px;
    bottom: 50px;
    left: 55%;
    transform: translateX(-50%);
    background-image: url(../images/all-image/Ribbon-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.career_after_aws .round_half_icon:before {
    opacity: 0.5;
}

.career_after_aws .round_half_icon:after {
    background-image: url(../images/all-image/yellow-circel.png);
    opacity: 0.5;
    left: 35%;
}


.frequently_questions {
    position: relative;
}

.frequently_questions:before {
    content: "";
    position: absolute;
    width: 92px;
    height: 52px;
    top: 150px;
    left: 45%;
    background-image: url(../images/all-image/Planes-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.frequently_questions:after {
    content: "";
    position: absolute;
    width: 814px;
    height: 378px;
    bottom: 20px;
    left: 0;
    background-image: url(../images/all-image/dot-bottm-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.blub_icon_back:before {
    content: "";
    position: absolute;
    width: 90px;
    height: 90px;
    top: 100px;
    right: 50px;
    background-image: url(../images/all-image/Blub-icons.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

section.popular_training {
    position: relative;
}

.popular_training .ribbon_icon:after {
    width: 110px;
    height: 75px;
    top: -20px;
    right: 100px;
    transform: translateX(-50%);
    background-image: url(../images/all-image/Ribbon-blue-icon.png);
    left: unset !important;
}

.dreaming_expert {
    position: relative;
}

.dreaming_expert:before {
    content: "";
    position: absolute;
    width: 510px;
    height: 136px;
    top: -17px;
    left: 56%;
    transform: translateX(-50%);
    background-image: url(../images/all-image/yellow-top-dot-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}


.dreaming_expert:after {
    content: "";
    position: absolute;
    width: 90px;
    height: 50px;
    top: 20px;
    left: 250px;
    background-image: url(../images/all-image/Plane-yellow-icon.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}



/****************************************************************************************************************/
.scroll_menu_bar.sticky {
    position: fixed;
    top: 0;
    z-index: 11;
    padding: 0;
    width: 100%;
    left: 0;
}

.scroll_menu_bar ul.scrol_grid li a {
    padding: 30px 10px;
}

.scroll_menu_bar ul.scrol_grid li a {
    padding: 15px 10px;
}

.scroll_menu_bar ul.scrol_grid li img {
    width: 20px;
}


body,
html {
    overflow-x: hidden;
}

section.skills_covered_sec .skills_covered li {
    list-style: none;
}

.recent_placements .all_btn:hover {
    background: #FFF;
    border-color: #FFF;
}

.training_course_sec h2 span img {
    width: 250px;
}

.img_v img {
    width: 170px;
    object-fit: contain;
}

.long_icon .img_v img {
    width: 100px;
}

.aws_certification ul {
    padding-left: 30px;
}

.aws_certification ul li {
    padding-bottom: 10px;
}

.solution_sec .img_v img {
    width: 200px;

}

.co_founder_sec .img_v img {
    width: 130px;

}





/*---------------------------Responsive Start---------------------------*/
@media (max-width: 1740px) and (min-width:1401px) {
    #myHeader ul.scrol_grid {
        column-gap: 9px;
    }

    .scroll_menu_bar ul.scrol_grid li a {
        padding: 15px 8px;
        font-size: 17px;
    }

    .scroll_menu_bar ul.scrol_grid li a span img {
        height: 27px;
    }
}


@media (max-width: 1400px) {
    .scroll_menu_bar ul.scrol_grid li a {
        padding: 13px 5px;
        font-size: 17px;
    }

    .d-flex.justify-content-center.align-items-center.flex-wrap.col_gap_4 {}

    #myHeader ul.scrol_grid {
        column-gap: 9px;
    }

    .scroll_menu_bar ul.scrol_grid li a span img {
        height: 25px;
    }

    .scroll_menu_bar.sticky {
        box-shadow: 0px 0px 2px 2px rgb(0 0 0 / 5%);
    }

    #myHeader .container {
        width: 100%;
    }
}

@media (max-width: 1500px) {
    .training_course_sec::before {
        height: 120px;
        width: 250px;
    }

    .training_course_sec::after {
        height: 100px;
        width: 190px;
    }
}





@media (max-width: 1200px) {
    section.scroll_menu_bar {
        display: none;
    }

    .popular_training .card-content h4 {
        font-size: 20px;
        line-height: 26px;
    }



}

/*-----------1200pxx end--------------------*/

@media (max-width: 1500px) and (min-width: 992px) {
    .training_course_sec .icon_box {
        flex-direction: column;
        row-gap: 10px;
    }

    .training_course_sec .icon_box h3.d-flex.justify-content-start.align-items-center.flex-wrap {
        justify-content: center !important;
        row-gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .icon img {
        height: 40px;
        width: auto;
    }

    .all_logo_box .all_logo ul li {
        width: 24.5%;
        height: 120px;
    }

    .form_section_box form.request_form .row.mb-3 {
        row-gap: 15px;
    }

    .form_section_box form.request_form .row.mb-3 .col-6 {
        width: 100%;
    }

    .whatsapp-box img {
        width: 40px;
        margin-right: 20px;
    }

    .whatsapp-box span {
        font-size: 24px;
        line-height: normal;
    }


}

@media (max-width: 1500px) and (min-width: 1025px) {
    .all_logo .testi_box {
        padding: 20px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon {
        margin-right: -20px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon img {
        height: 35px;
    }

    .testi_head .left_img img {
        height: 50px;
    }
}

@media (max-width: 1024px) and (min-width: 992px) {
    .all_logo .testi_box {
        padding: 30px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon {
        margin-right: -30px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon img {
        height: 45px;
    }

    .testi_head .left_img img {
        height: 80px;
    }

}



@media (max-width: 1360px) and (min-width: 992px) {
    .projects_assignments .card .card-header h4 {
        font-size: 22px;
        line-height: 30px;
    }


}

/*--------991pxx-768pxx start----------*/

@media (max-width: 991px) and (min-width: 768px) {
    .training_course_sec .icon_box {
        justify-content: flex-start !important;
        margin-bottom: 20px;
    }

    .training_course_sec .icon_box img {
        height: 40px;
    }

    .icon_box h3 b {
        font-size: 27px;
    }

    .projects_assignments .row.g-4 .col-md-4 {
        width: 100%;
    }


}

/*--------991pxx-768pxx end----------*/

/*--------767pxx-480pxx start----------*/

@media (max-width: 767px) and (min-width: 480px) {

    .training_course_sec .icon_box {
        max-width: 270px;
        margin: 0 auto 10px;
        justify-content: flex-start !important;
    }


    .training_course_sec .icon_box .icon img {
        height: 30px;
    }

    .training_course_sec .icon_box b {
        font-size: 30px;
    }

    .course_syllabus .pre-requisites h3 {
        font-size: 24px;
    }




}

/*--------767pxx-480pxx end----------*/



@media (max-width: 991px) {
    h2.heading_shape:before {
        width: 200px;
    }

    .land_your_dream .header_col h2 {
        font-size: 27px;
        margin-bottom: 0;
    }

    .land_your_dream .row {
        flex-direction: column-reverse;
        justify-content: center !important;
    }

    .land_your_dream .img_v {
        text-align: center;
    }

    .land_your_dream .header_col h2 {
        text-align: center;
    }

    .land_your_dream {
        padding: 50px 0px;

    }

    .skills_covered_training {
        margin-top: -30px;
    }

    .fees_training {
        margin-bottom: -20px;
    }

    .skills_content_row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .skills_covered_training .your_dream_list li a,
    .skills_covered_training .your_dream_list li {
        flex-wrap: nowrap !important;
    }

    .all_btn {
        padding: 16px 35px;
        font-size: 14px;
    }

    body {
        font-size: 16px;


    }

    p,
    a,
    li,
    span,
    strong,
    b {

        font-size: 16px;
    }

    .skills_covered_training .your_dream_list li a,
    .skills_covered_training .your_dream_list li {
        font-size: 16px;

    }

    .fees_training_box.online_training {
        position: relative;
        top: unset;
        margin-top: 40px;
    }


    .all_logo_box .all_logo ul li {
        width: 32.5%;
        height: 100px;
    }

    .course_syllabus .col-lg-7.pe-5 {
        padding-right: 0px !important;
        padding-bottom: 50px;
    }

    .course_syllabus .accrodin_scroll_box.pa_t_3.me-5 {
        margin-right: 0 !important;
    }

    .course_syllabus .col-lg-5.form_section_box.ps-5 {
        padding-left: 20px !important;
    }

    .course_syllabus .accrodin_scroll_box .accordion.pa_r_4 {
        padding-right: 20px;
    }

    .our_instructors:after {
        right: 0;
    }


    .our_instructors .round_half_icon::before {
        display: none;
    }

    .our_instructors:before {
        display: none;
    }

    .instructors_box .instructors_shado {
        padding-top: 60px;
    }

    .instructors_box .instructors_shado .row {
        row-gap: 30px;
    }


    .our_instructors:before {
        bottom: 120px;
        width: 150px;
        height: 120px;
        right: 0;
    }

    .instructors_box .instructors_shado .col-lg-9.pa_l_5 {
        padding-left: 20px;
    }

    .aws_certification {
        margin-top: -20px;
        margin-bottom: -20px;
    }


    section#curriculam .row.d-flex {
        row-gap: 0;
        column-gap: 0 !important;
    }

    .aws_certification .row.align-items-center {
        flex-direction: column-reverse;
    }

    .aws_certification .row.align-items-center .certification_image {
        text-align: left;
    }

    .aws_certi .accrodin_scroll_box.ms-5.mt-4 {
        margin-left: 0 !important;
    }

    .aws_certi .accrodin_scroll_box .accordion.pa_l_4 {
        padding-left: 20px;
    }

    .aws_certi .row.aws_certi_fst {
        flex-direction: column-reverse;
    }

    .career_after_aws .row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .career_after_aws .row .col-lg-5.text-center {
        text-align: left !important;
    }

    .frequently_questions .accrodin_scroll_box {
        padding-left: 20px !important;
    }

    .popular_training .card-content h4 {
        font-size: 18px;
        line-height: 26px;
    }

    .dreaming_expert .row {
        flex-direction: column-reverse;
        row-gap: 30px;
    }

    .related_articles .card-content h5 {
        font-size: 18px !important;
    }

    .certification_couse {
        margin-top: -30px;
    }

    .dreaming_expert .col-lg-4.text-center {
        text-align: left !important;
    }

    .aws_certifications .accordion-item button.accordion-button {
        padding-right: 30px !important;
    }

    .all_logo .testi_box .testi_head .right_testi_icon img {
        height: 30px;
    }

    /*
    .all_logo .testi_box .testi_head .right_testi_icon {
        margin-right: -64px;
    }
*/

    .all_logo .testi_box {
        padding: 20px;
    }

    .testi_head .left_img img {
        height: 70px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon {
        margin-right: -22px;
    }

    .land_your_dream {
        height: auto;
    }
    .land_your_dream .header_col {
    text-align: center;
}
}



/*-------991pxx end-------*/
@media (min-width: 768px) {
    .mobile_banner {
        display: none;
    }


}

/*--------767px start----------*/

@media (max-width: 767px) {
    .bottom_testi_cont p {
        margin: 0;
    }

    .slider_testimonials button.prev,
    .recent_placements_slider button.prev,
    .classroom_training_slider button.prev,
    .our_instructors_slider button.prev,
    .youtub_video_slider button.prev {
        left: -18px;
    }

    .slider_testimonials button.next,
    .recent_placements_slider button.next,
    .classroom_training_slider button.next,
    .our_instructors_slider button.next,
    .youtub_video_slider button.next {
        right: -15px;
    }

    .slider_testimonials button img,
    .recent_placements_slider button img,
    .classroom_training_slider button img,
    .our_instructors_slider button img,
    .youtub_video_slider button img {
        height: 50px;
    }

    .desktop_banner {
        display: none;
    }

    h2 {
        font-size: 27px;
        line-height: 32px;
        font-weight: 500;
        color: #282828;
    }

    .banner__content .banner--image img {
        height: 300px;
        object-fit: cover;
    }

    .training_course_sec .grid.row.pa_t_5 {
        padding-top: 30px;
    }

    .training_course_sec,
    .youtub_video_sec,
    .skills_covered_sec,
    .all_brand_logo,
    .course_syllabus,
    .projects_assignments,
    .cloud_training,
    .aws_certifications,
    .shine_bright,
    .other_cities,
    .popular_training,
    .dreaming_expert {
        padding: 50px 0;
    }


    .skills_covered_training,
    .certification_couse {
        padding-bottom: 50px;
        padding-top: 70px;
    }

    .career_after_aws {
        padding-bottom: 50px;
    }


    /*-----------------------------------------------------------------column top-bottom gap-----------------*/

    h2.heading_shape:before {
        width: 170px;
    }

    .youtub_video_sec .icon_box h3 {
        justify-content: center !important;
        margin-top: 10px;
        font-size: 25px;
    }

    .skills_covered_sec .skills_covered li a,
    .skills_covered_sec .skills_covered li {
        flex-wrap: nowrap !important;
        padding: 13px 20px;
        column-gap: 10px;
        align-items: flex-start !important;
    }

    .dream_list_box ul.your_dream_list {
        display: block !important;
    }

    .dream_list_box ul.your_dream_list li.d-block {
        width: 100%;
        margin: 15px 0;
    }

    .dream_list_box ul.your_dream_list li.d-block:last-child {
        margin-bottom: 0;
    }


    .training_box {
        padding: 40px 20px 30px 20px;
    }

    .training_box h3 {
        font-size: 22px;
        line-height: 30px;
    }

    .course_syllabus .accrodin_scroll_box .accordion.pa_r_4 {
        padding-right: 20px;
    }

    .form_section_box form.request_form .row.mb-3 {
        row-gap: 15px;
    }

    .form_section_box form.request_form .row.mb-3 .col-6 {
        width: 100%;
    }

    .projects_assignments .card .card-header h4 {
        font-size: 25px;
        line-height: 38px;
    }

    .our_instructors:after {
        right: 0;
        width: 100px;
        height: 80px;
    }

    /*
    .popular_training .card-content h4 {
        font-size: 20px;
        line-height: normal;
    }
*/

    .land_your_dream .header_col h2 {
        font-size: 25px !important;
        margin-bottom: 0;
    }

    .all_logo .testi_box {
        padding: 20px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon img {
        height: 32px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon {
        margin-right: -20px;
    }

    .testi_head .left_img img {
        height: 70px;
    }

    .recent_placements .placements_box h3 {
        font-size: 20px;
    }

    .recent_placements .placements_box p {
        font-size: 14px;
    }

    .all_btn {
        padding: 11px 35px;
        font-size: 16px;
    }

    section.skills_covered_sec button {
        padding: 11px 35px !important;
        font-size: 14px !important;
    }

    .skills_covered_training .your_dream_list li a img,
    .skills_covered_training .your_dream_list li img {
        width: 26px;
    }

    .all_brand_logo .all_logo_box ul.d-flex li {
        width: 49%;
        height: auto;

    }

    .all_logo_box .all_logo ul li img {
        object-fit: contain;
        width: 100%;
        height: 100px;
        padding: 10px;
    }

    .all_brand_logo .all_logo_box ul.d-flex {
        row-gap: 0 !important;
        column-gap: normal;
        justify-content: space-between !important;
    }

    .land_your_dream .img_v img {
        height: 110px;
    }

    .land_your_dream .row {
        row-gap: 15px;
    }

    .header_col h2 {
        font-weight: 700;
    }

    .slider_logo.slider8 {}

    .all_brand_logo .logo_slider button {
        left: -12px;
    }

    .all_brand_logo .logo_slider button img {
        height: 50px;
    }

    .all_brand_logo .logo_slider button.next {
        right: -12px;
        left: unset;
    }
}

/*--------767pxx end----------*/

@media (min-width:640px) {
    section.skills_covered_sec button#toggleBtn {
        display: none
    }

    .recent_placements .placements_box h3 {
        font-size: 22px;
    }

    /*
    .recent_placements .placements_box p {
        font-size: 16px;
    }
*/

    .recent_placements .placements_box {
        padding: 35px 14px;
    }

    /*
    .skills_covered_sec .skills_covered li a {
        font-size: 16px;
    }
*/
}

@media (max-width:639px) {
    section.skills_covered_sec button {
        background: #FA9D1D !important;
        padding: 16px 45px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        cursor: pointer;
        line-height: 26px;
        color: #fff !important;
        letter-spacing: 1px;
        border: 1px solid #F99D1B !important;
        margin-top: 31px !important;
    }

    section.skills_covered_sec button:hover {
        background: #fff !important;
        color: #F99D1B !important;
    }
}

/*--------479px start----------*/

@media (max-width: 479px) {
    .other_cities_content span {
        margin: 0 5px 5px;
    }

    section.shine_bright {
        padding: 10px 0 25px;
    }

    .land_your_dream {
        background-size: cover;
        background-position: center;
    }

    .banner__content .banner--image img {
        height: 200px;
        object-fit: cover;
    }


    .training_course_sec .icon_box {
        flex-direction: column;
        row-gap: 10px;
        margin-bottom: 30px;
        text-align: center;
    }

    .training_course_sec .icon_box.last_icon_box {
        margin-bottom: 0px !important;
    }

    .training_course_sec .icon_box h3.d-flex.justify-content-start.align-items-center.flex-wrap {
        justify-content: center !important;
        row-gap: 10px;
        display: flex;
        flex-direction: column;
    }

    .icon img {
        height: 40px;
        width: auto;
    }

    .icon_box h3 b {
        font-size: 25px;
    }

    h2.heading_shape:before {
        width: 150px;
    }

    .projects_assignments .card .card-header h4 {
        font-size: 20px;
        line-height: 27px;
    }

    .instructors_box .instructors_shado {
        padding-top: 60px;
        padding: 40px 20px;
    }

    .whatsapp-box {
        flex-direction: column;
        justify-content: center !important;
        row-gap: 20px;
    }

    .whatsapp-box span {
        text-align: center;
        font-size: 23px;
    }

    .whatsapp-box img {
        width: 40px;
    }

    .form-section {
        padding: 20px;
    }

    .accordion.accordian_whight_back {
        padding: 20px;
    }

    .related_articles .card-content h5 {
        font-size: 18px;
    }

    .training_course_sec .grid.row {
        flex-wrap: wrap;
    }

    .training_course_sec .grid.row.pa_t_5 .grid__col.col-lg-3.col-md-6 {
        width: 50%;
    }


    .training_course_sec .grid.row h3 {
        line-height: 25px;
    }

    .training_course_sec .icon_box:last-child {
        margin-bottom: 30px !important;
    }

    .container {
        width: 100%;
    }

    h2.heading_shape span {
        margin-right: 10px;
    }

    h2.heading_shape span img {
        width: 30px;
    }

    h2 {
        font-size: 25px;
        line-height: 32px;
        font-weight: 500;
        color: #282828;
    }

    .skills_covered_sec .skills_covered li a,
    .skills_covered_sec .skills_covered li {
        width: 100%;
        padding: 9px 10px;
        line-height: normal;
    }

    .skills_covered_sec .skills_covered li {
        width: 100%;
    }




    .all_brand_logo .all_logo_box ul.d-flex li {
        width: 49%;
    }



    section.skills_covered_sec .yellow-dot-singel-line:after {
        display: none;
    }

    .all_logo .testi_box {
        padding: 10px 5px;
    }

    .all_logo .testi_box .testi_head .right_testi_icon {
        margin-right: 0;
    }

    .all_logo .testi_box .testi_head .right_testi_icon img {
        height: 33px;
    }

    .testi_head .left_img img {
        height: 62px;
    }

    .testi_head .right_cont h3 {
        font-size: 16px;
        line-height: 18px;
    }

    .testi_head .right_cont h4 {
        font-size: 14px;
        line-height: normal;
        margin: 4px 0 3px;
    }

    .frequently_questions .accrodin_scroll_box {
        padding-left: 0 !important;
        margin-left: 0 !important;
    }

    .aws_certifications .accordion-item button.accordion-button {
        font-size: 17px;
    }

    .bottom_testi_cont {
        background: #ffffff4f;
        padding: 18px;
        border-radius: 10px;
    }

    .fees_training_box .girl_img img {
        width: 200px;
        margin: 20px 0 30px;
    }

    .all_logo_box .all_logo ul li img {
        height: 76px;
        width: 125px;
        margin: 0 auto;
    }

    section.skills_covered_sec ul.skills_covered {
        row-gap: 12px;
    }

    .training_course_sec h2 span img {
        width: 215px;
    }
}

/*--------479pxx end----------*/
.programtitleh3 {
    margin-top: 8px;
    font-size: 22px;
    font-weight: 400 !important;
    text-align: center;
}

/* adi */

.cities span > a {
    color: #454c55;
}

.fees_training_row .training_box ul li {
    font-size: 16px;
}

.accordion-body ul {
    padding-left: 24px;
}

.centercontent {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Fix slider navigation buttons visibility */
.youtub_video_sec .container,
.all_brand_logo .container,
.testimonials_sec .container,
.recent_placements .container,
.classroom_training .container,
.our_instructors .container {
    overflow: visible !important;
}

/* Ensure next buttons are visible */
button.next {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}