body, html{
    color: black;
    font-size: 16px!important;
    margin: 0;
    padding: 0;
    height: 100%;
    background: white;
    font-family: 'Roboto', sans-serif;
    color:#333;
}

ul {
  list-style: none;
}
/*@font-face {
  font-family: 'Klein Text - Book';
  src: url('../img/KleinText-Book.eot') format('eot'),
      url('../img/KleinText-Book.ttf') format('ttf'),
      url('../img/KleinText-Book.woff') format('woff'),
       url('../img/KleinText-Book.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}*/

p:not(.form-group) {
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  color: #000000;
}


a:hover {
  text-decoration: none;
}

.maxwidth1340 {
  max-width: 1340px;
}

 
.container {
    max-width: 1340px;
}

.subtitle {
  font-size: 30px;
  font-weight: 500;
  line-height: 16px;
  text-transform: uppercase;
  text-align: center;
}

header {
  background: url('../img/header-background.png') 57% 80% no-repeat;
  background-position: right top;
  padding-bottom: 150px;
  padding-bottom: 260px;
}
header h1 {
  text-transform: uppercase;
  font-weight: 200;
  margin-bottom: 50px;
  width: 850px;
  font-size: 54px;
}

header .container {
  max-width: 1440px;
  padding: 0px;
}
main h2.title {
    text-align: center;
    font-size: 3em;
    font-weight: 300;
    line-height: 50px;
    text-transform: uppercase;
    padding-bottom: 40px;
}
header h1 {
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 50px;
  width: 545px;
}
header p {
  position: relative;
  padding-left: 33px;
  font-size:  21px;
  font-weight: 300;
  margin-bottom: 94px;
}

.title {
text-align: center;
font-size: 49px;
font-weight: 500;
line-height: 25.82px;
text-transform: uppercase;
padding-bottom: 130px;
}

.right-arrow-circle {
    background: url(../img/right.svg) no-repeat;
    background-size: 100% 100%;
    position: absolute;
    left: 8px;
    top: -1%!important;
    width: 19px;
    height: 31px;
}

.header-logo {
  margin-bottom: 80px;
}
.menu {
  margin-bottom: 170px;
}

.maxwidth1140 {
  max-width: 1140px;
}

header p::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: orange;
    border-radius: 50%;
    position: absolute;
    z-index: 0;
    left: -5px;
    top: 6px;
}

header .details_button {
  background-color: rgb(255, 90, 0)!important;
  background-image: none;
}

.action_btn {
  display: flex;
  align-items: center;
}

.details_button {
    border-radius: 27px;
    background-image: -moz-linear-gradient( 139deg, rgb(0,0,0) 0%, rgb(64,64,64) 79%);
    background-image: -webkit-linear-gradient( 139deg, rgb(0,0,0) 0%, rgb(64,64,64) 79%);
    background-image: -ms-linear-gradient( 139deg, rgb(0,0,0) 0%, rgb(64,64,64) 79%);
    border-radius: 27px;
    color: #fff;
    display: block;
    min-width: 260px;
    height: 50px;
    padding: 5px 10px;
    text-align: center;
    line-height: 40px;
}

.video_button {
  position: relative;
  padding-left: 27px;
  color: #000;
}

.video_button::before {
  display: inline-block;
  content: '';
  background: url(../img/play.svg) no-repeat;
  width: 30px;
  height: 30px;
  vertical-align: bottom;
  margin-right: 5px;
}

