/* default */
@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
  --primaryfont: "Roboto", sans-serif;
  --secondaryfont: "Roboto", sans-serif;
  --tertiaryfont: "Roboto", sans-serif;
  --primarycolor: #c6150f;
  --secondarycolor: #000000;
  --tertiarycolor: #d57506;
  --quaternarycolor: #999999;
  --quinarycolor: #888888;
  --senarycolor: #777777;
  --septenarycolor: #666666;
  --octonarycolor: #555555;
  --nonarycolor: #444444;
  --denarycolor: #333333;
  --colorwhite: #fff;
  --colorblack: #000;
}

body {
  overflow-x: hidden;
  font-family: "Roboto", sans-serif;

}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Oswald", sans-serif !important;
  font-weight: 700 !important;
  color: #000;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;

}

h5 {
  line-height: 30px;
}

p {
  color: #484848;
  font-size: 16px;
}

body {
  font-family: "Poppins", sans-serif;
  color: var(--denarycolor) !important;
  background: var(--colorwhite);
}

a {
  color: var(--primarycolor);
}

a:focus,
a:hover {
  color: var(--secondarycolor);
}

a:active {
  color: var(--tertiarycolor);
}

svg {
  vertical-align: middle;
}

.form-check-input:checked {
  background-color: var(--secondarycolor) !important;
  border-color: var(--secondarycolor) !important;
}

.theme-color-1 {
  color: var(--primarycolor);
}

.theme-color-2 {
  color: var(--secondarycolor);
}

.theme-color-3 {
  color: var(--tertiarycolor);
}

.theme-bg-1 {
  background: var(--primarycolor);
}

.theme-bg-2 {
  background: var(--secondarycolor);
}

.theme-bg-3 {
  background: var(--tertiarycolor);
}

/* header */
header.header .navbar {
  white-space: nowrap;
}

header.header {
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--colorwhite);
  z-index: 999;
  width: 100%;
  position: relative;
}

.sticky-header {
  position: fixed !important;
  top: 0;
  right: 0;
  left: 0;
  z-index: 99999;
  animation: slideDown 0.50s ease-out;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
  background: var(--colorwhite);
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }

  to {
    transform: translateY(0);
  }
}

header.header nav li.nav-item .nav-link {
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: var(--octonarycolor);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header.header nav li.nav-item .nav-link:hover {
  color: var(--primarycolor);
}

header.header nav li.nav-item .nav-link:focus {
  color: var(--primarycolor);
}

header.header nav li.nav-item .nav-link.active {
  color: var(--primarycolor);
}

header.header .navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}

header.header .navbar-light .navbar-toggler {
  border: none;
  padding: 0;
  font-size: 36px;
  color: var(--secondarycolor);
}

header.header .navbar-light .navbar-toggler:hover {
  color: var(--primarycolor);
}

header.header .navbar-light button.navbar-toggler:focus {
  box-shadow: none;
}

@media (max-width: 991.98px) {
  .logoimg {
    width: 130px !important;
}
  .toptimmer P{
    font-size: 12px !important;
  }
    .toptimmer P span{
    font-size: 12px !important;
  }
  .borderline {
    margin: 10px 0px !important;
  }

  .parasize1 {
    font-size: 13px !important;
  }

  .f-size {
    font-size: 30px !important;
  }

  .parasize {
    font-size: 13px !important;
  }

  .red {
    font-size: 46px !important;
  }

  .earn-background {
    padding: 55px 0px 55px 0px !important;
  }

  .badge {
    font-size: 10px !important;
  }

  p {
    font-size: 13px;
  }

  .footerloction {
    padding: 15px !important;
  }

  header.header .navbar-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    border-top: 1px solid #efefef;
  }

  header.header nav li.nav-item .nav-link {
    border-bottom: 1px solid #efefef;
  }

  header.header nav li.nav-item .nav-link:hover {
    background: var(--colorwhite);
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }
}

@media (max-width: 991.98px) {
  header.header .navbar-nav>li>.dropdown-menu {
    box-shadow: none !important;
  }
}

