@charset "UTF-8";
/*-----------------------------------------------------------------------------------

	Theme Name: kolaso
	Theme URI: http://themeforest.net/user/zytheme
	Description: kolaso is a pixel perfect creative multi purpose html5 tempalte  based on designed with great attention to details, flexibility and performance. It is ultra professional, smooth and sleek, with a clean modern layout.
	Author: zytheme
	Author URI: http://themeforest.net/user/zytheme
	Version: 1.0

-----------------------------------------------------------------------------------*/
/*!
// Contents
// ------------------------------------------------>

 1.  Global Styles
 2.  Typography
 3.	 Color
 4.	 Align
 5.	 Grid
 6.	 Blockquotes
 7.	 Background
 8.	 Breadcrumbs
 9.	 Buttons
 10. Forms
 11. Icons
 12. List
 13. Media
 14. Tabs
 15. Accordions
 16. Page Title
 17. Pagination
 18. Alerts
 19. Backtop
 20. Range
 21. Misc
 22. Modals
 23. Header
 24. Menu
 25. Module
 26. Topbar
 27. Page Title
 28. Carousel
 29. Heading
 30. Hero
 31. Blog
 32. Shop
 33. Work
 34. Sidebar
 35. Features
 36. Pricing
 37. team
 38. Contact
 39. Faq
 40. Clients
 41. Testimonial
 42. Video
 43. Counters
 44. Services
 45. Action
 46. 404
 47. Maintenance
 48. Soon
 49. Landing
 50. Footer

/*
WARNING! DO NOT EDIT THIS FILE!

To make it easy to update your theme, you should not edit the styles in this file. Instead use 
the custom.css file to add your styles. You can copy a style from this file and paste it in 
custom.css and it will override the style in this file. You have been warned! :)
*/
/*------------------------------------*\
    #RESET
\*------------------------------------*/
*,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
a,
dl,
dt,
dd,
ol,
ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

*,
:active,
:focus {
  outline: none !important;
}

ul,
ol {
  list-style: none;
}

textarea {
  resize: none;
}

::selection {
  text-shadow: none;
}

::-moz-selection {
  text-shadow: none;
}

::-webkit-selection {
  text-shadow: none;
}

.form-control {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  outline: none;
  padding: 0;
}

textarea {
  resize: none;
}

/*------------------------------------*\
    #GLOBAL STYLES
\*------------------------------------*/
body,
html {
  overflow-x: hidden;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #9b9b9b;
  margin: 0;
}

.wrapper {
  background-color: #ffffff;
}

::selection {
  background-color: #5156ea;
  color: #ffffff;
  text-shadow: none;
}

a {
  color: #5156ea;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
a:hover {
  color: #232ae5;
  text-decoration: none;
}

textarea {
  resize: none;
}

.fullscreen {
  height: 100vh !important;
}

section {
  background-color: #ffffff;
  padding-top: 100px;
  padding-bottom: 100px;
}

hr {
  border-color: #eaeaea;
  margin: 0;
}

/* Medium Devices, Desktops */
/* @media only screen and (max-width: 992px) {
  .fullscreen {
    height: auto !important;
  }
} */
/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #282828;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 800;
  margin: 0 0 28px;
  line-height: 1;
}

.h1,
h1 {
  font-size: 52px;
}

.h2,
h2 {
  font-size: 42px;
}

.h3,
h3 {
  font-size: 38px;
}

.h4,
h4 {
  font-size: 32px;
}

.h5,
h5 {
  font-size: 24px;
}

.h6,
h6 {
  font-size: 18px;
}

p {
  color: black;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
}

.lead {
  font-size: 16px;
  line-height: 1.8;
}

/* Aligning Text */
.text--left {
  text-align: left !important;
}

.text--right {
  text-align: right !important;
}

.text--center {
  text-align: center !important;
}

.text--just {
  text-align: justify !important;
}

.align--top {
  vertical-align: top;
}

.align--bottom {
  vertical-align: bottom;
}

.align--middle {
  vertical-align: middle;
}

.align--baseline {
  vertical-align: baseline;
}

/* Weight Text */
.bold {
  font-weight: bold !important;
}

.regular {
  font-weight: normal !important;
}

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

.italic {
  font-style: normal;
}

.break-word {
  word-wrap: break-word;
}

.no-wrap {
  white-space: nowrap;
}

/* Text Color */
.text-white {
  color: #ffffff !important;
}

.text-gray {
  color: #f9f9f9 !important;
}

.text-black {
  color: #282828;
}

.text-theme {
  color: #5156ea !important;
}

