/* ======================================================================== component start */
@font-face {
  font-family: 'arjang-icons';
  src: url('../fonts/arjang-icons.eot');
  src: url('../fonts/arjang-icons.eot') format('embedded-opentype'),
    url('../fonts/arjang-icons.ttf') format('truetype'),
    url('../fonts/arjang-icons.woff') format('woff'),
    url('../fonts/arjang-icons.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'arjang-icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aparat:before {
  content: "\e900";
  color: #fff;
}

.icon-arrow-left:before {
  content: "\e901";
}

.icon-arrow-right:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\e903";
  color: #fff;
}

.icon-full-page:before {
  content: "\e904";
}

.icon-instagram:before {
  content: "\e905";
  color: #fff;
}

.icon-linkedin:before {
  content: "\e906";
  color: #fff;
}

.icon-minimize:before {
  content: "\e907";
}

.icon-phone-lg:before {
  content: "\e908";
  color: #ffffff;
}

.icon-phone-lgg:before {
  content: "\e908";
  color: #040404;
}

.icon-phone:before {
  content: "\e909";
}

.icon-pin:before {
  content: "\e90a";
  color: #000000;
}

.icon-play:before {
  content: "\e90b";
}

.icon-telegram:before {
  content: "\e90c";
}

.icon-telegram2:before {
  content: "\e90d";
  color: #fff;
}

.icon-twitter:before {
  content: "\e90e";
  color: #fff;
}

.icon-x-mark:before {
  content: "\e90f";
}

.icon-x:before {
  content: "\e910";
  color: #fff;
}


* {
  box-sizing: border-box;
}

body {
  font-family: mo-rg;
  position: relative;
  overflow-x: hidden;
}

h1,

h2,

h3,

h4,

h5,

h6,

p {

  margin: 0;

}

a {

  text-decoration: none;

  display: inline-block;

}

span {
  display: inline-block;
}

/* fonts */

@font-face {

  font-family: mo-rg;

  src: url('../fonts/Modam-Regular.ttf');

}

@font-face {

  font-family: mo-md;

  src: url('../fonts/Modam-Medium.ttf');

}

@font-face {

  font-family: mo-bd;

  src: url('../fonts/Modam-Bold.ttf');

}

@font-face {

  font-family: mo-ebd;

  src: url('../fonts/Modam-ExtraBold.ttf');

}

@font-face {

  font-family: mo-sb;

  src: url('../fonts/Modam-SemiBold.ttf');

}

@font-face {

  font-family: mo-lt;

  src: url('../fonts/Modam-Light.ttf');

}

@font-face {

  font-family: mo-elt;

  src: url('../fonts/Modam-ExtraLight.ttf');

}

:root {
  --say-blue: #1FAFBC;
}

figure {

  margin: 0;

}

/* header start */

.header-fixed {
  position: fixed !important;
  background-color: #fff;
  top: 0 !important;
  left: 0;
}

.sum-header {
  position: absolute;
  width: 100%;
  top: 24px;
  z-index: 99;
  margin-bottom: 87px;
}

.sum-nav {
  background-color: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  gap: 43px;
  padding: 0px 28px 0px 18px;
}

.sum-menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 42px;
}

.sum-menu-list li {
  /* border-bottom: 2px solid transparent; */
  transition: .3s;
}

/* .sum-menu-list li:hover {
  border-color: #E16744;
} */

.link-reach {
  border-bottom: 2px solid #000 !important;
}

.sum-menu-list li a {
  font-size: 14px;
  font-family: mo-md;
  color: #111113;
}

.sum-blask-sm-btn {
  background-color: #f4a261;
  padding: 13px 24px 15px 27px;
  font-size: 14px;
  font-family: mo-md;
  color: #000000;
  margin-right: auto;
}

/* header end */
.sum-sub {
  font-size: 12px;
  font-family: mo-md;
  color: #000000;
  margin-bottom: 38px;
}

.sum-sub::before {
  content: '';
  display: inline-block;
  width: 53px;
  height: 1px;
  position: relative;
  background-color: #000000;
  margin-left: 20px;
  top: -2px;
}

.sum-title {
  font-size: 34px;
  font-family: mo-md;
  line-height: 42px;
  color: #000000;
  margin-bottom: 30px;
}

.sum-title2 {
  font-size: 34px;
  font-family: mo-md;
  line-height: 42px;
  color: #ffffff;
  margin-bottom: 30px;
}

