.bg-logo-1 {
  background-image: url(../images/logo-01.png);
}

.w-150px {
  width: 150px;
}

.about-opacity {
  opacity: 1;
  display: block;
}

.about-w {
  width: 2282px;
  left: 0px;
  display: block;
  transition: all 1000ms ease 0s;
  transform: translate3d(0px, 0px, 0px);
}

.w-163px {
  width: 163px !important;
}

.assignment-mt-10px {
  width: 132px;
  margin-top: -10px;
}

.services-sec-rev-bg-color {
  background-color: #fcfcfc;
}

.border-light-left {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
}

.grey_section-bg-color {
  background: #eeeae5;
}

.space-top-bg-color {
  background-color: #15171c;
}

/* Add Wasif */

.bannerr {
  background: url("../images/header-image/image01.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 800px;
  position: relative;
}

.bannerr::before {
  content: "";
  background-color: #333333bd;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 800px;
  z-index: 0;
}

.bannerr-text {
  position: relative;
  z-index: 999;
  margin-top: 55px;
  padding: 0 0 0 30px;
}

.bannerr h1 {
  color: #fefefe;
  font-size: 35px;
  line-height: 47px;
  font-weight: 600;
  /* letter-spacing: -2px; */
  text-transform: none;
  margin-bottom: 20px;
  border-bottom: 3px solid #449a9d;
  padding-bottom: 20px;
}

.bannerr .bannerr-text p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  color: #fefefe;
  text-transform: none;
  padding-bottom: 25px;
}

.bannerr .bannerr-text ul {
  margin-left: 20px;
}

.bannerr .bannerr-text ul li {
  color: #f5f5f5;
  font-size: 17px;
  line-height: 30px;
}

.Whatsap,
.Chat {
  position: relative;
  padding: 10px 15px !important;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  margin-right: 5px;
  outline: none;
  border: none;
  border-radius: 7px;
  display: inline-block;
  margin: 8px 4px;

  -webkit-animation: pulsenew2 1.5s infinite;
}

.Whatsap {
  background-color: #449d44;
  color: white;
}

.Chat {
  background: #333;
  color: white;
  font-weight: 600;
}

@media (max-width: 786px) {
  .bannerr {
    height: 100%;
  }

  .bannerr::before {
    height: 100%;
  }

  .position {
    position: absolute !important;
    top: -83px !important;
    right: -39px !important;
  }
}

@media (max-width: 375px) {
  .bannerr {
    height: 100%;
  }

  .bannerr::before {
    height: 100%;
  }
}

@media (max-width: 320px) {
  img.position {
    position: absolute !important;
    top: -72px !important;
    right: -32px !important;
  }
}

@media (max-width: 414px) {
  .bannerr {
    height: 100%;
  }

  .bannerr::before {
    height: 100%;
  }
}

.form-container {
  background-color: #449a9d;

  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  margin-top: 100px;
}

.form-container input {
  width: 100%;
  border-radius: 10px;
  border: none;
  outline: none;
  margin-bottom: 17px;
  box-sizing: border-box;
  font-size: 16px;
  padding: 6px 8px;
  border: 2px solid transparent;
  transition: border-color 0.3s ease;
}

.form-container input:focus {
  border-color: #333;
}

.form-container .form-text h2 {
  font-size: 24px;
  line-height: 1.3;
  color: #f9f3f3;
  font-weight: 600;
  margin: 10px 0;
  text-align: center;
}

.fs--1 .form-text {
  font-size: 20px;
  line-height: 1.2;
  color: #333;
  margin-top: 10px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
}

