html,
body {
  font-family: "Barlow", sans-serif;
  font-size: 15px;
}
.text-yellow {
  color: #d4e52c;
}

.h4,
h4 {
  font-size: 1.2rem;
}
a:hover {
  color: inherit;
  text-decoration: none;
}
.bg-theme-blue {
  color: #fff;
  background-color: #1653be;
}
.home_banner .home_banner_first {
  height: 650px;
}
.container-layout {
  width: 100%;
  padding-right: 7px;
  padding-left: 7px;
  margin-right: auto;
  margin-left: auto;
}
.explore--section--left-image {
  background-repeat: no-repeat;
  background-position: left;
  background-size: 50% 100%;
  height: 90vh;
}
.explore--section--right-image {
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50% 100%;
  height: 90vh;
  overflow: hidden;
}

@media (min-width: 576px) {
  .container-layout {
    max-width: 540px;
  }
  .sticky_header {
    height: 70px;
  }

}

@media (min-width: 768px) {
  .container-layout {
    max-width: 720px;
  }
  .row-reverse-desktop {
    flex-direction: row-reverse;
  }
}

@media (min-width: 992px) {
  .container-layout {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container-layout {
    max-width: 1140px;
  }
  .home_banner .home_banner_first {
    height: 650px;
  }
}
@media (min-width: 1500px) {
  .home_banner .home_banner_first {
    height: 750px;
  }
}
.display-block-mobile {
  display: none;
}

.hameid-loader-overlay {
  width: 100%;
  height: 100%;
  background: #093ca5;
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  justify-content: center;
  align-items: center;
  display: flex;
}
h1.preloader {
  position: relative;
  text-transform: uppercase;
  letter-spacing: 10px;
  color: white;
}
.min-height-100 {
  min-height: 100%;
}
h1.preloader:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  color: #55ddb9;
  animation: animate 4.8s linear infinite;
  border-right: 4px solid #55ddb9;
}

@keyframes animate {
  0% {
    width: 0;
  }
  50% {
    width: 99%;
  }
  100% {
    width: 0;
  }
}