.feature {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.feature_item {
  position: relative;
  text-align: center;
  padding-top: 140px;
}

.feature_item p {
  font-weight: bold;
  text-transform: uppercase;
}

.feature_item span {
  display: block;
  font-weight: normal;
}

.feature_item::before {
  position: absolute;
  content: '';
  width: 129px;
  height: 129px;
  background-color: #FF7800;
  border-radius: 50%;
  top: 0px;
  left: 17px;
}

.feature_item p {
  position: relative;
}

.feature_item p::before {
  position: absolute;
  content: '';
  width: 129px;
  height: 129px;
  top: -118px;
  left: -7px;
}

.feature_item:nth-of-type(1) p::before {
     background: url(../img/feature-1.png) no-repeat;
}
.feature_item:nth-of-type(2) p::before {
    background: url(../img/feature-2.png) no-repeat;
}
.feature_item:nth-of-type(3) p::before {
    background: url(../img/feature-3.png) no-repeat;
}

.own_production {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.own_production_img {
  width: 700px;
}

.own_production div {
  width: 500px;
}

.own_production .subtitle {
  margin-bottom: 53px;
  text-align: left;
}

.own_production .details_button,
.crm_system .details_button {
  border-radius: 27px;
  background-image: -moz-linear-gradient( 15deg, rgb(255,138,0) 0%, rgb(255,66,0) 100%);
  background-image: -webkit-linear-gradient( 15deg, rgb(255,138,0) 0%, rgb(255,66,0) 100%);
  background-image: -ms-linear-gradient( 15deg, rgb(255,138,0) 0%, rgb(255,66,0) 100%);
}

.own_production div p {
  margin-top: 65px;
}

.room_search {
    display: flex;
    justify-content: flex-end;
    background: url(../img/lupa.png) no-repeat 10% center;
    background-size: 31%;
    padding: 151px 0px;
    background-color: #f7f7f7;
}

.room_search .subtitle {
  margin-bottom: 23px;
  line-height: 32px;
  text-align: right;
}

.room_search-desc {
  text-align: right;
}

.room_search_advantages {
    width: 315px;
    text-align: left;
    margin-left: auto;
}

.room_search-desc .action_btn {
  justify-content: flex-end;
}


.room_search p {
  width: 500px;
  margin-left: auto;
}

.flex-block {
  display: flex;
  justify-content: flex-end;
}

.crm_system {
  display: flex;
  justify-content: flex-start;
  background: url(../img/crm-image.png) no-repeat 80% center;
  background-size: 45%;
  padding: 151px 0px;
}

.crm_system .subtitle {
  margin-bottom: 58px;
  text-align: left;
}

.crm_system_desc {
  width: 500px;
  margin-bottom: 90px;
}

.crm_system_desc p {
  margin-bottom: 94px;
}

.profitably {
  position: relative;
   background-color: black;
   padding: 57px 0px;
}

.profitably .request-form {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    margin-left: 35%;
}

.profitably::before {
    position: absolute;
    top: -42px;
    left: 18%;
    width: 630px;
    height: 300px;
    content: "";
    background: url(../img/300.png) no-repeat 44px center;
    background-size: contain;
}

.profitably button.request-btn {
  width: 223px;
  background-image: -moz-linear-gradient( 50deg, rgb(252,103,0) 0%, rgb(217,4,104) 100%);
  background-image: -webkit-linear-gradient( 50deg, rgb(252,103,0) 0%, rgb(217,4,104) 100%);
  background-image: -ms-linear-gradient( 50deg, rgb(252,103,0) 0%, rgb(217,4,104) 100%);
}


.tab {
  max-width: 100%;
  padding-bottom: 60px;
  background-color: #f6f6f6;
}
.order_product {
  margin: auto;
  margin-top: 50px;
  width: 390px;
  height: 63px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(65, 177, 70, 0.73);
  background-color: #52be57;
  text-align: center;
  line-height: 63px;
  color: #ffffff;
  font-size: 21px;
  font-weight: 400;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.b-tab {
  box-shadow: 0px 0px 11px 0px #b5acac;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
  width: 1366px;
  height: 500px;
  margin: 40px auto;
}


.tab .subtitle {
  padding: 60px 0px;
}

.tabs {
    display: flex;
    justify-content: space-around;
    width: 1020px;
    background-color: #EAEDF0;
    margin: 0px auto;
    padding: 20px 0px;
    border-radius: 15px;
}

.tab-description {
  display: flex;
  flex-wrap: wrap;
  padding: 50px 0px 0px 0px;
  justify-content: space-between;
  width: 100%;
}

.tab-description div {
  display: flex;
  flex-direction: column;
}

.tab-description p {
  font-weight: bold;
}


.tab-description p strong {
    display: block; 
    color: #FE5400;
    font-size: 28px;
    padding: 12px 0px;
}
.tab-description div:first-child {
  padding-left: 15px;
}

.tab-description div:last-of-type {
  padding-right: 15px;
}

.tab-description ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  margin-bottom: 24px;
}


.tab-description ul li::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url(../img/icon_tab.png) no-repeat;
  margin-right: 3px;
}

.tab-description  .indicators li {
  margin: 15px 0px;
  font-weight: 300;
}
.tab-description .indicators li:last-child {
  margin: 0px;
}

.tab-description .costs li {
  margin: 10px 0px;
}
.tab-description .costs li:last-child {
  margin: 0px;
}

.tab-profit {
  width: 100%; 
  background-color: #FFAF04;
  width: 100%;
  text-align: center;
  padding: 0px 0px!important;
  font-size: 28px!important;
  line-height: 56px!important;
  font-weight: bold;
  color: #fff!important;
  }

.toggle-nav {
  display:none;
}

.support {
  display: flex;
  justify-content: space-between;
  margin: 50px 0px;
}

.support img {
  border-radius: 25px;
}

.support dt {
  font-size: 40px;
  font-weight: 300;
  text-transform: uppercase;
}

.sup-title {
  font-size: 40px;
  color: #EF7204;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  margin-top: 85px;
  margin-bottom: 30px;
}

.support-list {
  width: 500px;
}

.support-list dd {
  padding: 12px 0px;
}

.support-list dd::before {
    content: "";
    width: 27px;
    height: 27px;
    display: inline-block;
    background: url(../img/check.svg) no-repeat;
    margin-right: 3px;
    vertical-align: bottom;
}

.background-map {
  background-size: cover;
  background: url(../img/map.png) no-repeat;
  background-size: contain;
  background-position: center 29rem;
}

.brand {
  padding-bottom: 60px;
}

.brand .container {
  font-size: 21px;
  font-weight: 300;
  display: flex;
  justify-content: space-between;
}

.brand table {
    width: 360px;
    line-height: 20px;
    font-size: 27px;
    font-weight: 200;
}

.brand table tr:first-child td{
  font-size: 39px;
}

.brand-text-block {
  width: 500px;
}

.brand-text-stat {
  width: 500px;
}

.request-backcall {
  background-image: -moz-linear-gradient( -110deg, rgb(255,150,0) 0%, rgb(255,120,0) 100%);
  background-image: -webkit-linear-gradient( -110deg, rgb(255,150,0) 0%, rgb(255,120,0) 100%);
  background-image: -ms-linear-gradient( -110deg, rgb(255,150,0) 0%, rgb(255,120,0) 100%);
  padding: 50px 8px;
}

.request-title {
  text-align: center;
  color: #fff;
  font-weight: 300;
  margin-bottom: 25px;
}

.request-form {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;    
  flex-wrap: wrap;
    color: #fff;
}

.request-form .form-group input {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: transparent;
  padding: 5px 10px;
}

.request-form .request-btn {
  border: none;
  border-radius: 15px;
  padding: 5px 10px;
  font-weight: 300;
}

.request-form .form-group input::placeholder { color: #fff; }

.franchise-package {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
}

.franchise-title {
  font-size: 40px;
  text-align: center;
  font-weight: 300;
  margin-top: 30px;
  text-transform: uppercase;
}

.franchise-package figure {
  width: 250px;
  height: 250px;
  background-color: #fff;
  color: #000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 10px;
  text-align: center;
  position: relative;
   cursor: pointer;

}
.franchise-package figure h3 {
  transition: 0.2s;
  transform: translateY(20px);
  font-size: 24px;
  font-weight: 100;
}
.franchise-package figure p {
  font-weight: bold;
  font-size: 19px;
  transition: 0.2s;
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden;
}
.franchise-package figure:hover:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  margin: -5px;
  /* !importanté */
  border-radius: inherit;
  /* !importanté */
    transition: 0.4s;
  background: linear-gradient(to top, #ff7002, #ff9000, #ffe000, #ff9000, #ff7002);
 
}

.franchise-package figure h3::after {
  position: absolute;
  content: '•';
  bottom: -25px;
  font-size: 25px;
  left: 47%;
}

.franchise-package figure p::before {
  position: absolute;
  content: '•';
  color: orange;
  font-size: 25px;
  top: -25px;
  left: 47%;
}


.franchise-package figure:hover h3 {
  opacity: 0;
}
 
.franchise-package figure:hover p {
  opacity: 1;
  visibility: visible;
}

footer .request-backcall {
  background: url(../img/footer_img.png) no-repeat;
  background-size: cover;
}

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: center;

}

.contacts p {
  margin: 0px;
  color: #fff;
  font-size: 19px;
}
/*----- Menu -----*/
@media screen and (min-width: 860px) {
  .menu {
  width:100%;
  padding:10px 0px;
  margin-bottom: 80px;
  }
}

.menu ul {
  display:inline-block;
  padding: 0px;
}

.menu li {
  margin: 0px 15px 0px 0px;
  float:left;
  list-style:none;
  font-size:17px;
}

.menu li:last-child {
  margin-right:0px;
}

.menu a {
  color:#000;
}

.menu a:hover {
  text-decoration:none;
  color: #ff6e1e;
}

/*----- Search -----*/
.search-form {
  float:right;
  display:inline-block;
}

.search-form input {
  width:200px;
  height:30px;
  padding:0px 8px;
  float:left;
  border-radius:2px 0px 0px 2px;
  font-size:13px;
}

.search-form button {
  height:30px;
  padding:0px 7px;
  float:right;
  border-radius:0px 2px 2px 0px;
  background:#66a992;
  font-size:13px;
  font-weight:600;
  text-shadow:0px 1px 0px rgba(0,0,0,0.3);
  color:#fff;
}

/*----- Responsive -----*/
@media screen and (max-width: 1150px) {
  .wrap {
    width:90%;
  }
}

@media screen and (max-width: 970px) {
  .search-form input {
    width:120px;
  }
}

@media screen and (max-width: 860px) {
  .menu {
    position:relative;
    display:inline-block;
  }

  .menu ul.active {
    display:none;
  }

  .menu ul {
    width:100%;
    position:absolute;
    top:120%;
    left:0px;
    padding:10px 18px;
  }

  .menu ul:after {
    width:0px;
    height:0px;
    position:absolute;
    top:0%;
    left:22px;
    content:'';
    transform:translate(0%, -100%);
    border-left:7px solid transparent;
    border-right:7px solid transparent;
    border-bottom:7px solid #303030;
  }

  .menu li {
    margin:5px 0px 5px 0px;
    float:none;
    display:block;
  }

  .menu a {
    display:block;
  }

  .toggle-nav {
    padding:20px;
    float:left;
    display:inline-block;
    box-shadow:0px 1px 1px rgba(0,0,0,0.15);
    border-radius:3px;
    background:#303030;
    text-shadow:0px 1px 0px rgba(0,0,0,0.5);
    color:#777;
    font-size:20px;
    transition:color linear 0.15s;
  }

  .toggle-nav:hover, .toggle-nav.active {
    text-decoration:none;
    color:#66a992;
  }

  .search-form {
    margin:12px 0px 0px 20px;
    float:left;
  }

  .search-form input {
    box-shadow:-1px 1px 2px rgba(0,0,0,0.1);
  }
}

.titleband{
  width: 130px;
  height: 5px;
  background: #F7941F;
}

.t-22{
  font-size: 22px;
  color: white;
  font-weight: 500;
}

.t-18{
  font-size: 18px;
  color: black;
  font-weight: 500!important;
}

.t-16{
  font-size: 16px;
  color: white;
  font-weight: 400;
}

.h1{
  font-size: 32px!important;
}

h2{
  font-size: 22px;
}

/*Carusel
=======================================*/
  .carousel-wrap {
    width: 100%;
    margin: auto;
    position: relative;
  }
  .owl-carousel .owl-nav{
    overflow: hidden;
    height: 0px;
  }
 
  .owl-theme .owl-dots .owl-dot.active span, 
  .owl-theme .owl-dots .owl-dot:hover span {
      background: #2caae1;
  }
 
 
  .owl-carousel .item {
      text-align: left;
  }
  .owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      /*top: 100px !important;*/
  }
 
  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }
 
  .owl-carousel .prev-slide{
      /*background: url(../image/back.png) no-repeat;*/
      background: url(../img/right.svg) no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
      left: -90px;
      top:40%;
      width: 51px;
      height: 51px;
  }
  .tab .owl-carousel {
    width: 500px;
}
.owl-stage-outer {
  border-radius: 10px 0px 0px 10px;
}
.b-nav-tab:hover {
  text-decoration: none;
  color: black;
} 