@media (max-width: 768px) {
  .form-container {
    width: 50% !important;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .bannerr-text {
    margin-top: 252px;

    z-index: 0;
  }
}

@media (max-width: 576px) {
  .logo {
    left: 32%;
  }

  .stuckMenu .logo {
    background: url(../images/logo-white.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  .stuckMenu .logo img {
    visibility: hidden;
    /* width: 60% !important; */
    height: auto;
    margin-left: 70px;
    /* margin-right: 5px; */
    margin-bottom: 10px;
  }

  .bannerr h1 {
    color: #fefefe;
    font-size: 17px;
    line-height: 35px;
  }

  .bannerr-text {
    margin-top: 224px;
    padding: 0 0 0 10px;
  }

  .form-container {
    width: 90% !important;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}

img.position {
  position: absolute;
  top: 27px;
  right: -7px;
  animation: blinker 1s step-end infinite;
}

.stuckMenu.isStuck {
  z-index: 9999999;
}

.btn-form {
  font-family: open sans, sans-serif;
  font-size: 15px;
  line-height: 52px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  padding: 0;
  width: 90%;

  background: #333;
  border: none;
  /* border-bottom: 3px solid #243c58; */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 12px;
}

.mt-40 {
  margin-top: 40px;
  width: 514px;
}

.modal-lg {
  width: 500px;
}

.bg-black {
  background: #222;
  border: 1px solid #449a9d;
}

.modelpopup img {
  width: 100%;
  margin-right: -16px;
}

.modelpopup .close {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 30px;
  opacity: 1;
  color: #449a9d;
}

.modelpopup h3,
.modelpopup p {
  color: #fff;
  margin-bottom: 0;
  padding-bottom: 10px;
}

.modelpopup h3 {
  font-size: 25px;
}

.modelpopup h3 span {
  color: #449a9d;
}

.modelpopup .popuform {
  padding: 20px 25px;
  padding-right: 25px;
}

.modelpopup .popuform .form-control {
  background: #424242;
  border: 1px solid #424242;
  border-radius: 30px;
  padding-left: 25px;
  color: #fff;
}

.modelpopup .popuform .btngreen {
  background: #449a9d;
  color: #fff;
  border: 0;
  padding: 10px 28px;
  border-radius: 25px;
}

.modelpopup .popuform .btn-normal {
  background: #fff;
  color: #000;
  padding: 10px 28px;
  border-radius: 25px;
  margin-left: 15px;
}

.modelpopup .alert-success p {
  color: #00802d;
  padding-bottom: 0px;
}

.modal {
  z-index: 104099;
}

@media (max-width: 820px) {
  .bannerr {
    height: 100%;
  }

  .bannerr::before {
    height: 100%;
  }

  .form-container {
    width: 57% !important;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
  }

  .bannerr-text {
    margin-top: 250px;
  }

  .position {
    position: absolute !important;
    top: -70px !important;
  }
}

.white_section {
  /* background-color: #222222 !important; */
}

@media (max-width: 1024px) {
  .faqs-1024-head {
    width: 50% !important;
  }
  .Teacher-hide-786 {
    display: none;
  }
  .section_gap {
    padding: 50px 0 40px;
  }
  section.blue-bg h3:after {
    top: 140px;
  }
}

@media (max-width: 786px) {
  .faqs-1024-head {
    width: 100% !important;
  }
  .Teacher-hide-786 {
    display: none;
  }
  .w-200px {
    width: 200px !important;
    height: auto;
    margin: auto;
  }
  .stuckMenu .logo {
    background-size: 65%;
  }

  .trustpilot .single-trustpilot {
    background: #fff;
    margin: 5px 1px 0;
    padding: 7px 15px;
    border-radius: 0;
    box-shadow: 0 1px 2px 1px rgb(0 0 0/8%);
    -webkit-box-shadow: 0 1px 4px 2px rgb(0 0 0/8%);
    border: 1px solid rgba(0, 0, 0, 0.075);
    max-width: 261px;
    min-height: 130px;
    text-align: left;
    margin-left: 20px !important;
  }
  .trustpilot .single-trustpilot .review_content p {
    text-align: left;
    color: #181818;
    font-weight: 300;
    font-size: 9px;
    margin: 5px auto;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    line-height: 16px;
    padding: 0;
  }
  #features {
    padding-top: 20px !important;
    padding: 0px 0 20px;
  }
  .section_gap {
    padding: 50px 0 20px;
  }
  section.awards-rewards {
    padding: 30px 0 !important;
  }
  section.blue-bg h3:after {
    top: 130px;
}
}
.stuckMenu .logo img:hover {
  border-bottom: none !important;
}

h5.testimonials-name {
  font-size: 3em;
  font-weight: 700;
  color: #449a9d;
  display: inline-block;
}

@media (max-width: 430px) {
  .form-container {
    width: 80% !important;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
  }
  p {
    font-size: 15px;
    text-align: center;
  }
  .carousel-header h3 {
    margin-bottom: 5px;
    text-align: center;
  }
  .section_gap {
    padding: 30px 0 30px;
  }
  p.samplespara {
    font-size: 15px;
  }
  section.ourclients p.hgroup {
    font-size: 15px;
    line-height: 25px;
  }
  section.faqss-accordian .faqsdv p {
    font-size: 15px !important;
  }
  p {
    font-size: 15px !important;
  }
  h6 {
    font-size: 18px !important;
  }
  .bottomfourcol p {
    color: #dcdce5;
    font-weight: 400;
    font-size: 15px !important;
    line-height: 24px;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
  }
  .trustpilot .single-trustpilot {
    margin-left: 47px !important;
  }
}

@media (width: 912px) {
  .form-container {
    width: 57% !important;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
  }
  .bannerr {
    height: 100%;
  }

  .bannerr::before {
    height: 100%;
  }
  .bannerr-text {
    margin-top: 258px;
  }
  img.position {
    top: -74px;
    right: -35px;
  }

  .stuckMenu .logo {
    background-size: 70%;
  }
}

@media (width: 853px) {
  .form-container {
    width: 57% !important;
    margin: auto;
    margin-top: 75px;
    margin-bottom: 20px;
  }
  .bannerr {
    height: 100%;
  }

  .bannerr::before {
    height: 100%;
  }
  .bannerr-text {
    margin-top: 258px;
  }
  img.position {
    top: -74px;
    right: -35px;
  }
}
@media (width: 375px) {
  .bannerr h1 {
    color: #fefefe;
    font-size: 20px;
    line-height: 32px;
  }
  .trustpilot .single-trustpilot .review_content p {
    text-align: left;
    color: #181818;
    font-weight: 300;
    font-size: 9px;
    margin: 5px auto;
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    line-height: 25px;
    padding: 0;
  }
}

.mt-12px {
  align-self: center;
}

.faqs-photos {
  border-radius: 4%;
  box-shadow: 20px 7px 15px #00000033;
}

.bannerr-text ul li::marker {
  color: #449a9d;
  font-size: 1.2em;
}
.border {
  border: 2px solid black;
}

@media (max-width: 767px) {
  .dropdown-menu {
    left: 50% !important;
    transform: translateX(-50%);
  }
}

.review-item {
  -webkit-box-shadow: 0 10px 20px rgb(41 41 42 / 7%) !important;

  box-shadow: 0 20px 20px rgb(0 0 0 / 7%) !important;

  border-radius: 8px !important;

  padding: 24px !important;

  margin-bottom: 30px !important;

  /* height: 243px !important; */

  /* border: 1px solid black; */

  margin: 12px;

  background: white;

  /* color: black; */
}

.txt8 {
  font-size: 24px;

  font-weight: 600;

  margin-top: 13px;

  color: #121212;

  line-height: 131%;
}

.txt12 {
  font-size: 15px;

  color: #100f0f;

  margin-top: 23px;
}

.fafa-star {
  color: #f4cb01;
}

.my8 {
  margin-top: 40px;
}

.faq-Testimonials-section-bg-color {
  background-color: #449a9d;
}
.faq-img {
  border-radius: 50% !important;
  height: auto !important;
  width: 100% !important;
}
@media (max-width: 786px) {
  .faq-img {
    width: 60px !important;
  }
}

.tablist-block.hovered .tree-block .tree-circle span,
.tablist-block.hovered .tree-root-block .tree-root,
.tablist-block.hovered .tree-stem span {
  background: linear-gradient(to bottom, #64b982 0, #519067 100%);
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.text-brown {
  color: brown;
}
.Available-section-bg {
  background-color: #222222;
}
.Footer-custum-class {
  margin-bottom: 10px;
  color: #fff;
}
.home-black-bg {
  background-color: #15171c !important;
}
.visible-shake {
  visibility: visible;
  animation-name: shake;
}

.fs-46 {
  font-size: 46px;
}

@media (max-width: 520px) {
  .fs-46 {
    font-size: 26px;
  }
  .service-slider-Inner .servicehading {
    font-size: 12px;
    left: 7px;
  }
  section.blue-bg h3 {
    font-size: 26px;
  }
  section.awards-rewards .col-md-12 h3 {
    font-size: 26px;
  }
  section.awards-rewards .col-md-12 p {
    font-size: 9px;
  }
  p {
    font-size: 12px;
  }
  #accordion .btn.btn-link {
    font-size: 12px;
  }
  section.faqss-accordian .faqsdv h2 {
    font-size: 26px;
  }
  section.faqss-accordian .faqsdv p {
    font-size: 12px;
  }
  .txt8 {
    font-size: 15px;
  }
  section.ourclients p.hgroup {
    font-size: 12px;
  }
  section.ourclients .type_ourclients .single-ourclients p {
    font-size: 12px;
  }
  p.samplespara {
    font-size: 12px;
  }
  #features {
    padding: 5vh 0;
  }
  section.reviews p.hgroup {
    font-size: 12px;
  }
  .head-block.howwork-Block h3 {
    font-size: 26px;
  }
  section.blue-bg h3:after {
    top: 80px;
}
}

.about-d-block {
  opacity: 1;
  display: block;
}
.about-w-200px {
  width: 2282px;
  left: 0px;
  display: block;
  transition: all 1000ms ease 0s;
  transform: translate3d(0px, 0px, 0px);
}
.w-524px {
  width: auto;
}

@media (width: 786px) {
  .w-524px {
    width: auto !important;
  }

  .bottomfourcol {
    margin-top: 61px;
  }
  
}

@media (min-width: 768px) and (max-width: 1024px) {
  .w-524px {
    width: 524px;
    margin: auto;
  }
}

.font-val {
  font-size: 30px !important;
}

.Order_Now {
  background-color: #449a9d;
  color: white;
  padding: 15px !important;
  border-radius: 10px;
}

.Order_Now:hover {
  background-color: #449a9d !important;
  color: white !important;
  padding: 15px !important;
  border-radius: 10px !important;
  border: none !important;
}

.Order_Now:focus {
  background-color: #449a9d;
  color: white;
  padding: 15px !important;
  border-radius: 10px;
}

@media (max-width: 960px) {
  .Order_Now {
    background-color: #333333;
    color: white;
    padding: 12px 10px 12px 10px !important;
    margin-bottom: 5px;
    width: 50%;
    margin: auto;
  }
}
.error{
  color: red !important;
  font-size: 11px !important;
}