.sum-title1 {
  font-size: 34px;
  font-family: mo-md;
  line-height: 42px;
  color: #000000;
  margin-bottom: 30px;
}

.sec-prg {
  font-size: 14px;
  line-height: 24px;
  color: #757575;
}


.sum-x-mark {
  width: 30px;
  height: 30px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(45deg);
  display: none;
}



.sum-x-mark::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 4px;
  background-color: #fff;
  position: absolute;
}



.sum-x-mark::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 100%;
  background-color: #fff;
  position: absolute;
}



.ves-bars {
  background-color: transparent;
  border: none;
  display: none;
  width: 30px;
  height: 25px;
  position: relative;
  align-items: center;
}



.ves-bars span {
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  right: 0;
}



.ves-bars::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  top: 0;
  right: 0;
}



.ves-bars::after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  right: 0;
}

/* ======================================================================== component end */
/* ======================================================================== hero start */
.hero {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  position: relative;
  overflow: hidden;
  /*margin-bottom: 113px;*/
}

.hero-title {
  font-size: 36px;
  color: #000;
  font-family: mo-ebd;
  margin-bottom: 27px;
}

.hero-title span {
  position: relative;
  background-color: #fff;
  margin-bottom: 21px;
  padding: 18px 32px 18px 37px;
}

.hero-title span::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
}

.hero-head .sec-prg {
  font-size: 16px;
  line-height: 28px;
  color: #ffffff;
  padding-left: 100px;
  margin-bottom: 35px;
}

.sum-black-btn {
  width: 160px;
  height: 50px;
  background-color: #f4a261;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000000;
  position: relative;
  transition: .3s;
}

.sum-black-btn::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  right: 5px;
  transition: .3s;
}

/* .sum-black-btn:hover::before {
  right: 0;
  top: 0;
  border-width: 3px;
} */

.hero-img {
  width: 100%;
  height: 315px;
  border: 2px solid #000;
}

.hero-img img {
  width: 100%;
  height: 270px;
  object-fit: cover;
}

.upper-box-hero {
  width: 100%;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: end;
   background-color: #f4a261;
}

.botoom-box-hero {
  width: 100%;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: start;
  background-color: #f4a261;
}

.little-box-first {
  width: 40px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-left: 2px solid #000;
}

.little-box-second {
  width: 270px;
  height: 100%;
  border-left: 2px solid #000;
  background-color: #fff;
}

.hero-content {
  height: 100vh;
  display: flex;
  align-items: center;
}


.speaker {
  position: absolute;
  bottom: -30px;
  left: 0;
}

.thirty-percent {
  position: absolute;
  bottom: 150px;
  left: 280px;
}

.fourty-percent {
  position: absolute;
  bottom: 230px;
  left: 265px;
}

/* ======================================================================== hero end */
/* ======================================================================== about start */

.about .sec-head {
  text-align: center;
}

.about .sec-head .sec-prg {
  margin-bottom: 37px;
  font-size: 16px;
  line-height: 28px;
  color: #000;
}

.about {
  margin-bottom: 108px;
}

.about .sum-title {
  font-size: 32px;
  line-height: 46px;
}

.sec-video {
  display: flex;
  justify-content: center;
}

.video-play {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: none;
  transition: .3s;
}

.video-play:hover {
  transform: scale(1.1);
}

.video-play img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.video-play span {
  position: absolute;
}



.video-play span::before {
  font-size: 12px;
  position: relative;
  top: -2px;
  color: #000;
}

.sum-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
  z-index: 9999999999;
}

.sum-modal-content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 100vh;
}

.sum-modal-content video {
  width: 50%;
  object-fit: cover;
}

.sum-modal-content .sum-x-mark {
  display: flex;
  position: absolute;
  top: 50px;
  left: 50px;
}

/* ======================================================================== about end */
/* ======================================================================== course category start */
.course-category {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 140px 0px;
  margin-bottom: 85px;
}

.course-category .sec-head {
  text-align: center;
}

.course-category .sum-sub {
  color: #000000;
}

.course-category .sum-sub::before {
  background-color: #000;
}

.course-category .sec-prg {
  color: #000;
  margin-bottom: 66px;
}

.course-item {
  background-color: #fff;
  position: relative;
  padding: 31px 31px 10px 20px;
  height: 280px;
  position: relative;
  margin-bottom: 26px;
}

.course-item::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  top: 10px;
  right: 8px;
  transition: .3s;
}

/* .course-item:hover::before {
  top: 0;
  right: 0;
  border-width: 3px;
} */

