h1,
h2 {
  font-weight: 600;
}

section {
  padding: 10px 0;
}

#home h2 {
  text-transform: none;
}

.pt_0 {
  padding-top: 0;
}

.pt_10 {
  padding-top: 10px;
}

.pt_20 {
  padding-top: 20px;
}

.pt_30 {
  padding-top: 30px;
}

.pb_10 {
  padding-bottom: 10px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_30 {
  padding-bottom: 30px;
}

.mt_10 {
  margin-top: 10px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-50 {
  margin-top: 50px;
}

.mr-10 {
  margin-right: 10px;
}

/*=========================================
	banner
==========================================*/

.category {
  position: relative;
}

.orange {
  color: #f39c12;
}

.blue {
  color: #0072b1 !important;
}

.green {
  color: #2ecc71;
}

.client-image img {
  width: 80px;
  border-radius: 40px;
  border: 3px solid #fff;
  float: left;
}

.category-text a {
  font-size: 16px;
  display: block;
  margin-top: 5px;
  color: #00baed;
}

.category-text hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border-top: 1px solid #e4e4e4;
}

.second-title {
  color: #004766;
}

.bWrapper {
  background: #575757;
  overflow-x: hidden;
}

.margin-bottom10 {
  margin-bottom: 10px;
}

.margin-bottom15 {
  margin-bottom: 15px !important;
}

.margin-bottom25 {
  margin-bottom: 25px;
}

.bWrapper2 {
  background-color: #ffffff;
}

.bWrapper1 {
  background-color: #e4e4e4;
}

.inner-box {
  min-height: 430px;
}

.inner-box,
.inner-box4 {
  position: relative;
  background: #fff;
  border-bottom: solid 1px #ececec;
  padding: 40px 50px 40px 50px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.01);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.01);
}

.inner-box h2 {
  font-size: 24px;
  margin-bottom: 20px;
}

.inner-box p {
  font-size: 16px;
}

.inner-box ul li {
  margin-bottom: 15px;
  padding-left: 25px;
  background-image: url(../images/icons/right-circle.svg);
  background-repeat: no-repeat;
  background-position: 0 3px;
  background-size: 18px;
}

.inner-box ul .last-li {
  margin-bottom: 0;
}

/* Base Hero Section */
.hero-section {
  width: 100%;
  min-height: 450px;
  background: url("../images/banner.jpg") center center/cover no-repeat;
  position: relative;
  display: flex;
  align-items: center;
}

.hero-overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10%; /* Text on left for desktop */
}

.mb-5 {
  margin-bottom: 5px;
}

.hero-text {
  color: #fff;
  max-width: 500px;
}

.hero-text h1 {
  font-size: 48px;
  margin-bottom: 10px;
  color: #fff;
}

.hero-text p {
  font-size: 20px;
  line-height: 1.5;
}

/* Tablet */
@media (max-width: 992px) {
  .hero-overlay {
    padding-left: 5%;
  }

  .hero-text h1 {
    font-size: 36px;
  }

  .hero-text p {
    font-size: 18px;
  }
}

/* Mobile */
@media (max-width: 600px) {
  .hero-section {
    min-height: 350px;
  }

  .hero-overlay {
    flex-direction: column; /* stack elements vertically */
    justify-content: center; /* center vertically */
    align-items: center; /* center horizontally */
    padding: 0 15px; /* some horizontal padding */
    text-align: center;
  }

  .hero-text {
    max-width: 90%; /* avoid overflowing */
  }

  .hero-text h1 {
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 8px;
  }

  .hero-text p {
    font-size: 16px;
    line-height: 1.4;
  }
}

.form-control {
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  color: #000;
}

.client-text {
  margin-bottom: 10px;
}

label {
  color: #808080;
  font-size: 13px;
}

.category {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.01);
}

.category2 {
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.01);
  padding: 20px;
}

.category .category-text3 {
  min-height: 80px;
  text-align: center;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.01);
  padding: 25px;
}

.category-image {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 180px;
  position: relative;
}

.gcc-category-1 {
  background-image: url(../images/gcc-category-1.jpg);
}

.gcc-category-2 {
  background-image: url(../images/gcc-category-2.jpg);
}