.b-tab.active {
  display: flex;
}

.b-nav-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 10px;
    font-weight: 600;
    color: black;
    font-size: 21px;
    text-decoration: none;
    width: 292px;
    height: 75px;
    text-align: center;
    border-radius: 11px;
}

.b-nav-tab.active {
      color: black;
    background-color: #fff;
    box-shadow: 5px 8px 10px 1px rgba(0, 0, 0, 0.08);
}
.tab .owl-carousel .item {
    height: 31.3rem;
}
  @media (max-width: 575.98px) {
  .order_product {
   width: 100%;
  }
  .tab-description p strong {
    font-size: 23px;
    padding: 0px;
  }   
     .tab .owl-carousel .item {
    height: 21rem;
  }
     .video_button {
     padding-left: 0px; 
  }
      .owl-carousel .prev-slide {
      background: url(../img/right.svg) no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
      left: 10px;
      top: 40%;
      width: 31px;
      height: 31px;
  }
  .b-tab {
    height: 740px;
  }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
      .owl-carousel .prev-slide{
      background: url(../img/right.svg) no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    left: -35px;
    top: 40%;
      width: 31px;
      height: 31px;
  }
  }
  @media (min-width: 992px) and (max-width: 1199.98px){
      .owl-carousel .prev-slide{
      background: url(../img/right.svg) no-repeat;
      transform: rotate(180deg);
      background-size: 100% 100%;
    left: -30px;
    top: 40%;
      width: 31px;
      height: 31px;
  } 
  }

  .owl-carousel .next-slide{
      background: url(../img/right.svg) no-repeat;
      background-size: 100% 100%;
      right: -65px;
      top:40%!important;
      width: 51px;
      height: 51px;
  }
  @media (max-width: 575.98px) {
  .title {
    font-size: 30px;
  }

  .container .subtitle {
    text-align: center;
    line-height: 32px;
  }

  .own_production .subtitle {
    margin-bottom: 0px;
}

  .owl-carousel .next-slide{
      background: url(../img/right.svg) no-repeat;
      background-size: 100% 100%;
    right: 40px;
      top:40%!important;
      width: 31px;
      height: 31px;
  }
  header {
        background: none;
        padding-top: 0px;
        padding-bottom: 35px;
  }
  header .container {
    padding-left: 15px;
    padding-right: 15px;
}
  header h1 {
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 50px;
    width: 100%;
    text-align: center;
    font-size: 26px;
}
.header-logo {
    text-align: center;
    margin-bottom: 25px;
}
header p {
    font-size: 19px;
    margin-bottom: 20px;
}
header p::before {
    left: -5px;
    top: 3px;
}
.right-arrow-circle {
    left: 8px;
    top: -7%!important;
}
.action_btn {
    flex-direction: column;
}
.details_button {
    margin-bottom: 55px;
}
.feature {
    align-items: center;
    flex-direction: column;
    padding: 0px;
}
.own_production {
    justify-content: center;
    flex-wrap: wrap;
}

.own_production .subtitle {
  margin-top: 60px;
}
main h2.title {
    font-size: 2em;
    padding-bottom: 0px;
}

.title {
    padding-bottom: 275px;
}
.own_production div {
    width: 100%;
}
.own_production div p {
    width: 100%;
    text-align: center;
    margin: 0px;
}
.room_search {
    background-position: left 4%;
    background-size: 91%;
    padding-bottom: 20px;
    padding-top: 100px;
}
.room_search p {
    margin-bottom: 30px;
}
.room_search-desc {
    margin-top: 120px;
    text-align: center;
}
.room_search p {
    width: 100%;
    margin-left: 0px;
}
.crm_system {
    background-position: 100% 0%;
    background-size: 91%;
    padding: 0px;
}
.crm_system_desc {
    width: 100%;
    margin-bottom: 15px;
    padding-top: 150px;
}
.crm_system_desc h3 {
    text-align: center;
}

.crm_system_desc p {
  margin-bottom: 0px;
  text-align: center;
}
.profitably {
    padding: 64px 0px;
}
.profitably::before {
    width: 100%;
    height: 100%;
    left: 0px;
    content: "";
    background: url(../img/300.png) no-repeat 6px top;
    background-size: 92%;
}
.profitably .request-form {
    align-items: center;
    margin-top: 104px;
    margin-left: 0%;
}
.tabs {
    width: 100%;
    padding: 10px 0px;
    border-radius: 0px;
}
.tab {
  padding-bottom: 0px;
}
.tab .subtitle {
    padding: 20px 0px;
}
.b-nav-tab {
    width: 105px;
    font-size: 12px;
}
.tab .owl-carousel {
    width: 100%;
}
.owl-stage-outer {
    border-radius: 0px;
}.b-tab {
    width: 100%;
  }
.b-tab.active {
    display: flex;
    height: auto;
    flex-direction: column;
}
.tab-description div {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
}
.tab-profit {
    margin-bottom: 0px;
    border-radius: 0px 0px 10px 10px;
}
.support {
    flex-direction: column;
}
.support-list {
    width: 100%;
}
.support img {
    width: 100%;
}
.background-map {
    background-position: center 0rem;
}
.brand .container {
    display: flex;
    flex-direction: column;
}
.brand-text-block,
.brand-text-stat {
  width: 100%;
}
.brand table {
    text-align: center;
    width: 100%;
}
.request-form {
  flex-direction: column;
  align-items: center;
}
.request-form .request-btn {
    padding: 5px 43px;
}
.franchise-package {
    margin-top: 0px; 
}
.franchise-package figure {
    width: 100%;
    height: auto;
}
footer {
  text-align: center;
}
.contacts {
  flex-direction: column;
}
}
  @media (min-width: 768px) and (max-width: 991.98px) {
  .owl-carousel .next-slide{
      background: url(../img/right.svg) no-repeat;
      background-size: 100% 100%;
    right: -35px;
      top:40%!important;
      width: 31px;
      height: 31px;
  }
}
  @media (min-width: 992px) and (max-width: 1199.98px){
      .owl-carousel .next-slide{
      background: url(../img/right.svg) no-repeat;
      background-size: 100% 100%;
    right: -30px;
      top:40%!important;
      width: 31px;
      height: 31px;
  }
  header h1 {
    width: 300px;
  }
  .menu ul {
    display: flex;
    flex-direction: column;
}
header p {
    width: 22%;
}
  }