.text--capitalize {
  text-transform: capitalize !important;
}

.text--uppercase {
  text-transform: uppercase !important;
}

.font-heading {
  font-family: "Nunito Sans", sans-serif;
}

.font-body {
  font-family: "Poppins", sans-serif;
}

.font-18 {
  font-size: 24px;
}

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

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

.font-40 {
  font-size: 40px;
}

/* Custom, iPhone Retina */
/* @media only screen and (min-width: 320px) and (max-width: 767px) {
  text-center-xs {
    text-align: center !important;
  }
  
} */
/* Small Devices, Tablets */
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
  text-center-sm {
    text-align: center !important;
  }
} */



/*------------------------------------*\
    #Align
\*------------------------------------*/
address,
blockquote,
dd,
dl,
fieldset,
form,
ol,
p,
pre,
table,
ul {
  margin-bottom: 20px;
}

section {
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

/* All margin */
.m-0 {
  margin: 0 !important;
}

.m-xs {
  margin: 10px;
}

.m-sm {
  margin: 20px;
}

.m-md {
  margin: 40px;
}

.m-lg {
  margin: 80px;
}

/* top margin */
.mt-0 {
  margin-top: 0;
}

.mt-xs {
  margin-top: 10px;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

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

.mt-40 {
  margin-top: 40px !important;
}

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

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

.mt-70 {
  margin-top: 70px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

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

/* bottom margin */
.mb-0 {
  margin-bottom: 0 !important;
}

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

.mb-10 {
  margin-bottom: 10px !important;
}

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

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

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

.mb-45 {
  margin-bottom: 45px !important;
}

.mb-50 {
  margin-bottom: 50px !important;
}

.mb-55 {
  margin-bottom: 50px !important;
}

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

.mb-60 {
  margin-bottom: 60px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}

.mb-80 {
  margin-bottom: 80px !important;
}

.mb-90 {
  margin-bottom: 90px !important;
}

.mb-100 {
  margin-bottom: 100px !important;
}

.mb-120 {
  margin-bottom: 120px !important;
}

.mb-150 {
  margin-bottom: 150px !important;
}

/* right margin */
.mr-0 {
  margin-right: 0;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

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

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

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

/* left margin */
.ml-0 {
  margin-left: 0;
}

.ml-xs {
  margin-left: 10px;
}

.ml-sm {
  margin-left: 20px;
}

.ml-md {
  margin-left: 40px;
}

.ml-lg {
  margin-left: 80px;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-50 {
  margin-left: 50px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-150 {
  margin-left: 150px;
}

/* All padding */
.p-0 {
  padding: 0 !important;
}

.p-xs {
  padding: 10px;
}

.p-sm {
  padding: 20px;
}

.p-md {
  padding: 40px;
}

.p-lg {
  padding: 80px;
}

/* top padding */
.pt-0 {
  padding-top: 0 !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

/* .pt-130 {
  padding-top: 13px !important;
} */

.pt-150 {
  padding-top: 150px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

/* bottom padding */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

/* .pb-40 {
  padding-bottom: 40px !important;
} */

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

/* right padding */
.pr-0 {
  padding-right: 0;
}

.pr-xs {
  padding-right: 10px;
}

.pr-sm {
  padding-right: 20px;
}

.pr-md {
  padding-right: 40px;
}

.pr-lg {
  padding-right: 80px;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-50 {
  padding-right: 50px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-100 {
  padding-right: 100px !important;
}

.pr-150 {
  padding-right: 150px;
}

/* left padding */
.pl-0 {
  padding-left: 0;
}

.pl-30 {
  padding-left: 30px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-100 {
  padding-left: 100px !important;
}

.pl-150 {
  padding-left: 150px;
}

/* Postions */
.fixed {
  position: fixed;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.static {
  position: static;
}

/* Zindex*/
.zindex-1 {
  z-index: 1;
}

.zindex-2 {
  z-index: 2;
}

.zindex-3 {
  z-index: 3;
}

/* Borders */
.border-all {
  border: 1px solid #5156ea;
}

.border-top {
  border-top: 1px solid #5156ea;
}

.border-bottom {
  border-bottom: 1px solid #5156ea;
}

.border-right {
  border-right: 1px solid #5156ea;
}

.border-left {
  border-left: 1px solid #5156ea;
}

/* Display */
.inline {
  display: inline;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.hide {
  display: none;
}

.flex {
  display: flex;
}

/* @media only screen and (max-width: 767px) {
  section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .text-center-xs {
    text-align: center !important;
  }

  .pull-none-xs {
    float: none !important;
    text-align: center !important;
  }

  .mb-15-xs {
    margin-bottom: 15px;
  }

  .mb-30-xs {
    margin-bottom: 30px !important;
  }

  .mb-40-xs {
    margin-bottom: 40px !important;
  }

  .mb-50-xs {
    margin-bottom: 50px;
  }

  .mb-60-xs {
    margin-bottom: 60px !important;
  }

  .p-none-xs {
    padding-right: 0;
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .text-center-sm {
    text-align: center !important;
  }

  .mb-0-sm {
    margin-bottom: 0;
  }

  .mb-15-sm {
    margin-bottom: 15px;
  }

  .mb-30-sm {
    margin-bottom: 30px !important;
  }

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

  .mb-50-sm {
    margin-bottom: 50px;
  }

  .mb-60-sm {
    margin-bottom: 60px;
  }

  .pb-15-sm {
    padding-bottom: 15px;
  }

  .pb-30-sm {
    padding-bottom: 30px;
  }

  .pb-50-sm {
    padding-bottom: 50px;
  }

  .pb-60-sm {
    padding-bottom: 60px;
  }

  .p-none-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .pull-none-sm {
    float: none !important;
    text-align: center !important;
  }
} */
.border-b {
  border-bottom: 1px solid #f9f9f9;
}

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

/*------------------------------------*\
    #Grid
\*------------------------------------*/
.row-no-padding [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.col-lg-5ths,
.col-md-5ths,
.col-sm-5ths,
.col-xs-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-5ths {
  width: 20%;
  float: left;
}

/* @media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-5ths {
    width: 20%;
    float: left;
  }
} */
/* .col-content {
  padding: 120px 100px 110px 120px;
} */

/* Custom, iPhone Retina */
/* @media only screen and (min-width: 320px) and (max-width: 767px) {
  .col-content {
    padding: 40px !important;
  }
  .navbar{
    width: auto;
    
  }
} */
/* Small Devices, Tablets */
/* Postion Helpers */
.pos-fixed {
  position: fixed;
}

.pos-relative {
  position: relative;
}

.pos-absolute {
  position: absolute;
}

.pos-static {
  position: static;
}

.pos-top {
  top: 0;
}

.pos-bottom {
  bottom: 0;
}

.pos-right {
  right: 0;
}

.pos-left {
  left: 0;
}

.pos-vertical-center {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.height-700 {
  height: 700px !important;
}

.height-500 {
  height: 500px !important;
}

.height-800 {
  height: 800px !important;
}

/* @media only screen and (min-width: 992px) {
  .hidden-lg,
.hidden-md {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .col-lg-5ths {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
} */

/*------------------------------------*\
    #BACKGROUNDS
\*------------------------------------*/
.bg-theme {
  background-color: #5156ea !important;
}

.bg-gray {
  background-color: #f9f9f9 !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.bg-dark {
  background-color: #222222 !important;
}

.bg-secondary {
  background-color: #282828;
}

/* Background Image */
.bg-section {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover; 
background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: right;
  
  
}


.bg-parallax {
  background-attachment: fixed;
}

.bg-overlay:before {
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.bg-overlay-light:before {
  /* background-color: #ffffff; */
  opacity: 0.8;
  background-color: rgba(255, 255, 255, 0);
}

.bg-overlay-dark:before {
  background-color: #1b1a1a;
  background-image: linear-gradient(to bottom, rgba(27, 26, 26, 0.25) 0%, rgba(27, 26, 26, 0) 34%, rgba(27, 26, 26, 0) 82%);
  opacity: 0.15;
}

.bg-overlay-dark2:before {
  background-color: #1b1a1a;
  opacity: 0.6;
}

.bg-overlay-theme:before {
  background-color: #5156ea;
  opacity: 0.9;
}

.bg-overlay-theme2:before {
  background-color: #5156ea;
  opacity: 0.96;
}


/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/
.btn {
  font-family: "Poppins", sans-serif;
  position: relative;
  z-index: 2;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  text-align: center;
  border-radius: 3px;
  padding: 0;
  line-height: 48px;
  width: 170px;
  height: 50px;
  letter-spacing: 0.26px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn:focus,
.btn.active,
.btn:active {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

/* Button Primary */
.btn--primary {
  background-color: linear-gradient(to top, #1bd9ff, #1ceefd, #5cf3d2);
  color:#fe2d84;
  border: 2px solid white;
}

.btn--primary:active,
.btn--primary:focus,
.btn--primary:hover {
  background-color:#fe2d84;
  color: white;
}

.btn--primary.btn--inverse:active,
.btn--primary.btn--inverse:focus,
.btn--primary.btn--inverse:hover {
  background-color: #ffffff;
  color: #5156ea;
  border-color: #ffffff;
}

/*------------------------------------*\
    #FORMS
\*------------------------------------*/
form {
  position: relative;
}

.form-control {
  color: #9b9b9b;
  font-size: 13px;
  font-weight: 400;
  height: 51px;
  line-height: 49px;
  border: 1px solid #eaeaea;
  background: transparent;
  padding-left: 20px;
  margin-bottom: 30px;
  position: relative;
  border-radius: 2px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form-control:focus {
  background: transparent;
  border-color: #5156ea;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.form-control::-webkit-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control:-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control::-moz-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control:-ms-input-placeholder {
  color: #9b9b9b;
  text-transform: capitalize;
}
.form-control + .error {
  position: absolute;
  top: -23px;
  left: 20px;
  color: red;
}
.form-control.error {
  border-color: red;
}

textarea.form-control {
  height: auto;
}

.form-select {
  position: relative;
}

.form-select i {
  position: absolute;
  font-size: 19px;
  font-weight: 400;
  line-height: 49px;
  right: 20px;
  top: 0;
  z-index: 1;
  pointer-events: none;
  cursor: pointer;
  color: #9b9b9b;
}
.form-select select {
  line-height: 1;
  color: #9b9b9b;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Input Checkbox */
.input-checkbox {
  margin-bottom: 30px;
}

.label-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 18px;
  z-index: 2;
}
.label-checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/*------------------------------------*\
    #ICONS
\*------------------------------------*/
#icons section {
  padding-top: 60px;
  padding-bottom: 60px;
}

#icons h3 {
  margin-bottom: 0;
}

#icons .fa-hover {
  margin-bottom: 15px;
  font-size: 15px;
}

#icons i {
  margin-right: 10px;
}

/*------------------------------------*\
    #Lists
\*------------------------------------*/
.list-inline li {
  display: inline-block;
}

ul.list {
  padding: 0;
  font-size: 14px;
  list-style-type: none;
}

ul.list li {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
  line-height: 29px;
  position: relative;
}

ul.dot-list li {
  padding-left: 26px;
}

ul.dot-list li:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  font-family: fontawesome;
  font-size: 7px;
  color: #5156ea;
}

/*------------------------------------*\
    #BACK TO TOP
\*------------------------------------*/
#back-to-top {
  z-index: 9999;
  position: fixed;
  right: 40px;
  bottom: 40px;
  opacity: 0;
}

.backtop {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #fce0dc;
  cursor: pointer;
  border-radius: 50%;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  background-color: red;
  font-size: 20px;
}

#back-to-top.show {
  opacity: 1;
}

#back-to-top:hover {
  background-color: #282828;
}



/*------------------------------------*\
    #LOADING-SECTION
\*------------------------------------*/
.preloader {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 99999;
  background-color: #ffffff;
  overflow: hidden;
}
.preloader .signal {
  border: 5px solid #5156ea;
  border-radius: 30px;
  height: 30px;
  left: 50%;
  margin: -15px 0 0 -15px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 30px;
  animation: pulsate 1s ease-out;
  animation-iteration-count: infinite;
}

@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/*------------------------------------*\
    #MODALS
\*------------------------------------*/
body.modal-open {
  padding-right: 0 !important;
}

body.modal-open .affix {
  display: none;
}

.modal {
  z-index: 1080;
  background: rgba(34, 34, 34, 0.95);
}

.modal::-webkit-scrollbar {
  display: none;
  width: 0px;
  /* remove scrollbar space */
  background: transparent;
  /* optional: just make scrollbar invisible */
}

.modal-backdrop {
  z-index: 1020;
  background-color: #282828;
  display: none;
}

.modal-content {
  border: none;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}

.modal-dialog {
  margin-top: 20px;
}

.modal button.close {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #ffffff;
  z-index: 1040;
  font-size: 14px;
  font-weight: 400;
  opacity: 1;
}

.modal.reservation-popup button.close {
  color: #282828;
}

.modal button.close:focus,
.modal button.close:hover {
  color: #5156ea;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/
.header {
  height: 113px;
}

.header-transparent {
  background-color: transparent;
}

.header-transparent + .mtop-100,
.header-transparent + .page-title,
.header-transparent + .hero,
.header-transparent + .slider {
  position: relative;
  margin-top: -100px;
}


/* Header Bordered */
.header-bordered .navbar {
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.header-bordered .navbar.navbar--dark {
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}

/* Header Logo Brand */
.header-transparent .navbar-brand .logo {
  line-height: 100px;
}

.header-transparent .navbar-brand .logo-dark {
  display: none;
}

/* Header Light */
.header-light {
  background-color: #ffffff;
}

.header-light .navbar .logo-dark {
  display: inline-block;
}

.header-light .navbar .logo-light {
  display: none;
}

/* Header With Top Bar */
.header-topbar {
  height: 150px;
}



/*------------------------------------*\
    #Menu
\*------------------------------------*/
.navbar {
  margin-bottom: 0;
  border-radius: 0;
  height: 89px;
  width: 100%;
  min-height: 80px;
  border: none;
  z-index: 1030;
  padding: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
background-color: #ffffff;}
.collapse.show{
 display: none;
}
.responsive-logo{
  max-width: 100%; /* Ensure the image doesn't exceed its parent container's width */
  height: auto; /* Allow the height to adjust proportionally */
  margin-top: 0; /* Remove any top margin */
  margin-bottom: 0; 
}
.navbar-collapse .collapse {
  background-color: #fce0dc;
}
.navbar.navbar-bordered {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.navbar .navbar-nav > li {
  margin-right: 50px;
  position: relative;
}
.navbar .navbar-nav > li:last-child {
  margin-right: 0;
}
.navbar .navbar-nav > li > a {
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 700;
  line-height: 100px;
  color: 	black;
  padding: 0;
  position: relative;
  font-family: sans-serif;
}
.navbar .navbar-nav > li.active > a,
.navbar .navbar-nav > li > a:focus,
.navbar .navbar-nav > li > a:hover {
  background-color: transparent;
  color: 	#ed1c24;
}
.navbar .navbar-brand {
  margin-right: 0;
  height: 87px;
}


.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: transparent;
  border: none;
}

.navbar-nav > li.active > ul {
  margin-top: 0;
  
}

/* Menu Level #1 */
.dropdown-toggle::after {
  display: none;
}

.navbar-nav > li > .menu-item::before,
.navbar-nav > li > .menu-item:hover::before {
  position: absolute;
  top: 22px;
  left: 0;
  margin: auto;
  width: 0;
  height: 2px;
  background:#ed1c24;
  content: "";
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar-nav > li > .menu-item:hover::before,
.navbar-nav > li.active > .menu-item:before {
  width: 20px;
}

li.has-dropdown > ul.dropdown-menu > li.dropdown-submenu > a:before,
ul.dropdown-menu > li.has-dropdown > a:before {
  font-family: fontawesome;
  content: "";
  font-size: 16px;
  position: absolute;
  right: 25px;
}

/* Menu Levels */
.dropdown-menu {
  background-color: transparent;
  position: relative;
  width: 100%;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar .navbar-toggler {
  padding: 4px 10px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  margin-right: 15px;
  margin-left: 10px;
  
}


@media only screen and (max-width: 991px) {
  .navbar .navbar-collapse{
 
    background-color: #fce0dc;
  }
 
  .navbar .navbar-nav > li {
    margin-right: 30px;
    position: relative;
    padding-left: 10px;
  
    
  }
  .navbar .navbar-nav > li > a{
    line-height: 50px;
  }
  .navbar > .container > .navbar-brand > img{
   margin-top: 0px !important;
  }
}

/*------------------------------------*\
    #MODULE
\*------------------------------------*/
.module-container {
  padding-left: 30px;
}

.module {
  display: inline-block;
  position: relative;
}
.module span.title {
  display: none;
}
.module .module-icon {
  margin-right: 20px;
  cursor: pointer;
  line-height: 100px;
}
.module .module-icon i {
  font-size: 14px;
  line-height: 24px;
  color: black;
}
.module:last-of-type .module-icon {
  margin-right: 0;
}
.module .menu-icon-double i {
  margin-left: 30px;
}
.module .module-label {
  width: 16px;
  height: 16px;
  line-height: 16px;
  border-radius: 50%;
  background-color: #5156ea;
  color: #ffffff;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  position: absolute;
  top: 34px;
  left: 8px;
}
.module .module-content {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.35s linear;
  -moz-transition: all 0.35s linear;
  -ms-transition: all 0.35s linear;
  -o-transition: all 0.35s linear;
  transition: all 0.35s linear;
}

/* Module Reservation */
.module-consultation .btn {
  width: 129px;
  height: 39px;
  border-radius: 3px;
  line-height: 37px;
  text-transform: capitalize;
  display: block;
  margin-right: 20px;
  cursor: pointer;
  margin-top: 31px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: black;
  border:none;
 background-color:transparent;
}
.module-consultation .btn:hover {

  border-color: #fe5c43;
  background: #fce0dc;
  color:black;;
}


/* Small Devices, Tablets */
@media only screen and (max-width: 991px) {
  .module {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    padding: 6px 0;
  }
  .module .module-icon {
    padding-top: 0;
    line-height: 36px !important;
  }
  .module .module-icon i {
    color: #282828;
  }
  .module .module-box {
    position: relative;
    right: 0;
    width: 100%;
    border: none;
  }
  .module .module-label {
    top: -3px;
    position: relative;
  }
  .module span.title {
    display: inline-block;
    color: #282828;
    font-size: 13px;
    font-weight: 700;
    text-transform: capitalize;
  }
  .module .cart-box,
.module .search-box {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .module .module-content {
    margin-bottom: 10px;
  }
  .module .cart-box .cart-overview h5 {
    color: #ffffff;
  }


  .module-consultation {
    padding: 10px 0;
  }
  .module-consultation .btn {
    border-color: #282828;
    color: #282828;
    margin: 0;
  }

  .module-container {
    padding-left: 0;
  }
  .module-sidearea .module-sidearea-wrap {
    width: 320px;
    padding: 40px;
  }
}

/*------------------------------------*\
    #Heading
\*------------------------------------*/
.heading .heading--subtitle {
  font-family: "Poppins", sans-serif;
  color: #5156ea;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.heading .heading--title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  line-height: 49px;
  margin-bottom: 10px;

}
.heading .heading--desc {
  color: #a5a5a5;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 0;
}

.heading-2 .heading--title {
  font-size: 38px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 500px) {
  .heading .heading--title {
    font-size: 30px;
    line-height: 40px;
    
  }

  .heading-2 .heading--title {
    font-size: 28px;
  }
}
/*------------------------------------*\
    #BLOG-SECTION
\*------------------------------------*/
.blog-entry {
  margin-bottom: 50px;
}
.blog-entry .entry--img {
  position: relative;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.blog-entry .entry--img img {

  height: auto;

  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.blog-entry:hover .entry--img {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.blog-entry .entry--content {
  padding: 22px 25px 0 30px;
  position: relative;
}
.blog-entry .entry--meta {
  display: inline-block;
  background-color: #5156ea;
  color: white;
  font-family: "Nunito Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 22px;
  padding: 0 7px;
  border-radius: 3px;
}
.blog-entry .entry--meta a {
  position: relative;
  padding-left: 5px;
  color: #ffffff;
  display: inline-block;
}
.blog-entry .entry--meta a:before {
  content: ",";
  position: absolute;
  top: 0;
  left: 1px;
}
.blog-entry .entry--meta a:first-of-type {
  padding-left: 0;
}
.blog-entry .entry--meta a:first-of-type:before {
  display: none;
}
.blog-entry .entry--date {
  color: #616161;
  font-size: 12px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 3px;
}
.blog-entry .entry--title {
  margin-bottom: 17px;
}
.blog-entry .entry--title h4 {
  color: #282828;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
  margin-bottom: 0;
}
.blog-entry .entry--title a {
  color: #282828;
}
.blog-entry .entry--title a:hover {
  color: #5156ea;
}
.blog-entry .entry--bio p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 21px;
}

.nav-up {
  top: -40px;
  position: fixed;
}


/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .blog-entry {
    width: 100%;
    margin: 0 auto 30px;
    padding-right: 0;
    padding-left: 0;
  }
  .blog-entry .entry--content {
    padding-left: 0;
    padding-right: 0;
  }

}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .blog-entry .entry--content {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-4 .blog-entry .entry--title h4 {
    font-size: 15px;
  }

}

/*------------------------------------*\
	#Widgets
\*------------------------------------*/
/* Widget */
.widget {
  margin-bottom: 50px;
}

/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .sidebar {
    margin-top: 40px;
  }

  .widget {
    margin-bottom: 30px;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidebar {
    margin-top: 40px;
  }

  .widget-recent .entry .entry-desc {
    margin-left: 70px;
  }
}
.features .feature-panel {
  position: relative;
  margin-bottom: 50px;
}
.features .feature-panel .feature--img {
  margin-bottom: 30px;
  border-radius: 6px;
  overflow: hidden;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.features .feature-panel .feature--img:hover {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.features .feature-panel .feature--icon {
  font-size: 50px;
  line-height: 1;
  color: #fce0dc;;
  margin-bottom: 24px;
  text-align: center;
}
.features .feature-panel .feature--content h4 {
  font-size: 28px;
  line-height: 29px;
  font-weight: 700;
  margin-bottom: 18px;
}
.features .feature-panel .feature--content p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 20px;
}
.features .feature-panel .feature--more {
  line-height: 1;
}
.features .feature-panel .feature--more a {
  color: #333333;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding-left: 20px;
}
.features .feature-panel .feature--more a i {
  margin-right: 6px;
  position: absolute;
  left: 0;
  background: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.features .feature-panel .feature--more a span {
  display: inline-block;
}
.features .feature-panel:hover .feature--more a {
  color: #fce0dc;;
}

.features-1 .feature-panel {
  
  border-radius: 6px;
  box-shadow: 0px 9px 20px 0px rgb(94 94 94);
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  -o-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms;
}
.features-1 .feature-panel:hover {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}


/* .features-2 .col-content {
  padding: 130px 100px 70px 15px;
} */
.features-2 .heading {
  margin-bottom: 44px;
}
.features-2 .heading .heading--title {
  color: #ffffff;
  font-size: 40px;
}
.features-2 .heading .heading--desc {
  font-size: 15px;
  color: #ffffff;
  margin-bottom: 0;
}
.features-2 .feature-panel {
  margin-bottom: 40px;
  border: 2px solid #999;
  border-radius: 40px;
  box-shadow: 0 0 10px rgb(71 39 39 / 60%);}
.features-2 .feature-panel .feature--icon {
  font-size: 40px;
  color: #fce0dc;;
}
.features-2 .feature-panel .feature--content h4 {
  font-size: 24px;
}
.features-2 .feature-panel .feature--content h4,
.features-2 .feature-panel .feature--content p {
  color: black;
}
.features-2 .mockup--img {
  position: absolute;
  right: 0;
}
.features-4 .heading--title{
  font-size: 55px;
  text-align: center;
  line-height: 60px;
}

.features .features-2.container-fluid.pr-150 {
  padding-right: 150px;
}
.features .features-2.container-fluid.pl-150 {
  padding-left: 150px;
}
@media (max-width: 768px) {
  .container-fluid.pr-150 {
      padding-right: 40px;
  }
  .container-fluid.pl-150 {
    padding-left: 40px;
}}

/*------------------------------------*\
    #Contacts
\*------------------------------------*/
.contact {
  padding-top: 110px;
  padding-bottom: 110px;
}
.contact .contact--panel {
  background-color: white;
  border-radius: 6px;
  padding: 90px 100px;
}
.contact .contact--panel .heading {
  margin-bottom: 60px;
}
.contact .contact--panel textarea {
  height: 122px;
  margin-bottom: 40px;
}
.contact .contact--panel .btn {
  box-shadow: 0px 9px 30px 0px rgba(40, 40, 40, 0.15);
}

.contact-3 {
  padding-top: 130px;
  padding-bottom: 130px;
}
.contact-3 .contact--panel {
  padding: 0 50px;
  border-radius: 0;
  background-color: transparent;
}
.contact-3 .contact--panel .contact--icon {
  font-size: 45px;
  color: #5156ea;
  line-height: 1;
  margin-bottom: 24px;
}
.contact-3 .contact--panel h4 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 19px;
}
.contact-3 .contact--panel p {
  font-size: 13px;
  line-height: 23px;
  margin-bottom: 18px;
}
.contact-3 .contact--panel .btn {
  box-shadow: none;
}


/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .contact .contact--panel {
    padding: 30px;
  }

  .contact-3 .contact--panel {
    padding: 0 50px;
    margin-bottom: 30px;
  }
}
/* Tablets  */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-3 .contact--panel {
    margin-bottom: 30px;
    padding: 0;
  }
}

/*----------------------------------*\
    #Footer
\*------------------------------------*/
/* Parallax Effect */
#wrapperParallax {
  position: relative;
  z-index: 1060;
  min-height: 100vh;
}

#footerParallax {
  position: fixed;
  z-index: -1;
  left: 0;
  right: 0;
  bottom: 0;
}

@media only screen and (max-width: 991px) {
  #wrapperParallax {
    margin-bottom: 0 !important;
  }

  #footerParallax {
    position: static;
  }
}
.btn--download {
  background:linear-gradient(135deg, #e63946 20% , #000000 100%);
  color: #f0f0f0;
  border: 2px solid white;
  border-radius: 20px;
  font-weight: 600;
  font-size: 18px;
  padding: 12px 36px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
}

.btn--download:hover {
  color: #ffffff;
  opacity: 0.9;
  transform: translateY(-2px);
}
.footer {
  background-color:#000000 ;
  padding-top: 0;
  padding-bottom: 0;
  /* Footer Widgets */
}
.footer .footer-widget {
  padding-top: 50px;
  padding-bottom: 84px;
  
}
.footer .footer--widget-title h5 {
  color: rgb(255, 255, 255);
  font-size: 15px;
  font-weight: 800;
  line-height: 1;
  text-transform: capitalize;
  margin-bottom: 36px;
}
.footer .widget--content p {
  color: rgb(255, 255, 255);
  font-size: 13px;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 25px;
}
.footer .widget--content img {
  margin-bottom: 24px;
}
.footer .widget--newsletter p {
  font-size: 12px;
  color: rgb(255, 255, 255);
  margin-bottom: 21px;
}
.footer .widget--newsletter form {
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 12px;
}
.footer .widget--newsletter .form-control {
  background-color: white;
  border: none;
  color: #ffffff;
  font-size: 12px;
  font-weight: 400;
  height: 51px;
  line-height: 50px;
  margin-bottom: 0;
  padding: 0 60px 0 20px;
  text-transform: capitalize;
  border-radius: 3px;
}
.footer .widget--newsletter .form-control::-webkit-input-placeholder {
  color: #ffffff;
}
.footer .widget--newsletter .form-control:-moz-placeholder {
  color: #ffffff;
}
.footer .widget--newsletter .form-control::-moz-placeholder {
  color: #ffffff;
}
.footer .widget--newsletter .form-control:-ms-input-placeholder {
  color: #757575;
}
.footer .widget--newsletter button {
  position: absolute;
  top: 0;
  right: -1px;
  background-color: #f21e00;
  border: none;
  width: 51px;
  height: 51px;
  line-height: 51px;
  color: #ffffff;
  font-size: 11px;
  font-weight: 400;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 0 3px 3px 0;
}
.footer .widget--newsletter button:hover {
  background-color: #ed2525;
  color: #ffffff;
}
.footer .widget--links ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
}
.footer .widget--links ul li {
  width: 50%;
  float: left;
}
.footer .widget--links ul li a {
  color: rgb(255, 255, 255);
  font-size: 12px;
  font-weight: 400;
  line-height: 31px;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
}
.footer .widget--links ul li a:hover {
  color: #5156ea;
}
.footer .widget--contact-info li {
  font-size: 12px;
  font-weight: 400;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  line-height: 21px;
  color: rgb(255, 255, 255);
}
.footer .widget--contact-info li:last-child {
  margin-top: 26px;
}

.footer--copyright {
  border-top: 2px solid #2b2b2b;
  padding: 33px 0;
  font-size: 14px;
  font-family: "Nunito Sans", sans-serif;
}

.social--icons a {
  color: #ffffff;
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  margin-right: 24px;
  text-align: center;
  overflow: hidden;
  display: inline-block;
  color: #fce0dc;;
}
.social--icons a:last-child {
  margin-right: 0;
}
.social--icons a.facebook:hover {
  color: #3B5998;
}
.social--icons a.twitter:hover {
  color: #00ACEE;
}
.social--icons a.linkedin:hover {
  color: #0E76A8;
}

.footer--widget-recent .entry {
  margin-bottom: 15px;
}
.footer--widget-recent .entry .entry--title a {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 23px;
  display: block;
  margin-bottom: 5px;
}
.footer--widget-recent .entry .entry--title a:hover {
  color: #5156ea;
}
.footer--widget-recent .entry .entry--meta {
  color: #9b9b9b;
  font-size: 12px;
}
.footer--widget-recent .entry:last-of-type {
  margin-bottom: 0;
}


/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .footer .footer-widget {
    padding-top: 60px;
    padding-bottom: 0;
  }
  .footer .footer--widget {
    margin-bottom: 30px;
  }
  .footer .footer--widget-title h5 {
    margin-bottom: 15px;
  }
  .footer .widget--newsletter form {
    max-width: 400px;
  }
  .footer .pull-right {
    float: none !important;
  }
}
/* Small Devices, Tablets */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer .footer-widget {
    padding-bottom: 40px;
  }
  .footer .footer--widget {
    margin-bottom: 20px;
  }
  .footer .footer--widget-title h5 {
    margin-bottom: 15px;
  }
}
#apk-download {
  min-height: 75vh;           
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  #apk-download {
    min-height: 60vh;
  }
  .apk-page #wrapperParallax {
    margin-bottom: 0 !important;
}
}