.gcc-category-3 {
  background-image: url(../images/gcc-category-3.jpg);
}

.ul-disc ul {
  list-style: disc;
  padding-left: 20px;
}

.category-description {
  font-size: 14px;
}

.category-text {
  padding: 20px 25px;
  text-align: left;
  min-height: 212px;
}

.category-text2 {
  padding: 10px 15px;
  background-color: #f5f5f5;
  min-height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}

.category-text2 p {
  color: #000;
  opacity: 0.6;
}

.category-title {
  color: #0a3652;
  font-size: 18px;
  margin: 0 0 10px 0;
}

.category-title2 {
  color: #005c84;
  font-size: 24px;
  margin: 0 0 0 0;
}

.right-grey-border {
  border-right: 1px solid #ececec;
}

@media only screen and (min-width: 1280px) and (max-width: 3000px) {
}

.core-txt {
  color: #ffd301;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 5px;

  font-size: 24px;
}

.category-title span {
  font-size: 14px;
  color: rgb(125, 125, 125);

  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
}

.brand-infographic {
  width: 90%;
  margin-top: 15px;
}

.blog-img {
  min-height: 220px;
}

.news-img {
  min-height: 250px;
}

.news-date {
  font-size: 13px;
  color: #555;
  display: block;
  margin-bottom: 10px;
}

.breadcrum {
  font-size: 13px;
  color: #ccc;
  display: block;
  margin-bottom: 5px;
}

.breadcrum a {
  cursor: pointer;
  color: #fff;
}

.blog-photo {
  background-color: #f8f8f8;
  width: 100%;
  padding: 15px 20px;
}

.blog-photo img {
  width: 100px;
  margin-right: 20px;
}

.blog-person {
  margin-top: 22px;
}

.blog-person b {
  font-size: 18px;
}

.blog-blue-text {
  color: #09354b;
}

.radio .cr {
  border-radius: 50%;
}

.radio .cr .cr-icon {
  margin-left: 0.04em;
}

.box-service-1 .box-content {
  text-align: center;
}

.box-content h4 {
  font-size: 22px;
  color: #66b3e3;
  font-weight: bold;
  margin-bottom: 15px;
}

.category-text a {
  margin-top: 10px;
  display: block;
}

.category-text ul {
  list-style: disc;
  margin-left: 15px;
}

.yellow-bg {
  background-color: #ffd301;
}

.orange-bg {
  background-color: #ff7800;
}

.green-bg {
  background-color: #7ac541;
}

.basic-top-info {
  background-color: #fffcef;
  padding: 0 15px;
}

.pro-top-info {
  background-color: #fff6ed;
  padding: 0 15px;
}

.master-top-info {
  background-color: #f3ffe9;
}

.top-info-bar {
  padding: 15px 0;
}

.border-right {
  border-right: 5px solid #fff;
}

.basic-top-info .top-info-bar i {
  color: #ffd301;
}

.pro-top-info .top-info-bar i {
  color: #ff7800;
}

.master-top-info .top-info-bar i {
  color: #7ac541;
}

.register-dialog {
  width: 450px;
}

.btn-yellow {
  border-radius: 25px;
  color: #fff !important;
  padding: 10px 32px;
  font-size: 15px;
  width: 150px;
  margin: auto;
  margin-top: 5px;
}

.btn-yellow {
  background-color: #ffd301;
}

.btn-orange {
  background-color: #ff7800;
  color: #fff;
}

.btn-orange:hover {
  background-color: #d16200;
  color: #fff;
}

.btn-green {
  background-color: #7ac541;
  color: #fff;
}

.btn-green:hover {
  background-color: #53981d;
  color: #fff;
}

.apply-form {
  width: 80%;
}

.form-info {
  display: block;
  color: #000;
  font-size: 16px;

  background-color: #f5f5f5;
  padding: 8px 12px;
  margin-bottom: 10px;
}

.radio-inline {
  font-size: 16px;
  color: #000;
}

.blueWrapper {
  background-color: #66b3e3;
}

.darkBlueWrapper {
  background-color: #004766;
}

.certificate-text {
  list-style: disc;
  margin-left: 15px;
  color: #fff;
  margin-top: 30px;
}

