/*==================================================== */

/*Font Imports */

@import url(https://fonts.googleapis.com/css?family=Raleway:800,700,500,400,600);

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);

@import url(https://fonts.googleapis.com/css?family=Alegreya:400,400i,700,700i,900,900i);

@import url(https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i);

@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300i,700);

@import url("https://fonts.googleapis.com/css?family=Pacifico");
@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100;200;300;400;500;600;700;800;900&display=swap');

/*Font Variables */

/*==================================================== */

body {

  font-family: 'Heebo', sans-serif;

}
.justify-content-center {
    justify-content: center!important;
}


.author-themelab #wrapper {

  overflow: hidden;

}

.author-themelab h1, .author-themelab .h1 {

  margin: 0;
  font-size: 35px;
  color: #FFF;
  font-weight: 700;

  line-height: 60px;

}

.author-themelab h2, .author-themelab .h2 {

  margin: 0;
  font-size: 40px;
  font-weight: 700;
  letter-spacing: -0.06em;

}

.author-themelab h5, .author-themelab .h5 {

  margin: 0 0 11px;
  font-family: "Montserrat";
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  color: #002e5b;
  letter-spacing: -0.04em;

}

.author-themelab h6, .author-themelab .h6 {

  margin: 0;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;

}



.author-themelab .button {

  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;

}

.author-themelab .button span {

  position: relative;
  z-index: 2;
  font-weight: 700;
  display: block;
  padding: 0 10px;

}