header.header .navbar-nav>li>.dropdown-menu {
  margin: 0;
  padding: 0;
  border-radius: 0;
  border: 0px solid var(--colorwhite);
  box-shadow: 0px 4px 70px 0px rgba(0, 0, 0, 0.1);
  background: var(--colorwhite);
  top: 100%;
  left: 15%;
}

header.header .navbar-nav>li>.dropdown-menu a.dropdown-item {
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  color: var(--octonarycolor);
  padding: 0.70rem 1rem;
  border-bottom: 1px solid #efefef;
  -webkit-transition: all .2s ease 0s;
  -moz-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  background: var(--colorwhite);
}

header.header .navbar-nav .dropdown-toggle::after {
  display: none;
}

header.header .navbar-nav>li>.dropdown-menu a.dropdown-item:hover {
  color: var(--primarycolor);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background: var(--colorwhite);
}

header.header .navbar-nav>li>.dropdown-menu a.dropdown-item:focus {
  color: var(--primarycolor);
}

header.header .navbar-nav>li>.dropdown-menu a.dropdown-item:active {
  color: var(--primarycolor);
}

header.header .dropdown-item.active,
header.header .dropdown-item:active {
  color: var(--primarycolor) !important;
}

.menudot {
  width: 7px;
  height: 7px;
  background-color: var(--primarycolor);
  border-radius: 50%;
  display: inline-block;
}

/* footer */
.footer p {
  color: white;
}

.footer span {
  color: white;
}

.footer {
  background: var(--colorblack);
  color: var(--colorwhite);
  padding: 10px 0px 10px 0px;
  position: relative;
  width: 100%;
}

