body {
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

.btn2 {

  font-size: 14px;
  font-weight: 300;
  color: #fff;

  cursor: pointer;
  border: none;
  background-color: transparent;
  height: 50px;
  width: 142px;
  /* margin-left: -29px; */
}

.nabar{
  padding-left: 279px;
  padding-right: 298px;
}

.a2{
  color: whitesmoke !important; 
}

.btn3 {

  font-size: 14px;
  font-weight: 300;
  color: #fff;

  cursor: pointer;
  border: none;
  background-color: transparent;
  height: 52px;
  width: 140px;
  /* margin-left: -29px; */
}

/* h1, */
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  letter-spacing: 0.4px;
  color: balck;

  /* font-size: 42px;
  color: black;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative; */
  /* margin: 0 0 35px 0; */
  /* padding-bottom: 15px; */
  /* text-transform: uppercase; */
}

h1{
  font-size: 40px;
  color: black;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
}

p {
  font-size: 15px;
  line-height: 23px;
  color: black;
}

.dark-bg p {
  color: #b1b1b1;
}

a:hover,
a:focus,
a:active,
a.active {
  color: #333333;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: 0;
}

.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

::selection {
  text-shadow: none;
  background: #fed136;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
  position: unset !important;
}

.btn-buy {
  float: right;
  margin-left:20px
}
.btn-buy a {
  color: #fff;
  text-decoration: none;
  /* margin: 15px 0px 0px 15px; */
  background-color: #f58a07;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
  /* margin-left: 73px; */
}

.btn-custom {
  color: #fff;
  background-color: #f58a07;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 15px 20px;
  margin: 20px 0px 0px 0px;
  width: 170px;
}

ul {
  padding-left: 0;
  padding-top: 10px;
}

ul li {
  /* list-style: auto; */
  font-size: 18px;
  /* font-weight: 500; */
  line-height: 23px;
  color: #000000;
}

section ul li:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  content: "\f105";
  padding-right: 7px;
  color: #23ad21;
}

/*--------------------
1.1 Reset bootstrap
--------------------*/

.row-0-gutter {
  margin-left: -13px;
  margin-right: -13px;
}

.col-0-gutter {
  padding-left: 0;
  padding-right: 0;
}

/*--------------------
2. Navigation
--------------------*/

.navbar-default .navbar-collapse {
  border: none !important;
  box-shadow: none !important;
}

.navbar {
  margin-bottom: 0px !important;
}
.navbar-default {
  background-color: #2a2a2a;
  border-color: transparent;
}
.navbar-default .navbar-brand {
  color: #fff;
  padding: 0px;
  margin-left: 10px;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
  color: #fec503;
}

.navbar-default .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-default .nav li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
}
.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
  color: #fed136;
  outline: 0;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  color: #fff !important;
  background-color: #8b4e3b;
  text-align: left;
}

.dropdown{
  font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}

.ul{
  font-size: 16px;
    font-weight: 300;
    color: #fff;
    cursor: pointer;
}

#navbar-dark-example{
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  border: none;
}
.dropdown-menu {
  background-color: #8b4e3b;
  padding: 15px 25px;
}
.dropdown-menu li a {
  padding: 10px 0px;
  display: block;
}
.dropdown-menu li a:hover {
  background: transparent;
}

.navbar-default .navbar-nav > .active > a {
  border-radius: 0;
  color: #fff;
  background-color: #fed136;
}
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #fec503;
}

@media (min-width: 768px) {
  section {
    padding: 25px 0;
  }
  .intro-text {
    padding-bottom: 400px;
  }
  .intro-text .intro-lead-in {
    font-size: 18px;
    line-height: 40px;
    font-weight: 300;
  }
  .intro-text .intro-heading {
    line-height: 95px;
    font-size: 45px;
    margin-bottom: 50px;
  }
  .navbar-default {
    background-color: #2a2a2a;
    padding: 5px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: 0;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none !important;
  }
  .navbar-default .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    margin-left: 10px;
  }
  .navbar-default .navbar-nav > .active > a {
    border-radius: 3px;
  }
  .navbar-default.navbar-shrink {
    background-color: #2a2a2a;
    border-bottom: 1px solid #828282;
    padding: 5px 0;
  }
  .navbar-default.navbar-shrink .navbar-brand {
    font-size: 1.5em;
    margin-top: 10px;
  }
}

