body,
html {
  width: 100%;
  height: 100%; }

body {
  /*  @include serif-font;*/ }

/*hr {
  max-width: 50px;
  border-width: 3px;
  border-color: $primary;
}*/
hr.light {
  border-color: #fff; }

a {
  color: #FDCC00;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s; }
  a:hover {
    color: #fccc00;
    text-decoration: none; }
  a:focus {
    outline: none; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.bg-primary {
  background-color: #FDCC00 !important; }

.bg-dark {
  background-color: #212529 !important; }

.text-faded {
  color: rgba(255, 255, 255, 0.7); }

section {
  padding: 4rem 0; }

section.footer {
  padding: 4rem 0 3rem 0; }

section.footer-last {
  padding: 1rem 0 0; }

.section-heading {
  margin-top: 0; }

::-moz-selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

::selection {
  color: #fff;
  background: #212529;
  text-shadow: none; }

img::selection {
  color: #fff;
  background: transparent; }

img::-moz-selection {
  color: #fff;
  background: transparent; }

.payments-section {
  position: relative;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0; }
  .payments-section li {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    margin-left: 8px;
    margin-right: 8px; }
    .payments-section li img {
      display: inline-block;
      text-align: center;
      width: 20px;
      height: 20px;
      margin-right: 5px; }
    .payments-section li p {
      display: inline-block;
      text-transform: uppercase;
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 1px;
      line-height: 20px; }

.background-grey {
  background: #edeef3; }

.primary {
  background: #FDCC00; }

.table-sale {
  position: relative;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
  border-radius: 10px; }
  .table-sale .table-line {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #999;
    opacity: 0.4; }
  .table-sale p {
    margin-bottom: 0; }
  .table-sale .btn.disabled {
    /*        color: $white;*/
    background-color: #999; }

.table-sale.primary .table-line {
  border-color: #fff; }

.concept-box img {
  text-align: center;
  height: 100px; }

.logo-wrap {
  position: relative;
  padding: 0;
  margin: 0 auto;
  text-align: center; }
  .logo-wrap li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 50px; }

.background-dark-blue-1 {
  background-color: #283038; }

.padding-top-big {
  padding-top: 110px; }

.padding-bottom {
  padding-bottom: 80px; }

.title-wrap {
  position: relative;
  margin-bottom: 20px; }
  .title-wrap h3 {
    font-size: 2.2rem; }
  .title-wrap ul {
    padding: 0 0 0 1rem; }
    .title-wrap ul li {
      list-style-type: none;
      display: block;
      padding: 0.3rem 0 0.3rem 1.2rem;
      background: url(../../images/website/arrow.png) no-repeat 0px 12px; }
      .title-wrap ul li a {
        color: #212121; }
        .title-wrap ul li a:hover {
          color: #d6ad02; }

.secondary-bg {
  background: #f6e9fc; }

.card {
  background-color: transparent;
  background-clip: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  background-clip: none;
  border: none;
  border-radius: 0; }

.accordion-style .card-header a {
  position: relative;
  font-family: 'Work Sans', sans-serif;
  font-weight: 500;
  width: 100%;
  display: block;
  padding: 12px 25px;
  cursor: pointer;
  color: #212121;
  border: none;
  border-bottom: 2px solid #000;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear; }

.accordion-style .card-header a:before {
  content: '';
  width: 17px;
  height: 1px;
  top: 50%;
  right: 15px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #000; }

.accordion-style .card-header a:after {
  content: '';
  width: 1px;
  height: 17px;
  bottom: 50%;
  margin-bottom: -9px;
  right: 23px;
  position: absolute;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #000; }

.card-body ul {
  padding: 0 0 0 1rem; }
  .card-body ul li {
    list-style-type: none;
    display: block;
    padding: 0.3rem 0; }
    .card-body ul li:before {
      content: "\f101";
      font-family: 'FontAwesome';
      color: #FDCC00;
      padding: 0 0.5rem 0 0; }
    .card-body ul li a {
      color: #212121; }
      .card-body ul li a:hover {
        color: #d6ad02; }

#owl-roadmap:before {
  background-color: #FDCC00 !important; }

.background-white {
  background-color: #FDCC00 !important; }

.card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: none; }

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  /* background-color: #fff; */
  background-clip: border-box;
  border-radius: .25rem; }
  .card h6 {
    font-weight: 700;
    padding: 15px 0px 0px 0px; }

.accordion-style .card-header a:hover {
  background-color: #FDCC00 !important;
  color: #fff; }

.contact-det img {
  display: block;
  height: 70px;
  margin: 0 auto;
  margin-bottom: 20px; }

.contact {
  background: url("../../images/website/parallax-4.jpg") no-repeat center -250px; }
  .contact input,
  .contact textarea {
    background: #f5f2fd;
    border: 0; }
  .contact ::placeholder {
    font-size: 0.6875rem;
    text-transform: uppercase; }
  .contact input[type=submit] {
    background: #a996f1;
    padding: 5px 20px;
    font-weight: normal; }

.login-bg {
  background: url(../../images/website/login-bg.jpg) no-repeat top left;
  background-size: 100%;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden; }
  .login-bg .login-wrapper {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 15%; }
  .login-bg h4 {
    font-size: 40px;
    color: #fff;
    text-align: center;
    padding-bottom: 2rem;
    font-weight: 300;
    text-transform: uppercase; }

.footer {
  background: #283038;
  color: #fff;
  border-top: 3px solid #FDCC00;
  border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
  .footer h6 {
    text-transform: uppercase;
    color: #FDCC00;
    padding-bottom: 1rem; }
  .footer ul {
    margin-left: 0;
    padding-left: 0; }
    .footer ul li {
      list-style-type: none;
      margin-bottom: 0.4rem;
      font-size: 0.85rem; }
      .footer ul li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 0.75rem; }
        .footer ul li a:hover {
          color: #FDCC00; }
    .footer ul .fa {
      color: #FDCC00; }
  .footer input[type="text"] {
    background: #403d6a;
    color: #fff;
    border: 0;
    height: 45px; }
  .footer .suscribe {
    position: relative;
    max-width: 60%;
    margin-top: 25px; }
    .footer .suscribe button {
      position: absolute;
      right: -40px;
      top: 7px;
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      padding: 3px 10px;
      font-weight: normal; }
  .footer ::placeholder {
    color: #fff;
    font-size: 0.75rem;
    text-transform: uppercase; }

html {
  font-size: 100%; }

.footer-last {
  background: #323c46;
  color: #fff; }

section {
  position: relative; }
  section .back-title {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 100px;
    opacity: 0.1;
    color: #a996f1; }

.gray-bg {
  background: url(../../images/website/gray-bg.jpg) no-repeat bottom left #edeef3;
  padding: 6rem 0px;
  background-size: cover;
  background-attachment: fixed; }

.gray-sec {
  background: url(../../images/website/gray-bg.jpg) no-repeat bottom left;
  padding: 6rem 0; }
  .gray-sec h4 {
    padding-top: 2rem;
    font-size: 1.3rem; }

.login-regiter-sec-btn-wrap {
  padding: 1rem 0; }
  .login-regiter-sec-btn-wrap a {
    color: #000; }
    .login-regiter-sec-btn-wrap a:hover {
      color: #FDCC00; }

.form-sec {
  padding: 3rem 0 0 0; }

.form-error-1 {
  color: #ff0000;
  text-align: left;
  font-size: 1rem; }

.accordion-style {
  background: rgba(255, 255, 255, 0.8); }

ul.bullet-blue li {
  background: url("../../images/website/bullet.png") no-repeat left 12px;
  list-style-type: none;
  padding-left: 32px;
  margin-bottom: 5px; }

.hero-center-wrap p span.back-color,
.btn-primary,
.btn-primary:hover,
.countdown p span,
.background-color,
#owl-roadmap:before,
.accordion-style .card-header a:hover,
.accordion-style .card-header a:before,
.accordion-style .card-header a:after {
  background-color: #000;
  color: #000; }

.accordion-style .card-header a:hover:before,
.accordion-style .card-header a:hover:after {
  background-color: #000 !important;
  color: #000 !important; }

.accordion-style .card-header a[aria-expanded="true"]:after {
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg); }

.btn {
  font-weight: normal !important;
  padding-left: 20px;
  padding-right: 20px; }

/*team start*/
.team-wrap {
  position: relative;
  display: block;
  width: 100%; }
  .team-wrap h6 {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: block;
    font-size: 28px;
    opacity: 0.3;
    text-transform: none;
    margin: 0;
    -webkit-writing-mode: vertical-lr;
    writing-mode: vertical-lr; }
  .team-wrap p {
    text-align: left;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px; }

.team-img-wrap {
  position: relative;
  display: inline-block;
  width: calc(100% - 35px);
  margin-left: 0;
  margin-bottom: 20px;
  cursor: pointer; }
  .team-img-wrap img {
    display: block;
    width: 100%;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    box-shadow: 0 8px 15px -6px rgba(123, 94, 234, 0.5); }

/*team end*/
/*road map start*/
/* #Roadmap
================================================== */
#roadmap {
  background: url("../../images/website/parallax-1.jpg") no-repeat center top;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

#owl-roadmap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  display: block; }
  #owl-roadmap .item {
    position: relative;
    padding-bottom: 45px; }

#owl-roadmap:before {
  position: absolute;
  width: 100%;
  content: '';
  top: 17px;
  left: 0;
  height: 2px; }

.card-body {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1); }

.roadmap-box {
  position: relative;
  padding: 30px;
  margin: 0 15px;
  margin-top: 97px;
  border-radius: 5px; }
  .roadmap-box h6 {
    text-align: center; }
  .roadmap-box p {
    text-align: center;
    margin-bottom: 0; }
    .roadmap-box p span {
      text-align: center;
      margin-bottom: 0;
      color: #fff;
      font-size: 12px;
      font-weight: 500;
      letter-spacing: 1px;
      text-transform: uppercase;
      padding: 5px 16px;
      border-radius: 5px; }
  .roadmap-box p.achieved span {
    background-color: #323c46 !important; }
  .roadmap-box p.plan span {
    background-color: #edeef3 !important; }

.roadmap-box:before {
  position: absolute;
  background-color: #fff;
  width: 4px;
  height: 80px;
  top: -80px;
  left: 50%;
  margin-left: -2px;
  content: '';
  z-index: 1; }

.roadmap-box.next-road:before {
  background: linear-gradient(#999, #fff); }

.item.dark .roadmap-box.next-road:before {
  background: linear-gradient(#999, #0e0529) !important; }

.roadmap-box:after {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  width: 30px;
  height: 30px;
  top: -94px;
  left: 50%;
  margin-left: -15px;
  content: '';
  z-index: 55;
  background-image: url("../../images/website/check.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 14px 14px; }

.item.blue .roadmap-box:after {
  background-image: url("../../images/website/check-green.svg"); }

.item.dark .roadmap-box:after {
  background-color: #0e0529; }

.item.blue .roadmap-box:after {
  background-color: #4d82ff; }

.item.blue-gradient .roadmap-box:after {
  background-color: #2CBFC7; }

.roadmap-box.next-road:after {
  border-color: #999;
  width: 20px;
  height: 20px;
  top: -89px;
  margin-left: -10px;
  background-image: none; }

.roadmap-box.current-road:after {
  width: 36px;
  height: 36px;
  top: -97px;
  margin-left: -18px;
  background-image: url("../../images/website/cur-check.svg");
  background-size: 22px 22px; }

.item.blue .roadmap-box.current-road:after {
  background-image: url("../../images/website/cur-check-green.svg"); }

.item.blue .roadmap-box.next-road:after {
  background-image: none; }

.prev-roadmap,
.next-roadmap {
  position: absolute;
  top: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  border-radius: 0.2rem;
  text-align: center;
  z-index: 15;
  cursor: pointer;
  background-color: #212121;
  color: #fff;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -ms-transition: all 200ms linear;
  transition: all 200ms linear; }

.prev-roadmap:hover,
.next-roadmap:hover {
  box-shadow: 0 8px 5px -6px rgba(0, 0, 0, 0.3); }

.prev-roadmap.dark:hover,
.next-roadmap.dark:hover {
  background-color: #0e0529 !important; }

.prev-roadmap {
  left: 15px; }

.next-roadmap {
  right: 15px; }

.next-roadmap i,
.prev-roadmap i {
  color: #fff; }

.owl-nav {
  position: relative; }
  .owl-nav .owl-prev {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    height: 36px;
    width: 36px;
    opacity: 0; }
  .owl-nav .owl-next {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 99;
    height: 36px;
    width: 36px;
    opacity: 0; }

.owl-dots {
  display: none; }

.video-section {
  position: relative;
  width: 100%;
  max-width: 800px;
  border-radius: 15px; }

.video-wrapper,
figure.vimeo,
figure.youtube {
  margin: 0;
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0;
  height: 0;
  overflow: hidden;
  border-radius: 15px; }

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

figure.youtube a img,
figure.vimeo a img {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  height: 100%;
  max-width: none;
  border-radius: 15px; }

figure.vimeo a:after,
figure.youtube a:after {
  content: "";
  width: 50px;
  height: 50px;
  background: #fff;
  z-index: 9;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.4);
  -webkit-transition: all 400ms linear;
  -moz-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  -ms-transition: all 400ms linear;
  transition: all 400ms linear; }

figure.vimeo:hover a:after,
figure.youtube:hover a:after {
  box-shadow: 0px 0px 0px 10px rgba(255, 255, 255, 0.2); }

figure.vimeo a:before,
figure.youtube a:before {
  content: "";
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  z-index: 10;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -4px;
  margin-top: -7px;
  display: block;
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear; }

figure.vimeo:hover a:before,
figure.youtube:hover a:before {
  border-left: 10px solid #FDCC00; }

figure.vimeo a:before,
figure.youtube a:before {
  border-left: 10px solid #FDCC00; }

figure.vimeo a:hover img,
figure.youtube a:hover img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s; }

figure.vimeo a img,
figure.youtube a img {
  -webkit-transition: all 300ms linear;
  -moz-transition: all 300ms linear;
  -o-transition: all 300ms linear;
  -ms-transition: all 300ms linear;
  transition: all 300ms linear;
  -webkit-transform: scale(1);
  transform: scale(1); }

.background-white {
  background-color: #FDCC00 !important;
  color: #000 !important; }

.background-white.collapsed {
  background-color: #fff !important;
  color: #212529 !important; }

.roadmap-box p.plan span,
.footer-list li a:hover,
.footer p a,
.footer p a:hover,
.nav-item ul li a.active-subnav,
.menu-back.dark .nav-item ul li a.active-subnav,
.menu-back.dark .nav-item ul li a:hover {
  color: #FDCC00; }

.next-roadmap:hover,
.prev-roadmap:hover,
#owl-roadmap:before,
.progress-bar,
.roadmap-box p span
.prev-roadmap.dark,
.next-roadmap.dark {
  background-color: #FDCC00 !important; }

.roadmap-box:after {
  border-color: #FDCC00; }

.roadmap-shadow {
  box-shadow: 0 8px 40px -6px rgba(123, 94, 234, 0.3); }

.prev-roadmap,
.next-roadmap {
  box-shadow: 0 8px 35px -6px rgba(123, 94, 234, 0.7); }

.roadmap-box:before {
  background: linear-gradient(#FDCC00, #fff); }

.item.dark .roadmap-box:before {
  background: linear-gradient(#FDCC00, #0e0529) !important; }

/*road map end*/
.dropdown-menu {
  border: 0;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
  border-top: 2px solid #000;
  -webkit-box-shadow: 1px 1px 1px 1px rgba(75, 75, 75, 0.1);
  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow: 1px 1px 1px 1px rgba(75, 75, 75, 0.1);
  /* Firefox 3.5 - 3.6 */
  box-shadow: 1px 1px 1px 1px rgba(75, 75, 75, 0.1);
  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */ }

.yellow-bg {
  background: url(../../images/website/contact-sec-bg.jpg) no-repeat bottom center #fac939;
  background-size: 100%;
  padding: 80px 0px; }
  .yellow-bg p {
    font-size: 1.6rem; }
    .yellow-bg p a {
      font-weight: bold;
      color: #000;
      font-size: 2.2rem; }
      .yellow-bg p a:hover {
        color: #fff; }
  .yellow-bg .btn-primary {
    background: #000;
    color: #FDCC00;
    cursor: pointer; }
    .yellow-bg .btn-primary:hover {
      background: #fff !important;
      color: #000; }
  .yellow-bg .form-control {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .yellow-bg .back-title {
    color: #000;
    opacity: 0.05; }

.hidden {
  display: none; }

.inner-banner {
  padding-top: 120px; }
  .inner-banner .container-fluid {
    padding-left: 0px;
    padding-right: 0px; }
  .inner-banner img {
    width: 100%; }

.contact-sec {
  padding: 50px 0px; }
  .contact-sec .btn-primary {
    background: #000;
    color: #FDCC00;
    cursor: pointer;
    padding: 0.5rem 1rem; }
    .contact-sec .btn-primary:hover {
      background: #FDCC00 !important;
      color: #000; }
  .contact-sec .form-control {
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2); }
  .contact-sec .back-title {
    color: #000;
    opacity: 0.05; }

.img-sec img {
  width: 100%; }

.dropdown-item {
  padding-top: 0.50rem;
  padding-bottom: 0.50rem;
  font-size: 0.9rem; }

.dropdown-item.active, .dropdown-item:active, .dropdown-item:focus, .dropdown-item:hover {
  background: #FDCC00;
  color: #fff; }

.modal-header {
  border-top: 3px solid #FDCC00; }

.footer-last p {
  font-size: 0.9rem; }

/*     ---------------------------    Tab Styles strt Here     ---------------------------     */
.tab-sec {
  padding-top: 2rem; }
  .tab-sec .nav-tabs .nav-item {
    margin-right: 1rem; }
    .tab-sec .nav-tabs .nav-item .nav-link {
      border: none;
      font-family: 'Work Sans', sans-serif;
      font-weight: 500;
      font-size: 1.1rem;
      background: #fff;
      width: 100%;
      display: block;
      padding: 12px 25px;
      cursor: pointer;
      color: #212121;
      -webkit-transition: all 200ms linear;
      transition: all 200ms linear;
      border: 1px solid rgba(0, 0, 0, 0.2); }
      .tab-sec .nav-tabs .nav-item .nav-link.active {
        background-color: #FDCC00 !important;
        color: #000 !important; }
  .tab-sec .tab-content {
    background: rgba(255, 255, 255, 0.9);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-top: 2px solid #000;
    padding: 2rem 1rem; }
    .tab-sec .tab-content ul {
      padding: 0 0 0 1rem; }
      .tab-sec .tab-content ul li {
        list-style-type: none;
        display: block;
        padding: 0.3rem 0 0.3rem 1.2rem;
        background: url(../../images/website/arrow.png) no-repeat 0px 12px; }
        .tab-sec .tab-content ul li a {
          color: #212121; }
          .tab-sec .tab-content ul li a:hover {
            color: #d6ad02; }

#mainNav {
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  background-color: #fff !important;
  padding-bottom: 12px;
  padding-top: 12px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif;
  -webkit-transition: all 0.5s ease 0.5ms;
  -moz-transition: all 0.5s ease 0.5ms;
  -ms-transition: all 0.5s ease 0.5ms;
  transition: all 0.5s ease 0.5ms; }
  #mainNav .navbar-brand {
    font-weight: 700;
    text-transform: uppercase;
    color: #FDCC00;
    font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
    #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
      color: #fccc00; }
  #mainNav .navbar-nav > li.nav-item > a.nav-link,
  #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
    font-size: .9rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #000; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
      color: #000;
      background: #FDCC00;
      border-radius: 25px; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active,
    #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active {
      color: #fff !important;
      border-radius: 25px;
      background: #FDCC00; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active:hover {
        background: #FDCC00;
        color: #fff !important;
        border-radius: 25px; }
  @media (min-width: 992px) {
    #mainNav {
      border-top: 3px solid #FDCC00;
      background-color: transparent; }
      #mainNav .navbar-brand {
        color: rgba(255, 255, 255, 0.7); }
        #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
          color: #fff; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link {
        padding: 0.5rem 1.5rem;
        margin: 0px 0.3rem; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link,
      #mainNav .navbar-nav > li.nav-item > a.nav-link:focus {
        /*      color: fade-out($white, .3);*/ }
        #mainNav .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #fff; }
      #mainNav.navbar-shrink {
        /*      border-bottom: 1px solid fade-out($gray-900, .9);*/
        background-color: #fafafa;
        padding-top: 15px;
        padding-bottom: 15px; }
        #mainNav.navbar-shrink .navbar-brand {
          color: #FDCC00; }
          #mainNav.navbar-shrink .navbar-brand:focus, #mainNav.navbar-shrink .navbar-brand:hover {
            color: #fccc00; }
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:hover,
        #mainNav.navbar-shrink .navbar-nav > li.nav-item > a.nav-link:focus:hover {
          color: #fff; } }

header.masthead {
  padding-top: 10rem;
  padding-bottom: calc(10rem - 56px);
  /*  background-image: url('../img/header.jpg');*/
  background: url(../../images/website/banner.jpg) no-repeat bottom center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  header.masthead hr {
    margin-top: 30px;
    margin-bottom: 30px; }
  header.masthead h1 {
    font-size: 2rem;
    color: #FDCC00;
    margin-top: 25%; }
  header.masthead p {
    font-weight: 400;
    color: #fff; }
  header.masthead .header-img {
    margin-top: 20%; }
  @media (min-width: 768px) {
    header.masthead p {
      font-size: 1.15rem; } }
  @media (min-width: 992px) {
    header.masthead {
      height: 100vh;
      min-height: 650px;
      padding-top: 0;
      padding-bottom: 0;
      max-height: 750px; }
      header.masthead h1 {
        font-size: 2.6rem; } }
  @media (min-width: 1200px) {
    header.masthead h1 {
      font-size: 2.6rem;
      line-height: 3rem; }
      header.masthead h1 p {
        line-height: 1.6rem;
        padding: 1rem 0; } }

.service-box {
  max-width: 400px; }

.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto; }
  .portfolio-box .portfolio-box-caption {
    position: absolute;
    bottom: 0;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    color: #fff;
    background: rgba(253, 204, 0, 0.9);
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    transition: all 0.2s; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
      position: absolute;
      top: 50%;
      width: 100%;
      transform: translateY(-50%);
      text-align: center; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        padding: 0 15px;
        font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase; }
      .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
        font-size: 18px; }
  .portfolio-box:hover .portfolio-box-caption {
    opacity: 1; }
  .portfolio-box:focus {
    outline: none; }
  @media (min-width: 768px) {
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
      font-size: 16px; }
    .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
      font-size: 22px; } }

.text-primary {
  color: #FDCC00 !important; }

.btn {
  font-weight: 700;
  /*  text-transform: uppercase;*/
  border: none;
  border-radius: 300px;
  font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; }

.btn-xl {
  padding: 1rem 2rem; }

.btn-primary {
  background-color: #FDCC00;
  border-color: #FDCC00; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #e4b700 !important; }
  .btn-primary:active, .btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(240, 95, 64, 0.5) !important; }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }
@media only screen and (min-width: 1920px) {
  .header-img {
    min-width: 555px;
    position: relative;
    width: 100%; } }
@media only screen and (max-width: 768px) {
  .container {
    overflow: hidden; }

  section.footer {
    padding: 2rem 0; } }
@media screen and (min-width: 768px) {
  .dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu {
    display: block; }

  .dropdown-menu {
    margin-top: 0; }

  .dropdown-toggle {
    margin-bottom: 2px; }

  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle {
    margin-bottom: 0; } }
/* #Media
================================================== */
@media (max-width: 1500px) {
  section .back-title {
    font-size: 60px;
    text-align: center;
    top: -30px; }

  .title-wrap h3 {
    font-size: 1.6rem; } }
@media (max-width: 1199px) {
  .hero-center-wrap h1 {
    font-size: 55px; }

  .hero-center-wrap p {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.35;
    letter-spacing: 1px; }

  .hero-center-wrap p span.back-color {
    padding: 3px 8px;
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 10px; }

  .hero-center-wrap p span.font-big-color {
    font-size: 16px; }

  .img-wrap.header-img {
    min-width: 750px; }

  .hero-center-wrap h2 {
    font-size: 45px; }

  .countdown.gradient-ver li span {
    font-size: 70px; } }
@media (max-width: 991px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px; }

  .navbar-collapse {
    background: rgba(0, 0, 0, 0.1); }

  .hero-center-wrap h1 {
    font-size: 40px; }

  .hero-center-wrap p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.25;
    letter-spacing: 0; }

  .hero-center-wrap p span.back-color {
    padding: 2px 6px;
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
    border-radius: 10px; }

  .hero-center-wrap p span.font-big-color {
    font-size: 15px;
    font-weight: 600;
    vertical-align: middle; }

  #menu-wrap {
    position: relative;
    top: auto;
    left: auto; }

  .menu-back {
    background-color: #fafafa;
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu-back.dark {
    background-color: #0e0524; }

  .cbp-af-header.cbp-af-header-shrink {
    background-color: #fafafa;
    padding-top: 5px;
    padding-bottom: 5px; }

  .menu-back.cbp-af-header-shrink.dark {
    background-color: #0e0524; }

  .navbar-nav {
    padding: 10px 0 !important;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear; }

  .nav-item {
    margin: 0;
    margin-left: 0px; }

  .nav-item:last-child {
    margin: 0;
    margin-left: 0px; }

  .nav-link {
    padding: 8px 25px !important; }

  #mainNav .navbar-nav > li.nav-item > a.nav-link.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus.active, #mainNav .navbar-nav > li.nav-item > a.nav-link:hover, #mainNav .navbar-nav > li.nav-item > a.nav-link:focus:hover {
    border-radius: 0px; }

  .inner-banner {
    padding-top: 80px; }

  .nav-item ul {
    position: relative;
    left: auto;
    bottom: auto;
    display: block;
    padding: 25px;
    padding-top: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top: 2px solid transparent;
    opacity: 1;
    background-color: transparent !important;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .nav-item:hover ul {
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .translateY-70 {
    margin: 70px 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }

  .title-wrap .back-title {
    font-size: 70px; }

  .modal-body h3 {
    font-size: 6vw; }

  .img-wrap.header-img {
    min-width: auto;
    width: 80%;
    margin: 0 auto; }

  .full-height.height-auto-lg {
    height: auto;
    padding-top: 80px;
    padding-bottom: 180px; }

  .hero-center-wrap.relative-on-lg {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translateY(0);
    transform: translateY(0); }

  .hero-center-wrap h2 {
    font-size: 40px; }

  .padding-top-big-hero {
    padding-top: 110px; }

  .padding-bottom-big-hero {
    padding-bottom: 110px; }

  section {
    padding: 2rem 0; }

  header.masthead {
    padding-top: 0;
    margin-top: 5rem; }

  header.masthead h1 {
    margin-top: 15%; }

  .title-wrap .back-title {
    display: none; }

  .footer-last p {
    text-align: center; }

  .nav-tabs .nav-item {
    width: 100%; }

  .tab-sec .nav-tabs .nav-item {
    margin-right: 0; }

  .gray-bg, .gray-sec {
    padding: 3rem 0px; }

  .title-wrap {
    margin-bottom: 0; }

  .title-wrap .mt-5,
  .title-wrap .my-5 {
    margin-top: 2rem !important; }

  .contact-sec {
    padding: 0px; }

  .gray-sec h4 {
    padding-top: 2rem;
    font-size: 1rem; }

  .yellow-bg {
    padding: 40px 0px; }

  .yellow-bg p {
    font-size: 1.2rem; }

  .yellow-bg p a {
    font-size: 1.4rem; }

  .form-sec {
    padding: 2rem 0 0 0; }

  .tab-sec .nav-tabs .nav-item .nav-link {
    font-size: 0.9rem; } }
@media (max-width: 767px) {
  .hero-center-wrap h1 {
    font-size: 30px; }

  .countdown li span {
    font-size: 40px; }

  header.masthead h1 {
    display: none; }

  .title-wrap h3 {
    font-size: 24px; }

  .title-wrap .back-title {
    font-size: 50px; }

  .modal-body h3 {
    font-size: 7vw; }

  .footer-list li {
    width: 48%; }

  .hero-center-wrap h2 {
    font-size: 35px; }

  .countdown.gradient-ver li span {
    font-size: 55px;
    font-weight: 700;
    text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.06); }

  .footer ul li, .footer h6, .footer-last p {
    text-align: center; }

  .form-sec {
    padding: 0.5rem 0 0 0; }

  .footer h6 {
    padding-top: 1rem;
    padding-bottom: 0.3rem; }

  .contact-sec .form-control {
    padding: -2.625rem .75rem; } }
@media (max-width: 575px) {
  .hero-center-wrap h1 {
    font-size: 21px; }

  .hero-center-wrap .btn {
    font-size: 12px;
    padding: 8px 10px;
    margin: 0 2px;
    letter-spacing: 0;
    margin-bottom: 5px; }

  .countdown {
    padding: 20px;
    border-radius: 5px; }

  .countdown li {
    min-width: calc(48% - 10px);
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    text-transform: none;
    font-size: 12px;
    letter-spacing: 0; }

  .countdown li span {
    font-size: 30px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 5px; }

  .countdown p {
    font-weight: 500;
    font-size: 13px;
    line-height: 1.55;
    letter-spacing: 0; }

  .countdown p span {
    padding: 3px 6px;
    font-size: 13px;
    border-radius: 10px; }

  .table-sale {
    padding: 20px; }

  .title-wrap .back-title {
    font-size: 40px; }

  .hero-center-wrap h2 {
    font-size: 25px; }

  .countdown.gradient-ver {
    max-width: 200px; }

  .countdown.gradient-ver li {
    max-width: calc(50% - 20px);
    width: calc(50% - 20px); }

  .countdown.gradient-ver li span {
    font-size: 45px;
    font-weight: 700;
    text-shadow: 1px 4px 3px rgba(0, 0, 0, 0.06); } }

/*# sourceMappingURL=website-style.css.map */
