/*------------------------------------------------------------------
Project:    Alice Agency
Version:    1.0
Author: KingThemes
Core
Generated From SASS
Created: 06/08/2019
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Google Fonts
2. Common styles
    2.1  scroll_top
    2.1  social_icon
3. Loader 
4. Typography
5. Texts Color
6. Buttons
7. Dropdown
8. Buttons
9. Popup
10. Background
11. Background Image
12. Background Video
13. Header
14. Section heading
15. Slider
16. Slider tree
17. Animated headline
18. Product color
19. Product shop
20. features
21. unboxed
22. ratings
23. contact
24. footer


/*------------------------------------------------------------------ */
/* ===================================
    Google font
====================================== */
@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
/* ===================================
   Scroll Top
====================================== */
.back-to-top {
  opacity: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  background-color: #ff1637;
  color: #ffffff;
  z-index: 999;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 20px;
  padding: 10px;
  border-radius: 50px;
  border-top-left-radius: 5px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.25);
}
.back-to-top i {
  transform: rotate(-45deg);
}
.back-to-top:hover, .back-to-top:focus {
  transform: rotate(45deg);
  color: #ffffff;
  background-color: #FDAC65;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.back-to-top.active {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

/*===================================
   Loader
====================================== */
.preloader {
  background: #FDAC65;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999999;
}
.preloader .spinner {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sk-scaleout 1.0s infinite ease-in-out;
  animation: sk-scaleout 1.0s infinite ease-in-out;
}
@-webkit-keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-scaleout {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
body,
html {
  overflow-x: hidden;
  direction: ltr;
  text-align: left;
}

html {
  font-size: 13px;
}

.page-warp {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

.parallax-window {
  min-height: 400px;
  background: transparent;
}

.parallax-mirror {
  z-index: 1 !important;
}

.fluid-section--left {
  padding-left: 8% !important;
  padding-right: 30px !important;
}
@media only screen and (max-width: 992px) {
  .fluid-section--left {
    padding: 0 !important;
  }
}

.fluid-section--right {
  padding-right: 5% !important;
  padding-left: 30px !important;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.overlay.overlay--dark {
  background-color: rgba(0, 0, 0, 0.6);
}

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

body {
  background-color: #ffffff;
  font-family: "Roboto", sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #a0a0ba;
  line-height: 1.5;
  margin: 0;
}

* {
  outline: none;
}

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

a {
  color: #FDAC65;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-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: #343d48;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:focus {
  color: #343d48;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:active {
  color: #343d48;
  outline: none;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.notfound--panner {
  min-height: 70vh;
}

.border-bottom-light {
  border: solid 1px transparent;
}

.border-none {
  border: 0 !important;
}

.rounded-default {
  border-radius: 5px !important;
}

.rounded-sm {
  border-radius: 3px !important;
}

.rounded-md {
  border-radius: 10px !important;
}

.rounded {
  border-radius: 100px !important;
}

/* ----------------general classes------------------- */
.feature-imgs img {
  margin: 10px;
  border-radius: 5px;
}

.fluid-right {
  padding-right: 5%;
}

.fluid-left {
  padding-left: 5%;
}

/* ----------------list------------------- */
.arrow-list {
  padding: 0;
  margin: 0;
  list-style: none;
}
.arrow-list li {
  padding: 5px 0;
}
.arrow-list li i {
  color: #FDAC65;
  padding: 0 10px 0 0;
}
.arrow-list li span {
  font-size: 14px;
  font-weight: 500;
}

/* ---------------- Tables ------------------ */
table {
  border-collapse: collapse;
}

table th + th, table th + td, table td + th, table td + td {
  border-left: 1px solid #ddd;
}

table > p {
  margin: 0 !important;
}

table th {
  padding: 1.4em 1em;
  letter-spacing: 1px;
}

table td {
  padding: 1.4em 1em;
  font-size: 0.938em;
}

table th {
  text-transform: uppercase;
  text-align: center;
}

caption {
  font-weight: 700;
  text-align: center;
}

/* ---------------- Blockquotes ------------------ */
blockquote {
  position: relative;
  text-align: left;
  padding: 0 0 0 2em;
}

/* ---------------- Html Tags ------------------ */
dd {
  margin-left: 1.5em;
}

dt, b, strong {
  font-weight: bold;
}

dfn, em, i {
  font-style: italic;
}

pre, code, kbd, tt, var, samp {
  font-family: "Courier New", Courier, monospace;
  font-size: 1em;
  letter-spacing: 0;
}

pre {
  overflow: auto;
  max-width: 100%;
}

code {
  overflow: auto;
  max-width: 100%;
  padding: 0 1em;
  background-color: #f7f7f7;
  display: inline-block;
  vertical-align: middle;
  word-wrap: break-word;
}

pre > code {
  display: block;
  vertical-align: top;
  padding: 1em;
}

abbr, acronym {
  border-bottom: 1px dotted;
  cursor: help;
}

mark, ins {
  background-color: transparent;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

/* ---------------- Images ------------------ */
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* ---------------- Audio and Video ------------------ */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

iframe, video, embed {
  max-width: 100%;
  min-height: 100px;
  vertical-align: top;
}

.small-container {
  max-width: 1000px;
}

.map--select {
  border-radius: 5px;
  overflow: hidden;
}
.map--select iframe {
  width: 100%;
  min-height: 400px;
  border: 0;
  box-shadow: 0 0 0;
}

/* ---------------- "margin helpers" and "padding helpers"  ------------------ */
.mt5 {
  margin-top: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

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

.pt10 {
  padding-top: 10px !important;
}

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

.pb10 {
  padding-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

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

.pt15 {
  padding-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

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

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

.pt20 {
  padding-top: 20px !important;
}

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

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

.ml20 {
  margin-left: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

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

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

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

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

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

.pl30 {
  padding-left: 30px !important;
}

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

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

.mt35 {
  margin-top: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

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

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

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

.pb40 {
  padding-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

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

.pb45 {
  padding-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

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

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

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

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

.ml50 {
  margin-left: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

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

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

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

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

.ml100 {
  margin-left: 100px !important;
}

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

.mr100 {
  margin-right: 100px !important;
}

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

.shape-style-one {
  position: absolute !important;
  z-index: 4 !important;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.shape-style-two {
  position: absolute !important;
  z-index: 4 !important;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
}

.waves {
  position: absolute !important;
  bottom: -10px;
  width: 100%;
  fill: #fff;
  height: 160px;
  left: 0;
  right: 0;
}
.waves path:first-child {
  opacity: .1;
}
.waves path:nth-child(2) {
  opacity: .5;
}
.waves path:last-child {
  opacity: 1;
}

.container-radius {
  border-radius: 20px;
  padding: 50px;
}

.brand-item {
  max-width: 120px;
  margin: 0 auto;
  height: 120px;
  display: flex;
  justify-items: center;
  align-items: center;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
  opacity: .5;
}
.brand-item:hover {
  filter: grayscale(0);
  transition: all 0.3s ease-in-out;
  opacity: 1;
}

.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  width: auto;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.p-relative {
  position: relative;
  overflow: hidden;
}

.side--wave {
  position: absolute;
  top: -20%;
  bottom: 0;
  width: 100%;
  right: -30%;
  z-index: -1;
}
.side--wave svg {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  min-width: 70%;
}
.side--wave svg path {
  fill: rgba(46, 56, 71, 0.03);
}

/*------------------------------------*\
    #TYPOGRAPHY
\*------------------------------------*/
/* Heading Text */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #000;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  margin: 0 0 28px;
}

.h1,
h1 {
  font-size: 48px;
  line-height: 1.3;
}

.h2,
h2 {
  font-size: 38px;
  line-height: 1.4;
}

.h3,
h3 {
  font-size: 32px;
  line-height: 1.5;
}

.h4,
h4 {
  font-size: 28px;
  line-height: 1.5;
}

.h5,
h5 {
  font-size: 18px;
  line-height: 1.6;
}

.h6,
h6 {
  font-size: 14px;
  line-height: 1.7;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  display: block;
  color: inherit;
}

h1 a:hover, .h1 a:hover,
h2 a:hover, .h2 a:hover,
h3 a:hover, .h3 a:hover,
h4 a:hover, .h4 a:hover,
h5 a:hover, .h5 a:hover,
h6 a:hover, .h6 a:hover {
  text-decoration: none;
}

:active, :focus {
  outline: 0;
}

a[href="javascript:void(0)"] {
  cursor: default;
}

p {
  color: #5c636c;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.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;
}

.regular {
  font-weight: normal;
}

.italic {
  font-style: italic;
}

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

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

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

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

.text-black {
  color: #000;
}

.text-theme {
  color: #FDAC65;
}

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

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

/* ===================================
    text color
====================================== */
.text-primary {
  color: #FDAC65 !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #FDAC65 !important;
}

.text-secondary {
  color: #ff1637 !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #FDAC65 !important;
}

.text-dark {
  color: #343d48 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #1f242a !important;
}

.text-light {
  color: #ffffff !important;
}

a.text-light:hover, a.text-light:focus {
  color: #e6e6e6 !important;
}

.text-info {
  color: #FDAC65 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #FDAC65 !important;
}

.text-danger {
  color: #FDAC65 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #FDAC65 !important;
}

.text-success {
  color: #008f7a !important;
}

a.text-success:hover, a.text-success:focus {
  color: #005c4e !important;
}

.text-white {
  color: #fff !important;
}

a.text-white:hover, a.text-white:focus {
  color: #e6e6e6 !important;
}

.text-black {
  color: #000 !important;
}

a.text-black:hover, a.text-black:focus {
  color: black !important;
}

.text-yellow {
  color: #f9f871 !important;
}

a.text-yellow:hover, a.text-yellow:focus {
  color: #f7f640 !important;
}

.text-blue {
  color: #0081cf !important;
}

a.text-blue:hover, a.text-blue:focus {
  color: #00619c !important;
}

.text-green {
  color: #008f7a !important;
}

a.text-green:hover, a.text-green:focus {
  color: #005c4e !important;
}

.text-red {
  color: #cb342b !important;
}

a.text-red:hover, a.text-red:focus {
  color: #a12922 !important;
}

.text-orange {
  color: #ff9671 !important;
}

a.text-orange:hover, a.text-orange:focus {
  color: #ff703e !important;
}

.text-extra-dark-gray {
  color: #231d2a !important;
}

a.text-extra-dark-gray:hover, a.text-extra-dark-gray:focus {
  color: #0a080c !important;
}

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

a.text-dark-gray:hover, a.text-dark-gray:focus {
  color: #302b35 !important;
}

.text-extra-medium-gray {
  color: #939393 !important;
}

a.text-extra-medium-gray:hover, a.text-extra-medium-gray:focus {
  color: #7a7a7a !important;
}

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

a.text-medium-gray:hover, a.text-medium-gray:focus {
  color: #8e849a !important;
}

.text-extra-light-gray {
  color: #290a0a !important;
}

a.text-extra-light-gray:hover, a.text-extra-light-gray:focus {
  color: black !important;
}

.text-medium-light-gray {
  color: #ededed !important;
}

a.text-medium-light-gray:hover, a.text-medium-light-gray:focus {
  color: #d4d4d4 !important;
}

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

a.text-light-gray:hover, a.text-light-gray:focus {
  color: #e0e0e0 !important;
}

.text-very-light-gray {
  color: #f8f8f8 !important;
}

a.text-very-light-gray:hover, a.text-very-light-gray:focus {
  color: #dfdfdf !important;
}

.text-default {
  color: #FDAC65 !important;
}

a.text-default:hover, a.text-default:focus {
  color: #FDAC65 !important;
}

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

a.text-gray:hover, a.text-gray:focus {
  color: #dfdfdf !important;
}

/* ===================================
    Button
====================================== */
.btn-lg {
  font-size: 14px;
  padding: 9px 34px;
  line-height: 25px;
}

.btn-sm {
  font-size: 11px;
  padding: 4px 24px;
}

.btn-primary {
  color: #fff !important;
  background: #FDAC65;
  border-color: #FDAC65;
}
.btn-primary:hover {
  color: #FDAC65 !important;
  background: transparent !important;
  border-color: #FDAC65;
}
.btn-primary:hover i {
  color: #FDAC65;
}
.btn-primary:focus, .btn-primary.focus {
  color: #FDAC65 !important;
  background: transparent !important;
}
.btn-primary i {
  color: #fff;
}

.btn-secondary {
  color: #fff !important;
  background: #FDAC65;
  border-color: #FDAC65;
}
.btn-secondary:hover {
  color: #FDAC65 !important;
  background: transparent !important;
  border-color: #FDAC65;
}
.btn-secondary:hover i {
  color: #FDAC65;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #FDAC65 !important;
  background: transparent !important;
}
.btn-secondary i {
  color: #fff;
}

.btn-dark {
  color: #fff !important;
  background: #343d48;
  border-color: #343d48;
}
.btn-dark:hover {
  color: #343d48 !important;
  background: transparent !important;
  border-color: #343d48;
}
.btn-dark:hover i {
  color: #343d48;
}
.btn-dark:focus, .btn-dark.focus {
  color: #343d48 !important;
  background: transparent !important;
}
.btn-dark i {
  color: #fff;
}

.btn-light {
  color: #231d2a !important;
  background: #ffffff;
  border-color: #ffffff;
}
.btn-light:hover {
  color: #ffffff !important;
  background: transparent !important;
  border-color: #ffffff;
}
.btn-light:hover i {
  color: #ffffff;
}
.btn-light:focus, .btn-light.focus {
  color: #ffffff !important;
  background: transparent !important;
}
.btn-light i {
  color: #231d2a;
}

.btn-info {
  color: #fff !important;
  background: #0081cf;
  border-color: #0081cf;
}
.btn-info:hover {
  color: #0081cf !important;
  background: transparent !important;
  border-color: #0081cf;
}
.btn-info:hover i {
  color: #0081cf;
}
.btn-info:focus, .btn-info.focus {
  color: #0081cf !important;
  background: transparent !important;
}
.btn-info i {
  color: #fff;
}

.btn-danger {
  color: #fff !important;
  background: #FDAC65;
  border-color: #FDAC65;
}
.btn-danger:hover {
  color: #FDAC65 !important;
  background: transparent !important;
  border-color: #FDAC65;
}
.btn-danger:hover i {
  color: #FDAC65;
}
.btn-danger:focus, .btn-danger.focus {
  color: #FDAC65 !important;
  background: transparent !important;
}
.btn-danger i {
  color: #fff;
}

.btn-success {
  color: #fff !important;
  background: #008f7a;
  border-color: #008f7a;
}
.btn-success:hover {
  color: #008f7a !important;
  background: transparent !important;
  border-color: #008f7a;
}
.btn-success:hover i {
  color: #008f7a;
}
.btn-success:focus, .btn-success.focus {
  color: #008f7a !important;
  background: transparent !important;
}
.btn-success i {
  color: #fff;
}

.btn-white {
  color: #231d2a !important;
  background: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #fff !important;
  background: transparent !important;
  border-color: #fff;
}
.btn-white:hover i {
  color: #fff;
}
.btn-white:focus, .btn-white.focus {
  color: #fff !important;
  background: transparent !important;
}
.btn-white i {
  color: #231d2a;
}

.btn-black {
  color: #fff !important;
  background: #000;
  border-color: #000;
}
.btn-black:hover {
  color: #000 !important;
  background: transparent !important;
  border-color: #000;
}
.btn-black:hover i {
  color: #000;
}
.btn-black:focus, .btn-black.focus {
  color: #000 !important;
  background: transparent !important;
}
.btn-black i {
  color: #fff;
}

.btn-yellow {
  color: #231d2a !important;
  background: #f9f871;
  border-color: #f9f871;
}
.btn-yellow:hover {
  color: #f9f871 !important;
  background: transparent !important;
  border-color: #f9f871;
}
.btn-yellow:hover i {
  color: #f9f871;
}
.btn-yellow:focus, .btn-yellow.focus {
  color: #f9f871 !important;
  background: transparent !important;
}
.btn-yellow i {
  color: #231d2a;
}

.btn-blue {
  color: #fff !important;
  background: #0081cf;
  border-color: #0081cf;
}
.btn-blue:hover {
  color: #0081cf !important;
  background: transparent !important;
  border-color: #0081cf;
}
.btn-blue:hover i {
  color: #0081cf;
}
.btn-blue:focus, .btn-blue.focus {
  color: #0081cf !important;
  background: transparent !important;
}
.btn-blue i {
  color: #fff;
}

.btn-green {
  color: #fff !important;
  background: #008f7a;
  border-color: #008f7a;
}
.btn-green:hover {
  color: #008f7a !important;
  background: transparent !important;
  border-color: #008f7a;
}
.btn-green:hover i {
  color: #008f7a;
}
.btn-green:focus, .btn-green.focus {
  color: #008f7a !important;
  background: transparent !important;
}
.btn-green i {
  color: #fff;
}

.btn-red {
  color: #fff !important;
  background: #cb342b;
  border-color: #cb342b;
}
.btn-red:hover {
  color: #cb342b !important;
  background: transparent !important;
  border-color: #cb342b;
}
.btn-red:hover i {
  color: #cb342b;
}
.btn-red:focus, .btn-red.focus {
  color: #cb342b !important;
  background: transparent !important;
}
.btn-red i {
  color: #fff;
}

.btn-orange {
  color: #231d2a !important;
  background: #ff9671;
  border-color: #ff9671;
}
.btn-orange:hover {
  color: #ff9671 !important;
  background: transparent !important;
  border-color: #ff9671;
}
.btn-orange:hover i {
  color: #ff9671;
}
.btn-orange:focus, .btn-orange.focus {
  color: #ff9671 !important;
  background: transparent !important;
}
.btn-orange i {
  color: #231d2a;
}

.btn-default {
  color: #fff !important;
  background: #265cdc;
  border-color: #265cdc;
}
.btn-default:hover {
  color: #265cdc !important;
  background: transparent !important;
  border-color: #265cdc;
}
.btn-default:hover i {
  color: #265cdc;
}
.btn-default:focus, .btn-default.focus {
  color: #265cdc !important;
  background: transparent !important;
}
.btn-default i {
  color: #fff;
}

.btn-gray {
  color: #231d2a !important;
  background: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-gray:hover {
  color: #f8f8f8 !important;
  background: transparent !important;
  border-color: #f8f8f8;
}
.btn-gray:hover i {
  color: #f8f8f8;
}
.btn-gray:focus, .btn-gray.focus {
  color: #f8f8f8 !important;
  background: transparent !important;
}
.btn-gray i {
  color: #231d2a;
}

.btn-outline-primary {
  color: #265cdc;
  background-color: transparent;
  background-image: none;
  border-color: #265cdc;
}
.btn-outline-primary:hover {
  color: #fff !important;
  background-color: #265cdc;
  border-color: #265cdc;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  color: #fff;
  background-color: #265cdc;
  border-color: #265cdc;
}

.btn-outline-secondary {
  color: #ff1637;
  background-color: transparent;
  background-image: none;
  border-color: #ff1637;
}
.btn-outline-secondary:hover {
  color: #fff !important;
  background-color: #ff1637;
  border-color: #ff1637;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  color: #fff;
  background-color: #ff1637;
  border-color: #ff1637;
}

.btn-outline-dark {
  color: #343d48;
  background-color: transparent;
  background-image: none;
  border-color: #343d48;
}
.btn-outline-dark:hover {
  color: #fff !important;
  background-color: #343d48;
  border-color: #343d48;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  color: #fff;
  background-color: #343d48;
  border-color: #343d48;
}

.btn-outline-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}
.btn-outline-light:hover {
  color: #fff !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-info {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}
.btn-outline-info:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-outline-danger {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}
.btn-outline-danger:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-outline-success {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}
.btn-outline-success:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-outline-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-outline-white:hover {
  color: #fff !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-outline-white:focus, .btn-outline-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-outline-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-outline-black:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.btn-outline-black:focus, .btn-outline-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-outline-yellow {
  color: #f9f871;
  background-color: transparent;
  background-image: none;
  border-color: #f9f871;
}
.btn-outline-yellow:hover {
  color: #fff !important;
  background-color: #f9f871;
  border-color: #f9f871;
}
.btn-outline-yellow:focus, .btn-outline-yellow.focus {
  color: #fff;
  background-color: #f9f871;
  border-color: #f9f871;
}

.btn-outline-blue {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}
.btn-outline-blue:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}
.btn-outline-blue:focus, .btn-outline-blue.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-outline-green {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}
.btn-outline-green:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}
.btn-outline-green:focus, .btn-outline-green.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-outline-red {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}
.btn-outline-red:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}
.btn-outline-red:focus, .btn-outline-red.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-outline-orange {
  color: #ff9671;
  background-color: transparent;
  background-image: none;
  border-color: #ff9671;
}
.btn-outline-orange:hover {
  color: #fff !important;
  background-color: #ff9671;
  border-color: #ff9671;
}
.btn-outline-orange:focus, .btn-outline-orange.focus {
  color: #fff;
  background-color: #ff9671;
  border-color: #ff9671;
}

.btn-outline-default {
  color: #FDAC65;
  background-color: transparent;
  background-image: none;
  border-color: #265cdc;
}
.btn-outline-default:hover {
  color: #fff !important;
  background-color: #FDAC65;
  border-color: #FDAC65;
}
.btn-outline-default:focus, .btn-outline-default.focus {
  color: #fff;
  background-color: #FDAC65;
  border-color: #FDAC65;
}

.btn-outline-gray {
  color: #f8f8f8;
  background-color: transparent;
  background-image: none;
  border-color: #f8f8f8;
}
.btn-outline-gray:hover {
  color: #fff !important;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

.btn i {
  margin-left: 6px;
  margin-right: 6px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}

.btn-transparent-primary {
  color: #265cdc;
  background-color: transparent;
  background-image: none;
  border-color: #265cdc;
}
.btn-transparent-primary:hover {
  color: #fff !important;
  background-color: #265cdc;
  border-color: #265cdc;
}
.btn-transparent-primary:focus, .btn-transparent-primary.focus {
  color: #fff;
  background-color: #265cdc;
  border-color: #265cdc;
}

.btn-transparent-secondary {
  color: #ff1637;
  background-color: transparent;
  background-image: none;
  border-color: #ff1637;
}
.btn-transparent-secondary:hover {
  color: #fff !important;
  background-color: #ff1637;
  border-color: #ff1637;
}
.btn-transparent-secondary:focus, .btn-transparent-secondary.focus {
  color: #fff;
  background-color: #ff1637;
  border-color: #ff1637;
}

.btn-transparent-dark {
  color: #343d48;
  background-color: transparent;
  background-image: none;
  border-color: #343d48;
}
.btn-transparent-dark:hover {
  color: #fff !important;
  background-color: #343d48;
  border-color: #343d48;
}
.btn-transparent-dark:focus, .btn-transparent-dark.focus {
  color: #fff;
  background-color: #343d48;
  border-color: #343d48;
}

.btn-transparent-light {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
}
.btn-transparent-light:hover {
  color: #fff !important;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-transparent-light:focus, .btn-transparent-light.focus {
  color: #fff;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-transparent-info {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}
.btn-transparent-info:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}
.btn-transparent-info:focus, .btn-transparent-info.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-transparent-danger {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}
.btn-transparent-danger:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}
.btn-transparent-danger:focus, .btn-transparent-danger.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-transparent-success {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}
.btn-transparent-success:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}
.btn-transparent-success:focus, .btn-transparent-success.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-transparent-white {
  color: #fff;
  background-color: transparent;
  background-image: none;
  border-color: #fff;
}
.btn-transparent-white:hover {
  color: #fff !important;
  background-color: #fff;
  border-color: #fff;
}
.btn-transparent-white:focus, .btn-transparent-white.focus {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.btn-transparent-black {
  color: #000;
  background-color: transparent;
  background-image: none;
  border-color: #000;
}
.btn-transparent-black:hover {
  color: #fff !important;
  background-color: #000;
  border-color: #000;
}
.btn-transparent-black:focus, .btn-transparent-black.focus {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

.btn-transparent-yellow {
  color: #f9f871;
  background-color: transparent;
  background-image: none;
  border-color: #f9f871;
}
.btn-transparent-yellow:hover {
  color: #fff !important;
  background-color: #f9f871;
  border-color: #f9f871;
}
.btn-transparent-yellow:focus, .btn-transparent-yellow.focus {
  color: #fff;
  background-color: #f9f871;
  border-color: #f9f871;
}

.btn-transparent-blue {
  color: #0081cf;
  background-color: transparent;
  background-image: none;
  border-color: #0081cf;
}
.btn-transparent-blue:hover {
  color: #fff !important;
  background-color: #0081cf;
  border-color: #0081cf;
}
.btn-transparent-blue:focus, .btn-transparent-blue.focus {
  color: #fff;
  background-color: #0081cf;
  border-color: #0081cf;
}

.btn-transparent-green {
  color: #008f7a;
  background-color: transparent;
  background-image: none;
  border-color: #008f7a;
}
.btn-transparent-green:hover {
  color: #fff !important;
  background-color: #008f7a;
  border-color: #008f7a;
}
.btn-transparent-green:focus, .btn-transparent-green.focus {
  color: #fff;
  background-color: #008f7a;
  border-color: #008f7a;
}

.btn-transparent-red {
  color: #cb342b;
  background-color: transparent;
  background-image: none;
  border-color: #cb342b;
}
.btn-transparent-red:hover {
  color: #fff !important;
  background-color: #cb342b;
  border-color: #cb342b;
}
.btn-transparent-red:focus, .btn-transparent-red.focus {
  color: #fff;
  background-color: #cb342b;
  border-color: #cb342b;
}

.btn-transparent-orange {
  color: #ff9671;
  background-color: transparent;
  background-image: none;
  border-color: #ff9671;
}
.btn-transparent-orange:hover {
  color: #fff !important;
  background-color: #ff9671;
  border-color: #ff9671;
}
.btn-transparent-orange:focus, .btn-transparent-orange.focus {
  color: #fff;
  background-color: #ff9671;
  border-color: #ff9671;
}

.btn-transparent-default {
  color: #FDAC65;
  background-color: transparent;
  background-image: none;
  border-color: #FDAC65;
}
.btn-transparent-default:hover {
  color: #fff !important;
  background-color: #FDAC65;
  border-color: #FDAC65;
}
.btn-transparent-default:focus, .btn-transparent-default.focus {
  color: #fff;
  background-color: #FDAC65;
  border-color: #FDAC65;
}

.btn-transparent-gray {
  color: #f8f8f8;
  background-color: transparent;
  background-image: none;
  border-color: #f8f8f8;
}
.btn-transparent-gray:hover {
  color: #fff !important;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}
.btn-transparent-gray:focus, .btn-transparent-gray.focus {
  color: #fff;
  background-color: #f8f8f8;
  border-color: #f8f8f8;
}

/* button rounded */
.btn.btn-rounded {
  border-radius: 50px;
}

.btn-gradient {
  color: #fff !important;
  background: #FDAC65;
  background-color: #93398a;
  /* Fallback */
  -webkit-background: -webkit-linear-gradient(35deg, #265cdc, #ff1637, #ff1637, #265cdc);
  -moz-background: linear-gradient(55deg, #265cdc, #ff1637, #ff1637, #265cdc);
  background: -o-linear-gradient(35deg, #265cdc, #ff1637, #ff1637, #265cdc);
  background: linear-gradient(55deg, #265cdc, #ff1637, #ff1637, #265cdc);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
  transition: 0.5s;
}
.btn-gradient:hover {
  background: #FDAC65;
  background-color: #93398a;
  /* Fallback */
  -webkit-background: -webkit-linear-gradient(35deg, #ff1637, #265cdc, #265cdc, #ff1637);
  -moz-background: linear-gradient(55deg, #ff1637, #265cdc, #265cdc, #ff1637);
  background: -o-linear-gradient(35deg, #ff1637, #265cdc, #265cdc, #ff1637);
  background: linear-gradient(55deg, #ff1637, #265cdc, #265cdc, #ff1637);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}

.facebook:hover,
.facebook-bg {
  background: #4b6ea8 !important;
  color: #ffffff !important;
}

.twitter:hover,
.twitter-bg {
  background: #4fd5f8 !important;
  color: #ffffff !important;
}

.instagram:hover,
.instagram-bg {
  background: #d82950 !important;
  color: #ffffff !important;
}

.pinterest:hover,
.pinterest-bg {
  background: #d83633 !important;
  color: #ffffff !important;
}

.linkedin:hover,
.linkedin-bg {
  background: #0189c3 !important;
  color: #ffffff !important;
}

.google-plus:hover,
.google-plus-bg {
  background: #da2200 !important;
  color: #ffffff !important;
}

.flickr:hover,
.flickr-bg {
  background: #0063dc !important;
  color: #fff !important;
}

/* ===================================
   Dropdown
====================================== */
.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.dropdown-menu {
  min-width: 200px;
}
.dropdown-menu.columns-2 {
  min-width: 400px;
}
.dropdown-menu.columns-3 {
  min-width: 600px;
}
.dropdown-menu li a {
  padding: 5px 15px;
  font-weight: 300;
}

.multi-column-dropdown {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.multi-column-dropdown li a {
  display: block;
  clear: both;
  line-height: 1.428571429;
  color: #333;
  white-space: normal;
}
.multi-column-dropdown li a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #999;
}

@media (max-width: 767px) {
  .dropdown-menu.multi-column {
    min-width: 240px !important;
    overflow-x: hidden;
  }
}
.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-t-5 {
  margin-top: 5px !important;
}

.p-t-5 {
  padding-top: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-b-5 {
  margin-bottom: 5px !important;
}

.p-b-5 {
  padding-bottom: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-l-5 {
  margin-left: 5px !important;
}

.p-l-5 {
  padding-left: 5px !important;
}

.m-5 {
  margin: 5px !important;
}

.p-5 {
  padding: 5px !important;
}

.m-r-5 {
  margin-right: 5px !important;
}

.p-r-5 {
  padding-right: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

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

.p-t-10 {
  padding-top: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

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

.p-b-10 {
  padding-bottom: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-l-10 {
  margin-left: 10px !important;
}

.p-l-10 {
  padding-left: 10px !important;
}

.m-10 {
  margin: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.m-r-10 {
  margin-right: 10px !important;
}

.p-r-10 {
  padding-right: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

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

.p-t-15 {
  padding-top: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-l-15 {
  margin-left: 15px !important;
}

.p-l-15 {
  padding-left: 15px !important;
}

.m-15 {
  margin: 15px !important;
}

.p-15 {
  padding: 15px !important;
}

.m-r-15 {
  margin-right: 15px !important;
}

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

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

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

.p-t-20 {
  padding-top: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

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

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

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-l-20 {
  margin-left: 20px !important;
}

.p-l-20 {
  padding-left: 20px !important;
}

.m-20 {
  margin: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.m-r-20 {
  margin-right: 20px !important;
}

.p-r-20 {
  padding-right: 20px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-t-25 {
  margin-top: 25px !important;
}

.p-t-25 {
  padding-top: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

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

.p-b-25 {
  padding-bottom: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

.m-l-25 {
  margin-left: 25px !important;
}

.p-l-25 {
  padding-left: 25px !important;
}

.m-25 {
  margin: 25px !important;
}

.p-25 {
  padding: 25px !important;
}

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

.p-r-25 {
  padding-right: 25px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

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

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

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

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

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

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

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

.p-l-30 {
  padding-left: 30px !important;
}

.m-30 {
  margin: 30px !important;
}

.p-30 {
  padding: 30px !important;
}

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

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

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-t-35 {
  margin-top: 35px !important;
}

.p-t-35 {
  padding-top: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-b-35 {
  margin-bottom: 35px !important;
}

.p-b-35 {
  padding-bottom: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-l-35 {
  margin-left: 35px !important;
}

.p-l-35 {
  padding-left: 35px !important;
}

.m-35 {
  margin: 35px !important;
}

.p-35 {
  padding: 35px !important;
}

.m-r-35 {
  margin-right: 35px !important;
}

.p-r-35 {
  padding-right: 35px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

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

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

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

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

.p-b-40 {
  padding-bottom: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-l-40 {
  margin-left: 40px !important;
}

.p-l-40 {
  padding-left: 40px !important;
}

.m-40 {
  margin: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.m-r-40 {
  margin-right: 40px !important;
}

.p-r-40 {
  padding-right: 40px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-t-45 {
  margin-top: 45px !important;
}

.p-t-45 {
  padding-top: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

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

.p-b-45 {
  padding-bottom: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-l-45 {
  margin-left: 45px !important;
}

.p-l-45 {
  padding-left: 45px !important;
}

.m-45 {
  margin: 45px !important;
}

.p-45 {
  padding: 45px !important;
}

.m-r-45 {
  margin-right: 45px !important;
}

.p-r-45 {
  padding-right: 45px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

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

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

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

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

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

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-l-50 {
  margin-left: 50px !important;
}

.p-l-50 {
  padding-left: 50px !important;
}

.m-50 {
  margin: 50px !important;
}

.p-50 {
  padding: 50px !important;
}

.m-r-50 {
  margin-right: 50px !important;
}

.p-r-50 {
  padding-right: 50px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-t-75 {
  margin-top: 75px !important;
}

.p-t-75 {
  padding-top: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-b-75 {
  margin-bottom: 75px !important;
}

.p-b-75 {
  padding-bottom: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-l-75 {
  margin-left: 75px !important;
}

.p-l-75 {
  padding-left: 75px !important;
}

.m-75 {
  margin: 75px !important;
}

.p-75 {
  padding: 75px !important;
}

.m-r-75 {
  margin-right: 75px !important;
}

.p-r-75 {
  padding-right: 75px !important;
}

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

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

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

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

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

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

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-l-100 {
  margin-left: 100px !important;
}

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

.m-100 {
  margin: 100px !important;
}

.p-100 {
  padding: 100px !important;
}

.m-r-100 {
  margin-right: 100px !important;
}

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

/*==============================
    Margin
================================*/
.no-margin {
  margin: 0 !important;
}

.no-margin-lr {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-margin-tb {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bottom {
  margin-bottom: 0 !important;
}

.no-margin-left {
  margin-left: 0 !important;
}

.no-margin-right {
  margin-right: 0 !important;
}

.margin-lr-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.margin-auto {
  margin: 0 auto !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-lr {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.no-padding-tb {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.no-padding-bottom {
  padding-bottom: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-t-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-b-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-l-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-1 {
  border-radius: 1px !important;
}

.br-r-1 {
  border-bottom-right-radius: 1px !important;
  border-bottom-left-radius: 1px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-t-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-b-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-l-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-2 {
  border-radius: 2px !important;
}

.br-r-2 {
  border-bottom-right-radius: 2px !important;
  border-bottom-left-radius: 2px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-t-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-b-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-l-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-3 {
  border-radius: 3px !important;
}

.br-r-3 {
  border-bottom-right-radius: 3px !important;
  border-bottom-left-radius: 3px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-t-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-b-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-l-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-4 {
  border-radius: 4px !important;
}

.br-r-4 {
  border-bottom-right-radius: 4px !important;
  border-bottom-left-radius: 4px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-t-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-b-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-l-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-5 {
  border-radius: 5px !important;
}

.br-r-5 {
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-t-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-b-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-l-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-6 {
  border-radius: 6px !important;
}

.br-r-6 {
  border-bottom-right-radius: 6px !important;
  border-bottom-left-radius: 6px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-t-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-b-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-l-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-7 {
  border-radius: 7px !important;
}

.br-r-7 {
  border-bottom-right-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-t-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-b-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-l-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-8 {
  border-radius: 8px !important;
}

.br-r-8 {
  border-bottom-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-t-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-b-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-l-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-9 {
  border-radius: 9px !important;
}

.br-r-9 {
  border-bottom-right-radius: 9px !important;
  border-bottom-left-radius: 9px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-t-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-b-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-l-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-10 {
  border-radius: 10px !important;
}

.br-r-10 {
  border-bottom-right-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-t-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-b-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-l-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-50 {
  border-radius: 50px !important;
}

.br-r-50 {
  border-bottom-right-radius: 50px !important;
  border-bottom-left-radius: 50px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-t-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-b-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-l-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-100 {
  border-radius: 100px !important;
}

.br-r-100 {
  border-bottom-right-radius: 100px !important;
  border-bottom-left-radius: 100px !important;
}

.br-none {
  border-radius: 0;
}

.error h1 {
  font-size: 240px;
  line-height: 240px;
}
.error p {
  font-size: 30px;
  line-height: 50px;
}

.svg-abs {
  position: absolute;
}

.svg-f-btm {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
}

.svg-white {
  fill: #fff;
}

.svg-f-top-invert {
  top: -2px;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1;
  transform: scale(-1);
}

/* ===================================
    Background color
====================================== */
.bg-primary {
  background-color: #FDAC65 !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #FDAC65 !important;
}

.bg-secondary {
  background-color: #FDAC65 !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #FDAC65 !important;
}

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

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1f242a !important;
}

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

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #e6e6e6 !important;
}

.bg-info {
  background-color: #0081cf !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #00619c !important;
}

.bg-danger {
  background-color: #cb342b !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #a12922 !important;
}

.bg-success {
  background-color: #008f7a !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #005c4e !important;
}

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

a.bg-white:hover, a.bg-white:focus,
button.bg-white:hover,
button.bg-white:focus {
  background-color: #e6e6e6 !important;
}

.bg-black {
  background-color: #000 !important;
}

a.bg-black:hover, a.bg-black:focus,
button.bg-black:hover,
button.bg-black:focus {
  background-color: black !important;
}

.bg-yellow {
  background-color: #f9f871 !important;
}

a.bg-yellow:hover, a.bg-yellow:focus,
button.bg-yellow:hover,
button.bg-yellow:focus {
  background-color: #f7f640 !important;
}

.bg-blue {
  background-color: #0081cf !important;
}

a.bg-blue:hover, a.bg-blue:focus,
button.bg-blue:hover,
button.bg-blue:focus {
  background-color: #00619c !important;
}

.bg-green {
  background-color: #008f7a !important;
}

a.bg-green:hover, a.bg-green:focus,
button.bg-green:hover,
button.bg-green:focus {
  background-color: #005c4e !important;
}

.bg-red {
  background-color: #cb342b !important;
}

a.bg-red:hover, a.bg-red:focus,
button.bg-red:hover,
button.bg-red:focus {
  background-color: #a12922 !important;
}

.bg-orange {
  background-color: #ff9671 !important;
}

a.bg-orange:hover, a.bg-orange:focus,
button.bg-orange:hover,
button.bg-orange:focus {
  background-color: #ff703e !important;
}

.bg-extra-dark-gray {
  background-color: #231d2a !important;
}

a.bg-extra-dark-gray:hover, a.bg-extra-dark-gray:focus,
button.bg-extra-dark-gray:hover,
button.bg-extra-dark-gray:focus {
  background-color: #0a080c !important;
}

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

a.bg-dark-gray:hover, a.bg-dark-gray:focus,
button.bg-dark-gray:hover,
button.bg-dark-gray:focus {
  background-color: #302b35 !important;
}

.bg-extra-medium-gray {
  background-color: #939393 !important;
}

a.bg-extra-medium-gray:hover, a.bg-extra-medium-gray:focus,
button.bg-extra-medium-gray:hover,
button.bg-extra-medium-gray:focus {
  background-color: #7a7a7a !important;
}

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

a.bg-medium-gray:hover, a.bg-medium-gray:focus,
button.bg-medium-gray:hover,
button.bg-medium-gray:focus {
  background-color: #8e849a !important;
}

.bg-extra-light-gray {
  background-color: #290a0a !important;
}

a.bg-extra-light-gray:hover, a.bg-extra-light-gray:focus,
button.bg-extra-light-gray:hover,
button.bg-extra-light-gray:focus {
  background-color: black !important;
}

.bg-medium-light-gray {
  background-color: #ededed !important;
}

a.bg-medium-light-gray:hover, a.bg-medium-light-gray:focus,
button.bg-medium-light-gray:hover,
button.bg-medium-light-gray:focus {
  background-color: #d4d4d4 !important;
}

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

a.bg-light-gray:hover, a.bg-light-gray:focus,
button.bg-light-gray:hover,
button.bg-light-gray:focus {
  background-color: #e0e0e0 !important;
}

.bg-very-light-gray {
  background-color: #f8f8f8 !important;
}

a.bg-very-light-gray:hover, a.bg-very-light-gray:focus,
button.bg-very-light-gray:hover,
button.bg-very-light-gray:focus {
  background-color: #dfdfdf !important;
}

.bg-default {
  background-color: #265cdc !important;
}

a.bg-default:hover, a.bg-default:focus,
button.bg-default:hover,
button.bg-default:focus {
  background-color: #1d49b2 !important;
}

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

a.bg-gray:hover, a.bg-gray:focus,
button.bg-gray:hover,
button.bg-gray:focus {
  background-color: #dfdfdf !important;
}

.bg-gradient {
  background: #FDAC65;
  background-color: #93398a;
  /* Fallback */
  -webkit-background: -webkit-linear-gradient(35deg, #FDAC65, #ff1637, #ff1637, #FDAC65);
  -moz-background: linear-gradient(55deg, #FDAC65, #ff1637, #ff1637, #FDAC65);
  background: -o-linear-gradient(35deg, #FDAC65, #ff1637, #ff1637, #FDAC65);
  background: linear-gradient(55deg, #FDAC65, #ff1637, #ff1637, #FDAC65);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$from-color', endColorstr='$to-color', GradientType=1);
}

/* ===================================
    Background image
====================================== */
.parallax {
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fix-background {
  position: relative;
  background-size: cover;
  animation-duration: 0s;
  animation-fill-mode: none;
  -webkit-animation-duration: 0s;
  -webkit-animation-fill-mode: none;
  -moz-animation-duration: 0s;
  -moz-animation-fill-mode: none;
  -ms-animation-duration: 0s;
  -ms-animation-fill-mode: none;
  -o-animation-fill-mode: none;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.cover-background {
  position: relative !important;
  background-size: cover !important;
  overflow: hidden !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.bg-overlay {
  background-color: #000;
  opacity: 0.8;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/* Background Images */
.bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-img {
  width: 100vw;
  min-height: 855px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0;
  margin-top: 0;
  position: relative;
  display: flex;
  align-items: center;
}

.split-blog-scale {
  transform: scale(1);
  transition: 1s;
}

.split-blog-scale:hover {
  transform: scale(1.2);
}

/*-------------------------------------------------------
          [ Overlay Effect Bg image ]
-------------------------------------------------------*/
[data-overlay-dark],
[data-overlay-color],
[data-overlay-light] {
  position: relative;
}

[data-overlay-dark] .container,
[data-overlay-color] .container,
[data-overlay-light] .container {
  position: relative;
  color: #fff;
  z-index: 2;
}

[data-overlay-dark]:before,
[data-overlay-color]:before,
[data-overlay-light]:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

[data-overlay-dark]:before {
  background: #0b1520;
}

[data-overlay-color]:before {
  background-color: #FDAC65;
}

[data-overlay-light]:before {
  background: #fff;
}

[data-overlay-dark] h1,
[data-overlay-dark] h2,
[data-overlay-dark] h3,
[data-overlay-dark] h4,
[data-overlay-dark] h5,
[data-overlay-dark] h6,
[data-overlay-dark] span {
  color: #fff;
}
[data-overlay-dark] p {
  color: #fff;
}

[data-overlay-light] h1,
[data-overlay-light] h2,
[data-overlay-light] h3,
[data-overlay-light] h4,
[data-overlay-light] h5,
[data-overlay-light] h6,
[data-overlay-light] span {
  color: #555;
}
[data-overlay-light] p {
  color: #555;
}

[data-overlay-dark="0"]:before,
[data-overlay-color="0"]:before,
[data-overlay-light="0"]:before {
  opacity: 0;
}

[data-overlay-dark="1"]:before,
[data-overlay-color="1"]:before,
[data-overlay-light="1"]:before {
  opacity: 0.1;
}

[data-overlay-dark="2"]:before,
[data-overlay-color="2"]:before,
[data-overlay-light="2"]:before {
  opacity: 0.2;
}

[data-overlay-dark="3"]:before,
[data-overlay-color="3"]:before,
[data-overlay-light="3"]:before {
  opacity: 0.3;
}

[data-overlay-dark="4"]:before,
[data-overlay-color="4"]:before,
[data-overlay-light="4"]:before {
  opacity: 0.4;
}

[data-overlay-dark="5"]:before,
[data-overlay-color="5"]:before,
[data-overlay-light="5"]:before {
  opacity: 0.5;
}

[data-overlay-dark="6"]:before,
[data-overlay-color="6"]:before,
[data-overlay-light="6"]:before {
  opacity: 0.6;
}

[data-overlay-dark="7"]:before,
[data-overlay-color="7"]:before,
[data-overlay-light="7"]:before {
  opacity: 0.7;
}

[data-overlay-dark="8"]:before,
[data-overlay-color="8"]:before,
[data-overlay-light="8"]:before {
  opacity: 0.8;
}

[data-overlay-dark="9"]:before,
[data-overlay-color="9"]:before,
[data-overlay-light="9"]:before {
  opacity: 0.9;
}

[data-overlay-dark="10"]:before,
[data-overlay-color="10"]:before,
[data-overlay-light="10"]:before {
  opacity: 1;
}

/* ===================================
    Background Video
====================================== */
.king-full-video-area {
  position: relative;
  height: 100vh;
}
.king-full-video-area video {
  position: absolute;
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  z-index: -100;
}
.king-full-video-area .king-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
}

/* ===================================
   Section background video
====================================== */
.section-bg-video {
  position: relative;
  overflow: hidden;
  max-height: 800px;
}
.section-bg-video .container-video {
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
}
.section-bg-video .bg-overlay {
  background-repeat: repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.section-bg-video .transparent-dark {
  opacity: 0.8;
}
.section-bg-video .heading-white {
  margin-bottom: 0;
}
.section-bg-video .heading-white .sub-heading {
  margin-bottom: 0;
}

.curve {
  position: absolute;
  z-index: 7;
}
.curve.curve-center:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center:before {
  border-right: 50vw solid transparent;
}
.curve.curve-center.curve-top:after {
  border-left: 50vw solid transparent;
}
.curve.curve-center.curve-top:before {
  border-right: 50vw solid transparent;
}
.curve.curve-bottom {
  left: 0;
  bottom: -1px;
  width: 100%;
}
.curve.curve-bottom:after, .curve.curve-bottom:before {
  bottom: 0;
}
.curve.curve-top {
  left: 0;
  top: -1px;
  width: 100%;
}
.curve.curve-top:after, .curve.curve-top:before {
  top: 0;
  border-top: 50px solid #fff;
  border-bottom: 0;
}
.curve.curve-top:after {
  border-left: 70vw solid transparent;
}
.curve.curve-top:before {
  border-right: 30vw solid transparent;
}
.curve.curve-gray-b:after, .curve.curve-gray-b:before {
  border-bottom: 50px solid #f9f9f9;
}
.curve.curve-gray-t:after, .curve.curve-gray-t:before {
  border-top: 50px solid #f9f9f9;
}
.curve:after, .curve:before {
  content: "";
  width: 0;
  height: 0;
  border-bottom: 50px solid #fff;
  position: absolute;
}
.curve:after {
  right: 0;
  border-left: 30vw solid transparent;
}
.curve:before {
  left: 0;
  border-right: 70vw solid transparent;
}

/* ===================================
    Header
====================================== */
.navbar .navbar-brand .b-logo {
  display: none;
}
.navbar .navbar-brand .w-logo {
  display: block;
}
.navbar .navbar-nav .nav-item {
  position: relative;
}
.navbar .navbar-nav .nav-item > ul {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #ebebeb;
  box-shadow: 0 4px 13px -3px #808080;
  left: 0;
  min-width: 220px;
  opacity: 0;
  padding: 29px 0 27px;
  position: absolute;
  text-align: left;
  top: 100%;
  transform: scaleY(0);
  transform-origin: 0 0 0;
  transition: all 0.5s ease 0s;
  visibility: hidden;
  z-index: 999;
}
.navbar .navbar-nav .nav-item > ul > li {
  display: block;
  line-height: 20px;
  margin-bottom: 16.5px;
  padding: 0;
  position: relative;
}
.navbar .navbar-nav .nav-item > ul > li > a {
  color: #707070;
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 20px;
  padding: 0 30px;
  text-transform: capitalize;
}
.navbar .navbar-nav .nav-item > ul > li > a::after {
  background: transparent;
  bottom: 17px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
  transition: all 0.4s ease 0s;
}
.navbar .navbar-nav .nav-item:hover ul {
  transform: scaleY(1);
  visibility: visible;
  opacity: 1;
}
.navbar .navbar-nav .nav-item .nav-link {
  background: transparent;
  border-color: transparent;
  font-weight: 400;
  color: #555;
  padding: 16px;
}
.navbar .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
  background: transparent;
}
.navbar .navbar-nav .nav-item .active {
  color: #fff;
  font-weight: 600;
  background: transparent;
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff !important;
}
.navbar-dark .navbar-nav .nav-item:hover .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-item .active {
  color: #fff !important;
}

.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show > .nav-link {
  color: #fff !important;
}

.navbar-dark .navbar-toggler {
  color: #fff;
  border-color: #fff;
}

.navbar-light .navbar-brand .b-logo {
  display: block;
}
.navbar-light .navbar-brand .w-logo {
  display: none;
}

.sticky.header-appear .navbar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 400;
  background: #ffffff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  animation: crSlideInDown 0.5s ease-out 0s 1 both;
  padding: 1.5rem 1rem;
}
.sticky.header-appear .navbar-brand .b-logo {
  display: block;
}
.sticky.header-appear .navbar-brand .w-logo {
  display: none;
}
.sticky.header-appear .navbar-nav .nav-item .nav-link {
  color: #555;
}
.sticky.header-appear .navbar-nav .nav-item:hover .nav-link {
  color: #FDAC65;
}
.sticky.header-appear .navbar-nav .nav-item .active {
  color: #FDAC65;
}
.sticky.header-appear .navbar-dark .navbar-nav .nav-item .nav-link {
  color: #555 !important;
}
.sticky.header-appear .navbar-dark .navbar-nav .nav-item:hover .nav-link {
  color: #ff1637 !important;
  background: transparent;
}
.sticky.header-appear .navbar-dark .navbar-nav .nav-item .active {
  color: #FDAC65 !important;
  background: transparent;
}
.sticky.header-appear .navbar-dark .cart-wrapper > i {
  color: #555;
}
.sticky.header-appear .navbar-dark .cart-wrapper .noti:before {
  background-color: #FDAC65;
}
.sticky.header-appear .navbar-dark .navbar-toggler {
  color: #555;
  border-color: #555;
}
.sticky.header-appear button.navbar-toggle {
  background: transparent;
  border: none;
  color: #FDAC65;
  cursor: pointer;
}

.header-with-topbar {
  position: relative;
}
.header-with-topbar .top-header-area {
  font-size: 13px;
  position: relative;
  top: 0;
  z-index: 9;
  height: 50px;
  line-height: 50px;
  width: 100%;
  transition: ease-in-out 0.3s;
  -webkit-transition: ease-in-out 0.3s;
  -moz-transition: ease-in-out 0.3s;
  -ms-transition: ease-in-out 0.3s;
  -o-transition: ease-in-out 0.3s;
}
.header-with-topbar .top-header-area .info a {
  margin-right: 15px;
}
.header-with-topbar .top-header-area .header-icon a {
  margin-left: 15px;
}
.header-with-topbar .top-header-area .header-icon a:hover {
  color: #fff;
}
.header-with-topbar .fixed-top {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  z-index: 1030;
}

.social-list {
  overflow: hidden;
}
.social-list a {
  float: left;
  font-size: 1.428rem;
  line-height: 1;
  color: #FDAC65;
  margin-left: 2rem;
}
.social-list a:first-child {
  margin-left: 0;
}
.social-list a:hover {
  color: #FDAC65;
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 2.5em;
  height: 2.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

button.navbar-toggle {
  background: transparent;
  border: none;
  color: #fff;
  cursor: pointer;
}

.menu {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 35%;
  z-index: 9999;
  background-color: #fff;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all 0.6s ease;
}

.close-menu {
  position: absolute;
  z-index: 2;
  top: 2.3rem;
  font-size: 1.6rem;
  line-height: 1;
  color: #FDAC65;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all 0.3s ease;
  right: 1.7rem;
}
.close-menu:hover {
  color: #265cdc;
}

.menu .menu-lang {
  opacity: 0;
  position: absolute;
  opacity: 0;
  left: 15%;
  top: 3rem;
  text-transform: uppercase;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease;
  -o-transition: transform .5s .4s ease, opacity .5s .4s ease, color .3s ease;
  transition: transform 0.5s 0.4s ease, opacity 0.5s 0.4s ease, color 0.3s ease;
}

.menu-lang a {
  display: inline-block;
  margin-left: 1.5rem;
  color: #555;
}
.menu-lang a:first-child {
  margin-left: 0;
}
.menu-lang .active,
.menu-lang a:hover {
  color: #FDAC65;
  text-decoration: none;
}

.menu-list {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 9rem;
  bottom: 10.5rem;
  padding-left: 15%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  font-weight: 600;
  letter-spacing: -.025rem;
  list-style: none;
  margin: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: transform .5s .6s ease, opacity .5s .6s ease;
  -o-transition: transform .5s .6s ease, opacity .5s .6s ease;
  transition: transform 0.5s 0.6s ease, opacity 0.5s 0.6s ease;
}
.menu-list li a {
  color: #7e7e7e;
}
.menu-list .active > a,
.menu-list li a:hover {
  text-decoration: none;
  color: #FDAC65;
}
.menu-list > li {
  font-size: 1.95rem;
  line-height: 1;
  margin-top: 2.7rem;
}
.menu-list > li:first-child {
  margin-top: 0;
}
.menu-list ul {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu-list ul li {
  font-size: 1.142rem;
  margin-top: 1.142rem;
}
.menu-list ul li:first-child {
  margin-top: 2.4rem;
}

.menu-footer {
  position: absolute;
  left: 15%;
  bottom: 4rem;
}
.menu-footer .social-list {
  opacity: 0;
  -webkit-transform: translateY(3rem);
  -ms-transform: translateY(3rem);
  -o-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: all .5s .7s ease;
  -o-transition: all .5s .7s ease;
  transition: all 0.5s 0.7s ease;
}
.menu-footer .social-list a {
  color: #FDAC65;
  margin: 0;
  margin-right: 2.7rem;
}
.menu-footer .social-list a:last-child {
  margin-right: 0;
}
.menu-footer .social-list a:hover {
  color: #FDAC65;
}
.menu-footer .copy {
  opacity: 0;
  margin-top: 3.2rem;
  color: #555;
  line-height: 1.71rem;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  -o-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition: all .5s .9s ease;
  -o-transition: all .5s .9s ease;
  transition: all 0.5s 0.9s ease;
}

.menu-is-opened .click-capture {
  visibility: visible;
}
.menu-is-opened .menu {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
}
.menu-is-opened .menu .menu-lang {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.menu-is-opened .menu-list {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.menu-is-opened .menu .menu-footer .social-list,
.menu-is-opened .menu .menu-footer .copy {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}

.menu-is-closed .menu .menu-lang,
.menu-is-closed .menu .menu-list {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}
.menu-is-closed .menu .menu-footer .social-list,
.menu-is-closed .menu .menu-footer .copy {
  opacity: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.hero {
  height: 120vh;
  min-height: 620px;
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  transition: all ease-in-out 0.4s;
  text-align: center;
}
.hero .hero_content {
  position: absolute;
  width: 100%;
}
.hero .hero--title {
  color: inherit;
  font-weight: 300;
  margin-bottom: 25px;
  font-size: 52px;
  line-height: 1.1;
}
.hero .hero--desc {
  color: inherit;
  font-size: 18px;
}
.hero .btn {
  margin-top: 25px;
  margin-left: 5px;
  margin-right: 5px;
}
.hero .down--btn {
  border: 2px solid #fff;
  height: 40px;
  width: 24px;
  display: block;
  z-index: 10;
  position: absolute;
  bottom: 22vh;
  left: 0;
  right: 0;
  opacity: 0.7;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
}
.hero .down--btn .wheel {
  background-color: #ffffff !important;
  position: relative;
  width: 2px;
  height: 6px;
  top: 4px;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-animation-name: mouse-anim-drop;
  -webkit-animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  -webkit-animation-name: mouse-anim-drop;
  animation-name: mouse-anim-drop;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
}
@-webkit-keyframes mouse-anim-drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
@keyframes mouse-anim-drop {
  0% {
    top: 5px;
    opacity: 0;
  }
  30% {
    top: 10px;
    opacity: 1;
  }
  100% {
    top: 25px;
    opacity: 0;
  }
}
/* ===================================
   Counter
====================================== */
.counter-item {
  cursor: pointer;
  display: flex;
  align-items: baseline;
}
.counter-item .counter-value {
  -webkit-background: -webkit-linear-gradient(35deg, #265cdc, #ff1637, #ff1637, #265cdc);
  -moz-background: linear-gradient(55deg, #265cdc, #ff1637, #ff1637, #265cdc);
  background: -o-linear-gradient(35deg, #265cdc, #ff1637, #ff1637, #265cdc);
  background: linear-gradient(55deg, #265cdc, #ff1637, #ff1637, #265cdc);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-right: 15px;
  font-weight: 200;
  font-size: 53px;
}
.counter-item p {
  color: #555;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.counter_box_one {
  text-align: center;
  margin: 20px 0;
}
.counter_box_one i {
  display: block;
  line-height: 1;
  font-size: 64px;
  color: #ffffff;
}
.counter_box_one .counter {
  font-size: 60px;
  color: #FDAC65;
  font-weight: 900;
  margin: 0;
  display: inline-block;
  padding: 0 5px;
  margin-top: 30px;
  line-height: 1em;
}
.counter_box_one h5 {
  text-transform: capitalize;
  margin: 0;
  margin-top: 25px;
  color: #000;
}

.counter_box_two {
  text-align: center;
  margin: 20px 0;
}
.counter_box_two i {
  display: block;
  line-height: 1;
  font-size: 48px;
  color: #ffffff;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #FDAC65;
  padding: 20px 10px;
  border-radius: 120px;
  transition: all 0.3s ease-in-out;
  border-bottom-right-radius: 10px;
}
.counter_box_two .counter {
  font-size: 60px;
  color: #ffffff;
  font-weight: 900;
  margin: 0;
  display: inline-block;
  padding: 0 5px;
  margin-top: 30px;
  line-height: 1em;
}
.counter_box_two h5 {
  text-transform: capitalize;
  margin: 0;
  margin-top: 25px;
  color: #000;
}

.blog-box {
  margin-bottom: 15px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 0;
}
.blog-box .blog-box--img {
  display: block;
  overflow: hidden;
  min-height: 350px;
  background-color: #f5f5f5;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.blog-box .blog-box--img img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease-in-out;
}
.blog-box .blog-box--content {
  padding: 15px;
}
.blog-box .blog-box--content .blog-box--entry-meta {
  width: 100%;
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 400;
  padding-top: 6px;
  line-height: 1.3;
  margin-top: 0;
}
.blog-box .blog-box--content .blog-box--entry-meta span {
  margin-right: 5px;
  font-size: 12px;
  font-weight: 500;
}
.blog-box .blog-box--content .blog-box--entry-meta span .fas {
  color: #FDAC65;
  margin-right: 0;
}
.blog-box .blog-box--content .blog-box--entry-meta span a {
  color: #343d48;
}
.blog-box .blog-box--content .blog-box--entry-meta span a:hover {
  color: #FDAC65;
}
.blog-box .blog-box--content .blog-box--title {
  margin-bottom: 10px;
  color: #000;
  text-transform: capitalize;
  padding: 0;
}
.blog-box .blog-box--content .blog-box--text {
  font-size: 14px;
}

.blog_item {
  padding: 15px;
}

.blog-page .blog-box {
  margin-bottom: 50px;
}

.search-form .screen-reader-text {
  display: none;
}

.search-form .search-field {
  padding: 15px;
  height: 55px;
  border-radius: 0;
  box-shadow: 0 0 0;
  margin-left: 0;
  font-weight: 500;
  background: #FFFFFF;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
  outline: 0;
  border: solid 1px #f5f5f5;
  border-right: 0;
}

.search-form .search-submit {
  padding: 9px 20px;
  font-size: 1em;
  height: 55px;
  border-radius: 0;
  box-shadow: 0 0 0;
  border: solid 1px #f5f5f5;
  border-left: 0;
  margin-left: -1px;
  border-top-right-radius: 50px;
  background-color: #ffffff;
  border-bottom-right-radius: 50px;
  color: #343d48;
}

.search-form .search-submit:hover {
  color: #FDAC65;
  background-color: #ffffff;
  border-color: #f5f5f5;
}

.search-form .input-group i {
  position: relative;
  z-index: 999;
  top: 0;
  bottom: 0;
  padding: 0;
  width: auto;
}

.sidebar {
  padding: 25px;
  border-radius: 4px;
  margin-top: 0;
}
@media only screen and (max-width: 992px) {
  .sidebar {
    padding: 25px 0;
  }
}

.sidebar .widget {
  background-color: transparent;
  display: block;
  margin-bottom: 55px;
  font-size: 13px;
}

.sidebar .widget a {
  text-transform: capitalize;
  color: #111111;
  font-weight: 500;
  font-size: 13px;
  line-height: 1.7;
}

.sidebar .widget a:hover, .sidebar .widget a:focus {
  color: #FDAC65;
}

.sidebar .widget .widget-title {
  color: #000;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0;
  line-height: 1;
  font-size: 16px;
  padding: 0 0 25px;
  margin: 0 0 20px;
  border-bottom: 1px solid rgba(34, 35, 40, 0.13);
}

.sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  padding-bottom: 15px;
  padding-top: 0;
  position: relative;
  font-size: 13px;
  color: inherit;
  list-style-type: none;
}

.sidebar ul.sub-menu {
  margin: 10px 0 0;
  padding-left: 5px;
}

.sidebar ul.sub-menu li {
  margin: 0;
  padding-left: 5px;
}

.sidebar ul.sub-menu li:last-child {
  padding-bottom: 0;
}

.sidebar ul.children {
  margin: 10px 0 0;
  padding-left: 5px;
}

.sidebar ul.children li {
  margin: 0;
  padding-left: 5px;
}

.sidebar ul.children li:last-child {
  padding-bottom: 0;
}

.widget_recent_entries ul li {
  position: relative;
}

.widget_categories ul li {
  position: relative;
}

.widget_archive ul li {
  position: relative;
}

.widget_recent_comments ul li {
  position: relative;
}

.widget select {
  font-size: 14px;
  line-height: 29px;
  padding: 15px 4px;
  height: 50px;
  border-radius: 4px;
  border: solid 1px #dadada;
  margin-bottom: 5px;
  outline: 0;
  width: 100%;
}

.calendar_wrap {
  position: relative;
  max-width: 100%;
  display: inline-block;
}

.calendar_wrap caption {
  color: #000000;
}

.calendar_wrap th {
  padding: 10px 0;
  text-align: center;
  color: #FDAC65;
}

.calendar_wrap td {
  text-align: center;
  padding: 12px;
  border: solid 1px #ededed;
  color: #000;
}

.widget .tagcloud a {
  background-color: #ffffff;
  padding: 10px 18px;
  margin: 5px 3px;
  display: inline-block;
  font-size: 12px;
  border-radius: 50px;
  font-weight: 600;
  color: #343d48;
  text-transform: capitalize;
  text-decoration: none;
}

.widget .tagcloud a:before {
  content: "\f02b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding: 0 5px 0 0;
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  color: #a0a0ba;
}

.cat-item span.cat_num {
  float: right;
  background-color: #495057;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  color: #ffffff;
  padding: 3px 5px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}

span.ach_num {
  float: right;
  background-color: #495057;
  height: 30px;
  width: 30px;
  border-radius: 2px;
  color: #ffffff;
  padding: 3px 5px;
  text-align: center;
  line-height: 26px;
  font-size: 12px;
}

.blog_nav {
  width: 100%;
  display: inline-block;
}

.blog_nav nav {
  display: inline-block;
  width: 100%;
}

.blog_nav .btn.nav-btn {
  background-color: #343d48;
  color: #ffffff;
}

.btn.nav-btn i {
  color: inherit;
}

.blog_nav .btn.nav-btn:hover {
  background-color: #FDAC65;
  color: #ffffff;
}

.blog_nav .btn_left {
  margin-left: 0;
  display: inline-block;
  float: left;
}

.blog_nav .btn_right {
  margin-right: 0;
  display: inline-block;
  float: right;
}

.blog_nav .btn_right i {
  float: right;
  padding: 1px 0 0 10px;
}

.post_heading {
  padding: 25px;
  border-radius: 4px;
  margin-top: 15px;
  border: solid 1px #f5f5f5;
  text-align: center;
  background-color: #fafafa;
  position: relative;
}
.post_heading h2 {
  margin-bottom: 15px;
  margin-top: 10px;
}
.post_heading .breadcrumbs {
  list-style: none;
  float: none;
  margin: 0.5401em 0;
}
.post_heading .breadcrumbs li {
  padding: 0;
  display: inline-block;
}
.post_heading .breadcrumbs span {
  font-size: 13px;
  display: inline-block;
  padding: 4px 7px 4px 0;
  text-transform: capitalize;
  color: #265cdc;
  font-weight: 500;
}

.post_heading_meta h6 a {
  font-weight: 500;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
}

.post_heading_meta h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 13px;
  padding: 0 0 3px;
  margin: 0;
  margin-top: 5px;
}

.post_heading_meta h6 i {
  padding: 0 3px 0 10px;
  font-size: 14px;
}

.featured_img {
  border-radius: 4px;
  margin-bottom: 20px;
}

.post-tags a {
  background-color: #f7f7f7;
  padding: 8px 15px;
  margin: 5px 3px;
  display: inline-block;
  font-size: 13px;
  border-radius: 4px;
  color: #555555;
  text-transform: capitalize;
  border: solid 1px #f3f3f3;
}
.post-tags a:hover {
  background-color: #ffffff;
  border: solid 1px #eeeeee;
}

.comments_container {
  padding: 25px;
  border: solid 1px #f3f3f3;
  border-radius: 4px;
  background-color: #f9f9f9f9;
}

.comment {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  border: solid 1px #f3f3f3;
}

.comments-title {
  font-size: 1.1em;
  color: #265cdc;
  font-weight: 500;
  line-height: 1.85714286em;
  margin-bottom: 25px;
  padding-bottom: 12px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: solid 1px #ffffff;
}

.comments-pagination h2, .comments-pagination .prev, .comments-pagination .next {
  display: none;
}

.comments-pagination {
  text-align: center;
}

.comments-pagination a {
  padding: 8px;
  background-color: #ffffff;
  color: #333333;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: 5px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
}

.comments-pagination a:hover, .comments-pagination span {
  padding: 8px;
  background-color: #265cdc;
  border-radius: 4px;
  width: 40px;
  height: 40px;
  margin: 5px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);
  color: #ffffff;
}

.comment-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.comment-list .comment-body {
  position: relative;
  padding-left: 95px;
  padding-top: 0;
  border: 0;
}

.comment-list .pingback .comment-body {
  padding-left: 0 !important;
}

.comment-list .comment-body .comment-author h4 {
  font-size: 1em;
  margin-bottom: 4px;
  color: #000;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  font-weight: 500;
}

.comment-list .comment-body .comment-author h4 a {
  color: #000;
}
.comment-list .comment-body .comment-author h4 a:hover {
  color: #FDAC65;
}

.comment-list .comment-body .comment-author img {
  position: absolute;
  left: 0;
  height: 80px;
  width: 80px;
  border-radius: 50%;
  border: solid 5px #f1f1f1;
}

.comment-list .comment-body .comment-meta {
  padding: 2px 0 10px;
  position: absolute;
  font-family: "Roboto", sans-serif;
  right: 0;
  top: 0;
  font-size: 12px;
}

.comment-list .comment-body .comment-reply-link {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 12px;
}

.comment-list .comment-body .comment-reply-link span {
  float: left;
  margin-right: 5px;
}

.comment-list .comment-body .comment-reply-link i {
  font-size: 20px;
}

.comment-list .comment-body .comment-meta .reply a:hover {
  color: #333333;
}

.comment-list .comment-body .comment-content {
  padding: 10px 0;
}

.comment-list .comment-body .comment-content p {
  color: #555555;
}

.reply {
  display: inline-block;
}

.comment-list .children {
  list-style: none;
  padding-left: 30px;
  margin: 0;
}

.comment-list .children .children {
  list-style: none;
  padding: 0;
  margin: 0;
}

.comment-respond {
  padding: 0;
  border-top: solid 1px #f7f7f7;
  margin-top: 30px;
}

.comment-respond .title {
  font-size: 1.1em;
  color: #FDAC65;
  font-weight: 600;
  line-height: 1.85714286em;
  margin-bottom: 20px;
  padding-bottom: 12px;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0;
}

.comment-respond .title:before {
  height: 2px;
  width: 25px;
  content: "";
  background-color: #333333;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.comment-respond .title:after {
  position: absolute;
  left: 5px;
  height: 2px;
  width: 25px;
  bottom: 5px;
  right: 5px;
  content: "";
  background-color: #333333;
}

/*-----------------------------
** FAQ Area Start
------------------------------*/
.faq {
  padding: 110px 0px 107px;
  position: relative;
  overflow: hidden;
  background: #fafafa;
}
.faq .accordion .panel {
  margin-bottom: 20px;
  background: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0px 8px 25px rgba(36, 36, 36, 0.08);
  -moz-box-shadow: 0px 8px 25px rgba(36, 36, 36, 0.08);
  box-shadow: 0px 8px 25px rgba(36, 36, 36, 0.08);
}
.faq .accordion .panel .panel-body {
  padding: 4px 20px 7px;
}
.faq .accordion .panel-title {
  display: block;
  width: 100%;
  background: #fff;
  padding: 15px 34px 15px 20px;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 0px;
  color: #242424;
  position: relative;
  border-radius: 3px;
  cursor: pointer;
}
.faq .accordion .panel-title::after {
  position: absolute;
  content: "";
  width: 40px;
  height: 100%;
  border-radius: 3px 0px 0px 3px;
  right: 0;
  top: 0;
  text-align: center;
}
.faq .accordion .panel-title::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f067";
  font-weight: 900;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  text-align: center;
  z-index: 1;
  font-size: 16px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}
.faq .accordion .panel-title[aria-expanded="true"]::before {
  font-family: "Font Awesome 5 Free";
  content: "\f068";
  font-weight: 900;
}

/* ===================================
   Contact
====================================== */
.form-control:focus {
  border-color: #FDAC65;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border: 1px solid;
  border-color: #FDAC65;
}

.newsletter .newsletter-text .form-control {
  border-radius: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 50px;
  text-align: center;
}
.newsletter .newsletter-button {
  text-align: center;
}

/**
 * Breadcrumb Area
 */
.breadcrumb-area {
  padding: 410px 0 50px 0;
}
.breadcrumb-area .heading {
  margin-bottom: 5px;
  text-align: center;
}
.breadcrumb-area .heading h2 {
  color: #fff;
}
.breadcrumb-area .heading h2 b {
  color: #fff;
}
.breadcrumb-area .breadcrumb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: transparent;
  border-radius: 0.25rem;
}
.breadcrumb-area .breadcrumb .breadcrumb-item {
  color: #fff;
}
.breadcrumb-area .breadcrumb .breadcrumb-item a {
  color: #fff;
}
.breadcrumb-area .breadcrumb .breadcrumb-item.active {
  color: #fff;
  font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: .5rem;
  color: #fff;
  content: "/";
}

.icon-box {
  padding: 60px 30px;
  border-radius: 5px;
  margin: 15px 0;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
  -moz-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
  box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box .icon-box--img {
  width: 75px;
  background-color: #FDAC65;
  padding: 15px;
  border-radius: 50px;
  border-bottom-right-radius: 5px;
  margin-bottom: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box .icon-box--img svg {
  fill: #ffffff;
}
.icon-box .icon-box--title {
  color: #343d48;
  font-weight: 500;
  margin-bottom: 10px;
}
.icon-box .icon-box--desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.icon-box:hover {
  -webkit-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  -moz-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box:hover .icon-box--img {
  border-radius: 50px;
  border-top-left-radius: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-box-two {
  text-align: center;
  padding: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box-two i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  color: #1f1f1f;
  font-size: 64px;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
}
.icon-box-two .content h5 {
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #080708;
}
.icon-box-two .content a {
  text-transform: capitalize;
  margin-top: 10px;
  display: inline-block;
}

.icon-box-three {
  padding: 60px 30px;
  border-radius: 5px;
  margin: 15px 0;
  text-align: center;
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
  -moz-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
  box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.05);
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box-three .icon-box--img {
  width: 90px;
  height: 90px;
  background-color: #FDAC65;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
  margin-right: auto;
  margin-left: auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box-three .icon-box--img svg {
  fill: light;
}
.icon-box-three .icon-box--title {
  color: #343d48;
  font-weight: 500;
  margin-bottom: 10px;
}
.icon-box-three .icon-box--desc {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
}
.icon-box-three:hover {
  -webkit-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  -moz-box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  box-shadow: 0 4px 40px 0 rgba(22, 52, 75, 0.08);
  transform: translateY(-5px);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box-three:hover .icon-box--img {
  border-radius: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.icon-box-four {
  text-align: center;
  padding: 15px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.icon-box-four i {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-align: center;
  margin: 0;
  display: inline-block;
  line-height: 1;
  margin-bottom: 20px;
  width: 90px;
  height: 90px;
  background-color: #265cdc;
  padding: 20px;
  border-radius: 100px;
  border-bottom-right-radius: 10px;
  margin-right: auto;
  margin-left: auto;
  font-size: 45px;
  color: #ffffff;
}
.icon-box-four .content h5 {
  margin-bottom: 15px;
  text-transform: capitalize;
  color: #080708;
}
.icon-box-four .content a {
  text-transform: capitalize;
  margin-top: 10px;
  display: inline-block;
}

.featureBox {
  margin: 15px 0;
  text-align: center;
  padding: 15px 25px;
}
.featureBox .featureBox--icon {
  max-width: 75px;
  height: 75px;
  margin: 0 auto 25px;
}
.featureBox .featureBox--icon svg, .featureBox .featureBox--icon svg path, .featureBox .featureBox--icon polygon {
  fill: #FDAC65;
}
.featureBox .featureBox--title {
  margin-bottom: 10px;
}

.featureBox--two {
  margin: 15px 0;
  text-align: center;
  padding: 15px 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(0);
}
.featureBox--two .featureBox--icon {
  max-width: 75px;
  height: 75px;
  margin: 0 auto 25px;
}
.featureBox--two .featureBox--icon svg, .featureBox--two .featureBox--icon svg path, .featureBox--two .featureBox--icon polygon {
  fill: #343d48;
}
.featureBox--two .featureBox--title {
  margin-bottom: 10px;
}
.featureBox--two:hover {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-3px);
}
.featureBox--two:hover .featureBox--icon {
  max-width: 75px;
  height: 75px;
  margin: 0 auto 25px;
}
.featureBox--two:hover .featureBox--icon svg, .featureBox--two:hover .featureBox--icon svg path, .featureBox--two:hover .featureBox--icon polygon {
  fill: #FDAC65;
}

.portfolio-box--one {
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  transition: all ease-in-out 0.4s;
  cursor: crosshair;
}
.portfolio-box--one .portfolio--img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.portfolio-box--one .portfolio--info {
  position: absolute;
  display: block;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  background-color: #fff;
  overflow: hidden;
  text-align: center;
  transition: all ease-in-out 0.4s;
  transform: translateY(100%);
  opacity: 0;
}
.portfolio-box--one .portfolio--info h5 {
  margin: 25px 0 0;
  color: #000;
}
.portfolio-box--one .portfolio--info p {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  color: #5c636c;
}
.portfolio-box--one:hover .portfolio--info {
  transition: all ease-in-out 0.4s;
  transform: translateY(0);
  opacity: 1;
}

.portfolio-box--two {
  cursor: crosshair;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  margin-left: auto;
  margin-right: auto;
}
.portfolio-box--two .portfolio--img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.portfolio-box--two .portfolio--info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 4px;
  justify-content: center;
  padding: 30px 40px;
  background-color: rgba(38, 92, 220, 0.9);
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  opacity: 0;
}
.portfolio-box--two .portfolio--info .portfolio--info--text {
  position: relative;
}
.portfolio-box--two .portfolio--info h5 {
  color: #ffffff;
  text-transform: capitalize;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  opacity: 0;
  margin: 25px 0 0;
  text-align: center;
}
.portfolio-box--two .portfolio--info p {
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  color: #f8f8f8;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  -webkit-transition-delay: .4s;
  transition-delay: .4s;
  opacity: 0;
}
.portfolio-box--two:hover .portfolio--img {
  /* IE 9 */
  -webkit-transform: scale(1.3);
  /* Safari */
  transform: scale(1.3);
  /* Standard syntax */
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio-box--two:hover .portfolio--info {
  opacity: 1;
}
.portfolio-box--two:hover h5 {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.portfolio-box--two:hover p {
  opacity: 1;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}

.portfolio-categories {
  float: none;
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 50px;
  padding: 0;
}
.portfolio-categories li {
  background: #FDAC65;
  color: #fff;
  border-color: #343d48;
  margin: 10px 5px;
  padding: 8px 30px;
  border-radius: 50px;
  float: none;
  text-align: center;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 600;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0);
  transition: all .3s ease-in-out;
}
.portfolio-categories li.active, .portfolio-categories li:hover {
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #FDAC65;
}

.cta--section {
  width: 100%;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top right;
  padding: 80px 0;
  background-size: auto;
}
.cta--section .cta--inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cta--section .cta--data {
  text-align: left;
  width: 70%;
  display: flex;
  justify-content: space-between;
}
.cta--section .cta--data i {
  margin-top: -15px;
  font-size: 64px;
  color: #ffffff;
  display: inline-block;
}
.cta--section .cta--data h3 {
  margin-bottom: 10px;
  color: #ffffff;
}
.cta--section .cta--data p {
  font-size: 14px;
  color: #ffffff;
}
.cta--section .cta--data .cta--text {
  display: inline-block;
  margin-left: 20px;
}
.cta--section .cta--btn {
  width: 30%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .cta--section {
    background-size: cover;
  }
  .cta--section .cta--inner {
    display: block;
    align-items: center;
    justify-content: space-between;
  }
  .cta--section .cta--data {
    text-align: center;
    width: 100%;
    display: block;
  }
  .cta--section .cta--data i {
    margin-top: 5px;
  }
  .cta--section .cta--data .cta--text {
    margin-left: 0;
  }
  .cta--section .cta--btns {
    width: 100%;
    text-align: center;
  }
}

.team-box {
  max-width: 350px;
  margin: 0 auto;
  position: relative;
  border: solid 2px #f7f7f7;
  border-radius: 10px;
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  transform: translateY(0);
}
.team-box .team-box--img {
  border-radius: 5px;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.team-box .team-box--content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  padding: 15px;
  text-align: center;
}
.team-box .team-box--name {
  font-size: 18px;
  color: #111111;
  margin: 0;
  padding-bottom: 5px;
}
.team-box .team-box--job {
  margin: 0;
  padding: 0;
  text-transform: capitalize;
  font-size: 13px;
  font-weight: 500;
  color: #5c636c;
}
.team-box .team-member-links {
  left: 0;
  position: absolute;
  text-align: center;
  bottom: 30px;
  width: 100%;
  z-index: 2;
}
.team-box .team-member-links a {
  color: #FFF;
  display: inline-block;
  background: #080808;
  width: 35px;
  border-radius: 50px;
  height: 35px;
  line-height: 31px;
  font-size: 16px;
  padding: 3px;
  text-align: center;
  margin: 0 2px;
}
.team-box .team-member-links .icon-links a:nth-child(1) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.05s;
}
.team-box .team-member-links .icon-links a:nth-child(2) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.1s;
}
.team-box .team-member-links .icon-links a:nth-child(3) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.15s;
}
.team-box .team-member-links .icon-links a:nth-child(4) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.2s;
}
.team-box .team-member-links .icon-links a:nth-child(5) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}
.team-box .team-member-links .icon-links a:nth-child(6) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.3s;
}
.team-box .team-member-links .icon-links a:nth-child(7) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.35s;
}
.team-box .team-member-links .icon-links a:nth-child(8) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.4s;
}
.team-box .team-member-links .icon-links a:nth-child(9) {
  transform: translateY(-40px) scale(0);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.45s;
}
.team-box:hover {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  transform: translateY(-5px);
}
.team-box:hover .team_img {
  box-shadow: 0 0 42px rgba(0, 0, 0, 0.05);
}
.team-box:hover .team_img:before {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
}
.team-box:hover .team_img ul.team_social {
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 1;
  -webkit-transform: translateY(-20px);
  transform: translateY(-20px);
}
.team-box:hover .team-member-links .icon-links a:nth-child(1) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.05s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(2) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.1s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(3) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.15s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(4) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.2s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(5) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.25s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(6) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.3s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(7) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.35s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(8) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.4s;
}
.team-box:hover .team-member-links .icon-links a:nth-child(9) {
  transform: translateY(0) scale(1);
  -webkit-transition: all 800ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-delay: 0.45s;
}

.teamSlider {
  width: calc(100% - 90px);
  margin: 0 auto;
}
@media only screen and (max-width: 992px) {
  .teamSlider {
    width: 100%;
    padding: 0 50px;
  }
}

.teamSlider.owl-carousel .owl-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev, .teamSlider.owl-carousel .owl-nav button.owl-next {
  background: #FDAC65 !important;
  color: #ffffff;
  outline: 0 !important;
  border: none !important;
  padding: 3px 7px !important;
  box-shadow: 0 0 0 !important;
  width: 35px;
  height: 35px;
  border-radius: 50px;
}
.teamSlider.owl-carousel .owl-nav button.owl-prev:hover, .teamSlider.owl-carousel .owl-nav button.owl-next:hover {
  opacity: 0.9;
}
.teamSlider.owl-carousel .owl-nav .owl-prev {
  position: absolute;
  top: calc( 50% - 40px);
  left: -45px;
}
@media only screen and (max-width: 992px) {
  .teamSlider.owl-carousel .owl-nav .owl-prev {
    left: 0;
    z-index: 8;
  }
}
.teamSlider.owl-carousel .owl-nav .owl-next {
  position: absolute;
  top: calc( 50% - 40px);
  right: -45px;
}
@media only screen and (max-width: 992px) {
  .teamSlider.owl-carousel .owl-nav .owl-next {
    right: 0;
    z-index: 8;
  }
}

.owl-carousel .owl-stage-outer {
  z-index: 5;
}

/*  ----------------------------------------------------
. PRICING SECTION
-------------------------------------------------------- */
.priceBox {
  text-align: center;
  border-radius: 5px;
  padding: 40px 30px;
  max-width: 350px;
  margin: 25px auto;
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.04);
  transition: 1s;
  cursor: pointer;
}
.priceBox .priceBox--title {
  font-weight: bold;
  color: #000;
  font-size: 18px;
  margin-bottom: 20px;
}
.priceBox .priceBox--value {
  font-size: 24px;
  font-weight: bolder;
  color: #333333;
  margin-bottom: 25px;
}
.priceBox .priceBox--value span {
  font-size: 60px;
}
.priceBox .priceBox--list {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  margin-bottom: 25px;
}
.priceBox .priceBox--list li {
  padding: 7px 0;
  font-weight: 500;
  font-size: 14px;
  color: #000;
}
.priceBox:hover {
  background-color: #FDAC65;
}
.priceBox:hover .priceBox--title,
.priceBox:hover .priceBox--value,
.priceBox:hover .priceBox--list li {
  color: #ffffff;
}

.priceBox.featuredBox {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #265cdc;
}
.priceBox.featuredBox .priceBox--title,
.priceBox.featuredBox .priceBox--value,
.priceBox.featuredBox .priceBox--list li {
  color: #ffffff;
}
.priceBox.featuredBox:hover {
  background-color: #FDAC65;
}
.priceBox.featuredBox:hover .priceBox--title,
.priceBox.featuredBox:hover .priceBox--value,
.priceBox.featuredBox:hover .priceBox--list li {
  color: #ffffff;
}

.sectiontitle {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 30px;
  text-align: center;
}
.sectiontitle .sectiontitle--subtitle {
  margin-bottom: 0;
  line-height: 1;
  font-size: 13px;
}
.sectiontitle .sectiontitle--subtitle span {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}
.sectiontitle .sectiontitle--subtitle span:before {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  background-color: #FDAC65;
  position: absolute;
  left: -50px;
  top: 7px;
}
.sectiontitle .sectiontitle--subtitle span:after {
  content: '';
  display: block;
  height: 1px;
  width: 45px;
  background-color: #FDAC65;
  position: absolute;
  right: -50px;
  top: 7px;
}
.sectiontitle .sectiontitle--name {
  margin-bottom: 5px;
  color: #000;
  text-transform: capitalize;
}
.sectiontitle .sectiontitle--text {
  font-size: 18px;
}
.sectiontitle.text--left {
  text-align: left;
}
.sectiontitle.text--left .sectiontitle--subtitle span:before {
  content: none;
}

.sectiontitle--two {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 50px;
  text-align: center;
}
.sectiontitle--two .sectiontitle--icon {
  font-size: 48px;
  margin-bottom: 15px;
  color: #FDAC65;
}
.sectiontitle--two .sectiontitle--name {
  margin-bottom: 15px;
  color: #000;
  text-transform: capitalize;
}
.sectiontitle--two .sectiontitle--text {
  font-size: 16px;
}
.sectiontitle--two.text--left {
  text-align: left;
}

.form-control {
  font-size: 13px;
  padding: 12px 15px;
  height: 50px;
  border-radius: 50px;
  border: none;
  background-color: #e6e6e6;
  margin-bottom: 25px;
  outline: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-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 {
  color: #343d48;
  background-color: #fff;
  border-color: #f7f7f7;
  outline: 0;
  box-shadow: 0 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

textarea.form-control {
  height: 180px;
  min-height: 180px;
  border-radius: 10px;
}

#map {
  height: 100%;
  min-height: 500px;
  width: 100%;
  border: 0;
  box-shadow: 0 0 0;
}

.map_container_aps {
  position: relative;
  height: 100%;
}
.map_container_aps iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  border-radius: 4px;
}

.page_heading {
  padding: 225px 0 150px 0;
  text-align: center;
  position: relative;
}
.page_heading .overlay_dark {
  background-color: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.page_heading h2 {
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
.page_heading .heading_line {
  width: 50px;
  margin: 0 auto;
  background-color: #ffffff;
  height: 2px;
  border-radius: 5px;
}
.page_heading p {
  color: #f7f7f7;
  margin-top: 15px;
  font-size: 18px;
}

.testimonialbox-one {
  max-width: 750px;
  margin: 0 auto;
  text-align: center;
  padding: 5em;
  border-radius: 10px;
}
.testimonialbox-one svg {
  max-width: 75px;
  fill: #fff;
}
.testimonialbox-one .testimonialbox--p {
  color: #fff;
  font-size: 16px;
  line-height: 1.7;
  padding: 50px;
  font-weight: 600;
}
.testimonialbox-one .testimonialbox--name {
  color: #fff;
  margin: 15px 0 0;
  text-transform: capitalize;
}
.testimonialbox-one .testimonialbox--name span {
  text-transform: capitalize;
  color: #ff1637;
  font-weight: 500;
  font-size: 13px;
  padding: 9px;
  background: #fff;
  margin-left: 11px;
}
.testimonialbox-one .testimonialbox--img {
  text-align: center;
  margin: 0 auto;
}
.testimonialbox-one .testimonialbox--img img {
  margin: 0 auto;
  border-radius: 50px;
  width: 75px;
  border: solid 2px #FDAC65;
}

.owl-carousel .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 5px;
  background: #FDAC65;
  display: block;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-backface-visibility: visible;
  border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span {
  background-color: #FDAC65;
  -webkit-transform: scaleY(1.1);
  transform: scaleY(1.1);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

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

/* ===================================
   Video Section
====================================== */
.video-content-setting {
  max-width: 665px;
  padding: 9rem 1rem 8rem;
  margin: 0 auto;
}
.video-content-setting h2 {
  line-height: 1.2;
}

.col-video {
  height: 500px;
  display: flex;
  align-items: center;
  padding: 55px;
}

.video-play-button-column {
  max-width: 70px;
}

.video-play-button {
  height: 70px;
  width: 70px;
  background: #FDAC65;
  display: inline-block;
  top: 50%;
  right: 0;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  line-height: 77px;
  text-align: center;
  color: #ffffff;
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  z-index: 1;
  -webkit-transform: translate(50%, -40%);
  -ms-transform: translate(50%, -40%);
  -o-transform: translate(50%, -40%);
  transform: translate(50%, -40%);
}
.video-play-button.slider-play-button {
  margin: 10px;
  -webkit-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}
.video-play-button:hover, .video-play-button:focus {
  -webkit-animation: pulse_effect 1s infinite;
  -o-animation: pulse_effect 1s infinite;
  animation: pulse_effect 1s infinite;
  background: #ffffff;
  color: #FDAC65;
}
.video-play-button i {
  font-size: 20px;
}

/* video button two */
.video-play-button-small {
  height: 50px;
  width: 50px;
  background: #ffffff;
  display: inline-block;
  border-radius: 50px;
  line-height: 57px;
  text-align: center;
  color: #FDAC65;
  -webkit-box-shadow: 0 0 0 0 white;
  box-shadow: 0 0 0 0 white;
  z-index: 1;
}
.video-play-button-small:hover, .video-play-button-small:focus {
  -webkit-animation: pulse_effect 1s infinite;
  -o-animation: pulse_effect 1s infinite;
  animation: pulse_effect 1s infinite;
  background: #ffffff;
  color: #FDAC65;
}
.video-play-button-small i {
  font-size: 20px;
}

@-webkit-keyframes pulse_effect {
  0% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 22, 55, 0.9);
    box-shadow: 0 0 0 5px rgba(255, 22, 55, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(255, 22, 55, 0.6);
    box-shadow: 0 0 0 10px rgba(255, 22, 55, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 15px rgba(255, 22, 55, 0.3);
    box-shadow: 0 0 0 15px rgba(255, 22, 55, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 60px rgba(255, 22, 55, 0.1);
    box-shadow: 0 0 0 20px rgba(255, 22, 55, 0.1);
  }
}
@-o-keyframes pulse_effect {
  0% {
    box-shadow: 0 0 0 5px rgba(255, 22, 55, 0.9);
  }
  25% {
    box-shadow: 0 0 0 10px rgba(255, 22, 55, 0.6);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(255, 22, 55, 0.3);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(255, 22, 55, 0.1);
  }
}
@keyframes pulse_effect {
  0% {
    -webkit-box-shadow: 0 0 0 3px rgba(255, 22, 55, 0.9);
    box-shadow: 0 0 0 3px rgba(255, 22, 55, 0.9);
  }
  25% {
    -webkit-box-shadow: 0 0 0 6px rgba(255, 22, 55, 0.6);
    box-shadow: 0 0 0 6px rgba(255, 22, 55, 0.6);
  }
  70% {
    -webkit-box-shadow: 0 0 0 9px rgba(255, 22, 55, 0.3);
    box-shadow: 0 0 0 9px rgba(255, 22, 55, 0.3);
  }
  100% {
    -webkit-box-shadow: 0 0 0 12px rgba(255, 22, 55, 0.1);
    box-shadow: 0 0 0 12px rgba(255, 22, 55, 0.1);
  }
}
/* video mobile app */
.app-image {
  text-align: center;
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 554px;
  max-height: 280px;
  margin: 0 auto;
}
.app-image img {
  max-height: 280px;
  margin: 0 auto;
  display: inline-block;
}

.video-app {
  position: absolute;
  top: 8%;
  max-height: 235px;
  left: 12%;
  max-width: 420px;
  overflow: hidden;
}

.footer {
  background-color: #fff;
  padding: 120px 0;
  min-height: 150px;
  position: relative;
}
.footer .footer--social {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  float: none;
  position: relative;
}
.footer .footer--social li {
  display: inline-block;
  padding: 5px 5px;
  text-align: center;
}
.footer .footer--social li a {
  display: block;
  overflow: hidden;
}
.footer .footer--social li a svg, .footer .footer--social li a svg path {
  max-width: 100%;
  overflow: hidden;
  fill: #ffffff;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
}
.footer .footer--social li a:hover svg, .footer .footer--social li a:hover svg path {
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  fill: #343d48;
}
.footer .footer--copy {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #555;
  margin-top: 15px;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
}

.footer--fixed {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 0;
}

.social-lists li a {
  font-size: 16px;
  height: 40px;
  width: 40px;
  line-height: 1.875rem;
  border-radius: 100px;
  background: #FDAC65;
  border: solid 2px #FDAC65;
  color: #fff;
  text-align: center;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: block;
  padding: 7px;
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.social-lists li a:hover {
  background-color: transparent;
  color: #FDAC65;
  border-color: #FDAC65;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-3px);
}

/* ===================================
   Responsive
====================================== */
@media screen and (max-width: 991px) {
  section {
    padding: 80px 0;
    overflow: hidden;
  }

  .header-with-topbar .top-header-area {
    display: none;
  }
  .header-with-topbar .fixed-top {
    top: 0;
  }

  .back-to-top.active,
  .hero .down--btn {
    display: none !important;
  }

  .menu {
    width: 50%;
  }
  .menu .menu-list {
    width: 70%;
    bottom: 12.5rem;
  }

  button.navbar-toggle {
    background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    font-size: 25px;
  }
}
@media screen and (max-width: 768px) {
  h1 {
    font-size: 45px;
    line-height: 45px;
  }

  h4 {
    font-size: 28px;
    line-height: 28px;
  }

  .col-video {
    height: 370px;
    padding: 49px;
  }

  .video-play-button {
    top: initial;
    right: 50%;
    bottom: -62px;
  }

  .menu {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .testimonialbox-one {
    padding: 0;
  }
}
@media screen and (max-width: 400px) {
  .logo img {
    width: 95px;
    height: 40px;
    object-fit: cover;
    object-position: -2% 50%;
  }

  .hero .content .home-left h1 {
    font-size: 45px;
    line-height: 50px;
  }

  .p-feature .feature-slider .feature-circle {
    height: 380px;
    width: 380px;
  }

  .b-features {
    background-position: -325px;
  }

  .product-price {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  .product-price span {
    margin-bottom: 10px;
  }
  .product-price a {
    margin-left: 0 !important;
  }

  .p-feature .p-feature-content {
    padding: 45px 15px;
  }

  .p-feature .collapse-feature {
    cursor: pointer;
    margin-bottom: 30px;
  }
  .p-feature .collapse-feature > div {
    flex-direction: column;
  }

  .unboxed .unboxed-content .number-content .number {
    font-size: 3rem;
    line-height: 3rem;
  }

  .unboxed .unboxed-content .number-content span {
    font-size: 16px;
    text-align: center;
    line-height: 33px;
  }

  .cart-wrapper .cart-item-wrapper {
    right: -90px;
    width: 250px;
  }

  .cart-wrapper .cart-item-wrapper .cart-product-content {
    max-height: 130px;
    overflow-y: auto;
  }

  .cart-wrapper .cart-item-wrapper .single-cart-item {
    flex-direction: column;
  }
  .cart-wrapper .cart-item-wrapper .single-cart-item .cart-img {
    display: none;
  }

  .cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text {
    padding-left: 0;
  }

  .cart-wrapper .cart-item-wrapper .cart-product-content .single-cart-item .cart-text-btn .cart-text h5 {
    font-size: 16px;
    line-height: 20px;
    padding-right: 25px;
  }

  .cart-wrapper .cart-item-wrapper .cart-price-total {
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 10px;
    padding: 19px 20;
  }
  .cart-wrapper .cart-item-wrapper .cart-price-total span {
    top: 0;
  }

  .cart-links {
    flex-direction: column;
  }
  .cart-links a {
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .b-features .b-features-content h3 {
    font-size: 30px;
    line-height: 35px;
    color: #b51010;
    background: linear-gradient(to right, #b51010 0%, #ac004b 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #b51010;
  }

  .shop .product-item {
    margin-right: 35px;
    margin-left: 0px;
  }

  .curve.curve-bottom {
    left: 0;
    bottom: -1px;
    width: 100%;
    display: none;
  }
}

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