/*--------------------
3. Header
--------------------*/

.owl-slider-item {
  position: relative;
  background-color: #000;
}
.owl-slider-item img {
  opacity: 0.7;
}
.owl-slider .owl-controls {
  position: absolute;
  left: 0;
  top: 38%;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"] {
  padding: 30px 40px;
  background: none;
  border-radius: 0;
  margin: 0;
  font-size: 25px;
  z-index: 1000;
}

.owl-slider .owl-controls .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #fff;
  text-decoration: none;
}

.owl-slider .owl-controls .owl-prev {
  float: left;
}

.owl-slider .owl-controls .owl-next {
  float: right;
}

.intro-text {
  padding-bottom: 50px;
  position: absolute;
  top: 120px;
  text-align: left;
  transform: translateX(-50%);
  left: 45%;
}

.intro-text .intro-lead-in {
  display: inline-block;
  padding: 5px;
  font-size: 22px;
  color: #fff;
  font-weight: 300;
  line-height: 30px;
}

.intro-text .intro-heading {
  font-weight: 600;
  line-height: 65px;
  margin-bottom: 25px;
  letter-spacing: -3px;
  color: #ffffff;
  margin-top: -61px;
}

/*--------------------
4. Sections
--------------------*/

/*--------------------
4.1. CTA sectoin
--------------------*/
.page {
  padding: 50px 0px !important;
}

.page h2 {
  font-size: 42px;
  color: #000000;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  /* margin: 0 0 35px 0; */
  /* padding-bottom: 15px; */
  text-transform: uppercase;
}
.page h3 {
  font-size: 35px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.6px;
  /* margin: 0 0 20px 0; */
  padding-bottom: 15px;
}
.page h4 {
  font-size: 25px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  /* margin: 0 0 20px 0; */
  padding-top: 15px;
}
.page .row {
  padding-bottom: 50px;
}

.page p{
  /* font-size: 18px; */
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
}
.section-cta {
  padding: 40px 0;
  color: #fff;
  background-color: #fcbe03;
}

.section-cta h2 {
  color: #fff;
  font-size: 23px;
  font-weight: 300;
  margin: 0 0 20px;
}

.button-cta {
  border: 2px solid #fff;
  padding: 10px 30px;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  border-radius: 10px;
  -webkit-transition: all 0.4s ease; /* Safari and Chrome */
  -moz-transition: all 0.5s ease; /* Firefox */
  -o-transition: all 0.5s ease; /* IE 9 */
  -ms-transition: all 0.5s ease; /* Opera */
  transition: all 0.5s ease;
  margin-bottom: 20px;
}
.button-cta:hover {
  color: #000;
  background-color: #fff;
  text-decoration: none;
}

/*--------------------
4.1. About
--------------------*/

.mz-module {
  position: relative;
  margin-bottom: 30px;
}

.mz-module-about {
  border: 1px solid #e6e6ea;
  min-height: 280px;
  padding: 20px;
  background-color: #efeff1;
}

.mz-module-about h3 {
  font-weight: 500;
  font-size: 19px;
  /* text-transform: uppercase; */
  color: #424242;
  /* letter-spacing: 2px; */
  margin-bottom: 20px;
}

.dark-bg .mz-module-about h3 {
  color: #ffffff;
}