.author-themelab .button-outline-white {

  overflow: hidden;
  position: relative;
  border: 2px solid white;
  border-radius: 3px;
  text-align: center;
  line-height: 52px;
  color: white;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-outline-white:before {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: white;
  z-index: -1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

}

.author-themelab .button-outline-white .fa {

  margin-left: 10px;
  font-size: 15px;
  color: #fde428;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-outline-white:hover {

  text-decoration: none;

}

.author-themelab .button-outline-white:focus {

  text-decoration: none;
  color: white;

}

.author-themelab .button-outline-white:hover {

  color: #002e5b;

}

.author-themelab .button-outline-white:hover:before {

  opacity: 1;
  background-color: white;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-outline-white:hover .fa {

  color: #002e5b;

}
.author-themelab .button-primary {

  position: relative;
  overflow: hidden;
  background: #002e5b;
  border-radius: 3px;
  text-align: center;
  line-height: 45px;
  color: white;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-primary span {

  position: relative;
  z-index: 2;

}

.author-themelab .button-primary:before {

  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 150%;
  height: 100%;
  background: #002e5b;
  z-index: 1;
  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);
  -webkit-transform-origin: 0% 100%;
  transform-origin: 0% 100%;
  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;
  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

}

.author-themelab .button-primary .fa {

  margin-left: 10px;
  font-size: 15px;
  color: #fde428;

}
.author-themelab .button-primary:hover {

  text-decoration: none;

}
.author-themelab .button-primary:focus {

  text-decoration: none;
  color: white;

}
.author-themelab .button-primary:hover:before {

  opacity: 1;
  background-color: #fde428;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}
.author-themelab .button-primary:hover .fa {

  color: #002e5b;

}
.author-themelab .button-primary-2 {

  position: relative;
  overflow: hidden;
  background: transparent;
  border-radius: 3px;
  border: 2px solid #002e5b;
  text-align: center;
  line-height: 41px;
  color: white;
  -webkit-transition: border-color 0.3s, color 0.3s;
  transition: border-color 0.3s, color 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-primary-2 span {

  position: relative;

  z-index: 2;

}

.author-themelab .button-primary-2:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 150%;

  height: 100%;

  background: #002e5b;

  z-index: 1;

  -webkit-transform: rotate3d(0, 0, 1, 0deg);

  transform: rotate3d(0, 0, 1, 0deg);

  -webkit-transform-origin: 0% 100%;

  transform-origin: 0% 100%;

  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;

  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-primary-2 .fa {

  margin-left: 10px;

  font-size: 15px;

  color: #fde428;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.author-themelab .button-primary-2:hover {

  text-decoration: none;

}

.author-themelab .button-primary-2:focus {

  text-decoration: none;

  color: white;

}

.author-themelab .button-primary-2:hover {

  border-color: white;

  color: #002e5b;

}

.author-themelab .button-primary-2:hover:before {

  background-color: #002e5b;

  -webkit-transition: -webkit-transform 0.3s;

  transition: -webkit-transform 0.3s;

  transition: transform 0.3s;

  transition: transform 0.3s, -webkit-transform 0.3s;

  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

}

.author-themelab .button-primary-2:hover .fa {

  color: #002e5b;

}

.author-themelab .button-secondary {

  position: relative;

  overflow: hidden;

  background: #d61e1e;

  border-radius: 3px;

  text-align: center;

  border: 2px solid #d61e1e;

  line-height: 52px;

  color: white;

  -webkit-transition: border-color 0.3s, color 0.3s;

  transition: border-color 0.3s, color 0.3s;

  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .button-secondary span {

  position: relative;

  z-index: 2;

}

.author-themelab .button-secondary:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 150%;

  height: 100%;

  background: #fde428;

  z-index: 1;

  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

  -webkit-transform-origin: 0% 100%;

  transform-origin: 0% 100%;

  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;

  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

}

.author-themelab .button-secondary .fa {

  margin-left: 10px;

  font-size: 15px;

  color: #002e5b;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.author-themelab .button-secondary:hover {

  text-decoration: none;

}

.author-themelab .button-secondary:focus {

  text-decoration: none;

  color: #002e5b;

}

.author-themelab .button-secondary:hover {

  color: white;

  border-color: #002e5b;

}

.author-themelab .button-secondary:hover .fa {

  color: #fde428;

}

.author-themelab .button-secondary:hover:before {

  opacity: 1;

  background-color: #002e5b;

  -webkit-transform: rotate3d(0, 0, 1, 0deg);

  transform: rotate3d(0, 0, 1, 0deg);

  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .owl-carousel .owl-item img {

  width: auto;

}

.author-themelab .header {

  position: absolute;

  left: 0;

  top: 27px;

  right: 0;

  width: 100%;

  z-index: 99;

}

.author-themelab .header_nav {

  float: right;

}

.author-themelab .header_nav > ul {

  list-style: none;

  padding-left: 0;

  margin-bottom: 0;

}

.author-themelab .header_nav > ul > li {

  float: left;

}

.author-themelab .header_nav > ul > li:not(:first-child) {

  margin-left: 28px;

}

.author-themelab .header_nav > ul > li > a {

  display: block;

  line-height: 45px;

  color: white;

}

.author-themelab .header_nav > ul > li.__purchase {

  margin-left: 37px;

}

.author-themelab .header_nav > ul > li.__purchase > a {

  position: relative;

  overflow: hidden;

  min-width: 137px;

  padding: 0 10px;

  line-height: 41px;

  background-color: #002e5b;

  border-radius: 3px;

  border: 2px solid #002e5b;

  text-align: center;

  font-family: "Montserrat";

  font-weight: 700;

  -webkit-transition: border-color 0.3s, color 0.3s;

  transition: border-color 0.3s, color 0.3s;

  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .header_nav > ul > li.__purchase > a span {

  position: relative;

  z-index: 2;

}

.author-themelab .header_nav > ul > li.__purchase > a .fa {

  color: #fde428;

  font-size: 16px;

  margin-left: 13px;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.author-themelab .header_nav > ul > li.__purchase > a:before {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 150%;

  height: 100%;

  background: #002e5b;

  z-index: 1;

  -webkit-transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

  transform: rotate3d(0, 0, 1, -45deg) translate3d(0, -3em, 0);

  -webkit-transform-origin: 0% 100%;

  transform-origin: 0% 100%;

  -webkit-transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  transition: opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

  transition: transform 0.3s, opacity 0.3s, background-color 0.3s;

  transition: transform 0.3s, opacity 0.3s, background-color 0.3s, -webkit-transform 0.3s;

}

.author-themelab .header_nav > ul > li.__purchase > a:hover, .author-themelab .header_nav > ul > li.__purchase > a:focus {

  text-decoration: none;

}

.author-themelab .header_nav > ul > li.__purchase > a:hover {

  color: #002e5b;

  border-color: #fde428;

}

.author-themelab .header_nav > ul > li.__purchase > a:hover:before {

  opacity: 1;

  background-color: #fde428;

  -webkit-transform: rotate3d(0, 0, 1, 0deg);

  transform: rotate3d(0, 0, 1, 0deg);

  -webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

  transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);

}

.author-themelab .header_nav > ul > li.__purchase > a:hover .fa {

  color: #002e5b;

}

.author-themelab .slide {

  position: relative;

  /*height: 384px;*/
 /* height: 100vh;*/
  padding: 80px 0;

}
.com-pic{
  margin: auto;
  display: flex;
  justify-content: center;
}
.com-pic img{
 /* width: 70%;*/

}

.author-themelab .slide:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}

.author-themelab .slide:before {

  background: url("../img/slide-top.jpg") no-repeat;

  background-position: 50% 0;

  content: " ";

  height: 100%;

  left: 0;

  position: fixed;

  top: 0;

  width: 100%;

  will-change: transform;

  z-index: -1;

}

.author-themelab .slide_content {

  position: relative;

  z-index: 9;

  padding: 0;

}

.author-themelab .slide_content h1 {

  margin: 0;

  color: white;

  text-transform: capitalize;

  text-align: center;

  font-family: 'Montserrat', sans-serif;

  font-weight: bold;

  font-size: 42px;

}

.author-themelab .slide_content img {

  display: block;

  margin: 0 auto 40px auto;

}

.author-themelab .slide_content h1 mark {

  padding: 0;

  background: transparent;

  color: #fde428;

}

.author-themelab .slide_button-group {

  margin-top: 43px;

  text-align: center;

  font-size: 0;

}

.author-themelab .slide_button-group .button {

  margin: 0 10px;

  min-width: 195px;

  font-family: "Raleway";

  font-weight: bold;

  text-transform: uppercase;

  font-size: 16px;

}

.author-themelab .screenshots_list {

  width: 1px;

  min-width: 100%;

}

.author-themelab .screenshots_list.owl-carousel {

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

}

.author-themelab .screenshots_list.owl-carousel .owl-item img {

  width: 100%;

}

.author-themelab .screenshots_list_item {

  position: relative;

  margin: 65px 0 100px 0;

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  -webkit-backface-visibility: hidden;

  backface-visibility: hidden;

  border-radius: 5px;

  box-shadow: 0 0 65px rgba(12, 18, 24, 0.26);

}

.author-themelab .screenshots_list_item img {

  max-width: 100%;

  display: block;

  height: auto;

  border-radius: 5px;

  position: relative;

  z-index: 1;

}

.author-themelab .screenshots_list_item a {

  position: absolute;

  top: 0;

  left: 0;

  border-radius: 5px;

  box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.1);

  height: 100%;

  width: 100%;

  z-index: 2;

}

@media (min-width: 641px) {

  .author-themelab .screenshots_list .owl-item:not(.center) .screenshots_list_item {

    -webkit-transition: -webkit-transform 0.3s ease 0.3s;

    transition: -webkit-transform 0.3s ease 0.3s;

    transition: transform 0.3s ease 0.3s;

    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;

    -webkit-transform: translateZ(0) scale(0.898);

    transform: translateZ(0) scale(0.898);

  }

  .author-themelab .screenshots_list .owl-item.active.center {

    position: relative;

    z-index: 2;

  }

  .author-themelab .screenshots_list .owl-item.active.center .screenshots_list_item {

    -webkit-transition: -webkit-transform 0.3s ease 0.3s;

    transition: -webkit-transform 0.3s ease 0.3s;

    transition: transform 0.3s ease 0.3s;

    transition: transform 0.3s ease 0.3s, -webkit-transform 0.3s ease 0.3s;

  }

}

.author-themelab .icon-box {

  padding: 30px 15px 25px 25px;

  border-radius: 5px;

  -webkit-transition: background 0.3s ease;

  transition: background 0.3s ease;

}

.author-themelab .icon-box:hover {

  background: white;

}

.author-themelab .icon-box_icon {

  float: left;

  width: 55px;

  height: 55px;

  margin-top: 4px;

  margin-right: 19px;

  position: relative;

  text-align: center;

  background: #002e5b;

  border-radius: 50%;

}

.author-themelab .icon-box_icon img {

  position: absolute;

  top: 50%;

  left: 0;

  right: 0;

  margin: 0 auto;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}

.author-themelab .icon-box_text {

  overflow: hidden;

}

.author-themelab .icon-box_text p {

  color: #555555;

}

.author-themelab .icon-box_text p:last-child {

  margin-bottom: 0;

}

.author-themelab .section {

  position: relative;

}

.author-themelab .section_wrapper {

  position: relative;

  z-index: 9;

}

.author-themelab .section_header {

  text-align: center;

  margin: -240px 0 0 0;

}

.author-themelab .section_t {

  margin: 0 0 65px;

  text-align: center;

  text-transform: uppercase;


  font-weight: 500px !important;

  color: white;

  font-size: 35px;

  letter-spacing: 0.3px;

}

.author-themelab .section_t mark {

  padding: 0;

  background: transparent;

  color: #fde428;

}

.author-themelab .section_t img.Desi-arrow_link {

  padding: 40px 0 0 0;

}

.author-themelab .section_t.__white {

  color: white;

}

.author-themelab .section_t.__black {

  color: black;

}

.author-themelab .call-to-action {

  background: #fde428;

  padding: 17px 0;

}

.author-themelab .call-to-action_text {

  padding-top: 11px;

  font-family: "Montserrat";

  font-weight: 700;

  font-size: 20px;

  line-height: 24px;

  color: black;

  float: left;

  width: calc(100% - 162px);

  letter-spacing: -0.04em;

}

.author-themelab .call-to-action_act {

  float: right;

}

.author-themelab .call-to-action_act .button {

  position: relative;

  text-align: left;

  letter-spacing: 0.04em;

}

.author-themelab .call-to-action_act .button span {

  min-width: 144px;

  padding-left: 22px;

  padding-right: 45px;

}

.author-themelab .call-to-action_act .button .fa {

  position: absolute;

  top: 50%;

  right: 12px;

  -webkit-transform: translateY(-50%);

  transform: translateY(-50%);

}

.author-themelab .section.__features {

  background: white;

}

.author-themelab .section.__features .container {

  width: 1200px;

}

.author-themelab .section.__features.section.__features2 {

  padding: 100px 0;

}

.author-themelab .section.__features .section_t {

  margin-bottom: 35px;

  color: black;

}

.author-themelab .section.__features .icon-box {

  margin-bottom: -45px;

}

.author-themelab .section.__features .row:not(:last-of-type) {

  margin-bottom: 72px;

}

.author-themelab .section.__features .screenshots {

  overflow: hidden;

  position: relative;

  z-index: 2;

  float: left;

  width: 100%;

  margin: -190px 0 0;

}

@media (max-width: 1199px) {

  .author-themelab .section.__features .container {

    width: 100%;

  }

}

@media (min-width: 767px) {

  .author-themelab .icon-box {

    margin-left: -18px;

    margin-right: -10px;

  }

}

@media (min-width: 641px) {

  .author-themelab .section.__features .screenshots_wrapper {

    margin: 0 -353px;

  }

}

.author-themelab .demo-card {

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

  text-align: center;
  margin-bottom: 50px;

}

.author-themelab .demo-card_image {

  position: relative;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  margin-bottom: 30px;

  overflow: hidden;

  display: inline-block;

  border-bottom: 0;
   /* border-top-right-radius: 10px;
    border-top-left-radius: 10px;*/

  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);

  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 12px;

}

.author-themelab .demo-card_image .this-inner {

  margin: 0;

  position: relative;

  display: block;

  overflow: hidden;

}

.author-themelab .demo-card_image img {

  width: 100%;

  transition: all 300ms linear 0s;

  height: auto;

}

.author-themelab .demo-card_image .this-infos {

  position: absolute;

  top: 0;

  right: 0;

  bottom: 0;

  left: 0;

  background: transparent;

  transition: all 300ms linear 0s;

  overflow: hidden;

}

.author-themelab .demo-card_image .infos-inner {

  position: absolute;

  /*bottom: 0;*/

  left: 0;

  text-align: center;

  transition: all 300ms linear 0s;

  text-transform: capitalize;

  width: 100%;

}

.author-themelab .demo-card_image .btn {

  font-size: 16px;
  padding: 0 28px;
  position: relative;
  top: 170px;
  transition: all 800ms linear 0s;
  transition-duration: 0.5s;
  background: black;
  font-weight: 400;
  color: white;
  line-height: 51px;
  /*width: 100%;*/
  border-radius: 0;
  border: 1px solid #FFF;

}
.this-link{
  
}
.this-link {
  font-size: 16px;
  color: #000 !important;
  outline: none;
  border: none;
  text-decoration: none;
}
.this-link a:hover{
  font-size: 16px;  
    color: #000 !important;
}
.author-themelab .demo-card_image:hover .this-infos {

  background: rgba(0, 0, 0, 0.2);

}

.author-themelab .lp-gallery-item:focus .this-infos {

  background: rgba(0, 0, 0, 0.7);

}

.author-themelab .demo-card_image:hover img, .author-themelab .lp-gallery-item:focus img {

  transform: scale(1);  

}

/*.author-themelab .demo-card_image:hover .btn, .author-themelab .demo-card_image:focus .btn {

  bottom: 127px;

}*/

.author-themelab .demo-card_name {

  text-transform: uppercase;

  color: white;

  text-align: center;

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

  font-size: 20px;

  font-family: "Open Sans";

  font-weight: bold;

}

.author-themelab .demo-card:hover .demo-card_name {

  opacity: 1;

}

.author-themelab .section.__demos {

  padding: 100px 0 50px 0;
  background: #f8f8f8;


}

.author-themelab .section.__demos .section_t {

  margin-bottom: 75px;

}

.author-themelab .section.__demos .section_t:after {

  margin-top: 17px;

}

.author-themelab .section.__get-product {

  background: url("../img/get-theme-bg.html") no-repeat;

  background-size: cover;

  background-attachment: fixed;

  background-position: 50% 0;

  will-change: transform;

  padding-top: 160px;

  padding-bottom: 125px;

  text-align: center;

}

.author-themelab .section.__get-product:after {

  content: "";

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 46, 91, 0.8);

}

.author-themelab .section.__get-product .section_t {

  margin-bottom: 11px;

  color: white;

}

.author-themelab .section.__get-product .section_t:after {

  content: none;

}

.author-themelab .section.__get-product .section_subt {

  color: white;

  font-size: 20px;

}

.author-themelab .section.__get-product .button {

  margin-top: 38px;

  padding: 0 20px;

}

.author-themelab .section.__compatible {

  background: white;

  padding-top: 55px;

  padding-bottom: 59px;

  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.21);

}

.author-themelab .js-compatible-carousel {

  width: 1px;

  min-width: 100%;

}

.author-themelab .compatible_item {

  -webkit-transform: translateZ(0);

  transform: translateZ(0);

}

.author-themelab .compatible_item:focus {

  box-shadow: none;

}

.author-themelab .compatible_item img {

  display: block;

  max-width: 100%;

  height: auto;

  margin: 0 auto;

  -webkit-filter: grayscale(100%);

  filter: grayscale(100%);

  -webkit-transition: all 0.3s ease;

  transition: all 0.3s ease;

}

.author-themelab .compatible_item img:focus {

  outline: none;

}

.author-themelab .compatible_item:hover img {

  -webkit-filter: grayscale(0);

  filter: grayscale(0);

}

.author-themelab .compatible_item:focus {

  outline: none;

}

.author-themelab footer {

  border-top: 1px solid #474845;

}

.author-themelab .footer {

  padding: 31px 0;

  display: block;

  width: 100%;

}

.author-themelab .footer .copyright {

  padding: 33px 0 35px 0;

  margin-bottom: 0;

  font-size: 13px;

  line-height: 20px;

  color: white;

  text-align: center;

}

@media (max-width: 992px) {

  .author-themelab .icon-box {

    text-align: center;

  }

  .author-themelab .icon-box_icon {

    float: none;

    margin: 0 auto 19px;

  }

  .author-themelab .icon-box_text h5 br {

    display: none;

  }

}

@media (max-width: 768px) {

  .author-themelab .slide_content {

    /*padding: 82px 0;*/

  }

  .author-themelab .section.__features .row:not(:last-of-type) {

    margin-bottom: 0;

  }

  .author-themelab .section.__demos {

    padding-bottom: 37px;

  }

  .author-themelab .demos-list {

    padding: 0 15px;

  }

  .author-themelab .demos-list .demo-card {

    margin-bottom: 30px;

  }

  .author-themelab .section.__get-product {

    padding-top: 125px;

  }

  .author-themelab .section.__features .icon-box {

    margin-bottom: 0;

  }

  .author-themelab .footer {

    padding: 31px 15px;

    text-align: center;

  }

  .author-themelab .footer .credit-texts {

    padding: 20px 0 0 0;

    float: none;

    display: inline-block;

  }

}

@media (max-width: 640px) {

  .author-themelab .slide_content img {

    /*width: 100%;*/

  }

  .author-themelab .slide {

    height: auto;

  }

  .author-themelab .slide_content h1 {

    font-size: 30px;

    line-height: normal;

  }

  .author-themelab h2 {

    font-size: 16px !important;
    font-weight: normal !important;
    line-height: 26px !important;

  }
.author-themelab .welcome-section .welcome-textss {
    padding: 50px 15px !important;
}
.author-themelab .copyright-texts {
    float: none !important; 
}
  .author-themelab .section.__features .icon-box {

    padding: 0;

    margin-bottom: 30px;

  }

  .author-themelab .section.__features .icon-box:hover {

    background: transparent;

  }

  .author-themelab .call-to-action {

    padding: 40px 0;

  }

  .author-themelab .call-to-action_text {

    float: none;

    width: 100%;

    padding: 0;

    text-align: center;

  }

  .author-themelab .call-to-action_act {

    float: none;

    text-align: center;

    margin-top: 20px;

  }

  .author-themelab .demo-card_image {

    margin-bottom: 13px;

  }

  .author-themelab .section.__features {

    padding-bottom: 10px;

  }

  .author-themelab .section.__features .screenshots_wrapper {

    padding: 0 15px;

    margin: 0;

  }

  .author-themelab .section.__features .screenshots {

    margin: -100px 0 -13px;

  }

  .author-themelab .section.__features .screenshots_list {

    margin: 65px 0;

    border-radius: 5px;

    box-shadow: 0 0 65px rgba(12, 18, 24, 0.26), inset 0 1px 1px rgba(255, 255, 255, 0.13);

  }

  .author-themelab .section.__features .screenshots_list_item {

    box-shadow: none;

    margin: 0;

  }

  .author-themelab .section.__demos, .author-themelab .section.__get-product, .author-themelab .section.__compatible {

    padding: 40px 0;

  }

  .author-themelab .section.__demos {

    padding-bottom: 10px;

  }

}

@media (max-width: 480px) {

  .author-themelab .header_nav > ul > li.__purchase {

    margin-left: 20px;

  }

  .author-themelab .slide_button-group .button {

    display: block;

    min-width: 0;

    width: 100%;

    margin-right: auto;

    margin-left: auto;

  }

  .author-themelab .slide_button-group .button:not(:last-child) {

    margin-bottom: 15px;

  }

}

.author-themelab .service-offer-carousel2 .item {

  text-align: center;

  padding: 29px 15px;

  width: 370px;

  float: left;

  background: #f7f7f7;

  border-top: 5px solid #f7f7f7;

  margin: 15px;

  height: 167px;

}

.author-themelab .service-offer-carousel2 .item img {

  width: auto;

  display: inline-block;

}

.author-themelab .service-offer-carousel2 .so-icon {

  width: 65px;

  height: 65px;

  float: left;

  margin: 0 0 0 5px;

}

.author-themelab .service-offer-carousel2 .this-title {

  font-size: 16px;

  line-height: 26px;

  color: #115699;

  font-family: "Raleway", sans-serif;

  margin: 0 0 0 90px;

  text-transform: uppercase;

  text-align: left;

  font-weight: bold;

  display: block;

  text-decoration: none;

}

.author-themelab .service-offer-carousel2 p {

  font-size: 15px;

  line-height: 26px;

  font-family: "Open Sans", sans-serif;

  color: #777777;

  margin: 0 0 0 90px;

  text-align: left;

}

@media (max-width: 1199px) {

  .author-themelab .service-offer-carousel2 .item {

    width: 48%;

    margin: 1%;

  }

  .author-themelab .section_header {

    margin: 0;

  }

}

@media (max-width: 767px) {

  .author-themelab .service-offer-carousel2 {

    padding: 10px;

  }

  .author-themelab .service-offer-carousel2 .item {

    height: auto;

    width: 100%;

    margin: 10px 0;

  }

}

.author-themelab .copyright-texts {

  float: left;

}

.author-themelab .credit-texts {

  float: right;

}

.author-themelab .copyright-row {
  letter-spacing: 0.3px;
  color: white;

}
.author-themelab .copyright-row a {

  color: white;

}

.author-themelab .welcome-section {

  background: url("../img/bg1.jpg") center center no-repeat;

  /*min-height: 513px;*/

  background-size: cover;

  text-align: center;

}

.author-themelab .welcome-section .welcome-textss {

  padding: 74px 15px;

}

.author-themelab .welcome-section h2.this-title {

  font-weight: bold;

  font-size: 38px;

  color: white;

  letter-spacing: normal;

  /*margin: 0 0 40px 0;*/

}

.author-themelab .welcome-section h3.this-stitle {

  font-family: "PT Serif";

  font-style: italic;

  font-size: 20px;

  color: #424242;

}

.author-themelab .welcome-section p {

  font-size: 18px;

  color: white;

  font-family: "Open Sans";

  font-style: italic;

}

.author-themelab .welcome-section .btn {

  font-size: 16px;

  padding: 0 40px;

  transition: all 300ms linear 0s;

  transition-duration: 0.5s;

  background: #313131;

  font-family: "Raleway";

  font-weight: bold;

  color: white;

  line-height: 52px;

  margin: 35px 0 0 0;

  text-transform: uppercase;

  border-radius: 3px;

}



.Desi-arrow_link {

  -webkit-animation: floating-arrow 2s infinite ease-in-out 0s;

  animation: floating-arrow 2s infinite ease-in-out 0s;

}



@-webkit-keyframes floating-arrow {

  from {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    font-size: 4rem;

  }



  65% {

    -webkit-transform: translateY(31px);

    transform: translateY(31px);

    font-size: 5rem;

  }



  to {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    font-size: 4rem;

  }

}

@keyframes floating-arrow {

  from {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    font-size: 4rem;

  }



  65% {

    -webkit-transform: translateY(31px);

    transform: translateY(31px);

    font-size: 5rem;

  }



  to {

    -webkit-transform: translateY(0);

    transform: translateY(0);

    font-size: 4rem;

  }

}