footer.footer .breadcrumb a,
footer.footer .breadcrumb .active,
.breadcrumb-item+.breadcrumb-item::before {
  color: var(--dark-80);
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

footer.footer .breadcrumb a:hover {
  color: var(--colorwhite);
}

footer.footer .breadcrumb li.breadcrumb-item a .social-icon {
  background: var(--dark-45);
  border: 1px solid var(--dark-50);
  color: var(--colorwhite);
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  border-radius: 50px;
  -webkit-transition: all .3s ease 0s;
  -moz-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

footer.footer .breadcrumb li.breadcrumb-item a .social-icon:hover {
  background: var(--dark-50);
  border: 1px solid var(--dark-50);
  color: var(--colorwhite);
}

/* pages */
.main-content {
  position: relative;
}

.brand-button,
a.brand-button {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}

.brand-button:hover,
a.brand-button:hover,
.brand-button:focus,
a.brand-button:focus {
  color: var(--colorwhite);
  background-color: var(--secondarycolor);
  border: 1px solid var(--secondarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}

.brand-button:active,
a.brand-button:active {
  color: var(--colorwhite);
  background-color: var(--tertiarycolor);
  border: 1px solid var(--tertiarycolor);
}

.brand-button-alt,
a.brand-button-alt {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--primarycolor);
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}

.brand-button-alt:hover,
a.brand-button-alt:hover,
.brand-button-alt:focus,
a.brand-button-alt:focus {
  color: var(--colorwhite);
  background-color: var(--primarycolor);
  border: 1px solid var(--primarycolor);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}

.brand-button-alt:active,
a.brand-button-alt:active {
  color: var(--colorwhite);
  background-color: var(--tertiarycolor);
  border: 1px solid var(--tertiarycolor);
}

.white-button-alt,
a.white-button-alt {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
  border-radius: 5rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  text-transform: capitalize;
  text-decoration: none;
  outline: none;
  margin: 0;
  padding: 12px 24px;
  position: relative;
  -webkit-transition: all .5s ease 0s;
  -moz-transition: all .5s ease 0s;
  -o-transition: all .5s ease 0s;
  transition: all .5s ease 0s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
}

.white-button-alt:hover,
a.white-button-alt:hover,
.white-button-alt:focus,
a.white-button-alt:focus {
  color: var(--secondarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;
}

.white-button-alt:active,
a.white-button-alt:active {
  color: var(--primarycolor);
  background-color: var(--colorwhite);
  border: 1px solid var(--colorwhite);
}

.hero-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('../images/header.png');
  padding: 100px 0px 0px 0px;
}

.feature-box {
  background: #FFF2F2;
  border-radius: 6.09px;
  border: 1.242px solid #000;

  position: relative;
}

.feature-box-circle {
  position: absolute;
  left: -8px;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.video-testimonial {
  position: relative;
}

.video-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content-testimonials {
  position: relative;
  z-index: 1;
}

.quote-icon {
  position: absolute;
  top: -25px !important;
  right: 10%;
  z-index: 99;
}

.slick-slide {
  padding: 0 10px;
}

.slick-list {
  margin: 0 -10px;
}

.owl-carousel .owl-stage-outer {
  overflow: visible !important;
}

.owl-carousel .owl-stage {
  overflow: visible !important;
}



.today {
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 99;
}

.card-height {
  margin-top: 6rem;
}



.homevideo {
  position: relative;
  background-color: var(--primarycolor);
  height: 80vh;
  min-height: 25rem;
  width: 100%;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .sumanimage {
    height: 199;
  }

  .innercounter p {
    font-size: 12px !important;
  }

  .sumanimage {
    border-radius: 10px !important;
  }

  .sumanimageele1 {
    left: 0% !important;
    bottom: -60% !important;
    max-width: 123px !important;
  }

  .sumanimageele2 {

    right: 0 !important;
    bottom: -57% !important;
    max-width: 120px !important;
  }

  .jurney1 {
    max-width: 100px !important;
  }

  .jurney2 {
    max-width: 100px !important;
  }

  .jurney3 {
    max-width: 100px !important;
  }

  .cloaijdihu p {
    top: -22px !important;
    font-size: 15px !important;
  }

  .cta svg {
    width: 14px !important;
  }

  .cta {
    padding: 9px 10px 9px 15px !important;
    font-size: 15px !important;
  }

  .homevideo {
    height: 90vh;
    min-height: 25rem;
  }
}

.homevideo .overlay {
  content: "";
  width: 100%;
  height: 100%;
  background: var(--colorblack);
  opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.homevideo video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  object-fit: cover;
}

.homevideo .container {
  position: relative;
  z-index: 2;
}

.fee-bg {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #F6F8E8;
}

.masterbg {
  background: #2e0000;
}

.earn-background::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(182deg, #FDFFEF 1.68%, #FDFFF1 29.29%, #FFF 98.37%);
  width: 100%;
  height: 100%;
  z-index: -1;
}

.earn-background {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: inherit;
  background-color: transparent;
  width: 100%;
  height: 100%;
  position: relative;
  background-image: url('../images/earn.png');
  padding: 80px 0px 80px 0px;
}

@media (max-width: 991.98px) {
  .border-lg-end {
    border-right: none !important;
  }
}

.title-divider,
.title-divider-white {
  position: relative;
  margin-bottom: 20px;
  height: 17px;
}

.title-divider::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  mask-repeat: repeat;
  mask-size: auto;
  background-repeat: repeat-x;
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  background-color: var(--primarycolor);
  background-size: 22px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.title-divider-white::before {
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' preserveAspectRatio='none' overflow='visible' height='100%' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='4' stroke-linecap='square' stroke-miterlimit='10'%3E%3Cpolyline points='0,18 12,6 24,18 '/%3E%3C/svg%3E");
  mask-repeat: repeat;
  mask-size: auto;
  background-repeat: repeat-x;
  content: "";
  width: 100px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-mask-size: 22px;
  mask-size: 22px;
  background-color: var(--colorwhite);
  background-size: 22px;
  -webkit-mask-repeat: repeat-x;
  mask-repeat: repeat-x;
}

.white-box {
  transition: .3s;
  position: relative;
}

.white-box:hover {
  transform: translateY(-5px);
}

.testi-box {
  margin-left: -100px;
}

@media (max-width: 991.98px) {
  .testi-box {
    margin-left: 0px;
  }
}


.text-theme {
  color: #C6150F !important;
}

.footerloction {
  border-radius: 15px;
  background: #000;
  padding: 30px;
}

.footerloction p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.70);


}

.footerloction h5 {
  color: #F00;
  font-size: 19px;
}

.footerloction svg {
  margin-right: 13px;
  min-width: 16px;
  margin-top: 6px;
}

.logocrd {
  border-radius: 15px;
  /* background: #FFF;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  width: max-content;
}

.footerinnercrd {
  box-shadow: rgb(157 157 157 / 35%) 0px 5px 15px;
}

.imgload {
  position: relative;
  z-index: -1;
  margin-bottom: -13px;
}

.logoimg {
  width: 200px;
  object-fit: cover;
}

.video-testimonial img {
  border-radius: 10px;
  max-height: 420px;
  object-position: top;
  object-fit: cover;
}

ol,
ul {
  padding-left: 15px;
}

.imgcontejt {
  max-width: 150px;
  object-fit: cover;
}

.visasectiontitle {
  line-height: 55px;
  font-size: 45px;
}

.corecursecard {
  border-radius: 10px;
  /* border: 8px solid #FFF; */
  /* background: #FEECEC; */
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 16px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.corecursecard p {
  line-height: 27px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.corecursecard h5 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.keyheighlights {
  background-color: #f3f3f3;
  border-radius: 28px;
  border: 1px solid #e21616;
}

.imgheightgucg {
  width: 100%;
  object-fit: cover;
  border-radius: 28px;
  height: 100% !important;
}

.keyheighlights ul li {
  color: #484848;
  font-size: 16px;
  margin-bottom: 15px;
}


.cardgetstart {
  border-radius: 28px;
  border: 1px solid #D70C0F;
  background-color: #FFFAF4;
}

.custom-accordion1 .accordion-button:not(.collapsed) {
  box-shadow: none !important;
}

.custom-accordion1 .accordion-item {
  margin-bottom: 10px;
}

.custom-accordion1 .accordion .accordion-item:not(:first-of-type) {
  border: 0.5px solid #000 !important;
}

body .custom-accordion1 .accordion .accordion-item {
  border-radius: 6.09px !important;
  border: 0.5px solid #000 !important;
  background: #FFF9F1 !important;
  box-shadow: 3px 3px 0px 0px #000;

}

.custom-accordion1 .accordion .accordion-button {
  background: transparent !important;
  font-size: 19px !important;
  color: black !important;
  font-weight: 600 !important;
}

.custom-accordion1 .accordion .accordion-button:not(.collapsed) {
  background: transparent !important;
}

.custom-accordion1 p {
  line-height: 30px;
  color: #000;
}

.content-testimonials p {
  line-height: 30px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.whatisvs p {
  line-height: 40px;
}

.realprojectearning p {
  line-height: 40px;
}

.videoimg {
  border-radius: 37px;

}

.videosupersatr1 {
  position: absolute;
  max-width: 160px;
  left: 4%;
  top: 20px;
}

.videosupersatr2 {
  position: absolute;
  max-width: 160px;
  right: 4%;
  top: 20px;
}

.videosupersatr3 {
  position: absolute;
  max-width: 204px;
  bottom: 28px;
  left: 18%;
}

.videosupersatr4 {
  position: absolute;
  max-width: 170px;
  bottom: 28px;
  right: 18%;
}

.smilebannerbhu {
  max-height: 150px;
  object-fit: cover;
  width: 100%;
}

@media (max-width:1399.5px) {
  body .custom-accordion1 .accordion .accordion-button {
    font-size: 14px !important;
  }

  .keyheighlights ul li {
    font-size: 13px !important;
    line-height: 30px !important;
    margin-bottom: 9px !important;
  }

  p {
    line-height: 30px !important;
  }

  .videosupersatr1 {
    left: 0% !important;
  }

  .videosupersatr2 {
    right: 0% !important;
  }

  .videoimg {
    border-radius: 20px;
  }
}

@media (max-width:1199.5px) {
  .elementrights {
    max-width: 50px !important;
  }

  .card-height {
    margin-top: 0px !important;
  }

  .brand-button-alt,
  a.brand-button-alt {
    padding: 12px 10px;
    font-size: 11px !important;
  }

  .brand-button,
  a.brand-button {
    padding: 12px 10px;
    font-size: 11px !important;
  }

  .visasectiontitle {
    line-height: 37px !important;
    font-size: 24px !important;
  }

  .display-3 {
    line-height: 37px !important;
    font-size: 26px !important;
  }
}

.elementrights {
  max-width: 75px;
  height: 46px !important;
  position: absolute;
  top: 10px;
  right: 0;
}

.innercounter {
  text-align: center;
}

@media (min-width:1200px) {
  .custometexttitke {
    font-size: 5rem !important;
    line-height: 73px;
  }

  .innercounter h2 {
    font-size: 40px;
  }

  .editandearn {
    font-size: 110px;
  }

  p {
    line-height: 33px;
  }
}

.text-hcc .slick-slide {
  overflow: hidden;
  border-radius: 20px;
  transition: transform 0.4s ease;
}

.text-hcc .slick-list {
  overflow: visible;
}

.text-hcc .slick-slide img {
  display: block;
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  transition: transform 0.5s ease, border-radius 0.5s ease;
}

.text-hcc .slick-slide.slick-center {
  transform: scale(1.03);
  z-index: 2;
  border-radius: 30px;
  overflow: hidden;
}

.text-hcc .slick-slide.slick-center img {
  transform: scale(1.03);
  border-radius: 30px;
}

.mainbanneringf {
  height: 100% !important;
  width: 100%;
}

@media (min-width: 768px) {
  .mlmius {
    margin-left: -30px;
  }

  .mrifht {
    margin-right: -30px;
  }

  .applybhh {
    font-size: 20px !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
  }
}

.border-grafgf {
  opacity: 0.87;
  background: linear-gradient(90deg, rgba(102, 102, 102, 0.00) 0%, #FFF 40.87%, #FFF 100%);
  width: 100%;
  height: 1px;
  transform: scale(-1, 1);
}

.innererartest {
  align-items: flex-start;
}

.iconimg {
  max-width: 50px;
}

.earn-testimonials .slick-current.slick-active {
  margin-top: 0px !important;
}

.earn-testimonials .slick-active {
  margin-top: 100px;
}

.brand-button,
a.brand-button {
  font-weight: 600 !important;
  text-transform: uppercase !important;
}

.brand-button-alt {
  font-weight: 600 !important;
  text-transform: uppercase !important;

}

.elementleft {
  position: absolute;
  left: 0;
  top: 30px;
  max-width: 100px;
  max-width: 45px;
  height: 45px !important;
}

.elementright {
  position: absolute;
  right: 0;
  bottom: 30px;
  max-width: 100px;
}

.footerloction p {
  line-height: normal !important;
}

.user-placement {
  display: flex;
  justify-content: center;
}

.user-placement img {
  width: 100px;
  height: 100px !important;
  object-fit: cover;
  object-position: top;
  border-radius: 50%;
}

.logo_company {
  width: 100px;
  height: 100px;
  object-fit: cover;
  border-radius: 50%;
  border: 4px solid #e21616;
}

.placementcard {
  padding: 50px 20px 40px 20px;
  /* box-shadow: rgb(226 22 22) 0px 0px 0px 3px; */
  position: relative;
  /* box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px; */
  /* border-radius: 10px; */
  border-top: 0.876px solid #C6150F;
  border-right: 0.876px solid #C6150F;
  border-bottom: 11.394px solid #C6150F;
  border-left: 12.271px solid #C6150F;
}

.placementcard h4 {
  font-size: 18px;
  font-style: italic;
}

.placementcard h6 {
  font-size: 14px;
  font-weight: 400 !important;
  color: #645f5f;
}

.placementtext {
  max-width: 100px;
  margin-bottom: -4px;
  position: absolute;
  left: -18px;
  top: 0px;
  rotate: 330deg;
  display: none;
}

.placementcontainer h5 {
  font-size: 17px;
  color: #c70000;
  font-weight: 900 !important;
}

.placementcontainer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.ribonhdy {
  position: absolute;
  bottom: -13px;
  right: -9px;
  rotate: 287deg;
  display: none;
}

.caroselhomebanner .item img {
  border-radius: 15px;
  object-fit: cover;
}

.videosuperstar1 {
  left: 0;
  bottom: 0;
  position: absolute;
  max-width: 150px;
}

.videosuperstar2 {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 150px;
}

.videosuperstar3 {
  position: absolute;
  max-width: 200px;
  left: -222px !important;
}

.caroselhomebanner .marquee__item img {
  max-height: 230px;
  object-fit: cover;
  object-position: top;
  border-radius: 10px;
  width: 100%;
}

.mainhomemanner {
  background-image: url(../images/smile/smilebg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}

.wrapper {
  display: grid;
  place-content: center;
}

.marquee {
  overflow: hidden;
  position: relative;
}

.marquee__ctn {
  display: flex;
  width: 100%;
}

.marquee__track {
  display: flex;
}

@supports (-webkit-touch-callout: none) {
  .marquee__ctn {
    transform: translate3d(0, 0, 0) scale(1);
    perspective: 1px;
  }
}

.marquee__item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 180px;
  -webkit-margin-end: 1rem;
  margin-inline-end: 1rem;
}

.marquee__item img {
  width: 100%;
}

.keyheighlights h6 {
  font-style: italic;
}

.cloaijdihu {
  position: relative;
}

.cloaijdihu p {
  position: absolute;
  margin-top: 10px;
  top: -32px;
  left: 18px;
  font-family: cursive;
  color: #e21616;
  font-size: 35px;
  text-wrap-mode: nowrap;
}

.cloaijdihu img {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 18px;
}

.imgclassroomdetup {
  width: 100%;
}

.whrecr {
  background-color: #000000;
}

.whrecr .innercounter p {
  color: white;
}

.whrecr .innercounter h2 {
  color: white;
}

.jurney1 {
  position: absolute;
  max-width: 500px;
  left: 42%;
  top: 0px;
}

.jurney2 {
  position: absolute;
  max-width: 512px;
  left: 36%;
  top: -71px;
}

.jurney3 {
  position: absolute;
  max-width: 540px;
  right: 39%;
  top: -65px;
}

.cta svg {
  width: 30px;
  height: 30px;
}

.cta {
  align-items: center;
  display: flex;
  padding: 10px 25px 10px 40px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: white;
  background: var(--primarycolor);
  transition: 1s;
  box-shadow: 6px 6px 0 black;
  transform: skewX(-15deg);
  width: fit-content;
}

.cta:focus {
  outline: none;
}

.cta:hover {
  transition: 0.5s;
  box-shadow: 10px 10px 0 #e21616;
  background: black;
  color: white;
}

.cta span:nth-child(2) {
  transition: 0.5s;
  margin-right: 0px;
}

.cta:hover span:nth-child(2) {
  transition: 0.5s;
  margin-right: 20px;
}

.cta span {
  transform: skewX(15deg)
}

.cta span:nth-child(2) {
  width: 20px;
  margin-left: 10px;
  position: relative;
  top: -5%;
}

path.one {
  transition: 0.4s;
  transform: translateX(-60%);
}

path.two {
  transition: 0.5s;
  transform: translateX(-30%);
}

.cta:hover path.three {
  animation: color_anim 1s infinite 0.2s;
}

.cta:hover path.one {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.6s;
}

.cta:hover path.two {
  transform: translateX(0%);
  animation: color_anim 1s infinite 0.4s;
}

@keyframes color_anim {
  0% {
    fill: white;
  }

  50% {
    fill: var(--primarycolor);
  }

  100% {
    fill: white;
  }
}

.sumanimage {
  object-fit: cover;
  border-radius: 30px;
  width: 100%;
  position: relative;
  min-height: 200px;
}

.sumansection {
  position: relative;
}

.sumansectioninner {
  background-color: var(--primarycolor);
  height: 300px;
  position: absolute;
  width: 100%;
  z-index: 1;
  bottom: 0px;
  right: 0;
  left: 0;
}

.sumansection {
  margin-top: 30px;
}

.mtcustome {
  margin-bottom: 120px;
}

.sumanimageele1 {
  position: absolute;
  left: -17%;
  bottom: -18%;
  max-width: 180px;
  z-index: 2;
}

.sumanimageele2 {
  position: absolute;
  right: -17%;
  bottom: -18%;
  max-width: 180px;
  z-index: 2;
}

@media (max-width:767.5px) {
  .jurney2sectikb {
    flex-direction: column-reverse;
  }
}

.corecursecard .cta {
  padding: 7px 10px 7px 19px !important;
  font-size: 15px !important;
}

.corecursecard .cta svg {
  width: 17px;
  height: 30px;
}

.imarrow {
  position: absolute;
  left: -14%;
  top: 33%;
  max-width: 100px;
  animation: customBounce 4s infinite;
}

@keyframes customBounce {
  0% {
    transform: translateY(-50%) translateX(0);
  }

  10% {
    transform: translateY(-50%) translateX(-10px);
  }

  20% {
    transform: translateY(-50%) translateX(0);
  }

  30% {
    transform: translateY(-50%) translateX(-10px);
  }

  40% {
    transform: translateY(-50%) translateX(0);
  }

  100% {
    transform: translateY(-50%) translateX(0);
  }
}


.nomorecard {
  border-radius: 6.09px;
  border: 1.5px solid #000;
  padding: 13.051px 31.322px;
  position: relative;
  display: flex;
  justify-content: space-between;
}

.doticon {
  position: absolute;
  left: -9px;
  bottom: 0;
  top: 0;
  display: flex;
  align-items: center;
}

.nomorecard p {
  color: #D70C0F;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  display: flex;
  align-items: anchor-center;
}

.imgnomore {
  width: 30px;
}

.nomorecard1 {
  transform: rotate(-1.644deg);
}

.nomorecard2 {
  transform: rotate(-1.272deg);
}

.nomorecard3 {
  transform: rotate(-0.858deg);
}

.nomorecard4 {
  transform: rotate(-1.148deg);
}

.table>:not(caption)>*>* {
  border-bottom-width: 0ch
}

.comparisiontable th {
  background: #C6150F;
  color: white;
  padding: 15px 10px;
  border-right: 1px solid black !important;
  font-size: 20px;
}

.comparisiontable td {
  background: #FFF2F2;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 10px;
  border-right: 1px solid black !important;
}

.comparisiontable table {
  border: 1.242px solid #000;
}

.comparisiontable tbody {
  border: 1.242px solid #000;
}

.comparisiontable tr:first-child td {
  padding-top: 30px;
}

.comparisiontable tr:last-child td {
  padding-bottom: 30px;
}

.freelancebannerimg {
  background-image: url(../images/freelanceimage/bgfreelance.webp);
  background-repeat: no-repeat;
  background-size: cover;
}

.frrelancecrd {
  padding: 18px;
  height: 100%;
  border: 0.3px solid black;
}

.frrelancecrd img {
  max-width: 50px;
  margin-bottom: 10px;
}

.frrelancecrd h3 {
  font-size: 19px;
  margin-bottom: 15px;
  color: var(--primarycolor);
}

.frrelancecrd p {
  font-size: 14px;
}

.toolsrow {
  display: flex;
  flex-wrap: wrap;
}

@media (min-width: 1200px) {
  body .toolcol2 {
    flex: 0 0 auto;
    width: 20% !important;
  }

  body .toolcol1 {
    flex: 0 0 auto;
    width: 40% !important;

  }
}

.toolcard h5 {
  color: #2E2E2E;
  font-weight: 500 !important;
}

.toolcard {
  border: 0.1px solid black;
  height: 100%;
  padding: 40px 30px;
  position: relative;
}

.star1 {
  position: absolute;
  left: -7px;
  top: -7px;
  max-width: 13px;
}

.star2 {
  position: absolute;
  top: -7px;
  right: -7px;
  max-width: 13px;
}

.star3 {
  position: absolute;
  left: -7px;
  bottom: -7px;
  max-width: 13px;
}

.star4 {
  position: absolute;
  right: -7px;
  bottom: -7px;
  max-width: 13px;
}

.toolcol2 .toolcard {
  text-align: center;
  text-align: center;

}

.benefitsoffreelance .col-6 {
  position: relative;
  padding: 0px;
}

.frrelancecrd:hover {
  background-color: var(--primarycolor);
  color: white !important;
}

.frrelancecrd:hover h3 {
  color: white !important;
}

.frrelancecrd:hover p {
  color: white !important;
}

.modulecarddot {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 100%;
  background-color: var(--primarycolor);
  opacity: 0;
}

.modulecard:hover .modulecarddot {
  transition: 0.8s ease-in-out;
  opacity: 1 !important;
}

.modulecard {
  padding: 20px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  transition: 0.8s ease-in-out;
  position: relative;
}

.modulecard:hover {
  box-shadow: 0 22px 50px 0 rgba(37, 37, 51, 0.14);
  transition: 0.8s ease-in-out;
}

.modulecard p {
  font-size: 14px;
}

.arrowleft {
  max-width: 20px;
}

.carriulaomrow {
  column-count: 3;
  column-gap: 1.0rem;
}

.carriulaom {
  page-break-inside: avoid;
  break-inside: avoid;
}

.mainbanneringf2 {
  /* position: absolute; */
  /* left: 20px;
  top: 20px; */
  max-width: 180px;
  /* border-radius: 0px 30px 0px 30px ; */
}

.mainbanneringf1 {
  /* position: absolute; */
  /* right: 20px;
  top: 20px; */
  max-width: 180px;
  /* border-radius: 30px 0px 30px 0px ; */

}

.keyheighlights svg {
  min-width: 15px;
  max-width: 15px;
  width: 15px;
  margin-top: 2px;
  margin-right: 5px;
}

.editstepcard {
  /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
  border-radius: 10px;
  padding: 20px;
  background-color: #1a1818;
}

.borderedit {
  border-right: 3px solid var(--primarycolor);
}

.editstepcard h4 {
  font-size: 20px;
  margin-bottom: 15px;
  color: white;
}

.editstepcard h3 {
  color: var(--primarycolor);
  margin-bottom: 12px;
}

.editstepcard p {
  font-size: 14px;
  color: #757871;
}

.editstepssection {
  background-color: black;
}

.toptimmer {
  background-color: #c6150f;
  padding: 6px;
  color: white;
}

.desinfvg {
  background-color: #000;
  padding: 7px 30px 7px 30px;
  border-radius: 30px;
      width: max-content !important;
}

.css-1huxhld {
  font-size: 9px;
  line-height: 9px;
}

.css-cb3uzg {
  font-size: 12px;
  line-height: 15px;
}

#popup {
  max-width: 100dvw;
  width: 950px;
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
  z-index: 999999 !important;
}

#popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 9998;
}

.close-btn {
  position: absolute;
  right: 30px;
  top: 30px;
  line-height: 15px;
  font-size: 30px;
}

/* .placement-track:hover {
  animation-play-state: paused;
}
.placement-track1:hover {
  animation-play-state: paused;
} */
.placement-scroller {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.placement-track {
  display: flex;
  animation: scrollLeft 10s linear infinite;

}

.placement-track .placementrow {
  display: flex;
  flex-wrap: nowrap;
}

.placement-track .placementcol {
  flex: 0 0 auto;
  margin-right: 20px; 
      width: 200px;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}



.placement-track1 {
  display: flex;
  animation: scrollrifht 15s linear infinite;
    margin-left: -1200px;
}

.placement-track1 .placementrow {
  display: flex;
  flex-wrap: nowrap;
}

.placement-track1 .placementcol {
  flex: 0 0 auto;
  margin-right: 20px;
      width: 200px;
}

@keyframes scrollrifht {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(50%);
  }
}


.placementcol .placementcard{
  box-shadow:none !important;
  border: none !important;
      background: #fddedb;
    border-radius: 10px;
    padding: 35px 20px 30px 20px;
}
.placementcol .placementcard h5{
  /* display: none !important; */
}
.placementcol .user-placement img{
  width: 60px !important;
  height: 60px !important;
}




.footer .breadcrumb-item{
  border: 1px solid white;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.footer .breadcrumb-item::before{
  display: none !important;
}
.footer .breadcrumb-item+.breadcrumb-item{
  padding-left: 0px !important;
}
.footer .breadcrumb-item svg{
  fill: white ;
}

.whatappicon{
  position: fixed;
  left: 30px;
  bottom: 80px;
  z-index: 99999999;
}
.whatappicon img{
  width: 50px;
  height: 50px;
}

.plavdeuyuy{
      background-color: #f3f3f3;
}