.course-item-title a {
  font-size: 18px;
  font-family: mo-md;
  color: #000;
  margin-bottom: 20px;
  transition: .3s;
}

/* .course-item-title a:hover {
  color: #E16744;
} */

.course-item-content {
  position: relative;
  z-index: 40;
}

.course-item .sec-prg {
  margin-bottom: 13px !important;
}

.see-more-link {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #000;
  transition: .3s;
}

/* .see-more-link:hover {
  color: #E16744;
} */

.see-more-link span::before {
  font-size: 23px;
  position: relative;
  right: 0;
  margin-right: 10px;
  transition: .3s;
}

/* .see-more-link:hover span::before {
  right: 5px;
} */

.course-item-pic {
  margin-bottom: 20px;
  height: 55px;
}

.course-item.more-course {
  background-color: #264653;
  padding-top: 70px;
}

.course-item.more-course::before {
  border-color: #fff;
}

.course-item.more-course .course-item-title a {
  color: #fff;
}

.course-item.more-course .sec-prg {
  color: #D1D1D1;
  margin-bottom: 45px !important;
}

.course-item.more-course .see-more-link {
  color: #fff;
}


/* ======================================================================== course category end */
/* ======================================================================== features start */

.features-item {
  display: flex;
  align-items: center;
  gap: 17px;
}

.features-item-title {
  font-size: 14px;
}

.feature-item-num {
  display: block;
  font-size: 32px;
  line-height: 42px;
  font-family: mo-md;
  color: #1D1D27;
}

.feature-item-title {
  display: block;
  font-size: 14px;
  line-height: 42px;
  font-family: mo-md;
  color: #1D1D27;
}

.features-content {
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: center;
}

.features {
  margin-bottom: 130px;
}

/* ======================================================================== features  end */
/* ======================================================================== discount start */

.discount-item {
  background-color: #fff;
  height: 340px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: 27px;
  padding: 0px 15px;
}

.discount-item::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 2px solid #000;
  position: absolute;
  top: 10px;
  right: 8px;
}

.discount-title {
  font-size: 18px;
  font-family: mo-sb;
  line-height: 38px;
  margin-bottom: 10px;
}

.discount-item .sec-prg {
  color: #000;
  text-align: center;
}

.discount-item.group-sign {
  height: 545px;
  padding: 0px 31px;
}

.discount-item.group-sign p {
  margin-bottom: 24px;
}

.discount .sum-sub {
  color: #ffffff;
}

.discount .sum-sub::before {
  background-color: #ffffff;
}

.discount .sec-head {
  text-align: center;
  margin-bottom: 53px;
}

.discount .sec-prg {
  color: #ffffff;
  font-size: 16px;
  line-height: 28px;
}

.discount .sec-prg2 {
  color: #000000;
  font-size: 16px;
  line-height: 28px;
}

.discount {
  padding: 110px 0px 86px 0px;
  margin-bottom: 120px;
}

.economy-policy .sec-prg {
  text-align: center;
}

.policy {
  color: #f4a261;
}

.economy-policy {
  margin-top: 40px;
}

.contact-phone {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 24px;
}

.contact-phone a {
  font-size: 16px;
  color: #ffffff;
  transition: .3s;
}

.contact-phone a:hover {
  color: #fff;
}

.line-phone::after {
  content: '';
  display: inline-block;
  width: 2px;
  height: 10px;
  background-color: #ffffff;
  position: relative;
  top: 1px;
  margin: 0px 10px;
}