h1,
h2,
h3,
h4,
h5,
p {
  margin-bottom: 0;
}
section {
  max-width: 100%;
  overflow-x: hidden;
}
.services--icon {
  max-height: 75px;
}
.home_banner,
.section_banner_top_curve {
  width: 110%;
  transform: translate(-4.5%, 0);
  background-repeat: no-repeat;
  /* border-bottom-left-radius: 50% 34vh;
  border-bottom-right-radius: 50% 34vh; */
  overflow: hidden;
  padding-bottom: 130px;
}
.home_banner .home_banner_first {
  background: #1d5cc5;
  color: white;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background-size: cover;
}
.inner_banner_first {
  background: url("https://storage.googleapis.com/gate-academy-shop-uploads/assets/images/bg_image.jpg");
  color: white;
  height: 60vh;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
  padding: 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home_banner:before {
  content: "";
  background: #093ca5;
  height: 445px;
  width: 445px;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: circle(50% at 50% 50%);
  transform: translate(-15%, -45%);
}
.fixedsticky {
  top: 70px;
  z-index: 1028;
}
.fixedsticky .padding-mob {
  padding: 0 1.5rem !important;
}

.badge {
  padding: 0.13em 0.4em;
}
.home_banner .home_banner_first .home_banner_second {
  position: relative;
  margin-left: auto;
  height: 100%;
  width: 55%;
  background: url(../images/banner/top-1.png) no-repeat;
  background-size: cover;
}
.search--section {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 222;
}
.home_banner .home_banner_first .banner_right_bottom {
  background: url("../images/banner/elements.png");
  height: 500px;
  margin: 0 auto;
  padding: 0;
  width: 500px;
  z-index: 200;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 5%;
  bottom: 6%;
  transform: translate(-5%, -6%);
}

.search--section .search-submit-btn,
.inner--search--section .search-submit-btn {
  padding: 0;
  border: none;
  outline: none;
  border-bottom-right-radius: 7px;
  border-top-right-radius: 7px;
  overflow: hidden;
  margin-left: -3px;
  position: relative;
}
.btn-faq {
  color: #000;
  background: #fff;
  border: 1px solid #000;
  transition: all 0.3s ease-in-out;
}
.btn-faq:hover {
  color: #fff;
  background: #dc3545;
  border: 1px solid #dc3545;
}
.vertical-align-middle {
  vertical-align: middle;
}

.product-fixed-card {
  border-radius: 7px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
  margin-top: -50vh;
}

.section_banner_top {
  height: auto;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background: url("../images/banner/slider-bg.jpg");
}

.navbar .nav-item .btn-outline-white,
.navbar .nav-item .btn-white:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 6rem;
  text-align: center;
  cursor: pointer;
}
.navbar .nav-item .btn-white,
.navbar .nav-item .btn-outline-white:hover {
  background-color: #fff;
  border: 1px solid #fff;
  color: #04339d;
  width: 6rem;
  text-align: center;
}
.navbar-defalt {
  padding-top: 2rem;
  transition: all 0.5s ease-in-out;
}
.navbar .nav-link {
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s ease-in-out;
}
.navbar .nav-link:hover {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
.sticky_header {
  background-image: url(https://gateacademy.shop/assets/v1/launch_sale/images/img-decor-03.jpg);
  background-size: cover;
  transition: 0.2s;
  box-shadow: 1px 11px 25px 1px #0000001c;
  padding-top: 0.2rem;
  padding-bottom: 0.2rem;
}
.navbar .nav-item {
  padding-left: 5px;
  padding-right: 5px;
}

.branch-header{
  overflow: hidden;
  font-size: 12px;
  font-weight: 800;
  width: 100%;
}

.centered {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn-gradient {
  transition: all 0.3s ease-in-out;
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  color: #fff;
}
.form-control,
.form-control:focus,
.form-control:hover {
  outline: none;
  box-shadow: none;
}
.input-group-text.btn-gradient {
  border: 1px solid transparent;
}

.theme--card {
  position: relative;
  padding: 10px 15px;
  -webkit-box-shadow: 10px 14px 34px 1px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 10px 14px 34px 1px rgba(0, 0, 0, 0.23);
  box-shadow: 10px 14px 34px 1px rgba(0, 0, 0, 0.23);
  border-radius: 5px;
  z-index: 2;
  background: #fff;
}

.theme--submit {
  background: #1653be;
  display: block;
  width: 100%;
  border: none;
  border-radius: 7px;
  color: #fff;
  text-transform: uppercase;
  padding: 12px 10px;
  outline: none;
  transition: all 0.5s ease-in-out;
}
.theme--submit:hover {
  background: #03afee;
}
.card--title {
  color: #a1a1a1;
  padding: 5px 0;
  margin-bottom: 13px;
}

.theme-form-control {
  position: relative;
  border: none;
  border-bottom: 1px solid #a1a1a133;
  color: #a1a1a1;
  font-size: 14px;
  margin-bottom: 15px;
}

.theme-form-control::placeholder {
  color: #a1a1a1;
}
.card-section {
  border: 0;
  -webkit-box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
  box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
}
.card {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
}

.card-shadow {
  box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
}
.card-courses {
  height: 235px;
}
.card-courses .card-img {
  height: 10rem;
  background-size: cover;
}
.card-courses:hover {
  -webkit-box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
  box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
}
.card-courses .footer-hover {
  display: none;
}
.card-courses .footer-default {
  border: 0;
  background-color: #fff;
}
.card-courses:hover .footer-hover {
  display: block;
}
.card-courses:hover .footer-default {
  display: none;
}
.card-courses .footer-hover .footer-left {
  background-color: #1653be;
  color: #fff;
  border-top-left-radius: 0.2rem;
}
.card-courses .footer-hover .footer-right {
  background-color: #0e43ab;
  color: #fff;
  border-top-right-radius: 0.2rem;
}
.border-box {
  border: 1px solid #b7b7b7;
}
.border-underline {
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  z-index: 1;
}
.hover-gradient:hover {
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  box-shadow: 23px 20px 14px 2px rgba(36, 35, 35, 0.05);
  color: #fff;
}

#sectionLearning .carousel-indicators li,
#sectionTestimonial .carousel-indicators li {
  height: 15px;
  width: 15px;
  border-radius: 50%;
}
a.theme-btn-white {
  padding: 10px;
  border: 1px solid #ffffff;
  border-radius: 5px;
  color: #ffffff;
  margin-bottom: 15px;
}

a.theme-btn-black {
  padding: 10px;
  border: 1px solid #000000;
  border-radius: 5px;
  color: #000000;
  margin-bottom: 15px;
}

.service--card {
  text-align: center;
}

.service--card h3 {
  padding-top: 8px;
  font-size: 14px;
}

.service--card img {
  width: 50px;
}

.footer--inner ul {
  padding-left: 0;
  list-style: none;
}

.footer--inner ul li a {
  color: #000000;
  font-size: 1rem;
}
.footer--inner ul li a.social-icon {
  font-size: 25px;
  color: #848484;
}
.footer--inner ul li {
  margin-bottom: 5px;
}
.footer--inner ul li.footer-heading,
.footer-heading {
  color: #000000;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.about--section h4 {
  font-size: 1.5rem;
}
.about--section p {
  font-size: 1rem;
}

.margin-top--5 {
  margin-top: -5rem;
}

.product--list--section {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  margin-left: -12px;
}
.product--list--section .product--card {
  position: relative;
  border: 1px solid transparent;
  height: 350px;
  width: 250px;
  padding: 10px;
  transition: all 0.4s ease-in-out;
}

.product--list--section .branch--section.product--card {
  width: 350px;
}
.product--list--section .product--card .card-img {
  height: 40%;
  background-size: cover;
  background-repeat: no-repeat;
}
.product--list--section .product--card a {
  text-decoration: none;
}
.product--list--section .product--card .badge-light {
  background: #bbb5b59e;
  border-radius: 7px;
  padding: 3px;
  margin: 5px 0;
}
.product--list--section .product--card p span {
  color: #000;
  padding: 5px;
  margin: 0;
  padding-left: 0;
}
.product--list--section .product--card .product--card--title {
  color: #454545ed;
  font-size: 21px;
  max-height: 25px;
  overflow: hidden;
}
.product--list--section .product--card .product--card--inner .card-body {
  padding: 10px 15px;
}
.product--list--section .product--card .product--card--inner .card-body ul {
  font-size: 13px;
}
.product--list--section .product--card .product--card--inner {
  border: 1px solid #9e9e9e;
  height: 100%;
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}
.product--list--section .product--card .product--card--buynow {
  width: 50%;
  padding: 10px;
  color: #1653bd;
  transition: all 0.4s ease-in-out;
  min-height: 42px;
}
a {
  color: #000000;
}

.product--list--section
  .product--card
  .product--card--inner
  .product--card--buynow:last-child {
  text-align: end;
}

.product--list--section .product--card .product--card--footer {
  border: none;
  border-top: 1px solid #9e9e9e;
  position: absolute;
  width: 100%;
  bottom: 0;
  border-radius: 3px;
}

.display-block-hover {
  display: none;
}

.display-none-hover {
  display: block;
}

.product--list--section .product--card:hover .product--card--inner {
  box-shadow: 10px 14px 34px 1px rgba(0, 0, 0, 0.23);
}
.product--list--section .product--card:hover .product--card--inner a {
  color: inherit;
}
.product--list--section
  .product--card:hover
  .product--card--inner
  .display-none-hover {
  display: none;
}
.product--list--section
  .product--card:hover
  .product--card--inner
  .display-block-hover {
  display: block;
}
.product--list--section
  .product--card:hover
  .product--card--inner
  .product--card--buynow:nth-child(2) {
  background: #1653bd;
  color: #ffffff;
  font-size: 22px;
  max-height: 42px;
  line-height: 1;
}
.product--list--section
  .product--card:hover
  .product--card--inner
  .product--card--buynow:last-child {
  background: #0c41ab;
  color: #ffffff;
  text-align: center;
}
.product--list--section
  .product--card:hover
  .product--card--inner
  .product--card--footer {
  border-color: #0c41ab;
  border: none;
  background: #0c41ab;
}

.social--media--section ul {
  list-style: none;
  display: inline-flex;
}
.social--media--section ul li {
  margin: 5px 10px;
}
.social--media--section ul li a {
  text-decoration: none;
}
.social--media--section ul li i {
  font-size: 25px;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: grid;
}

.fa-facebook-f {
  background: #254ea0;
  color: #ffffff;
}
.fa-youtube {
  background: #fe0204;
  color: #ffffff;
}
.fa-linkedin-in {
  background: #0072c3;
  color: #fff;
}
.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: -webkit-linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
  color: #ffffff;
}
.search--select-box {
  padding: 10px;
  height: unset;
  margin-right: 1px;
}

.nav-tabs.product-tab .nav-link {
  color: #000;
  font-size: 17px;
  position: relative;
  padding: 10px;
  border: none;
}

.nav-tabs.product-tab .nav-link.active {
  border: none;
}
.nav-tabs.product-tab .nav-link.active:after {
  content: "";
  height: 7px;
  width: 55%;
  position: absolute;
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
.nav-tabs.product-tab .nav-link {
  border-radius: 0;
  border: none;
  padding: 1rem 5rem;
}
.nav-tabs.product-tab button.nav-link {
  position: absolute;
  right: 0;
  background: transparent;
  outline: none;
}
.nav-tabs.product-tab {
  border: none;
  box-shadow: 1px 11px 25px 1px #0000001c;
  overflow: hidden;
}

#filterSidebar {
  position: absolute;
  height: 100%;
  width: 350px;
  background: #fff;
  z-index: 14;
  top: 0;
  display: none;
  right: 0;
  transition: all 0.5s ease-in-out;
  -webkit-box-shadow: -16px -4px 72px -27px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -16px -4px 72px -27px rgba(0, 0, 0, 0.75);
  box-shadow: -16px -4px 72px -27px rgba(0, 0, 0, 0.75);
  padding: 5rem 0;
}

.filter--section ul {
  padding-left: 0;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 0;
  padding: 10px 0;
}
.filter--section ul li {
  padding: 8px 17px;
  justify-content: left;
  align-items: center;
  display: flex;
}
.filter--section ul li input {
  position: relative;
  margin-right: 10px;
}
.product--banner {
  background-color: #205fc8;
  background-image: url("https://storage.googleapis.com/gate-academy-shop-uploads/assets/images/bg_image.jpg");
  background-repeat: no-repeat;
  color: white;
  margin: 0 auto;
  width: 100%;
  height: 70vh;
  padding: 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
}

.product--title-variation_name {
  padding: 10px 15px;
  border: 1px solid #fff;
  display: inline-block;
  border-radius: 5px;
}
.product--title-name {
  font-weight: 700;
  font-size: 2rem;
}

.price--card {
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  display: inline-block;
  color: #000;
  border: 0;
  border-radius: 0.25rem;
  margin-top: -6.8rem;
}
.price--card h3 {
  background: -webkit-linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 4rem;
  font-weight: 800;
}
.price--card .add--to-cart {
  display: block;
  width: 100%;
  padding: 10px;
  border-radius: 7px;
  box-shadow: none;
  border: none;
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  color: #ffffff;
  font-size: 2rem;
}
.font-size-3 {
  font-size: 1.5rem;
}
.offer-label {
  position: absolute;
  right: -50%;
  top: 20%;
  background: #005eea;
  padding: 5px;
  color: #fff;
  border-radius: 5px;
  font-size: 16px;
}

.requirements--card {
  padding: 20px 15px;
  color: #ffffff;
  background: #0059eb;
  margin-bottom: 15px;
  margin-top: 15px;
  border-radius: 7px;
  transition: all 0.2s ease-in-out;
  border: 1px solid transparent;
}
.requirements--card--with--danger {
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
}

.requirements--container h6,
.h6,
.course--content--container h6 {
  font-weight: 800;
  font-size: 17px;
}

.requirements--card h5 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.w-60 {
  width: 60%;
}
.account-tab {
  border: none;
  box-shadow: 1px 11px 25px 1px #0000001c;
  overflow: hidden;
  top: 13%;
}
.account-tab .nav-justified .nav-item .nav-link {
  color: #0059eb;
}
.account-tab .nav-justified .nav-item .nav-link.active,
.account-tab .nav-justified .nav-item .nav-link:hover {
  border-bottom: 4px solid #0059eb;
  background-color: transparent;
  color: #0059eb;
  border-radius: 0;
}

.account--card {
  position: relative;
  border: 1px solid #eeeeee;
  padding: 15px 10px;
  margin: 10px 0;
  border-radius: 4px;
}
.account--card:hover {
  background-color: #eeeeee;
}
.account--card:hover a {
  color: #000000;
  text-decoration: none;
}

.product--image {
  border-radius: 7px;
}
.explore--list li {
  line-height: 3;
}

.pricing-tables {
  padding: 0 7px 25px;
  font-size: 0;
  white-space: nowrap;
}
.pricing-tables .plan {
  margin: 10px;
  height: 400px;
  width: 30%;
  display: inline-block;
  vertical-align: top;
  background: rgb(22, 83, 190);
  border-radius: 0;
  min-height: 100px;
  padding: 0 0 35px;
  font-size: 1.6rem;
  letter-spacing: 0;
  white-space: normal;
  text-align: center;
}
.pricing-tables .plan .head {
  background: rgba(255, 255, 255, 0.05);
  padding: 12px 0;
  margin-bottom: 30px;
}
.pricing-tables .plan ul {
  list-style: disc;
  margin-left: 15px;
  text-align: left;
  line-height: 2.5;
  font-weight: 100;
  display: block;
  position: relative;
  font-size: 1rem;
  color: #fff;
  padding: 29px 15px 22px;
  min-height: 117px;
}
.pricing-tables .plan .head {
  color: #ffffff;
}

.white-card {
  background: #fff;
  padding: 10px 15px;
  color: #000;
  border-radius: 7px;
  -webkit-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.53);
  -moz-box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.53);
  box-shadow: 0px 0px 32px -13px rgba(0, 0, 0, 0.53);
}

