header.header.home_nt {
  background: none;
  height: auto;
  padding: 0;
}

header.header {
  height: 951px;
  width: 100%;
  background: url(./images/home/hero-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 285px;
}
header.header .header_bg img {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 99999;
  bottom: -1px;
  width: 100%;
}
header.header nav.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999;
}
header.header nav.nav .nav-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 10px 0;
}
header.header nav.nav .nav-menu .brand img {
  width: 132px;
}
header.header nav.nav .nav-menu .menu-icon {
  display: none;
  cursor: pointer;
}
header.header nav.nav .nav-menu .menu-icon span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #070707;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
}
header.header nav.nav .nav-menu .menu-icon.active span:nth-child(2) {
  opacity: 0;
}
header.header nav.nav .nav-menu .menu-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(5px, 6px);
}
header.header nav.nav .nav-menu .menu-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -6px);
}
header.header nav.nav .nav-menu ul.main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 47%;
  justify-content: start;
}
header.header nav.nav .nav-menu ul.main-menu li {
  padding-right: 55px;
  padding-top: 20px;
  padding-bottom: 20px;
}
header.header nav.nav .nav-menu ul.main-menu a.menu-link {
  text-decoration: unset;
  color: #010101;
  font-size: 16px;
  position: relative;
  font-weight: 600;
  font-family: "Eina02";
}
header.header nav.nav .nav-menu ul.main-menu a.menu-link::after {
  position: absolute;
  content: "";
  top: 110% !important;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffa202;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.5s;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down {
  position: relative;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main {
  position: relative;
  display: none;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main::after {
  content: "";
  left: 50%;
  right: 50%;
  bottom: -46px;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(./images/tool-tip.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 55555;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu {
  display: flex;
  align-items: start;
  justify-content: space-between;
  background: #fff;
  padding: 30px;
  width: 590px;
  height: 190px;
  border-radius: 10px;
  z-index: 666;
  box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), -1px -11px 20px -20px rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 26px;
  left: -189px;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items {
  width: 48%;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items li {
  padding: 0;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items li a {
  display: flex;
  align-items: start;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items li a span img {
  width: 28px;
  margin-right: 10px;
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items li a span {
  font-size: 14px;
  color: #010101;
  line-height: 29px;
  font-weight: 600;
  font-family: "Eina02";
}
header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items li a p {
  color: #0d0e0e;
  font-size: 14px;
  line-height: 20px;
}
header.header nav.nav .nav-menu .header-right {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
header.header nav.nav .nav-menu .header-right a img.language {
  width: 24px;
  margin-right: 40px;
}
header.header nav.nav .nav-menu .header-right .btn_login {
  background: transparent;
  border: unset;
  font-size: 16px;
  font-weight: 600;
  margin-right: 30px;
  padding-left: 40px;
  cursor: pointer;
  position: relative;
  font-family: "Eina02";
}
header.header nav.nav .nav-menu .header-right .btn_login:before {
  content: "";
  left: 0px;
  top: -3px;
  position: absolute;
  width: 1px;
  height: 25px;
  background: black;
}

header.header .nav-menu ul.main-menu a.menu-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}

header.header .nav-menu ul.main-menu .menu-item.drop_down:hover .mega_menu_main {
  display: block !important;
  transition-delay: 10s;
}

nav.nav.fixed-header {
  background: #fff;
  box-shadow: 0 0 calc(var(--box-shadow) * 18px) rgba(0, 0, 0, 0.15);
  --box-shadow: 1;
}

header.header nav.nav .nav-menu ul.main-menu a.menu-link i {
  display: none;
}

@media (max-width: 768px) {
  header.header nav.nav .nav-menu.nav-mobile {
    background: #fff;
    margin-top: 15px;
    padding: 15px 19px;
    border-radius: 8px 8px 0px 0px;
    position: relative;
  }
  header.header nav.nav .nav-menu.nav-mobile .menu-icon.active {
    background: transparent;
    padding: 0;
  }
  header.header .nav-menu ul.main-menu .menu-item.drop_down:hover .mega_menu_main {
    display: none !important;
  }
  header.header .nav-menu ul.main-menu .menu-item.drop_down.open:hover .mega_menu_main {
    display: block !important;
  }
  header.header nav.nav .nav-menu ul.main-menu .menu-item.drop_down.open a.menu-link i {
    transform: rotate(89deg);
    transition: transform 0.15s ease-out;
  }
  header.header nav.nav .nav-menu ul.main-menu a.menu-link i {
    display: inline-block;
    transform: rotate(0deg);
    font-size: 12px;
    padding-left: 1px;
  }
  header.header nav.nav .nav-menu ul.main-menu .drop_down .mega_menu_main .mega_menu ul.mega-items {
    width: 100%;
  }
  header.header nav.nav .nav-menu ul.main-menu.active {
    display: block;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: absolute;
    top: 54px;
    left: 0;
    right: 0;
    background-color: #f6f9fb;
    border-radius: 0 0 8px 8px;
    box-shadow: 0px 13px 13px 0px rgba(0, 0, 0, 0.1411764706);
  }
  header.header nav.nav .nav-menu ul.main-menu.active .drop_down {
    position: relative;
    padding: 0;
    display: block;
  }
  header.header nav.nav .nav-menu ul.main-menu.active .drop_down .mega_menu_main .mega_menu {
    display: block;
    align-items: start;
    justify-content: space-between;
    background: unset;
    padding: 18px 20px;
    width: 100%;
    height: auto;
    border-radius: unset;
    z-index: 666;
    box-shadow: unset;
    position: relative;
    top: unset;
    left: unset;
  }
  header.header nav.nav .nav-menu ul.main-menu.active .drop_down .mega_menu_main .mega_menu ul.mega-items li a .menu_txt {
    width: 80%;
  }
  header.header nav.nav .brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    position: relative;
  }
  header.header nav.nav .brand .menu-icon {
    display: block;
    cursor: pointer;
    background: #ebf4ff;
    padding: 13px 20px 10px 20px;
    border-radius: 20px;
  }
  header.header nav.nav .nav-menu ul.main-menu {
    display: none;
  }
  header.header nav.nav .nav-menu .header-right {
    display: none;
  }
}
.footer {
  background: #e9ebf4;
}
.footer .footer_mn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: start;
  border-bottom: 2px solid #dbdbdb;
  padding-bottom: 60px;
}
.footer .footer_mn .footer_mn_item {
  width: 21%;
}
.footer .footer_mn .footer-logo img {
  width: 127px;
}
.footer .footer_mn .footer-logo .footer_language {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  padding-top: 20px;
}
.footer .footer_mn .footer-logo .footer_language img {
  width: 20px;
}
.footer .footer_mn .footer-logo .footer_language select.lang {
  border: unset;
  background: transparent;
  font-size: 14px;
  color: #010101;
}
.footer .footer_mn h5 {
  color: #161515;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 20px;
}
.footer .footer_mn ul li {
  padding-bottom: 15px;
}
.footer .footer_mn ul li a {
  color: #161515;
  font-size: 15px;
}
.footer .footer_mn ul li a:hover {
  color: #ff9106;
  transition: transform 0.1s;
}
.footer .copyrights {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 30px 0 20px 0;
}
.footer .footer_social {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 15px;
}
.footer .footer_social a img {
  width: 30px;
}
.footer .footer_social a img:hover {
  margin-top: -5px;
}

@media (max-width: 600px) {
  .footer {
    padding: 90px 0 57px 0 !important;
  }
  .footer .footer_mn {
    padding-bottom: 82px;
    gap: 20px;
  }
  .footer .footer_mn .footer_mn_item.footer-logo {
    width: 100% !important;
    padding-bottom: 20px;
  }
  .footer .footer_mn .footer_mn_item {
    width: 47%;
  }
  .footer .footer_mn .footer_mn_item h5 {
    font-size: 14px;
  }
  .footer .footer_mn .footer_mn_item ul li a {
    font-size: 14px;
  }
  .footer .copyrights {
    text-align: left;
    padding: 30px 0 0px 0;
    gap: 20px;
  }
  .footer .copyrights p {
    width: 100%;
    font-size: 14px;
  }
  .footer .copyrights .footer_social {
    width: 100%;
    justify-content: start;
  }
}
@media (max-width: 400px) {
  .footer .footer_mn .footer_mn_item {
    width: 46%;
  }
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

a {
  color: #0929a2;
  text-decoration: none;
}

html,
body,
div,
span,
object,
iframe,
figure,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
code,
em,
img,
small,
strike,
strong,
sub,
sup,
tt,
b,
u,
i,
ol,
ul,
li,
fieldset,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
canvas,
embed,
footer,
header,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
          text-size-adjust: none;
}

footer,
header,
nav,
section,
main {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

button.btn_primary {
  border: unset;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  background: #ffa200;
  border-radius: 9px;
  cursor: pointer;
  cursor: pointer;
}
button.btn_primary:hover {
  transform: scale(1.03) !important;
}
button.btn_primary i {
  font-size: 13px;
  padding-left: 3px;
}

button.theme-btn {
  background: linear-gradient(90deg, rgb(245, 168, 4) 0%, rgb(241, 212, 16) 100%);
  background: -webkit-linear-gradient(90deg, rgb(245, 168, 4) 0%, rgb(241, 212, 16) 100%);
  color: #053675;
  padding: 15px 20px;
  line-height: 0;
  font-size: 14px;
  font-weight: 600;
  border: unset;
  border-radius: 10px;
  cursor: pointer;
}
button.theme-btn:hover {
  transform: scale(1.03) !important;
}

button.btn_outline {
  background: transparent;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  border-radius: 9px;
  cursor: pointer;
  border: 1px solid #fff;
}
button.btn_outline:hover {
  transform: scale(1.03) !important;
}
button.btn_outline i {
  font-size: 13px;
  padding-left: 3px;
}

@font-face {
  font-family: "Mark Pro";
  src: url("MarkPro-Bold.woff2") format("woff2"), url("MarkPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina01";
  src: url("fonts/Eina/Eina01-Regular.woff2") format("woff2"), url("fonts/Eina/Eina01-Regular.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina01";
  src: url("fonts/Eina/Eina01-Bold.woff2") format("woff2"), url("fonts/Eina/Eina01-Bold.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Black.woff2") format("woff2"), url("fonts/Popins/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Bold.woff2") format("woff2"), url("fonts/Popins/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-BlackItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-BlackItalic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-BoldItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-ExtraBold.woff2") format("woff2"), url("fonts/Popins/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-ExtraLight.woff2") format("woff2"), url("fonts/Popins/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-ExtraBoldItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-ExtraBoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-ExtraLightItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-ExtraLightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Italic.woff2") format("woff2"), url("fonts/Popins/Poppins-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Light.woff2") format("woff2"), url("fonts/Popins/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-LightItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Medium.woff2") format("woff2"), url("fonts/Popins/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-MediumItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-SemiBold.woff2") format("woff2"), url("fonts/Popins/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Regular.woff2") format("woff2"), url("fonts/Popins/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-SemiBoldItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-ThinItalic.woff2") format("woff2"), url("fonts/Popins/Poppins-ThinItalic.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("fonts/Popins/Poppins-Thin.woff2") format("woff2"), url("fonts/Popins/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina02";
  src: url("fonts/Eina2/Eina02-Regular.woff2") format("woff2"), url("fonts/Eina2/Eina02-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina02";
  src: url("fonts/Eina2/Eina02-Light.woff2") format("woff2"), url("fonts/Eina2/Eina02-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina02";
  src: url("fonts/Eina2/Eina02-SemiBold.woff2") format("woff2"), url("fonts/Eina2/Eina02-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Eina02";
  src: url("fonts/Eina2/Eina02-Bold.woff2") format("woff2"), url("fonts/Eina2/Eina02-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body, p {
  font-family: "Eina01";
  font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6, button {
  font-family: "Poppins";
}

.all_sec {
  padding: 60px 0;
}

.d-small {
  display: none;
}

.d-full {
  display: block;
}

body {
  overflow-x: hidden;
}

.clearfix {
  clear: both;
  height: 66px;
}

button.btn_primary.blue {
  background: linear-gradient(-67deg, rgb(2, 48, 105) 0%, rgb(2, 53, 116) 53%, rgb(2, 57, 126) 99%);
  position: absolute;
}

.p-1 {
  padding-top: 5px;
}

@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 4rem, 0);
    opacity: 0;
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.fadeInUp {
  animation: fadeInUp 0.3s ease-out;
  animation-fill-mode: both;
}

.phone_up {
  position: relative;
}
.phone_up .mobile-inr {
  position: absolute;
  left: 11px;
  right: 0;
  top: 25px;
}
.phone_up .mobile-inr img {
  width: 286px !important;
  height: 538px !important;
}

.conta_iner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1115px;
}

.conta_iner2 {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
}

span.blk_span {
  display: block;
}

.haeding {
  padding-bottom: 20px;
}
.haeding h5 {
  color: #0929a2;
  font-weight: 500;
  line-height: 27px;
  padding-bottom: 15px;
  font-size: 16px;
}
.haeding h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 42px;
}

.hero-banner {
  position: relative;
  padding-top: 100px;
}
.hero-banner img.vchart {
  position: absolute;
  right: 0;
  top: 178px;
  width: 731px;
}
.hero-banner .hero-banner-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding-top: 20px;
}
.hero-banner .hero-banner-inner .hero-banner-content {
  width: 48%;
  position: relative;
  top: -102px;
}
.hero-banner .hero-banner-inner .hero-banner-content h1 {
  font-size: 64px;
  font-weight: 600;
  line-height: 79px;
}
.hero-banner .hero-banner-inner .hero-banner-content p {
  font-size: 16px;
  line-height: 27px;
  padding: 34px 0;
  font-family: "Poppins";
  font-weight: 400;
}
.hero-banner .hero-banner-inner .hero-banner-media {
  width: 48%;
  display: flex;
  align-items: start;
  flex-wrap: wrap;
  position: relative;
  z-index: 9999999;
  margin-top: 83px;
}
.hero-banner .hero-banner-inner .hero-banner-media .baner_side {
  grid: auto/152px 1fr;
  display: grid;
}
.hero-banner .hero-banner-inner .hero-banner-media .baner_side img {
  width: 702px;
  margin-left: -50px;
  --gutter: 24px;
  padding: var(--gutter);
  border-radius: 8px;
  box-shadow: inset 2px 4px 20px 20px hsla(0, 0%, 100%, 0.34);
}
.hero-banner .hero-banner-inner .hero-banner-media img.phone {
  width: 310px;
  position: relative;
  height: 591px;
  bottom: 0;
  z-index: 5;
  margin-top: 60px;
}
.hero-banner .hero-banner-inner .hero-banner-media img.vchart {
  position: absolute;
  width: 541px;
  -o-object-fit: contain;
     object-fit: contain;
  height: 453px;
  right: -244px;
  top: 45px;
}

.learn_english_sec {
  box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.06);
  padding-bottom: 100px;
}
.learn_english_sec .learn_english .learn_english_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 40px;
}
.learn_english_sec .learn_english .learn_english_box li {
  width: 22%;
}
.learn_english_sec .learn_english .learn_english_box li img {
  width: 100px;
  height: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}
.learn_english_sec .learn_english .learn_english_box li h4 {
  color: #0929a2;
  font-weight: 500;
  line-height: 27px;
  padding: 12px 0 4px 0;
  font-size: 16px;
  position: relative;
}
.learn_english_sec .learn_english .learn_english_box li h4::after {
  content: "";
  position: absolute;
  left: -12px;
  top: 16px;
  bottom: 0;
  width: 1px;
  height: 17px;
  background: #ff9106;
}
.learn_english_sec .learn_english .learn_english_box li p {
  line-height: 24px;
  font-size: 16px;
}

.learn_english_sec.language_goals ul.learn_english_box.learn_english_box2 {
  display: block;
}
.learn_english_sec.language_goals ul.learn_english_box.learn_english_box2 li {
  float: left;
  margin-right: 19px;
  width: 252px;
}
.learn_english_sec.language_goals ul.learn_english_box.learn_english_box2 li p {
  width: 220px;
}
.learn_english_sec.language_goals ul.learn_english_box.learn_english_box2 li h4 {
  font-size: 16px;
}

.learning_techniques_sec {
  position: relative;
  background: #fdfdfe;
  box-shadow: 0 0 10px rgba(231, 231, 231, 0.5411764706);
  padding-top: 100px;
}
.learning_techniques_sec::after {
  content: unset;
  position: absolute;
  right: 0;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 233px;
  background: url(./images/home/top-curve.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.learning_techniques_sec .learning_techniques {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.learning_techniques_sec .learning_techniques .learning_technique_txt {
  width: 48%;
}
.learning_techniques_sec .learning_techniques .learning_technique_txt p {
  line-height: 30px;
  font-size: 18px;
}

.learn_english_sec.language_goals {
  background: url(./images/home/blue-bg-full.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 86px;
  height: 1172px;
  position: relative;
  margin-top: -319px;
}
.learn_english_sec.language_goals .language_goals_img img {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  z-index: 99999;
  bottom: -1px;
  width: 100%;
}
.learn_english_sec.language_goals .learn_english {
  padding-top: 315px;
}
.learn_english_sec.language_goals .learn_english .haeding h5 {
  color: #87d5fb;
}
.learn_english_sec.language_goals .learn_english .haeding h2 {
  color: #fff;
}
.learn_english_sec.language_goals .learn_english .learn_english_box h4 {
  color: #ffffff;
}
.learn_english_sec.language_goals .learn_english .learn_english_box h4::after {
  background: #af3c3c;
  width: 3px;
  top: 19px;
}
.learn_english_sec.language_goals .learn_english .learn_english_box p {
  color: #ffffff;
}
.learn_english_sec.language_goals .blend_circle {
  position: absolute;
  left: 0;
  right: 0;
}
.learn_english_sec.language_goals .blend_circle img {
  width: 100%;
  z-index: -1;
}

.get_started {
  background: url(./images/home/blue-bg-bottom.png);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 100px 0;
}
.get_started .haeding {
  padding-bottom: 70px;
}
.get_started .haeding h2 {
  color: #fff;
  text-align: center;
}
.get_started .get_started_mn button.theme-btn {
  display: flex;
  justify-content: center;
  margin: 0 auto;
}
.get_started .get_started_mn .get_started_bx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 90px;
  padding-bottom: 20px;
  width: 76%;
  margin: 0 auto;
  gap: 20px;
}
.get_started .get_started_mn .get_started_bx .get_started_tick {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  gap: 20px;
}
.get_started .get_started_mn .get_started_bx .get_started_tick img {
  width: 60px;
}
.get_started .get_started_mn .get_started_bx .get_started_tick p {
  color: #fff;
  line-height: 26px;
  font-size: 18px;
}

.pro_growth {
  background: #fafafc;
  padding-bottom: 110px;
  background-image: url(./images/home/empowering-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.pro_growth::after {
  content: unset;
}

.learning_techniq-media {
  display: flex;
  align-items: start;
  justify-content: center;
  flex-wrap: wrap;
  padding-top: 101px;
  position: relative;
}
.learning_techniq-media .learning_media-fist {
  padding-left: 8%;
  position: relative;
  left: 29px;
}
.learning_techniq-media .learning_media-fist .learning_media-fist-video {
  box-shadow: 10px 9px 20px 21px rgba(0, 56, 123, 0.1019607843);
  margin: 24px 35px 0px 0;
  border-radius: 14px;
  overflow: hidden;
}
.learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
  width: 550px;
  height: 330px;
  background: #eef4fa;
}
.learning_techniq-media .learning_media-fist .learning_media-fist-img {
  display: flex;
  justify-content: end;
}
.learning_techniq-media .learning_media-fist .learning_media-fist-img img {
  width: 310px;
}
.learning_techniq-media .learning_media-second {
  text-align: center;
}
.learning_techniq-media .learning_media-second img {
  width: 350px;
}
.learning_techniq-media .learning_media-third img {
  width: 650px;
  margin-top: 4px;
  position: relative;
  left: -29px;
}

.wrapper {
  padding-top: 85px;
}

.section_hd h4 {
  font-size: 17px;
  line-height: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 2px solid #cccccc;
}

.bolgfirst_sec {
  overflow: hidden;
  padding-top: 20px;
}
.bolgfirst_sec .bolgfirst_mn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_txt {
  width: 48%;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_txt h2 {
  padding-bottom: 15px;
  font-size: 58px;
  color: #000;
  font-weight: 600;
  line-height: 63px;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_txt p {
  font-size: 18px;
  line-height: 28px;
  color: #232222;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_img {
  width: 48%;
  justify-content: end;
  display: flex;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_img img {
  border-radius: 8px;
  max-width: 90%;
}

.editorpick_sec .editorpick_mn {
  grid-template-columns: repeat(auto-fit, minmax(14rem, 1fr));
  display: grid;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  grid-gap: 3rem;
  padding-top: 62px;
}
.editorpick_sec .editorpick_mn .editorpick_bx {
  position: relative;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  padding: 0 0 1.2rem;
}
.editorpick_sec .editorpick_mn .editorpick_bx::before {
  order: -1;
  margin-bottom: 1rem;
  content: counter(item, decimal-leading-zero) ". ";
  color: #f1f1f2;
  font-family: "Mark Pro", -apple-system, blinkmacsystemfont, "Segoe UI", roboto, helvetica, arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 4.8rem;
  font-weight: 800;
  font-style: normal;
  line-height: 1;
}
.editorpick_sec .editorpick_mn .editorpick_bx h4 {
  font-size: 24px;
  color: #2b2b2d;
  font-weight: 600;
  line-height: 35px;
}

ol {
  counter-reset: item;
}

ol li {
  counter-increment: item;
}

.article_sec .article_mn {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px;
}
.article_sec .article_mn .article_list {
  width: 30.690783%;
}
.article_sec .article_mn .article_list a img {
  width: 100%;
}
.article_sec .article_mn .article_list .article_list_ontent h4 a {
  color: #0904ed;
  font-size: 13px;
  line-height: normal;
  padding: 18px 0 0 0;
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  border-bottom: 0.15em solid transparent;
  width: -moz-max-content;
  width: max-content;
}
.article_sec .article_mn .article_list .article_list_ontent h4 a:hover {
  border-bottom: 0.15em solid #0904ed;
  width: -moz-max-content;
  width: max-content;
}
.article_sec .article_mn .article_list h3 a {
  font-size: 24px;
  color: #2b2b2d;
  font-weight: 600;
  line-height: 32px;
  padding-bottom: 10px;
  display: block;
}
.article_sec .article_mn .article_list p a {
  color: #232222;
  font-size: 18px;
  line-height: 27px;
}

.article_sec .article_mn .article_list a figure {
  width: 100%;
  height: 250px;
}
.article_sec .article_mn .article_list a figure img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}

.article_sec.more-article .blog-categories-container {
  position: sticky;
  z-index: 4;
  top: 72px;
  background-color: #fff;
}
.article_sec.more-article .blog-categories-container ul.blog-categories {
  display: flex;
  overflow: auto;
  flex-wrap: nowrap;
  justify-content: center;
  max-width: 100vw;
  list-style: none;
  font-size: 1.5rem;
  line-height: 2rem;
}
.article_sec.more-article .blog-categories-container ul.blog-categories .blog-category-active .blog-category-link {
  background: #e5e7f8;
  border-radius: 5px;
  color: #2336b2 !important;
  font-family: "popins";
  font-weight: 400;
}
.article_sec.more-article .blog-categories-container ul.blog-categories li.blog-category {
  padding: 46px 10px 43px 10px;
  white-space: nowrap;
}
.article_sec.more-article .blog-categories-container ul.blog-categories li.blog-category a.blog-category-link {
  color: #323235;
  font-size: 16px;
  display: block;
  padding: 0px 8px;
}
.article_sec.more-article .blog-categories-container ul.blog-categories li.blog-category a.blog-category-link:hover {
  background: #e5e7f8;
  border-radius: 5px;
}

@media (max-width: 1921px) {
  .learn_english_sec.language_goals {
    margin-top: -419px;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 600px;
    height: 349px;
    background: #eef4fa;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 331px;
  }
  .learning_techniq-media .learning_media-fist .learning_media-third img {
    width: 678px;
  }
  .learning_techniq-media .learning_media-second img {
    width: 333px;
  }
}
@media (max-width: 1729px) {
  header.header {
    height: 758px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-content {
    top: -63px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media {
    padding-left: 56px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up img {
    width: 248px;
    height: 500px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up .mobile-inr img {
    width: 221px !important;
    height: 443px !important;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .baner_side img {
    width: 582px;
    margin-left: -44px;
    border-right: 0;
    padding-right: 0;
  }
  .learn_english_sec {
    padding-top: 20px;
  }
  .learning_techniq-media .learning_media-fist {
    padding-left: 8%;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 421px;
  }
  .learning_techniq-media .learning_media-second img {
    width: 325px;
  }
  .learning_techniq-media .learning_media-fist-video {
    margin-right: 20px;
  }
  .learning_techniq-media .learning_media-fist-video video.first-v {
    width: 532px !important;
    height: 297px !important;
  }
  .learning_techniq-media .learning_media-third img {
    width: 662px;
  }
  .pro_growth {
    background-size: 1682px 100%;
  }
  .learn_english_sec.language_goals {
    margin-top: -438px;
    height: 1156px;
  }
  .learn_english_sec.language_goals .learn_english {
    padding-top: 328px;
  }
}
@media (max-width: 1600px) {
  header.header {
    overflow: hidden;
    padding-bottom: 120px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .baner_side img {
    width: 562px;
    margin-left: -44px;
    border-right: 0;
    padding-right: 0;
  }
  .learning_techniq-media .learning_media-fist {
    padding-left: 7%;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 450px !important;
    background: #eef4fa;
    height: auto !important;
  }
  .learning_techniq-media .learning_media-third img {
    width: 673px;
  }
  .learning_techniq-media .learning_media-third .learning_media-second img {
    width: 277px;
  }
  .learn_english_sec.language_goals {
    margin-top: -471px;
  }
  .pro_growth {
    background-size: 1560px 100%;
  }
}
@media (max-width: 1440px) {
  header.header {
    height: 753px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .baner_side img {
    width: 499px;
    margin-left: -44px;
    border-right: 0;
    padding-right: 0;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up .mobile-inr img {
    width: 220px !important;
    height: 382px !important;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up img {
    width: 245px;
    height: 436px;
  }
  .learning_techniq-media .learning_media-fist {
    padding-left: 6%;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 448px;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 355px;
  }
  .learning_techniq-media .learning_media-second img {
    width: 275px;
  }
  .learning_techniq-media .learning_media-third img {
    width: 580px;
  }
  .learn_english_sec.language_goals {
    margin-top: -433px;
  }
}
.bolgfirst_sec .bolgfirst_mn {
  gap: 20px;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_img {
  justify-content: flex-end;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_img a {
  display: flex;
  justify-content: flex-end;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_img img.mobile {
  display: none;
}
.bolgfirst_sec .bolgfirst_mn .bolgfirst_img .desktop {
  display: block;
}

@media (max-width: 1367px) {
  header.header {
    height: 743px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .baner_side img {
    width: 471px;
    margin-left: -44px;
    border-right: 0;
    padding-right: 0;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up .mobile-inr img {
    width: 204px !important;
    height: 365px !important;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up img {
    width: 232px;
    height: 418px;
  }
  .learning_techniq-media .learning_media-fist {
    padding-left: 6%;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 448px;
  }
  .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 299px;
  }
  .learning_techniq-media .learning_media-second img {
    width: 253px;
  }
  .learning_techniq-media .learning_media-third img {
    width: 497px;
  }
  .learn_english_sec.language_goals {
    height: 1065px;
    margin-top: -356px;
  }
  .learn_english_sec.language_goals .learn_english {
    padding-top: 293px;
  }
  .pro_growth {
    background-size: 1347px 100%;
    padding-top: 60px;
  }
  .article_sec .article_mn .article_list {
    width: 29.690783% !important;
  }
}
@media (max-width: 1250px) {
  .learning_techniq-media .learning_media-fist {
    padding-left: 5%;
  }
  .learning_techniq-media .learning_media-fist img {
    width: 431px;
  }
  .learning_techniq-media .learning_media-second img {
    width: 264px;
  }
  .learning_techniq-media .learning_media-third img {
    width: 465px;
  }
}
@media (max-width: 992px) {
  .article_sec .article_mn .article_list a figure {
    width: 100%;
    height: auto;
  }
  .conta_iner {
    padding-right: 20px;
    padding-left: 20px;
  }
  img {
    max-width: 100%;
  }
  .all_sec {
    padding: 40px 0;
  }
  .haeding h2 {
    font-size: 30px;
    line-height: 37px;
  }
  span.blk_span {
    display: inline;
  }
  header.header {
    height: auto;
    padding-bottom: 0px;
  }
  header.header .hero-banner .conta_iner {
    padding-right: 0px;
  }
  header.header .hero-banner .conta_iner .hero-banner-inner .hero-banner-media .baner_side {
    grid: unset;
    display: flex;
    justify-content: end;
  }
  header.header .hero-banner .conta_iner .hero-banner-inner .hero-banner-media .phone_up {
    position: relative;
    right: -30px;
  }
  header.header .hero-banner .conta_iner .hero-banner-inner .hero-banner-content {
    top: 0;
    width: 100%;
  }
  header.header .hero-banner .conta_iner .hero-banner-inner .hero-banner-media {
    padding-left: 0;
    width: 100%;
    justify-content: end;
    flex-wrap: nowrap;
  }
  .learn_english_sec.language_goals .learn_english {
    padding-top: 376px;
    padding-bottom: 23px;
  }
  .learn_english_sec.language_goals .learn_english ul.learn_english_box.learn_english_box2 {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
  }
  .learn_english_sec.language_goals .learn_english ul.learn_english_box.learn_english_box2 li {
    float: unset;
    margin-right: 0;
    width: 47%;
  }
  .learn_english_sec.language_goals .clearfix {
    display: none;
  }
  .learning_techniques_sec {
    box-shadow: unset;
  }
  .learning_techniques_sec::after {
    content: unset;
  }
  .learning_techniques_sec .learning_techniques {
    gap: 20px;
  }
  .learning_techniques_sec .learning_techniques .learning_technique_txt {
    width: 100%;
  }
  .learning_techniques_sec .learning_techniq-media {
    padding-top: 30px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist {
    padding-left: 0%;
    justify-content: center;
    padding-top: 30px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist .learning_media-fist-video video.first-v {
    width: 410px !important;
    background: #eef4fa;
    height: auto !important;
  }
  .learn_english_sec .learn_english .learn_english_box {
    padding-left: 15px;
  }
  .learn_english_sec.language_goals {
    background-size: cover;
    height: auto;
    padding-top: 40px;
    padding-bottom: 120px;
  }
  .get_started {
    background-size: cover;
    padding: 40px 0;
  }
  .get_started .get_started_mn .get_started_bx {
    padding-top: 40px;
    padding-bottom: 10px;
    width: 100%;
    gap: 20px;
    margin: 0 auto;
  }
  .get_started .get_started_mn .get_started_bx .get_started_tick {
    gap: 10px;
  }
  .get_started .get_started_mn .get_started_bx .get_started_tick img {
    width: 23px;
  }
}
@media (max-width: 767px) {
  .single-content .social-share-icons {
    position: relative;
    width: auto;
    left: unset;
  }
  .single-content .social-share-icons .heateor_sss_sharing_ul {
    flex-direction: revert;
    justify-content: center;
    padding-bottom: 20px;
  }
  .article_sec .article_mn .article_list {
    width: 44% !important;
  }
  section.article_sec.article_scroll .article_mn {
    position: relative;
    overflow: -moz-scrollbars-none;
    overflow-x: scroll;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    -ms-overflow-style: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    flex-wrap: nowrap;
    gap: 20px;
  }
  section.article_sec.article_scroll .article_mn::-webkit-scrollbar {
    display: none;
  }
  section.article_sec.article_scroll .article_mn .article_list {
    display: inline-flex;
    flex: 0 0 80%;
    max-width: 42rem;
    margin: 0;
    scroll-snap-align: center;
    flex-direction: column;
  }
  .bolgfirst_sec .bolgfirst_mn .bolgfirst_txt h2 {
    padding-bottom: 0;
    font-size: 30px;
    color: #000;
    font-weight: 600;
    line-height: 43px;
  }
  .article_sec.more-article .blog-categories-container {
    top: 41px;
  }
  .article_sec.more-article .blog-categories-container {
    top: 40px !important;
  }
  .article_sec.more-article .blog-categories-container ul.blog-categories {
    justify-content: left !important;
  }
  .article_sec.more-article .blog-categories-container ul.blog-categories li.blog-category {
    padding: 19px 15px 14px 0px !important;
  }
  .article_sec.more-article .blog-categories-container ul.blog-categories li.blog-category a.blog-category-link {
    font-size: 15px;
  }
  .article_sec.more-article .article_mn {
    margin-top: 40px;
  }
}
@media (max-width: 768px) {
  .d-small {
    display: block;
  }
  .d-full {
    display: none;
  }
  .learn_english_sec .learn_english .learn_english_box {
    padding-top: 0px;
    padding-bottom: 0px;
    gap: 30px;
  }
  .learn_english_sec .learn_english .learn_english_box li {
    width: 100%;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist {
    padding-top: 0px;
    padding-right: 10px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video {
    margin: 18px 16px 0px 0;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 320px !important;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 162px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-second img {
    width: 225px;
  }
  .learning_techniques_sec .learning_techniques {
    gap: 20px;
  }
  .learning_techniques_sec .learning_techniques .learning_technique_txt {
    width: 100%;
  }
  .learning_techniques_sec .learning_techniques .learning_technique_txt p {
    line-height: 27px;
    font-size: 14px;
  }
  .learning_techniques_sec .learning_technique_txt.d-small p {
    line-height: 27px;
    font-size: 14px;
    padding: 40px 20px 20px;
  }
  .learn_english_sec.language_goals {
    padding-bottom: 80px;
  }
  .learn_english_sec.language_goals .learn_english button.btn_outline {
    margin-top: 30px !important;
  }
  .article_sec .article_mn .article_list {
    width: 100% !important;
    margin-bottom: 50px;
  }
  .learn_english_sec.language_goals .learn_english .haeding h5 {
    color: #ffffff;
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  .haeding h5 {
    font-size: 14px;
  }
  header.header {
    padding-bottom: 0px;
    background-size: 100% 305px;
    height: auto;
  }
  header.header .hero-banner .hero-banner-inner {
    padding-top: 40px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-content {
    padding-right: 30px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-content h1 {
    font-size: 44px;
    font-weight: 600;
    line-height: 56px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-content h1 span.blk_span {
    display: block;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-content p {
    font-size: 16px;
    padding-bottom: 60px;
    padding-top: 28px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media {
    margin-top: 90px;
    justify-content: start;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up {
    right: 0 !important;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up .mobile-inr {
    position: absolute;
    left: 5px;
    right: 7px;
    top: 8px;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up .mobile-inr img {
    width: 100% !important;
    height: 100% !important;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .phone_up img {
    width: 100%;
    height: 100%;
    margin-top: 17px;
    z-index: 5;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .baner_side {
    justify-content: start !important;
  }
  header.header .hero-banner .hero-banner-inner .hero-banner-media .baner_side img {
    width: 100%;
    height: 100%;
    padding: 0;
    z-index: 0;
    margin-left: -5px;
  }
  .learn_english_sec {
    padding-top: 100px !important;
  }
  .learn_english_sec .learn_english .learn_english_box {
    gap: 50px;
    padding-top: 50px;
  }
  .learn_english_sec .learn_english .learn_english_box li p {
    line-height: 27px;
    font-size: 16px;
  }
  .learn_english_sec .learn_english .learn_english_box li h4 {
    font-size: 18px;
  }
  .learning_techniques_sec {
    box-shadow: unset;
    padding-bottom: 0;
    padding-top: 60px;
  }
  .learning_techniques_sec .learning_techniq-media {
    justify-content: center;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist {
    padding-right: 27px;
    margin-left: -7px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video {
    margin: 17px 8px 0px 0;
    box-shadow: 1px 0px 8px 8px rgba(0, 56, 123, 0.1019607843);
    background: #eef4fa;
    border-radius: 5px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 224px !important;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 97px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-second img {
    width: 148px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-third img {
    width: 100%;
    margin-top: 20px;
    position: relative;
    left: 0;
  }
  .learn_english_sec.language_goals {
    padding-top: 80px;
    height: auto;
    position: relative;
    margin-top: -51px;
    background: #003e8a;
  }
  .learn_english_sec.language_goals .language_goals_img img {
    display: none;
  }
  .learn_english_sec.language_goals .learn_english {
    padding-top: 0;
    padding-bottom: 30px;
  }
  .learn_english_sec.language_goals .learn_english ul.learn_english_box.learn_english_box2 {
    gap: 56px;
  }
  .learn_english_sec.language_goals .learn_english ul.learn_english_box.learn_english_box2 li {
    float: unset;
    margin-right: 0;
    width: 100%;
  }
  .learn_english_sec.language_goals .learn_english ul.learn_english_box.learn_english_box2 li p {
    width: 100%;
    font-size: 14px;
  }
  .learning_techniques_sec.pro_growth {
    padding: 100px 0;
    background: unset;
  }
  .get_started {
    background-size: cover;
    padding: 100px 0;
  }
  .get_started .haeding {
    padding-bottom: 34px;
  }
  .get_started .haeding h2 {
    text-align: center;
    font-size: 37px;
    line-height: 52px;
  }
  .get_started .get_started_mn button.theme-btn {
    display: flex;
    justify-content: center;
    margin: initial;
    padding: 20px 20px;
    margin: auto;
  }
  .get_started .get_started_mn .get_started_bx {
    padding-top: 50px;
    justify-content: center;
  }
  .get_started .get_started_mn .get_started_bx .get_started_tick {
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: nowrap;
    gap: 20px;
    width: 80%;
  }
  .get_started .get_started_mn .get_started_bx .get_started_tick p {
    font-size: 16px;
  }
  .article_mn {
    position: relative;
  }
  .article_mn .alm-btn-wrap {
    position: absolute;
    bottom: -35px;
    left: 45%;
  }
  .alm-listing.alm-ajax.alm-has-transition,
  .alm-reveal {
    gap: 0 !important;
  }
  .article_sec .article_mn .article_list a figure {
    width: 100%;
    height: 100%;
  }
  .bolgfirst_sec {
    padding-top: 10px;
  }
  .bolgfirst_sec .bolgfirst_mn .bolgfirst_img {
    display: unset;
  }
  .bolgfirst_sec .bolgfirst_mn .bolgfirst_img img.mobile {
    display: block;
    width: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    max-width: 100%;
  }
  .bolgfirst_sec .bolgfirst_mn .bolgfirst_img img.desktop {
    display: none;
  }
  .conta_iner2 {
    padding-right: 20px;
    padding-left: 20px;
    margin-right: auto;
    margin-left: auto;
    max-width: 100%;
  }
  .haeding h2 {
    font-size: 28px;
    line-height: 37px;
  }
}
@media (max-width: 391px) {
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 197px !important;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist-img {
    margin-right: -7px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist-img img {
    width: 162px !important;
  }
  .learning_techniques_sec .learning_techniq-media {
    justify-content: space-between;
  }
}
@media (max-width: 376px) {
  .haeding h2 {
    font-size: 28px;
    line-height: 37px;
  }
  .learning_techniques_sec .learning_technique_txt.d-small p {
    line-height: 27px;
    font-size: 14px;
    padding: 10px 20px 0 20px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video {
    box-shadow: -1px 1px 5px 5px rgba(0, 56, 123, 0.1019607843);
    border-radius: 5px;
    background: #edf3f8;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 191px !important;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-img {
    margin-right: -7px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-img img {
    width: 156px;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-second img {
    width: 155px;
  }
}
@media (max-width: 374px) {
  .learning_techniques_sec .learning_techniq-media {
    justify-content: center;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-fist .learning_media-fist-video video.first-v {
    width: 153px !important;
  }
  .learning_techniques_sec .learning_techniq-media .learning_media-second img {
    width: 144px;
  }
}/*# sourceMappingURL=style.css.map */


@import '../base/mixin';
@import '../base/var';

header.header {
  height: 990px;
  width: 100%;
  background: url(./images/home/hero-background.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-bottom: 285px;
  .header_bg {
    img {
      position: absolute;
      left: 0;
      right: 0;
      display: block;
      z-index: 99999;
      bottom: -1px;
      width: 100%;
  }
}
  
  

nav.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  .nav-menu {
    @include d-flex;
    padding: 10px 0;

    .brand {
      img {
        width: 132px;
      }
    }

    ul.main-menu {
      @include d-flex;
      width: 48%;
      justify-content: start;
      li {
        padding-right: 55px;
        padding-top: 20px;
        padding-bottom: 20px;
       
      }

      a.menu-link {
        text-decoration: unset;
        color: #010101;
        font-size: 15px;
        position: relative;
        font-weight: 400;
        &::after  {
          position: absolute;
        content: "";
        top: 110% !important;
        left: 0;
        width: 100%;
        height: 2px;
        background: #ffa202;
        transform: scaleX(0);
        transform-origin: right;
        transition: transform .5s;}
      }
      .drop_down{
        position: relative;
        .mega_menu_main{
          position: relative;
          display: none;
          &::after{
            content: "";
            left: 50%;
            right: 50%;
            bottom: -46px;
            width: 30px;
            height: 30px;
            position: absolute;
            background: url(./images/tool-tip.svg);
            background-repeat: no-repeat;
            background-size: contain;
            z-index: 55555;
        }
          .mega_menu {
            display: flex;
            align-items: start;
            justify-content: space-between;
            background: #fff;
            padding: 30px;
            width: 576px;
            border-radius: 10px;
            z-index: 666;
            box-shadow: 0 0 13px 12px #02347247;
            position: absolute;
            top: 26px;
            left: -189px;
         
            ul.mega-items {
              width: 48%;
              li{
                padding: 0;
                a{
                  display: flex;
                  align-items: start;
                  span{
                   img {
                      width: 28px;
                      margin-right: 10px;
                  }
                  }
                  span{
                    font-size: 14px;
                    font-weight: 400;
                    color: #010101;
                    line-height: 29px;
                  }
                  p{
                    color: #0d0e0e;
                    font-size: 14px;
                    line-height: 20px;
                  }
                }
              }
          }
        }
        }
 
      }

    }

    .header-right {
      @include d-flex;

      a {
        img.language {
          width: 24px;
          margin-right: 40px;
        }
      }
      .btn_login {
        background: transparent;
        border: unset;
        font-size: 15px;
        font-weight: 600;
        margin-right: 30px;
        padding-left: 40px;
        cursor: pointer;
        position: relative;
        &:before {
          content: "";
          left: 0px;
          top: -3px;
          position: absolute;
          width: 1px;
          height: 25px;
          background: black;
      }
      }

    }
  }
}
 
}
header.header .nav-menu ul.main-menu a.menu-link:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
header.header .nav-menu ul.main-menu .menu-item.drop_down:hover .mega_menu_main{
  display: block !important;
  transition-delay: 10s;
}
nav.nav.fixed-header {
  background: #fff;
  z-index: 999999999;
  box-shadow: 0px 4px 10px 8px #003a831c;
}

.header-notification {
  background: #5c5cff;
  padding: 15px;
}
.header-notification-text h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}
.header-notification-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1115px;
}
.header-notification-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.header-notification-text button {
  border: unset;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  background: #ffa200;
  border-radius: 9px;
  cursor: pointer;
  cursor: pointer;
}
.header-notification {
  background: #5c5cff;
  padding: 15px;
}
.header-notification-text h3 {
  font-size: 20px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
}
.header-notification-container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1115px;
}
.header-notification-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
}
.header-notification-text button {
  border: unset;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 18px;
  background: #ffa200;
  border-radius: 9px;
  cursor: pointer;
  cursor: pointer;
}

.blog .article_sec .article_mn .alm-listing , .archive .article_sec .article_mn .alm-listing {
  display: flex;
  align-items: start;
  justify-content: start;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px;
}