.contact-phone span::before {
  font-size: 24px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.group-sign-gide {
  text-decoration: underline;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  margin-top: 40px;
  position: relative;
  z-index: 40;
  transition: .3s;
  font-size: 14px;
}

.group-sign-gide:hover:hover {
  color: #E16744 !important;
}

/* ======================================================================== discount end */
/* ======================================================================== course pack start */
.pack-policy {
  color: #FFCD00;
}


.course-pack .sum-sub {
  color: #000;
}

.course-pack .sum-sub::before {
  background-color: #000;
}

.course-pack .sec-prg {
  color: #000;
  /* display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start; */
}

.course-pack .sec-prg img {
  margin-left: 10px;
}

.course-pack .sec-head {
  text-align: center;
  margin-bottom: 67px;
}

.right-side-pic,
.left-side-pic {
  position: relative;
}

.right-side-pic a,
.left-side-pic a {
  display: inline-block;
  width: 100%;
}

.course-pack-percent {
  width: 125px !important;
  height: 110px !important;
  object-fit: contain !important;
  position: absolute;
  bottom: -15px;
  right: -30px;
}

.right-side-pic img,
.left-side-pic img {
  height: 100%;
  width: 100%;
}

.upper-pack-box {
  height: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 5px;
  border: 2px solid #000;
  border-bottom: none;
}

.upper-pack-box span::before {
  font-size: 12px;
  position: relative;
  top: -2px;
}

.bottom-pack-box {
  height: 20px;
  width: 100%;
  border: 2px solid #000;
  border-top: none;
  display: flex;
  justify-content: space-between;
}

.right-side-pic .icon-arrow-right {
  transform: rotate(180deg);
}

.left-side-pic .icon-arrow-right {
  transform: rotate(180deg);
}

.little-pack-box {
  width: 50%;
  border-left: 2px solid #000;
  height: 100%;
}

.left-side-pic .little-pack-box {
  border-left: none;
  border-right: 2px solid #000;
}

.little-pack-box-second {
  width: 37px;
  border-right: 2px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.left-side-pic .little-pack-box-second {
  border-right: none;
  border-left: 2px solid #000;
}

.course-pack-item-title a {
  font-size: 22px;
  font-family: mo-sb;
  line-height: 38px;
  color: #000;
  margin-bottom: 10px;
  transition: .3s;
}

/* .course-pack-item-title a:hover {
  color: #E16744;
} */

.course-pack-item-sub {
  font-size: 16px;
  font-family: mo-md;
  line-height: 38px;
  color: #000;
  margin-bottom: 10px;
}

.course-pack-item .sec-prg {
  font-family: mo-lt;
  color: #000;
  margin-bottom: 26px;
  padding-left: 100px;
}

.pack-price {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}

.pack-price-title {
  font-size: 16px;
  font-family: mo-md;
  line-height: 28px;
  color: #000;
  margin-left: 25px;
}

.pack-price del {
  font-size: 22px;
  line-height: 28px;
  color: #000;
  margin-left: 26px;
}

.pack-discount-price {
  font-size: 28px;
  line-height: 28px;
  font-family: mo-sb;
  color: #f4a261;
}

.pack-signup {
  width: 160px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 21px;
  background-color: #f4a261;
  color: #000000;
  font-family: mo-lt;
  transition: .3s;
}

/* .pack-signup:hover {
  background-color: #E16744; */
/* } */

.corse-pack-item-content {
  padding-right: 20px;
}

.course-pack-content .course-pack-item:nth-child(even) .row {
  flex-direction: row-reverse;
}

.course-pack-item {
  margin-bottom: 127px;
}

.left-side-percent {
  position: absolute;
  width: 125px !important;
  height: 110px !important;
  object-fit: contain !important;
  left: -40px;
  bottom: -20px;
}

.course-pack {
  margin-bottom: 70px;
}

/* ======================================================================== course pack end */
/* ======================================================================== teenage course start */
.teenage-course {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0px;
  position: relative;
  margin-bottom: 150px;
}

.teenage-course .sum-sub {
  color: #ffffff;
}

.teenage-course .sum-sub::before {
  background-color: #ffffff;
}

.teenage-course .sum-title {
  margin-right: 90px;
  margin-top: -30px;
  margin-bottom: 14px;
}

.teenage-title-pic-1 {
  position: relative;
  top: -7px;
}

.teenage-title-pic-2 {
  position: relative;
  top: -30px;
  right: -30px;
}

.teenage-course .sec-prg {
  color: #ffffff;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 28px;
}

.teenage-course .sec-head {
  text-align: center;
}

.teenage-link {
  background-color: #f4a261;
  width: 200px;
  height: 45px;
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto;
  position: relative;
}

.teenage-link::before {
  content: '';
  display: inline-block;
  width: 100%;
  height: 100%;
  border: 1px solid #000000;
  position: absolute;
  top: 4px;
  right: 4px;
  transition: .3s;
}

/* .teenage-link:hover::before {
  top: 0;
  right: 0;
  border-width: 3px;
} */

.teeange-course-pic-1 {
  position: absolute;
  top: 70px;
  right: 80px;
}

.teeange-course-pic-2 {
  position: absolute;
  top: 120px;
  right: 120px;
}

.teeange-course-pic-3 {
  position: absolute;
  bottom: 60px;
  left: 100px;
}

.teeange-course-pic-4 {
  position: absolute;
  bottom: 40px;
  left: 80px;
}

/* ======================================================================== teenage course end */
/* ======================================================================== faq start */

/* accordion design */

.accordion-item {
  margin-bottom: 16px;
  border: 1.5px solid #000 !important;
}

.accordion-title-header {
  color: #212121;
  font-family: mo-md;
  font-size: 14px;
  margin: 0;
  transition: .3s;
}

.head-color {
  color: #000;
}

.accordion-title {
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: .3s;
  gap: 15px;
}

.accordion-content {
  display: none;
  padding: 0px 24px 36px 50px;
}

.deactive-content {
  display: none;
}

/* arrow down mark */
.tog-acc::after {
  content: '';
  width: 12px;
  height: 12px;
  border-bottom: 2px solid #000;
  border-left: 2px solid #000;
  display: inline-block;
  transform: rotate(-45deg);
  transition: .3s;
  position: absolute;
  top: -10px;
  left: 5px;
}

.tog-acc {
  display: flex;
  position: relative;
}

.tog-acc-active::after {
  transform: rotate(135deg);
  transition: .3s;
  position: absolute;
  top: -3px;
}

.accordion-head {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 70px;
}

.accordion-head span::before {
  font-size: 36px;
}

.accordion-head h2 {
  font-size: 24px;
  font-family: yb-md;
  line-height: 44px;
  color: #000;
}

.accordion-item .sec-prg {
  color: #000;
}

/* plus mark */
.accordions-plus .tog-acc {
  position: relative;
  min-width: 15px;
  height: 15px;
  margin-right: 15px;
}

.accordions-plus .tog-acc::after {
  content: '';
  width: 1px;
  height: 100%;
  background-color: #000;
  display: inline-block;
  position: absolute;
  transition: .4s;
  border: none;
  display: inline-block;
  transform: rotate(0deg);
  top: 0px;
  left: 14px;
}

.accordions-plus .tog-acc::before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #000;
  display: inline-block;
  position: absolute;
  top: 7px;
  left: 7px;
}

.accordions-plus .tog-acc-active::after {
  transform: rotate(90deg);
  transition: .4s;
}

/* accordion design ends */
.sum-faq {
  margin-bottom: 115px;
}

.sum-faq .sec-head {
  padding-left: 30px;
}

.sum-faq .sum-title {
  font-size: 36px;
  line-height: 60px;
}

.sum-faq .sec-prg {
  color: #000;
}

.sum-faq-btn {
  background-color: #f4a261;
  font-size: 14px;
  line-height: 21px;
  color: #000000;
  padding: 12px 39px;
  margin-top: 28px;
  transition: .3s;
}

/* .sum-faq-btn:hover {
  background-color: #E16744;
} */

/* ======================================================================== faq end */


/* ======================================================================== footer start */

.footer-rd {
  background-color: #f4a261;
  padding-bottom: 30px;
}

.footer-title {
  color: #000000;
  font-family: 'mo-md';
  font-size: 18px;
  line-height: 32px;
  margin-top: 40px;
  margin-bottom: 24px;
}

.footer-rd .sec-prg {
  color: #000000;
  margin-bottom: 35px;
  line-height: 26px;
}

.social-media {
  display: flex;
  align-items: center;
  gap: 30px;
}

.social-media span::before {
  font-size: 24px;
  color: #000000;
  transition: .3s;
}

.social-media span:hover::before {
  color: #ffffff;
}

.contact-rd {
  display: flex;
  gap: 25px;
  align-items: center;
  margin-bottom: 40px;
}

.contact-rd span::before {
  font-size: 42px;
}

.cont-title {
  color: #000000;
  font-family: 'mo-md';
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 11px;
}

.contact-rd-cont a,
.contact-rd-cont address {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  transition: .3s;
}

.contact-rd-cont a:hover,
.contact-rd-cont address:hover {
  color: #E16744;
}

.contact-rd>span {
  width: 50px;
}


.contact-rd-cont-tel::after {
  content: '';
  display: inline-block;
  width: 1px;
  height: 10px;
  background-color: #000000;
  margin: 0px 10px;
}

.footer-cont {
  border-bottom: 1px solid #555557;
  padding: 110px 0px 80px 0px;
  margin-bottom: 30px;
}

.copyright .sec-prg {
  margin: 0;
  color: #000000;
  text-align: center;
}

.copyright .sec-prg p {
  margin: 0;
}

/* ======================================================================== footer end */

@media only screen and (max-width:1500px) {
  .hero-img {
    width: 450px;
    margin-top: 80px;
  }
}

@media only screen and (max-width:1400px) {
  .course-item-content .sec-prg {
    font-size: 13px;
  }

  .course-item.more-course .sec-prg {
    margin-bottom: 25px !important;
  }

  .group-sign-gide {
    margin-top: -20px;
  }
}


@media only screen and (max-width:1200px) {
  .hero-title {
    font-size: 32px;
  }

  .sum-menu-list {
    gap: 30px;
  }

  .hero-content {
    align-items: end;
    padding-bottom: 50px;
  }

  .course-item-title a {
    font-size: 16px;
  }

  .discount-item.group-sign {
    height: 650px;
  }

  .group-sign-gide {
    font-size: 12px;
    margin-top: 0;
  }

  .pack-price-title {
    font-size: 14px;
    white-space: nowrap;
  }

  .pack-price del {
    font-size: 18px;
    white-space: nowrap;

  }

  .pack-discount-price {
    font-size: 24px;
    white-space: nowrap;

  }
}

@media only screen and (max-width:992px) {

  .ves-bars,
  .sum-x-mark {
    display: flex;
  }

  .sum-x-mark {
    margin-right: auto;
    margin-bottom: 20px;
  }

  .sum-menu {
    width: 300px;
    position: fixed;
    height: 100vh;
    background-color: #000;
    top: 0;
    right: -100%;
    padding: 20px;
    transition: .4s;
  }

  .menu-show {
    right: 0;
  }

  .sum-menu-list {
    display: block;
  }

  .sum-menu-list li {
    margin-bottom: 20px;
  }

  .sum-menu-list li a {
    color: #fff;
  }

  .hero,
  .hero-content {
    height: 100%;
  }

  .hero {
    padding-top: 200px;
  }

  .hero-head {
    margin-bottom: 30px;
  }

  .speaker,
  .thirty-percent,
  .fourty-percent {
    display: none;
  }

  .hero,
  .about,
  .features,
  .discount,
  .course-pack,
  .teenage-course,
  .sum-faq {
    margin-bottom: 50px;
  }

  .course-category,
  .discount {
    padding: 50px 0px;
  }

  .features-content {
    flex-wrap: wrap;
    justify-content: center;
  }

  .right-side-pic,
  .left-side-pic {
    margin-bottom: 30px;
  }

  .course-pack-item {
    margin-bottom: 80px;
  }


  .discount-item {
    height: 100%;
  }

  .sum-faq .sec-head {
    margin-bottom: 30px;
  }

  .social-media {
    margin-bottom: 30px;
  }

  .footer-cont {
    padding-bottom: 40px;
  }
}

@media only screen and (max-width:768px) {
  .hero {
    padding-top: 150px;
  }

  .discount-item {
    height: 320px;
  }

  .teenage-course .sum-title {
    font-size: 24px;
  }

  .teeange-course-pic-1 {
    position: absolute;
    top: 20px;
    right: 30px;
  }

  .teeange-course-pic-2 {
    position: absolute;
    top: 80px;
    right: 50px;
  }

  .teeange-course-pic-4 {
    position: absolute;
    bottom: 20px;
    left: 30px;
  }

  .teeange-course-pic-3 {
    position: absolute;
    bottom: 50px;
    left: 30px;
  }

  .sum-modal-content video {
    width: 80%;
  }


}

@media only screen and (max-width:576px) {
  .sum-blask-sm-btn {
    display: none;
  }

  .ves-bars {
    margin-right: auto;
  }

  .hero-title {
    font-size: 20px;
  }

  .hero-head .sec-prg {
    padding: 0;
  }

  .features-content {
    gap: 70px;
  }

  .pack-price {
    display: block;
  }

  .pack-price-title {
    display: block;
  }

  .accordion-title-header {
    font-size: 12px;
  }

  .footer-cont {
    padding: 30px 0px;
  }

  .course-pack-percent {
    right: 0;
  }

  .course-pack-item .sec-prg {
    padding: 0;
  }

  .teeange-course-pic-1 {
    display: none;
  }

  .teenage-title-pic-2 {
    display: none;
  }

  .teenage-course .sum-title {
    margin-right: 0;
    font-size: 26px;
  }

  .teeange-course-pic-2 {
    display: none;
  }

  .teeange-course-pic-3 {
display: none;
  }

  .course-pack {
    margin-bottom: 0;
  }
}