body{ 
  margin:0; 
  padding:0;
  font-family: ' Lato', sans-serif;
  color:#656565;
  background: #131313;
  overflow-x: hidden;
}
body.open {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
*{
  margin:0; 
  padding:0; 
  box-sizing: border-box;
}
img{ 
   border:none; 
   outline:none;
   width: 100%;
}
a{ 
  text-decoration:none !important;
  font-family: 'Lato', sans-serif;
  
}
li{ 
  list-style:none;
}

input, textarea, select{
  outline:none;
  font-family: 'Lato', sans-serif;
}

input:focus {
  box-shadow: none !important;
  border: 1px solid #d3d3d3 !important;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #747373;
}
button:focus{
  outline: none;
}
.scrollToTop img {
  max-width: 60px;
}

.scrollToTop {
  position: fixed;
  right: 20px;
  bottom: 0;
}
.title {
  font-size: 44px;
  color: #fff;
  margin-bottom: 30px;
  font-weight: 700;
  font-family: "Kanit", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
.title:before {
  content: "";
  background: #E51C22;
  font-size: 20px;
  color: #fff;
  padding: 11px 30px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  position: absolute;
  left: 0;
  right: 0;
  height: 40px;
  z-index: -1;
  top: -17px;
}

.container {
  max-width: 1400px;
}

.more_btn {
  border-radius: 40px;
  background: #E36D17;
  color: #fff;
  font-size: 20px;
  padding: 10px 34px;
  display: inline-block;
}
.more_btn:hover {
    background:#f1914b;
}


.last_update {
  position: fixed;
  bottom: 10%;
  right: 3%;
  background: #FFB21D;
  color: #000;
  padding: 12px;
  border-radius: 8px;
}

/* Global Css */

/* Header Sec */
.header_sec {
  position: absolute;
  left: 0;
  right: 0;
  padding: 20px 0;
  z-index: 1;
}
.header_sec .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header_sec .contact_sec {
  display: flex;
}
.header_sec .logo {
  width: 130px;
}
.header_sec .contact_sec a {
  display: flex;
  background: #E51C22;
  font-size: 20px;
  color: #fff;
  align-items: center;
  margin-left: 10px;
  padding: 11px 30px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.call_sec .call_wrapp .text_content .btn_group  .call_btn.book_btn {
  background: #fff;
  color: #E51C22;
}
.header_sec .contact_sec a img {
  width: 24px;
  margin-right: 10px;
}
.header_sec .contact_sec a:hover {
  background: #a50d11;
}
.header_sec .contact_sec .whats_app:hover {
  background: #fff4f4;
}


.header_sec .contact_sec .whats_app {
  background: #fff;
  color: #E51C22;
}

/* Header Sec */


.bottom_menu {
  display: none;
}


/*****===== Home Page =====*****/

/* Banner Section */


.banner_sec {
  margin-top: 0;
  position: relative;
}
.banner_sec:after {
  content: "";
  background: #161616;
  position: absolute;
  bottom: 60px;
  height: 80px;
  left: 0;
  right: 0;
  z-index: 2;
  filter: blur(20px);
}
.banner_sec .container {
  position: absolute;
  top: 147px;
  display: flex;
  left: 0;
  right: 0;
  max-width: 90%;
  align-items: start;
  margin: auto;
  justify-content: space-between;
  flex-wrap: wrap;
}


.banner_sec .banner_photo {
  width: 28%;
  flex: 0 0 28%;
}

.banner_sec .text_contain {
  text-align: center;
  width: 48%;
}
.banner_sec .text_contain .banner_title {
  font-size: 120px;
  text-transform: uppercase;
  font-family: "Passion One", sans-serif;
  font-weight: 700;
  color: #f70c126b;
  line-height: 110px;
}
.banner_sec .text_contain .bottom_sec {
  border-top: 1px solid #6C6C6C;
  border-bottom: 1px solid #6C6C6C;
  display: inline-block;
}

.banner_sec .text_contain .bottom_sec .des {
  color: #908F8F;
  font-size: 30px;
  margin: 0;
}
.banner_sec .text_contain .banner_contact {
  margin: 18px auto;
  display: inline-block;
  position: relative;
}
.banner_sec .text_contain .banner_contact:before {
  content: "";
  position: absolute;
  left: -26px;
  background: #e51c22;
  top: 0;
  bottom: 0;
  width: 50px;
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
}
.banner_sec .text_contain .banner_contact:after {
  content: "";
  position: absolute;
  right: -38px;
  background: #e51c22;
  top: 0;
  bottom: 0;
  width: 50px;
  clip-path: polygon(50% 0, 100% 0, 50% 100%, 0 100%);
}
.banner_sec .text_contain .banner_contact a {
  display: inline-block;
  background: #E51C22;
  font-size: 20px;
  color: #fff;
  align-items: center;
  margin-left: 10px;
  padding: 11px 30px;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
}

.banner_sec .text_contain .banner_contact a img {
  width: 22px;
  float: left;
  margin-top: 4px;
  margin-right: 10px;
}



.banner_sec .banner_photo.banner_photo2 {
  width: 24%;
  flex: 0 0 24%;
  position: relative;
}
.banner_sec .text_contain .des {
  color: #908F8F;
  font-size: 30px;
  margin: 0;
}
/* Banner Section */


/* About Section */
.about_sec {
  position: relative;
  background: url(../images/about_bg2.png);
  background-repeat: no-repeat;
  padding: 160px 0 530px;
}
.about_sec .about_bg {
  width: auto;
  height: 310px;
}

.about_sec .text_contain {
  width: 54%;
  margin-left: auto;
}

/* About Section */



/* Key Usps Sec */
.key_usps_sec {
  margin-top: -240px;
  padding: 260px 0 40px;
  background: url(../images/key_usps_smoke.png);
  background-position: top center;
  background-repeat: no-repeat;
}

.key_usps_sec .key_ups_smoke {
  position: relative;
  margin-top: -310px;
}

.key_usps_sec .title_sec {
  width: 30%;
  margin: auto;
}
.key_usps_sec .title_sec .title {
  width: 90%;
  position: relative;
  z-index: 1;
  text-align: center;
}

.key_usps_sec .title_sec .title:before {
  height: 48px;
  width: 83%;
  margin: auto;
}

.key_usps_sec .title_sec .title_photo {
  width: 70%;
  margin: auto;
}

.key_usps_sec .key_ups_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.key_usps_sec .key_ups_content .key_ups_info {
  width: 34%;
  background: #0C0B0B;
  display: flex;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  padding: 20px 100px 40px  40px;
  margin-bottom: 50px;
  height: 150px;
  align-items: baseline;
  position: relative;
}
.key_usps_sec .key_ups_content .key_ups_info span {
  background: #E51C22;
  width: 111px;
  position: absolute;
  right: 4%;
  height: 120px;
  clip-path: polygon(76% 0, 90% 0, 62% 100%, 48% 100%);
  top: 0px;
}
.key_usps_sec .key_ups_content .key_ups_info span.border2 {
  background: #fff;
  right: 1%;
  bottom: 0px;
  top: auto;
}

.key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span {
  right: auto;
  left: -3%;
}
.key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span.border2 {
  right: auto;
  left: -9%;
}
.key_usps_sec .key_ups_content .key_ups_icon {
  background: #E51C22;
  width: 71px;
  height: 50px;
  clip-path: polygon(20% 0, 100% 0, 80% 100%, 0% 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.key_usps_sec .key_ups_content .key_ups_icon img {
  width: 30px;
}

.key_usps_sec .key_ups_content .key_ups_info .text_content {
  margin-left: auto;
  text-align: right;
}

.key_usps_sec .key_ups_content .key_ups_info .text_content .ups_title {
  color: #fff;
  font-size: 28px;
}

.key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) {
  flex-direction: row-reverse;
  padding: 20px 20px 40px  100px;
}

.key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) .text_content {
  margin-right: auto;
  text-align: left;
  margin-left: 0;
}



.key_usps_sec .key_ups_photo {
  width: 24%;
  position: absolute;
  top: -98px;
  left: 0;
  right: 0;
  margin: auto;
}
.key_usps_sec .key_ups_content_sec {
  position: relative;
  margin-top: 180px;
}
/* Key Usps Sec */


/* Mentor Sec */
.mentor_sec {
  background: url(../images/mentor_bg.png);
  background-repeat: no-repeat;
  background-position: center right;
  padding: 200px 0 50px;
  background-size: 40%;
}

.mentor_sec .container {
  display: flex;
  max-width: 1000px;
}


.mentor_sec .mentor_photo {
  width: 38%;
  flex: 0 0 34%;
  margin-right: 12%;
}
.mentor_sec .text_content .des {
  line-height: 1.8;
}
/* Mentor Sec */


/* Courses Sec */
.courses_sec {
  background: url(../images/courses_bg.png);
  background-repeat: no-repeat;
}

.courses_sec .title_sec {
  text-align: center;
}

.courses_sec .title_sec .title_photo {
  width: 50%;
  margin: auto;
}

.courses_sec .title_sec .title {
  position: relative;
  top: -80px;
  z-index: 1;
  text-align: center;
  width: 24%;
}
.courses_sec .container {
  max-width: 1200px;
}
.courses_sec .courses_content {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.courses_sec .courses_content .courses_text_content {
  background: #0C0B0B;
  width: 40%;
  flex: 0 0 48%;
  padding: 30px;
}


.courses_sec .courses_content .courses_text_content .top_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.courses_sec .courses_content .courses_text_content .top_sec .courses_icon {
  background: #E51C22;
  width: 110px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);

}

.courses_sec .courses_content .courses_text_content .top_sec .courses_icon img {
  width: 80px;
}

.courses_sec .courses_content .courses_text_content .top_sec .type {
  color: #fff;
  font-size: 28px;
  margin-left: auto;
  margin-bottom: 0;
}

.courses_sec .courses_content .courses_text_content .list_content {
  padding: 0;
}

.courses_sec .courses_content .courses_text_content .list_content li {
  display: flex;
  align-items: center;
  margin-bottom: 13px;
  color: #747373;
}

.courses_sec .courses_content .courses_text_content .list_content li img {
  width: 18px;
  margin-right: 14px;
}

.courses_sec .courses_content .courses_photo {
  width: 38%;
  flex: 0 0 38%;
}
/* Courses Sec */


/* Credibility Sec */
.credibility_sec {
  background: url(../images/credibility_bg.png);
  background-repeat: no-repeat;
  padding: 140px 0 180px;
  background-position: center bottom;
}
.credibility_sec .container {
  max-width: 1000px;
}
.credibility_sec .title_photo {
  width: 54%;
  margin: 0 auto 30px;
}

.credibility_sec .title_sec {
  text-align: center;
}

.credibility_sec .title_sec .title {
  position: relative;
  top: -60px;
  z-index: 0;
  margin-bottom: 70px;
  width: 32%;
}

.credibility_sec .credibility_content {
  background: #0C0B0B;
  text-align: center;
  padding: 30px 20px;
  height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.credibility_sec .credibility_content .count_title {
  color: #fff;
  margin-top: 60px;
  font-size: 24px;
  line-height: 1.5;
}

.credibility_sec .credibility_content .count_area {
  width: 140px;
  height: 90px;
  background: #E51C22;
  color: #fff;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  clip-path: polygon(10% 0, 100% 0, 90% 100%, 0% 100%);
  position: absolute;
  top: -40px;
}
.credibility_sec .credibility_content .count_area .count_number {
  margin: 0;
  font-size: 30px;
  font-weight: 700;
}
/* Credibility Sec */

/* Gallery Sec */
.gallery_sec {
  background: url(../images/gallery_bg.png);
  background-repeat: no-repeat;
  background-position: center 100%;
}
.gallery_sec .title_sec {
  width: 40%;
  margin: 0 auto 60px;
  text-align: center;
}


.gallery_sec .gallery_content {
  display: flex;
}

.gallery_sec .gallery_content .gallery_left {
  width: 30%;
  margin: 10px;
  flex: 0 0 30%;
}

.gallery_sec .gallery_content  .gallery_photo {
  width: 30%;
  flex: 0 0 30%;
  margin: 10px;
  display: block;
}

.gallery_sec .gallery_content .gallery_right {
  width: 30%;
  flex: 0 0 30%;
  margin: 10px;
}

.gallery_sec .gallery_content .gallery_left .gallery_photo {
  margin: 0;
  width: 100%;
}
.gallery_sec .gallery_content .gallery_left .gallery_photo {
  height: 260px;
  overflow: hidden;
  margin-bottom: 20px;
}

.gallery_sec .gallery_content .gallery_left .gallery_photo img {
  object-fit: cover;
  height: 260px;
}

.gallery_sec .gallery_content .gallery_photo img {
  height: 540px;
  object-fit: cover;
}


.gallery_sec .gallery_content .gallery_right .top_gallery .gallery_photo {
  width: 100%;
  /* margin: 0; */
}

.gallery_sec .gallery_content .gallery_right .top_gallery .gallery_photo {
  margin: 0 auto 12px;
  height: 260px;
  overflow: hidden;
}

.gallery_sec .gallery_content .gallery_right .top_gallery .gallery_photo img {
  height: 260px;
}

.gallery_sec .gallery_content .gallery_right .bottom_gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery_sec .gallery_content .gallery_right .bottom_gallery .gallery_photo {
  margin: 10px 0;
  width: 48%;
  flex: 0 0 48%;
  height: 260px;
  overflow: hidden;
}

.gallery_sec .gallery_content .gallery_right .bottom_gallery .gallery_photo img {
  height: 260px;
  object-fit: cover;
}
/* Gallery Sec */


/* Testimonials Sec */

.testimonials_sec .title_sec {
  text-align: center;
}

.testimonials_sec .title_sec .title_photo {
  width: 18%;
  margin: auto;
}



.testimonials_sec {
  margin: 140px 0;
}
.testimonials_sec .testimonials_title_photo {
  width: 26%;
  margin: 0 auto 40px;
}

.testimonials_sec .testimonials_content_sec {
  background: url(../images/testimonial_bg.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  padding: 0 0 40px;
  background-size: 60%;
}

.testimonials_sec .testimonials_content_sec .title {
  text-align: center;
  margin-bottom: 50px;
}
.testimonials_sec .testimonials_content_sec .testimonials_content .testimonials_photo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  margin: 0 auto 30px;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .testimonials_photo img {
  height: 100%;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content {
  text-align: center;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content span {
  width: 30px;
  display: inline-block;
  margin-right: 20px;
}
.testimonials_sec .testimonials_content_sec .testimonials_slider {
    width: 60%;
    margin: auto;
    padding: 20px 0;
}
.testimonials_sec .testimonials_content_sec .testimonials_content .text_content .des {
    color: #fbfbfb;
    margin-bottom: 40px;
}
.testimonials_sec .testimonials_content_sec .testimonials_content .text_content .bottom_sec .name {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
}

.testimonials_sec .testimonials_content_sec .testimonials_content .text_content .bottom_sec  .designation {
  color: #000;
  font-weight: 700;
}
.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
}

.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li button {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #62270878;
  text-indent: 20px;
  overflow: hidden;
  margin: 0 4px;
}

.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li.slick-active button {
  background: #62290B;
}
.banner_sec .banner_slider .slick-dots li.slick-active button {
  background: #62290B;
}
.testimonials_sec .testimonials_content_sec .testimonials_slider .slick-dots li button:before {
  display: none;
}
/* Testimonials Sec */


/* FAQ Sec */
.faq_sec {
  background: url(../images/faq_bg.png);
  background-repeat: no-repeat;
  background-position: right;
  padding: 40px 0;
  background-size: 70%;
}
.faq_sec .faq_content .accordion-item .accordion-button:after {
  background-image: url(../images/faq_arrow.png);
}
.faq_sec .title {
  width: 170px;
  text-align: center;
}

.faq_sec .faq_content {
  width: 74%;
}

.faq_sec .faq_content .accordion-item {
  margin-bottom: 28px;
  background: #000000bd;
  border: none;
  padding: 0 20px;
  border-radius: 0;
}

.faq_sec .faq_content .accordion-item .accordion-button {
  background: none;
  color: #fff;
  padding: 20px 0;
  font-size: 18px;
  box-shadow: none;
}

.faq_sec .faq_content .accordion-item  .accordion-body {
  padding: 20px 0;
  border-top: 1px solid #585654;
}
.faq_sec .faq_content .accordion-item .accordion-body .text_content .des {
  margin: 0;
  color: #D4D4D4;
  line-height: 1.8;
}
/* FAQ Sec */


/* Call Sec */
.call_sec {
  margin: 40px 0 120px;
}
.call_sec .call_wrapp {
  background-color: #000;
  background-image: url(../images/call_book_bg.png);
  background-repeat: no-repeat;
  border-radius: 15px;
}

.call_sec .call_wrapp .text_content {
  padding: 40px 20% 40px 30%;
}

.call_sec .call_wrapp .text_content .des {
  font-size: 16px;
  color: #fff;
  margin-bottom: 30px;
  line-height: 1.9;
}
.call_sec .call_wrapp .text_content .btn_group {
  display: flex;
}

.call_sec .call_wrapp .text_content .btn_group .call_btn {
  display: flex;
  background: #E51C22;
  color: #fff;
  font-size: 16px;
  align-items: center;
  padding: 9px 20px;
  border-radius: 5px;
  margin-right: 20px;
}
.call_sec .call_wrapp .text_content .btn_group .call_btn:hover {
  background: #a50f13;
}

.call_sec .call_wrapp .text_content .btn_group .call_btn img {
  width: 15px;
  height: auto;
  margin-left: 10px;
}

.call_sec .call_wrapp .text_content .btn_group  .call_btn.book_btn {
  background: #fff;
  color: #E51C22;
}
.call_sec .call_wrapp .text_content .btn_group  .call_btn.book_btn:hover {
  background: #fff4f4;
}
/* Call Sec */





/* Footer Sec */


.footer_sec .f_about_sec a {
  font-size: 34px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
  display: inline-block;
}




.footer_sec .about_sec .f_logo {
  display: block;
  width: 144px;
  margin-bottom: 16px;
  font-size: 34px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}

.footer_sec .footer_top .des {
  color: #e7e7e7;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0;
}
.footer_sec .footer_top {
  padding: 60px 100px;
}
.footer_sec .f_subscribe_from {
  padding: 0 34px;
  display:none;
}

.footer_sec .f_subscribe_from .subscribe_from .form_group input {
  height: 50px;
  border: none;
  border-radius: 5px;
  font-size: 18px;
}

.footer_sec .f_subscribe_from .subscribe_from 
.subscribe_btn {
  background: #E51C22;
  width: 100%;
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px;
  border-radius: 7px;
  margin-top: 20px;
}
.footer_sec .f_subscribe_from .subscribe_from .subscribe_btn:hover {
  background: #990e12;
}


.f_contact .contact {
  display: flex;
  color: #fff;
  align-items: center;
  margin-bottom: 20px;
}

.f_contact .contact img {
  width: auto;
  height: 15px;
  margin-right: 10px;
}


.footer_sec .f_title {
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 20px;
  text-transform: uppercase;
}




.footer_sec .f_list {
  margin-bottom: 0;
  padding: 0;
}
.footer_sec .f_nav.f_contact .f_list li {
  display: flex;
  align-items: self-start;
  margin-bottom: 10px;
}
.footer_sec .f_list li a {
  color: #fff;
  font-size: 16px;
  margin-bottom: 15px;
  display: inline-flex;
  align-items: center;
}
.footer_sec .f_list li a img {
  width: 5px;
  height: auto;
  margin-right: 10px;
}
.footer_sec .f_list li a:hover {
  color: #990e12;
}

.footer_sec .f_payment .payment_icon {
  width: 40%;
  margin: 15px auto;
  display: block;
}

.footer_sec .footer_bottom {
  background: #060606;
  border-top: 1px solid #2E2E2E;
}
.footer_sec .footer_bottom .copy_right {
  margin: 0;
  color: #fff;
  text-align: center;
}

.footer_sec .footer_bottom .container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  flex-wrap: wrap;
}

.footer_sec .footer_bottom .container a {
  color: #E51C22;
  padding: 0 5px 0 10px;
  line-height: 10px;
  height: 14px;
  font-size: 18px;
}
.footer_sec .footer_bottom .container a:hover {
  color: #990e12;
}
.footer_sec .f_nav.f_contact .f_list li img {
  width: 15px;
  margin-right: 16px;
  margin-top: 4px;
}
.footer_sec .f_list li.address {
  display: flex;
  align-items: self-start;
  color: #ffff;
  font-size: 16px;
}
.footer_sec .f_list li.address img {
  margin-right: 10px;
}



/* Footer Sec */



/* Contact From */
.contact_us_from {
  position: fixed;
  top: 20%;
  right: 0;
  width: 18%;
  display: flex;
  align-items: center;
  right: -18%;
  z-index: 2;
}
.contact_us_from.active {
  right: 0%;
}

.contact_us_from .contact_from {
  background: #fff;
  width: 100%;
  padding: 25px;
}

.contact_us_from .contact_btn {
  background: #e51c22;
  color: #fff;
  font-size: 30px;
  transform: rotate(90deg);
  padding: 10px 57px;
  position: absolute;
  left: -47%;
  border-radius: 0 0 40px 40px;
  font-weight: 700;
}
.contact_us_from .contact_from .form_group {
  margin-bottom: 18px;
}

.contact_us_from .contact_from .form_group label {
  font-size: 18px;
  margin-bottom: 4px;
}

.contact_us_from .contact_from .form_group input {
  height: 40px;
}

.contact_us_from .contact_from  .subscribe_btn {
  display: block;
  width: 100%;
  border: none;
  padding: 10px;
  background: #e51c22;
  color: #fff;
  font-size: 20px;
  border-radius: 6px;
}
/* contact From */

.contact_us_from.active .contact_btn {
    display: none;
}
.contact_us_from .close_icon {
  position: absolute;
  left: -14px;
  top: -14px;
  background: #e51c22;
  width: 34px;
  height: 34px;
  text-align: center;
  border-radius: 50%;
  line-height: 34px;
  cursor: pointer;
  display: none;
}

.contact_us_from .close_icon img {
  width: 16px;
}




 
 /*=============== Start Responsive css ===============*/

 
 
/* 1900px */

@media screen and (max-width: 1900px) {
  .contact_us_from .contact_btn {
    left: -49.5%;
  }
}
/* 1884px */
@media screen and (max-width: 1884px) {

  /****==== Home Page ====****/
  .banner_sec .text_contain .banner_title {
    font-size: 114px;
  }
  /****==== Home Page ====****/
}


/* 1800px */
@media screen and (max-width: 1800px) {

  /****==== Home Page ====****/
  .banner_sec .text_contain .banner_title {
    font-size: 98px;
    line-height: 110px;
  }
  .banner_sec .text_contain .bottom_sec .des {
    font-size: 28px;
  }
  .about_sec {
    padding: 160px 0 430px;
    background-position: center;
    background-size: 100%;
  }
  .contact_us_from .contact_btn {
    left: -55.9%;
  }
   /****==== Home Page ====****/

   
 


}
/* 1600px */
@media screen and (max-width: 1600px) {

  .container {
      max-width: 1300px;
  }


  /****==== Home Page ====****/
  .contact_us_from .contact_btn {
    left: -58.6%;
  }
  .banner_sec .text_contain .banner_title {
    font-size: 88px;
    line-height: 90px;
  }
  .banner_sec .text_contain .bottom_sec .des {
    font-size: 24px;
  }
  .banner_sec:after {
    bottom: -50px;
  }
  .mentor_sec .mentor_photo {
    width: 26%;
    flex: 0 0 26%;
}
  /****==== Home Page ====****/


 
}



/* 1400px */
@media screen and (max-width: 1400px) {

  .container {
    max-width: 1100px;
  }

  .contact_us_from .contact_btn {
    left: -55.8%;
  }

  .contact_us_from {
    width: 24%;
    right: -24%;
  }

  /****==== Home Page ====****/
  .banner_sec .text_contain .banner_title {
    font-size: 74px;
    line-height: 70px;
  }
  .banner_sec .text_contain .bottom_sec .des {
    font-size: 20px;
  }
  .banner_sec .text_contain .des {
    font-size: 28px;
  }
  .banner_sec .banner_photo {
    width: 26%;
    flex: 0 0 26%;
  }
  .banner_sec .banner_photo.banner_photo2 {
    width: 21%;
    flex: 0 0 21%;
  }
  .banner_sec .text_contain .des {
    font-size: 26px;
  }
  .banner_sec:after {
    bottom: -22px;
    height: 100px;
  }
  .about_sec {
    padding: 70px 0 350px;
  }
  .key_usps_sec {
    padding: 150px 0 40px;
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span.border2 {
    left: -11%;
  }
  .mentor_sec {
    padding: 120px 0 50px;
    background-size: 60%;
  }
  .courses_sec .container {
    max-width: 1000px;
  }
  .call_sec .call_wrapp .text_content {
    padding: 40px 10% 40px 38%;
  }
  .call_sec .call_wrapp {
    background-size: 48%;
  }
  .footer_sec .footer_top {
    padding: 60px 60px;
  }
  
  /****==== Home Page ====****/

  
  

}


/* 1200px */
@media screen and (max-width: 1200px) {
  .container {
    max-width: 990px;
  }
  
  .contact_us_from {
    width: 30%;
    right: -30%;
  }
  .contact_us_from .contact_btn {
    left: -54.4%;
  }
  /*****===== Home Page =====*****/
  .banner_sec .text_contain {
    width: 49%;
  }
  .banner_sec .text_contain .banner_title {
    font-size: 60px;
    line-height: 52px;
  }
  .banner_sec .text_contain .des {
    width: 100%;
    font-size: 28px;
  }
  .banner_sec .banner_photo {
    width: 24%;
    flex: 0 0 24%;
  }
  .banner_sec .banner_photo.banner_photo2 {
    width: 19%;
    flex: 0 0 19%;
  }
  .banner_sec .text_contain .banner_contact a {
    font-size: 20px;
  }
  .banner_sec .text_contain .banner_contact a img {
    width: 20px;
    margin-top: 6px;
    margin-right: 10px;
  }
  .banner_sec .text_contain .des {
    width: 100%;
    font-size: 24px;
  } 
  .banner_sec:after {
    bottom: 0;
    height: 30px;
  }
  .call_sec .call_wrapp {
    background-size: 54%;
  }
  .call_sec .call_wrapp .text_content {
    padding: 40px 10% 40px 44%;
  }
  .footer_sec .footer_top {
    padding: 60px 30px;
  }

 
  /****==== Home Page ====****/


}

/* 991px */
@media screen and (max-width: 991px) {
  .container {
    max-width: 100%;
  }

  .contact_us_from {
    width: 40%;
    right: -40%;
  }
  .contact_us_from .contact_btn {
    left: -50.5%;
    font-size: 28px;
  }

  
  /*****===== Home Page =====*****/
  .header_sec .contact_sec a {
    font-size: 16px;
    padding: 10px 22px;
  }
  .header_sec .contact_sec a img {
    width: 18px;
    margin-right: 10px;
  }
  .header_sec .logo {
    width: 100px;
  }
  .banner_sec:after {
    bottom: -5px;
    height: 100px;
    z-index: 0;
  }
  .banner_sec .container {
    top: 106px;
  }
  .banner_sec .text_contain .banner_title {
    font-size: 54px;
    line-height: 45px;
  }
  .banner_sec .banner_photo.banner_photo2 {
    width: 18%;
    flex: 0 0 18%;
  }
  .banner_sec .text_contain {
    width: 57%;
  }
  .banner_sec .text_contain .des {
    font-size: 20px;
    z-index: 1;
    position: relative;
  }
  .banner_sec .banner_photo.banner_photo2 {
    width: 19%;
    flex: 0 0 19%;
  }
  .banner_sec .text_contain .banner_contact {
    position: relative;
    z-index: 1;
  }
  .banner_sec .text_contain .banner_contact a {
    font-size: 18px;
  }
  .banner_sec .text_contain .banner_contact a img {
    width: 16px;
    margin-top: 6px;
    margin-right: 6px;
  }
  .banner_sec .text_contain .banner_contact a {
    font-size: 18px;
  }
  .banner_sec .text_contain .bottom_sec .des {
    font-size: 16px;
  }
  .about_sec {
    padding: 120px 0 200px;
  }
  .about_sec .text_contain {
    width: 64%;
  }
  .about_sec .container {
    max-width: 84%;
  }
  .about_sec .title {
    font-size: 30px;
    width: 52%;
    text-align: center;
  }

  .key_usps_sec .key_ups_content_sec {
    margin-top: 70px;
  }
  .key_usps_sec .key_ups_photo {
    top: 0;
    margin: auto;
    bottom: 0;
  }
  .key_usps_sec .key_ups_content .key_ups_info {
    width: 35%;
    padding: 20px 70px 40px  23px;
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) {
    padding: 20px 20px 40px  70px;
  }

  .key_usps_sec .key_ups_content .key_ups_info {
    width: 35%;
    padding: 20px 70px 40px  23px;  
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) {
    padding: 20px 20px 40px  70px;
  }

  .key_usps_sec .key_ups_content .key_ups_info span {
    right: 4%;
    clip-path: polygon(74% 0, 87% 0, 66% 100%, 53% 100%);
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span.border2 {
    left: -21%;
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span {
    left: -11%;
  }
  .key_usps_sec .key_ups_content .key_ups_info .text_content .ups_title {
    font-size: 18px;
  }

  .mentor_sec {
    padding: 80px 40px 50px;
  }
  .mentor_sec .title_sec .title {
    font-size: 34px;
    margin-bottom: 20px;
  }
  .mentor_sec .mentor_photo {
    width: 26%;
    flex: 0 0 26%;
    margin-right: 30px;
  }
  .courses_sec {
    background-size: 41%;
    background-position: 21% 200px;
    padding: 0 0 60px;
}
  .courses_sec .title_sec .title_photo {
    width: 64%;
  }
  .courses_sec .title_sec .title {
    width: 28%;
    font-size: 34px;
  }
  .courses_sec .courses_content .courses_text_content .top_sec .courses_icon {
    width: 100px;
    height: 80px;
    margin-right: 40px;
  }
  .courses_sec .courses_content .courses_text_content .top_sec .type {
    font-size: 20px;
  }
  .credibility_sec {
    padding: 80px 0 120px;
  }
  
  .credibility_sec .credibility_content {
    padding: 30px 20px 10px;
    height: 150px;
  }
  .credibility_sec .credibility_content .count_area {
    width: 120px;
    height: 80px;
    top: -40px;
}
  .credibility_sec .credibility_content .count_area .count_number {
    font-size: 28px;
  }
  .credibility_sec .credibility_content .count_title {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5;
  }
  .gallery_sec .gallery_content .gallery_left .gallery_photo, .gallery_sec .gallery_content .gallery_right .top_gallery .gallery_photo, .gallery_sec .gallery_content .gallery_right .bottom_gallery .gallery_photo {
    height: 190px;
  }
  .gallery_sec .gallery_content .gallery_left .gallery_photo img, .gallery_sec .gallery_content .gallery_right .top_gallery .gallery_photo img, .gallery_sec .gallery_content .gallery_right .bottom_gallery .gallery_photo img {
    height: 190px;
  }
  .gallery_sec .gallery_content  .gallery_photo, .gallery_sec .gallery_content  .gallery_photo img {
    height: 400px;
  }
  .testimonials_sec {
    margin: 80px 0;
  }
  .testimonials_sec .testimonials_content_sec .title {
    font-size: 34px;
  }
  .faq_sec .faq_content {
    width: 82%;
  }
  .call_sec .call_wrapp .text_content {
    padding: 30px 2% 30px 30%;
  }
  .call_sec .call_wrapp {
    background-size: 70%;
    background-position: -71% center;
  }
  .footer_sec .f_about_sec {
    text-align: center;
    margin-bottom: 60px;
}
  /*****===== Home Page =====*****/

  
  


}


/* 767px */
@media screen and (max-width: 767px) {

  .contact_us_from {
    width: 70%;
    right: -70%;
  }
  .contact_us_from .contact_from .form_group label {
      font-size: 14px;
      margin-bottom: 4px;
    }
    
    .contact_us_from .contact_from .form_group input {
      height: 35px;
    }
    .contact_us_from .contact_from  .subscribe_btn {
      padding: 7px;
      font-size: 17px;
    }
  .contact_us_from .contact_btn {
    left: -34%;
    font-size: 16px;
    padding: 10px 40px;
  }
  /*****===== Home Page =====*****/
  .header_sec .contact_sec a span {
    display: none;
  }
  .header_sec .logo {
    width: 74px;
  }
  .banner_sec {
    height: 660px;
  }
  .banner_sec .text_contain {
    width: 100%;
  }
  .banner_sec img {
    height: 340px;
    position: relative;
    top: 30px;
    object-fit: cover;
  }
  .banner_sec .text_contain .banner_contact a img {
    height: auto;
    top: 0;
  }
  .banner_sec .banner_photo {
    width: 60%;
    flex: 0 0 40%;
    height: auto;
    margin: 0 auto 28px;
  }
  .banner_sec:after {
    bottom: 26px;
    height: 90px;
  }
  .banner_sec .banner_photo img {
    height: auto;
    top: 0;
  }
  .banner_sec .banner_photo.banner_photo2 {
    display: none;
  }
  .banner_sec .text_contain .banner_title {
    font-size: 44px;
    line-height: 45px;
  }
  .about_sec .text_contain {
    width: 100%;
    margin: auto;
  }

  .about_sec {
    padding: 90px 0 120px;
    text-align: center;
    background-position: center bottom;
  }
  .about_sec .title {
    font-size: 30px;
    width: 62%;
    text-align: center;
    margin: 0 auto 30px;
  }
  .about_sec .des {
    line-height: 1.8;
  }
  .key_usps_sec {
    padding: 240px 0 40px;
  }
  .key_usps_sec .title_sec {
    width: 100%;
    margin: auto;
  }
  .key_usps_sec .title_sec .title_photo {
    width: 40%;
    margin: auto;
  }
  .key_usps_sec .title_sec .title:before {
    height: 38px;
    width: 60%;
    margin: auto;
  }
  .key_usps_sec .key_ups_content_sec {
    margin-top: 10px;
  }
  .key_usps_sec .title_sec .title {
    width: 90%;
    font-size: 34px;
  }
  .key_usps_sec .key_ups_content .key_ups_info {
    width: 100%;
    padding: 20px 70px 40px  23px;
  }
  .key_usps_sec .key_ups_photo {
    display: none;
  }
  .key_usps_sec .key_ups_content .key_ups_info .text_content .ups_title {
    font-size: 30px;
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span {
    left: -6%;
  }
  .key_usps_sec .key_ups_content .key_ups_info:nth-child(2n + 2) span.border2 {
    left: -14%;
  }
  .mentor_sec .container {
    flex-direction: column;
  }
  .mentor_sec {
    padding: 30px 20px 50px;
    background-size: 100%;
  }
 
  .mentor_sec .mentor_photo {
    width: 44%;
    flex: 0 0 44%;
    margin: auto;
  }
  .mentor_sec .text_content {
    text-align: center;
  }
  .courses_sec .title_sec .title_photo {
    width: 100%;
  }
  .courses_sec .title_sec .title {
    width: 60%;
    font-size: 34px;
  }
  .courses_sec .courses_content .courses_photo {
    display: none;
  }
  .courses_sec .courses_content .courses_text_content {
    width: 100%;
    flex: 0 0 100%;
  }
  .courses_sec .courses_content .courses_text_content .top_sec {
    flex-direction: column;
  }
  .courses_sec .courses_content .courses_text_content .top_sec .courses_icon {
    margin: auto;
  }
  .courses_sec .courses_content .courses_text_content .top_sec .type {
    font-size: 20px;
    margin: 30px auto 0;
  }
  .courses_sec {
    background-image: none;
  }
  .credibility_sec .title_photo {
    width: 100%;
  }
  .credibility_sec {
    padding: 80px 0 40px;
    background-position: center 80%;
    background-size: auto;
  }
  .credibility_sec .title_sec .title {
    width: auto;
  }
  .credibility_sec .credibility_content {
    height: 130px;
    margin-bottom: 30px;
  }
  .gallery_sec .title_sec {
    width: auto;
  }
  .gallery_sec .gallery_content .gallery_left {
    width: 100%;
    margin: 0;
    flex: 0 0 100%;
  }
  .gallery_sec .gallery_content {
    flex-direction: column;
  }
  .gallery_sec .gallery_content  .gallery_photo {
    width: 100%;
    flex: 0 0 100%;
    margin: 0;
  }
  .gallery_sec .gallery_content .gallery_right {
    width: 100%;
    flex: 0 0 100%;
    margin: 20px auto 0;
  }
  .testimonials_sec .title_sec .title_photo {
    width: 38%;
    margin: auto;
  }
  .testimonials_sec .testimonials_content_sec .testimonials_slider {
    width: 80%;
  }
  .testimonials_sec .testimonials_content_sec {
    background-position: center 120%;
    background-size: 190%;
  }
  .faq_sec .faq_content {
    width: 100%;
  }
  .faq_sec .title {
    width: 50%;
    text-align: center;
    margin: 0 auto 12px;
    display: block;
  }
  .call_sec {
    margin: 0 auto 60px;
  }
  .call_sec .call_wrapp .text_content {
    padding: 28px 10px;
    text-align: center;
  }
  .call_sec .call_wrapp .text_content .des {
    line-height: 1.5;
  }
  .call_sec .call_wrapp {
    background-size: cover;
  }
  .call_sec .call_wrapp .text_content .btn_group {
    justify-content: center;
  }
  .call_sec .call_wrapp .text_content .btn_group .call_btn {
    margin: 0 6px;
  }
  .footer_sec .footer_top {
    padding: 40px 20px;
  }
  .footer_sec .f_subscribe_from {
    padding: 0;
    margin-bottom: 30px;
  }
  .footer_sec .f_title {
    text-align: center;
  }
  
  /*****===== Home Page =====*****/
  
}