/*----------------------------------------------------


This file contains the styling for the actual theme, this
is the file you need to edit to change the look of the
theme.
---------------------------------------------------- */
/*=====================================================================


@Default Styles

Table of Content:
01/ Variables
02/ predefin
03/ header
04/ button
05/ slider
06/ banner
07/ feature
08/ about
09/ project 
10/ price 
11/ team 
12/ blog 
13/ skill  
14/ testimonial  
15/ services  
16/ contact 
17/ map
18/ error
19/ portfolio
20/ fullpage
21/ footer
=====================================================================*/
/*----------------------------------------------------*/
/*font Variables*/
/*Color Variables*/
/*=================== fonts ====================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Playfair+Display:400,700|Poppins:400,500,600,700|Lato:300,400,900|Montserrat:400,500,800|Lora:400,400i");
.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.list_style {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #797979;
  height: 100%;
  width: 100%;
}

body, p, h1, h2, h3, h4, h5, h6 {
  margin: 0px;
  padding: 0px;
}

button:focus {
  outline: none;
}

i:before {
  margin-left: 0px !important;
}

@media (min-width: 1300px) {
  .container {
    max-width: 1200px;
  }
}

.bg_color {
  background: #f9f9f9;
}

.section_title {
  position: relative;
}

.section_title:before {
  content: "";
  background: #37ab75;
  width: 80px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.section_title h6 {
  font: 300 22px/32px "Poppins", sans-serif;
  color: #242424;
  padding: 15px 0px 30px;
}

.about_title {
  font: 700 35px/40px "Poppins", sans-serif;
  color: #242424;
}

.section_title_two {
  position: relative;
  padding-bottom: 35px;
  margin-bottom: 60px;
  z-index: 1;
}

.section_title_two:before {
  content: '';
  position: absolute;
  z-index: -1;
  width: 80px;
  height: 3px;
  left: 50%;
  margin-left: -40px;
  bottom: 0;
  opacity: 0.8;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  -webkit-transform-origin: 0% 50%;
  -ms-transform-origin: 0% 50%;
  transform-origin: 0% 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  -o-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  background: #37ab75;
  z-index: 0;
}

.section_title_two p {
  max-width: 750px;
  margin: 18px auto 0px;
  font: 400 20px/26px "Lora", serif;
  color: #797979;
  font-style: italic;
}

section:hover .section_title_two:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.landing_title:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.landing_title h2 {
  color: #fff;
}

.l_title_two:before {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.l_title_two h2 {
  color: #203b4c;
}

@media (max-width: 767px) {
  .container {
    max-width: 100%;
  }
}

.bg_white_light {
  background: #f6fbff;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.slider_btn {
  font: 500 16px/57px "Poppins", sans-serif;
  color: #fff;
  display: inline-block;
  background: #37ab75;
  padding: 0px 37px;
  border-radius: 0px;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
  display: inline-block;
  position: relative;
  border: 2px solid transparent !important;
  -webkit-transition: all 0.6s linear !important;
  -o-transition: all 0.6s linear !important;
  transition: all 0.6s linear !important;
  z-index: 2;
}

.slider_btn:before {
  content: "";
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #fff;
  z-index: -1;
}

.slider_btn:hover {
  border-color: #37ab75;
  color: #37ab75;
}

.slider_btn:hover:before {
  height: 500%;
}

.price_btn {
  padding: 0px 55px;
  margin: 25px 0px 0px;
}

.blog_r_btn {
  font: 500 16px/20px "Poppins", sans-serif;
  color: #242424;
}

.blog_r_btn:hover {
  color: #37ab75;
}

.get-btn {
  font: 600 16px/45px "Poppins", sans-serif !important;
  color: #fff;
  text-transform: uppercase;
  padding: 0px 30px;
  border-radius: 45px;
  border: 1px solid #fff;
  display: inline-block;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  margin-left: 40px;
  position: relative;
  overflow: hidden;
}

.get-btn:before {
  content: "";
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
  background: #1861fe;
  z-index: -1;
}

.get-btn:hover {
  border-color: #1861fe;
  color: #fff !important;
}

.get-btn:hover:before {
  height: 500%;
}

.landing_text_btn {
  font: 500 16px/22px "Poppins", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  padding-left: 0px;
}

.landing_text_btn:hover, .landing_text_btn:focus {
  color: #1861fe;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*---------------------------------------------------------------------
                                Loader
-----------------------------------------------------------------------*/
#loading {
  background-color: #eee;
  height: 100%;
  width: 100%;
  position: fixed;
  margin-top: 0px;
  top: 0px;
  left: 0px;
  bottom: 0px;
  overflow: hidden !important;
  right: 0px;
  z-index: 999999;
}

#loading-center {
  width: 100%;
  height: 100%;
  position: relative;
}

.loader {
  width: 3em;
  height: 3em;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg);
  }
  50% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  100% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
    transform: rotateX(-37.5deg) rotateY(45deg);
  }
  50% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
  100% {
    -webkit-transform: rotateX(-37.5deg) rotateY(405deg);
    transform: rotateX(-37.5deg) rotateY(405deg);
  }
}

