
/*-------------------------------------------------------------------*/
/*-------------------------------------------------------------------*/
/* === Core Styles === */
/* Reset Styles */
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  font-family: 'Saira Condensed', sans-serif !important;
  font-size: 16px !important;
  line-height: 3px;
}

.form-control, .form-control:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: 0;
}

a,
div,
h1,
h2,
h3,
h4,
h5,
p,
span {
  text-shadow: none;
}

[type=button]:focus,
a:active,
a:focus,
a:visited,
button::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
input[type=file] > input[type=button]::-moz-focus-inner,
select::-moz-focus-inner {
  outline: 0;
}

input,
.form-control:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  outline-width: 0;
  outline-color: transparent;
  box-shadow: none;
  outline-style: none;
}

textarea {
  resize: none;
  overflow-x: hidden;
}

.btn,
.btn-group.open .dropdown-toggle,
.btn:active,
.btn:focus,
.btn:hover,
.btn:visited,
a,
a:active,
a:checked,
a:focus,
a:hover,
a:visited,
body,
button,
button:active,
button:hover,
button:visited,
div,
input,
input:active,
input:focus,
input:hover,
input:visited,
select,
select:active,
select:focus,
select:visited,
textarea,
textarea:active,
textarea:focus,
textarea:hover,
textarea:visited {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus,
button,
button:active,
button:checked,
button:focus,
button:hover,
button:visited {
  outline: 0;
  outline-offset: 0;
}

.bootstrap-select .dropdown-toggle:focus {
  outline: 0;
  outline-offset: 0;
}

.dropdown-menu > li > a:active,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:visited {
  outline: 0;
}

a:focus,
input:focus {
  border-color: transparent;
  outline: none;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/Rubik-Black.eot.eot");
  src: url("../fonts/Rubik/Rubik-Black.eot.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik/Rubik-Black.eot.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Black.eot.woff") format("woff"), url("../fonts/Rubik/Rubik-Black.eot.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/Rubik-Bold.eot.eot");
  src: url("../fonts/Rubik/Rubik-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik/Rubik-Bold.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Bold.woff") format("woff"), url("../fonts/Rubik/Rubik-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/Rubik-Light.eot");
  src: url("../fonts/Rubik/Rubik-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Light.woff") format("woff"), url("../fonts/Rubik/Rubik-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/Rubik-Medium.eot");
  src: url("../fonts/Rubik/Rubik-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik/Rubik-Medium.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Medium.woff") format("woff"), url("../fonts/Rubik/Rubik-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Rubik';
  src: url("../fonts/Rubik/Rubik-Regular.eot");
  src: url("../fonts/Rubik/Rubik-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Rubik/Rubik-Regular.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Regular.woff") format("woff"), url("../fonts/Rubik/Rubik-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

/* Typography */
body {
  font-size: 0.937rem;
  font-family: "Rubik", sans-serif;
  font-weight: initial;
  line-height: normal;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: normal;
  line-height: normal;
}

p {
  font-size: 1.1rem;
  margin-bottom: .5rem;
  line-height: 1.5rem;
}

h1, .h1 {
  font-size: 3.125rem;
}

h2, .h2 {
  font-size: 2.312rem;
}

h3, .h3 {
  font-size: 2.187rem;
}

@media (max-width: 1024px) {
  h3, .h3 {
    font-size: 2rem;
  }
}

@media (max-width: 991px) {
  h3, .h3 {
    font-size: 1.5rem;
  }
}

h4, .h4 {
  font-size: 1.875rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

@media (max-width: 1024px) {
  h5, .h5 {
    font-size: 1rem;
  }
}

h6, .h6 {
  font-size: 1.125rem;
}

.display-1 {
  font-size: 3.75rem;
}

@media (max-width: 991px) {
  .display-1 {
    font-size: 3rem;
  }
}

.display-2 {
  font-size: 3.125rem;
}

@media (max-width: 991px) {
  .display-2 {
    font-size: 2.5rem;
  }
}

.display-3 {
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .display-3 {
    font-size: 2rem;
  }
}

.display-4 {
  font-size: 1.875rem;
}

@media (max-width: 991px) {
  .display-4 {
    font-size: 1.5rem;
  }
}

.display-5 {
  font-size: 1.25rem;
}

@media (max-width: 991px) {
  .display-5 {
    font-size: 1rem;
  }
}

.font-weight-medium {
  font-weight: 500;
}

.text-small {
  font-size: 13px;
}

.footer {
  color: #e5e5e5;
  background: #1C1C1C url(../images/footer_bg.svg);
  background-size: cover;
  background-position: left bottom;
}

.footer p {
  margin-bottom: 0.25rem;
}

.footer .footer-link {
  color: #e5e5e5;
}

.footer .footer-top {
  padding: 74px 0;
}

.footer .footer-top .footer-title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: .875rem;
}

.footer .footer-top .social-icons {
  margin-top: 1.25rem;
}

.footer .footer-top .social-icons a i {
  font-size: 2rem;
  color: #ffffff;
  margin-right: 1rem;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .footer-top .social-icons a:hover i {
  color: #FF003D;
}

.footer .footer-bottom {
  background: rgba(255, 255, 255, 0.07);
  padding: 30px 0;
  border-top: 1px solid rgba(151, 151, 151, 0.07);
}

.footer .footer-bottom img {
  width: 200px;
}

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

.footer .list-footer li a {
  display: block;
  padding: .625rem 0;
  color: #ffffff;
  font-size: 14px;
  color: #e5e5e5;
}

.navbar {
  width: 100%;
  padding: 1rem 1rem;
  background: rgb(28,28,28);
  background: #1f1f1f;
}

@media (max-width: 991px) {
  .navbar {
    padding: .875rem 1rem;
    height: 71px;
  }
}

.navbar .navbar-brand {
  font-size: 1.75rem;
  color: #fff;
  font-weight: 500;
}

.navbar .navbar-brand img {
  width: 125px;
  margin-bottom: 10px;
}

@media (max-width: 991px) {
  .navbar .navbar-brand img {
    width: 80px;
    margin-top: -5px;
  }
}

@media (max-width: 991px) {
  .navbar .navbar-nav {
    padding: 1rem 1.5rem;
    height: 100%;
  }
}

.navbar .navbar-nav .nav-item {
  margin-right: .25rem;
  margin-right: .25rem;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item {
    display: block;
    width: 100%;
    margin-right: 0;
    margin-bottom: .25rem;
  }
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
  margin-left: 1rem;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item:last-child {
    margin-left: 0;
  }
}

.navbar .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-size: 0.937rem;
  font-weight: 500;
  padding: 0.625rem 1.25rem;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
  border-radius: 50px;
}

.navbar .navbar-nav .nav-item .nav-link.btn {
  padding: 0.5rem 1.25rem;
  font-size: 14px;
}

@media (max-width: 991px) {
  .navbar .navbar-nav .nav-item .nav-link {
    display: block;
    padding: .625rem;
  }
}

.navbar .navbar-nav .nav-item .nav-link.active {
  background: rgba(251, 0, 61, 0.8);
  background:   #FF003D
  border-radius: 50px;
}

.navbar .navbar-nav .nav-item .nav-link:hover, .navbar .navbar-nav .nav-item .nav-link:focus {
  border-radius: 50px;
}

.navbar .navbar-nav .nav-item:last-child .nav-link.active {
  background: #00d663;
  border-radius: 50px;
}

.navbar .navbar-toggler {
  color: #ffffff;
}

.navbar .navbar-toggler-icon {
  height: auto;
}

@media (max-width: 991px) {
  .navbar .navbar-collapse {
    position: fixed;
    right: -280px;
    width: 280px;
    top: 0;
    height: 100%;
    background: #1C1C1C;
    z-index: 999999;
    overflow-y: scroll;
    -webkit-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
  }
  .navbar .navbar-collapse.show {
    right: 0;
  }
  .navbar .navbar-collapse .logo-mobile-menu {
    width: 120px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    color: #fff;
  }
}

@media (max-width: 991px) and (max-width: 991px) {
  .navbar .navbar-collapse .close-menu {
    color: #fff;
    padding: 2px 4px;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    font-size: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
  }
}

.sidebar-overlay .home {
  padding-top: 0px;
  background-position: 0px -121px;
}

.sidebar-overlay #mobile-menu-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99;
  -webkit-transition: all .9s;
  -moz-transition: all .8s;
  -ms-transition: all .8s;
  -o-transition: all .8s;
  transition: all .8s;
  transition-delay: .35s;
  left: 0;
}

.sidebar-overlay .navbar {
  padding: .875rem .1rem;
  position: static;
  z-index: auto;
  background: #1C1C1C;
}

.home .banner-intro{
  position: relative;
    z-index: 2 !important;
}

.home .slant{
  position: absolute;
    width: calc(100% + 2px);
    height: 380px;
    bottom: -2px;
    left: -2px;
    z-index: 1;
    background-size: cover;
    background-position: left top;
    background-repeat: no-repeat; 
}

@media (max-width: 991px) {
  .sidebar-overlay .navbar {
    padding: .875rem 1rem;
  }
}

.sidebar-overlay .navbar .navbar-collapse {
  z-index: 100;
}

.sidebar-overlay.fixed-on-scroll {
  z-index: auto;
  position: absolute;
  top: 0;
}

body,
html {
  overflow-x: hidden;
}

.home {
  background-image: url(../images/bg-1080.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position-y: center; 
  /*background: #1C1C1C;*/
  position: relative;
}



@media (max-width: 991px) {
  .home {
    padding-top: 71px;
  }
}

.main-banner {
  padding: 4.2rem 0 14rem 0;
  color: #ffffff;
  background-size: cover;
}

@media (max-width: 991px) {
  .main-banner {
    padding: 1rem;
    margin-bottom: 50px;
  }
}

.main-banner .banner-title {
  width: 100%;
}

.main-banner .banner-title h3{
  font-size: 2.5rem;
}

@media (max-width: 991px) {
  .main-banner .banner-title {
    width: 100%;
  }
}

section {
  padding: 100px 0 0 0;
}

section#about{
  padding-top: 0px!important;
}

@media (max-width: 1024px) {
  section {
    padding: 130px 0 0 0;
  }
}

@media (max-width: 991px) {
  section {
    padding: 70px 0 0 0;
  }
}

.services-box {
  padding: 10px 100px 40px 0;
}

@media (max-width: 991px) {
  .services-box {
    padding: 10px 10px 40px 0;
  }
}

.services-box:hover img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  -webkit-transition: all 2s;
  -moz-transition: all 2s;
  -ms-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s;
}

.tick-icon {
  width: 20px;
  height: 20px;
}

.testimonial {
  background: #1C1C1C  url("../images/footer_bg.svg");
  padding: 100px 0 70px 0;
  background-size: cover;
}

@media (max-width: 991px) {
  .testimonial {
    padding: 20px 0;
  }
}

.testimonial .testimonial-item {
  width: 450px;
  padding: 34px 34px 34px 94px;
  background: #ffffff;
  color: #000000;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 20px 70px -10px rgba(109, 121, 141, 0.15);
}

.testimonial-item img{
  max-width: 100%;

}

@media (max-width: 1024px) {
  .testimonial .testimonial-item {
    width: 400px;
  }
}

@media (max-width: 991px) {
  .testimonial .testimonial-item {
    width: 280px;
  }
}

.testimonial .testimonial-item .testimonial-icons {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: absolute;
  top: 40px;
  left: 28px;
}

.testimonial .testimonial-item .testimonial-author {
  margin-top: 1rem;
  margin-bottom: .5rem;
  position: relative;
  font-weight: 500;
}

.testimonial .testimonial-item .testimonial-author:before {
  content: "\f756";
  position: absolute;
  left: -40px;
  color: transparent;
  font-size: 1.75rem;
  background: url(../images/quote.png) no-repeat;
}

.testimonial .testimonial-item .testimonial-destination {
  color: #506690;
  font-weight: normal;
  font-size: 14px;
}

.testimonial .flipster__button--prev {
  left: auto;
  right: 0;
  top: 86%;
  transform: rotate(270deg);
}

.testimonial .flipster__button--next {
  transform: rotate(270deg);
  top: 78%;
}

.testimonial .flipster__button svg {
  width: .75em;
}

.pricing-box {
  border-radius: 4px;
  border: solid 1px #f1efef;
  background-color: #ffffff;
  padding: 47px;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.pricing-box .title-text {
  color: #000000;
}

.pricing-box .text-amount {
  color: #3c37f1;
}

.pricing-box img {
  margin-bottom: 37px;
}

.pricing-box .pricing-list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
}

.pricing-box .pricing-list li {
  padding: 8px;
}

.pricing-box.selected {
  box-shadow: 0 9px 15px 0 rgba(7, 42, 68, 0.09);
}

.pricing-box:hover {
  background: #1998ff;
}

.pricing-box:hover .title-text {
  color: #ffffff;
}

.pricing-box:hover .text-amount {
  color: #ffffff;
}

.pricing-box:hover .pricing-list li {
  color: #ffffff;
}

.pricing-box:hover .btn {
  color: #ffffff;
}

/*-------------------------------------------------------------------*/
/* === Components === */
.btn {
  font-weight: bold;
}

/* Forms */
.form-group {
  margin-bottom: 1.5rem;
}

.form-control {
  border: 1px solid #f1efef;
  font-weight: 400;
  font-size: 14px;
  height: auto;
}

/* Toggle Switch */
.toggle-switch {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 23px;
}

.toggle-switch .toggle-slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 34px;
  border: 1px solid #f1efef;
}

.toggle-switch .toggle-slider:before {
  position: absolute;
  content: "";
  height: 18px;
  width: 18px;
  left: 2px;
  bottom: 2px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
  border-radius: 50%;
}

.toggle-switch input {
  visibility: hidden;
}

.toggle-switch input:checked + .toggle-slider {
  background-color: #3c37f1;
}

.toggle-switch input:checked + .toggle-slider:before {
  -webkit-transform: translateX(21px);
  -ms-transform: translateX(21px);
  transform: translateX(21px);
}

.text-active {
  color: #000000;
}

/* Rounded sliders */
.owl-carousel .owl-item {
  border-radius: 19.5px;
}

.owl-carousel .owl-item .item {
  border-radius: 19.5px;
  overflow: hidden;
}

.owl-carousel .owl-item .item img {
  display: block;
  width: 100%;
  box-shadow: 0 2px 10px 0 rgba(203, 203, 203, 0.44);
  border: solid 10px #ffffff;
  border-radius: 19.5px;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -ms-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.owl-carousel .owl-item .item:hover img {
  transform: scale(1.1);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 70px;
}

@media (max-width: 991px) {
  .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
  }
}

.owl-theme .owl-dots {
  margin-top: 70px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 18px;
  height: 18px;
  margin: 5px 7px;
  background: #ffffff;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 3;
  border: solid 2px #3c37f1;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #3c37f1;
}

.owl-theme.owl-carousel-testimonial .owl-dots {
  text-align: left;
}

.owl-theme.owl-carousel-testimonial .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  border: 1px solid #d8d8d8;
}