.mz-module-about p {
  font-size: 15px;
  font-weight: 300;
  line-height: 22px;
  color: #848484;
}
.mz-module-button {
  background-color: #b6b6c3;
  padding: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  opacity: 0;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.mz-module:hover .mz-module-button {
  bottom: -45px;
  opacity: 1;
}
.mz-module-button:hover {
  background-color: #1a1a1a;
  color: #fff;
  text-decoration: none;
}

.mz-module-button {
  color: #fff;
}

.ot-circle {
  height: 95px;
  width: 95px;
  text-align: center;
  line-height: 98px;
  color: #ffffff;
  margin: 0 2px 4px;
  font-size: 75px;

  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/*--------------------
4.2. Featured
--------------------*/

.featured-item {
  margin-bottom: 30px;
  height: 110px;
}

.featured-icon {
  float: left;
  font-size: 22px;
  border-radius: 5px;
  width: 55px;
  height: 55px;
  background-color: #f8f8f8;
  line-height: 50px;
  text-align: center;
}
.featured-text {
  text-align: left;
  margin-left: 85px;
}
.featured-text h4 {
  color: #47474c;
  font-size: 17px;
  font-weight: 700;
}
.featured-text p {
  color: #747377;
  margin-top: 7px;
  font-size: 13px;
  line-height: 21px;
  font-weight: 500;
}

/*--------------------
4.2. Skills
--------------------*/

.section-text h3 {
  margin: 0 0 30px;
  font-weight: 800;
  color: #5d5d5d;
}

.section-text h4 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 17px;
}

.dark-bg .section-text h3 {
  color: #dfdfdf;
}

.dark-bg .section-text h4 {
  color: #dfdfdf;
}

/*--------------------
4.3. Portfolio
--------------------*/

figure {
  position: relative;
  overflow: hidden;
  margin: 0 1px 1px 0;
  background: #726fb9;
  text-align: center;
  cursor: pointer;
}

figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ot-portfolio-item figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.ot-portfolio-item figure figcaption,
.ot-portfolio-item figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

figure.effect-bubba {
  background: #000;
  margin-bottom: 1px;
}

figure.effect-bubba img {
  opacity: 0.9;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  opacity: 0;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30%;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  padding: 20px 2.5em;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/*--------------------
4.4. Dark Short section (counters, quote, etc)
--------------------*/

.section1 {
  background-color: #2d2d2d;
  color: #fff;
}

.section1 h2 {
  font-size: 42px;
  color: #ffffff;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 15px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}

.section1 h2:after {
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 1px;
  content: " ";
  bottom: -5px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background: #d4d4d4;
}

.section1 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 5px;
  text-align: center;
}
.skill-box {
  margin-top: 20px;
  margin-bottom: 20px;
}
.skill-box h3 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  margin: 30px 0 5px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
}
.skill-box p {
  font-size: 14px;
  margin: 0 10px 20px 10px;
  text-align: left;
  height: 60px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}
.skill-box a {
  color: #f58a07;
}

.section-stats {
  background-color: #cacaca;
  color: #000;
  padding: 55px 0;
}
.section-stats h2 {
  font-size: 72px;
  font-weight: 600;
  color: #000;
  padding: 20px 0px;
}
.section-stats h6 {
  font-size: 28px;
  font-weight: 500;
  color: #000;
  padding-bottom: 25px;
}
.section-stats a {
  color: #000;
  font-weight: 600;
}

.section2 {
  background-color: #eeeeee;
}

.section2 h2 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 75px 0;
  padding-bottom: 15px;
  text-transform: uppercase;
  text-align: center;
}
.section2 h2:after {
  left: 50%;
  z-index: 1;
  width: 60px;
  height: 1px;
  content: " ";
  bottom: -5px;
  margin-left: -30px;
  text-align: center;
  position: absolute;
  background-color: #000;
}

.section2 h3 {
  font-size: 36px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 20px 0;
  padding-bottom: 15px;
}
.training-icons a {
  padding: 10px;
  display: block;
  color: #333;
}
.training-icons a img {
  margin-bottom: 20px;
}
.training-icons {
  padding-top: 20px;
}

.training-box {
  background-color: #fff;
  padding-bottom: 20px;
  margin-top: 50px;
  height: 330px;
}

.training-box-next{
  
    background-color: #fff;
    padding-bottom: 20px;
    margin-top: 0px;
    height: 340px;
  
}

.training-box h4 {
  padding: 20px 20px 0px 20px;
  font-size: 20px;
  font-weight: 500;
}
.training-box p {
  padding: 0px 20px 0 20px;
  min-height: 70px;
}
.section3 {
  padding: 0px;
  background-color: #f58a07;
  color: #fff;
}
.section3-2 {
  padding: 0px;
  /* background-color: #f58a07;
  color: #fff; */
}
.section3 h2 {
  color: #fff;
  font-size: 25px;
  /* color: #ffffff; */
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  /* margin: 0 0 35px 0; */
  /* padding-bottom: 15px; */
  text-transform: uppercase;
}
/* .section3 p {
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-bottom: 20px;
} */

