/*** 
====================================================================
  Table of contents
====================================================================

- Google Fonts
- Css Imports
- General Css Styles
- Header Area style
- Welcome Area Styles 
- Partners area style
- About us area style 
- services-block-four style 
- Demo-video area style 
- Trust area style 
- Services area style 
- Call-to-action area style
- Video area style 
- Gallery area style 
- Cool-facts style 
- Price table style
- Testimonials area style 
- Team area style
- Blog area style 
- Contact us style 
- FAQ style -Timeline style 
- Footer area style 

***/

/*** 

====================================================================
  Google fonts
====================================================================

***/

@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,900");

/*** 


====================================================================
  Import All Css
====================================================================

***/

@import "bootstrap.min.css";
@import "animate.css";
@import "about-sonar.css";
@import "classy-nav.min.css";
@import "dzsparallaxer.css";
@import "font-awesome.min.css";
@import "font-icons.css";

/*** 

====================================================================
  General css style
====================================================================

***/
* {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Poppins", sans-serif;
  background: #4834d4;
  background: -webkit-linear-gradient(to right, #4834d4, #341f97);
  background: -webkit-linear-gradient(left, #4834d4, #341f97);
  background: linear-gradient(to right, #4834d4, #341f97);
}
.bleu {
  font-family: phonetica;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Poppins", sans-serif;
  color: #fff;
  line-height: 1.4;
  font-weight: 500;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  outline: none;
}

li {
  list-style: none;
}

p {
  line-height: 1.9;
  color: rgba(255, 255, 255, 0.5);
  font-size: 15px;
}

img {
  max-width: 100%;
  height: auto;
}

ul {
  margin: 0;
  padding: 0;
}
.header-area .light.classy-nav-container a {
  color: #fff;
}
.header-area.sticky .light.classy-nav-container a {
  color: #333;
}
.header-area.sticky .classy-navbar-toggler .navbarToggler span {
  background: #333 !important;
}

#clients div.row {
  justify-content: center;
}
#clients div.row div.team-member {
  border: 1px solid #eee;
  padding: 10px;
  cursor: default;
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  top: 0;
  left: 0;
  background: #4834d4;
  background: -webkit-linear-gradient(to right, #4834d4, #341f97);
  background: -webkit-linear-gradient(left, #4834d4, #341f97);
  background: linear-gradient(to right, #4834d4, #341f97);
}

.preload-content {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -35px;
  margin-left: -35px;
  z-index: 100;
}

#dream-load {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: dreamrotate 2400ms linear infinite;
  animation: dreamrotate 2400ms linear infinite;
  z-index: 999;
}

#dream-load:before {
  content: "";
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  right: 7.5px;
  bottom: 7.5px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: dreamrotate 2700ms linear infinite;
  animation: dreamrotate 2700ms linear infinite;
}

#dream-load:after {
  content: "";
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  border: 3px;
  border-style: solid;
  border-color: transparent;
  border-top-color: rgba(255, 255, 255, 0.5);
  -webkit-animation: dreamrotate 1800ms linear infinite;
  animation: dreamrotate 1800ms linear infinite;
}

@-webkit-keyframes dreamrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dreamrotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Blip CSS */

@-webkit-keyframes dreamblipper {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  35% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}

@keyframes dreamblipper {
  0% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  35% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  50% {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
  100% {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
}
.relative {
  position: relative;
}
.hidden {
  overflow: hidden;
}
.block {
  display: block;
}
.mt-30 {
  margin-top: 30px;
}
.no-padding-left {
  padding-left: 0 !important;
}
@media (max-width: 767px) {
  .no-padding-left {
    padding-left: 15px !important;
  }
}
.mt-0 {
  margin-top: 0 !important;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}

.mb-50 {
  margin-bottom: 50px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-50 {
  margin-left: 50px;
}
@media (max-width: 992px) {
  .mt-s {
    margin-top: 30px !important;
  }
}
@media (max-width: 767px) {
  .mt-x {
    margin-top: 30px !important;
  }
}
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px;
}
.relative {
  position: relative;
}

.section-heading {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.section-heading h2 {
  font-size: 30px;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.section-heading > p {
  margin-bottom: 0;
  line-height: 2;
  font-size: 16px;
  max-width: 600px;
  margin: 0 auto;
}
/* reservation */

#scrollUp {
  bottom: 130px;
  font-size: 12px;
  line-height: 22px;
  right: 30px;
  width: 100px;
  background-color: transparent;
  color: #fff;
  mix-blend-mode: difference;
  text-align: center;
  height: 20px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-transform: uppercase;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

#scrollUp:before {
  position: absolute;
  width: 30%;
  height: 2px;
  background-color: #fff;
  content: "";
  top: 10px;
  right: 100%;
  z-index: -200 !important;
}

.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.dream-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.dream-dots span {
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(135deg, #846ff4 0%, #f17674 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.dream-dots span:first-child {
  background-color: #00a8ff;
}

.dream-dots span:nth-child(2) {
  background-color: #9c88ff;
}

.dream-dots span:nth-child(3) {
  background-color: #fbc531;
}

.dream-dots span:nth-child(4) {
  background-color: #4cd137;
}

.dream-dots span:nth-child(5) {
  background-color: #487eb0;
}

.dream-dots span:nth-child(6) {
  background-color: #e84118;
}

.dream-dots span:nth-child(7) {
  background-color: #8c7ae6;
}

.login-btn {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 12px !important;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 33px;
  padding: 0 20px;
  min-width: 100px;
  color: #fff !important;
  background: rgb(253, 138, 54);
  height: 35px;
  border-radius: 5px;
  border: 1px solid #fff;
  letter-spacing: 1px;
}

.login-btn:hover,
.login-btn:focus {
  color: #fff;
  background: #7450fe;
  border-color: #7450fe;
}
/*
    background-image: -webkit-linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    background-image: linear-gradient(to right,#FF4137 0,#FDC800 51%,#FF4137 100%);
    box-shadow: 0 0 15px 0 rgba(255, 125, 55, 0.9);
*/

.more-btn {
  position: relative;
  z-index: 1;
  min-width: 160px;
  height: 48px;
  line-height: 48px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 0 20px;
  text-align: center;
  text-transform: uppercase;
  background-size: 200% auto;
  color: #fff;
  box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
  border-radius: 100px;
  background-image: linear-gradient(
    to right,
    #21d397 0%,
    #7450fe 50%,
    #21d397 100%
  );
  background-image: -webkit-linear-gradient(
    to right,
    #21d397 0%,
    #7450fe 50%,
    #21d397 100%
  );
  border: 1px solid #fff;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}
.more-btn:hover {
  background-position: right center;
  color: #fff;
}
.more-btn.orange {
  background-image: -webkit-linear-gradient(
    to right,
    #ff4137 0,
    #fdc800 51%,
    #ff4137 100%
  );
  background-image: linear-gradient(
    to right,
    #ff4137 0,
    #fca336 51%,
    #ff4137 100%
  );
}
/* ### Clients #####*/
/* ##### 2.0 Header Area CSS ##### */

.header-area {
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.header-area.sticky {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  background-color: #d7dfef;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  border-bottom: none;
}

.dark.classy-nav-container {
  background-color: transparent;
}
.nav-brand:hover,
.nav-brand:focus {
  color: #333 !important;
}
.nav-brand.light:hover,
.nav-brand.light:focus {
  color: #fff !important;
}
.classy-navbar {
  height: 90px;
  padding: 0;
}
.dark .classy-navbar-toggler.demo .navbarToggler span {
  background: #fff;
}
.classynav ul li a {
  text-transform: uppercase;
}

.classynav ul li .megamenu li a {
  font-size: 80%;
}

/* ##### 3.0 Wellcome Area CSS ##### */
.hero-section {
  position: relative;
  min-height: 700px;
  background: url("../img/bg-img/header2.jpg") no-repeat bottom center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section.app {
  position: relative;
  min-height: 700px;
  background: url("../img/bg-img/header-app.png") no-repeat bottom center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section.app img {
  width: 100%;
}
@keyframes floating3 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translate(0px, 0px) scale(1);
  }
  25% {
    transform: rotateX(0deg) translate(10px, 190px) scale(1.3);
  }
  50% {
    transform: rotateX(0deg) translate(190px, 230px) scale(1);
  }
  75% {
    transform: rotateX(0deg) translate(170px, 190px) scale(1.3);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translate(0px, 0px) scale(1);
  }
}
#canvasplus {
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0.6;
  z-index: 0;
}

.hero-section.blue-bg {
  background: #2e39bf;
  overflow: hidden;
}
.hero-section.blue-bg:before {
  height: 700px;
  content: "";
  width: 150%;
  left: 0;
  bottom: -324px;
  background: rgba(37, 46, 176, 1);
  display: inline-block;
  position: absolute;
  transform: rotate(155deg);
}
.welcome-content {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}

.promo-section {
  margin-bottom: 30px;
}
.promo-section.bg {
  background: #ff966a;
  padding: 10px 20px;
  display: inline-block;
}

.promo-section.bg .special-head {
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: 1px;
}
.subscribe-section {
  background: #fff;
  padding: 15px;
  display: flex;
  border-radius: 35px !important;
}
.subscribe-section .input-wrapper {
  position: relative;
  display: inline-block;
  width: 70%;
}
.subscribe-section input {
  padding: 10px 10px 10px 40px;
  position: relative;
  border: 1px solid #eee;
  width: 100%;
  border-radius: 25px;
}
.subscribe-section input:focus {
  border-radius: 25px;
  outline: none;
  border-color: #2ec8a6;
}
.subscribe-section i {
  font-size: 20px;
  color: #fc9936;
  position: absolute;
  z-index: 1;
  top: 13px;
  left: 15px;
}
@media (max-width: 767px) {
  .subscribe-section {
    display: inline-block;
  }
  .subscribe-section .input-wrapper {
    width: 100%;
  }
  .subscribe-section .more-btn {
    margin-left: 0;
  }
}
.special-head {
  color: #28cc8b;
  padding-left: 40px;
  font-size: 18px;
  position: relative;
}
.special-head:before {
  content: "";
  background: #3964f9;
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 2px;
}
.special-head.dark {
  color: #f8f517;
  font-weight: bold;
}
.special-head.dark:before {
  background: #fff;
}

.main-ilustration {
  position: relative;
  background: url(../img/core-img/hero-bg.png) no-repeat center 65%;
  height: 100vh;
  background-size: contain;
}
.main-illustration-2 {
  position: relative;
  background: url(../img/core-img/hero3.png) no-repeat center 65%;
  height: 80vh;
  bottom: 0;
  background-size: contain;
}

.has-shadow {
  -webkit-box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
  box-shadow: 0 9px 68px 0 rgba(62, 57, 107, 0.2);
  border-radius: 10px;
}
@media (max-width: 992px) {
  .mt-md-30 {
    margin-top: 30px !important;
  }
}

@media (max-width: 767px) {
  .mt-sm-15 {
    margin-top: 15px;
  }
  .mt-sm-0 {
    margin-top: 0px !important;
  }
  .welcome-content {
    padding-right: 15px;
  }
}
@media (max-width: 480px) {
  .welcome-content {
    vertical-align: middle;
    margin-top: 100px !important;
  }
}

@media (min-width: 1200px) {
  .main-ilustration {
    min-width: 650px;
  }
}

.welcome-content h2 {
  font-size: 52px;
  font-weight: 500;
  margin-bottom: 20px;
}
.welcome-content h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}
.welcome-content p {
  font-size: 18px;
  color: #fff;
  margin-bottom: 30px;
}
.gradient-text {
  font-weight: bold;
  display: inline-block;
  background-image: linear-gradient(135deg, #846ff4 0%, #f17674 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}
.gradient-text.blue {
  background-image: linear-gradient(35deg, #17ead9 0%, #6078ea 100%);
}
.gradient-text.cyan {
  background-image: linear-gradient(135deg, cyan 0%, cyan 100%) !important;
}
/* Features veersion 2*/
/* ##### Restaurant template ##### */
/* ##### Partners Area ##### */
.partners {
  padding: 0 0 70px;
}
.w-text {
  color: #fff !important;
}
.g-text {
  color: #d8d0d0 !important;
}
.bold {
  font-weight: 600 !important;
}
.normal {
  font-weight: 500 !important;
}
.thin {
  font-weight: 400 !important;
}
/* ##### About Us Area ##### */

.about-us-area {
  position: relative;
  z-index: 1;
}
@-webkit-keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

@keyframes cloudwash {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}

.welcome-meter {
  position: relative;
  z-index: 1;
}

/*** 

====================================================================
  services-block-four style
====================================================================

***/
.features {
  position: relative;
}
.services-block-four {
  position: relative;
  margin-bottom: 30px;
  background: #fff;
}
#services .services-block-four {
  border-bottom: 4px solid #2ec8a6;
}
.icon-img-box {
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 480px) {
  .icon-img-box {
    position: relative;
    margin-bottom: 15px;
  }
  .services-block-four .inner-box {
    padding-left: 0px !important;
  }
}
.services-block-four .inner-box {
  position: relative;
  padding-left: 100px;
}
.services-block-four.v2 {
  background: transparent;
}
.services-block-four.v3 {
  background: #fff;
}
.services-block-four.v2 .inner-box {
  position: relative;
  padding-left: 70px;
}
.services-block-four.v2 .inner-box .icon-img-box {
  max-width: 50px;
}
.services-block-four.v3 .inner-box {
  padding-left: 70px;
}

.services-block-four.v4 {
  position: relative;
  background: transparent;
  padding: 20px 0;
}
.services-block-four.v4 .inner-box {
  padding-left: 85px;
}
.services-block-four.v4:after {
  content: "";
  position: absolute;
  width: 95%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 15px;
  z-index: -1;
  background: rgba(106, 102, 102, 0.05);
}
.services-block-four.v4 .icon-img-box {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.services-block-four.v4 .inner-box .text {
  margin-bottom: 0;
}

.features .services-block-four {
  box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
  -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
  padding: 30px 20px 20px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.special .services-block-four {
  box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
  -webkit-box-shadow: 0px 2px 27px 0px rgba(154, 161, 171, 0.18);
  padding: 20px 20px 30px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.special .services-block-four .inner-box {
  position: relative;
  padding-left: 160px;
}

.services-block-four .inner-box h3 {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
}

.services-block-four.how .inner-box {
  padding-left: 70px;
}

.services-block-four.how {
  padding: 30px;
  margin-bottom: 30px;
  background: #fff;
}

.services-block-four .inner-box .step {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  border: 2px solid;
  background: #7d60f9;
  border-color: #7d60f9;
  font-size: 18px;
  color: #fff;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px !important;
  transition: 0.3s ease;
}
.services-block-four.how .inner-box .text {
  margin-bottom: 0;
}

.services-block-four .inner-box h3 a {
  color: #fff;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.services-block-four .inner-box .text {
  font-size: 14px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .services-block-four {
    margin-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .services-block-four .inner-box .step {
    position: relative;
  }
}
@keyframes floating2 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    -moz-transform: rotateX(0deg) translateY(15px);
    -ms-transform: rotateX(0deg) translateY(15px);
    -o-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}

@-webkit-keyframes floating2 {
  0% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
  50% {
    -webkit-transform: rotateX(0deg) translateY(15px);
    -moz-transform: rotateX(0deg) translateY(15px);
    -ms-transform: rotateX(0deg) translateY(15px);
    -o-transform: rotateX(0deg) translateY(15px);
    transform: rotateX(0deg) translateY(15px);
  }
  100% {
    -webkit-transform: rotateX(0deg) translateY(0px);
    -moz-transform: rotateX(0deg) translateY(0px);
    -ms-transform: rotateX(0deg) translateY(0px);
    -o-transform: rotateX(0deg) translateY(0px);
    transform: rotateX(0deg) translateY(0px);
  }
}
@media (max-width: 767px) {
}

/*** 

====================================================================
  Fun-Facts Section styles
====================================================================

***/
/* ===================================================================
        SCREENSHOTS SECTION
===================================================================  */

/* Screenshots Media Query -------------------------------------------- */

/*
* ----------------------------------------------------------------------------------------
* Start Intro Style
* ----------------------------------------------------------------------------------------
*/
@media only screen and (max-width: 991px) {
}

/* Start .agency-sec*/
.agency-sec {
  background: #fff;
  padding: 50px 30px 17px;
}
.side-feature-list-item.v2 {
  font-size: 14px;
  padding: 3px 0;
}
.side-feature-list-item.v2 .check-mark-icon-font {
  color: #18d7a5;
  font-size: 16px;
  width: 25px;
}
/* ##### demo-video Area CSS ##### */
/* ##### trust Area CSS ##### */
.check {
  height: 40px;
  margin: 0 -10px;
  background-color: rgba(13, 0, 59, 0.9);
  border-radius: 5px;
  color: #25cbd3;
  position: relative;
}
.check .value {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 24px;
  font-weight: 600;
  text-shadow: 0 0 5px rgba(0, 243, 255, 0.5);
}
.transparent {
  background: transparent !important;
}
.striples-bg {
  position: relative;
}
.striples-bg:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: url(../img/svg/striples-bg.svg) no-repeat top center;
  background-size: cover;
  -webkit-animation: floating2 7s infinite;
  -o-animation: floating2 7s infinite;
  animation: floating2 7s infinite;
}
.hero-bg {
  /* Contact Us */
  background: url(../img/bg-img/hero-bg2.png) no-repeat center;
  background-size: cover;
}
.ico-about-bg {
  background: url(../img/svg/ico-about-bg.svg) no-repeat center center;
  background-size: cover;
}
.image {
  position: relative;
  left: 0px;
  margin-bottom: -100px;
}
.image {
  position: relative;
  left: 0px;
  margin-bottom: -100px;
}
.image img {
  max-width: 72%;
}
@media (max-width: 991px) {
  .image {
    margin-bottom: 0px !important;
  }
  .image img {
    max-width: 77% !important;
  }
}
@media (max-width: 1200px) {
  .image {
    margin-bottom: -100px;
  }
  .image img {
    max-width: 90%;
  }
}
/* ##### steps Area CSS ##### */

/* ##### Service Area CSS ##### */
@media (max-width: 992px) {
  .how {
    border-top: 1px solid #eee;
  }
}
.side-feature-list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
}
.check-mark-icon-font {
  font-size: 20px;
  margin-right: 2px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  color: #5785e8;
}

.foot-c-info {
  font-weight: 500;
  color: #42526e;
}
/* ##### 6.0 CTA Area CSS ##### */
/*
* ----------------------------------------------------------------------------------------
*  START OUR TEAM 2 STYLE
* ----------------------------------------------------------------------------------------
*/
.our-partners .team-member {
  border: 2px solid #eaeaea;
}
.our-partners .team-member {
  display: inline-block;
  padding: 0px;
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
  background-color: transparent;
  transition: all 0.4s ease-in-out;
}
.our-partners .team-member:hover {
  cursor: pointer;
  border-color: #1d66f6;
}

/*
* ----------------------------------------------------------------------------------------
*  Documentaion STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  compare STYLE
* ----------------------------------------------------------------------------------------
*/
/*
* ----------------------------------------------------------------------------------------
*  START Roadmap 2 STYLE
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  START Roadmap STYLE
* ----------------------------------------------------------------------------------------
*/
/*top circle */
/*vertival line */

/*timeline block */
/*block marker */
/*left block */
/*right block */
/*decrease the timeline heading text */
/*change timeline layout to fit tiny screen size */
@media (max-width: 992px) {
  .mt-30 {
    margin-top: 30px;
  }
}

/* ##### 7.0 Video Area CSS ##### */

.mfp-wrap {
  z-index: 6000;
}

.mfp-bg {
  z-index: 5500;
}

/* ##### 9.0 Gallry Item Area CSS ##### */

.single_gallery_item {
  position: relative;
  z-index: 1;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  margin-bottom: 30px;
}

.portfolio-menu button {
  line-height: 1;
  background-color: transparent;
  color: rgba(255, 255, 255, 0.5);
  font-size: 13px;
  text-transform: uppercase;
  padding: 8px 15px 5px;
  border-radius: 30px;
}

.portfolio-menu button.active {
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* ##### 10.0 Cool Fact Area CSS ##### */

/*** 

====================================================================
    Facts
====================================================================

 ***/

/* ##### 11.0 Price Table Area CSS ##### */

/* ##### 12.0 testimonial Area CSS ##### */

.icon_foot:before {
  content: "";
  border-left: 80px solid transparent;
  border-bottom: 80px solid #2ec8a6;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.icon_foot img {
  top: 20px;
  left: 12px;
  max-width: 41px;
  color: #fff;
  z-index: 3;
  position: absolute;
}
.icon_foot i {
  bottom: 12px;
  right: 8px;
  color: #fff;
  font-size: 28px;
  z-index: 3;
  position: absolute;
  transition: all 0.4s ease-in-out;
}
.icon_foot:hover i {
  right: 5px;
}

.client_slides .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 50px;
}

.client_slides .owl-dot {
  margin: 0 5px;
  line-height: 1;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 12px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.client_slides .owl-dot.active {
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.15);
}

/* ##### 13.0 Team Area CSS ##### */
/*
* ----------------------------------------------------------------------------------------
*  START Subscribe STYLE
* ----------------------------------------------------------------------------------------
*/
.button {
  position: relative;
  z-index: 0;
  overflow: hidden;
  display: inline-block;
  padding: 14px 40px;
  font-size: 16px;
  z-index: 2;
  line-height: 1.25;
  color: #25cbd3;
  background: #fff;
  border: 0 solid;
  border-radius: 40px;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  transition: 250ms all ease-in-out;
  box-shadow: 0 3px 21px 4px rgba(41, 41, 58, 0.2);
}
.button:hover {
  background: #25cbd3;
  color: #fff;
}
.button i {
  margin-right: 10px;
}
/*** 

====================================================================
    What we do
====================================================================

 ***/

/* Featured MEal*/

/* ##### 14.0 Our Blog Area CSS ##### */

/* ##### Contact Area CSS ##### */

.group {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}

.group input,
.group textarea {
  font-size: 12px;
  font-style: italic;
  padding: 10px;
  display: block;
  width: 100%;
  height: 45px;
  border: none;
  background-color: transparent;
  color: #fff;
  border-radius: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
}

.group input:focus,
.group textarea:focus {
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}

.group label {
  color: #fff;
  font-style: italic;
  font-size: 12px;
  font-weight: normal;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 14px;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
  margin-bottom: 0;
}

.group .bar {
  position: relative;
  display: block;
  width: 100%;
}

.group .bar:before,
.group .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 0;
  position: absolute;
  background-color: #fff;
  -webkit-transition: 0.5s ease all;
  transition: 0.5s ease all;
}

.group .bar:before {
  left: 50%;
}

.group .bar:after {
  right: 50%;
}

.group textarea {
  height: 130px;
}

/* Form Active State */

.group input:focus ~ label,
.group textarea:focus ~ label,
.group input:valid ~ label,
.group textarea:valid ~ label {
  top: -17px;
  font-size: 12px;
  color: #fff;
}

.group input:focus ~ .bar:before,
.group textarea:focus ~ .bar:before,
.group input:focus ~ .bar:after,
.group textarea:focus ~ .bar:after {
  width: 50%;
  background-color: #fff;
}

input:required,
textarea:required {
  box-shadow: none !important;
}

/* ##### Footer Area ##### */

.footer-area {
  position: relative;
  z-index: 1;
  padding: 0;
}

.footer-content-area {
  padding: 80px 0;
  margin-top: 100px;
  background: #192057 !important;
}
.footer-content-area.demo {
  margin-top: 70px;
}
.footer-logo {
  margin-bottom: 15px;
}
.footer-logo a {
  color: #fff;
  font-size: 20px;
}
.footer-logo img {
  width: 40px;
}

.copywrite_text > p {
  margin-bottom: 10px;
  color: #fff;
  font-size: 13px;
}

.copywrite_text > p > a {
  color: #fff;
}

.footer-social-info a i {
  font-size: 14px;
  color: #fff;
  margin-right: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
}

.footer-social-info a i:hover {
  color: #4a7aec;
}

.contact_info_area .contact_info {
  text-align: left !important;
}

.contact_info_area .contact_info h5 {
  font-size: 14px;
}

.contact_info_area .contact_info p {
  margin-bottom: 0;
  font-size: 14px;
}
.contact_info_area .contact_info a:hover p {
  color: #fff;
}

/* ##### Breadcumb Area ##### */

/* ##### Sidebar CSS ##### */

/* ##### Timeline CSS ##### */

.timelineBody {
  max-height: 480px;
  overflow-x: hidden;
  overflow-y: auto;
}

.lock {
  position: relative;
  overflow: hidden;
}
.lock img {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin: 0px 20px;
}
.lock img:first-child {
  margin-left: 0;
}
/*
================================================
   Map style
================================================
*/

/*
================================================
   map section style
================================================
*/

@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  from {
    -webkit-transform: scale3d(0.5, 0.5, 1);
    transform: scale3d(0.5, 0.5, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

/*
* ----------------------------------------------------------------------------------------
*  START counter-down STYLE
* ----------------------------------------------------------------------------------------
*/

.timer-body-block {
  display: flex;
}
/* ##### Accordians CSS ##### */
/* ##### Button Effects ##### */

.ripple {
  position: absolute;
  height: 0.25em;
  width: 0.25em;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  z-index: -1;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -webkit-transform-origin: center 50%;
  transform-origin: center 50%;
  -webkit-transition: opacity 1.6s;
  transition: opacity 1.6s;
  -webkit-animation: ripple 1.6s;
  animation: ripple 1.6s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.ripple-active {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(50, 50, 50);
    transform: scale3d(50, 50, 50);
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale3d(0, 0, 0);
    transform: scale3d(0, 0, 0);
  }
  100% {
    -webkit-transform: scale3d(50, 50, 50);
    transform: scale3d(50, 50, 50);
  }
}

/* ##### Animated Headline CSS ##### */

.cd-headline.clip b,
.cd-words-wrapper b {
  font-weight: 500;
}

.cd-headline {
  font-weight: 500;
}

/* ##### particless CSS ##### */

/* ##### Snow Version CSS ##### */
/* ##### Slider Area CSS ##### */

/* ##### Flying Bird CSS ##### */

@-webkit-keyframes fly-cycle {
  100% {
    background-position: -3600px 0;
  }
}

@keyframes fly-cycle {
  100% {
    background-position: -3600px 0;
  }
}

/* ##### Subscribe form area CSS ##### */

/* ##### Light Version CSS ##### */

body.light-version {
  background: #fff !important;
}

.light-version p {
  color: #888;
}

.light-version h2,
.light-version h3,
.light-version h4,
.light-version h5,
.light-version .portfolio-menu button,
.light-version .group label,
.light-version input:focus ~ label,
.light-version textarea:focus ~ label,
.light-version input:valid ~ label,
.light-version textarea:valid ~ label,
.light-version .copywrite_text > p > a {
  color: #222;
}

.light-version .welcome-content h2,
.contact_info_area .contact_info h5 {
  color: #fff;
}

.light-version .portfolio-menu button.active {
  color: #222;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.light-version #scrollUp {
  /* color: #444; */
}
.light-version .services-block-four .inner-box h3 a {
  color: #222;
}
.fuel-features {
  position: relative;
  overflow: hidden;
}
.fuel-features:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 70%;
  left: 0;
  bottom: 0;
  background: #f4f9ff;
  z-index: -1;
}
.fuel-features .container.has-shadow {
  padding: 50px 30px 20px;
  background: #fff;
}
.light-version #scrollUp:before {
  position: absolute;
  width: 30%;
  height: 2px;
  /* background-color: #444; */

  content: "";
  top: 10px;
  right: 100%;
  z-index: -200 !important;
}
.light-version .group input,
.light-version .group textarea {
  color: #222 !important;
  border-bottom: 2px solid rgba(0, 0, 0, 0.2);
}
.light-version .group input:focus ~ .bar:before,
.light-version .group textarea:focus ~ .bar:before,
.light-version .group input:focus ~ .bar:after,
.light-version .group textarea:focus ~ .bar:after {
  background-color: #222;
}

.light-version .client_slides .owl-dot {
  color: #222;
  background-color: transparent;
}

.light-version .client_slides .owl-dot.active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

/* demo page */
@media (min-width: 1200px) {
  .demo .container {
    max-width: 1280px;
  }
  .hero-section img {
    max-width: 140%;
  }
}
@font-face {
  font-family: "phonetica";
  src:
    url("../fonts/phonetica.woff") format("woff"),
    url("../fonts/phonetica.svg#Phonetica") format("svg"),
    url("../fonts/phonetica.eot"),
    url("../fonts/phonetica.eot?#iefix") format("embedded-opentype");
  font-weight: normal;
  font-style: normal;
}
/* .cc:before { */
.bleu {
  font-family: "phonetica";
}