.cube, .cube * {
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.sides {
  -webkit-animation: rotate 3s ease infinite;
  animation: rotate 3s ease infinite;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateX(-37.5deg) rotateY(45deg);
  transform: rotateX(-37.5deg) rotateY(45deg);
}

.sides h2 {
  background: transparent !important;
  -webkit-transform: rotateX(0) rotateY(-45deg);
  transform: rotateX(0) rotateY(-45deg);
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  left: -10px;
  top: 20px;
  border: 0px !important;
  font-size: 30px;
  -webkit-animation: fade 3s ease infinite;
  animation: fade 3s ease infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
  color: #06be8e;
}

.cube .sides * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: rgba(24, 97, 254, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cube .sides .top {
  -webkit-animation: top-animation 3s ease infinite;
  animation: top-animation 3s ease infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-transform: rotateX(90deg) translateZ(90px);
  transform: rotateX(90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(0.9);
    transform: rotateX(0) rotateY(-45deg) scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(1);
    transform: rotateX(0) rotateY(-45deg) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(1.2);
    transform: rotateX(0) rotateY(-45deg) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(1.3);
    transform: rotateX(0) rotateY(-45deg) scale(1.3);
  }
}

@keyframes fade {
  0% {
    opacity: 0;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(0.9);
    transform: rotateX(0) rotateY(-45deg) scale(0.9);
  }
  50% {
    opacity: 1;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(1);
    transform: rotateX(0) rotateY(-45deg) scale(1);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(1.2);
    transform: rotateX(0) rotateY(-45deg) scale(1.2);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotateX(0) rotateY(-45deg) scale(1.3);
    transform: rotateX(0) rotateY(-45deg) scale(1.3);
  }
}

@-webkit-keyframes top-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(40px);
    transform: rotateX(90deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(40px);
    transform: rotateX(90deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
}

@keyframes top-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(40px);
    transform: rotateX(90deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(40px);
    transform: rotateX(90deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(90deg) translateZ(90px);
    transform: rotateX(90deg) translateZ(90px);
  }
}

.cube .sides .bottom {
  -webkit-animation: bottom-animation 3s ease infinite;
  animation: bottom-animation 3s ease infinite;
  -webkit-animation-delay: 0ms;
  animation-delay: 0ms;
  -webkit-transform: rotateX(-90deg) translateZ(90px);
  transform: rotateX(-90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes bottom-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
}

@keyframes bottom-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(40px);
    transform: rotateX(-90deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateX(-90deg) translateZ(90px);
    transform: rotateX(-90deg) translateZ(90px);
  }
}

.cube .sides .front {
  -webkit-animation: front-animation 3s ease infinite;
  animation: front-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(0deg) translateZ(90px);
  transform: rotateY(0deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes front-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(40px);
    transform: rotateY(0deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(40px);
    transform: rotateY(0deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
}

@keyframes front-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(40px);
    transform: rotateY(0deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(40px);
    transform: rotateY(0deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(0deg) translateZ(90px);
    transform: rotateY(0deg) translateZ(90px);
  }
}

.cube .sides .back {
  -webkit-animation: back-animation 3s ease infinite;
  animation: back-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(-180deg) translateZ(90px);
  transform: rotateY(-180deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes back-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(40px);
    transform: rotateY(-180deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(40px);
    transform: rotateY(-180deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
}

@keyframes back-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(40px);
    transform: rotateY(-180deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(40px);
    transform: rotateY(-180deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(-180deg) translateZ(90px);
    transform: rotateY(-180deg) translateZ(90px);
  }
}

.cube .sides .left {
  -webkit-animation: left-animation 3s ease infinite;
  animation: left-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(-90deg) translateZ(90px);
  transform: rotateY(-90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes left-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
}

@keyframes left-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(35px);
    transform: rotateY(-90deg) translateZ(35px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(-90deg) translateZ(90px);
    transform: rotateY(-90deg) translateZ(90px);
  }
}

.cube .sides .right {
  -webkit-animation: right-animation 3s ease infinite;
  animation: right-animation 3s ease infinite;
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
  -webkit-transform: rotateY(90deg) translateZ(90px);
  transform: rotateY(90deg) translateZ(90px);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

@-webkit-keyframes right-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(40px);
    transform: rotateY(90deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(40px);
    transform: rotateY(90deg) translateZ(40px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
}

@keyframes right-animation {
  0% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
  20% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(40px);
    transform: rotateY(90deg) translateZ(40px);
  }
  70% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(35px);
    transform: rotateY(90deg) translateZ(35px);
  }
  90% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(90deg) translateZ(90px);
    transform: rotateY(90deg) translateZ(90px);
  }
}

/*========================== Main header area css ========================*/
.main_header_area {
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 21;
}

.header_top {
  overflow: hidden;
  background: #1d2024;
}

.header_top .b_price li {
  display: inline-block;
  font: 500 15px/50px "Poppins", sans-serif;
  color: #37ab75;
}

.header_top .b_price li span {
  color: #ababab;
}

.header_top .b_price li:after {
  content: "/";
  display: inline-block;
  color: #ababab;
  margin: 0px 10px;
}

.header_top .b_price li:last-child:after {
  display: none;
}

.header_top .navbar-nav {
  display: inline-block;
}

.header_top .navbar-nav li {
  display: inline-block;
}

.header_top .navbar-nav li a {
  font-size: 16px;
  line-height: 50px;
  color: #a6a6a6;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  display: inline-block;
}

.header_top .navbar-nav li a:hover {
  color: #37ab75;
}

.header_top .top_social li a {
  margin-right: 25px;
}

.header_top .top-right li a {
  margin-left: 15px;
}

.header_top .top-right li a.regester {
  padding: 0px 30px;
  background: #37ab75;
  color: #fff;
}

.logo_h {
  position: relative;
  z-index: 1;
}

.logo_h:before {
  content: "";
  position: absolute;
  top: 2px;
  left: -3px;
  width: 62px;
  height: 62px;
  background-size: cover;
  z-index: -1;
  -webkit-animation: spinnerRotate 10s linear 0s infinite normal;
  animation: spinnerRotate 10s linear 0s infinite normal;
}

.logo_h:after {
  content: "";
  background: url("../image/glitter.png") no-repeat scroll center 0;
  position: absolute;
  top: 0px;
  left: 22px;
  width: 62px;
  height: 62px;
  background-size: cover;
  z-index: -1;
  -webkit-animation: glitter 8s linear infinite;
  animation: glitter 8s linear infinite;
}

.landing_header .logo_h {
  position: relative;
  z-index: 1;
}

.landing_header .logo_h:before {
  content: "";
  background: url("../image/arrow2.png") no-repeat scroll center 0;
  position: absolute;
  top: 2px;
  left: -3px;
  width: 62px;
  height: 62px;
  background-size: cover;
  z-index: -1;
  -webkit-animation: spinnerRotate 10s linear 0s infinite normal;
  animation: spinnerRotate 10s linear 0s infinite normal;
}

.navbar {
  padding: 0px;
  background: rgba(0, 0, 0, 0.3);
  border: 0px;
  border-radius: 0px;
  margin-bottom: 0px;
}

.navbar .nav .nav-item .nav-link {
  font: 500 16px/85px "Poppins", sans-serif;
  color: #fff;
  padding: 0px;
}

.navbar .nav .nav-item .nav-link:after {
  display: none;
}

.navbar .nav .nav-item:hover .nav-link, .navbar .nav .nav-item.active .nav-link {
  color: #37ab75;
}

.navbar .nav .nav-item.submenu {
  position: relative;
}

.navbar .nav .nav-item.submenu ul {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0px;
  background: transparent;
}

@media (min-width: 992px) {
  .navbar .nav .nav-item.submenu ul {
    position: absolute;
    top: 100%;
    left: 0px;
    min-width: 220px;
    text-align: left;
    opacity: 0;
    -webkit-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
}

.navbar .nav .nav-item.submenu ul:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar .nav .nav-item.submenu ul .nav-item {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px solid #69c098;
  margin-left: 0px;
  margin-top: 10px;
  background: #37ab75;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  line-height: 45px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 15px;
  padding: 0px 30px;
  text-transform: capitalize;
  -webkit-transition: all 150ms linear;
  -o-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
}

.navbar .nav .nav-item.submenu ul .nav-item:last-child {
  border-bottom: none;
}

.navbar .nav .nav-item.submenu ul .nav-item:hover .nav-link {
  background: #309d6a;
  color: #fff;
}

@media (min-width: 992px) {
  .navbar .nav .nav-item.submenu:hover ul {
    visibility: visible;
    opacity: 1;
  }
}

.navbar .nav .nav-item.submenu:hover ul .nav-item {
  margin-top: 0px;
}

.navbar .nav .nav-item + .nav-item {
  margin-left: 30px;
}

.navbar .nav .search_dropdown {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  position: relative;
}

.navbar .nav .search_dropdown a:before {
  content: "";
  width: 1px;
  height: 15px;
  background: #fff;
  left: 0;
  top: 0px;
  position: relative;
  display: inline-block;
  margin: 0px 20px;
}

.navbar .nav .search_dropdown .search {
  background: #fff;
  height: 35px;
  padding: 0px;
  line-height: 35px;
  border-radius: 0px;
  width: 200px;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.navbar .nav .search_dropdown .search .nav-item .search-form {
  padding: 1px 10px 0px;
}

.navbar .nav .search_dropdown .search .nav-item .search-form .form-control {
  background: transparent;
  border: 0;
  font: 400 14px/31px "Open Sans", sans-serif;
  padding: 0px 0px 1px 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: rgba(64, 64, 64, 0.5);
  font-style: italic;
  text-shadow: none;
  border-radius: 0px;
}

.navbar .nav .search_dropdown .search .nav-item .search-form .form-control.placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search .nav-item .search-form .form-control:-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search .nav-item .search-form .form-control::-moz-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search .nav-item .search-form .form-control::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown .search .nav-item .search-form .input-group-addon {
  background: transparent;
  border: 0px;
  padding: 0px;
  border-radius: 0px;
}

.navbar .nav .search_dropdown .search .nav-item .search-form .input-group-addon button {
  background: transparent;
  border: 0px;
  color: rgba(64, 64, 64, 0.5);
}

.navbar .nav .search_dropdown.open .search {
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.navbar-toggler {
  border: 0px;
  padding: 0px;
  border-radius: 0px;
  height: 80px;
}

.navbar-toggler span {
  display: block;
  width: 30px;
  height: 2px;
  background: #37ab75;
  margin: auto;
  margin-bottom: 5px;
  -webkit-transition: all 400ms linear;
  -o-transition: all 400ms linear;
  transition: all 400ms linear;
}

.navbar-toggler[aria-expanded="true"] span:first-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 6px;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(2) {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] span:nth-child(3) {
  -webkit-transform: rotate(42deg);
  -ms-transform: rotate(42deg);
  transform: rotate(42deg);
  bottom: 8px;
  position: relative;
}

/*=======================main_header_area_two css ====================*/
.main_header_area_two .navbar {
  padding: 0px;
  background: transparent;
}

.main_header_area_two .navbar .nav .nav-item .nav-link {
  color: #222;
}

.main_header_area_two .navbar .nav .nav-item:hover .nav-link, .main_header_area_two .navbar .nav .nav-item.active .nav-link {
  color: #37ab75;
}

.main_header_area_two .navbar .nav .nav-item.submenu ul .nav-item .nav-link {
  color: #fff;
}

.main_header_area_two .navbar .nav .search_dropdown a:before {
  background: #222;
}

/*============ landing_header css ===========*/
.landing_header .navbar .nav .nav-item .nav-link {
  color: #fff;
  padding: 0px;
}

.landing_header .navbar .nav .nav-item .nav-link.active {
  color: #1861fe;
}

.landing_header .navbar .nav .nav-item:hover .nav-link {
  color: #1861fe;
}

.landing_header_two .navbar {
  background: transparent;
}

.landing_header_two .navbar .nav .nav-item .nav-link {
  color: #3f4e5d;
}

.landing_header_two .navbar .nav .nav-item .nav-link.active {
  color: #37ab75;
}

.landing_header_two .navbar .nav .nav-item:hover a {
  color: #37ab75;
}

.landing_header_two .navbar .nav li .get-btn {
  border-radius: 5px;
  border: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 2;
}

.landing_header_two .navbar .nav li .get-btn:before {
  background: -webkit-gradient(linear, left top, right top, from(#01cc88), to(#3e65dd));
  background: -webkit-linear-gradient(left, #01cc88, #3e65dd);
  background: -o-linear-gradient(left, #01cc88, #3e65dd);
  background: linear-gradient(to right, #01cc88, #3e65dd);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: -1;
}

.landing_header_two .navbar .nav li .get-btn:hover, .landing_header_two .navbar .nav li .get-btn:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.landing_header_two .navbar .nav li .get-btn:hover:before, .landing_header_two .navbar .nav li .get-btn:focus:before {
  opacity: 1;
}

.landing_header_two .navbar .get-btn-two {
  border-radius: 5px;
  border: 0px;
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  color: #fff;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  z-index: 2;
}

.landing_header_two .navbar .get-btn-two:before {
  background: -webkit-gradient(linear, left top, right top, from(#01cc88), to(#3e65dd));
  background: -webkit-linear-gradient(left, #01cc88, #3e65dd);
  background: -o-linear-gradient(left, #01cc88, #3e65dd);
  background: linear-gradient(to right, #01cc88, #3e65dd);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: -1;
}

.landing_header_two .navbar .get-btn-two:hover, .landing_header_two .navbar .get-btn-two:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.landing_header_two .navbar .get-btn-two:hover:before, .landing_header_two .navbar .get-btn-two:focus:before {
  opacity: 1;
}

.landing_header_two.navbar_fixed .navbar .nav li .get-btn {
  color: #fff;
}

/*============== fixed menu area css ==============*/
.main_header_area.navbar_fixed .navbar, .main_header_area_two.navbar_fixed .navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: -70px;
  -webkit-transform: translateY(70px);
  -ms-transform: translateY(70px);
  transform: translateY(70px);
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  z-index: 999;
}

@media (min-width: 992px) {
  .main_header_area.navbar_fixed .navbar .nav > li > a, .main_header_area_two.navbar_fixed .navbar .nav > li > a {
    color: #242424;
  }
  .main_header_area.navbar_fixed .navbar .nav > li:hover > a, .main_header_area_two.navbar_fixed .navbar .nav > li:hover > a {
    color: #37ab75;
  }
}

.main_header_area.navbar_fixed .navbar .nav > li.active > a, .main_header_area_two.navbar_fixed .navbar .nav > li.active > a {
  color: #37ab75;
}

.landing_header.navbar_fixed .navbar {
  background: #141535;
}

.landing_header.navbar_fixed .navbar .nav li .get-btn {
  color: #fff;
}

.landing_header_four .navbar {
  background: transparent;
}

/*spinner keyframe
=======================================================*/
@-webkit-keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(750deg);
    transform: rotate(750deg);
  }
}
@keyframes spinnerRotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  50% {
    -webkit-transform: rotate(720deg);
    transform: rotate(720deg);
  }
  100% {
    -webkit-transform: rotate(750deg);
    transform: rotate(750deg);
  }
}

@-webkit-keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

@keyframes glitter {
  0% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
  25% {
    -webkit-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(0.3) rotate(720deg);
    transform: scale(0.3) rotate(720deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(0.3) rotate(0deg);
    transform: scale(0.3) rotate(0deg);
    opacity: 0;
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*============== banner_area css===========*/
.banner_area {
  height: 450px;
  overflow: hidden;
}

.banner_area img {
  max-width: 100%;
}

.breadcrumbs {
  overflow: hidden;
  -webkit-box-shadow: 0px 2px 20px 0px rgba(24, 127, 172, 0.09);
  box-shadow: 0px 2px 20px 0px rgba(24, 127, 172, 0.09);
  padding: 10px 0px;
}

.breadcrumbs .page-title {
  font: 700 32px/55px "Poppins", sans-serif;
  color: #242424;
  text-transform: capitalize;
}

.breadcrumbs .bread_cumb li {
  font: 500 14px/55px "Poppins", sans-serif;
  display: inline-block;
  color: #37ab75;
}

.breadcrumbs .bread_cumb li a {
  color: #242424;
  font-weight: 600;
}

.breadcrumbs .bread_cumb li + li:before {
  content: "/";
  margin: 0px 5px;
  color: #242424;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/* hero_banner_area css
================================================*/
.home_slider_area {
  position: relative;
  margin-top: 50px;
}

/*================= slider_two_area css =================*/
.l_slider_two_area {
  background: #07081c;
  min-height: 100vh;
  position: relative;
  margin-top: 0px;
  overflow: hidden;
}

.l_slider_two_area:before {
  content: "";
  width: 100%;
  position: absolute;
  height: 100%;
  background: url(../image/partical-1.png) no-repeat scroll center left;
  left: 0;
  top: 0;
}

.l_slider_two_area .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l_slider_content {
  color: #fff;
}

.l_slider_content h2 {
  font: 600 48px/65px "Poppins", sans-serif;
  padding-bottom: 40px;
}

.l_slider_content p {
  font: 400 22px/30px "Poppins", sans-serif;
  color: #ffffff;
  opacity: 0.9;
  padding-bottom: 50px;
}

.l_slider_content .video {
  font: 400 20px/45px "Lora", serif;
  font-style: italic;
  color: #fff;
  display: inline-block;
  position: relative;
  margin-left: 30px;
}

.l_slider_content .video img {
  float: left;
  margin-right: 20px;
}

.l_slider_content .video:hover {
  color: #1861fe;
}

.landing_btn {
  padding: 0px 85px;
  text-transform: uppercase;
  border-radius: 45px;
  background: #1861fe;
}

.landing_btn:hover {
  border-color: #1861fe;
  color: #1861fe;
}

.slider_img {
  position: relative;
  z-index: 1;
  top: 20px;
  height: 550px;
}

.slider_img img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.round-planet {
  width: 550px;
  height: 550px;
  border: 2px solid #141535;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 0;
  background-image: -moz-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  background-image: -webkit-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  background-image: -ms-linear-gradient(0deg, rgba(134, 117, 255, 0.02) 0%, rgba(255, 255, 255, 0.02) 100%);
  z-index: -1;
}

.round-planet.planet {
  top: 50%;
}

.round-planet.planet2 {
  width: 450px;
  height: 450px;
}

.round-planet.planet3 {
  width: 350px;
  height: 350px;
}

.round-planet .star {
  border-radius: 50%;
  top: 50%;
  left: 50%;
  position: absolute;
}

.round-planet .star.star1 {
  margin-top: -15px;
  margin-left: -15px;
  width: 30px;
  height: 30px;
  background: #006cbe;
  -webkit-animation: spinnerRotates 20s linear infinite;
  animation: spinnerRotates 20s linear infinite;
}

.round-planet .star.star2 {
  -webkit-animation: spinnerRotateone 20s linear infinite;
  animation: spinnerRotateone 20s linear infinite;
  width: 18px;
  height: 18px;
  background: #8675ff;
  margin-top: -9px;
  margin-left: -9px;
}

.round-planet .star.star3 {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px;
  -webkit-animation: spinnerRotatetwo 20s linear infinite;
  animation: spinnerRotatetwo 20s linear infinite;
  background: #d90f5b;
}

.round-planet .star.star4 {
  width: 8px;
  height: 8px;
  margin-top: -4px;
  margin-left: -4px;
  -webkit-animation: spinnerRotatethree 20s linear infinite;
  animation: spinnerRotatethree 20s linear infinite;
  background: #ffb633;
}

.round-planet .star.star5 {
  -webkit-animation: spinnerRotatefour 25s linear infinite;
  animation: spinnerRotatefour 25s linear infinite;
}

.round-planet .star.star6 {
  -webkit-animation: spinnerRotatefive 25s linear infinite;
  animation: spinnerRotatefive 25s linear infinite;
}

.round-planet .star.star7 {
  -webkit-animation: spinnerRotatesix 25s linear infinite;
  animation: spinnerRotatesix 25s linear infinite;
}

.round-planet .star.star8 {
  -webkit-animation: spinnerRotateseven 25s linear infinite;
  animation: spinnerRotateseven 25s linear infinite;
}

/*================== l_slider_three css ================*/
.l_slider_three {
  background: url("../image/slider/bg-shape2.jpg") no-repeat scroll center 0/cover;
  z-index: 1;
}

.l_slider_three:before {
  display: none;
}

.l_slider_three .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.l_slider_three .l_slider_content {
  color: #203b4c;
}

.l_slider_three .l_slider_content p {
  color: #414141;
}

.l_slider_three .l_slider_content .landing_btn {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  border: 0px !important;
  border-radius: 5px;
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.l_slider_three .l_slider_content .landing_btn:before {
  background: -webkit-gradient(linear, left top, right top, from(#01cc88), to(#3e65dd));
  background: -webkit-linear-gradient(left, #01cc88, #3e65dd);
  background: -o-linear-gradient(left, #01cc88, #3e65dd);
  background: linear-gradient(to right, #01cc88, #3e65dd);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
}

.l_slider_three .l_slider_content .landing_btn:hover, .l_slider_three .l_slider_content .landing_btn:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l_slider_three .l_slider_content .landing_btn:hover:before, .l_slider_three .l_slider_content .landing_btn:focus:before {
  opacity: 1;
}

.l_slider_three .l_slider_content .video {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.l_slider_four {
  background: url("../image/new-banner.jpg") no-repeat scroll center 0/cover;
  z-index: 1;
}

.l_slider_four:before {
  display: none;
}

.l_slider_four .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

/*spinner keyframe
=======================================================*/
@-webkit-keyframes spinnerRotates {
  0% {
    -webkit-transform: rotate(0deg) translateX(275px);
    transform: rotate(0deg) translateX(275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(275px);
    transform: rotate(360deg) translateX(275px);
  }
}
@keyframes spinnerRotates {
  0% {
    -webkit-transform: rotate(0deg) translateX(275px);
    transform: rotate(0deg) translateX(275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(275px);
    transform: rotate(360deg) translateX(275px);
  }
}

@-webkit-keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(275px);
    transform: rotate(0deg) translateY(275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(275px);
    transform: rotate(360deg) translateY(275px);
  }
}

@keyframes spinnerRotateone {
  0% {
    -webkit-transform: rotate(0deg) translateY(275px);
    transform: rotate(0deg) translateY(275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(275px);
    transform: rotate(360deg) translateY(275px);
  }
}

@-webkit-keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-275px);
    transform: rotate(0deg) translateY(-275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-275px);
    transform: rotate(360deg) translateY(-275px);
  }
}

@keyframes spinnerRotatetwo {
  0% {
    -webkit-transform: rotate(0deg) translateY(-275px);
    transform: rotate(0deg) translateY(-275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-275px);
    transform: rotate(360deg) translateY(-275px);
  }
}

@-webkit-keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-275px);
    transform: rotate(0deg) translateX(-275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-275px);
    transform: rotate(360deg) translateX(-275px);
  }
}

@keyframes spinnerRotatethree {
  0% {
    -webkit-transform: rotate(0deg) translateX(-275px);
    transform: rotate(0deg) translateX(-275px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-275px);
    transform: rotate(360deg) translateX(-275px);
  }
}

@-webkit-keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(225px);
    transform: rotate(0deg) translateX(225px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(225px);
    transform: rotate(360deg) translateX(225px);
  }
}

@keyframes spinnerRotatefour {
  0% {
    -webkit-transform: rotate(0deg) translateX(225px);
    transform: rotate(0deg) translateX(225px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(225px);
    transform: rotate(360deg) translateX(225px);
  }
}

@-webkit-keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(225px);
    transform: rotate(0deg) translateY(225px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(225px);
    transform: rotate(360deg) translateY(225px);
  }
}

@keyframes spinnerRotatefive {
  0% {
    -webkit-transform: rotate(0deg) translateY(225px);
    transform: rotate(0deg) translateY(225px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(225px);
    transform: rotate(360deg) translateY(225px);
  }
}

@-webkit-keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-172px);
    transform: rotate(0deg) translateY(-172px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-172px);
    transform: rotate(360deg) translateY(-172px);
  }
}

@keyframes spinnerRotatesix {
  0% {
    -webkit-transform: rotate(0deg) translateY(-172px);
    transform: rotate(0deg) translateY(-172px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateY(-172px);
    transform: rotate(360deg) translateY(-172px);
  }
}

@-webkit-keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-225px);
    transform: rotate(0deg) translateX(-225px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-225px);
    transform: rotate(360deg) translateX(-225px);
  }
}

@keyframes spinnerRotateseven {
  0% {
    -webkit-transform: rotate(0deg) translateX(-225px);
    transform: rotate(0deg) translateX(-225px);
  }
  100% {
    -webkit-transform: rotate(360deg) translateX(-225px);
    transform: rotate(360deg) translateX(-225px);
  }
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*=================== w_bitcoin_area css ===================*/
.w_bitcoin_area {
  padding: 120px 0px;
  background: url("http://www.google.com/") repeat scroll center 0;
}

.w_bitcoin_item {
  position: relative;
  text-align: center;
  padding: 40px 15px;
  border: 1px solid #37ab75;
  z-index: 1;
  cursor: pointer;
  background: #fff;
}

.w_bitcoin_item:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.35);
  position: absolute;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.w_bitcoin_item .b_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: -2;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.w_bitcoin_item i:before {
  font-size: 60px;
  line-height: 70px;
  color: #37ab75;
}

.w_bitcoin_item h3 {
  font: 600 22px/28px "Poppins", sans-serif;
  color: #242424;
  text-transform: capitalize;
  padding: 20px 0px;
}

.w_bitcoin_item p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #797979;
}

.w_bitcoin_item:hover {
  border-color: transparent;
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.1);
}

.w_bitcoin_item:hover:before {
  opacity: 1;
}

.w_bitcoin_item:hover h3, .w_bitcoin_item:hover p {
  color: #fff;
}

.w_bitcoin_item:hover .b_img {
  opacity: 1;
}

/*================= about area css ==================*/
.row_m {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 12px;
}

.row_m .col-pad {
  padding-left: 5px;
  padding-right: 5px;
}

.about_area {
  padding: 120px 0px 110px;
  background: #f9f9f9;
}

.about_area .a_item img {
  max-width: 100%;
}

.about_area .about_content {
  padding-left: 15px;
}

.about_area .about_content p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #797979;
  padding: 27px 0px 30px;
}

.about_area .about_content .read_btn {
  line-height: 50px;
}

/*======================= choose_area css =========================*/
.choose_area {
  padding: 120px 0px 105px;
  position: relative;
}

.choose_area .section_title_two {
  margin-bottom: 50px;
}

.choose_item {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 35px 30px;
  margin: 15px 0px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}

.choose_item i:before {
  font-size: 60px;
  line-height: 70px;
  color: #37ab75;
}

.choose_item .media-body {
  padding-left: 25px;
}

.choose_item .media-body h3 {
  font: 600 22px/28px "Poppins", sans-serif;
  color: #242424;
  text-transform: capitalize;
}

.choose_item .media-body p {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #797979;
  padding: 7px 0px 8px;
}

.choose_item .media-body a {
  font: 500 14px/20px "Poppins", sans-serif;
  color: #F21B51;
}

.choose_item:hover {
  background: #3f4f9f;
  border-radius: 5px;
}

.choose_item:hover h3, .choose_item:hover p, .choose_item:hover a {
  color: #fff;
}

.coin .coin-01 {
  position: absolute;
  top: -20px;
  left: 50px;
}

.coin .coin-02 {
  position: absolute;
  top: 20%;
  left: 100px;
}

.coin .coin-03 {
  position: absolute;
  top: 30%;
  left: 150px;
}

.coin .coin-04 {
  position: absolute;
  top: 20%;
  left: 250px;
}

.coin .coin-05 {
  position: absolute;
  bottom: 30%;
  left: 0;
}

.coin .coin-06 {
  bottom: 20%;
  position: absolute;
  left: 150px;
}

/*============ services_area css =========*/
.services_area {
  padding: 120px 0px 90px;
}

.single-choose-item .choose_item {
  margin: 0px 0px 30px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.single-choose-item .choose_item .media-body h3 {
  font-size: 20px;
}

/*==================== m_services_area css ================*/
.m_services_area {
  padding: 120px 0px;
}

.m_service_item {
  padding-left: 100px;
}

.m_service_item .section_title {
  padding-bottom: 20px;
  margin-bottom: 60px;
}

.m_service_item .section_title h2 {
  font-weight: 500;
}

.m_service_item .media {
  margin-top: 30px;
}

.m_service_item .media img {
  width: 80px;
  height: 80px;
}

.m_service_item .media .media-body {
  padding-left: 30px;
  padding-right: 40px;
}

.m_service_item .media .media-body h3 {
  font: 600 22px/38px "Poppins", sans-serif;
  color: #242424;
}

.m_service_item .media .media-body p {
  font: 400 14px/25px "Open Sans", sans-serif;
  color: #797979;
}

.tab_img {
  margin-left: -150px;
}

/*===== services area css =====*/
.services_area_two {
  padding: 90px 0px 118px;
}

.services_area_two .features-num {
  font: 700 70px/75px "Playfair Display", serif;
  display: block;
  color: #f0efef;
}

.services_area_two .service {
  display: block;
}

.services_area_two .service + .service {
  padding-top: 87px;
}

.services_area_two .service .common {
  float: right;
}

.services_area_two .service .services-item {
  padding-right: 92px;
}

.services_area_two .service .services-item h2 {
  font: 700 22px "Montserrat", sans-serif;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 4px 0px 18px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  color: #242424;
}

.services_area_two .service .services-item p {
  margin: 0px;
}

.services_area_two .service .service-img {
  margin-top: 40px;
  padding-left: 68px;
}

.services_area_two .service .service-img .img {
  position: relative;
  display: inline-block;
}

.services_area_two .service .service-img .img:before {
  content: '';
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
  bottom: -10px;
  left: -10px;
  z-index: -1;
  background: #f4f5f5;
}

.services_area_two .service .service-img .img:after {
  content: '';
  width: 100px;
  height: 2px;
  background: #ededed;
  position: absolute;
  left: -50px;
  top: 37px;
}

.services_area_two .service.services2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.services_area_two .service.services2 .services-item {
  padding-right: 0px;
  padding-left: 60px;
}

.services_area_two .service.services2 .service-img {
  padding-left: 15px;
}

.services_area_two .service.services2 .service-img .img:after {
  left: auto;
  right: -50px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ h_work_area css =================*/
.h_work_area {
  background: #f9f9f9;
  padding: 120px 0px;
}

.h_work {
  position: relative;
}

.h_work img {
  height: auto;
  margin: 0 auto;
  padding: 80px 0;
}

.h_work .h_work_item {
  position: absolute;
}

.h_work .h_work_item.work-top-left {
  left: 0px;
  top: 0px;
}

.h_work .h_work_item.work-top-right {
  right: 0px;
  top: 0;
}

.h_work .h_work_item.work-bottom-left {
  left: -12px;
  bottom: 16px;
}

.h_work .h_work_item.work-bottom-right {
  right: -15px;
  bottom: 0;
}

.h_work_item {
  text-align: center;
}

.h_work_item .work_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
  position: relative;
}

.h_work_item .work_icon:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 2px dashed #ededed;
  position: absolute;
  -webkit-animation: round 3s linear 90ms;
  animation: round 3s linear 90ms;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.h_work_item .work_icon i:before {
  font-size: 50px;
  line-height: 100px;
  color: #37ab75;
}

.h_work_item h2 {
  font: 600 22px/28px "Poppins", sans-serif;
  color: #242424;
  margin: 30px 0px 15px;
}

.h_work_item:hover .work_icon {
  background: #37ab75;
}

.h_work_item:hover i:before {
  color: #fff;
}

/* buy_sell_area css
=======================================*/
.buy_sell_area {
  background: #000;
  padding: 150px 0px;
  position: relative;
}

.buy_sell_area:before {
  content: "";
  width: 100%;
  background: url("http://www.google.com/") no-repeat scroll bottom left;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
}

.buy_content .section_title .about_title {
  color: #fff;
}

.buy_content .section_title h6 {
  color: rgba(255, 255, 255, 0.55);
}

.buy_content p {
  color: #8b8888;
  padding: 30px 0px 38px;
}

.buy_content .fact_info .fact_item {
  width: calc(100% / 4);
  float: left;
  text-align: center;
  position: relative;
  margin-top: 15px;
}

.buy_content .fact_info .fact_item:before {
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 2px;
  background: #8b8888;
  position: absolute;
  opacity: 0.45;
}

.buy_content .fact_info .fact_item:first-child:before {
  display: none;
}

.buy_content .fact_info .fact_item h2 {
  color: #ffb426;
  font-size: 40px;
}

.buy_content .fact_info .fact_item h5 {
  font-size: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  color: #8b8888;
  padding-top: 12px;
}

/* Market_analytices_area css
================================================*/
.market_analytices_area {
  padding: 120px 0px;
}

.market_analytices_area .btcwdgt {
  max-width: 100% !important;
  margin: 80px 0px 0px !important;
}

.table-price {
  border: 1px solid #d6d6d6;
  margin-bottom: 0px;
}

.table-price thead tr th {
  border: 0px;
  font: 600 18px/40px "Poppins", sans-serif;
  color: #242424;
  padding: 10px 30px;
}

.table-price tbody tr td, .table-price tbody tr th {
  padding: 10px 30px;
  font: 400 16px/40px "Open Sans", sans-serif;
  color: #242424;
  border-top: 1px solid #d6d6d6;
}

.table-price tbody tr:hover {
  background: #37ab75;
}

.table-price tbody tr:hover td, .table-price tbody tr:hover th {
  color: #fff;
}

.table-price .price-icon {
  max-width: 100%;
  margin-right: 20px;
}

/* Start currency_converter_area css
================================================*/
.currency_converter_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 0px;
  background: url("http://www.google.com/") no-repeat scroll center 0/cover;
  position: relative;
  z-index: 1;
}

.currency_converter_area:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.60;
  position: absolute;
  z-index: -1;
}

.converter_info .section_title {
  margin-bottom: 50px;
}

.converter_info .section_title h2 {
  color: #fff;
}

.converter_info .section_title h6 {
  color: rgba(255, 255, 255, 0.55);
}

.converter_info .coin_calculator {
  position: relative;
  height: 70px;
}

.converter_info .HS1mainContainer tbody tr {
  position: relative;
}

.converter_info .HS1mainContainer tbody tr td {
  font: 500 30px/36px "Poppins", sans-serif;
  color: #fff;
  height: 64px;
}

.converter_info .HS1mainContainer tbody tr td.HS1label {
  display: none;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(2) {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25.5%;
  border-radius: 45px;
  text-align: center !important;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox {
  height: 100%;
  width: 100%;
  color: #666;
  background: #fff;
  border: 1px solid #51505a;
  border-radius: 45px;
  text-align: center;
  font: 500 25px/36px "Poppins", sans-serif;
  padding: 0px 15px !important;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(2) .HS1selectBox option {
  color: #000;
  padding-left: 15px;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(3) {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 18%;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(3) .HS1textarea {
  color: #666;
  background: #fff;
  border: 1px solid #51505a;
  text-align: center;
  width: 100% !important;
  display: block;
  height: 64px;
  border-radius: 45px;
  font-size: 25px;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(3) .HS1textarea:focus {
  outline: none;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(4) {
  position: absolute;
  left: 38.6%;
  top: 0px;
  width: 4%;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(4):before {
  content: "=";
  color: #fff;
  font-family: "Montserrat", sans-serif;
  position: relative;
  top: 8px;
  font-size: 25px;
  font-weight: 300;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(4) .HS1label {
  display: none;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(5) {
  position: absolute;
  top: 0;
  left: 43%;
  width: 30%;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(5) textarea {
  width: 100%;
  border: 1px solid #51505a;
  text-align: center;
  font: 500 25px/64px "Poppins", sans-serif;
  height: 100%;
  color: #666;
  background: #fff;
  resize: none;
  border-radius: 45px;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(5) textarea:focus {
  outline: none;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(6) {
  position: absolute;
  left: 150px;
  top: 0;
  width: 18.5%;
  border: 1px solid #51505a;
  color: #666;
  background: #fff;
  border-radius: 45px;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(6):before {
  content: "BTC";
  position: absolute;
  top: 0;
  left: 0;
  font: 500 25px/64px "Poppins", sans-serif;
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
}

.converter_info .HS1mainContainer tbody tr td:nth-child(6) span {
  display: none !important;
}

/*================= h_work_area_two css ======================*/
.h_work_area_two {
  background: #f9f9f9;
  padding: 120px 0px;
}

.work_info {
  position: relative;
}

.work_info:before {
  width: 70%;
  margin: 0 auto;
  border-top: 2px dashed #ededed;
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 2px;
}

.work_info .h_work_item {
  text-align: center;
  padding-top: 50px;
  position: relative;
}

.work_info .h_work_item:before {
  content: "";
  width: 1px;
  height: 50px;
  border: 1px dashed #ededed;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
}

.work_info .h_work_item .work_icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  text-align: center;
  line-height: 100px;
  margin: 0 auto;
}

@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
}

/*=========== price_area css =============*/
.price_area {
  padding: 120px 0px;
}

.nav-tabs {
  border: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 50px;
}

.nav-tabs li {
  display: inline-block;
  float: left;
}

.nav-tabs li .nav-link {
  display: block;
  padding: 0 20px;
  font-size: 14px;
  letter-spacing: .4px;
  text-transform: uppercase;
  color: #242424;
  line-height: 46px;
  background-color: transparent;
  border-top: 2px solid #37ab75;
  border-bottom: 2px solid #37ab75;
  border-radius: 0px;
  border-left: 0px;
  border-right: 0px;
}

.nav-tabs li .nav-link:hover, .nav-tabs li .nav-link.active {
  background: #37ab75;
  border-color: #37ab75;
  color: #fff;
}

.nav-tabs li:first-child .nav-link {
  border-left: 2px solid #37ab75;
  -webkit-border-radius: 25px 0 0 25px;
  border-radius: 25px 0 0 25px;
}

.nav-tabs li:last-child .nav-link {
  border-right: 2px solid #37ab75;
  -webkit-border-radius: 0px 25px 25px 0px;
  border-radius: 0px 25px 25px 0px;
}

.tab-pane .price_item {
  text-align: center;
  border: 1px solid #ededed;
  padding: 50px 0px 40px;
}

.tab-pane .price_item .round {
  width: 120px;
  height: 120px;
  background: #37ab75;
  border-radius: 50%;
  text-align: center;
  line-height: 115px;
  display: block;
  margin: 0 auto;
}

.tab-pane .price_item .round img {
  max-width: 50%;
  display: inline-block;
}

.tab-pane .price_item h3 {
  font: 600 18px/30px "Poppins", sans-serif;
  color: #242424;
  padding: 35px 0px 20px;
}

.tab-pane .price_item .price {
  font: 700 45px/45px "Poppins", sans-serif;
  color: #3c3c3c;
}

.tab-pane .price_item .price sup, .tab-pane .price_item .price sub {
  font-size: 18px;
  font-weight: 500;
}

.tab-pane .price_item .price sup {
  top: -1em;
}

.tab-pane .price_item .price sub {
  bottom: -0.1em;
}

.tab-pane .price_item .box-miner-list {
  padding-top: 30px;
}

.tab-pane .price_item .box-miner-list li {
  font: 400 16px/30px "Open Sans", sans-serif;
  color: #797979;
  border-bottom: 1px solid #f8f8f8;
  padding: 10px 30px;
}

.tab-pane .price_item .box-miner-list li:last-child {
  border: 0px;
}

/*================ pricing_area_two css =================*/
.pricing_area_two {
  padding: 120px 0px;
}

.pricing_area_two .price_item {
  background: #fff;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.pricing_area_two .price_item .slider_btn {
  text-transform: uppercase;
  border-radius: 45px;
  line-height: 48px;
  margin-top: 30px;
}

.pricing_area_two .price_item:hover {
  -webkit-box-shadow: 0px 0px 23px 0px #ccc;
  box-shadow: 0px 0px 23px 0px #ccc;
}

/*================== subcribe_area css ==================*/
.subcribe_area {
  padding: 120px 0px;
}

.subscription-form {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.subscription-form .subscribe-input {
  display: inline-block;
}

.subscription-form .subscribe-input .subscribe-control {
  height: 50px;
  padding: 0 20px;
  width: 350px;
  border-radius: 3px;
  border: 1px solid #ededed;
  font: 400 15px/26px "Poppins", sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.subscription-form .subscribe-input .subscribe-control.placeholder {
  color: #797979;
}

.subscription-form .subscribe-input .subscribe-control:-moz-placeholder {
  color: #797979;
}

.subscription-form .subscribe-input .subscribe-control::-moz-placeholder {
  color: #797979;
}

.subscription-form .subscribe-input .subscribe-control::-webkit-input-placeholder {
  color: #797979;
}

.subscription-form .subscribe-input .subscribe-control:focus {
  outline: none;
}

.subscription-form .subscribe-input .email-submit-btn {
  line-height: 46px;
}

.subscription-form .subscribe-input .email-submit-btn i {
  padding-left: 10px;
}

/*============= buy_sell_area_two css ==============*/
.buy_sell_area_two {
  padding: 120px 0px;
}

.buy_sell_area_two .display-flex {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.buy_content_two {
  color: #fff;
  padding-right: 40px;
}

.buy_content_two h2 {
  font: 600 40px/48px "Poppins", sans-serif;
  padding-bottom: 35px;
  padding-top: 10px;
}

.buy_content_two p {
  color: #9d99a8;
  padding-bottom: 30px;
  line-height: 30px;
}

.buy_content_two p + p {
  padding-top: 20px;
  padding-bottom: 25px;
}

.item_two {
  padding-top: 100px;
}

.item_two .buy_content_two {
  padding-right: 0px;
  padding-left: 40px;
}

.bg_color_light {
  background: #0b0c22;
}

.bg_color_dk {
  background: #07081c;
}

/*=========== token-area css ==============*/
.token-area {
  padding: 120px 0px;
}

.token-area .token_item {
  background: #2253b0;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 30px;
  height: 100%;
  border-radius: 3px;
}

.token-area .token_item .item h6 {
  font: 400 16px/28px "Poppins", sans-serif;
  padding-bottom: 7px;
}

.token-area .token_item .item h5 {
  font: 600 24px/36px "Poppins", sans-serif;
}

.token-area .token_item .item + .item {
  margin-top: 20px;
}

.token-area .token_item.token_two {
  background: #111230;
}

.token-area .token_sale_time {
  background: #141536;
}

.token-area .token_sale_time .sign_btn {
  font: 500 14px/40px "Montserrat", sans-serif;
  background: #2253b0;
  border-radius: 45px;
  display: block;
  text-align: center;
  width: 185px;
  margin: 0 auto;
  color: #fff;
  text-transform: capitalize;
  margin-top: 25px;
}

.token-area .token_sale_time .social_icon {
  text-align: center;
  padding-top: 5px;
}

.token-area .token_sale_time .social_icon a {
  font-size: 14px;
  color: #fff;
  padding: 0px 4px;
}

/*================ buy_sell_area_three css ================*/
.buy_sell_area_three {
  position: relative;
  z-index: 1;
  background: #fff;
}

.buy_sell_area_three .about_title {
  margin-bottom: 80px;
}

.buy_sell_area_three .buy_content_two h2 {
  color: #203b4c;
  line-height: 53px;
  font-size: 36px;
}

.buy_sell_area_three .buy_content_two p, .buy_sell_area_three .buy_content_two h6 {
  color: #414141;
}

.buy_sell_area_three .buy_content_two .landing_text_btn {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.buy_sell_area_three .buy_content_two .landing_text_btn:focus, .buy_sell_area_three .buy_content_two .landing_text_btn:hover {
  background: -webkit-gradient(linear, right top, left top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(right, #3e65dd, #01cc88);
  background: -o-linear-gradient(right, #3e65dd, #01cc88);
  background: linear-gradient(to left, #3e65dd, #01cc88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.buy_sell_area_three .buy_content_two ul li {
  font: 400 16px/30px "Poppins", sans-serif;
  color: #414141;
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
}

.buy_sell_area_three .buy_content_two ul li span {
  width: 30px;
  height: 30px;
  text-align: center;
  font-weight: 700;
  color: #203b4c;
  border-radius: 50%;
  background: rgba(60, 53, 195, 0.3);
  display: block;
  position: absolute;
  left: 0;
  top: 1px;
}

.b_sell_area_four .r_img img {
  right: -44px;
  position: relative;
  top: 15px;
}

.b_sell_area_four .item_two .buy_content_two {
  padding-left: 70px;
}

/*================ token-area-two css =================*/
.token-area-two {
  position: relative;
  z-index: 1;
}

.token-area-two .token_item {
  -webkit-box-shadow: 0px 0px 29px 0px rgba(253, 253, 253, 0.6);
  box-shadow: 0px 0px 29px 0px rgba(253, 253, 253, 0.6);
}

.token-area-two .token_sale_time .sign_btn {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.token-area-two .token_sale_time .sign_btn:before {
  content: "";
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#01cc88), to(#3e65dd));
  background: -webkit-linear-gradient(left, #01cc88, #3e65dd);
  background: -o-linear-gradient(left, #01cc88, #3e65dd);
  background: linear-gradient(to right, #01cc88, #3e65dd);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: -1;
}

.token-area-two .token_sale_time .sign_btn:hover, .token-area-two .token_sale_time .sign_btn:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.token-area-two .token_sale_time .sign_btn:hover:before, .token-area-two .token_sale_time .sign_btn:focus:before {
  opacity: 1;
  height: 500%;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*====================== feedback_area ======================*/
.feedback_area {
  background: url("http://www.google.com/") no-repeat scroll center 0/cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 120px 0px;
}

.feedback_area:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background: #000;
  opacity: 0.60;
  z-index: 0;
}

.feedback_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.feedback_group .feedback_slider {
  max-width: 48%;
  margin-left: 20px;
}

.feedback_group .feedback_slider:nth-child(1) {
  margin-top: 50px;
  margin-left: 0px;
}

.feedback_group .feedback_slider:nth-child(3) {
  margin-top: 30px;
}

.feedback_group .post {
  max-width: 360px;
  background: rgba(255, 255, 255, 0.18);
  padding: 25px 15px 25px 25px;
  position: relative;
  margin-bottom: 20px;
  border-radius: 10px;
}

.feedback_group .post:after {
  content: '';
  position: absolute;
  left: 25px;
  bottom: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 25px 0 0;
  border-color: rgba(255, 255, 255, 0.18) transparent transparent transparent;
}

.feedback_group .post h3 {
  font: 600 20px/26px "Poppins", sans-serif;
  color: #fff;
}

.feedback_group .post h6 {
  font: 400 16px/24px "Lora", serif;
  color: #37ab75;
  font-style: italic;
  padding: 5px 0px 12px;
}

.feedback_group .post p {
  color: #fff;
}

.feedback_group .post_img {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  overflow: hidden;
}

.feedback_group .post_img img {
  max-width: 100%;
}

.display-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.display-flex .flex {
  -ms-flex-item-align: center;
  align-self: center;
  vertical-align: middle;
}

.feedback_content h6 {
  font: 900 14px/25px "Lato", sans-serif;
  letter-spacing: 20px;
  padding-bottom: 5px;
}

.feedback_content .section_title {
  padding-bottom: 25px;
}

.feedback_content .section_title .about_title {
  color: #fff;
}

.feedback_content p {
  letter-spacing: -0.50px;
  padding-top: 30px;
}

/*================= call_action_area css ================*/
.call_action_area {
  background: rgba(0, 0, 0, 0.92);
}

.call_action_area .call_img {
  margin-top: -200px;
}

.call_action_area .call_action_content .section_title .about_title, .call_action_area .call_action_content .section_title h6 {
  color: #fff;
}

.call_action_area .call_action_content .section_title h6 {
  font-weight: 300;
  font-family: "Open Sans", sans-serif;
  line-height: 38px;
}

.call_action_area .call_action_content span {
  font-size: 18px;
  color: #fff;
  margin-right: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 60px;
}

.call_action_area .call_action_content span strong {
  margin-right: 30px;
}

.call_action_area .call_action_content span i {
  width: 45px;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border: 1px solid #fff;
  border-radius: 50%;
  margin-right: 15px;
  text-align: center;
}

.call_action_area .call_action_content .call_action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
}

/*=================== Market_news_area css ===============*/
.Marketdata_area {
  padding: 120px 0px;
}

.Marketdata_area .chartTypeTabLinks:hover, .Marketdata_area .chartTypeTabLinks.cTypeTabActive {
  background: #37ab75;
}

.Marketdata_area .tablinks:hover, .Marketdata_area .tablinks.active {
  border-color: #37ab75 !important;
}

.Market_news_area {
  padding: 120px 0px;
}

.Market_news_area .btcwdgt.btcwdgt-chart.btcwdgt-headlines, .Market_news_area .btcwdgt-light {
  margin: 0px !important;
}

.btcwdgt-price.btcwdgt-s-price {
  width: 100% !important;
  min-width: 100% !important;
  margin: 30px 0px 0px !important;
}

.crypto_converter input.priceInput, .crypto_converter .fromSymbolLabel, .crypto_converter .styledSelect {
  height: 50px !important;
  line-height: 48px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================ team_area css =================*/
.team_area {
  padding: 120px 0px;
}

.team_area .team_item {
  position: relative;
  overflow: hidden;
}

.team_area .team_item img {
  max-width: 100%;
  -webkit-transition: all 0.9s linear;
  -o-transition: all 0.9s linear;
  transition: all 0.9s linear;
}

.team_area .team_item .hover_content {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.75);
  padding: 20px 30px 20px 30px;
  z-index: 1;
  max-width: 90%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team_area .team_item .hover_content:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: #37ab75;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  z-index: -1;
}

.team_area .team_item .hover_content .text h3 {
  font: 500 22px/30px "Poppins", sans-serif;
  color: #fff;
}

.team_area .team_item .hover_content .text h6 {
  font: 400 14px/24px "Lato", sans-serif;
  color: #797979;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team_area .team_item .hover_content .icon {
  -ms-flex-item-align: center;
  align-self: center;
  padding-left: 20px;
  visibility: visible;
  opacity: 0;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.team_area .team_item .hover_content .icon a {
  width: 35px;
  height: 35px;
  font-size: 14px;
  line-height: 32px;
  border: 1px solid #ededed;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.team_area .team_item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.team_area .team_item:hover .hover_content {
  width: 100%;
  right: 0;
  left: 0;
  max-width: 100%;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team_area .team_item:hover .hover_content:before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.team_area .team_item:hover .hover_content .text h6 {
  color: #fff;
}

.team_area .team_item:hover .hover_content .icon {
  position: absolute;
  right: 30px;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

.team_area .team_item:hover .hover_content .icon a:hover {
  background: #fff;
  color: #37ab75;
}

/*====================== team_two_area css =================*/
.team_two_area {
  padding-bottom: 250px;
}

/*============== skill_area css ==============*/
.skill_area {
  background: url("http://www.google.com/") no-repeat scroll center/cover;
  background-attachment: fixed;
  position: relative;
  z-index: 1;
  padding: 150px 0px 120px;
}

.skill_area:before {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.65);
  position: absolute;
  z-index: -1;
}

.skill_area .single_skill_item {
  text-align: center;
}

.skill_area .single_skill_item .icon_box {
  width: 110px;
  height: 110px;
  border: 1px solid #37ab75;
  margin: 0 auto;
  line-height: 100px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: relative;
  text-align: center;
}

.skill_area .single_skill_item .icon_box img {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: inline-block;
}

.skill_area .single_skill_item h2 {
  font: 500 40px/50px "Montserrat", sans-serif;
  color: #37ab75;
  padding: 55px 0px 10px;
}

.skill_area .single_skill_item h5 {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #888;
}

/*============== team_area_two ===============*/
.team_area_two {
  padding: 120px 0px;
}

.team_item_two {
  padding: 30px;
  background: #141535;
  border: 1px solid #0b0c22;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.9);
  margin-bottom: 30px;
}

.team_item_two img {
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.team_item_two .media-body {
  padding-left: 30px;
}

.team_item_two .media-body h3 {
  font: 500 18px/24px "Poppins", sans-serif;
  color: #fff;
}

.team_item_two .media-body h6 {
  font: 400 16px/20px "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 20px;
}

.team_item_two .media-body h6:before {
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #37ab75;
  position: absolute;
}

.team_item_two .media-body p {
  color: #9d99a8;
}

.ad_team_area .about_title {
  text-align: center;
  color: #fff;
  margin-top: 70px;
  margin-bottom: 60px;
}

/*/=========== team_area_three css ============*/
.team_area_three {
  position: relative;
  z-index: 1;
}

.team_area_three .team_item_two {
  background: #fff;
  border-color: #f8f8f8;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 0px 29px 0px rgba(0, 0, 0, 0.04);
}

.team_area_three .team_item_two .media-body h3 {
  color: #203b4c;
}

.team_area_three .team_item_two .media-body h6 {
  color: #797979;
}

.team_area_three .team_item_two .media-body h6:before {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
}

.team_area_three .team_item_two .media-body p {
  color: #414141;
}

.team_area_three .about_title {
  color: #203b4c;
}

/*============= partner_logo_area css ==============*/
.partner_logo_area {
  padding: 120px 0;
  z-index: 2;
  position: relative;
}

.partner_logo_area .partner_slider .item {
  text-align: center;
}

.partner_logo_area .partner_slider .item img {
  width: auto;
  display: inline-block;
}

/*============= faq_area css ===============*/
.faq_area {
  padding: 120px 0px;
}

.faq-accordion .card {
  border: 0px;
  background: #141535;
  margin-bottom: 40px;
}

.faq-accordion .card .card-header {
  padding: 0px;
  border-radius: 0px;
  border: 0px;
}

.faq-accordion .card .card-header .btn-accordion {
  display: block;
  font: 500 20px/30px "Poppins", sans-serif;
  color: #37ab75;
  vertical-align: middle;
  position: relative;
  padding: 20px 20px 20px 60px;
}

.faq-accordion .card .card-header .btn-accordion span {
  font-weight: 500;
  font-size: 30px;
  font-family: "Montserrat", sans-serif;
  position: absolute;
  left: 25px;
}

.faq-accordion .card .card-header .btn-accordion .pluse {
  display: none;
}

.faq-accordion .card .card-header .btn-accordion .minus {
  display: inline-block;
}

.faq-accordion .card .card-header .btn-accordion.collapsed {
  color: #fff;
}

.faq-accordion .card .card-header .btn-accordion.collapsed .pluse {
  display: inline-block;
}

.faq-accordion .card .card-header .btn-accordion.collapsed .minus {
  display: none;
}

.faq-accordion .card .panel-body {
  font: 400 16px/28px "Open Sans", sans-serif;
  color: #9d99a8;
  padding: 0px 20px 25px 60px;
}

.faq-accordion .card:last-child {
  margin-bottom: 0px;
}

/*============= faq_area_two css =============*/
.faq_area_two {
  position: relative;
  z-index: 1;
  background: #fff;
}

.faq_area_two .faq-accordion .card {
  background: #f8f8f8;
}

.faq_area_two .faq-accordion .card .card-header {
  background: #f8f8f8;
}

.faq_area_two .faq-accordion .card .card-header .btn-accordion {
  background: -webkit-gradient(linear, right top, left top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(right, #3e65dd, #01cc88);
  background: -o-linear-gradient(right, #3e65dd, #01cc88);
  background: linear-gradient(to left, #3e65dd, #01cc88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq_area_two .faq-accordion .card .card-header .btn-accordion span {
  background: -webkit-gradient(linear, right top, left top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(right, #3e65dd, #01cc88);
  background: -o-linear-gradient(right, #3e65dd, #01cc88);
  background: linear-gradient(to left, #3e65dd, #01cc88);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq_area_two .faq-accordion .card .card-header .btn-accordion.collapsed {
  color: #203b4c;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #203b4c;
}

.faq_area_two .faq-accordion .card .card-header .btn-accordion.collapsed span {
  color: #203b4c;
  background: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: #203b4c;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= welcome_area css =================*/
.welcome_area {
  padding: 120px 0px;
}

.welcome_area .section_title_two {
  margin-bottom: 40px;
}

.welcome_content {
  margin-bottom: 60px;
}

.welcome_content .slider_btn {
  width: 220px;
  text-align: center;
  border-radius: 45px;
  margin: 50px auto 0px;
}

/*======================== what_section_area css ====================*/
.what_section_area {
  padding: 120px 0px;
}

.what_section_area .more_content .mocup_img {
  padding-bottom: 30px;
}

.what_section_area .more_content .mocup_img img {
  max-width: 100%;
}

.what_section_area .more_content h6 {
  font: 300 14px/24px "Montserrat", sans-serif;
  color: #888;
  padding-bottom: 10px;
  margin: 0px;
}

.what_section_area .more_content p {
  font: 400 16px/28px "Poppins", sans-serif;
  padding: 30px 50px 0px 50px;
  margin: 0px;
}

.what_section_area .more_content .read_btn {
  font: 500 16px/26px "Montserrat", sans-serif;
  color: #242424;
  padding-top: 25px;
  display: inline-block;
}

.what_section_area .more_content .read_btn:hover {
  color: #37ab75;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.latest-blog_area {
  padding: 110px 0px 120px;
}

.latest_blog_slider .owl-nav .owl-prev, .latest_blog_slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  height: 100%;
  width: 200px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  opacity: 0;
}

.latest_blog_slider .owl-nav .owl-prev {
  cursor: url(http://www.google.com/), auto;
}

.latest_blog_slider .owl-nav .owl-next {
  cursor: url(http://www.google.com/), auto;
  right: 0;
}

.lt_blog_item .blog_content {
  border: 1px solid #f1f1f1;
  padding: 25px;
  background-color: #fff;
}

.lt_blog_item .blog_content h3 a {
  font: 600 20px/26px "Poppins", sans-serif;
  color: #242424;
}

.lt_blog_item .blog_content .article-meta span {
  margin: 10px 5px;
  color: #888;
  font-size: 13px;
  font-style: italic;
  display: inline-block;
  font-weight: "Lato", sans-serif;
  font-weight: 500;
}

.lt_blog_item .blog_content .article-meta span i {
  padding-right: 5px;
}

.lt_blog_item .blog_content p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #797979;
}

.lt_blog_item .blog_content .readmore {
  font: 500 16px/26px "Montserrat", sans-serif;
  color: #37ab75;
  margin-top: 16px;
}

/*=============== blog_main_area css =================*/
.blog_main_area {
  padding: 120px 0px 95px 0px;
}

.pagination_area {
  margin-top: 55px;
}

.pagination_area a {
  color: #37ab75;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  padding: 10px 20px;
}

.pagination_area a i {
  padding-right: 5px;
}

.pagination_area .page-item .page-link:hover {
  background: #37ab75;
  border-color: #37ab75;
  color: #fff;
}

.pagination_area .page-item.active .page-link {
  background: #37ab75;
  border-color: #37ab75;
}

.blog_main_item_inner {
  margin-bottom: -50px;
  overflow: hidden;
  clear: both;
  padding-right: 40px;
}

.blog_main_item_inner .n_blog_item {
  margin-bottom: 50px;
}

.n_blog_item .blog_image_slider .owl-next, .n_blog_item .blog_image_slider .owl-prev {
  position: absolute;
  top: 15px;
  z-index: 5;
  height: 24px;
  width: 24px;
  background: #fff;
  color: #242424;
  line-height: 24px;
  text-align: center;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  cursor: pointer;
}

.n_blog_item .blog_image_slider .owl-next:hover, .n_blog_item .blog_image_slider .owl-prev:hover {
  background: #37ab75;
  color: #fff;
}

.n_blog_item .blog_image_slider .owl-next {
  right: 15px;
}

.n_blog_item .blog_image_slider .owl-prev {
  right: 44px;
}

.n_blog_item .n_blog_text {
  text-align: center;
}

.n_blog_item .n_blog_text .post_meta {
  padding: 25px 0px 10px;
}

.n_blog_item .n_blog_text .post_meta a {
  display: inline-block;
  position: relative;
  padding-right: 12px;
}

.n_blog_item .n_blog_text .post_meta a + a:before {
  content: "/";
  display: inline-block;
  position: absolute;
  left: -11px;
  top: -5px;
  height: 100%;
  color: #797979;
}

.n_blog_item .n_blog_text h5 {
  font-size: 14px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
}

.n_blog_item .n_blog_text h3 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  color: #242424;
  font-weight: 600;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  line-height: 28px;
}

.n_blog_item .n_blog_text h3:hover {
  color: #37ab75;
}

.n_blog_item .n_blog_text p {
  font-size: 14px;
  line-height: 24px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  padding: 15px 0px 30px 0px;
}

.n_blog_item .blog_image {
  position: relative;
  z-index: 2;
}

.n_blog_item .blog_image:before {
  content: "";
  position: absolute;
  background: rgba(55, 171, 117, 0.8);
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.n_blog_item .blog_image img {
  max-width: 100%;
  width: 100%;
}

.n_blog_item .blog_image .blog_hover {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  text-align: center;
  z-index: 2;
  width: 100%;
  text-align: center;
  overflow: hidden;
}

.n_blog_item .blog_image .blog_hover a {
  margin-right: 7px;
  position: relative;
  bottom: -25px;
  opacity: 0;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.n_blog_item .blog_image .blog_hover a i {
  height: 42px;
  width: 42px;
  background: #fff;
  color: #797979;
  line-height: 42px;
  font-size: 14px;
  border-radius: 50%;
}

.n_blog_item .blog_image .blog_hover a:last-child {
  margin-right: 0px;
}

.n_blog_item .blog_image .blog_hover a:hover i {
  color: #37ab75;
}

.n_blog_item .blog_image .blog_p_icon {
  position: absolute;
  right: 15px;
  top: 15px;
  color: #fff;
  font-size: 14px;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.n_blog_item:hover .blog_image:before {
  opacity: 1;
}

.n_blog_item:hover .blog_image .blog_hover a {
  bottom: 0px;
  opacity: 1;
}

.n_blog_item .blog_video {
  position: relative;
}

.n_blog_item .blog_video img {
  width: 100%;
}

.n_blog_item .blog_video .blog_hover {
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.n_blog_item .blog_video .blog_hover a {
  height: 46px;
  width: 46px;
  border: 3px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  color: #797979;
  font-size: 14px;
  line-height: 24px;
  border-radius: 50%;
  display: inline-block;
  line-height: 44px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.n_blog_item .blog_video .blog_hover a:hover {
  background: #37ab75;
  border: 3px solid #37ab75;
  color: #fff;
}

.blog_info_two {
  display: block;
  overflow: hidden;
}

.blog_info_two .blog_inner {
  padding-left: 60px;
}

.blog_info_two .b_item {
  background: #fff;
  -webkit-box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  box-shadow: 1px 2px 7.28px 0.72px rgba(0, 0, 0, 0.08);
  margin-bottom: 50px;
}

.blog_info_two .b_item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.blog_info_two .b_item .blog-content {
  padding: 40px 40px;
}

@media (max-width: 504px) {
  .blog_info_two .b_item .blog-content {
    padding: 40px 20px;
  }
}

.blog_info_two .entry-header {
  margin-left: 68px;
  margin-bottom: 30px;
  position: relative;
}

@media (max-width: 504px) {
  .blog_info_two .entry-header {
    margin-bottom: 10px;
    margin-left: 0;
  }
}

.blog_info_two .entry-header h2 {
  margin: 8px 0 0;
}

.blog_info_two .entry-header h2 a {
  font-size: 24px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: capitalize;
  color: #000;
}

.blog_info_two .entry-header h2 a:hover {
  color: #37ab75;
}

.blog_info_two .post-format {
  position: absolute;
  top: 0;
  left: -68px;
  display: block;
  width: 48px;
  height: 48px;
  font-size: 24px;
  line-height: 48px;
  text-align: center;
  border-radius: 3px;
  color: #37ab75;
  border: 1px solid #37ab75;
}

@media (max-width: 504px) {
  .blog_info_two .post-format {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}

.blog_info_two .article-info {
  margin: 0 -8px 5px;
  line-height: 12px;
}

.blog_info_two .article-info div {
  display: inline-block;
  font-size: 12px;
  color: #666;
  text-transform: uppercase;
  margin: 0;
  padding: 0 8px;
  border-right: 1px solid #ddd;
}

@media (max-width: 504px) {
  .blog_info_two .article-info div {
    display: block;
    margin-bottom: 10px;
    border: 0;
  }
}

.blog_info_two .article-info div i {
  margin-right: 3px;
  color: #666;
}

.blog_info_two .article-info div:last-child {
  border: none;
}

.blog_info_two .readmore {
  margin-top: 30px;
}

.blog_info_two .readmore .slider_btn {
  color: #fff;
  line-height: 45px;
  padding: 0px 52px;
  border-radius: 45px;
}

.blog_info_two .readmore .slider_btn:hover {
  color: #37ab75;
}

.r_widget_title {
  margin-bottom: 30px;
}

.r_widget_title h3 {
  font-size: 24px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  padding-bottom: 18px;
  position: relative;
  font-weight: 400;
}

.r_widget_title h3:before {
  content: "";
  width: 40px;
  background: #37ab75;
  height: 2px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.r_widget {
  margin-bottom: 55px;
}

.r_widget:last-child {
  margin-bottom: 0px;
}

.search_widget .input-group {
  display: block;
}

.search_widget .input-group input {
  display: block;
  width: 100%;
  float: none;
  border: 1px solid #e6e5e1;
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  border-radius: 0px;
  height: 50px;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  color: #797979;
  padding: 0px 15px;
}

.search_widget .input-group input.placeholder {
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.search_widget .input-group input:-moz-placeholder {
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.search_widget .input-group input::-moz-placeholder {
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.search_widget .input-group input::-webkit-input-placeholder {
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.search_widget .input-group input:focus {
  border-color: #37ab75;
}

.search_widget .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: auto;
  z-index: 3;
}

.search_widget .input-group .input-group-btn .btn-default {
  border: none;
  background: transparent;
  color: #797979;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.category_widget ul li {
  margin-bottom: 7px;
}

.category_widget ul li a {
  font-size: 14px;
  color: #797979;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  display: block;
  padding-bottom: 8px;
  border-bottom: 1px dashed #ededed;
}

.category_widget ul li a span {
  float: right;
}

.category_widget ul li:last-child {
  margin-bottom: 0px;
}

.category_widget ul li:last-child a {
  border: 0px;
  padding-bottom: 0px;
}

.category_widget ul li:hover a {
  color: #37ab75;
}

.news_widget .media {
  margin-top: 20px;
}

.news_widget .media .media-left {
  padding-right: 15px;
}

.news_widget .media .media-body h4 {
  font-size: 14px;
  line-height: 18px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
}

.news_widget .media .media-body h4:hover {
  color: #37ab75;
}

.news_widget .media .media-body .recent_date {
  font-size: 12px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-style: italic;
  color: #797979;
  padding-top: 4px;
}

.news_widget .media:first-child {
  margin-top: 0px;
}

.twitter_widget .tweets_feed ul li {
  margin-bottom: 30px;
}

.twitter_widget .tweets_feed ul li .tw_content .tweet_text {
  font-size: 14px;
  color: #797979;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}

.twitter_widget .tweets_feed ul li .tw_content .tweet_text a {
  color: #37ab75;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}

.twitter_widget .tweets_feed ul li .tw_content .tweet_date {
  font-size: 14px;
  color: #797979;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}

.twitter_widget .tweets_feed ul li .footer .tweet_time a {
  color: #37ab75;
  font-size: 14px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  line-height: 24px;
}

.twitter_widget .tweets_feed ul li:last-child {
  margin-bottom: 0px;
}

/* End Blog Widget area css
============================================================================================ */
/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*================= road_map_timeline_area css ================*/
.map_timeline_area {
  padding: 120px 0px;
}

.timeline {
  border-bottom: 1px solid #10111c;
  position: relative;
}

.timeline:before {
  content: "";
  width: 4px;
  height: 100%;
  position: absolute;
  background: #141536;
  border-radius: 2px;
  left: 50%;
  margin-left: -2px;
  top: 0;
}

.timeline .timeline-item {
  overflow: hidden;
  position: relative;
  padding-bottom: 60px;
}

.timeline .timeline-item .timeline-info, .timeline .timeline-item .timeline-content {
  float: left;
  color: #fff;
  width: 50%;
}

.timeline .timeline-item .timeline-marker {
  width: 37px;
  height: 37px;
  border-radius: 0;
  background: #0b0c22;
  border: 2px solid #141535;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.timeline .timeline-item .timeline-info {
  text-align: right;
  font: 700 25px/28px "Open Sans", sans-serif;
  padding-right: 48px;
  padding-top: 15px;
}

.timeline .timeline-item .timeline-content {
  background: #141535;
  border: 1px solid #0b0c22;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.9);
  border-radius: 10px;
  padding: 40px;
  width: 44%;
  margin-right: 0px;
  margin-left: 70px;
  position: relative;
}

.timeline .timeline-item .timeline-content:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #141535;
  border-left: 1px solid #141536;
  border-bottom: 1px solid #141536;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: -9px;
  top: 30px;
}

.timeline .timeline-item .timeline-content h2 {
  font: 600 28px/35px "Poppins", sans-serif;
  padding-bottom: 12px;
}

.timeline .timeline-item .timeline-content p {
  font: 400 16px/26px "Open Sans", sans-serif;
  color: #9d99a8;
}

.timeline .timeline-item:nth-child(odd) .timeline-info {
  float: right;
  text-align: left;
  padding-left: 48px;
  padding-right: 0px;
}

.timeline .timeline-item:nth-child(odd) .timeline-content {
  margin-right: 70px;
  margin-left: 0px;
}

.timeline .timeline-item:nth-child(odd) .timeline-content:before {
  right: -9px;
  left: auto;
  border-right: 1px solid #141536;
  border-top: 1px solid #141536;
  border-left: 0px;
  border-bottom: 0px;
}

.timeline .timeline-item:last-child {
  padding-bottom: 0px;
}

/*============ map_timeline_two css ============*/
.map_timeline_two {
  position: relative;
  z-index: 1;
  background: #fff;
}

.map_timeline_two .timeline {
  border-bottom: 0px;
}

.map_timeline_two .timeline:before {
  background: #f8f8f8;
}

.map_timeline_two .timeline .timeline-item .timeline-info {
  color: #203b4c;
}

.map_timeline_two .timeline .timeline-item .timeline-marker {
  background: #f8f8f8;
  border-color: #f8f8f8;
}

.map_timeline_two .timeline .timeline-item .timeline-content {
  background: #f8f8f8;
  border: 1px solid #f8f8f8;
  -webkit-box-shadow: 0px 0px 19px 0px #f5f5f5;
  box-shadow: 0px 0px 19px 0px #f5f5f5;
}

.map_timeline_two .timeline .timeline-item .timeline-content:before {
  background: #f8f8f8;
  border-color: #f8f8f8;
}

.map_timeline_two .timeline .timeline-item .timeline-content h2 {
  color: #203b4c;
}

.map_timeline_two .timeline .timeline-item .timeline-content p {
  color: #414141;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*====================== contact_text_area css ====================*/
.contact_text_area {
  padding: 120px 0px 100px;
}

.description_text {
  text-align: center;
  margin-bottom: 80px;
}

.description_text h6 {
  font-size: 14px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  color: #888890;
  padding-bottom: 20px;
}

.description_text h4 {
  font-size: 36px;
  line-height: 48px;
  color: #242424;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  letter-spacing: -0.90px;
}

.description_text h4 span {
  font-family: "Lato", sans-serif;
  font-weight: 300;
}

.description_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  color: #888890;
  line-height: 26px;
  max-width: 750px;
  padding-top: 20px;
  margin: 0 auto;
}

/*============= map_area css ==============*/
.map_area {
  position: relative;
}

#mapBox {
  height: 700px;
}

.office_contact_form .form-group {
  margin-bottom: 20px;
}

.office_contact_form .form-group input {
  border: none;
  border-bottom: 1px solid #dadedf;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  height: 50px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group input.placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group input:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group input::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group input::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group input:focus {
  border-color: #37ab75;
}

.office_contact_form .form-group label {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
  padding-top: 5px;
  position: absolute;
  bottom: -33px;
}

.office_contact_form .form-group textarea {
  border: none;
  border-bottom: 1px solid #dadedf;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0px;
  padding: 0px;
  height: 165px;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
  padding-top: 50px;
  resize: none;
}

.office_contact_form .form-group textarea.placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group textarea:-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group textarea::-moz-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group textarea::-webkit-input-placeholder {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  color: #797979;
  font-weight: 400;
}

.office_contact_form .form-group textarea:focus {
  border-color: #37ab75;
}

.office_contact_form .form-group .submit_dark {
  margin: auto;
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  max-width: 480px;
  margin-top: 35px;
}

.address-item .media .media-left {
  width: 90px;
  height: 90px;
  text-align: center;
  border: 1px solid #ededed;
  border-radius: 10px;
  font-size: 35px;
  color: #242424;
  background: #fff;
  -webkit-box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 65px rgba(0, 0, 0, 0.1);
  position: relative;
  line-height: 80px;
  vertical-align: middle;
}

.address-item .media .media-body {
  padding-left: 30px;
  vertical-align: middle;
}

.address-item .media .media-body h6 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #242424;
  font-weight: 600;
  margin-bottom: 10px;
}

.address-item .media .media-body h4 {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  line-height: 26px;
  color: #797979;
  font-weight: 400;
}

.contact_d_form_inner {
  width: 650px;
  position: absolute;
  top: 0;
  height: 100%;
  padding: 50px;
}

.contact_d_form_inner .office_contact_form {
  border: 15px solid #f5f6f6;
  width: 100%;
  background: #fff;
  padding: 50px 15px 30px;
}

.contact_d_form_inner .office_contact_form .form-group .submit_dark {
  width: 100%;
  max-width: none;
}

.contact_d_form_inner .office_contact_form .form-group textarea {
  padding-top: 35px;
  height: 156px;
}

.submit_dark {
  font: 600 14px/60px "Poppins", sans-serif;
  color: #fff;
  background: #1e1e1f;
  width: 100%;
  padding: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
}

.submit_dark:hover {
  background: #37ab75;
}

/*================= container_area_two css ===============*/
.ld_contact {
  position: relative;
  margin: 0 auto;
  padding-bottom: 0px;
}

.ld_contact .about_title {
  color: #fff;
  text-align: center;
  margin: 50px 0px;
}

.ld_contact .office_contact_form {
  background: rgba(0, 0, 0, 0.6);
  border-color: #131433;
}

.ld_contact .office_contact_form .form-group input {
  padding: 0px 20px;
  background: transparent;
  border-color: #48517e;
}

.ld_contact .office_contact_form .form-group textarea {
  padding: 20px;
  background: transparent;
  border-color: #48517e;
}

.ld_contact .office_contact_form .submit_dark {
  background: #131433;
}

.ld_contact .office_contact_form .submit_dark:hover {
  background: #1861fe;
}

/*============= l_contact_two css =============*/
.l_contact_two {
  position: relative;
  margin: 0 auto;
}

.l_contact_two .about_title {
  color: #203b4c;
  text-align: center;
  margin: 50px 0px;
}

.l_contact_two .office_contact_form .submit_dark {
  background: -webkit-gradient(linear, left top, right top, from(#3e65dd), to(#01cc88));
  background: -webkit-linear-gradient(left, #3e65dd, #01cc88);
  background: -o-linear-gradient(left, #3e65dd, #01cc88);
  background: linear-gradient(to right, #3e65dd, #01cc88);
  border-radius: 3px;
  border: 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.l_contact_two .office_contact_form .submit_dark:before {
  content: "";
  width: 100%;
  height: 0;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  position: absolute;
  background: -webkit-gradient(linear, left top, right top, from(#01cc88), to(#3e65dd));
  background: -webkit-linear-gradient(left, #01cc88, #3e65dd);
  background: -o-linear-gradient(left, #01cc88, #3e65dd);
  background: linear-gradient(to right, #01cc88, #3e65dd);
  opacity: 0;
  -webkit-transition: all .5s linear;
  -o-transition: all .5s linear;
  transition: all .5s linear;
  z-index: -1;
}

.l_contact_two .office_contact_form .submit_dark:hover, .l_contact_two .office_contact_form .submit_dark:focus {
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.l_contact_two .office_contact_form .submit_dark:hover:before, .l_contact_two .office_contact_form .submit_dark:focus:before {
  opacity: 1;
  height: 800%;
}

/* Contact From popup css
============================================================================================ */
.modal-message {
  background: rgba(0, 0, 0, 0.5);
}

.modal-message .modal-dialog {
  margin-top: 0px;
  margin-bottom: 0px;
  top: 30%;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  left: 0px;
  border-radius: 0px;
}

.modal-message .modal-dialog .modal-content {
  border: none;
  border-radius: 15px;
  text-align: center;
}

.modal-message .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding-bottom: 0px;
  display: block;
}

.modal-message .modal-dialog .modal-content h2 {
  color: #000;
  font-size: 40px;
  font-family: "Poppins", sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 3px;
  padding-bottom: 10px;
  padding-top: 20px;
}

.modal-message .modal-dialog .modal-content p {
  color: #888;
  font-size: 16px;
  font-family: "Poppins", sans-serif;
  padding-bottom: 40px;
}

#error h2 {
  color: #ea4452;
}

#success h2 {
  color: #14e06e;
}

.modal-backdrop {
  z-index: 20;
}

.mailchimp p {
  text-align: center;
  color: #888;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  padding-top: 5px;
  margin-bottom: 0px;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
.td-color-theme-demos {
  background: #fff;
  width: 250px;
  position: fixed;
  top: 200px;
  z-index: 1002;
  border-radius: 0 0 6px;
  padding: 0px 20px;
  text-align: center;
  left: -250px;
  -webkit-box-shadow: -3px 0px 10px 0px rgba(26, 38, 74, 0.15);
  box-shadow: -3px 0px 10px 0px rgba(26, 38, 74, 0.15);
  visibility: visible;
  z-index: 10;
}

.plate-title {
  background: #f8f8f8;
  color: #000;
  padding: 5px 0 5px 10px;
  margin: 0;
  line-height: 35px;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}

a.settingBtn {
  background: #fff none repeat scroll 0 0;
  color: #fff;
  font-size: 24px;
  height: 45px;
  right: -50px;
  position: absolute;
  text-align: center;
  -webkit-box-shadow: 4px 0px 10px 0px rgba(26, 38, 74, 0.15);
  box-shadow: 4px 0px 10px 0px rgba(26, 38, 74, 0.15);
  width: 50px;
  line-height: 44px;
  color: #1aabec;
  top: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

a.settingBtn i {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.td-title {
  font: 400 16px/30px "Poppins", sans-serif;
  color: #222;
  border-bottom: 1px solid #e3e3e3;
  margin-bottom: 25px;
  padding: 22px 0px 12px 4px;
}

.td-sw-color {
  overflow: hidden;
  padding-bottom: 12px;
  padding-top: 5px;
}

.td-sw-color li.active i {
  display: block;
  font-size: 20px;
  line-height: 40px;
}

.td-sw-color a {
  width: calc(84% / 4);
  height: 40px;
  display: block;
  float: left;
  color: #fff;
  text-align: center;
  margin: 0px 4px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  border-radius: 3px;
  margin-bottom: 5px;
}

.td-sw-color a i {
  display: none;
}

.td-sw-color a.active i {
  display: block;
  font-size: 20px;
  line-height: 38px;
}

.td-sw-color a.color2 {
  background: #1ccaa2;
  background: -moz-linear-gradient(left, #1ccaa2 0%, #31d181 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #1ccaa2), color-stop(100%, #31d181));
  background: -webkit-linear-gradient(left, #1ccaa2 0%, #31d181 100%);
  background: -o-linear-gradient(left, #1ccaa2 0%, #31d181 100%);
  background: -ms-linear-gradient(left, #1ccaa2 0%, #31d181 100%);
  background: -webkit-gradient(linear, left top, right top, from(#1ccaa2), to(#31d181));
  background: linear-gradient(to right, #1ccaa2 0%, #31d181 100%);
}

.td-sw-color a.color1 {
  background: #3abced;
}

.td-sw-color a.color3 {
  background: #eb3349;
  background: -moz-linear-gradient(left, #eb3349 0%, #f45c43 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, #eb3349), color-stop(100%, #f45c43));
  background: -webkit-linear-gradient(left, #eb3349 0%, #f45c43 100%);
  background: -o-linear-gradient(left, #eb3349 0%, #f45c43 100%);
  background: -ms-linear-gradient(left, #eb3349 0%, #f45c43 100%);
  background: -webkit-gradient(linear, left top, right top, from(#eb3349), to(#f45c43));
  background: linear-gradient(to right, #eb3349 0%, #f45c43 100%);
}

.td-sw-color a.color4 {
  background: #14e06e;
}

.td-sw-color a.color5 {
  background: #f88e40;
}

.td-sw-color a.color6 {
  background: #5b75e7;
}

.td-sw-color a.color7 {
  background: #1861fe;
}

.td-sw-color a.color8 {
  background: #c52fe9;
}

/*---------------------------------------------------- */
/*----------------------------------------------------*/
/*======================= footer_area css ======================*/
.footer_area_info {
  background-image: url(http://www.google.com/);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  background-position: 50% 0;
  background-color: rgba(0, 0, 0, 0.96);
}

.footer_top {
  color: #ffffff;
}

.footer_top .footer_info {
  border-bottom: 1px solid #1e2224;
  padding: 50px 0;
}

.footer_top .logo-bottom {
  float: left;
  border-right: 1px solid #333;
  margin-right: 25px;
  margin-bottom: 0;
  line-height: 40px;
  height: 57px;
  padding-top: 5px;
  padding-right: 20px;
}

.footer_top .bottom-info {
  margin-bottom: 0;
  height: 55px;
  color: #999;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

.footer_top .social-icons {
  text-align: right;
}

.footer_top .social-icons li {
  display: inline-block;
}

.footer_top .social-icons li a {
  border: 1px solid #999;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
  color: #999;
}

.footer_top .social-icons li:hover a {
  background: #3b5998;
  color: #fff;
  border-color: transparent;
}

.footer_top .social-icons li:hover:nth-child(2) a {
  background: #5bc0de;
}

.footer_top .social-icons li:hover:nth-child(3) a {
  background: #c9302c;
}

.footer_top .social-icons li:hover:nth-child(4) a {
  background: #ea4c89;
}

.footer_top .social-icons li:hover:nth-child(5) a {
  background: #053eff;
}

.footer_bottom {
  padding: 75px 0px 55px;
}

.footer_bottom .f_widget {
  font: 400 16px/28px "Poppins", sans-serif;
}

.footer_bottom .f_widget .f-title {
  font: 500 22px/28px "Poppins", sans-serif;
  color: #fff;
  padding-bottom: 30px;
}

.footer_bottom .f_widget a {
  color: #999;
}

.footer_bottom .f_widget a:hover {
  color: #37ab75;
}

.footer_bottom .adress_widget p {
  color: #999;
  padding-bottom: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  position: relative;
}

.footer_bottom .adress_widget p i {
  position: absolute;
  left: 0;
  line-height: 30px;
}

.footer_bottom .about_widget p {
  padding-bottom: 10px;
}

.footer_bottom .about_widget p i {
  line-height: 28px;
}

.footer_bottom .twitter_widget ul li {
  padding-left: 30px;
  position: relative;
  padding-bottom: 25px;
  color: #999;
}

.footer_bottom .twitter_widget ul li:before {
  content: "\f099";
  font-size: 24px;
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 2px;
  color: #333;
}

.footer_bottom .news_widget .subscrib_form {
  margin-top: 30px;
}

.footer_bottom .news_widget .subscrib_form .form-control {
  font: 400 14px/24px "Poppins", sans-serif;
  color: #838486;
  letter-spacing: 0.42px;
  padding: 0px 22px;
  background: transparent;
  border: 1px solid #363736;
  height: 47px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.footer_bottom .news_widget .subscrib_form .form-control:hover, .footer_bottom .news_widget .subscrib_form .form-control:focus {
  z-index: 0;
}

.footer_bottom .news_widget .subscrib_form .submit_btn_b {
  background: #37ab75;
  color: #fff;
  padding: 0px 17px;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.copyright_row {
  background: #000;
  font: 400 16px/28px "Poppins", sans-serif;
  color: #999;
  padding: 40px 0px;
  border-top: 1px solid #1e2224;
}

.copyright_row i {
  color: #37ab75;
}

/*============== footer_area_two css ==============*/
.footer_area_two {
  padding: 120px 0px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.footer_area_two:before {
  content: "";
}

.footer_area_two .footer_info {
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

.footer_area_two .footer_info h2 {
  font: 500 30px/45px "Montserrat", sans-serif;
  color: #fff;
  padding-bottom: 5px;
}

.footer_area_two .footer_info h6 {
  font: 400 20px/26px "Lora", serif;
  color: #797979;
  font-style: italic;
  padding-bottom: 45px;
}

.footer_area_two .footer_info p {
  font: 400 14px/26px "Poppins", sans-serif;
  color: #9d99a8;
}

.footer_area_two .footer_info .subscribe_form .input-group {
  display: block;
  position: relative;
  z-index: 1;
}

.footer_area_two .footer_info .subscribe_form .input-group input {
  width: 100%;
  height: 70px;
  border: 2px solid #131433;
  border-radius: 45px;
  background: transparent;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.9);
  padding: 0px 30px;
  color: #fff;
  position: relative;
  z-index: 0;
}

.footer_area_two .footer_info .subscribe_form .input-group .input-group-btn {
  position: absolute;
  right: 0px;
  top: 0;
  z-index: 1;
}

.footer_area_two .footer_info .subscribe_form .input-group .input-group-btn .btn-submit {
  background: #1861fe;
  border-radius: 45px;
  font: 500 16px/22px "Montserrat", sans-serif;
  color: #fff;
  padding: 23px 47px;
  cursor: pointer;
}

.footer_area_two .footer_info .subscribe_form .input-group .input-group-btn .btn-submit:hover {
  background: #053cb2;
}

.footer_area_two .footer_info .f_social_widget {
  padding: 35px 0px 0px;
}

.footer_area_two .footer_info .f_social_widget a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  display: inline-block;
  margin: 20px 2px 0px;
  color: #131433;
}

.footer_area_two .footer_info .f_social_widget a:hover {
  background: #37ab75;
  color: #fff;
}

.polygon_box .polygon_img {
  left: -50px;
  position: absolute;
  top: 0;
  width: 350px;
  height: 350px;
  z-index: -1;
}

.polygon_box img {
  max-width: 100%;
}

.polygon_box .circle_two {
  left: auto;
  right: -50px;
  top: 0;
  width: 350px;
  height: 350px;
}

/*=========== footer_three css ===========*/
/* ======= FOOTER ======= */
.footer {
  padding-top: 63px;
  color: #ccc;
  background-color: #10172c;
  background-image: -webkit-linear-gradient(70deg, #200036 0%, #042233 60%, #042233 100%);
  background-image: linear-gradient(20deg, #200036 0%, #042233 60%, #042233 100%);
}

.footer__main {
  padding-bottom: 73px;
}

.footer__logo {
  display: block;
}

.footer .copyright {
  padding: 41px 0 43px;
  font-size: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer .copyright__link {
  font-weight: 600;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer .copyright__link:hover {
  color: #fff;
}

.footer .footer-section {
  margin-top: 79px;
}

.footer .footer-section_links {
  padding-right: 38px;
  padding-left: 72px;
}

.footer .footer-section__title {
  position: relative;
  margin-bottom: 22px;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
}

.footer .footer-section__title:before {
  position: absolute;
  top: 0;
  left: -24px;
  width: 4px;
  height: 18px;
  background-color: white;
  content: '';
}

.footer .footer-section__list:before, .footer .footer-section__list:after {
  display: table;
  content: "";
}

.footer .footer-section__list:after {
  clear: both;
}

.lt-ie8 .footer .footer-section__list {
  zoom: 1;
}

.footer__link {
  display: block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: 600;
  color: #3890d7;
  text-transform: uppercase;
}

.footer-list__item {
  display: inline-block;
  width: 50%;
  margin-right: -3px;
  margin-bottom: 4px;
}

.footer-list__link {
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.footer-list__link:hover {
  color: #fff;
}

.footer-social-nets {
  display: table;
  width: 100%;
  padding-bottom: 53px;
  padding-left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}

.footer-social-nets__item {
  position: relative;
  display: table-cell;
  margin-right: 0;
  list-style-type: none;
}

.footer-social-nets__item:after {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 16px;
  font-weight: 300;
  opacity: 0.5;
  content: '/';
}

.footer-social-nets__item:last-child:after {
  content: none;
}

.footer-social-nets__link {
  font-size: 12px;
  font-weight: 600;
  color: #ccc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

.footer-social-nets__link:hover {
  color: #fff;
}

/*---------------------------------------------------- */

/*# sourceMappingURL=style.css.map */