.section3 p{
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 50px;
}

.section3-2 h2 {
  /* color: #fff; */
  font-size: 25px;
  color: black;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  /* margin: 0 0 35px 0; */
  /* padding-bottom: 15px; */
  text-transform: uppercase;
}
.section3-2 p {
  /* color: #fff; */
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  /* margin-bottom: 50px; */

  /* color: #fff; */
  /* font-size: 18px; */
  /* font-weight: 300; */
  /* padding-bottom: 5px; */
}
.section4 .container {
  background-color: #8b4e3b;
  padding: 50px;
  margin-top: 50px;
}
.section4 h3 {
  font-size: 42px;
  font-weight: 600;
  color: #fff;
  padding-bottom: 25px;
}
.section4 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 50px;


  /* color: #fff;
  font-size: 18px;
  font-weight: 300;
  padding-right: 50px;
  padding-bottom: 23px; */
}
.section4 a {
  color: #ffff;
}
.section4-2 .container {
  /* background-color: #8b4e3b; */
  padding: 50px;
  margin-top: 50px;
}
.section4-2 h3 {
  font-size: 42px;
  font-weight: 600;
  /* color: #fff; */
  padding-bottom: 5px;
}
.section4-2 p {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 50px;

  /* color: #fff; */
  /* font-size: 16px;
  font-weight: 300;
  padding-right: 50px;
  padding-bottom: 50px; */
}
.section4-2 a {
  /* color: #ffff; */
}

.section5 {
  background-color: #cacaca;
  color: #000;
  padding: 25px 0;
}
.video1 {
  padding: 25px;
}
.section5 h2 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 25px 0;
  /* padding-bottom: 15px; */
  text-transform: uppercase;
  text-align: center;
}
.map {
  padding: 25px;
  background-color: #fff;
}
.contact-form {
  padding: 0px 50px;
}
.section6 {
  background-color: #eeeeee;
}
.section-title {
  padding-bottom: 0px;
}
.section6 h4 {
  padding-top: 25px;
}
.section6 h2 {
  font-size: 42px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.6px;
  position: relative;
  margin: 0 0 15px 0;
  text-transform: uppercase;
  text-align: center;
}
.counter-item img,
.section4 img {
  display: inline-block !important;
}

/*--------------------
4.5. Partners Slider
--------------------*/

.owl-portfolio .owl-controls {
  position: absolute;
  left: 0;
  top: 38%;
  width: 100%;
}

.owl-portfolio .owl-controls .owl-nav [class*="owl-"] {
  padding: 8px 17px;
  background: rgba(0, 0, 0, 0.18);
  border-radius: 0;
  margin: 0;
  font-size: 20px;
  z-index: 1000;
}

.owl-portfolio .owl-controls .owl-nav [class*="owl-"]:hover {
  background: #000;
  color: #fff;
  text-decoration: none;
}

.owl-portfolio .owl-controls .owl-prev {
  float: left;
}

.owl-portfolio .owl-controls .owl-next {
  float: right;
}

.owl-portfolio-item {
  text-align: center;
  display: inline-block;
}

.partner-logo {
  height: 80px;
  text-align: center;
  display: inline-block;
}

.partner-logo img {
  height: 100%;
  width: auto !important;
}

.owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fcbe03;
}

.owl-theme .owl-dots .owl-dot span {
  width: 30px;
  height: 5px;
  margin: 15px 7px 0 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  -moz-transition: opacity 200ms ease;
  -ms-transition: opacity 200ms ease;
  -o-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 0;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #fcbe03;
}

/*--------------------
4.6. Team
--------------------*/

.team-item {
  text-align: center;
  background-color: #fff;
}

.team-item h3 {
  font-size: 16px;
  font-weight: 800;
  text-transform: uppercase;
  color: #2d2d2d;
}

.team-item .team-position {
  color: #989898;
  font-size: 12px;
  margin: 15px 0 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
}