.owl-dots {
    bottom: -35px;
}



.owl-theme .owl-dots .owl-dot span{
  background: #919191!important;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{
  background: orange!important;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{

  box-shadow: none;
  outline: 0!important;
  outline-offset: 0!important;
}

/*Dcontainer*/
/* Container holding the image and the text */
.dcontainer {
  position: relative;
  width: 100%;
  height: 100%;
}

.left-bottom{
  position: absolute;
  top:93%;
  left: 7%;
  transition: .5s;
  /*padding: 100% 100% 0px 0px;*/
}

.left-bottom:hover{
  position: absolute;
  top:80%;
  left: 7%;
  transition: .5s;
}

.imgstart {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%); */
    background: linear-gradient(to bottom, rgba(217, 115, 33,0) 85%, rgba(217, 115, 33,0.7) 90%);
    content: '';
    opacity: 1;
    /* -webkit-transform: translate3d(0,50%,0); */
    transform: translate3d(0,0%,0);
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure{
  margin: 0 0 0 0px;
}

figure.effect-sadie figcaption::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: -webkit-linear-gradient(top, rgba(72,76,97,0) 0%, rgba(72,76,97,0.8) 75%);*/
  background: linear-gradient(to bottom, rgba(217, 115, 33,0) 0%, rgba(217, 115, 33,0.9) 120%);
  content: '';
  opacity: 0;
  -webkit-transform: translate3d(0,50%,0);
  transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
  position: absolute;
  top: 95%;
  left: 9%;
  width: 100%;
  color: #fff;
  text-transform: uppercase;
  /*-webkit-transition: -webkit-transform 0.35s, color 0.35s;*/
  transition: transform 0.2s, color 0.35s;
  /*-webkit-transform: translate3d(0,-50%,0);*/
  transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 2em;
  width: 100%;
  opacity: 0;
  -webkit-transform: translate3d(0,10px,0);
  transform: translate3d(0,10px,0);
}