#VideoPreviewContainer .modal-header {
  border-radius: 0px;
}

#VideoPreviewContainer .modal-body {
  padding: 0px;
  margin: 0px;
}

#VideoPreviewContainer .free--preview--video {
  width: 100%;
  height: 450px;
  padding: 0px;
  margin: 0px;
  border: 0px;
}

.ExploreList {
  list-style-type: square;
}

.ExploreList li {
  margin-bottom: 10px;
}

.new--buy--now {
  border-radius: 7px;
  box-shadow: none;
  border: none;
  background: linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  color: #ffffff;
  padding: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 19px;
  text-align: center;
}
.new--buy--now:hover {
  background: linear-gradient(45deg, #ff5722 0%, #e91e63 100%);
}

.new--buy--text {
  background: -webkit-linear-gradient(-45deg, #ff5722 0%, #e91e63 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 8px;
}
.img-circle {
  height: 75px;
  width: 75px;
  object-fit: contain;
  padding: 5px;
}
.navbar .btn-cart {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
  width: 6rem;
  border-radius: 7px;
  text-align: center;
  cursor: pointer;
}

.cart-indication {
  position: absolute;
  top: -10px;
  right: 10px;
  background: #fff;
  color: #1d5cc5;
  border-radius: 50%;
  width: 20px;
  height: 20px;
}

.card-white-transparent {
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 50%,
    rgba(0, 0, 0, 0) 100%
  );
}
.font-size-medium {
  font-size: 1.4rem;
}

.font-size-search {
  font-size: 24px;
}

.navbar .nav-item .btn-width-7 {
  width: 7rem;
}
.navbar .nav-item .btn-width-7:hover {
  width: 7rem;
}

#InfoPopup.show {
  background-color: rgba(0, 0, 0, 0.1);
  justify-content: center;
  align-items: center;
  display: flex !important;
}
#InfoPopup .modal-content {
  max-width: max-content;
  background: transparent;
  border: none;
}
#InfoPopup .modal-body img{
  max-height: 400px;
}
#InfoPopup .modal-body {
  padding: 0;
  border-radius: 7px;
  overflow: hidden;
}
#InfoPopup .modal-content .close {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  opacity: 1;
  padding: 2px;
  background: #fbf440;
}