.certificate-text li {
  margin-bottom: 10px;
}

.margin-bottom0 {
  margin-bottom: 0;
}

.width80 {
  width: 80%;
  margin: auto;
}

.font16 {
  font-size: 16px;
}

.terms-ul {
  list-style: decimal;
  margin-left: 24px;
}

.card2 {
  padding: 0;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.03);
}

.coach-info h2 {
  font-size: 18px;
}

.coach-info p {
  font-size: 14px;
}

.instructor-zoom img {
  transition: all 0.2s ease-in-out;
  border-radius: 50%;
}

.instructor-zoom img:hover {
  border: 4px solid #00baed;
  border-radius: 50%;
}

.coach-circle {
  border-radius: 50%;
  border: 4px solid #efefef;
}

.td-check .fa-check {
  color: #00baed;
  font-size: 22px;
}

.td-check .fa-times {
  color: #a9a9a9;
  font-size: 22px;
}

.link {
  color: #005c84;
}

.min-height {
  min-height: 550px !important;
}

.link:hover {
  color: #00baed;
}

.inner-box .landing-page-h2 {
  font-size: 30px;
}

.category-title {
  color: #005c84;
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 20px;
}

.box-service-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.2s;
}

.box-service-1 .box-icon,
.box-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 0 22px;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
  font-size: 32px;
  border-radius: 999px;
  box-shadow: inset 0 0 0 0 transparent;
  background-color: rgba(102, 179, 227, 0.15);
  color: #222;
  transition: all 0.25s;
}

.box-service-1 .box-icon2 {
  margin: 0 0 10px;
  width: 80px;
  height: 80px;
  flex: 0 0 80px;
}

.box-service-1 {
  text-align: center;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

/** responsiv design ****/
/* SMARTPHONES PORTRAIT */
@media only screen and (max-width: 320px) {
}

/* TABLETS PORTRAIT */
@media only screen and (max-width: 950px) {
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (max-width: 1024px) {
}

/* TABLET LANDSCAPE / DESKTOP */
@media only screen and (min-width: 768px) and (max-width: 1023px) {
}

@media only screen and (max-width: 850px) {
  .firstSection {
    font-size: 16px;
  }

  .inner-box {
    padding: 20px 30px 20px 30px;
  }

  .category {
    margin-bottom: 20px;
  }

  .category-text {
    min-height: 145px;
  }

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

  .client-text {
    margin-bottom: 20px;
  }

  .box-service-1 {
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .category-title {
    margin-top: 20px;
  }

  .category-description {
    font-size: 16px;
  }
}

@media only screen and (min-width: 851px) and (max-width: 1199px) {
}

@media only screen and (min-width: 1200px) and (max-width: 1800px) {
}

/* Handle on hover */

.inner-box4 {
  background: #ffefe4;
  border-bottom: none;
}

.inner-box5 {
  background-color: #e7ffdb;
  border-bottom: none;
}

.inner-box6 {
  background-color: #d5efff;
  border-bottom: none;
}

.inner-box7 {
  background-color: #fff8e4;
  border-bottom: none;
}

.inner-box4 ul,
.inner-box5 ul,
.inner-box7 ul,
.inner-box6 ul {
  list-style: none;
  margin-left: 0;
  margin-top: 20px;
}

.orange-text {
  color: #d16200;
}

.green-text {
  color: #53981d;
}

.blue-text {
  color: #0072b1;
}

.yellow-text {
  color: #bf9000;
}

.inner-box ul li {
  text-align: left;
}

.inner-box4 ul li {
  background-image: url(../images/icons/right-circle-orange.svg);
}

.inner-box5 ul li {
  background-image: url(../images/icons/right-circle-green.svg);
}

.inner-box7 ul li {
  background-image: url(../images/icons/right-circle-yellow.svg);
}

.cs-category-text {
  min-height: 134px !important;
}

.client-text h3 {
  font-size: 36px;
  color: #66b3e3;
  margin-bottom: 20px;
}

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

input[type="checkbox"] {
  display: inline-block !important;
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
  visibility: visible !important;
  opacity: 1 !important;
  width: auto !important;
  height: auto !important;
}