/*figure.effect-sadie:hover h2 {
  color: #fff;
  -webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
  transform: translate3d(0,-180%,0) translate3d(0,-40px,0);
}*/

figure.effect-sadie:hover figcaption::before ,
figure.effect-sadie:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

.callback-super-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 503;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.65);
  display: none
}

.red {
  color: red
}

.callback-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: auto
}

.callback-content {
  cursor: auto;
  margin: 20px 0;
  background-color: #fff;
  padding: 0 50px 0 60px;
  max-width: 650px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 505
}

.callback-close {
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: right;
  color: gray;
  padding: 10px;
  font-size: 22px;
  font-family: Arial;
  font-weight: 700;
  cursor: pointer
}

.callback-close:hover {
  color: #333
}

.callback-field label {
  display: block
}

.callback-title {
  margin-top: 50px;
  position: relative
}

.callback-title h2 {
  font-weight: 700;
  font-size: 29px;
  color: #333;
  text-align: center;
  padding-top: 20px
}

.callback-title h2:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: 0 auto;
  height: 1px;
  width: 50%;
  border-bottom: 3px solid #da5e03
}

.callback-form {
  margin-top: 50px;
  margin-bottom: 50px
}

.callback-form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333
}

.callback-form label {
  font-size: 18px
}

.callback-field-1 {
  width: 49%
}