.team-item p {
  font-size: 13px;
  font-weight: 400;
  color: #292929;
  padding: 5px 10px 20px 10px;
}

.team-socials {
  padding-bottom: 25px;
}

.team-socials a {
  color: #b2b3b7;
  font-size: 20px;
  margin: 0 10px;
}

.team-socials a:hover {
  color: #000;
}

/*--------------------
4.7. Contacts
--------------------*/

section#contact form {
}
section#contact.form-group {
  margin-bottom: 25px;
}

section#contact .form-group input,
section#contact .form-group textarea {
  padding: 10px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
  font-size: 14px;
}

.contact h3 {
  margin-bottom: 30px;
}

.contact p {
  font-size: 13px;
}

.contact .day {
  display: inline-block;
  width: 80px;
}

.contact i {
  margin-right: 5px;
}

/*--------------------
5. Footer
--------------------*/

footer {
  padding: 30px;
  background-color: #2d2d2d;
  color: #fff;
}

footer p {
  color: #b7b7b7;
  margin: 0;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.6px;
}
footer i {
  color: #fff;
  font-size: 24px !important;
  font-weight: 100 !important;
  padding-right: 10px;
}

.social-media {
  padding-top: 15px;
}
.footer-nav {
  padding-top: 15px;
  /* margin-left: 30px; */
}
footer a {
  color: #fff;
  line-height: 35px;
}
footer a:hover {
  color: #ccc;
  text-decoration: none;
}
footer p a span {
  color: #fcbe03;
  font-size: 10px;
  letter-spacing: 1px;
  font-weight: 700;
}
footer h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #fff;
  letter-spacing: -0.03em;
}

/*--------------------
6. Modal
--------------------*/

.modal-content {
  border-radius: 0;
}
.modal-header .close {
  font-size: 25px;
}
.modal-title {
  text-transform: uppercase;
  font-size: 23px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  margin: 30px 20px;
  color: #2d2d2d;
}

.modal-works {
  font-size: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  color: #fff;
  margin: 25px 20px;
}

.modal-works span {
  background-color: #fed136;
  margin-right: 15px;
  padding: 5px 10px;
}

/*--------------------
7. Components
--------------------*/

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: #000;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.open .dropdown-toggle.btn {
  color: #000;
  background-color: #dfdfdf;
  border-color: #dfdfdf;
}

.btn {
  color: #fff;
  background-color: #f58a07;
  border-radius: 5px;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  padding: 10px 20px;
}

.btn-xl {
  color: #fff;
  background-color: #fcbe03;
  /* border-color: #726FB9; */
  text-transform: uppercase;
  font-weight: 800;
  border-radius: 0;
  letter-spacing: 2px;
  font-size: 16px;
  padding: 17px 45px;
}

/* Back to top button
---------------------------------- */
#back-top {
  position: fixed;
  z-index: 1000;
  bottom: 40px;
  right: 50px;
}
#back-top a {
  width: 60px;
  height: 60px;
  display: block;
  text-align: center;
  font: 11px/100% Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #ffffff;
  background: #a9a9b1;
  /* background color transition */
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  background: #fed136;
}
/* arrow icon (span tag) */
#back-top i {
  margin-top: 15px;
  font-size: 28px;
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .btn-buy {
    display: none;
  }
  #back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
  }
  #back-top a {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    margin-top: 7px;
    font-size: 20px;
  }

  .intro-text {
    padding-bottom: 10px;
    position: absolute;
    top: 0px;
    text-align: left;
    transform: none;
    left: 8%;
  }

  .intro-text .intro-heading {
    font-weight: 600;
    line-height: 23px;
    margin: 15px 0 0 0;
    letter-spacing: 0px;
    color: #ffffff;
    font-size: 25px;
    text-align: center;
  }
  .intro-text .intro-lead-in {
    line-height: 15px;
    font-size: 12px;
    letter-spacing: normal;
    margin-right: 10px;
    margin-left: -20px;
    text-align: center;
    /* height: 155px; */
    /* overflow: hidden; */
  }
  .btn-mb-center{text-align: center; padding-top: 10px;}
  .owl-slider .owl-controls {
    display: none;
  }
  .section1 p{
    font-size: 14px;
    
  }
  .section2 h3 {
    font-size: 24px;
    line-height: normal;
  }
  section {
    padding-top: 20px;
    text-align: center;
    
  }
  .contact-form {
    padding: 10px 20px;
  }
}
.owl-next{
  background: transparent !important;
}
.owl-prev{
  background: transparent !important;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]{
  padding: 30px 40px !important;
}
.fa-minus{
  color:yellow;
}