.owl-theme.owl-carousel-testimonial .owl-dots .owl-dot.active span, .owl-theme.owl-carousel-testimonial .owl-dots .owl-dot:hover span {
  background: #d8d8d8;
}

.flipster--coverflow .flipster__container {
  padding-bottom: 0;
}

.flipster--coverflow .flipster__item__content {
  -webkit-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0)), color-stop(0.2, transparent));
  -webkit-box-reflect: below 0 -webkit-gradient(linear, left bottom, left top, color-stop(0.05, rgba(255, 255, 255, 0)), color-stop(0.2, transparent));
}

.flipster-custom-nav {
  padding-left: 0;
  list-style: none;
  margin-top: 2rem;
}

.flipster-custom-nav .flipster-custom-nav-item {
  display: inline-block;
}

.flipster-custom-nav .flipster-custom-nav-item .flipster-custom-nav-link {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  border: 1px solid #f1efef;
  margin-right: 1rem;
}

.flipster-custom-nav .flipster-custom-nav-item .flipster-custom-nav-link.active {
  background: #f1efef;
}

.btn-powernom{
  color: #fff;
    background-color: #FF003D;
    border-color: #FF003D;
    border-radius: 5px;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.btn-powernom:hover{
  color: #fff;
}

.our-process{
  background-color: #1C1C1C;
  color: #fff !important;
}

/*# sourceMappingURL=maps/style.css.map */