.callback-field-2 {
  width: 49%
}

.callback-field-3 {
  width: 100%
}

.callback-field-4 {
  width: 100%;
  text-align: right
}

.callback-field {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 40px
}

.callback-field input,
.callback-field textarea {
  width: 100%;
  display: inline-block;
  outline: none;
  border: 1px solid #d8d8d8;
  background-color: #efefef;
  padding: 15px;
  margin-top: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto';
  border-radius: 3px
}

.callback-submit {
  color: #fff;
  -webkit-box-shadow: 6px 4px 9px rgba(0, 0, 0, 0.15);
  box-shadow: 6px 4px 9px rgba(0, 0, 0, 0.15);
  outline: none;
  border: none;
  cursor: pointer;
  padding: 12px 30px;
  background-image: -webkit-gradient(linear, left top, right top, from(#41a87d), to(#419976));
  background-image: linear-gradient(to right, #41a87d 0%, #419976 100%)
}

.callback-submit:hover {
  background-image: -webkit-gradient(linear, right top, left top, from(#41a87d), to(#419976));
  background-image: linear-gradient(to left, #41a87d 0%, #419976 100%)
}

.pop-up-notification {
  width: 270px;
  border-radius: 20px;
  background-color: #fff;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
  position: fixed;
  top: 10px;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999999;
  display: none;
}
@media (max-width: 768px) {

  .callback-field-1 {
    width: 100%
  }

  .callback-field-2 {
    width: 100%
  }

  .callback-content {
    padding: 0 20px
  }

}