/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 20px;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 20px;
  color: #818181;
  display: block;
  border: none;
  background: none;
  width:100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 20px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

/* Add an active class to the active dropdown button */
.active {
  /* background-color: white; */
  color: white;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* .ltn__newsletter-inner .ltn__form-box {
  position: relative;
  margin-top: 30px; }
  .ltn__newsletter-inner .ltn__form-box input {
    margin-bottom: 0;
    padding-right: 140px; }
  .ltn__newsletter-inner .ltn__form-box button {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    height: 100%;
    -webkit-box-shadow: none;
    box-shadow: none; }

.ltn__newsletter-inner-2 .ltn__form-box input {
  border-width: 0px 0px 1px 0px;
  padding-right: 140px; }

.ltn__newsletter-inner-3 .ltn__form-box input {
  border-radius: 50px;
  padding-left: 30px; }

  .coming-soon-inner .ltn__form-box {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }
    .coming-soon-inner .ltn__form-box input {
      background-color: transparent;
      color: var(--white);
      border: 1px solid var(--border-color-3); }
    .coming-soon-inner .ltn__form-box input[type="text"]::-webkit-input-placeholder,
    .coming-soon-inner .ltn__form-box input[type="email"]::-webkit-input-placeholder {
      /* Chrome/Opera/Safari */
      /* color: var(--white); } */


      /* .contact-form-box {
        padding: 40px 50px 50px;
        position: relative;
        z-index: 1; }
        .contact-form-box input::-webkit-input-placeholder {
          color: var(--ltn__color-1); }
        .contact-form-box input::-moz-placeholder {
          color: var(--ltn__color-1); }
        .contact-form-box input:-ms-input-placeholder {
          color: var(--ltn__color-1); }
        .contact-form-box input:-moz-placeholder {
          color: var(--ltn__color-1); }
      
      .contact-form-box-2 input,
      .contact-form-box-2 textarea {
        border-top: 0;
        border-left: 0;
        border-right: 0;
        padding-left: 0; }

        @media (max-width: 767px) {
          .contact-form-box {
            padding: 40px 25px 50px; } }

            *{
              margin: 0;
              padding: 0;
              box-sizing: border-box;
              font-family: "Poppins", sans-serif;
            } */ 
            /* body{
              margin: 0;
              padding: 0;
              background: linear-gradient(120deg,#2980b9, #8e44ad);
              height: 100vh;
              overflow: hidden;
            }
            .center{
              position: absolute;
              top: 50%;
              left: 50%;
              transform: translate(-50%, -50%);
              width: 400px;
              background: white;
              border-radius: 10px;
              box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
            }
            .center h1{
              text-align: center;
              padding: 20px 0;
              border-bottom: 1px solid silver;
            }
            .center form{
              padding: 0 40px;
              box-sizing: border-box;
            }
            form .txt_field{
              position: relative;
              border-bottom: 2px solid #adadad;
              margin: 30px 0;
            }
            .txt_field input{
              width: 100%;
              padding: 0 5px;
              height: 40px;
              font-size: 16px;
              border: none;
              background: none;
              outline: none;
            }
            .txt_field label{
              position: absolute;
              top: 50%;
              left: 5px;
              color: #adadad;
              transform: translateY(-50%);
              font-size: 16px;
              pointer-events: none;
              transition: .5s;
            }
            .txt_field span::before{
              content: '';
              position: absolute;
              top: 40px;
              left: 0;
              width: 0%;
              height: 2px;
              background: #2691d9;
              transition: .5s;
            }
            .txt_field input:focus ~ label,
            .txt_field input:valid ~ label{
              top: -5px;
              color: #2691d9;
            }
            .txt_field input:focus ~ span::before,
            .txt_field input:valid ~ span::before{
              width: 100%;
            }
            .pass{
              margin: -5px 0 20px 5px;
              color: #a6a6a6;
              cursor: pointer;
            }
            .pass:hover{
              text-decoration: underline;
            }
            input[type="submit"]{
              width: 100%;
              height: 50px;
              border: 1px solid;
              background: #2691d9;
              border-radius: 25px;
              font-size: 18px;
              color: #e9f4fb;
              font-weight: 700;
              cursor: pointer;
              outline: none;
            }
            input[type="submit"]:hover{
              border-color: #2691d9;
              transition: .5s;
            }
            .signup_link{
              margin: 30px 0;
              text-align: center;
              font-size: 16px;
              color: #666666;
            }
            .signup_link a{
              color: #2691d9;
              text-decoration: none;
            }
            .signup_link a:hover{
              text-decoration: underline;
            }
             */


/* Sign Up Form */
/* .gradient-custom {
  
  background: #f093fb;
  
  
  background: -webkit-linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1));
  
  
  background: linear-gradient(to bottom right, rgba(240, 147, 251, 1), rgba(245, 87, 108, 1))
  }
  
  .card-registration .select-input.form-control[readonly]:not([disabled]) {
  font-size: 1rem;
  line-height: 2.15;
  padding-left: .75em;
  padding-right: .75em;
  }
  .card-registration .select-arrow {
  top: 13px;
  }

  .card .shadow-2-strong .card-registration{
    border-radius: 15px;
  } */



  /* body {
		color: #fff;
		background: #19aa8d;
		font-family: 'Roboto', sans-serif;
	} */
	.form-control, .form-control:focus, .input-group-addon {
		border-color: #e1e1e1;
    background-color: white !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
	}
    .form-control, .btn {        
        border-radius: 3px;
    }

    .form-control, .btn1 {        
      border-radius: 3px;
      margin-top: 7px;
  }
	.signup-form {
		width: 390px;
		margin: 0 auto;
		padding: 30px 0;
	}
    .signup-form form {
		color: #999;
		border-radius: 3px;
    	margin-bottom: 15px;
        background: #fff;
        box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        padding: 30px;
    }
	.signup-form h2 {
    /* font-size: 42px; */
    /* color: #ffffff; */
    font-weight: 600;
    letter-spacing: -0.6px;
    position: relative;
    /* margin: 0 0 35px 0; */
    /* padding-bottom: 15px; */
    text-transform: uppercase;

		color: black;
		/* font-weight: bold; */
        margin-top: 0;
    }
    .signup-form hr {
        margin: 0 -30px 20px;
    }
	.signup-form .form-group {
		margin-bottom: 20px;
	}
	.signup-form label {
		font-weight: normal;
		font-size: 13px;
	}
	.signup-form .form-control {
		min-height: 38px;
		box-shadow: none !important;
	}	
	.signup-form .input-group-addon {
		max-width: 42px;
		text-align: center;
	}
	.signup-form input[type="checkbox"] {
		margin-top: 2px;
	}   
    .signup-form .btn{        
        font-size: 16px;
        font-weight: bold;
		background: #19aa8d;
    background-color: #f58a07;
		border: none;
		min-width: 140px;
    }
	.signup-form .btn:hover, .signup-form .btn:focus {
		background: #179b81;
        outline: none;
	}
	.signup-form a {
		color: #fff;	
		text-decoration: underline;
	}
	.signup-form a:hover {
		text-decoration: none;
	}
	.signup-form form a {
		color: #19aa8d;
		text-decoration: none;
	}	
	.signup-form form a:hover {
		text-decoration: underline;
	}
	.signup-form .fa {
		font-size: 21px;
	}
	.signup-form .fa-paper-plane {
		font-size: 18px;
	}
	.signup-form .fa-check {
		color: #fff;
		left: 17px;
		top: 18px;
		font-size: 7px;
		position: absolute;
	}
  .input-group{
    position: inherit;
  }

  .manual {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }

  .manual2 {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
  }
  
  /* Hide the browser's default checkbox */
  .manual2 input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: lightgray;
  }
  
  /* On mouse-over, add a grey background color */
  .manual2:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the checkbox is checked, add a blue background */
  .manual2 input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the checkmark when checked */
  .manual2 input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the checkmark/indicator */
  .manual2 .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }


  /* Success Message */

  #card {
    position: relative;
    width: 320px;
    display: block;
    margin: 40px auto;
    text-align: center;
    font-family: 'Source Sans Pro', sans-serif;
  }

  #upper-side {
    padding: 6em;
    background-color: #8BC34A;
    display: block;
    color: #fff;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
  }
  #checkmark {
    font-weight: lighter;
    fill: #fff;
    margin: -3.5em auto auto 20px;
  }

  #status {
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 1em;
    margin-top: -.2em;
    margin-bottom: 0;
  }

  #lower-side {
    padding: 9em 2em 5em 2em;
    background: #fff;
    display: block;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
  }

  #message {
    margin-top: -.5em;
    color: #757575;
    letter-spacing: 1px;
  }

  #contBtn {
    position: relative;
    top: 1.5em;
    text-decoration: none;
    background: #f58a07;
    color: #fff;
    margin: auto;
    padding: .8em 3em;
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.21);
    border-radius: 25px;
    -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
  }
  #contBtn:hover {
    -webkit-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    -moz-box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    box-shadow: 0px 15px 30px rgba(50, 50, 50, 0.41);
    -webkit-transition: all .4s ease;
      -moz-transition: all .4s ease;
      -o-transition: all .4s ease;
      transition: all .4s ease;
  }

  .owl-next{
    margin-left: 170rem;
  }

  .duration-button {
    border: 1px solid;
    margin-top: 24px;
    width: 128px;
    height: 45px;
    float: right;
    font-size: 20px;
    margin-right: 27px;
  
  }
  .imagesplit{
    display: none !important;
  }
  @media only screen and (min-width: 320px) and (max-width: 480px){
    .imagesplit{
      display: flex !important;
    }
    .imagesplit2{
      display: none !important;
    }
    .image{
      height: 300px;
    }
    .btn-consult{
      text-align: center;
    }
    .page {
      padding: 0px 0px !important;
    }
    .para{
      text-align: justify;
      padding-right: 0px !important;
    }

    .section1 p{
      text-align: center;
    }
    .section1 h2{
      font-size: 25px;
    }
    .section3 p{
      text-align: center;
    }
    .section4 p{
      text-align: center;
    }

    .foot{
      margin-bottom: 20px;
    }
    .footer-nav {
      margin-left: 0px;
    }

    .cryptoimg{
      height: auto !important;
    }

 .checkmark{
  margin-top: 26px !important;
 }

    .btn2{
      margin-left: -7px;
    }
    .skill-box p{
      text-align: center;
    }
    .section3-2 p, h2{
      text-align: center;
    }
    .lister  {
      text-align: center;
    }
    .training-box-next{
      height: 400px;
    }
    .section5 h2{
      padding-bottom: 20px;
      margin-bottom: 0px;
    }
    .acnt{
      padding-bottom: 30px;
    }
    .langu{
      padding-left: 15px;
    }
    .btt2{
      margin-left: -34px !important;
    }
    .course{
      margin-left: 24px;
    }
    .form-control, .btn1 {        
      border-radius: 3px;
      margin-top: 0px !important;
      /* margin-left: -18px; */
  }
  .butn2{
    border-radius: 3px;
    margin-top: -5px !important;
    margin-left: -20px;
  }
  .duration-button{
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  h1{font-size: 30px;}
  }
  .page cose{
    font: 20 !important;
  }

  .sec{
    padding-bottom: 0px !important;
  }
  
  .seccolor{
    background-color: #8b4e3b !important;
  }

  .see{
    padding-bottom: 40px;
    margin-top: -20px;
  }

  .see2{
    padding-bottom: 40px;
  }

  .form1{
    padding: 10px 20px !important;
    border: 1px solid #fff !important;
    /* border-color: #f58a07; */
    border-radius: 5px !important;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 0px 0px rgb(0 0 0 / 8%) !important;
    font-size: 14px !important;
  }
  .errorr{
    text-align: right !important;
  }

  .user{
    font-size: 14px;
    font-weight: 300;
    color: #fff;
  }

