/* Home section */

#home {
  color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

#home .gradient-overlay {
  background: #c21500;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to left, #fabf2c, #212529);
  /* Chrome 10-25, Safari 5.1-6 */
  /* background: linear-gradient(to bottom, #fabf2c, #212529); */
  background: linear-gradient(180deg, #fabf2c, #ff9800);

  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  opacity: 2;
  position: absolute;
  top: 0;
  width: 100%;
  height: 1000vh;
}

#home .btn {
  background: transparent;
  border: 3px solid #ffffff;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 2px;
  padding: 13px 30px;
  margin-top: 34px;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active {
  border-bottom: 1px solid #ffc109 !important;
  font-weight: bold;
}

.nav-link:hover {
  border-bottom: 1px solid #ced4da !important;
}

.parallax-section {
  background-attachment: fixed !important;
  background-size: cover !important;
}

h1,
h2,
h3 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
}

h1 {
  font-weight: bold;
  font-size: 100px;
}

@media (max-width: 900px) {
  h1 {
    font-size: 70px;
  }
}

@media (max-width: 767px) {
  h1 {
    font-size: 45px;
  }

  .__blofimg {
    height: 14rem !important;
  }

  .__abotdtbgimg {
    height: 16rem !important;
  }
}

.featurette .btn:hover {
  margin-left: 5px;
}

/* Activities Section */

.bullet-line-list {
  padding-left: 30px;
  position: relative;
  list-style-type: none;
  margin-bottom: 0;
}

.rtl .bullet-line-list {
  padding-left: unset;
  padding-right: 30px;
}

.bullet-line-list li {
  position: relative;
  padding-bottom: 10px;
}

.bullet-line-list li:last-child {
  padding-bottom: 0;
}

.bullet-line-list li:before {
  width: 13px;
  height: 13px;
  left: -28px;
  top: 6px;
  border: 4px solid #e9edfb;
  margin-right: 15px;
  z-index: 2;
  background: #1f3bb3;
}

.rtl .bullet-line-list li:before {
  left: unset;
  right: -45px;
}

.bullet-line-list li:before {
  content: "";
  position: absolute;
  border-radius: 100%;
}

.bullet-line-list:after {
  content: "";
  border: 1px solid #dee2e6;
  position: absolute;
  top: 3px;
  bottom: 0;
  left: 7px;
}

.rtl .bullet-line-list:after {
  left: unset;
  right: 7px;
}

.bullet-line-list:last-child:after {
  display: none;
}

/* Footer navbar style */

.cd__main {
  display: block !important;
  background: linear-gradient(to right, #f12711, #f5af19) !important;
}

.wrapper {
  max-width: 320px;
  margin: 2em auto;
}

.phone {
  border: 2px solid #eee;
  background: #fff;
  border-radius: 2em;
  position: relative;
  padding-bottom: 170%;
  height: 0;
  overflow: hidden;
  width: 100%;
  height: auto;
  box-shadow: 0 40px 80px rgba(0, 0, 0, 0.15);
}

.nav--icons {
  position: absolute;
  bottom: 2em;
  left: 1em;
  right: 1em;
}

.nav--icons ul {
  list-style-type: none;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0;
  margin: 0;
}

.nav--icons ul li a {
  font-family: sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
  text-decoration: none;
  color: #000;
  line-height: 1;
  vertical-align: middle;
  display: flex;
  align-items: center;
  border-radius: 3em;
  padding: 0.75em 1.25em;
  transition: 0.6s ease-in-out;
}

.nav--icons ul li a span {
  display: inline-block;
  overflow: hidden;
  max-width: 0;
  opacity: 0;
  padding-left: 0.5em;
  transform: translate3d(-0.5em, 0, 0);
  transition: opacity 0.6s, max-width 0.6s, transform 0.6s;
  transition-timing-function: ease-in-out;
}

.nav--icons ul li a:hover,
.nav--icons ul li a.is-active {
  color: #fff;
  background-color: #000;
}

.nav--icons ul li a:hover span,
.nav--icons ul li a.is-active span {
  opacity: 1;
  max-width: 40px;
  transform: translate3d(0, 0, 0);
}

/* Blog */

.__blofimg {
  height: 28rem;
}

.__blofimg1 {
  height: 8rem;
}

.__bloinp1 {
  font-size: 14px;
}

.__bloinp1-sub {
  font-size: 14px;
}

.__bloinp {
  font-size: 25px;
}

.__bloinp-sub {
  font-size: 15px;
}

.__blofimg,
.__blofimg1,
.__trndbgimg,
.__trndbgimg1 {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 28px;
  margin-top: 2rem;
}

.__blofimg {
  height: 36rem;
}

.__blofimg1 {
  height: 13rem;
}

.__abotdtbgimg {
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  border-radius: 20px;
  height: 35rem;
}

/* Blog Category */
.__coursnav {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: unset;
  overflow-x: scroll;
  padding-bottom: 9px;
}

.__coursnav::-webkit-scrollbar {
  height: 0;
}

.__coursnav .nav-link {
  padding: 11px 3px;
  width: 135px;
}

.__coursnav {
  border-bottom: 1px solid transparent;
}

.__coursnav .nav-link.active,
.__coursnav .nav-item.show .nav-link {
  color: #ffffff;
  background-color: #fabf2c;
  border-color: #ececec;
}

.__coursnav .nav-link {
  color: black;
  background-color: #ffffff;
  border-color: #ececec;
  border-radius: 18px;
  font-size: 14px;
  padding: 9px 30px;
  margin-top: 15px;
}

.__coursnav .nav-item,
.nav-link.active:not(:first-child) {
  margin-right: 20px;
}

/* News letter */
.__styp {
  font-size: 45px;
  line-height: 1.4;
  margin-top: 3rem;
  font-size: 28px;
}

.__styp-sub {
  font-size: 20px;
  line-height: 1.4;
  margin-top: 1rem;
  font-size: 18px;
}