/* ================================================== */


/* GadgetFix
/* created by designesia

@charset "utf-8";

Table of content:

* body
* header
  * subheader
* navigation
* content
* section
* footer
* sidebar
* contact
* elements
  * border
  * breadcrumb
  * button and link
  * columns
  * counter
  * divider
  * dropcap
  * heading
  * list
  * map
  * page heading
  * pagination
  * preloader
  * progress bar
  * social icons
  * spacer
  * tabs
  * testimonial
* plugins
* media query
*/

/* ================================================== */

@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Manrope:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

/* ================================================== */


/* import fonts icon */


/* ================================================== */

@import url("../fonts/fontawesome4/css/font-awesome.css");
@import url("../fonts/fontawesome6/css/fontawesome.css");
@import url("../fonts/fontawesome6/css/brands.css");
@import url("../fonts/fontawesome6/css/solid.css");
@import url("../fonts/elegant_font/HTML_CSS/style.css");
@import url("../fonts/et-line-font/style.css");
@import url("../fonts/icofont/icofont.min.css");

* {
  --heading-font: "Manrope", Helvetica, Arial, sans-serif;  
  --heading-font-weight: bold;
  --heading-font-color: #223035;
  --body-font: "Manrope", Helvetica, Arial, sans-serif;
  --body-font-size: 16px;
  --body-font-color: #404040;
  --body-font-color-dark: rgba(255, 255, 255, .6);
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-color-even: #E8E8E8;
  --bg-color-odd: #F4F4F4;
  --bg-dark-1: #19272B;
  --bg-dark-1-rgb: 25, 39, 43;
  --bg-dark-2: #223035;
  --bg-dark-3: #303030;
  --bg-grey: #d8e1e1;
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--secondary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--secondary-color);
  --rounded-1: 15px;
  --button-rounded: 30px;
  --border-color:#bbbbbb;
  --container-max-width:1240px;
  --mainmenu-font-weight:600;
}

.bg-dark_3c7a07d8e35084b9,.bg-dark-1_f1d11b3759ce95bb{background-color: var(--bg-dark-1) !important}
.bg-dark-2_2269df1377a68a39{background-color: var(--bg-dark-2) !important}
.bg-dark-3_8fbc68a2226fae8b{background-color: var(--bg-dark-3) !important}
.bg-grey_b4143a51b2495ab7{background-color: var(--bg-grey) !important}
.bg-gradient-1_05df5e438506f063{
  background: -moz-linear-gradient(var(--bg-gradient-1)) !important;
  background: -webkit-linear-gradient(var(--bg-gradient-1)) !important;
  background: linear-gradient(var(--bg-gradient-1)) !important;
}
.rounded-1_7d0c4e3101ab3746{
  border-radius: var(--rounded-1) !important;
  -moz-border-radius: var(--rounded-1) !important;
  -webkit-border-radius: var(--rounded-1) !important;
}

/* ================================================== */


/* body */


/* ================================================== */

html {
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background: var(--bg-dark-1);
}

body {
  font-family: var(--body-font);
  font-size: var(--body-font-size);
  font-weight: 400;
  color: var(--body-font-color);
  padding: 0;
  line-height: 1.8em;
  word-spacing: 0px;
}

body.dark-scheme_b81887be431c7cd1 {
  color: var(--body-font-color-dark);
  background: var(--bg-dark-1);
}

a,
a:hover {
  text-decoration: none;
  outline: none;
}

/* ================================================== */


/*  header  */


/* ================================================== */

header {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1001;
  background: var(--bg-dark-1);
  margin: 0;
}

header.header-s1_f1e15b7410b0bfef {
  top: 0;
}

header.header-bg_e1ed932ab4fba8d6 {
  background: rgba(0, 0, 0, 0.5);
}

header.transparent {
  background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light_5ff0647d6e68d2d3.transparent {
  background: rgba(255, 255, 255, 0.0);
}

header.autoshow {
  top: -120px;
  height: 70px !important;
}

header.autoshow.scrollOn,
header.autoshow.scrollOff {
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

header.autoshow.scrollOn {
  top: 0;
}

header.autoshow.scrollOff {
  opacity: ;
  top: -120px;
}

header div#logo {
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header .logo-2_b46c8a05640ae33f {
  display: none;
}

header .logo-scroll_976597069c279b39 {
  display: none;
}

header .logo_67459d26949ca908,
header .logo-2_b46c8a05640ae33f {
  font-family: var(--body-font);
  color: #fff;
  font-size: 40px;
  font-weight: 300;
}

header .logo-2_b46c8a05640ae33f {
  color: #333;
}

header.header-full_fa780d879bc675b3 nav {
  float: left;
}

header nav a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

header nav a:hover {
  color: #555;
}

header.smaller #mainmenu ul ul {
  top: 0px;
}

header.smaller {
  position: fixed;
  top: 0px;
  background: var(--bg-dark-1);
  border: none;
}

header.header-light_5ff0647d6e68d2d3.smaller{
  background: #ffffff;
}

.scroll-down {
    margin-top: -90px;
}

.scroll-up_aeb53925e2fdf86c {
    margin-top: 0;
}

header.header-center_5d58a6fe376baefb.scroll-down{
  margin-top: -175px;
}

header.header-center_5d58a6fe376baefb #logo-center{
  display: inline-block;
  padding-top: 40px;
}

header.header-center_5d58a6fe376baefb #mainmenu{
  display: inline-block;
}

header.header-center_5d58a6fe376baefb{
  text-align: center;
}

header.header-center_5d58a6fe376baefb #logo{
  display: none;
}

header.smaller div#logo,
header.s2_5c0d0e7d2fad8523 div#logo {}

header.smaller .logo-init_7a909bb62f7f95f4 {
  display: none;
}

header.smaller #topbar {
  margin-top:-42px;
  overflow: hidden;
}

header.smaller #topbar.topbar-dark_ca507c607e9ed9bd {
  background: rgba(34, 34, 34, .05);
}

header.smaller #topbar.topbar-dark_ca507c607e9ed9bd a {
  color: #333333;
}

header .logo-mobile_52eb5b296499dd4a {
  display: none;
}


header.smaller.scroll-light_9656b97ceff0e7c7 {
  background: #ffffff;
}

header.scroll-light_9656b97ceff0e7c7 .logo-scroll_976597069c279b39{
  display: none;
}

header.smaller.scroll-light_9656b97ceff0e7c7 .logo-main_bdd080d24729773e{
  display: none;
}

header.smaller.scroll-light_9656b97ceff0e7c7 .logo-scroll_976597069c279b39{
  display: block;
}

header.smaller.scroll-dark_afb4a77ecabb746c {
  background: var(--bg-color-even);
}

header.header-light_5ff0647d6e68d2d3 .h-phone_cb03495851fe6822,
header.smaller.scroll-light_9656b97ceff0e7c7 .h-phone_cb03495851fe6822 {
  color: #202020;
}

header:not(.header-light_5ff0647d6e68d2d3).smaller.scroll-light_9656b97ceff0e7c7 div#logo .logo_67459d26949ca908 {
  display: none;
}

header.smaller.scroll-light_9656b97ceff0e7c7 div#logo .logo-2_b46c8a05640ae33f {
  display: inline-block;
}

header.smaller.scroll-light_9656b97ceff0e7c7 div#logo .logo-scroll_976597069c279b39 {
  display: inline-block;
}

header.smaller.header-light_5ff0647d6e68d2d3 div#logo .logo_67459d26949ca908 {
  display: none;
}

header.smaller.scroll-light_9656b97ceff0e7c7 .social-icons_c32b7936d06f138b i {
  color: var(--heading-font-color);
}

header.smaller.scroll-light_9656b97ceff0e7c7 #mainmenu li a,
header.smaller.scroll-light_9656b97ceff0e7c7 #mainmenu li.has-child:after {
  color: var(--heading-font-color);
}

header #mainmenu li li a:hover {
  color: #000000;
}

.logo-smaller_17008cf69cd02d0f div#logo {
  width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;
}

.logo-smaller_17008cf69cd02d0f div#logo img {
  font-size: 30px;
}

div#logo img{
  max-width: 150px;
}

header.smaller div#logo .logo-1_c7fd19c4c62276ea {
  display: none;
}

header.smaller div#logo .logo-2_b46c8a05640ae33f {
  display: inline-block;
}

.logo-small_f4a8b356b3ab51ed {
  margin-bottom: 20px;
}

header.header-full_fa780d879bc675b3 {
  padding-left: 30px;
  padding-right: 30px;
}

header .header-row_9cd15440f5f37760 {
  text-align: center;
}

header .header-col_9f62d92432ec6101 {
  position: relative;
  height: 100%;
}

/* left col header */
header .header-col_9f62d92432ec6101.left {
  float: left;
  padding: 0 30px 0 0;
  /* border-right:solid 1px rgba(255,255,255,.2); */
}

/* middle col header */
header .header-col_9f62d92432ec6101.mid_2df8b06f20a50b74 {
  float: right;
}

header .header-col_9f62d92432ec6101.mid_2df8b06f20a50b74 .social-icons_c32b7936d06f138b {
  float: right;
  /* border-left:solid 1px rgba(255,255,255,.2); */
  padding: 0 30px 0 30px;
}


.header-col-right_9715db18f116ea8a {
  text-align: right;
}
/* subheader */

#subheader {
  overflow: hidden;
  position: relative;
  padding: 160px 0 120px 0;
}

#subheader h1 {
  font-size: 48px;
  letter-spacing: -1px;
  margin-bottom: 0;
}

#subheader.dark {
  background-color: #1A1C26;
}

#subheader.dark h1 {
  color: #fff;
}

.de-overlay_9368f13b38ddb33e{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(var(--bg-dark-1-rgb), .35);
  }

.de-overlay-gradient_73fdae11c90f5604{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: linear-gradient(45deg, rgba(var(--primary-color-rgb),.8), rgba(var(--secondary-color-rgb),.8));
}


.de-overlay-gradient-2_5e07379f8baadfe9{
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: linear-gradient(45deg, rgba(var(--primary-color-rgb),.8) 0%, rgba(var(--secondary-color-rgb),0) 100%);
}

.crumb-wrapper_bbd78eb5819b209c{
  position: absolute;
  width: 100%;
  bottom: 7px;
  z-index: 1;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  border-top: solid 1px rgba(255, 255, 255, .25);
}

.crumb_94d9022c9b0f2842 {
  font-size: 13px;
}


.crumb_94d9022c9b0f2842 {
  display: inline-block;
  padding: 3px 10px;
  margin-top: 20px;
  line-height: 1.2em;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

.text-light_d50c8b6eb918a8f8 .crumb_94d9022c9b0f2842 a{
  color:rgba(255, 255, 255, 1.0);
}


#subheader.text-light_d50c8b6eb918a8f8 .crumb_94d9022c9b0f2842 {
  color: #fff;
}

#subheader .small-border-deco_dacc390819985773 {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: rgba(255, 255, 255, .1);
}

#subheader .small-border-deco_dacc390819985773 span {
  display: block;
  margin: 0 auto;
  height: 2px;
  width: 100px;
}

#subheader.dark h2,
#subheader.dark h4 {
  color: #fff;
}

#subheader.dark h2 {
  font-size: 48px;
}

#subheader.s2_5c0d0e7d2fad8523 {
  text-align: left;
  padding: 120px 0 20px;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}

.rtl #subheader.s2_5c0d0e7d2fad8523 {
  text-align: right;
}


#subheader.s2_5c0d0e7d2fad8523 h1,
#subheader.s2_5c0d0e7d2fad8523 .crumb_94d9022c9b0f2842 {
  margin: 0;
  padding: 0;
}

#subheader.s2_5c0d0e7d2fad8523 .crumb_94d9022c9b0f2842 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_5c0d0e7d2fad8523 .crumb_94d9022c9b0f2842 {
  float: left;
}


/* ================================================== */


/* navigation */


/* ================================================== */

#mainmenu {
  font-size: 13px;
  margin: 0 auto;
  padding: 0;
  float: none;
  counter-reset: my-awesome-counter;
  font-family: var(--heading-font);
}

#mainmenu ul {
  margin: 0px 0px;
  padding: 0px;
  height: 30px;
  background: #ffffff;
  color: var(--body-font-color);
}

#mainmenu ul:not(.mega_ac09723cd66ec875) {
  border: solid 1px #dddddd;
}

.dark-scheme_b81887be431c7cd1 #mainmenu ul {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_b81887be431c7cd1 #mainmenu ul.mega_ac09723cd66ec875 {
  background: var(--bg-dark-1);
}

#mainmenu li {
  margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;
}

#mainmenu>li {
  margin-right: 30px;
}

#mainmenu>li:last-child{
  margin-right: 0;
}

#mainmenu>li {
  counter-increment: my-awesome-counter;
}

#mainmenu li a.new_b4ad8387428c0b56:before{
  content:"NEW";
  font-size: 12px;
  padding: 1px 4px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  margin-right: 5px;
  color:#ffffff;
  background: var(--primary-color);
}
/*
#mainmenu>li::before {
  content: counter(my-awesome-counter) ' —';
  right: 8px;
  top: 5px;
  color:var(--secondary-color);
  margin-right: 5px;
  font-weight: 500;
  font-family: var(--heading-font);
}
*/

header.smaller #mainmenu>li::before{
  transform: scale(0);
}

#mainmenu>li.has-child:after {
  font-family: FontAwesome;
  content: "\f078";
  padding-left: 5px;
  font-size: 8px;
  position: relative;
  top: -2px;
  color:rgba(255, 255, 255, .75);
}

.rtl #mainmenu li.has-child:after {
  padding-left: 15px;
}

.header-light_5ff0647d6e68d2d3 #mainmenu li.has-child:after {
  color: rgba(0, 0, 0, .5);
}

#mainmenu >li>a {
  font-size: 15px;
  padding-right: 6px;  
  font-weight: var(--mainmenu-font-weight);
}

#mainmenu li.has-child>a {
  padding-right: 0px;
}

#mainmenu a {
  position: relative;
  display: inline-block;
  padding-top: 25px;
  padding-bottom: 25px;
  text-decoration: none;
  color: #ffffff;
  text-align: center;
  outline: none;
}

#mainmenu p {
  line-height: 1.8em;
  margin-bottom: 0;
}

header.header-light_5ff0647d6e68d2d3 #mainmenu a {
  color: var(--heading-font-color);
}

#mainmenu a span:not(.badge) {
  position: relative;
  width: 0%;
  color: #ffffff;
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 14px;
  border-bottom: solid 2px #ffffff;
}

#mainmenu li:hover a span:not(.badge) {
  width: 100%;
}

#mainmenu li li a span:not(.badge) {
  float: right;
  margin-top: 5px;
}

#mainmenu a.active span:not(.badge) {
  width: 100%;
  margin-left: 0%;
}

.header-light_5ff0647d6e68d2d3 {
  background: #ffffff;
}

.header-light_5ff0647d6e68d2d3 #mainmenu>li>a {
  font-weight: bold;
  color: var(--heading-font-color);
}

#mainmenu li li {
  font-family: var(--body-font);
  font-size: 14px;
}

#mainmenu li li:last-child {
  border-bottom: none;
}

#mainmenu li li a {
  padding: 5px 15px;
  border-top: none;
  color: #606060;
  width: 100%;
  border-left: none;
  text-align: left;
  font-weight: normal;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  letter-spacing: 0;
}

#mainmenu li:last-child>a {
  border-bottom: none;
}

.dark-scheme_b81887be431c7cd1 #mainmenu li li a {
  color: #ffffff;
}

.rtl #mainmenu li li a {
  text-align: right;
}

#mainmenu li li a:hover {
  color: #111;
}

#mainmenu li li a:after {
  content: none;
}

#mainmenu li li a:hover,
#mainmenu ul li:hover>a {
  color: #fff;
}

#mainmenu li a.active{
  color:var(--primary-color) !important;
}

#mainmenu li ul {
  width: 190px;
  height: auto;
  position: absolute;
  left: 0px;
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  border-radius: 3px;
}

#mainmenu ul li b {
  background: #333;
  color: #ffffff;
  padding: 0 3px;
  padding-bottom: 3px;
  font-size: 10px;
  margin-right: 3px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}

#mainmenu li li {
  font-size: 14px;
  display: block;
  float: none;
  text-transform: none;
}

#mainmenu li:hover>ul {
  visibility: visible;
  opacity: 1;
  margin-top: 0px;
}

#mainmenu li ul ul:not(.ul-list_c5c8f8c6f5cfcdf9) {
  top: 0px;
  margin-left: 188px;
}

#mainmenu select {
  padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #eceff3;
}

#mainmenu select option {
  padding: 10px;
}

#mainmenu .btn-type_cd39ec574c0fc249 {
  padding: 0;
  margin: 0;
}

#mainmenu .btn-type_cd39ec574c0fc249 a {
  background: #eee;
  padding: 0;
  margin: 0;
}

#mainmenu>li ul.mega_ac09723cd66ec875 {
  position: fixed;
  left: 0;
  height: 0%;
  width: 100%;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: none;
}

#mainmenu>li ul.mega_ac09723cd66ec875 .sb-menu_d6ce549a8c47bbd1 {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px #dddddd;
}

.dark-scheme_b81887be431c7cd1 #mainmenu>li ul.mega_ac09723cd66ec875 .sb-menu_d6ce549a8c47bbd1 {
  background: var(--bg-dark-1);
  border-color: rgba(255, 255, 255, .1);
}

#mainmenu li:hover ul.mega_ac09723cd66ec875 {
  visibility: visible;
  opacity: 1;
}

#mainmenu li ul.mega_ac09723cd66ec875>li,
#mainmenu li ul.mega_ac09723cd66ec875>li a {
  width: 100%;
}

#mainmenu li ul.mega_ac09723cd66ec875 li.title {
  padding: 0px 10px 15px 10px;
  text-align: left;
  color: #fff;
  font-weight: bold;
}

#mainmenu li ul.mega_ac09723cd66ec875>li ul {
  position: static;
  visibility: visible;
  opacity: 1;
  left: 0;
  float: none;
  width: 100%;
}

#mainmenu ul.mega_ac09723cd66ec875>li ul li {
  margin: 0;
  padding: 0;
}

#mainmenu ul.mega_ac09723cd66ec875>li ul li:last-child {
  border-bottom: none;
}

#mainmenu li ul.mega_ac09723cd66ec875 .menu-content_36b3ab197b63b982 {
  background: #171A21;
  padding: 30px;
}

#mainmenu li ul.mega_ac09723cd66ec875 li.title {
  font-family: var(--main-font);
  padding: 0px;
  text-align: left;
  font-weight: bold;
  color: #586383;
}

#mainmenu ul.mega_ac09723cd66ec875>li ul {
  border: none;
}

#mainmenu li ul.mega_ac09723cd66ec875 ul li a {
  background: none;
  padding: 2px 0;
}

#mainmenu li ul.mega_ac09723cd66ec875 ul li a:hover {
  color: #35404e;
}

header.header-mobile #mainmenu>li ul.mega_ac09723cd66ec875 {
  visibility: visible;
  opacity: 1;
}

header:not(.header-mobile) #mainmenu>li:hover ul.mega_ac09723cd66ec875 {
  height: auto;
}

/* menu toggle for mobile */

#menu-btn {
  display: none;
  float: right;
  width: 32px;
  height: 32px;
  padding: 4px;
  text-align: center;
  cursor: poInter;
  color: #fff;
  margin-top: 0px;
  margin-left: 20px;
}

#menu-btn:before {
  font-family: FontAwesome;
  content: "\f0c9";
  font-size: 20px;
}

#menu-btn.menu-open:before{
  content: "\f068";
}

.rtl #menu-btn {
  float: left;
}


#btn-extra{
  position: relative;
  margin-left: 20px;
  width: 24px;
  height: 12px;
  cursor: pointer;
}

#btn-extra span{
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: solid 2px #ffffff;
}

header.header-light_5ff0647d6e68d2d3 #btn-extra span{
  border-bottom: solid 2px var(--heading-font-color);
}


#btn-extra span:nth-child(2){
  top:auto;
  bottom: 0;
  right: 0;
}

#btn-extra:hover span{
  width: 70%;
}

.header-light_5ff0647d6e68d2d3 #btn-extra span{
  background: var(--bg-dark-1);
}

#extra-wrap{
  position: fixed;
  z-index: 1002;
  top:0;
  right: -500px;
  width: 500px;
  height: 100%;
  overflow: hidden;
  background: rgba(var(--bg-dark-1-rgb), .75);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#extra-wrap.open{
  right: 0;
}

#extra-content{
  padding: 50px;
  color:#ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -17px;
  overflow-y: scroll;
}

#btn-close{
  top: 50px;
  right: 50px;
  position: absolute;
  z-index: 1001;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

#btn-close span{
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transform: rotate(45deg);
}

#btn-close span:nth-child(2){
  transform: rotate(-45deg);
}


header.header-mobile.header-light_5ff0647d6e68d2d3,
header.header-mobile.header-light_5ff0647d6e68d2d3 #menu-btn,
header.header-mobile.header-light_5ff0647d6e68d2d3 #menu-btn:hover {
  background: none;
}

header.header-mobile.header-light_5ff0647d6e68d2d3 #menu-btn {
  color: #222;
}


header.header-mobile.header-center_5d58a6fe376baefb #logo{
  display: block;
}

header.header-mobile.header-center_5d58a6fe376baefb #logo-center{
  display: none;
}

/* ================================================== */


/* content */


/* ================================================== */

#content {
  width: 100%;
  background: #ffffff;
  padding: 90px 0 90px 0;
  z-index: 100;
}

.dark-scheme_b81887be431c7cd1 #content {
  background: var(--bg-dark-1);
}

.dark-scheme_b81887be431c7cd1 #content {
  background: var(--bg-dark-1);
}

/* ================================================== */


/* section */


/* ================================================== */

section {
  padding: 100px 0 100px 0;
}

#content.zebra_339625c66071ca3d section:nth-child(even) {
  background: #fcfcfc;
}

section:not(.relative) {}

section.no-bg_9ca6130cbdeb6352,
#content.no-bg_9ca6130cbdeb6352 {
  background: none !important;
}

.bottom-rounded_b56bb5842e1b1aba{
  overflow: hidden;
  border-radius:0 0 100% 100%;
  -moz-border-radius:0 0 100% 100%;
  -webkit-border-radius:0 0 100% 100%;
  padding-bottom: 200px;
}

.rounded-up_b5dad3afe004251f{
  border-radius:60px 60px 0 0;
  -moz-border-radius:60px 60px 0 0;
  -webkit-border-radius:60px 60px 0 0;
}

.rounded-down_b6b78e91207fd774{
  border-radius:0 0 60px 60px;
  -moz-border-radius:0 0 60px 60px;
  -webkit-border-radius:0 0 60px 60px;
}



.rounded-up-down_2e85644ee8cfaf75{
  border-radius:60px;
  -moz-border-radius:60px;
  -webkit-border-radius:60px;
}


.rounded-10px_7769362a1d3aa1af{
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}

.rounded-20px_e24ef30de461be96{
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
}


.dark-scheme_b81887be431c7cd1 section {
  background: var(--bg-dark-1);
}

.no-bg_9ca6130cbdeb6352 {
  background: none !important;
}

.bgcolor-variation_2a174af57a303044 {
  background: #f6f6f6;
}

.overlay-gradient_549d8f25cbb4535b {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  padding: 90px 0 90px 0;
}

.de_light_a1c9f9ba7fb61dce section {
  background: #ffffff;
}

.text_top_5be94c7b52a4cdfd {
  position: relative;
  z-index: 1000;
}

/* ================================================== */


/* footer */


/* ================================================== */

footer {
  color: var(--body-font-color-dark);;
  background: var(--heading-font-color);
  padding: 100px 0 0 0;
}

footer.footer-light_a38ba11f5c432ba8 {
  background: #ffffff;
}

footer.footer-light_a38ba11f5c432ba8 a {
  color: #5d6371;
}

footer p {
  line-height: 1.8em;
}

.dark-scheme_b81887be431c7cd1 footer a {
  color: var(--body-font-color-dark);
}

footer.footer-black_3ec56cf32d360718 {
  background: #222222;
}

footer h5,
.de_light_a1c9f9ba7fb61dce footer h5 {
  color: #fff;
  font-size: 18px;
  text-transform: none;
}

footer a {
  color: var(--body-font-color-dark);
  text-decoration: none !important;
}

.subfooter_940e7a077ae400db {
  margin-top: 50px;
  border-top: solid 1px rgba(255, 255, 255, .1);
  padding: 20px 0 20px 0;
}

.footer-light_a38ba11f5c432ba8 .subfooter_940e7a077ae400db {
  border-top: solid 1px rgba(0, 0, 0, .1);
}

header.header-light-transparent_bc298339245ca25c {
  background: rgba(255, 255, 255, .5);
}

header.header-solid_28dc2f448ba0d8ce.header-light_5ff0647d6e68d2d3 #mainmenu>li>a {
  color: #555;
}

header.header-solid_28dc2f448ba0d8ce {
  background: #fff;
}

header.smaller.header-dark_28bba29bed2219f2 {
  background: #222222;
  border: none;
}

header.smaller.header-dark_28bba29bed2219f2 #mainmenu a {
  color: #fff;
}

.side-layout header.smaller.header-dark_28bba29bed2219f2 #mainmenu>li {
  border-bottom: solid 1px rgba(255, 255, 255, .1);
}

.side-layout header.smaller.header-dark_28bba29bed2219f2 #mainmenu>li:last-child {
  border-bottom: none;
}

header.header-mobile {
  position: fixed !important;
  background: var(--heading-font-color);
  top: 0;
  padding-bottom: 10px;
}

header.header-mobile .container {
  max-width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;
}

.dark-scheme_b81887be431c7cd1 header.header-mobile {
  background: var(--bg-dark-1);
}

header.header-mobile.has-topbar .header-row_9cd15440f5f37760,
header.header-mobile.has-topbar .header-col_9f62d92432ec6101 {
  margin-top: 10px;
}

header.header-mobile nav {
  float: none;
}

header.header-mobile .logo_67459d26949ca908 {
  display: none;
}

header.header-mobile .logo-2_b46c8a05640ae33f {
  display: inline-block;
}

header.header-mobile.header-light_5ff0647d6e68d2d3 {
  background: #fff;
}

header.header-mobile #mainmenu ul {
  padding: 0;
}

header.header-solid_28dc2f448ba0d8ce.header-light_5ff0647d6e68d2d3 {
  background: #fff;
}

header.header-light_5ff0647d6e68d2d3 .logo_67459d26949ca908 {
  display: none;
}

header.header-light_5ff0647d6e68d2d3 .logo-2_b46c8a05640ae33f {
  display: inline-block;
}

/* topbar start here */

#topbar {
  z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: rgba(0,0,0,.2);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

#topbar.topbar-light_113c01e450af40c4{
  background: var(--bg-grey);
}

#topbar.topbar-light_113c01e450af40c4 a,
#topbar.topbar-light_113c01e450af40c4 .social-icons_c32b7936d06f138b i{
  color: var(--heading-font-color);
}

#topbar.topbar-dark_ca507c607e9ed9bd {
  background: rgba(34, 34, 34, .2);
}

#topbar a {
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
}

#topbar.text-light_d50c8b6eb918a8f8 a {
  color: #ffffff;
}

.topbar-left_8d5fe6bd060a6e55,
.topbar-right_2a595b6954e5db95 {
  display: flex;
}

.topbar-right_2a595b6954e5db95 {
  float: right;
}

.topbar-solid_3fcd4f92dccd8029 {
  background: #ffffff;
}

.tb-light_a69136aafd8b24a7 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-right_2a595b6954e5db95 .topbar-widget_4ad7410ba421eb2a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-right_2a595b6954e5db95 span:last-child {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-light_113c01e450af40c4 .topbar-right_2a595b6954e5db95 .topbar-widget_4ad7410ba421eb2a {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-light_113c01e450af40c4 .topbar-right_2a595b6954e5db95 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .tb-light_a69136aafd8b24a7 .topbar-right_2a595b6954e5db95 .topbar-widget_4ad7410ba421eb2a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .tb-light_a69136aafd8b24a7 .topbar-right_2a595b6954e5db95 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

/* topbar left content */
.topbar-left_8d5fe6bd060a6e55 {
  float: left;
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-left_8d5fe6bd060a6e55 .topbar-widget_4ad7410ba421eb2a {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-light_113c01e450af40c4 .topbar-left_8d5fe6bd060a6e55 .topbar-widget_4ad7410ba421eb2a {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-left_8d5fe6bd060a6e55 span:first-child {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .tb-light_a69136aafd8b24a7 .topbar-left_8d5fe6bd060a6e55 .topbar-widget_4ad7410ba421eb2a {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .tb-light_a69136aafd8b24a7 .topbar-left_8d5fe6bd060a6e55 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.h-phone_cb03495851fe6822 {
  text-align: center;
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
  font-family: var(--heading-font);
  font-size: 16px;
  margin-right: 20px;
  line-height: 1.3em;
}

.h-phone_cb03495851fe6822 span {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
}

header.header-light_5ff0647d6e68d2d3 .h-phone_cb03495851fe6822 span{
  color: var(--body-font-color);
}


.h-phone_cb03495851fe6822 i {
  display: inline-block;
  font-size: 32px;
  left: 0;
  top: 12px
}

.menu_side_area_efd116667cbb30f8 .btn-line_b64f3fe6a33eadf3{
  display: inline-block;
}

/* topbar widget */
.topbar-widget_4ad7410ba421eb2a {
  font-size: 13px;
  font-weight: 400;
  display: flex;
  padding: 6px 0  6px 0;
  color:rgba(255, 255, 255, .5);
}

.topbar-widget_4ad7410ba421eb2a.widget-text_76091b9ec5f91ea0 {
  padding-top: 6px;
}

.topbar-widget_4ad7410ba421eb2a i {
  font-size: 16px;
  margin-top: 8px;
  margin-right: 10px;
}

.h-sub_1abb456d86af8bec .topbar-widget_4ad7410ba421eb2a {
  padding: 12px;
}

.topbar-widget_4ad7410ba421eb2a:before {
  float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
}

.topbar-widget_4ad7410ba421eb2a.tb-phone_cffa140bdde21a9f:before {
  content: "\f095";
}

.topbar-widget_4ad7410ba421eb2a.tb-email_cf88cdc54539ca14:before {
  content: "\f003";
}

.topbar-widget_4ad7410ba421eb2a.tb-opening-hours_27a0475619ed9f16:before {
  content: "\f017";
}

.topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 {
  padding: 0;
}

.topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 a {
  font-size: 14px;
  display: flex;
  padding: 5px;
  padding-left: 15px;
  display: inline-block;
  text-align: center;
}

.topbar-widget_4ad7410ba421eb2a a span {
  font-weight: bold;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-light_113c01e450af40c4 .topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 a,
#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-light_113c01e450af40c4 .topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_38a8d5aa089abf52) .topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_a69136aafd8b24a7 .topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_4ad7410ba421eb2a.tb-social_2737e80133a09f41 a:first-child {
  border: none;
}

/* topbar end here */

/* ================================================== */


/* blog */


/* ================================================== */

.blog-list_e9492da5652ec8c3 {
  margin: 0;
  padding: 0;
}

/* blog list */

.blog-list_e9492da5652ec8c3>div {
  list-style: none;
  line-height: 1.7em;
  margin-top: 0px;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 20px;
}

.blog-list_e9492da5652ec8c3 img {
  margin-bottom: 20px;
}

.de_light_a1c9f9ba7fb61dce .blog-list_e9492da5652ec8c3 li {
  border-bottom: solid 1px #ddd;
}

.blog-list_e9492da5652ec8c3 h4 {
  margin-top: 20px;
}

.blog-list_e9492da5652ec8c3 h4 a {
  color: #fff;
}

.de_light_a1c9f9ba7fb61dce .blog-list_e9492da5652ec8c3 h4 a {
  color: #222222;
}

.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 .blog-list_e9492da5652ec8c3 h4 a {
  color: #fff;
}

.blog-list_e9492da5652ec8c3 .btn-more_1090e730805eb1ab {
  padding: 3px 25px 3px 25px;
  color: #111;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
  float: right;
}

.blog-list_e9492da5652ec8c3 .btn-more_1090e730805eb1ab:hover {
  background: #fff;
}

.de_light_a1c9f9ba7fb61dce .blog-list_e9492da5652ec8c3 .btn-more_1090e730805eb1ab:hover {
  background: #222;
  color: #fff;
}

.blog-list_e9492da5652ec8c3 .post-text_bc7b768063ae9cd8 {
  padding-left: 80px;
}

.bloglist_f066be0155355837 .post-text_bc7b768063ae9cd8 a.btn-main_4d47edb0d5f8ca8c {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_e9492da5652ec8c3 .blog-slider_8f680176050411e3 {
  margin-bottom: -60px;
}

.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .day,
.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .month {
  display: block;
  color: #fff;
  text-align: center;
  width: 40px;
  z-index: 100;
}

.de_light_a1c9f9ba7fb61dce .blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .month {
  color: #222222;
}

.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 {
  text-align: center;
  background: #f6f6f6;
  padding: 10px;
}

.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .month {
  font-size: 14px;
}

.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .day {
  font-family: var(--body-font);
  color: #222222;
  font-weight: bold;
  font-size: 28px;
}

.blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .month {
  font-family: var(--body-font);
  color: #fff;
  font-size: 13px;
  letter-spacing: 3px;
}

.de_light_a1c9f9ba7fb61dce .blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .month {
  border-bottom-color: #ddd;
}

.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 .blog-list_e9492da5652ec8c3 .date-box_756cfaf17d41b841 .month {
  color: #fff;
}

/* de-bloglist-type-1 */
.de-bloglist-type-1_6326501095b81a2c .d-content_39244079c21a957f {
  display: block;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
  padding-bottom: 15px;
  margin-bottom: 10px;
  min-height: 100px;
}

.de-bloglist-type-1_6326501095b81a2c .d-image_c0d9cc77c485c1aa {
  position: absolute;
  overflow: hidden;
  width: 80px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.de-bloglist-type-1_6326501095b81a2c .d-image_c0d9cc77c485c1aa img {
  width: 100%;
}

.de-bloglist-type-1_6326501095b81a2c .d-content_39244079c21a957f {
  padding-left: 100px;
}

.de-bloglist-type-1_6326501095b81a2c .d-content_39244079c21a957f h4 {
  font-size: 16px;
  margin-bottom: 0px;
}

.de-bloglist-type-1_6326501095b81a2c .d-date_2b7bb313d40f1049 {
  position: relative;
  font-size: 12px;
  font-weight: 500;
  padding-left: 18px;
}

.de-bloglist-type-1_6326501095b81a2c .d-date_2b7bb313d40f1049:before {
  font-family: "FontAwesome";
  font-weight: 300;
  color: var(--primary-color);
  content: "\f073";
  left: 0;
  position: absolute;
}


/* de-post-type-1 */
.de-post-type-1_1b838603eb536af6 {
  margin-bottom: 40px;
}

.de-post-type-1_1b838603eb536af6 .d-image_c0d9cc77c485c1aa {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  margin-bottom: 20px;
}

.de-post-type-1_1b838603eb536af6 .d-image_c0d9cc77c485c1aa img {
  width: 100%;
}

.de-post-type-1_1b838603eb536af6 .d-meta_25c699c5b14bcb28 {
  font-size: 12px;
  margin-bottom: 10px;
}

.de-post-type-1_1b838603eb536af6 .d-meta_25c699c5b14bcb28 span {
  display: inline-block;
  font-weight: 600;
  margin-right: 30px;
  padding-left: 30px;
  position: relative;
}

.de-post-type-1_1b838603eb536af6 h4 {
  margin-bottom: 10px;
}

.de-post-type-1_1b838603eb536af6 h4 a {
  font-size: 20px;
  color: #333333;
  margin-bottom: 0px;
}

.de-post-type-1_1b838603eb536af6 .d-meta_25c699c5b14bcb28 span:before {
  font-family: "FontAwesome";
  font-size: 20px;
  font-weight: 300;
  color: var(--primary-color);
  content: "";
  left: 0;
  position: absolute;
}

.de-post-type-1_1b838603eb536af6 .d-meta_25c699c5b14bcb28 span.d-by_05154ccd4ccf249b:before {
  content: "\f007";
}

.de-post-type-1_1b838603eb536af6 .d-meta_25c699c5b14bcb28 span.d-date_2b7bb313d40f1049:before {
  content: "\f073";
}

.de-post-type-1_1b838603eb536af6 .d-meta_25c699c5b14bcb28 span.d-tags_e27e3d060f0946ff:before {
  content: "\f02c";
}

.blog-snippet_007a54466762b458 li {
  border-bottom: none;
  margin-bottom: 0;
}

#blog-carousel .item.item {
  width: 100%;
}

.de-blog-c1_04ee7480c3bdae3f{
  position: relative;
  margin-bottom: 60px;
}

.de-blog-c1_04ee7480c3bdae3f h4{
  font-size: 28px;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.3em;
}

.de-blog-c1_04ee7480c3bdae3f .d-date_2b7bb313d40f1049{
  position: absolute;
  left: 0;
  text-align: center;
  color:#ffffff;
  text-align: center;
}

.de-blog-c1_04ee7480c3bdae3f .d-date_2b7bb313d40f1049 .d-month_f25b54825533d152{
  text-transform: uppercase;
  background: var(--primary-color);
  font-size: 16px;
  font-family: var(--heading-font);
  margin-left: .5rem;
  margin-bottom: 10px;
  font-weight:bold;
  line-height: 1em;
  padding: 2px 0;  
  letter-spacing: 2px;
}

.de-blog-c1_04ee7480c3bdae3f .d-date_2b7bb313d40f1049 .d-day_fde1246d1f019040{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_04ee7480c3bdae3f .d-image_c0d9cc77c485c1aa{
  padding-left: 100px;
}

.de-blog-c1_04ee7480c3bdae3f .d-image_c0d9cc77c485c1aa img{
  width:100%;
  -webkit-box-shadow: 8px 8px 0 0px var(--primary-color);
  -moz-box-shadow: 8px 8px 0 0px var(--primary-color);
  box-shadow: 8px 8px 0 0px var(--primary-color);
}

/* blog comment */

#blog-comment {
  margin-top: 40px;
}

#blog-comment h5 {
  margin-bottom: 10px;
}

#blog-comment ul,
#blog-comment li {
  list-style: none;
  margin-left: -40px;
  padding-left: 0;
}

.rtl #blog-comment li {
  margin-right: -30px;
}

.rtl #blog-comment li li {
  margin-right: 40px;
}

#blog-comment li {
  min-height: 70px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: solid 1px #ccc;
}

.dark-scheme_b81887be431c7cd1 #blog-comment li {
  border-bottom-color: rgba(255, 255, 255, .1);
}

#blog-comment li .avatar_57bdcbe0a48d8620 {
  position: absolute;
  margin-top: 5px;
}

#blog-comment li .avatar_57bdcbe0a48d8620 img{
  width: 70px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

#blog-comment .comment_24ad7fe7c5cfcafc {
  margin-left: 85px;
}

.rtl #blog-comment .comment_24ad7fe7c5cfcafc {
  margin-left: 0;
  margin-right: 85px;
}

#blog-comment li {
  min-height: 70px;
  font-size: 15px;
  line-height: 1.6em;
}

#blog-comment li li {
  margin-left: 55px;
  padding-bottom: 0px;
  margin-top: 20px;
  padding-top: 20px;
  border-top: solid 1px #ccc;
  border-bottom: none;
}

.dark-scheme_b81887be431c7cd1 #blog-comment li li {
  border-top-color: rgba(255, 255, 255, .1);
}

#blog-comment li li .avatar_57bdcbe0a48d8620 {
  position: absolute;
}

#blog-comment li li .comment_24ad7fe7c5cfcafc {}

.comment-info_85b82abfd2ae4838 {
  margin-left: 85px;
  margin-bottom: 5px;
}

.rtl .comment-info_85b82abfd2ae4838 {
  margin-left: 0;
  margin-right: 85px;
}

.comment-info_85b82abfd2ae4838 span {}

.comment-info_85b82abfd2ae4838 .c_name_9d32080b9dd8d13c {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_b81887be431c7cd1 .comment-info_85b82abfd2ae4838 .c_name_9d32080b9dd8d13c {
  color: #ffffff;
}

.comment-info_85b82abfd2ae4838 .c_reply_a6bc721f657f8dc5 {
  padding-left: 20px;
  margin-left: 20px;
  border-left: solid 1px #ddd;
  font-size: 12px;
}

.dark-scheme_b81887be431c7cd1 .comment-info_85b82abfd2ae4838 .c_reply_a6bc721f657f8dc5 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_85b82abfd2ae4838 .c_date_89ef094ba6b8c1d2 {
  font-size: 12px;
}

.blog-list_e9492da5652ec8c3 h4 {
  color: #333;
}

.blog-list_e9492da5652ec8c3 .post-wrapper_911a78dcacc1bfca {}

.blog-read_519646ebee19d687 h4 {
  color: #333;
  letter-spacing: normal;
  font-size: 24px;
  text-transform: none;
}

.blog-carousel_944083c82fdde741 ul,
.blog-carousel_944083c82fdde741 li {
  margin: 0;
  list-style: none;
}

.blog-carousel_944083c82fdde741 h4 {
  margin-bottom: 0px;
}

.blog-carousel_944083c82fdde741 p {
  margin-bottom: 10px;
}

.blog-carousel_944083c82fdde741 .post-date_feef0ff40f369f1f {
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 11px;
  color: #888;
}

.bloglist_f066be0155355837 {
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  background: var(--tertiary-color);
}

.post-content_2685869a8e23224a {
  position: relative;
}

.post-content_2685869a8e23224a p {
  margin-bottom: 0px;
}

.post-text_bc7b768063ae9cd8 .d-date_2b7bb313d40f1049{
  font-size: 14px;
}

.post-text_bc7b768063ae9cd8 h4 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.post-text_bc7b768063ae9cd8 h4 a {
  font-weight: bold;
  font-family: var(--body-font);
  color: #1A1C26;
  text-decoration: none;
  line-height: 1.5em;
  letter-spacing: 0;
}

.dark-scheme_b81887be431c7cd1 .post-text_bc7b768063ae9cd8 h4 a {
  color: #ffffff;
}

.post-text_bc7b768063ae9cd8 .tags {
  font-size: 10px;
  text-transform: uppercase;
}

.p-tagline_469436b5ae98e97f {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
}

.p-tagline_469436b5ae98e97f {
  left: auto;
  right: 20px;
}

.p-tagline_469436b5ae98e97f,
.p-title_384c022574d122bc {
  font-family: var(--body-font);
  background: rgba(var(--primary-color-rgb), .2);
  border-radius: 3px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 10px;
  padding: 7px 10px 6px 10px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.p-tagline_469436b5ae98e97f,
.p-title_384c022574d122bc.invert {
  background: var(--secondary-color);
}

.p-title_384c022574d122bc {
  font-size: 12px;
  margin-bottom: 20px;
}

.post-text_bc7b768063ae9cd8 .p-date_4d8aa5ef13caa9da {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 10px;
  font-weight: 500;
  color: #888888;
  padding: 5px 10px;
  background: rgba(0, 0, 0, .05);
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.blog-read_519646ebee19d687 img {
  margin-bottom: 20px;
}

.blog-read_519646ebee19d687 .post-text_bc7b768063ae9cd8 {
  padding: 0;
}

/* blog comment form */

#commentform label {
  display: block;
}

#commentform input {
  width: 290px;
}

#commentform input:focus {
  border: solid 1px #999;
  background: #fff;
}

#commentform textarea {
  width: 97%;
  padding: 5px;
  height: 150px;
  color: #333;
}

#commentform textarea:focus {
  border: solid 1px #999;
  background: #fff;
}

#commentform input.btn {
  width: auto;
}


.post-meta_3f35dbe423001802 {
  margin: 0px 0 10px 0px;
  border: solid 1px #eee;
  border-left: none;
  border-right: none;
  border-left: none;
  font-size: 11px;
  display: table;
  width: 100%;
  table-layout: fixed;
}

.post-meta_3f35dbe423001802 a {
  color: #888;
}

.post-meta_3f35dbe423001802 span {
  display: table-cell;
  padding: 10px 0 10px 0;
  text-align: center;
}

.post-meta_3f35dbe423001802 span i {
  float: none;
}

.post-image_a782e0b78b39ec32{
  overflow: hidden;x
}
.post-image_a782e0b78b39ec32 img {
  width: 100%;
  margin-bottom: 0px;
}
.post-image_a782e0b78b39ec32 .d-tagline_d8b86157bb883cf8{
  position: absolute;
  top:20px;
  right: 20px;
  line-height: 1em;
}

.post-image_a782e0b78b39ec32 .d-tagline_d8b86157bb883cf8 span{
  font-size: 12px;
  color:#ffffff;
  text-transform: uppercase;
  display: inline-block;
  background: var(--primary-color);
  margin-left: 5px;
  padding: 4px 10px 4px 10px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
  font-weight: 600;
}


.blog-slide {
  padding: 0;
  margin: 0;
}

.blog-item_9770cbcc921b4787 {
  margin-bottom: 60px;
}

.blog-item_9770cbcc921b4787 img.preview_e8867f83590774b1 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_a782e0b78b39ec32 {
  position: relative;
}

.post-image_a782e0b78b39ec32 .post-info_4d76e8bcf550baaf {
  position: absolute;
  bottom: 0;
  padding: 0;
  border: none;
  width: 100%;
}

.post-image_a782e0b78b39ec32 .post-info_4d76e8bcf550baaf .inner {
  margin: 0 30px 0 30px;
  padding: 3px 20px;
  border-radius: 0px 10px 0 0;
}

.post-image_a782e0b78b39ec32 .post-date_feef0ff40f369f1f,
.post-image_a782e0b78b39ec32 .post-author_8a62cef4b64e56f3 {
  color: #ffffff;
}

/* ================================================== */

/* ratings */


/* ================================================== */

.ratings_efd615f098546b09 {
  color: #F86E4E;
}

.p-rating_116a8f1934642692 i {
  color: #cccccc;
}

.p-rating_116a8f1934642692 i.checked {
  color: #FFD337;
}

.d-rating_3f9811a930dadf67 i {
  font-size: 15px;
  color: #F86E4E;
  margin-right: 3px;
}

/* ================================================== */


/* contact form */


/* ================================================== */

.error {
  display: none;
  margin-top: 30px;
  color: #e7505a;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(231, 80, 90, .1);
  border: solid 1px #e7505a;
}

.success {
  display: none;
  color: #96c346;
  margin-top: 30px;
  clear: both;
  padding-top: 20px;
  padding: 20px;
  background: rgba(150, 195, 70, .1);
  border: solid 1px #96c346;
}

.error img {
  vertical-align: top;
}

#contact_form textarea {
  /*height: calc(100% - 20px);*/
}

#contact_form .radio-img_81a9288cf44db578 input[type="radio"] + label, 
#contact_form .radio-img_81a9288cf44db578 input[type="checkbox"] + label{
  padding: 0px;
  position: relative;
  background: none;
  width: 20%;
  float: left;
  text-align: center;
  margin-right: 5%;
}

#contact_form .radio-img_81a9288cf44db578 input[type="radio"] + label:before, 
#contact_form .radio-img_81a9288cf44db578 input[type="checkbox"] + label:before {
  position: absolute;
  top: 10px;
  left: 15px;
  display: none;
}

#contact_form .radio-img_81a9288cf44db578 input[type="radio"] + label img, 
#contact_form .radio-img_81a9288cf44db578 input[type="checkbox"] + label img{
  width: 100%;
  margin-bottom: 10px;
  opacity: .5;
}

#contact_form .radio-img_81a9288cf44db578 input[type="radio"]:checked + label img, 
#contact_form .radio-img_81a9288cf44db578 input[type="checkbox"]:checked + label img{
  width: 100%;
  padding: 3px;
  opacity: 1;
  background: var(--primary-color);
}

#contact_form input[type=checkbox] {
  position: relative;
  border: solid 1px var(--primary-color);
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 4px .6em 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: text-top;
  height: 15px;
  width: 15px;
  -webkit-appearance: none;
  opacity: .5;
}

.form-control_944b04894764c4fc {
  padding: 10px;
  margin-bottom: 20px;
  border: solid 1px rgba(0,0,0,0.15);
  background: rgba(0,0,0,.025);
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.text-light_d50c8b6eb918a8f8 .form-control_944b04894764c4fc{
  color: #ffffff;
  border: solid 1px rgba(255,255,255,0.2);
  background: rgba(255,255,255,.025);
}


.radio-opt_610b8ecda8d1d527{
  float: left;
}


.radio-opt_610b8ecda8d1d527 input[type="radio"]{
  display: none;
}

.radio-opt_610b8ecda8d1d527 label {
  min-width: 62px;
  font-size: 12px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  background-color: rgba(var(--primary-color-rgb),.2);
  color: white;
  padding: 0px;
  margin: 0 8px 8px 0;
  opacity: .5;
}
.radio-opt_610b8ecda8d1d527 input[type="radio"]:checked + label{
  background-color: var(--primary-color);
  opacity: 1;
}



#contact_form input[type=checkbox]:checked{
  background: var(--primary-color);
  opacity: 1;
}


#contact_form.s2_5c0d0e7d2fad8523 .radio-img_81a9288cf44db578 input[type="radio"] + label, 
#contact_form.s2_5c0d0e7d2fad8523 .radio-img_81a9288cf44db578 input[type="checkbox"] + label,
#contact_form .radio-img_81a9288cf44db578 input[type="radio"] + label img, 
#contact_form .radio-img_81a9288cf44db578 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

.form-underline_ce5add3cb3401cf6{
  outline: none;
  width: 100%;
  padding: 10px 0 10px 0;
  margin-bottom: 20px;
  border: none;
  border-bottom: solid 1px var(--bg-dark-1);
  background: none;
  border-radius: 0;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.text-light_d50c8b6eb918a8f8 .form-underline_ce5add3cb3401cf6{
  color: #ffffff;
  border-bottom-color: #ffffff;
}

.form-underline_ce5add3cb3401cf6 select {
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none;
  appearance: none;
  background: url('../pictures/ui/arrow-down-form.png') no-repeat 98% 60%;
}

.form-underline_ce5add3cb3401cf6 select:focus {
  background: url('../pictures/ui/arrow-down-form-hover.png') no-repeat 98% 60%;
}

.form-underline_ce5add3cb3401cf6 input[type=text],
.form-underline_ce5add3cb3401cf6 textarea,
.form-underline_ce5add3cb3401cf6 input[type=email],
.form-underline_ce5add3cb3401cf6 select {
  color: #333;
  border-bottom: solid 1px var(--heading-font-color);
}

.text-light_d50c8b6eb918a8f8 .form-underline_ce5add3cb3401cf6 input[type=text],
.text-light_d50c8b6eb918a8f8 .form-underline_ce5add3cb3401cf6 textarea,
.text-light_d50c8b6eb918a8f8 .form-underline_ce5add3cb3401cf6 input[type=email],
.text-light_d50c8b6eb918a8f8 .form-underline_ce5add3cb3401cf6 select {
  color: #fff;
  border-bottom: solid 1px #ffffff;
}


.hover-underline_93342628db4ed7c0{
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, .4);
}

.hover-underline_93342628db4ed7c0 .form-underline_ce5add3cb3401cf6{
  padding-top: 0;
}

.text-light_d50c8b6eb918a8f8 .hover-underline_93342628db4ed7c0{
    border-bottom: solid 1px rgba(255, 255, 255, .4);
}


.hover-underline_93342628db4ed7c0:before{
  content: '';
  position: absolute;
  bottom: 0;
  margin-bottom: -1px;
  width:0;
  border-bottom: solid 1px #000000;
  -o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;
  outline: none;
}

.text-light_d50c8b6eb918a8f8 .hover-underline_93342628db4ed7c0:before{
  border-bottom: solid 1px #ffffff;
}


.hover-underline_93342628db4ed7c0:hover:before{
  width:100%;
}

.text-light_d50c8b6eb918a8f8 ::placeholder {
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.text-light_d50c8b6eb918a8f8::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ffffff;
}

.form-default_af17241734e5f3a2 input[type=text],
.form-default_af17241734e5f3a2 textarea,
.form-default_af17241734e5f3a2 input[type=email],
.form-default_af17241734e5f3a2 select {
  padding: 10px;
  margin-bottom: 20px;
  background: rgba(255, 255, 255, .5);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  font-weight: 400;
  font-size: 18px;
}

.form-border_d6351a13974a621d select {
  background: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'><path d='M0 0h24v24H0z' fill='none'></svg>") right 5px center no-repeat !important;
}

.rtl .form-border_d6351a13974a621d select {
  background: none !important;
  padding-left: 20px;
}

#contact_form.form-default_af17241734e5f3a2 textarea {
  padding: 10px;
  height: 170px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

#form_subscribe input[type=text] {
  padding: 7px 12px 7px 12px;
  width: 80%;
  float: left;
  display: table-cell;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border: none;
  border-right: none;
  background: rgba(255, 255, 255, .7);
  -webkit-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  -moz-box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
  box-shadow: 2px 2px 20px 0px rgba(20, 20, 20, 0.05);
}

#form_sb input[type=text] {
  font-size: 20px;
  padding: 25px 20px 25px 20px;
  width: 85%;
  height: 30px;
  float: left;
  display: table-cell;
  border-radius: 30px 0 0 30px;
  -moz-border-radius: 30px 0 0 30px;
  -webkit-border-radius: 30px 0 0 30px;
  border: none;
  background: #ffffff;
  border: none;
}

.dark-scheme_b81887be431c7cd1 #form_sb input[type=text] {
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
}

#form_sb #btn-submit i {
  text-align: center;
  font-size: 30px;
  float: left;
  width: 15%;
  background: #171A21;
  color: #ffffff;
  display: table-cell;
  padding: 10px 0 10px 0;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

footer:not(.footer-light_a38ba11f5c432ba8) #form_subscribe input[type=text]::-moz-input-placeholder {
  color: #ffffff;
}

footer:not(.footer-light_a38ba11f5c432ba8) #form_subscribe input[type=text]::-webkit-input-placeholder {
  color: #ffffff;
}


footer:not(.footer-light_a38ba11f5c432ba8) #form_subscribe.form-dark_90db62a9253c3cea input[type=text] {
  color: #ffffff;
  background: rgba(255, 255, 255, .1);
}

.footer-light_a38ba11f5c432ba8 #form_subscribe input[type=text] {
  border: none;
  border-right: none;
  padding: 6px 12px;
  background: #ffffff;
}

#form_subscribe input[type=text]:focus {
  background: rgba(255, 255, 255, .2);
}

#form_subscribe #btn-subscribe i {
  text-align: center;
  font-size: 28px;
  float: left;
  width: 20%;
  background: #171A21;
  color: #ffffff;
  display: table-cell;
  padding: 5px 0 5px 0;
  border-radius: 0 30px 30px 0;
  -moz-border-radius: 0 30px 30px 0;
  -webkit-border-radius: 0 30px 30px 0;
}

.form-default_af17241734e5f3a2 input[type=text]:focus,
.form-default_af17241734e5f3a2 textarea:focus,
.form-default_af17241734e5f3a2 input[type=email]:focus,
.form-default_af17241734e5f3a2 select:focus {
  background: #f6f6f6;
}

.error_input_58232b14afc8253e {
  border-bottom: solid 1px #ff0000 !important;
}

.arrow-up,
.arrow-down {
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 40px solid #fff;
  position: fixed;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: poInter;
  z-index: 101;
}

.arrow-down {
  border-top: 40px solid #fff;
  border-bottom: none;
  position: fixed;
  z-index: 102;
  top: -40px;
}

.arrow-up:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f067";
  color: #222;
  position: relative;
  top: 12px;
  margin: 0 0 0 -8px;
}

.arrow-down:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f068";
  color: #222;
  position: relative;
  top: -35px;
  margin: 0 0 0 -8px;
}

/* ================================================== */


/* elements */


/* ================================================== */


/* border */


/* ------------------------------ */

.small-border_be940466a4c5aa5f {
  width: 50px;
  height: 2px;
  background: rgba(0, 0, 0, .5);
  border-left: none;
  border-right: none;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}


.small-border_be940466a4c5aa5f.sm-left_b7a16f8e8fb697e9 {
  margin-left: 0;
}

.rtl .small-border_be940466a4c5aa5f.sm-left_b7a16f8e8fb697e9 {
  margin-right: 0;
}

.tiny-border_95259c47a496424e {
  height: 1px;
  background: #333;
  width: 40px;
  margin: 20px 0 20px 0;
  display: block;
}

.tiny-border_95259c47a496424e.center {
  margin-left: auto;
  margin-right: auto;
}

.small-border_be940466a4c5aa5f.white_87559e31476efa5d {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


/* ------------------------------ */

.crumb_94d9022c9b0f2842 {
  color: #777;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.crumb_94d9022c9b0f2842{
  padding-top: 10px;
  margin-bottom: -50px;
}

.crumb_94d9022c9b0f2842 li {
  color: var(--secondary-color);
  display: inline;
  text-decoration: none;
  letter-spacing: 0;
}

.crumb_94d9022c9b0f2842 li:after {
  font-family: "FontAwesome";
  content: "\f054";
  font-size: 10px;
  margin: 0 10px 0 10px;
  opacity: .5;
}

.crumb_94d9022c9b0f2842 li:last-child:after {
  display: none;
}

.crumb_94d9022c9b0f2842 a {
  text-decoration: none;
}

.crumb_94d9022c9b0f2842 li .active {
  font-weight: bold;
}

.de_light_a1c9f9ba7fb61dce .crumb_94d9022c9b0f2842 a:hover {
  color: #fff;
}

/* button and link */


/* ------------------------------ */

a {
  text-decoration: none;
}

.de_light_a1c9f9ba7fb61dce a {
  color: #888;
}

.de_light_a1c9f9ba7fb61dce a:hover {
  color: #555;
}

a.btn-text_09f6fcd496ae55dc {
  text-decoration: none;
  display: inline-block;
  color: #111;
  font-weight: 600;
  padding: 0;
}

a.btn-text_09f6fcd496ae55dc:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

a.btn-text_09f6fcd496ae55dc {
  color: #fff;
}

a.btn-big_82fe14a5a15803a5 {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-big_82fe14a5a15803a5:after {
  font-family: FontAwesome;
  content: "\f054";
  margin-left: 20px;
}

a.btn,
.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

a.btn:before {
  content: "";
  background: rgba(0, 0, 0, 0);
  width: 0;
  height: 100%;
  position: absolute;
  z-index: -1;
}

a.btn-fx_dfe0c89452a4a0da:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 15px;
  position: absolute;
  right: -20px;
  margin-top: 0px;
}

a.btn-fx_dfe0c89452a4a0da {
  font-size: 14px;
  color: #eceff3;
  letter-spacing: 1px;
  line-height: normal;
  font-weight: bold;
  text-transform: uppercase;
  border: solid 1px #fff;
  padding: 10px 30px 10px 30px;
}

a.btn-fx_dfe0c89452a4a0da:hover {
  padding-left: 20px;
  padding-right: 40px;
}

a.btn-fx_dfe0c89452a4a0da:before {
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute;
}

a.btn-fx_dfe0c89452a4a0da:hover:after {
  right: 15px;
}

a.btn-fx_dfe0c89452a4a0da:hover:before {
  width: 100%;
  background: rgba(0, 0, 0, 1);
}

a.btn-fx_dfe0c89452a4a0da.light_b94adb255d6739fc:hover:before {
  width: 100%;
  background: rgba(255, 255, 255, 1);
}

.btn-fullwidth_4baa3ff2a52b3925 {
  display: block;
  width: 100%;
}

a.btn-slider_f6a593c30992614b {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  text-decoration: none;
  text-transform: uppercase;
  border: solid 2px #fff;
  padding: 10px 30px 10px 30px;
  border-radius: 60px;
}

a.btn-slider_f6a593c30992614b:hover {
  color: #222;
  background: #fff;
  border-color: #000;
  border: solid 2px #fff;
}

a.btn-main_4d47edb0d5f8ca8c:hover,
.btn-main_4d47edb0d5f8ca8c:hover {
  color: #fff;
  -webkit-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  -moz-box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
  box-shadow: 2px 2px 20px 0px rgba(29, 29, 31, 0.5);
}

a.btn-slider_f6a593c30992614b:hover:after {
  color: #222;
}

a.btn-id_ed254401e23313db,
a.btn-id_ed254401e23313db:hover {
  border: none;
}

a.btn-light_7837c36a4f939884.btn-id_ed254401e23313db {
  color: #222;
}

a.btn-dark_55b0a10dd02608d3.btn-id_ed254401e23313db {
  color: #fff;
}

.btn-main_4d47edb0d5f8ca8c.btn-small_da4d9c74bc26389f {
  padding: 5px 20px 5px 20px;
  font-weight: bold;
  text-transform: uppercase;
}

.btn-fx_dfe0c89452a4a0da.btn-main_4d47edb0d5f8ca8c {
  text-transform: normal;
}

a.btn-bg-dark_ae0789d6b4e0d909 {
  background: #222;
}

a.btn-text-light_b4b238c822a06f6d {
  color: #fff;
}

.btn-icon-left_d9d5fe6839cd7272 i {
  margin-right: 12px;
  color: #fff;
}

.btn-add_to_cart_d1d7ff496dfca611,
a.btn-add_to_cart_d1d7ff496dfca611 {
  border: solid 1px #bbb;
  font-size: 12px;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  padding: 3px;
  padding-left: 40px;
  padding-right: 20px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  color: #555;
}

.btn-add_to_cart_d1d7ff496dfca611:before,
a.btn-add_to_cart_d1d7ff496dfca611:before {
  font-family: "FontAwesome";
  content: "\f07a";
  position: absolute;
  left: 20px;
}

a.btn-main_4d47edb0d5f8ca8c,
a.btn-main_4d47edb0d5f8ca8c:active,
a.btn-main_4d47edb0d5f8ca8c:focus,
a.btn-main_4d47edb0d5f8ca8c:visited,
.btn-main_4d47edb0d5f8ca8c,
input[type=button].btn-main_4d47edb0d5f8ca8c,
a.btn-line_b64f3fe6a33eadf3,
#mainmenu li ul.mega_ac09723cd66ec875 a.btn-main_4d47edb0d5f8ca8c {
  position: relative;
  display: inline-block;
  font-family: var(--heading-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 6px 25px;
  font-size: 15px;
  border: none;
  border-radius:var(--button-rounded);
  -moz-border-radius:var(--button-rounded);
  -webkit-border-radius:var(--button-rounded);
}

a.btn-main_4d47edb0d5f8ca8c.fx-slide{
  overflow: hidden;
}

a.btn-main_4d47edb0d5f8ca8c.fx-slide span{
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

a.btn-main_4d47edb0d5f8ca8c.fx-slide:hover span{
  transform: translate(0, 40px);
  opacity: 0;
}

a.btn-main_4d47edb0d5f8ca8c.fx-slide:hover:before {
  opacity: 1;
  transform: translate(0, 0);
}

a.btn-main_4d47edb0d5f8ca8c.fx-slide:before {
  content: attr(data-hover);
  position: absolute;
  left: 0;
  width: 100%;
  opacity: 0;
  transform: translate(0, -100%);
  transition: all 0.3s ease-in-out;
}

a.btn-main_4d47edb0d5f8ca8c.btn-dark-trans_4ad5dc343d84c867{
    background: rgba(255, 255, 255, .1);
}

a.btn-main_4d47edb0d5f8ca8c.btn-dark-trans_4ad5dc343d84c867:hover{
    background: var(--primary-color);
}


a.btn-main_4d47edb0d5f8ca8c.btn-light-trans_b4d7b56a8fd1c48a{
  color:var(--heading-font-color);
  background: rgba(0, 0, 0, .05);
}

a.btn-main_4d47edb0d5f8ca8c.btn-light-trans_b4d7b56a8fd1c48a:hover{
    color:#ffffff;
    background: var(--primary-color);
}

a.btn-main_4d47edb0d5f8ca8c.big_132be9d12f1d587c{
  font-size: 30px;
  padding: 20px 30px;
}

a.btn-topbar_b4e22fcad1bbf9cf{
  display: inline-block;
  padding: 5px 20px;
  font-size: 14px;
  font-weight: bold;
}

a.btn-sc_e52e28eea8e801ac {
  display: inline-block;
  font-family: var(--heading-font);
  font-weight: bold;
  padding: 6px;
  font-size: 14px;
  color: #222;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: #f2f2f2;
}

a.btn-sc_e52e28eea8e801ac img {
  width: 20px;
  margin-top: -4px;
  margin-right: 8px;
}

a.btn-line_b64f3fe6a33eadf3,
a.btn-line_b64f3fe6a33eadf3:hover {
  background: none;
  color: #35404e;
  border: solid 1px rgba(255, 255, 255, .5);
}

a.btn-line_b64f3fe6a33eadf3:hover {
  border: solid 1px rgba(255, 255, 255, 0);
}

.text-light_d50c8b6eb918a8f8 .btn-line_b64f3fe6a33eadf3{
  color:#ffffff;
}


a.btn-line_b64f3fe6a33eadf3:hover {
  color: #ffffff;
}

header:not(.header-light_5ff0647d6e68d2d3) a.btn-line_b64f3fe6a33eadf3,
.dark-scheme_b81887be431c7cd1 a.btn-line_b64f3fe6a33eadf3,
.dark-schem_b94b046476d3fd4b a.btn-line_b64f3fe6a33eadf3:hover {
  color: #ffffff;
}

a.btn-main_4d47edb0d5f8ca8c.btn-white_8ee0f37269c8c22d {
  background: #ffffff;
}

.col-right_84e4111d770ea5d8 a.btn-main_4d47edb0d5f8ca8c {
  font-size: 14px;
  text-transform: none;
}

a.btn-border_0e8eeb92c50b985b {
  border: solid 2px rgba(255, 255, 255, .3);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  min-width: 120px;
  outline: 0;
  font-weight: bold;
  text-decoration: none;
  padding: 10px 30px;
  min-width: 120px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
}

a.btn-border_0e8eeb92c50b985b:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  margin-top: -2px;
  margin-bottom: 2px;
  box-sizing: border-box
}

a.btn-border_0e8eeb92c50b985b.light_b94adb255d6739fc {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_0e8eeb92c50b985b.light_b94adb255d6739fc:hover {
  background: #ffffff;
}

a.btn-border_0e8eeb92c50b985b:hover a {
  color: #ffffff !important;
}

.d-btn-close_01208433691f68af {
  color: #ffffff;
  cursor: poInter;
  text-align: center;
  display: block;
  text-align: center;
  width: 60px;
  height: 60px;
  background: #333;
  font-size: 32px;
  font-weight: bold;
  text-decoration: none;
  margin: 0 auto;
  padding-top: 12px;
  position: absolute;
  left: 0;
  right: 0;
}

a.btn-link_badcaf1ee79fc7cc {
  display: block;
  text-decoration: none;
  margin-top: 10px;
}

a.btn-lg_a29b92a218c51a6a{
  font-size: 24px;
  padding: 15px 30px 10px 30px;
}

.btn-plus_5f1203469ee43f3a{
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  text-align: center;
  max-width: 36px;
  height: 36px;
  border-radius:36px;
  -moz-border-radius:36px;
  -webkit-border-radius:36px;
  overflow: hidden;
  border: solid 1px var(--heading-font-color);
  color: var(--heading-font-color);;
}

.btn-plus_5f1203469ee43f3a:hover{
  max-width: 100%;
  color: var(--heading-font-color);;
}

.btn-plus_5f1203469ee43f3a i{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
}

.btn-plus_5f1203469ee43f3a span{
  opacity: 0;
  display: inline-block;
  overflow: hidden;
  margin-left: 36px;
  line-height: 2.2em;
  padding-right: 15px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.btn-plus_5f1203469ee43f3a:hover span{
  opacity: 1;
}


.text-light_d50c8b6eb918a8f8 .btn-plus_5f1203469ee43f3a{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_d50c8b6eb918a8f8 .btn-plus_5f1203469ee43f3a:hover{
  color: #ffffff;;
}

a.btn-main_4d47edb0d5f8ca8c.btn-with-arrow_10396cd0b05bd5a1{
  padding-right: 40px;
}

.btn-with-arrow_10396cd0b05bd5a1{
  position: relative;
}

.btn-with-arrow_10396cd0b05bd5a1:after{
  position: absolute;
  content: url(../pictures/ui/arrow-top-right-white.svg);
  top:12px;
}

.btn-with-arrow_10396cd0b05bd5a1:hover:after{
  top:8px;
}

.btn-with-arrow_10396cd0b05bd5a1:before{
  position: absolute;
  content: url(../pictures/ui/arrow-top-right-white.svg);
  top:16px;
  left: 8px;
  opacity: 0;
}

a.btn-main_4d47edb0d5f8ca8c.btn-with-arrow_10396cd0b05bd5a1:hover{
  padding-right: 25px;
  padding-left: 40px;
}

.btn-with-arrow_10396cd0b05bd5a1:hover:after{
  opacity: 0;
}

.btn-with-arrow_10396cd0b05bd5a1:hover:before{
  opacity: 1;
  top:12px;
  left: 12px;
}

.cover a.btn-link_badcaf1ee79fc7cc:hover {
  color: #fff;
}

.play-button_a213d3c411a6da7c {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  text-decoration: none;
  border: solid 5px rgba(255, 255, 255, .3);
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-left: 5px;
}

.play-button_a213d3c411a6da7c:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

.play-button_a213d3c411a6da7c:hover {
  border: solid 5px rgba(255, 255, 255, 1);
}

.play-button_a213d3c411a6da7c.dark {
  color: #222;
  border: solid 5px rgba(0, 0, 0, .1);
}

.play-button_a213d3c411a6da7c.dark:before {
  color: #222;
}

.play-button_a213d3c411a6da7c.dark:hover {
  border: solid 5px rgba(0, 0, 0, .5);
}

.text-light_d50c8b6eb918a8f8 .play-button_a213d3c411a6da7c {
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  color: #fff;
  text-decoration: none;
  border: solid 5px rgba(255, 255, 255, .3);
  display: inline-block;
  text-align: center;
  width: 80px;
  height: 80px;
  padding-top: 22px;
  padding-left: 5px;
}

.text-light_d50c8b6eb918a8f8 .play-button_a213d3c411a6da7c:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 .play-button_a213d3c411a6da7c.dark {
  color: #fff;
  border: solid 5px rgba(255, 255, 255, .3);
}

.text-light_d50c8b6eb918a8f8 .play-button_a213d3c411a6da7c.dark:before {
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 .play-button_a213d3c411a6da7c.dark:hover {
  border: solid 5px rgba(255, 255, 255, 1);
}


/* counter */


/* ------------------------------ */

.de_count_bd572aaf536d8db8 {
  padding: 0px;
  background: none;
}

.de_count_bd572aaf536d8db8 h3 {
  font-size: 35px;
  margin: 0;
  padding: 0;
  margin-bottom: 0px;
  line-height: 1em;
  padding-bottom: 10px;
  letter-spacing: -.5px;
}

.de_count_bd572aaf536d8db8 h3 span {
  
  font-size: 35px;
  margin-right: 5px;
  letter-spacing: -1.5px;
}


.de_count_bd572aaf536d8db8 h4 {
  margin-top: 0;
  font-size: 16px;
  font-weight: 500;
}

.de_count_bd572aaf536d8db8 p.d-small_f42e31bf2ca3628d {
  margin-top: 5px;
  opacity: .5;
}

.rtl .de_count_bd572aaf536d8db8 h3,
.rtl .de_count_bd572aaf536d8db8 h5 {
  text-align: right;
}

.de_count_bd572aaf536d8db8.big_132be9d12f1d587c h3 {
  font-size: 120px;
}

.de_count_bd572aaf536d8db8 span {
  font-size: 12px;
  text-transform: uppercase;
}

.de_count_bd572aaf536d8db8 i {
  display: block;
  font-size: 30px;
  margin: 0 auto;
  margin-bottom: 0px;
  width: 100%;
  font-weight: lighter;
}

.de_count_bd572aaf536d8db8.small_367596387ffce757 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

.de_count_bd572aaf536d8db8 {
  font-size: 16px;
  color: #35404e;
  font-weight: 500;
}



/* divider */


/* ------------------------------ */

.spacer-single_4b8b39c9c4e2fb38 {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-double_baa0f24e600ee839 {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.spacer-triple_9953e7a2085de566 {
  width: 100%;
  height: 90px;
  display: block;
  clear: both;
}

.spacer-half_c13cc0c006537ae1 {
  width: 100%;
  height: 15px;
  display: block;
  clear: both;
}


.spacer-5_85269b806f82285a {
  width: 100%;
  height: 5px;
  display: block;
  clear: both;
}

.spacer-10_dd9ac6bbcb4b3419 {
  width: 100%;
  height: 10px;
  display: block;
  clear: both;
}

.spacer-20_745d02d81345385d {
  width: 100%;
  height: 20px;
  display: block;
  clear: both;
}

.spacer-30_d4d434bf451ee165 {
  width: 100%;
  height: 30px;
  display: block;
  clear: both;
}

.spacer-40_10b7c56e3725a8df {
  width: 100%;
  height: 40px;
  display: block;
  clear: both;
}

.spacer-50_b0f5f3ff77f3dc7f {
  width: 100%;
  height: 50px;
  display: block;
  clear: both;
}

.spacer-60_299e810152a6b1e3 {
  width: 100%;
  height: 60px;
  display: block;
  clear: both;
}

.spacer-30-line_149f0f909764caf2{
  border-bottom: solid 1px rgba(0, 0, 0, .3);
  margin-top: 30px;
  margin-bottom: 30px;
}

.text-light_d50c8b6eb918a8f8 .spacer-30-line_149f0f909764caf2{
  border-bottom: solid 1px rgba(255, 255, 255, .3);
  margin-top: 30px;
  margin-bottom: 30px;
}

hr {
  display: block;
  clear: both;
  border-top: solid 1px #ddd;
  margin: 40px 0 40px 0;
}

/* dropcap */


/* ------------------------------ */

.dropcap_dcb70919de3d23b0 {
  display: inline-block;
  font-size: 48px;
  float: left;
  margin: 10px 15px 15px 0;
  color: #eceff3;
  padding: 20px 10px 20px 10px;
}

/* form */


/* ------------------------------ */

.form-transparent_966ae217313e5b74 input[type=text],
.form-transparent_966ae217313e5b74 textarea,
.form-transparent_966ae217313e5b74 input[type=email] {
  padding: 10px;
  margin-bottom: 20px;
  color: #fff;
  border: solid 1px rgba(0, 0, 0, .3);
  background: rgba(0, 0, 0, .2);
  border-radius: 0;
  height: auto;
}

.form-border_d6351a13974a621d input[type=text],
.form-border_d6351a13974a621d textarea,
.form-border_d6351a13974a621d input[type=email],
.form-border_d6351a13974a621d input[type=password],
.form-border_d6351a13974a621d input[type=date],
.form-border_d6351a13974a621d select {
  padding: 8px;
  margin-bottom: 10px;
  border: none;
  border: solid 2px #eeeeee;
  background: rgba(0, 0, 0, .025);
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  height: auto;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  color: #333;
}

.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d input[type=text],
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d textarea,
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d input[type=email],
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d input[type=password],
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d input[type=date],
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d select {
  color: #ffffff;
  border: solid 1px rgba(var(--primary-color-rgb), .5);
}

.dark-scheme_b81887be431c7cd1 ::-webkit-calendar-picker-indicator {
  filter: invert(1);
}

.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d input::-moz-input-placeholder,
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d textarea::-moz-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d input::-webkit-input-placeholder,
.dark-scheme_b81887be431c7cd1 .form-border_d6351a13974a621d textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, .5);
}

.form-border_d6351a13974a621d input[type=text]:focus,
.form-border_d6351a13974a621d textarea:focus,
.form-border_d6351a13974a621d input[type=date]:focus,
.form-border_d6351a13974a621d select:focus {
  background: rgba(var(--secondary-color-rgb), .1);
}

.form-subscribe_faa72dcb3c765512 {
  display: table;
  margin: 0 auto;
}

.form-subscribe_faa72dcb3c765512 input[type=text] {
  display: table-cell;
  border: solid 1px rgba(255, 255, 255, .3);
  border-right: none;
  background: rgba(255, 255, 255, .1);
  padding: 6px 20px 6px 20px;
  border-radius: 60px 0 0 60px;
  height: 40px;
  vertical-align: middle;
}

.form-subscribe_faa72dcb3c765512 .btn-main_4d47edb0d5f8ca8c {
  display: table-cell;
  border-radius: 0 60px 60px 0;
  height: 40px;
  vertical-align: middle;
}

.form-subscribe_faa72dcb3c765512 input[type=text]:hover {
  background: rgba(255, 255, 255, .3);
}

.field-set_ea6ed2939c782918 label {
  color: #606060;
}

.field-set_ea6ed2939c782918 .d-label_5e680e475d31bc7f{
  display: inline-block;
  color:var(--heading-font-color);
  font-weight: 500;
  margin-bottom: 10px;
}

.dark-scheme_b81887be431c7cd1 .field-set_ea6ed2939c782918 label {
  color: #ffffff;
}

.de_form_9fd9f5750b290226 input[type="radio"],
.de_form_9fd9f5750b290226 input[type="checkbox"] {
  display: none;
}

.de_form_9fd9f5750b290226 input[type="radio"]+label:before {
  content: "\f111";
  font-family: "FontAwesome";
  margin-right: 10px;
  border: solid 1px #d2d2d2;
}

.de_form_9fd9f5750b290226 input[type="checkbox"]+label:before {
  position: absolute;
  content: '';
  display: inline-block;
  font-family: "FontAwesome";
  margin-right: 10px;
  border: solid 2px rgba(0, 0, 0, .2);
  width: 16px;
  height: 16px;
  margin-top: 5px;
  left: 0;
  font-size: 11px;
  padding: 1px 3px 0 3px;
  line-height: 15px;
  border-radius: 4px;
}

.dark-scheme_b81887be431c7cd1 .de_form_9fd9f5750b290226 input[type="checkbox"]+label:before {
  border: solid 2px rgba(255, 255, 255, .2);
}

.de_checkbox_9ebc28f659f60ddf {
  position: relative;
  display: block;
  padding-left: 25px;
}

.de_form_9fd9f5750b290226 input[type="radio"]+label,
.de_form_9fd9f5750b290226 input[type="checkbox"]+label {
  cursor: pointer;
  border: none;
  border-radius: 3px;
}

.no-bg_9ca6130cbdeb6352 input[type="radio"]+label,
.de_form_9fd9f5750b290226.no-bg_9ca6130cbdeb6352 input[type="checkbox"]+label {
  padding: 4px 0px;
  border: none;
  background: none;
}

.de_form_9fd9f5750b290226 input[type="radio"]:checked+label,
.de_form_9fd9f5750b290226 input[type="checkbox"]:checked+label {
  border: none;
}

.de_form_9fd9f5750b290226 input[type="checkbox"]:checked+label:before {
  content: "\f00c";
  color: #ffffff;
  border: rgba(0, 0, 0, 0);
}

.item_filter_group_c4ffbbe4739cf0a9 {
  border: solid 1px rgba(0, 0, 0, .15);
  margin-bottom: 25px;
  padding: 30px;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.dark-scheme_b81887be431c7cd1 .item_filter_group_c4ffbbe4739cf0a9 {
  border: solid 1px rgba(255, 255, 255, .075);
}

.item_filter_group_c4ffbbe4739cf0a9 h4 {
  font-size: 18px;
}


/* heading */


/* ------------------------------ */

h1,
h2,
h4,
h3,
h5,
h6,
.h1_4a837b2fe695300f,
.h2_745beedc8aee025d,
.h3_65e8fa9e8599c34e,
.h4_d976699cdfb4bcbb,
.h5_79da9d18c2513379,
.h6_7f157b496993034f,
footer.footer-light_a38ba11f5c432ba8 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_b81887be431c7cd1 h1,
.dark-scheme_b81887be431c7cd1 h2,
.dark-scheme_b81887be431c7cd1 h4,
.dark-scheme_b81887be431c7cd1 h3,
.dark-scheme_b81887be431c7cd1 h5,
.dark-scheme_b81887be431c7cd1 h6,
.dark-scheme_b81887be431c7cd1 .h1_big_143a4570e9be2b36,
.dark-scheme_b81887be431c7cd1 .h1_4a837b2fe695300f,
.dark-scheme_b81887be431c7cd1 .h2_745beedc8aee025d,
.dark-scheme_b81887be431c7cd1 .h3_65e8fa9e8599c34e,
.dark-scheme_b81887be431c7cd1 .h4_d976699cdfb4bcbb,
.dark-scheme_b81887be431c7cd1 .h5_79da9d18c2513379,
.dark-scheme_b81887be431c7cd1 .h6_7f157b496993034f {
  color: #ffffff;
}

.dark-scheme_b81887be431c7cd1 h1,
.dark-scheme_b81887be431c7cd1 h2{
  background: -webkit-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: -moz-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: linear-gradient(0deg,#888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

footer h1,
footer h2,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}

h2.text-light_d50c8b6eb918a8f8,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}


.text-line_524ba1dd5183bf53{
   color: transparent !important;
  -webkit-text-stroke: 1px #ffffff;
}


h1,
.h1_4a837b2fe695300f {
  font-size: 48px;
  margin-bottom: 20px;
  line-height: 1.35em;
  word-wrap: break-word;
}

h2 {
  margin-top: 0;
  font-size: 35px;
  margin-bottom: 20px;
  line-height: 44px;
  padding-bottom: 5px;
}

h3 {
  line-height: 1.5em;
  font-size: 26px;
  margin-bottom: 10px;
}

h4 {
  font-size: 19px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 1.6em;
}

h5.new_b4ad8387428c0b56:before{
  content:"NEW";
  font-size: 12px;
  padding: 1px 6px 2px 6px;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  margin-right: 5px;
  color:#ffffff;
  background: var(--primary-color);
}

h1.title {
  font-size: 64px;
  letter-spacing: 10px;
}

h1.title strong {
  text-transform: none;
  letter-spacing: 0;
  font-weight: normal;
}

h2 .de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h2 {
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 h2.deco_7c3d73105c2cc4e3 span:before,
.text-light_d50c8b6eb918a8f8 h2.deco_7c3d73105c2cc4e3 span:after {
  border-top: 1px solid rgba(255, 255, 255, .5);
}

h5{
  font-size: 18px;
}

h5 span.label {
  display: inline-block;
  margin-right: 10px;
  background: #222222;
  color: #ffffff;
  padding: 0 5px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

h6 {
  font-size: 14px;
}

.wm_7d9cf365594e30f4 {
  text-align: center;
  width:150%;
  font-size: 400px;
  font-weight: bold;
  position: absolute;
  left: 0;
  z-index: 0;
  text-align: center;
  font-family: var(--heading-font);
  line-height: 1.5em;
  margin-left:0;
  letter-spacing: -.08em;
  top: 50%;
  background: -webkit-linear-gradient(180deg,rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .5) 100%);
  background: -moz-linear-gradient(180deg,rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(180deg,rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, .5) 100%);  
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transform: translate(-50%, -50%);
   -webkit-user-select: none;
    user-select: none;
}

.wm_7d9cf365594e30f4 .s1_368959040e68f950{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

.wm_7d9cf365594e30f4.invert{
  color:rgba(0,0,0,.1);
}

.top-center_e46b4919a7c06c05 {
  color: rgba(255, 255, 255, .5);
  position: absolute;
  width:100%;
  left: 0;
  z-index: 1;
  text-align: center;
  font-family: var(--heading-font);
  line-height: 70px;
  letter-spacing: -.05em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.text-light_d50c8b6eb918a8f8, .text-light_d50c8b6eb918a8f8 p {
  color: var(--body-font-color-dark);
}

.text-dark_9883c73a5507e35f {
  color: #223044;
}

.text-white_51d517ecf8069b95,
.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 {
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 h1,
.text-light_d50c8b6eb918a8f8 h2,
.text-light_d50c8b6eb918a8f8 h3,
.text-light_d50c8b6eb918a8f8 h4,
.text-light_d50c8b6eb918a8f8 h5,
.text-light_d50c8b6eb918a8f8 h6 {
  color: #fff;
}

.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h1,
.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h2,
.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h4,
.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h4,
.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h5,
.de_light_a1c9f9ba7fb61dce .text-light_d50c8b6eb918a8f8 h6 {
  color: #fff;
}

.text-white_51d517ecf8069b95 h1,
.text-white_51d517ecf8069b95 h2,
.text-white_51d517ecf8069b95 h4,
.text-white_51d517ecf8069b95 h4,
.text-white_51d517ecf8069b95 h5,
.text-white_51d517ecf8069b95 h6 {
  color: #fff;
}

.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 h1,
.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 h2,
.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 h4,
.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 h4,
.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 h5,
.de_light_a1c9f9ba7fb61dce .text-white_51d517ecf8069b95 h6 {
  color: #fff;
}

.de_light_a1c9f9ba7fb61dce h1,
.de_light_a1c9f9ba7fb61dce h2,
.de_light_a1c9f9ba7fb61dce h4,
.de_light_a1c9f9ba7fb61dce h4,
.de_light_a1c9f9ba7fb61dce h5,
.de_light_a1c9f9ba7fb61dce h6 {
  color: #202020;
}

/* list */

ul.d-inline_29241f591e818138 li{
  list-style: none;
  display: inline;
}

.list-mx-10_647027e85571d3b2 li{
  margin: 0 10px;
}

.ul-style-2_ea0b97674d0cc0f1 {
  padding: 0;
  list-style: none;
}

.ul-style-2_ea0b97674d0cc0f1 li {
  margin: 5px 0 5px 0;
}

.ul-style-2_ea0b97674d0cc0f1 li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
}

.ul-style-4_a9f9a2d1bf500cb9 {
  padding: 0;
  list-style: none;
  font-size: 14px;
}

.ul-style-4_a9f9a2d1bf500cb9 li {
  margin: 2px 0 2px 0;
  display: ;
  font-weight: 500;
}

.ul-style-4_a9f9a2d1bf500cb9 li:before {
  color: #ffffff;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;
  padding: 3px;
  font-size: 12px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}


ol.ol-style-1_faf7901b5801e779 {
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 50px;
}

ol.ol-style-1_faf7901b5801e779 li {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 18px;
}

ol.ol-style-1_faf7901b5801e779.fs-16_1569c04b82aaa6de li{
  font-size: 16px;
}

ol.ol-style-1_faf7901b5801e779 li::before {
  background: rgba(var(--secondary-color-rgb),.2);
  border-radius: 50%;
  color: var(--bg-dark-1);
  content: counter(ordered);
  counter-increment: ordered;
  display: inline-block;
  font-weight: 400;
  margin-left: -50px;
  margin-top: -5px;
  padding: 5px 5px;
  position: absolute;
  width: 40px;
  height: 40px;
  text-align: center;
}

.text-light_d50c8b6eb918a8f8 ol.ol-style-1_faf7901b5801e779 li::before{
  color: #ffffff;
}

.ol-style-1_faf7901b5801e779 {
  font-size: 16px;
  font-weight: bold;
}

.ol-style-1_faf7901b5801e779 h4 {
  font-size: 16px;
}

.ol-style-1_faf7901b5801e779 p {
  font-weight: normal;
}

.ol-style-1_faf7901b5801e779 {
  list-style-type: none;
  counter-reset: item;
  margin: 0;
  padding: 0;
}

.ol-style-1_faf7901b5801e779 li {
  display: table;
  counter-increment: item;
  margin-bottom: 0.6em;
}

.ol-style-1_faf7901b5801e779 li:before {
  content: counters(item, ".") ". ";
  display: table-cell;
  padding-right: 0.6em;
}

.ol-style-1_faf7901b5801e779 li li {
  margin: 0;
}

.ol-style-1_faf7901b5801e779 li li:before {
  content: counters(item, ".") " ";
}

/* pagination */

.page-link_c5e2c19ae9fe06fe{
  margin: 0 5px;
  font-weight: bold;
  color: var(--heading-font-color);
  background: none;
}

.page-link_c5e2c19ae9fe06fe{
  width: 40px;
  border: none;
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.page-link_c5e2c19ae9fe06fe:hover{
  background: none;
}

.page-item_78a136f5a341bd12.active .page-link_c5e2c19ae9fe06fe{
  border-color:var(--primary-color);
}

.spinner_39b579a25b016ddc {
  display: table-cell;
  vertical-align: middle;
  margin: 100px auto 0;
  width: 70px;
  text-align: center;
}

.spinner_39b579a25b016ddc>div {
  width: 18px;
  height: 18px;
  background-color: #fff;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner_39b579a25b016ddc .bounce1_0f152c419f0b5a3e {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_39b579a25b016ddc .bounce2_e4efd6e7218642cc {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0)
  }

  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes sk-bouncedelay {

  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  40% {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}

/* ================================================== */

/* preloader */

/* ================================================== */

#de-loader {
  position: fixed;
  z-index: 20000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dark-scheme_b81887be431c7cd1 #de-loader{
  background: var(--bg-dark-1);
}

.lds-roller_75dda388da8986d3 {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller_75dda388da8986d3 div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller_75dda388da8986d3 div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--primary-color);
  margin: -2px 0 0 -2px;
}

.lds-roller_75dda388da8986d3 div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller_75dda388da8986d3 div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller_75dda388da8986d3 div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller_75dda388da8986d3 div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller_75dda388da8986d3 div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller_75dda388da8986d3 div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller_75dda388da8986d3 div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller_75dda388da8986d3 div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller_75dda388da8986d3 div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller_75dda388da8986d3 div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller_75dda388da8986d3 div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller_75dda388da8986d3 div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller_75dda388da8986d3 div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller_75dda388da8986d3 div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller_75dda388da8986d3 div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller_75dda388da8986d3 div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* progress bar */


/* ================================================== */

.de-progress {
  width: 100%;
  height: 8px;
  background: #ddd;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  overflow: hidden;
}

.de-progress .progress-bar {
  background: #333;
  height: 8px;
  box-shadow: none;
}

.de-progress {
  background: #ffffff;
}

.skill-bar_23da9ae7b69c99ae {
  margin-bottom: 40px;
}

.skill-bar_23da9ae7b69c99ae.style-2_ba19b0d8a6939669 .de-progress {
  background: rgba(0, 0, 0, .1);
}

.skill-bar_23da9ae7b69c99ae .value {
  color: #ccc;
  font-size: 12px;
  font-weight: bold;
  float: right;
  margin-top: -40px;
}

.rtl .skill-bar_23da9ae7b69c99ae .value {
  float: left;
}

.skill-bar_23da9ae7b69c99ae h4 {
  font-size: 16px;
}


/* social-icons */


/* ================================================== */

.social-icons_c32b7936d06f138b {
  display: inline-block;
}

.social-icons_c32b7936d06f138b i {
  text-shadow: none;
  padding: 10px 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px 0 3px;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

.dark-scheme_b81887be431c7cd1 .social-icons_c32b7936d06f138b i {
  background: rgba(255, 255, 255, .1);
}

.social-icons_c32b7936d06f138b i.fa-google-plus_9d14bd06fc2deacb {
  padding: 12px 14px 10px 6px;
}

.social-icons_c32b7936d06f138b.s2_5c0d0e7d2fad8523 i{
  background: rgba(255, 255, 255, .1);
}

.social-icons_c32b7936d06f138b i:hover {
  background: #fff;
  border-color: #eceff3;
  color: #333;
}

.social-icons_c32b7936d06f138b.big_132be9d12f1d587c a{
  padding: 0;
  display: inline-block;
}
.social-icons_c32b7936d06f138b.big_132be9d12f1d587c i {
  font-size: 26px;
  width: auto;
  height: auto;
  color:#ffffff;
  background: var(--primary-color);
  border-radius:0px;
  -moz-border-radius:0px;
  -webkit-border-radius:0px;
  width: 48px;
  padding: 14px 0;
}

.social-icons_c32b7936d06f138b.big_132be9d12f1d587c i:hover {
  background: none;
}

#topbar .social-icons_c32b7936d06f138b i{
  font-size: 16px;
  background: none;
  margin-bottom: 0;
  margin-right: 1px;
  padding: 15px 5px;
  height: 30px;
  width: 30px;
  margin-top: 5px;
  color:#ffffff;
}

.social-icons_c32b7936d06f138b.big_132be9d12f1d587c i {
  margin: 0 15px 0 15px;
}

.social-icons_c32b7936d06f138b.big_132be9d12f1d587c i:hover {
  background: none;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950 i {
  border: none;
  font-size: 16px;
  margin: 3px;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950:hover i {
  background: none;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950 .inner {
  display: inline-block;
  position: relative;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950 .inner:before,
.social-icons_c32b7936d06f138b.s1_368959040e68f950 .inner:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  top: 0;
  width: 100%;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950 .inner:before {
  right: 100%;
  margin-right: 15px;
  margin-top: 20px;
}

.social-icons_c32b7936d06f138b.s1_368959040e68f950 .inner:after {
  left: 100%;
  margin-left: 15px;
  margin-top: 20px;
}

.col-right_84e4111d770ea5d8 {
  display: inline-block;
  float: right;
  margin-top: 22px;
}

/* ================================================== */

/* accordion

/* ================================================== */


.accordion-section-title {
  color: #35404e;
  width: 100%;
  padding: 15px 0;
  cursor: poInter;
  font-family: var(--body-font);
  width: 100%;
  display: inline-block;
  font-size: 17px;
  transition: all linear 0.5s;
  text-decoration: none;
  font-weight: 600;
  overflow: none;
  border-bottom: solid 1px #dddddd;
}

.dark-scheme_b81887be431c7cd1 .accordion-section-title,
.text-light_d50c8b6eb918a8f8 .accordion-section-title {
  color:#ffffff;
  border-bottom: solid 1px rgba(255, 255, 255,.75) !important;
}

.accordion-section-title:before {
  font-family: "FontAwesome";
  content: "\f107";
  float: right;
  color: var(--bg-dark-1);
  text-align: center;
  padding: 0 8px 0 8px;
  font-size: 15px;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  width: 30px;
}

.text-light_d50c8b6eb918a8f8 .accordion-section-title:before{
  color: #ffffff;
}

.rtl .accordion-section-title:before {
  float: left;
}

.accordion-section-title.active:before {
  content: "\f106";
}

.accordion-section-title.active {
  margin-bottom: 0px;
  text-decoration: none;
}

.accordion-section-title:hover {
  text-decoration: none;
}

.accordion-section-content {
  padding-top: 15px;
  padding-bottom: 5px;
  display: none;
  margin-bottom: 10px;
}

.accordion_0711e14b09ddfad8.s2_5c0d0e7d2fad8523 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

.accordion-item_774db6cc4f339032 h2 {
  line-height: 24px;
  display: block;
}

.expand-custom_e7cfb7d740df5d1d {
  background: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 3px;
  border: solid 1px #dddddd;
}

.dark-scheme_b81887be431c7cd1 .expand-custom_e7cfb7d740df5d1d {
  background: var(--bg-color-odd);
  border: var(--border-default);
}
.de_tab .de_nav {
  overflow: hidden;
  padding-left: 0;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.de_tab .de_nav li {
  float: left;
  list-style: none;
  margin-right: 10px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.rtl .de_tab .de_nav li {
  float: right;
  margin-right: 0;
  margin-left: 0;
}

.d_coll_11311f18c1675aae .de_tab .de_nav {
  text-align: center;
}

.d_coll_11311f18c1675aae .de_tab .de_nav li {
  float: none;
  display: inline-block;
  margin-right: 5px;
}

.de_tab .de_nav li span {
  border: solid 1px rgba(0, 0, 0, .2);
  display: block;
  text-decoration: none;
  color: #646464;
  font-size: 15px;
  cursor: poInter;
}

.dark-scheme_b81887be431c7cd1 .de_tab .de_nav li span {
  color: rgba(255, 255, 255, .3);
  background: #292F45;
}

.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span {
  border: solid 2px rgba(0, 0, 0, .1);
}

.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li {
  background: none;
  display: inline-block;
  float: none;
  margin: 0 10px 0 0;
}

.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span {
  padding: 35px 10px;
  color: rgba(0, 0, 0, .6);
  font-family: var(--body-font);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  border-radius: 12px;
  min-width: 140px;
}

.dark-scheme_b81887be431c7cd1 .de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span {
  color: rgba(255, 255, 255, .6);
}

.dark-scheme_b81887be431c7cd1 .de_tab.tab_methods_0cfca6caaccc77ab .de_nav li.active span {
  color: #ffffff;
}


.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span i {
  display: block;
  font-size: 30px;
  margin-bottom: 10px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li span {
  background: none;
  border-radius: 0px;
  border: solid 1px rgba(255, 255, 255, .5);
  font-size: 16px;
  color: #fff;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669.light_b94adb255d6739fc .de_nav li span {
  background: #eee;
  color: #707070;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li.active span {
  border: solid 2px rgba(255, 255, 255, .8);
  color: #222;
}

.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li .v-border {
  height: 60px;
  border-left: solid 1px rgba(255, 255, 255, .3);
  display: inline-block;
  margin-bottom: -5px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.dark .de_nav li .v-border {
  border-left: solid 1px rgba(0, 0, 0, .3);
}

.de_tab .de_nav li span {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.de_tab .de_tab_content {
  padding-top: 30px;
}

.de_tab.tab_methods_0cfca6caaccc77ab .de_tab_content {
  background: 0;
  padding: 0;
  border: none;
  padding-top: 30px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.dark .de_tab_content {
  border-top: solid 1px rgba(0, 0, 0, .4);
}

.de_tab .de_nav li.active span {
  background: #FFF;
  color: #222;
}

.de_tab .de_nav li.active span .v-border {
  display: none;
}

.de_tab .de_nav li.active span {
  background: #27282b;
}

.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li.active span {
  background: none;
}

.de_tab.tab_methods_0cfca6caaccc77ab.dark .de_nav li.active span {
  background: none;
  color: #333;
  border: solid 1px rgba(0, 0, 0, .8);
}

/* new added */

.de_tab.tab_methods_0cfca6caaccc77ab.tab_6_137d5c4be2e15d5a .de_nav li span {
  padding: 20px 0 20px 0;
  font-size: 14px;
  line-height: 70px;
  width: 120px;
  height: 120px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li .arrow {
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 0px solid transparent;
  border-top: 0px solid transparent;
  margin: 0 auto;
  margin-bottom: 20px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li.active .arrow {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid;
  margin: 0 auto;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li {
  margin: 5px;
  display: inline-block;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li span {
  font-family: var(--body-font);
  background: rgba(255, 255, 255, .1);
  border-radius: 0px;
  font-size: 16px;
  font-weight: lighter;
  color: #fff;
  opacity: .8;
  width: 120px;
  height: 100px;
  border: none;
  padding: 20px;
  border-radius: 300px;
  -moz-border-radius: 300px;
  -webkit-border-radius: 300px;
  -webkit-border-radius: 300px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li i {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669.sub-style-2_f324bd8ad0cbba51 .de_nav li span {
  background: rgba(0, 0, 0, .1);
  color: #000;
  opacity: .8;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li.active span {
  color: #222;
  opacity: 1;
  border: none;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_tab_content {
  border: none;
}

.de_tab.tab_simple_547ff3bdffc0f66b .de_nav li {
  min-width: 80px;
  text-align: center;
}

.de_tab.tab_simple_547ff3bdffc0f66b .de_nav li span {
  font-size: 16px;
  font-weight: 600;
  padding: 2px 0px;
  margin-right: 30px;
  border: none;
  border-radius: 0;
  background: none;
  border-bottom: solid 2px rgba(255, 255, 255, 0);
  color: rgba(0, 0, 0, .5);
}

.dark-scheme_b81887be431c7cd1 .de_tab.tab_simple_547ff3bdffc0f66b .de_nav li span {
  color: rgba(255, 255, 255, .5);
}

.rtl .de_tab.tab_simple_547ff3bdffc0f66b .de_nav li span {
  margin-right: 0px;
  margin-left: 30px;
}

.de_tab.tab_simple_547ff3bdffc0f66b .de_nav li.active span {
  color: rgba(0, 0, 0, 1);
}

.dark-scheme_b81887be431c7cd1 .de_tab.tab_simple_547ff3bdffc0f66b .de_nav li.active span {
  color: rgba(255, 255, 255, 1);
}



/* tab de_light */

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_tab_content {
  border: none;
  background: none;
  padding: 40px 0 0 0;
  border-top: solid 1px #ddd;
}

.text-light_d50c8b6eb918a8f8 .de_tab.tab_style_2_323a784638def516 .de_tab_content {
  border-top: solid 1px rgba(255, 255, 255, .1);
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_nav {}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_nav li {
  float: none;
  list-style: none;
  background: none;
  margin: 0 5px 0 5px;
  text-align: center;
  display: inline-block;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_nav li img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_nav li.active img {
  width: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_nav li span {
  background: none;
  display: block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_2_323a784638def516 .de_nav li.active span {
  border-bottom: solid 6px;
  color: #333;
  background: none;
}

.text-light_d50c8b6eb918a8f8 .de_tab.tab_style_2_323a784638def516 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_tab_content {
  border: none;
  background: none;
  padding: 40px 0 0 0;
  border-top: solid 1px #ddd;
}

.text-light_d50c8b6eb918a8f8 .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_tab_content {
  border-top: solid 1px rgba(255, 255, 255, .1);
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav {
  text-align: center;
  background: #eee;
  display: inline-block;
  border-radius: 60px;
  margin-bottom: 30px;
  padding: 0;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li {
  float: none;
  list-style: none;
  background: none;
  text-align: center;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li.active img {
  width: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li span {
  background: none;
  display: block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
  padding: 5px 30px 5px 30px;
  min-width: 150px;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li:last-child span {
  border-radius: 0 60px 60px 0;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li:first-child span {
  border-radius: 60px 0 0 60px;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li span:hover {
  background: #ddd;
}

.de_light_a1c9f9ba7fb61dce .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 .de_tab.tab_style_3_5fa241ea3cacc0f1 .de_nav li.active span {
  color: #fff;
}

.de_tab h3{
  font-size: 18px;
  margin-bottom: 10px;
}

.de_tab h3 span{
  font-size:40px ;
}

.de_tab p{
  margin-bottom: 0;
}

.de_nav h3{
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1em;
  margin-bottom: 0;
}


/* tab de_light */

.de_tab.tab_style_4_cae89d59671ddcc8 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_d50c8b6eb918a8f8 .de_tab.tab_style_4_cae89d59671ddcc8 .de_tab_content {
  border-top: none;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav {
  text-align: center;
  display: inline-block;
  border-radius: 60px;
  margin-bottom: 30px;
  padding: 0;
  border: solid 1px rgba(255, 255, 255, .5);
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li img {
  width: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .7;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active img {
  width: auto;
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li {
  display: inline-block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
  padding: 15px 30px 15px 30px;
  min-width: 150px;
  margin: 0;
  border-right: solid 1px rgba(255, 255, 255, .5);
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li span {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: auto;
  display: inline-block;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li:last-child {
  border-radius: 0 60px 60px 0;
  border-right: none;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li:first-child {
  border-radius: 60px 0 0 60px;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active,
.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active span {
  background: #333;
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 .de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active {
  color: #fff;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active h4,
.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active h4,
.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li.active h4 span {
  color: #fff;
}

.tab_style_4_cae89d59671ddcc8 h4,
.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li span {
  margin: 0;
  font-size: 22px;
  font-weight: 600;
}

.tab_style_4_cae89d59671ddcc8 h4 {
  margin: 0;
  font-size: 12px;
}

.de_tab .de_tab_content.tc_style-1_d5e932f861c5fac8 {
  background: none;
  padding: 0;
  padding-top: 30px;
}

.tab-small-post_a3d31b05669a1177 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.tab-small-post_a3d31b05669a1177 ul li {
  min-height: 60px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: solid 1px rgba(0, 0, 0, .1);
}

.tab-small-post_a3d31b05669a1177 ul li {
  border-bottom: solid 1px #202220;
}

.tab-small-post_a3d31b05669a1177 ul li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.tab-small-post_a3d31b05669a1177 ul li img {
  position: absolute;
}

.tab-small-post_a3d31b05669a1177 ul li span {
  display: block;
  padding-left: 64px;
}

.tab-small-post_a3d31b05669a1177 ul li span.post-date_feef0ff40f369f1f {
  font-size: 11px;
}

.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 li {
  display: inline-block;
  text-align: center;
  background: none;
  width: 24%;
}

.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 li span {
  background: none;
  border: none;
  margin-top: 20px;
  font-family: var(--body-font);
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 .dot_1a05f464a92173ed {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 .dot_1a05f464a92173ed:before,
.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 .dot_1a05f464a92173ed:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 0;
  width: 24%;
}

.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 li:last-child .dot_1a05f464a92173ed:before,
.de_tab.timeline_8baf44184a9140d7.nav_4_7acc394ead36bc97 li:last-child .dot_1a05f464a92173ed:after {
  border-bottom: none;
}

.de_tab.timeline_8baf44184a9140d7 li .num_465018460c0f5ac7 {
  font-size: 20px;
}

.de_tab.timeline_8baf44184a9140d7 .de_tab_content {
  background: none;
  border: none;
  padding-top: 30px;
}

.de_tab .navigation_arrow_0b59f47594f38afa {
  text-align: center;
}

.btn-left_b5714a603e81261c,
.btn-right_e41a7a6b69d9e8a0 {
  background: none;
  border: solid 1px rgba(255, 255, 255, .2);
  padding: 10px 20px 10px 20px;
  margin: 5px;
  font-family: var(--body-font);
  text-transform: uppercase;
  letter-spacing: 5px;
}

.btn-right_e41a7a6b69d9e8a0:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

.btn-left_b5714a603e81261c:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 10px;
}

a.btn-left_b5714a603e81261c,
a.btn-right_e41a7a6b69d9e8a0 {
  text-decoration: none;
}

/* testimonial
    /* ================================================== */

.de_testi_015a09776d7fef4e {
  display: block;
  margin-bottom: 10px;
}

.de_testi_015a09776d7fef4e blockquote p {
  margin-top: 10px;
}

/*
.de_testi_015a09776d7fef4e blockquote:before {
  font-family: FontAwesome;
  content: "\f10d";
  padding-bottom: 10px;
  font-size: 20px;
  display: inline-block;
  padding: 10px 20px 10px 20px;
  font-style: normal;
  background: #000;
  position: absolute;
  left: 15px;
  font-weight: normal;
}
*/

.de_testi_015a09776d7fef4e blockquote .de-rating-ext_8a04022e05ee9033{
  text-align: center;
  margin-top: 0;
}

.de_testi_015a09776d7fef4e blockquote p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 10px;
}

.de_testi_by_07cda780669e4163 div{
  color:var(--heading-font-color);
  font-weight: bold;
  margin-top: 20px;
  display: block;
  text-align: center;
  font-style: normal;
  font-size: 15px;
  line-height: 1.5em;
}

.de_testi_by_07cda780669e4163 div span{
  display: block;
  font-weight: 400;
  font-size: 15px;
  opacity: .5;
}

.de_testi_by_07cda780669e4163 img {
  width: 80px !important;
  height: 80px !important;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.de_testi_pic_3c759425d2c81978 {
  float: left;
  padding-right: 15px;
}

.de_testi_company_3ae0bbeb45432fe6 {
  padding-top: 20px;
}

.de_testi_015a09776d7fef4e blockquote {
  position: relative;
  display: block;
  font-family: var(--body-font);
  border: none;
  font-weight: 300;
  padding: 10px;
}

.de_testi_015a09776d7fef4e.s2_5c0d0e7d2fad8523 blockquote{
  background: #ffffff;
  padding: 20px 40px 40px 40px;
  border-radius:var(--rounded-1);
  -moz-border-radius:var(--rounded-1);
  -webkit-border-radius:var(--rounded-1);
}

.text-light_d50c8b6eb918a8f8 .de_testi_015a09776d7fef4e.s2_5c0d0e7d2fad8523 blockquote{
  background: var(--bg-dark-1);
  color:#ffffff;
}

.de_testi_015a09776d7fef4e.no-bg_9ca6130cbdeb6352 blockquote {
  background: none;
}

.de_testi_015a09776d7fef4e blockquote:before {
  position: absolute;
  font-family: "FontAwesome";
  content: "\f10e";
  color: rgba(255,255,255,.05);
  z-index: 100;
  font-size: 84px;
  background: none;
  top:20px;
  right:0;
  padding: 20px;
  z-index:-1;
}


.de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7.review_885dcd84996b16b3 blockquote {
  padding: 50px;
}

.de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7.review_885dcd84996b16b3 blockquote:before {
  display: none;
}

.de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7.review_885dcd84996b16b3 p {
  padding-top: 0;
}

.de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7.review_885dcd84996b16b3 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_d50c8b6eb918a8f8 .de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

.de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7 blockquote p {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: -.1px;
}

.de_testi_015a09776d7fef4e.type-2_c828cbeccceb39e7 .de_testi_by_07cda780669e4163 {
  font-size: 14px;
  font-weight: normal;
}

.de_testi_015a09776d7fef4e.opt-3_2b7069e29f40ee05 blockquote {
  background: none;
  color: #555;
  padding-top: 0;
  font-weight: 400;
}

.de_testi_015a09776d7fef4e.opt-3_2b7069e29f40ee05 blockquote p {
  font-size: 14px;
}

.de_testi_015a09776d7fef4e.opt-3_2b7069e29f40ee05 blockquote:before {
  color: #fff;
}

.de_testi_015a09776d7fef4e.opt-3_2b7069e29f40ee05 .de_testi_by_07cda780669e4163 {
  font-size: 14px;
  color: #000;
}

.de_testi_015a09776d7fef4e.de-border_08bd3f98ea559340 blockquote {
  border: solid 5px rgba(0, 0, 0, .05);
}

/* new timeline */

.site-timeline-content_b4711820a8a3ddd8{
  position: relative;
}

.de-timeline-article_7aa68e638a920ec3 .site-center-line_444e6d1a7022699c {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___d556263526cc1e40 {
  display: inline-block;
}
.de-timeline-article_7aa68e638a920ec3.odd .site-center-line_444e6d1a7022699c {
  background: var(--primary-color);
}
.de-timeline-article_7aa68e638a920ec3.even .site-center-line_444e6d1a7022699c {
  background: var(--secondary-color);
}
.de-timeline-article_7aa68e638a920ec3 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_7aa68e638a920ec3 .content-left-container_ccc04ea4b7c8d368,
.de-timeline-article_7aa68e638a920ec3 .content-right-container_3d70ae0f0a19ce92 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_7aa68e638a920ec3 .content-left_cf61a1600d28e7bc,
.de-timeline-article_7aa68e638a920ec3 .content-right_85b691a03f3e051c {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_1a045bd3ff8d65a7 {
  margin-top: 0;
}
.de-timeline-article_7aa68e638a920ec3 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_7aa68e638a920ec3 .content-left-container_ccc04ea4b7c8d368 {
  float: left;
}
h4.de-timeline-year_ce3f1c7de3348bc0 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_7aa68e638a920ec3.even h4.de-timeline-year_ce3f1c7de3348bc0{
  color:var(--heading-font-color);
}
.de-timeline-article_7aa68e638a920ec3.odd .year___d556263526cc1e40 {
  float: left;
}
.de-timeline-article_7aa68e638a920ec3.odd h4.de-timeline-year_ce3f1c7de3348bc0 {
  background: var(--primary-color);
}
.de-timeline-article_7aa68e638a920ec3.even .year___d556263526cc1e40 {
  float: right;
}
.de-timeline-article_7aa68e638a920ec3.even h4.de-timeline-year_ce3f1c7de3348bc0 {
  background: var(--secondary-color);
}
.de-timeline-article_7aa68e638a920ec3 .d-line_d4bfb67805153cc2 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_7aa68e638a920ec3.odd .d-line_d4bfb67805153cc2 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_7aa68e638a920ec3.even .d-line_d4bfb67805153cc2 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_7aa68e638a920ec3 .owl-carousel_a3dac1760c895f96 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_7aa68e638a920ec3 .content-right-container_3d70ae0f0a19ce92 {
  float: right;
}
.de-timeline-article_7aa68e638a920ec3 .meta-dot_ea712fc058ce110a {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_7aa68e638a920ec3.odd .meta-dot_ea712fc058ce110a {
  background: var(--primary-color);
}
.de-timeline-article_7aa68e638a920ec3.even .meta-dot_ea712fc058ce110a {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_7aa68e638a920ec3 .site-center-line_444e6d1a7022699c {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_7aa68e638a920ec3 .meta-dot_ea712fc058ce110a {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_7aa68e638a920ec3 .content-left-container_ccc04ea4b7c8d368,
  .de-timeline-article_7aa68e638a920ec3 .content-right-container_3d70ae0f0a19ce92 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_7aa68e638a920ec3 .content-left-container_ccc04ea4b7c8d368 {
    margin-bottom: 20px;
  }
  .de-timeline-article_7aa68e638a920ec3 .content-left_cf61a1600d28e7bc,
  .de-timeline-article_7aa68e638a920ec3 .content-right_85b691a03f3e051c {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_7aa68e638a920ec3 .content-left_cf61a1600d28e7bc:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_7aa68e638a920ec3 .content-right_85b691a03f3e051c:before {
    display: none;
  }  
  h4.de-timeline-year_ce3f1c7de3348bc0 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_7aa68e638a920ec3.odd .d-line_d4bfb67805153cc2 {
    left: 30px;
  }
  .de-timeline-article_7aa68e638a920ec3.even .d-line_d4bfb67805153cc2 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_7aa68e638a920ec3.odd .content-left-container_ccc04ea4b7c8d368{
    padding-top: 20px;
  }
  .de-timeline-article_7aa68e638a920ec3.even .content-left-container_ccc04ea4b7c8d368{
    padding-top: 50px;
  }
  .de-timeline-article_7aa68e638a920ec3.odd .content-left-container_ccc04ea4b7c8d368 .owl-carousel_a3dac1760c895f96{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_7aa68e638a920ec3.even .content-right-container_3d70ae0f0a19ce92 .owl-carousel_a3dac1760c895f96{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


.v-center_bfbce08dee1a26e5 {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
}


.d-flex-2_6c65b04a09187f47 {
  display: flex;
  align-items: center;
}

.timeline-area_2131d37662c0cdb6 {
  padding: 80px 0;
}

.all-timelines_06cfc312478eba18 {
  position: relative;
}

.timelines_eef03ab0c8652ac3 h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.all-timelines_06cfc312478eba18::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #efa22f;
  top: 20px;
}

.single-timeline_0897c4216d5547bc {
  margin-bottom: 22px;
}

.timeline-blank_3acca65d0745135d {
  width: 50%;
}

.timeline-text_c3ca32f859ab72e2 {
  width: 50%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.timeline-text_c3ca32f859ab72e2 h6 {
  color: #f0f1f2;
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
}

.timeline-text_c3ca32f859ab72e2 span {
  color: #f0f1f2;
  display: block;
  width: 100%;
}

.single-timeline_0897c4216d5547bc:nth-child(even) .timeline-text_c3ca32f859ab72e2 span {
  text-align: right;
}

.t-circle_06487f80ceb72204 {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  background: #efa22f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.single-timeline_0897c4216d5547bc:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-timeline_0897c4216d5547bc:nth-child(even) .t-circle_06487f80ceb72204 {
  right: -6px;
  left: unset;
}

.single-timeline_0897c4216d5547bc:nth-child(even) .timeline-text_c3ca32f859ab72e2 {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

@media all and (max-width: 768px) {
  .all-timelines_06cfc312478eba18::before {
    right: unset;
    top: 0;
  }

  .single-timeline_0897c4216d5547bc:nth-child(2n) .timeline-text_c3ca32f859ab72e2 {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
  }

  .single-timeline_0897c4216d5547bc:nth-child(2n) .t-circle_06487f80ceb72204 {
    left: -6px;
    right: unset;
  }

  .timeline-blank_3acca65d0745135d {
    display: none;
  }

  .timeline-text_c3ca32f859ab72e2 {
    width: 100%;
  }

  .single-timeline_0897c4216d5547bc:nth-child(even) .timeline-text_c3ca32f859ab72e2 span {
    text-align: left !important;
  }
}

@media all and (max-width: 360px) {
  .all-timelines_06cfc312478eba18::before {
    top: 32px;
  }
}



/* css attributes */

.overflow-hidden_560d38df31a17246 {
  overflow: hidden;
}

.border1_8f308c732961ea6a {
  border-width: 1px;
}

.bordertop_88dfd30320797f14 {
  border-top: solid 1px #eee;
}

/* ================================================== */


/* anim */


/* ================================================== */

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_b64f3fe6a33eadf3:after,
.de_count_bd572aaf536d8db8,
.social-icons_c32b7936d06f138b a i,
.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span,
.de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_e5c2daa53d099ba5 .title,
.carousel-item:hover .pf_text_e5c2daa53d099ba5 .title,
.carousel-item .pf_text_e5c2daa53d099ba5 .title .type,
.carousel-item:hover .pf_text_e5c2daa53d099ba5 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_437ad7e1f024bdd5 i,
.social-icons-sm_437ad7e1f024bdd5 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_01208433691f68af,
.btn-main_4d47edb0d5f8ca8c,
.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li,
.form-subscribe_faa72dcb3c765512 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_58232b14afc8253e,
.de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_bc1425366b377198 *,
.mask_bc1425366b377198 .cover,
.mask_bc1425366b377198:hover .cover,
.mask_bc1425366b377198 img,
.mask_bc1425366b377198:hover img,
.accordion_0711e14b09ddfad8 .content,
a.btn-border_0e8eeb92c50b985b,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_70816b0c2a4b09fa img,
a.a-underline_34b0f5377422721b *,
.dropdown *,
.form-border_d6351a13974a621d *,
.d-carousel *,
#slider-carousel *,
.container-timeline_55c85689b398a501 *,
.d_demo_img *,
.carousel-control-next-icon_709220bff0fe680f,
.carousel-control-prev-icon_48dbb2ebe7e2c098,
.grayscale_c3d04891c5b23bc9,
.hover-color_343a56bf7118a08f,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_5f1203469ee43f3a,
.btn-plus_5f1203469ee43f3a *,
.btn-with-arrow_10396cd0b05bd5a1:after,
.btn-with-arrow_10396cd0b05bd5a1:before,
#topbar,
#extra-wrap,
#btn-extra,
#btn-extra *{
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;
}

a.btn-fx_dfe0c89452a4a0da:after,
a.btn-fx_dfe0c89452a4a0da:hover:after,
a.btn-fx_dfe0c89452a4a0da:before,
a.btn-fx_dfe0c89452a4a0da:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_9f5a3e644c8f836b li .post-date_feef0ff40f369f1f,
.items_filter_4452dd7017ec8e1e *,
.owl-prev_e4fb2a270ae31eaf,
.owl-next_eed07ba828778634 {
  -o-transition: .2s ease;
  -ms-transition: .2s ease;
  -moz-transition: .2s ease;
  -webkit-transition: .2s ease;
  transition: .2s ease;
  outline: none;
}

header.header-mobile #mainmenu>li>span {
  -o-transition: none;
  -ms-transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  transition: none;
  outline: none;
}

@-webkit-keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleIn_05cd330d22cc5d80 {
  -webkit-animation-name: scaleIn;
  animation-name: scaleIn;
}

@-webkit-keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes scaleInFade {
  from {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

.scaleInFade_81c3345fa2b28ccd {
  -webkit-animation-name: scaleInFade;
  animation-name: scaleInFade;
}

@-webkit-keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

@keyframes scaleOutFade {
  from {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1, 1);
    transform: scale(1, 1, 1);
  }
}

.scaleOut_3790bb2b7a008910 {
  -webkit-animation-name: scaleOutFade;
  animation-name: scaleOutFade;
}

@-webkit-keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

@keyframes widthInFade {
  from {
    opacity: 0;
    width: 1px;
  }

  100% {
    opacity: 1;
    width: 100px;
  }
}

.widthInFade_befca4aa9b41fc34 {
  -webkit-animation-name: widthInFade;
  animation-name: widthInFade;
}

/* ================================================== */


/* video */


/* ================================================== */

video,
object {
  display: inline-block;
  vertical-align: baseline;
  min-width: 100%;
  min-height: 100%;
}

.de-video-container {
  top: 0%;
  left: 0%;
  height: 500px;
  width: 100%;
  overflow: hidden;
}

.de-video-content_085d3fcdd17a1f95 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.de-video-overlay_d8fafa9921523f53 {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(20, 20, 20, .5);
}

.de-video-overlay_d8fafa9921523f53.dotted_b4af0c02a92f0d29 {
  background: url(../images_02/dotted.webp);
}

.video-fixed_c2a719a32f83dcfc {
  width: 100%;
  position: fixed;
  top: 0;
}

/* youtube, vimeo */

.video-container_f148c7d16052337d {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container_f148c7d16052337d iframe,
.video-container_f148c7d16052337d object,
.video-container_f148c7d16052337d embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.de-video-container .btn-line_b64f3fe6a33eadf3:hover:after,
.de-video-container a.btn-line_b64f3fe6a33eadf3:hover:after,
.de-video-container a.btn-line_b64f3fe6a33eadf3.hover:after {
  color: #eceff3;
}

/* ================================================== */


/* map */


/* ================================================== */


/* --------------- map --------------- */

#map {
  width: 100%;
  height: 500px;
}

.map iframe {
  width: 100%;
  border: solid 1px #ccc;
  padding: 2px;
  background: #fff;
}

.map-container_586a64a68f45b909 {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.map-container_586a64a68f45b909 iframe {
  width: 100%;
}

.de-map-hotspot_62f0aa61c309bf1f {
  position: relative;
}

.de-map-hotspot_62f0aa61c309bf1f img {
  width: 100%;
}

.de-spot_bdd8de3a4ffe813e {
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}


.de-spot_bdd8de3a4ffe813e span {
  position: absolute;
  display: inline-block;
  background: #ffffff;
  padding: 0 10px;
  font-size: 12px;
  font-weight: bold;
  left: 30px;
  line-height: 1.8em;
  color: #35404e;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}
.dark-scheme_b81887be431c7cd1 .de-spot_bdd8de3a4ffe813e span{
  background: none;
  color:#ffffff;
  border: solid 2px rgba(255, 255, 255, .25);
}
.de-circle-1_1435d89ec53f3a96 {
  width: 15px;
  height: 15px;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  position: absolute;
  margin: 5px 0 0 5px;
  left: 31%;
}

.de-circle-2_fecc783edc3547e3 {
  border: 4px solid var(--tertiary-color);
  -webkit-border-radius: 30px;
  height: 25px;
  width: 25px;
  position: absolute;
  -webkit-animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  opacity: 0.0;
  left: 31%;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    opacity: 0.0;
  }

  50% {
    opacity: 1.0;
  }

  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0.0;
  }
}

/* ================================================== */


/* overide bootstrap */


/* ================================================== */

.dark-scheme_b81887be431c7cd1 .modal-header_53f2a2f78ae54061,
.nav-tabs_00e14f501bbbaed6 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_b81887be431c7cd1 .modal-content_c58097d18ee3bfd8 {
  background: var(--bg-dark-1);
}

.dark-scheme_b81887be431c7cd1 .modal-footer_b9116a42e40d5524 {
  border-top-color: rgba(255, 255, 255, .2);
}

.dark-scheme_b81887be431c7cd1 .accordion-body_55d9a2e38daceea5 {
  background: var(--bg-dark-1);
  border-color: #292F45;
}

.nav-tabs_00e14f501bbbaed6 .nav-link {
  font-weight: 600;
}

.tab-default_46d9121469c243ed .tab-content_798b43a6a21854c0 {
  margin-top: 20px;
}

.container-fluid_fa340f1b9aa4cd55 {
  padding: 0px;
  margin: 0px;
}

.btn-primary_20031250a06e5602 {
  text-shadow: none;
  border: none;
}

.btn.btn-primary_20031250a06e5602:hover {
  background: #555;
}

.img-responsive_254a08acf7e7ce41 {
  display: inline-block;
}

.img-shadow_ea35c50f47eeba94 {
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.1);
}

.img-circle_8ca0048ccb69c73d{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.img-gray_ff073484ecf06dd5{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

img.img-auto_814b55e7a7f18052 {
  width: auto;
  height: auto;
}

img.img-rounded_80c6ed30721d5e5a {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.images-group-s1_27205555bbde9299 img {
  width: 31.5%;
  margin-right: 2.5%;
  float: left;
  padding: 5px;
}

.images-group-s1_27205555bbde9299 img:nth-child(2) {
  padding-top: 25%;
}

.images-group-s1_27205555bbde9299 img:nth-child(3) {
  padding-top: 12.5%;
  margin-right: 0;
}

.box-rounded_e65008e3e8f916b0 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.img-card-sm_f263662c0c2cf4b2 {
  width: 72px;
  background: #ffffff;
  margin: 3px;
  padding: 5px 0;
}

p{
  margin-top: 0;
}

p.lead_73139523df9a8724 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

p.small_367596387ffce757{
  line-height: 1.8em;
}

p.lead_73139523df9a8724.big_132be9d12f1d587c{
  font-size: 32px !important;
}

.dark-scheme_b81887be431c7cd1 p.lead_73139523df9a8724 {
  color: rgba(255, 255, 255, .75);
}

.dark-scheme_b81887be431c7cd1 strong{
  color:#ffffff;
}

.panel-group_380c07eb936f05f2 {
  opacity: .8;
}

.panel-heading_9326bb7f24c747bf,
.panel-body_56c7147158bdcd96 {
  background: #27282B;
  border: solid 1px #202220;
  border-radius: 0;
}

.panel-body_56c7147158bdcd96 {
  border-top: none;
}

.progress {
  background: #27282B;
}

.panel-heading_9326bb7f24c747bf h4 a {
  display: block;
}

.panel-heading_9326bb7f24c747bf h4 a:hover {
  color: #eceff3;
}

.panel-default_0376e4e58d610a09,
.panel-collapse_ec7d3259e4dca19a,
.panel-collapse_ec7d3259e4dca19a,
.panel-group_380c07eb936f05f2 .panel_8bfc1e422c470d29 {
  border: none;
  border-radius: 0;
}

.panel-heading_9326bb7f24c747bf {
  background: #222;
}

.table-bordered_1a12e68668d3530e,
.table-bordered_1a12e68668d3530e td {
  border: solid 1px #202220;
}

blockquote {
  font-family: var(--body-font);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4em;
  border: none;
  border-left: solid 3px #333333;
  padding-left: 30px;
}

.rtl blockquote {
  border-left: none;
  border-right: solid 3px #333333;
  padding-left: 0px;
  padding-right: 30px;
}

.dark-scheme_b81887be431c7cd1 blockquote {
  color: #ffffff;
}

.dark-scheme_b81887be431c7cd1 blockquote span {
  color: #ffffff;
}

blockquote.s2_5c0d0e7d2fad8523 {
  border: none;
  text-align: left;
  background: #f2f2f2;
  padding: 30px 30px 30px 60px;
  margin-top: 20px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

blockquote.s2_5c0d0e7d2fad8523:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-style: normal;
  position: absolute;
  margin-left: -30px;
}

blockquote.s1_368959040e68f950 {
  padding: 0px;
}

blockquote.s1_368959040e68f950:before {
  font-family: "FontAwesome";
  content: "\f10d";
  display: block;
  color: rgba(0, 0, 0, .1);
  z-index: -1;
  font-size: 40px;
  top: 0;
  left: 0;
}


.collapsible-link_1c9f220ca88cf61c::before {
  content: '';
  width: 14px;
  height: 2px;
  background: #333;
  position: absolute;
  top: calc(50% - 1px);
  right: 1rem;
  display: block;
  transition: all 0.3s;
}

/* Vertical line */
.collapsible-link_1c9f220ca88cf61c::after {
  content: '';
  width: 2px;
  height: 14px;
  background: #333;
  position: absolute;
  top: calc(50% - 7px);
  right: calc(1rem + 6px);
  display: block;
  transition: all 0.3s;
}

.text-light_d50c8b6eb918a8f8 .collapsible-link_1c9f220ca88cf61c:before,
.text-light_d50c8b6eb918a8f8 .collapsible-link_1c9f220ca88cf61c:after {
  background: #ffffff;
}



.rtl .collapsible-link_1c9f220ca88cf61c::before {
  right: auto;
  left: 0px;
}

.rtl .collapsible-link_1c9f220ca88cf61c::after {
  right: auto;
  left: 6px;
}

.rtl .rtl-show_f3a04df03c35185c {
  display: block
}

.rtl .rtl-hide_d6e4bc013aa5349b {
  display: none;
}

.collapsible-link_1c9f220ca88cf61c[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link_1c9f220ca88cf61c[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.collapsible-link_1c9f220ca88cf61c.text-white_51d517ecf8069b95 {
  color: #ffffff;
}

.collapsible-link_1c9f220ca88cf61c.text-white_51d517ecf8069b95::after,
.collapsible-link_1c9f220ca88cf61c.text-white_51d517ecf8069b95::before {
  background: #ffffff;
}


.accordion-style-1_59e06dbd253788ab {
  overflow: visible;
}

.accordion-style-1_59e06dbd253788ab .card_0c5703f4284329f9 {
  margin-bottom: 20px;
  border: none;
  -webkit-box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 8px 8px 50px 0px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  overflow: hidden;
}

.pic-grey_79d4d9bcc9c9e830 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pic-grey_79d4d9bcc9c9e830:hover{
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

/* ================================================== */


/* widget */


/* ================================================== */

.widget_6bfd3e5e5cddb870 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

footer .widget_6bfd3e5e5cddb870{
  margin-bottom: 0;
}


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

.widget_6bfd3e5e5cddb870 ul li {
  margin: 3px 0;
}

.widget_6bfd3e5e5cddb870 .small-border_be940466a4c5aa5f {
  height: 2px;
  width: 30px;
  background: #fff;
  margin: 0px 0 20px 0;
  display: block;
}

.widget_category_5085133752925583 li {
  padding: 8px 20px 8px 20px;
  margin-bottom: 8px;
  background: #111;
}

.widget_category_5085133752925583 li:before {
  font-family: "FontAwesome";
  content: "\f07b";
  margin-right: 10px;
}

.de_light_a1c9f9ba7fb61dce .widget_category_5085133752925583 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_5085133752925583 li a {
  color: #606060;
}

.widget_recent_post_fa983f0114cc3b47 li {
  padding-left: 20px;
  background: url(../images_02/list-arrow.png) left 2px no-repeat;
  border-bottom: solid 1px #222;
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.widget_recent_post_fa983f0114cc3b47 li a {
  color: #555;
}

.widget-post_9f5a3e644c8f836b li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.widget-post_9f5a3e644c8f836b li a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #606060;
}


.dark-scheme_b81887be431c7cd1 .widget-post_9f5a3e644c8f836b li a {
  color: #ffffff;
}

.widget-post_9f5a3e644c8f836b .post-date_feef0ff40f369f1f {
  position: absolute;
  color: #222;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  font-size: 10px;
  text-transform: uppercase;
}

.widget-post_9f5a3e644c8f836b li:hover>.post-date_feef0ff40f369f1f {
  background: #222;
  color: #fff;
}

.widget-post_9f5a3e644c8f836b .date_6142a754ca85a1c4 {
  margin-top: 5px;
  margin-right: 10px;
  float: left;
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 2px 3px 2px 3px;
  line-height: 1.4em;
  font-size: 12px;
  width: 60px;
  font-weight: bold;
  text-align: center;
}

.rtl .widget-post_9f5a3e644c8f836b .date_6142a754ca85a1c4 {
  float: right;
}

.widget_6bfd3e5e5cddb870 .comments_f210b73a588801be li {
  padding-left: 20px;
  background: url(../images_02/list-arrow.png) left 2px no-repeat;
  border-bottom: solid 1px var(--bg-dark-3);
  padding-bottom: 7px;
  margin-bottom: 5px;
}

.widget_6bfd3e5e5cddb870 .tiny-border_95259c47a496424e {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_a38ba11f5c432ba8 .widget_6bfd3e5e5cddb870 .tiny-border_95259c47a496424e {
  background: rgba(0, 0, 0, .1);
}

.widget_tags_621a6ee20832d12f li {
  text-shadow: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 16px;
}

.widget_tags_621a6ee20832d12f li a {
  font-size: 12px;
  text-decoration: none;
  color: #fff !important;
  padding: 5px 10px 7px 10px;
  margin: 0 2px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.de_light_a1c9f9ba7fb61dce .widget_tags_621a6ee20832d12f li a {
  color: #606060;
  border: solid 1px rgba(0, 0, 0, .2);
}

.widget_tags_621a6ee20832d12f li a:hover {
  color: #555;
  border-color: #555;
}

.de_light_a1c9f9ba7fb61dce .widget_tags_621a6ee20832d12f li a:hover {
  color: #111;
  border-color: #111;
}

.widget_tags_621a6ee20832d12f li a {
  border-color: #555;
}

.widget_tags_621a6ee20832d12f li a:hover border-color: #eceff3;
}

footer .widget_6bfd3e5e5cddb870 {
  border: none;
  margin-bottom: 0;
}

.widget_tags_621a6ee20832d12f ul {
  margin-top: 30px;
}

footer .widget_6bfd3e5e5cddb870.widget_tags_621a6ee20832d12f li a {
  border-color: #222;
}

footer .widget_recent_post_fa983f0114cc3b47 li {
  padding: 0 0 10px 0;
  margin: 0;
  margin-bottom: 10px;
  background: none;
  border-bottom-color: rgba(255, 255, 255, .1);
}

footer .widget_recent_post_fa983f0114cc3b47 li a {
  color: #ccc;
}

footer .widget_6bfd3e5e5cddb870 h5 {
  margin-bottom: 20px;
}

footer .widget_list_978e4ed1368adaf2 li {
  padding: 0 0 10px 0;
  margin: 0;
  margin-bottom: 10px;
  background: none;
  border-bottom-color: rgba(255, 255, 255, .1);
}

footer .widget_list_978e4ed1368adaf2 li a {
  color: #ccc;
}

footer .tiny-border_95259c47a496424e span {
  background: #ffffff;
  display: block;
  height: 1px;
  width: 30px;
}

#cookit {
  position: fixed;
  width: 100%;
  bottom: 0;
  padding: 1rem 2rem;
  display: flex;
  z-index: 1022;
  background: rgba(20, 20, 20, 1) !important;
}

.dark-scheme_b81887be431c7cd1 #cookit {
  border-top: solid 1px rgba(255, 255, 255, .15);
}

#cookit.hidden {
  display: none;
}

#cookit #cookit-container {
  margin: auto;
  width: 1300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#cookit #cookit-container>* {
  margin: .4rem;
}

#cookit #cookit-container p {
  line-height: 1.4rem;
}

#cookit #cookit-container a {
  text-decoration: none;
}

#cookit #cookit-container a:hover {
  opacity: .9;
}

#cookit #cookit-container #cookit-button {
  color: #ffffff !important;
  font-size: 14px;
  font-weight: bold;
  padding: .25rem 2rem;
  margin-left: auto;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
}

/* marquee */


.d-flex_de4c50f26627590d {
  display: flex;
  white-space: nowrap;
}

.de-marquee-list {
  display: flex;
  align-items: top;
  -webkit-animation: loop 40s infinite linear;
  animation: loop 40s infinite linear;
}

.de-marquee-list .d-item-txt_8de3a6f344583ea7 {
  font-size: 100px;
  line-height: 100px;
  padding-right: 8px;
  font-style: normal;
  font-weight: bold;
  font-family: var(--heading-font);
  color: var(--primary-color);
  user-select: none;
  text-transform:uppercase;
   color: transparent;
  -webkit-text-stroke: 1px rgba(255, 255, 255, .75);
}

.de-marquee-list.s2_5c0d0e7d2fad8523 .d-item-txt_8de3a6f344583ea7{
  background: -webkit-linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: -moz-linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 0;
}

.de-marquee-list .d-item-txt_8de3a6f344583ea7 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

.de-marquee-list .d-item-display_a3137a20f7b9d022 {
  display: inline;
}

.de-marquee-list .d-item-block_a1cf3eee0dd01443 {
  width: 80px;
  height: 2px;
  margin: 0 20px;
  margin-right: 40px;
  padding: 0px;
  border-radius: 50%;
  display: inline-block;
  transform: translateY(-30px);
  background: var(--primary-color);
}

.de-marquee-list.s2_5c0d0e7d2fad8523 .d-item-block_a1cf3eee0dd01443{
  height: 5px;
  background: -webkit-linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: -moz-linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
  background: linear-gradient(90deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
}

.de-marquee-list .d-item-block_a1cf3eee0dd01443{
  border-radius: 0;
}

.text-light_d50c8b6eb918a8f8 .de-marquee-list .d-item-dot_2188a3807c41ac83 {
  background: rgba(255, 255, 255, .3);
}

.de-marquee-list.style-2_ba19b0d8a6939669 .d-item-txt_8de3a6f344583ea7 {
  font-size: 160px;
  background: rgba(255, 255, 255, .2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.de-marquee-list.style-2_ba19b0d8a6939669 .d-item-dot_2188a3807c41ac83 {
  transform: translateY(-0px);
  background: rgba(255, 255, 255, .2);
}

/* marquee */


.de-step-s1_f95bb07e12257a84 {
  overflow: ;
  position: relative;
  padding: 0 25px;
  height: 100%;
  border-radius:var(--rounded-1);
  -moz-border-radius:var(--rounded-1);
  -webkit-border-radius:var(--rounded-1);
}

.de-step-s1_f95bb07e12257a84 p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.de-step-s1_f95bb07e12257a84 h4 {
  position: relative;
  z-index: 1;
}

.de-step-s1_f95bb07e12257a84 .d-number_5f8971de9c5f4efd {
  font-size: 14px;
  text-transform: uppercase;
  font-weight:500;
  padding: 5px 10px;
  display: inline-block;
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  margin-bottom: 40px;
  line-height: 1em;
  color:var(--heading-font-color);
}

.text-light_d50c8b6eb918a8f8 .de-step-s1_f95bb07e12257a84 .d-number_5f8971de9c5f4efd{
  color:#ffffff;
}

.border-gray_be4dae34fdee332f {
  border: solid 1px #ddd;
}

.bg-blur_63d8a05c3ab4d552 {
  background: rgba(0, 0, 0, .15);
  -webkit-backdrop-filter: blur(10px);
  -o-backdrop-filter: blur(10px);
  -moz-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

/* marquee plugin close */

.de-gradient-edge-top_ff22eb0a0ab54164 {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(var(--bg-dark-1-rgb), 1) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}


.de-gradient-edge-top_ff22eb0a0ab54164.light_b94adb255d6739fc {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


.dark-scheme_b81887be431c7cd1 .de-gradient-edge-top_ff22eb0a0ab54164 {
  background: linear-gradient(180deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}

.de-gradient-edge-bottom_d2bf62dfa0d88281 {
  z-index: 1;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(0deg, rgba(var(--bg-dark-1-rgb), 1) 0%, rgba(var(--bg-dark-1-rgb), 0) 100%);
}


.de-gradient-edge-bottom_d2bf62dfa0d88281.light_b94adb255d6739fc {
  background: linear-gradient(0deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
}

.dark-scheme_b81887be431c7cd1 .de-gradient-edge-bottom_d2bf62dfa0d88281 {
  background: linear-gradient(0deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}


.no-border_64de59f822d0fc2d {
  border: none !important;
}


.owl-carousel_a3dac1760c895f96.no-hide_045479119451ee1d .owl-stage-outer_375e4475a05cb709{
  overflow: visible; !important;
}

.grayscale_c3d04891c5b23bc9{
  filter: grayscale(1);
}

.hover-color_343a56bf7118a08f:hover{
  filter:grayscale(0);
}

.show-on-scroll{
  opacity: 0;
}

.show-on-scroll.show{
  opacity: 1;
}

.show-on-scroll.hide{
  opacity: 0;
}

.d_wrap_3f8afa09777adda7{
    position: relative;
}
.d_wrap_3f8afa09777adda7 img{
    position: relative;
}
.d_wrap_sm-box_92c9cd9e505bd9df{
    font-size: 15px;
    font-family: var(--heading-font);
    font-weight: bold;
    display: inline-block;
    position: absolute;
    background: rgba(30, 31, 34, .5);   
    padding: 10px 15px;
    color: #2f394b;
    box-shadow: 5px 25px 20px 5px rgba(0,0,0,0.1);
    -webkit-box-shadow: 5px 25px 20px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 5px 25px 20px 5px rgba(0,0,0,0.1);
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    padding-left: 60px;
}

.d_wrap_sm-box_92c9cd9e505bd9df h6, .d_wrap_sm-box_92c9cd9e505bd9df h4{
  color:var(--heading-font-color);
}

.de-rating-ext_8a04022e05ee9033 .d-val_2fb292bb792a33e1{
  color:#fff;
  margin-right: 10px;
}

.de-rating-ext_8a04022e05ee9033{
  font-size: 14px;
}

.de-rating-ext_8a04022e05ee9033 i{
  color:#F2B827;
}

/* select2 begin */
.select2-container--default_6e776e20b093009b .select2-selection--single {
  border-color: #fff;
  height: 60px;
  padding: 2.5px 0;
  border-radius: 0;
}
.select2-container--default_6e776e20b093009b .select2-selection--single .select2-selection__arrow_bf559f1b24a22d3f {
  height: 48px;
}

.select2-dropdown_c8978a1b53fcfa95 {
  border-radius: 0;
  box-shadow: #444 0px 3px 5px;
  border: 0;
}


.select2-container--default_6e776e20b093009b{
    margin-bottom: 20px;
}
.select2-container--default_6e776e20b093009b img{
    width: 30px;
    margin-left: 5px;
    margin-right:10px;
    padding: 7px 0;
}
.select2-container--default_6e776e20b093009b .select2-selection--single{
    background: none;
    height: 50px;
    border: solid 1px rgba(255, 255, 255, .2);
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.select2-container--default_6e776e20b093009b .select2-selection--single .select2-selection__rendered{
    color:#ffffff;
}
.select2-container--default_6e776e20b093009b .select2-results__option--selectable{
    background: #333;
}
.select2-container--default_6e776e20b093009b .select2-results__option--highlighted.select2-results__option--selectable{
    background: var(--primary-color);
}

/* select2 end */

.grid-divider_60a9f38590e86145 > [class*=col-]:nth-child(n+2):after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: solid 1px rgba(255, 255, 255, .3);
  height: auto;
  left: -1px;
}

.grid-divider_60a9f38590e86145.dark > [class*=col-]:nth-child(n+2):after {
  border-left: solid 1px rgba(0, 0, 0, .3);
}


.grid-divider_60a9f38590e86145.dark-divider_a94895d2b89739b6 > [class*=col-]:nth-child(n+2):after {
  border-left: solid 1px var(--heading-font-color);
}

.text-light_d50c8b6eb918a8f8 .grid-divider_60a9f38590e86145 > [class*=col-]:nth-child(n+2):after {
  border-left-color: rgba(255, 255, 255, .5);
}

.arrow-divider_f0054978390351e9 > [class*=col-]:nth-child(n+2):after {
  content: url('../pictures/svg/arrow-right.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  left: -20px;
  top: 30px;
}

.arrow-divider_f0054978390351e9.light_b94adb255d6739fc > [class*=col-]:nth-child(n+2):after {
  content: url('../pictures/svg/arrow-right-white.svg');
}

/* ================================================== */

/* misc */

/* ================================================== */

/* background */
.bg-white_c77d71a814cad796{ background:#ffffff; }
.bg-black_a512b4a727da7b18{ background:#000000; }

/* width (percent) */
.w-10_e5db9fc12fc84196{width: 10%;}
.w-20_aad409fceb4e9c2b{width: 20%;}
.w-30_bc119968ea96707d{width: 30%;}
.w-40_c5cee31141cb5561{width: 40%;}
.w-50_47040cddb5ab9ecf{width: 50%;}
.w-60_8973f86d137caac0{width: 60%;}
.w-70_1c6b19ed4a665d01{width: 70%;}
.w-80_fce821118c7093b0{width: 80%;}
.w-90_32199199e9bf46ab{width: 90%;}
.w-100_9f2a64b56107f756{width: 100%;}

/* width (px) */
.w-10px_b80612f23fbc990e{width: 10px;}
.w-20px_21c7aeb6466b2705{width: 20px;}
.w-24px_a36505c231402f52{width: 24px;}
.w-40px_2559cd762734290e{width: 40px;}
.w-50px_d145941f7deae35c{width: 50px;}
.w-60px_fa5e61f5fcddfe0a{width: 60px;}
.w-70px_bb761db5b183f21b{width: 70px;}
.w-80px_d7a28b6ef38e31c3{width: 80px;}
.w-90px_37ea68cacead1208{width: 90px;}
.w-100px_3c3b4c07992a899f{width: 100px;}
.w-110px_ad317a0c5d4e1fd2{width: 110px;}
.w-120px_16fc76420f5b6c3b{width: 120px;}
.w-130px_d1aa57c176d9094f{width: 130px;}
.w-140px_cf0429b0a24c670e{width: 140px;}
.w-150px_32b8e96e5fd07a19{width: 150px;}
.w-200px_0429b4c90bf4eb30{width: 200px;}
.w-250px_2378c0156cdd5409{width: 250px;}
.w-300px_736706c6622b69de{width: 300px;}

/* height (percent) */
.h-10_33e760166c7e02ef{height: 10%;}
.h-20_e2d125db3ea37ec5{height: 20%;}
.h-30_9f671b70b7e0f81b{height: 30%;}
.h-40_aac03da76d191091{height: 40%;}
.h-50_54a0d11b9edf5f11{height: 50%;}
.h-60_95212c4f07ecdbf7{height: 60%;}
.h-70_13ca639d8ec26504{height: 70%;}
.h-80_d7639cdd8d67f139{height: 80%;}
.h-90_50c1b70ee84e5515{height: 90%;}
.h-100_8ab062a8ac8c32f2{height: 100%;}

/* height (px) */
.h-10px_f066e8621a593d26{height: 10px;}
.h-20px_fe1dd95627101b19{height: 20px;}
.h-24px_cbd0d2cb8e2ce774{height: 24px;}
.h-40px_827ff01498ddecb6{height: 40px;}
.h-50px_a77c172eeb891815{height: 50px;}
.h-60px_8b248ae13636dd2a{height: 60px;}
.h-70px_3170742a1f2eb0ca{height: 70px;}
.h-80px_3a9e3485f24043ee{height: 80px;}
.h-90px_37d75bc866dc2861{height: 90px;}
.h-100px_365c2a4a1c55bc94{height: 100px;}
.h-110px_e8a425aa2a8dcbd6{height: 110px;}
.h-120px_d40a2fb1ef1611ac{height: 120px;}
.h-130px_3246910fd4c030eb{height: 130px;}
.h-140px_0e1e0ea29b0591f2{height: 140px;}
.h-150px_e57880c6e50f9ed6{height: 150px;}
.h-200px_0a28253879bae49d{height: 200px;}
.h-250px_b9c8236a0e78bbce{height: 250px;}
.h-300px_8dc74cfcf6b3e7b2{height: 300px;}

/* top (percent) */
.top-10_f2e11dccc6d91cd4{top: 10%;}
.top-20_ade840490076dce4{top: 20%;}
.top-30_5fce4a8e6da3cec8{top: 30%;}
.top-40_56fef34da0c6ca3e{top: 40%;}
.top-50_50feb1653135b3c0{top: 50%;}
.top-60_5d6393e602ca2820{top: 60%;}
.top-70_c71a3df695a7b089{top: 70%;}
.top-80_22ecc8e07a249216{top: 80%;}
.top-90_b589d632400d6d7f{top: 90%;}
.top-100_9dc760145cab12e7{top: 100%;}

/* top (px) */
.top-10px_6800ef39a5c34c2c{top: 10px;}
.top-20px_4e13f8a368d9667b{top: 20px;}
.top-30px_a89ac6e1275cbb52{top: 30px;}
.top-40px_8487a5c27f427630{top: 40px;}
.top-50px_8daa4350ef0cdafe{top: 50px;}
.top-60px_d9f2d43dde2ffef5{top: 60px;}
.top-70px_2bc45fb41bbc7e91{top: 70px;}
.top-80px_a764f7492f548cc6{top: 80px;}
.top-90px_f746cf148f69bf02{top: 90px;}
.top-100px_5e278f6898f5034e{top: 100px;}

/* bottom (percent) */
.bottom-10_b62dda5b2da94ec0{bottom: 10%;}
.bottom-20_92ae7ef3b3413d7b{bottom: 20%;}
.bottom-30_23061c42a6695ce1{bottom: 30%;}
.bottom-40_02877c51e351bc5c{bottom: 40%;}
.bottom-50_1ad49bc1a2b08934{bottom: 50%;}
.bottom-60_c2b09397eed3077e{bottom: 60%;}
.bottom-70_d79790e6dcda7e94{bottom: 70%;}
.bottom-80_cecc230fa482ac4f{bottom: 80%;}
.bottom-90_0fd0b0579a1868e5{bottom: 90%;}
.bottom-100_51a2d28ffe57ab1b{bottom: 100%;}

/* bottom (px) */
.bottom-10px_d975b45590c89791{bottom: 10px;}
.bottom-20px_fe6e7b5120729452{bottom: 20px;}
.bottom-30px_27fae81bb3c542df{bottom: 30px;}
.bottom-40px_5a35ea8c4f496d07{bottom: 40px;}
.bottom-50px_5ad0d3a9f3079988{bottom: 50px;}
.bottom-60px_a9a571f4b495e261{bottom: 60px;}
.bottom-70px_5c3646794b8282c8{bottom: 70px;}
.bottom-80px_4c5dfc195114621c{bottom: 80px;}
.bottom-90px_550f535304de7750{bottom: 90px;}
.bottom-100px_5ff68fe76db2c36e{bottom: 100px;}

/* top negative (px) */
.top-min-10_9cb386923babae70{top:-10px;}
.top-min-20_eae7ad80629a7d62{top:-20px;}
.top-min-30_e4cf976f399241a1{top:-30px;}
.top-min-40_cc1cbd019cb6e4b6{top:-40px;}
.top-min-50_15fe104219f610ac{top:-50px;}
.top-min-60_0980c718e2b87063{top:-60px;}
.top-min-70_f93f1dc855a8b775{top:-70px;}
.top-min-80_b66d348a88c4aaab{top:-80px;}
.top-min-90_2a047a1fa00a693f{top:-90px;}
.top-min-100_4decf709f5edc140{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_d3ad2e7aaafacf41{bottom:-10px;}
.bottom-min-20_947fdcc48e3aaf58{bottom:-20px;}
.bottom-min-30_b885c1596bcab863{bottom:-30px;}
.bottom-min-40_d2aa5a7031637b7e{bottom:-40px;}
.bottom-min-50_7bcf0b38f0b5f277{bottom:-50px;}
.bottom-min-60_595f3eafa372fe52{bottom:-60px;}
.bottom-min-70_0a5a13197b17de33{bottom:-70px;}
.bottom-min-80_77955806cd29816f{bottom:-80px;}
.bottom-min-90_5f4792c3f819cbe8{bottom:-90px;}
.bottom-min-100_4a673d815f0f98fd{bottom:-100px;}

/* left pos (percent) */
.start-10_087ef698a0425452{left: 10%;}
.start-20_a6fab21a15894b41{left: 20%;}
.start-30_c58d427bd6a5da22{left: 30%;}
.start-40_8e04044432bfa52c{left: 40%;}
.start-50_6c49a22878689331{left: 50%;}
.start-60_7c7db749e49e6201{left: 60%;}
.start-70_9db146fc98f39ff0{left: 70%;}
.start-80_49a7f3eec50baf82{left: 80%;}
.start-90_91ed107045b6c883{left: 90%;}
.start-100_a348732e6ec4c18e{left: 100%;}

/* left pos (px) */
.start-10px_1f8a00ae6fa0a632{left: 10px;}
.start-20px_38a9db68ffc12c75{left: 20px;}
.start-30px_f5973d5e2e0a860a{left: 30px;}
.start-40px_b0605ab56552b53f{left: 40px;}
.start-50px_42f5fd35e4f90347{left: 50px;}
.start-60px_11a28c2d9c5b9091{left: 60px;}
.start-70px_122c71b1c9045329{left: 70px;}
.start-80px_009cceb37b81bc68{left: 80px;}
.start-90px_db4864eb6a2a63d3{left: 90px;}
.start-100px_50df8ae733a9d137{left: 100px;}

/* right  pos (percent) */
.end-10_f5c9d13de6329973{right: 10%;}
.end-20_2c5db90f1c37e0e3{right: 20%;}
.end-30_3827db8584b987fd{right: 30%;}
.end-40_5b124ab214a5b52f{right: 40%;}
.end-50_c73759cc22e41cba{right: 50%;}
.end-60_67156c17ed92c0d8{right: 60%;}
.end-70_ada9ccae0880d369{right: 70%;}
.end-80_bc789c958c4ae0cf{right: 80%;}
.end-90_ee02dab2b227de76{right: 90%;}
.end-100_a6129e1255459b6e{right: 100%;}

/* right  pos (px) */
.end-10px_d3acdd2b27b74f2b{right: 10px;}
.end-20px_ff16f620c7aac717{right: 20px;}
.end-30px_8e3fb5d2a3b025fb{right: 30px;}
.end-40px_e6abb0b0e9ca4c1a{right: 40px;}
.end-50px_c511f1c4bba5fba5{right: 50px;}
.end-60px_5af0b40346204055{right: 60px;}
.end-70px_79f6ebd0696f3716{right: 70px;}
.end-80px_64482316f3205801{right: 80px;}
.end-90px_d1f61a5c1850df46{right: 90px;}
.end-100px_07307ec93d140a1a{right: 100px;}

/* margin-left (percent) */
.ms-10_ce85b78aab44e8f6{margin-left: 10%;}
.ms-20_7cd04973c1a3cfde{margin-left: 20%;}
.ms-30_a0750887d043cb2f{margin-left: 30%;}
.ms-40_1b1cf2ff92929626{margin-left: 40%;}
.ms-50_576c033bc2bb381b{margin-left: 50%;}
.ms-60_6868496218752a32{margin-left: 60%;}
.ms-70_75d4ec1fbd01a2e1{margin-left: 70%;}
.ms-80_8214a529183408c9{margin-left: 80%;}
.ms-90_f36c0e0161a82c07{margin-left: 90%;}
.ms-100_77580c9f45aafd11{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_69dd67cdfd14e196{margin-left: 10px;}
.ms-20px_8464b7a52feef314{margin-left: 20px;}
.ms-30px_6acf5498012132c9{margin-left: 30px;}
.ms-40px_595091e89b39a959{margin-left: 40px;}
.ms-50px_acd8f40e85331c88{margin-left: 50px;}
.ms-60px_0e17feb9bcf6187f{margin-left: 60px;}
.ms-70px_a9bb84c7c805e6d0{margin-left: 70px;}
.ms-80px_07dd7cc541ac5d63{margin-left: 80px;}
.ms-90px_d51bb8b7022a5f43{margin-left: 90px;}
.ms-100px_98a87de3fef3042d{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_1c935841b1c6384f{margin-top:-10px;}
.mt-min-20_5eb6f3086aee3cbe{margin-top:-20px;}
.mt-min-30_68b84a3658e20536{margin-top:-30px;}
.mt-min-40_5f6f709836271a20{margin-top:-40px;}
.mt-min-50_06eb56d6fb55e70e{margin-top:-50px;}
.mt-min-60_d4b4415ec1ef35b1{margin-top:-60px;}
.mt-min-70_61ecd812444617c9{margin-top:-70px;}
.mt-min-80_77f29e9b3f60d527{margin-top:-80px;}
.mt-min-90_661a1d80c6cce35d{margin-top:-90px;}
.mt-min-100_a28e3e32dd3d434a{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_409a827ea62b9a38{margin-bottom:-10px;}
.mb-min-20_074bdc3273ebfca0{margin-bottom:-20px;}
.mb-min-30_8c6d9e908585961d{margin-bottom:-30px;}
.mb-min-40_1640b36d8268d32e{margin-bottom:-40px;}
.mb-min-50_7487ae3b46eef4a3{margin-bottom:-50px;}
.mb-min-60_85a669de506c70ea{margin-bottom:-60px;}
.mb-min-70_c87805c4a0e47da6{margin-bottom:-70px;}
.mb-min-80_17f94572828146e6{margin-bottom:-80px;}
.mb-min-90_ebb83458b4332ffa{margin-bottom:-90px;}
.mb-min-100_c51d0f5329e910ab{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_be3fa13c4dc9a022{margin-left:-10px;}
.ms-min-20_306551211951c19c{margin-left:-20px;}
.ms-min-30_dcd0c85c19892a64{margin-left:-30px;}
.ms-min-40_b7f475add76a9f8c{margin-left:-40px;}
.ms-min-50_5f12194f9607741a{margin-left:-50px;}
.ms-min-60_db6d4e677d0ff8b7{margin-left:-60px;}
.ms-min-70_496bd4a64ac0c3ac{margin-left:-70px;}
.ms-min-80_562e31212b0634fd{margin-left:-80px;}
.ms-min-90_50b8ef60f9f802f8{margin-left:-90px;}
.ms-min-100_faa56ea9a19e04e6{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_826a9c0e878c3988{margin-right:-10px;}
.me-min-20_edb2717614096a9a{margin-right:-20px;}
.me-min-30_207bf74b70309db8{margin-right:-30px;}
.me-min-40_28a3c9e36f5cb686{margin-right:-40px;}
.me-min-50_805694535ffc10e0{margin-right:-50px;}
.me-min-60_c292d2b2c05f158e{margin-right:-60px;}
.me-min-70_44b0377cd8c2b87a{margin-right:-70px;}
.me-min-80_5927eccffaa6fe1b{margin-right:-80px;}
.me-min-90_4c35572677ebe2e6{margin-right:-90px;}
.me-min-100_2c5aa9735850aaec{margin-right:-100px;}

/* font-size (px) */
.fs-12_e6398f7494067ab8{font-size: 12px;}
.fs-14_fba0ec458d3eda26{font-size: 14px;}
.fs-15_33a824e3c4970e51{font-size: 15px;}
.fs-16_1569c04b82aaa6de{font-size: 16px;}
.fs-18_7f78fc8f05c138e0{font-size: 18px;}
.fs-20_491416e797712b9d{font-size: 20px;}
.fs-24_f272ce8893aa9ca1{font-size: 24px;}
.fs-28_1df68bcf81e0c92e{font-size: 28px;}
.fs-30_235287e081be772e{font-size: 30px;}
.fs-32_5f7ab3df1f128eb6{font-size: 32px;}
.fs-36_846a99f118904245{font-size: 36px;}
.fs-40_ce5824e4ecb5eb2d{font-size: 40px;}
.fs-48_f2fa898f9b89881e{font-size: 48px;}
.fs-56_0f7315beb5d973a5{font-size: 56px;}
.fs-60_953e3043ed24c32e{font-size: 60px;}
.fs-64_510ee651fc680c68{font-size: 64px;}
.fs-72_4989cb838a196f57{font-size: 72px;}
.fs-96_c663f88b3843d31a{font-size: 96px;}
.fs-120_bd87bacbc4742029{font-size: 120px;}
.fs-150_5df51d84337dca2c{font-size: 150px;}
.fs-200_b78b229a3e17784e{font-size: 200px;}


/* font-weight */
.fw-100_223beb1f6bf37ef7{font-weight: 100;}
.fw-200_4677950943fc0877{font-weight: 200;}
.fw-400_f337b6fab0228633{font-weight: 300;}
.fw-400_f337b6fab0228633{font-weight: 400;}
.fw-500_bb6951b7b85931c1{font-weight: 500;}
.fw-600_15aee4be49d4bcb2{font-weight: 600;}
.fw-bold_343fa668c1666ffd{font-weight: bold;}

/* margin left (px) */
.ms-10_ce85b78aab44e8f6{margin-left: 10%;}
.ms-20_7cd04973c1a3cfde{margin-left: 20%;}
.ms-30_a0750887d043cb2f{margin-left: 30%;}
.ms-40_1b1cf2ff92929626{margin-left: 40%;}
.ms-50_576c033bc2bb381b{margin-left: 50%;}
.ms-60_6868496218752a32{margin-left: 60%;}
.ms-70_75d4ec1fbd01a2e1{margin-left: 70%;}
.ms-80_8214a529183408c9{margin-left: 80%;}
.ms-90_f36c0e0161a82c07{margin-left: 90%;}
.ms-100_77580c9f45aafd11{margin-left: 100%;}

/* padding (px) */
.p-10_8f5251a79fcdae4e{padding: 10px;}
.p-15_d8b0d9ff85c5736d{padding: 15px;}
.p-20_d1d66559b2fb19e2{padding: 20px;}
.p-30_dbc588808b84240b{padding: 30px;}
.p-40_667f9f50af94a34d{padding: 40px;}
.p-50_77440c29e52e0d5a{padding: 50px;}
.p-60_9e153b6ad3b3c2b1{padding: 60px;}
.p-70_1ed15688e1d4dcb4{padding: 70px;}
.p-80_e2f16dcc276672c0{padding: 80px;}
.p-90_66bbcd8d0b49075a{padding: 90px;}
.p-100_3ba5722f3a87f7fb{padding: 100px;}

/* padding bottom (px) */
.pb-10_b65e24d0b4d01ce0{padding-bottom: 10px;}
.pb-20_c3f60e7d90dfecba{padding-bottom: 20px;}
.pb-30_a014d70b7b0625bf{padding-bottom: 30px;}
.pb-40_569afbc0e6645aa5{padding-bottom: 40px;}
.pb-50_11e08f1eb20b78ae{padding-bottom: 50px;}
.pb-60_fa2b21f1f4366ec9{padding-bottom: 60px;}
.pb-70_9d61e908138f0ce9{padding-bottom: 70px;}
.pb-80_c43a15eb04725969{padding-bottom: 80px;}
.pb-90_eac0c977f7a5acfd{padding-bottom: 90px;}
.pb-100_6d3c5c42a5805253{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_5fb332cfbb1f00d1{padding-top: 10px;}
.pt-20_5e6e0d67c4616976{padding-top: 20px;}
.pt-30_d8122fbd49a74c7f{padding-top: 30px;}
.pt-40_1487729fac86d3a1{padding-top: 40px;}
.pt-50_d2a7da9f9648ee25{padding-top: 50px;}
.pt-60_4d2c4cdb72b09a6d{padding-top: 60px;}
.pt-70_506a51ab35d0d6c8{padding-top: 70px;}
.pt-80_6c59b40a2f57e8e5{padding-top: 80px;}
.pt-90_a8fcd02cb6003f69{padding-top: 90px;}
.pt-100_b4006d9b31cb0d6b{padding-top: 100px;}

/* padding left (px) */
.ps-10_5e5d9dade3491c17{padding-left: 10px;}
.ps-20_aa1d3032a4460249{padding-left: 20px;}
.ps-30_b384b1c990850ed7{padding-left: 30px;}
.ps-40_9bb4ddf92448fc83{padding-left: 40px;}
.ps-50_51cb957b5f6a9f9f{padding-left: 50px;}
.ps-60_4428e9b979ca563d{padding-left: 60px;}
.ps-70_7300b561ddea8417{padding-left: 70px;}
.ps-80_2a8d8b2935bafedf{padding-left: 80px;}
.ps-90_82d682df0d03cd00{padding-left: 90px;}
.ps-100_58e3edde0aad0ed0{padding-left: 100px;}

/* border white */
.border-white-1_ebe60ee2d4e858e3{border: solid 1px white;}
.border-white-2_008a90cbfa3cd502{border: solid 2px white;}
.border-white-3_b204b3806968eb6a{border: solid 3px white;}
.border-white-4_44df6f42948add77{border: solid 4px white;}
.border-white-5_b8b0d1cc9f263640{border: solid 5px white;}
.border-white-6_9657df9d4b0c5e2c{border: solid 6px white;}
.dashed-1-white_44480e74aacabdd3{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_8ee64be167276007{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_1dde84aee4984fd6{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_2625da33af139ba8{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_bfa76611ff2abc63{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_8e45b538fd33212e{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_837e8fd0c942c753{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_61c3f78201cb7959{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_64e80a101c05b453{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_4663dc45f36d2c00{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

/* border bottom grey */
.border-bottom-1-grey_07d0764069d4cfea{border-bottom: solid 1px #dddddd;}

/* border bottom dark */
.border-bottom-1-dark_9b1dc6b9d5185628{border-bottom: solid 1px var(--bg-dark-1);}

/* border bottom dark */
.border-bottom-1-light_4a1c498844035b7e{border-bottom: solid 1px rgba(255,255,255,.5);}

/* hover effects */
.hover:hover .hover-scale-1-2_b71cfa6229ecc8df{transform: scale(1.2);}
.hover-scale-in-3_d6af707e97f32083{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_d6af707e97f32083{transform: scale(1); opacity: 1}
.hover-op-0_76784fefe303a331{ opacity:1 }
.hover:hover .hover-op-0_76784fefe303a331{ opacity:0 }
.hover-op-1_a4f1e5b992b14caa,.hover-op-05_ccf3c947f741577a{ opacity:0 }
.hover:hover .hover-op-1_a4f1e5b992b14caa{ opacity:1 }
.hover:hover .hover-op-05_ccf3c947f741577a{ opacity:.5 }
.hover:hover .hover-scale-1-1_d03c31b2fd48bc05{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_b71cfa6229ecc8df{transform: scale(1.2);}
.hover-scale-in-3_d6af707e97f32083{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_d6af707e97f32083{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_b6190f4ab178a964{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_286f71831735f0bf{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_8a4e67d6fff5491b{background: var(--heading-font-color)}
.hover-mh-100_6cd0c4e178e6c0d8{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_6cd0c4e178e6c0d8{max-height: 500px;}
.hover:hover .hover-top-0_83db774dd6ec776b{top:0;}
.hover:hover .hover-pb-40_4e32245c4d1df694{padding-bottom: 40px;}
.hover-mt-40_a7a48013713acf60{margin-top: 40px;}
.hover:hover .hover-mt-40_a7a48013713acf60{margin-top: 0px;}
.hover:hover .hover-mt-0_6d699423dbeecad8{margin-top: 0;}

.inline-block{display: inline-block;}

/* opacity */
.op-1_f8adac31762833b1{ opacity:.1; }
.op-2_ceef4b7482ec93ac{ opacity:.2; }
.op-3_5564b73a4669914a{ opacity:.3; }
.op-4_f0b8fc35137cc2f2{ opacity:.4; }
.op-5_02c083164f6ce4c6{ opacity:.5; }
.op-6_af7b3bee80728c8f{ opacity:.6; }
.op-7_e02f5ee674db513e{ opacity:.7; }
.op-8_e421bd432c512cc8{ opacity:.8; }
.op-9_375291272dca1254{ opacity:.9; }

/* line height em */
.lh-1_667e549da4decdcb{line-height: 1em;}
.lh-1-1_9abbad3fa837c2c7{line-height: 1.1em;}
.lh-1-2_82db1d53f65c532b{line-height: 1.2em;}
.lh-1-3_3ecf7f9a74a8fd81{line-height: 1.3em;}
.lh-1-4_a2e0f802f1936e84{line-height: 1.4em;}
.lh-1-5_f9954ecf76160e2b{line-height: 1.5em;}
.lh-1-6_af9f299e806b6952{line-height: 1.6em;}
.lh-1-7_1f08727b55db2829{line-height: 1.7em;}
.lh-1-8_a6b604c0703bc9af{line-height: 1.8em;}

/* min height (px) */
.mh-200_6025ea1a9da044c1{min-height:200px;}
.mh-300_9002c32aa487228c{min-height:300px;}
.mh-400_be62982936116ed7{min-height:400px;}
.mh-500_aca009614be1e7b2{min-height:500px;}

/* background dark */
.bg-dark-20_ad7e646e343b0e0b{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_c265dc3e0281aa4c{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_cbea7ae5b651500b{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_27759578254b61ff{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_1cb276d729603604{background: rgba(0, 0, 0, .1)}
.overlay-black-2_5e029d20a83a8af6{background: rgba(0, 0, 0, .2)}
.overlay-black-3_5725da26bdff274d{background: rgba(0, 0, 0, .3)}
.overlay-black-4_297feca0b42e6548{background: rgba(0, 0, 0, .4)}
.overlay-black-5_e71d358f1f9d405b{background: rgba(0, 0, 0, .5)}
.overlay-black-6_cd2c41f508113ff2{background: rgba(0, 0, 0, .6)}
.overlay-black-7_16ddc30f35f2e82d{background: rgba(0, 0, 0, .7)}
.overlay-black-8_e856966e5a108a49{background: rgba(0, 0, 0, .8)}
.overlay-black-9_5367d5140b191608{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_8141cd1d9c97c409{background: rgba(255, 255, 255, .1)}
.overlay-white-2_6c7fa9a4c5c2081e{background: rgba(255, 255, 255, .2)}
.overlay-white-3_1607a8aee7eb2c34{background: rgba(255, 255, 255, .3)}
.overlay-white-4_19ceef383f1e9b2d{background: rgba(255, 255, 255, .4)}
.overlay-white-5_2dab65bf92d63e36{background: rgba(255, 255, 255, .5)}
.overlay-white-6_ddebce054046bd52{background: rgba(255, 255, 255, .6)}
.overlay-white-7_4e9067bf6883b688{background: rgba(255, 255, 255, .7)}
.overlay-white-8_ec6f9742c61c440b{background: rgba(255, 255, 255, .8)}
.overlay-white-9_a9d5b529f70f9509{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_c1abe0f5a5f956f5 { left: 50%; transform: translateX(-50%);}
.abs-middle_4efdf06fa673662d{ top: 50%;  transform: translateY(-50%);}
.abs-centered_f7d22e9360d97b41{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_3303052ecf7ecc73 { position: relative; }

/* z-index */
.z-1_ef914972f2b0269f{ z-index:1 }
.z-2_ffd39f2c3572c3ec{ z-index:2 }
.z-3_671b2faf5afd9832{ z-index:3 }
.z-4_f2e029aaa0a775b4{ z-index:4 }
.z-1000_0f58adc6ad280b2c { z-index: 1000;}

.auto-height_e19d111ad8b4ab0b{height: 100%;padding-top: 100%;}

.rounded-top-60_0e9186716b10befe{
  border-radius:60px 60px 0 0;
  -moz-border-radius:60px 60px 0 0;
  -webkit-border-radius:60px 60px 0 0;
}

.rounded-bottom-60_5c32e32139172f43{
  border-radius:0 0 60px 60px;
  -moz-border-radius:0 0 60px 60px;
  -webkit-border-radius:0 0 60px 60px;
}

.rounded-bottom-end-60_9f3dd68cb42f9a0f{
  border-radius:0 0 60px 0;
  -moz-border-radius:0 0 60px 0;
  -webkit-border-radius:0 0 60px 0;
}

.rounded-bottom-start-60_9df1499736c7da69{
  border-radius:0 0 0 60px;
  -moz-border-radius:0 0 0 60px;
  -webkit-border-radius:0 0 0 60px;
}

.rounded-top-start-60_8a1eceb5c697f066{
  border-radius:60px 0 0 0;
  -moz-border-radius:60px 0 0 0;
  -webkit-border-radius:60px 0 0 0;
}

.border-1-black_f9f973f28d8c8c42{border: solid 1px black;}

/* misc end */

.ss-wrap_037036525e66e981{
  position: relative;
  width: 120%;
  margin-left: -10%;
}

.ss-wrap_037036525e66e981 img{
  width: 25%;
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 15%), 0 1.5rem 2.2rem rgb(0 0 0 / 50%);
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.ss-wrap_037036525e66e981 .img-l1_12e0b997e0984760{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_037036525e66e981 .img-l2_8b6bb3ecae1d4a2d{
  top:20%;
  left: 0%;
}


.ss-wrap_037036525e66e981 .img-r1_c15162efcee342c4{
  top:10%;
  right: 20%;
  z-index: 3;
}

.ss-wrap_037036525e66e981 .img-r2_b497b7f6548add09{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

.de-vertical-nav_124cc63af8d0e2c6 a{
  background: var(--bg-grey);
  border-radius:2px;
  -moz-border-radius:2px;
  -webkit-border-radius:2px;
  display: block;
  padding: 40px;
  position: relative;
}

.de-vertical-nav_124cc63af8d0e2c6 img{
  position: absolute;
  width: 40px;
  top: 50%;  transform: translateY(-50%);
}

/* de-vertical-nav end */

.menu-simple_dfe473a368fcebad {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.menu-simple_dfe473a368fcebad li {
  display: inline;
  margin: 0 15px;
}


/* timeline begin */
.de-timeline_96dbae51e5402d30 .d-item{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.de-timeline_96dbae51e5402d30 .d-item{
  content: "";
  border-left: solid 1px #555;
  margin-left: 20px;
  padding-bottom: 30px;
}

.de-timeline_96dbae51e5402d30 .d-item  .d-icon_575224d43bc592d1{
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  position: absolute;
  width: 28px;
  height: 28px;
  text-align: center;
  left: -15px;
  color:var(--heading-font-color);
  background: var(--secondary-color);
}

.de-timeline_96dbae51e5402d30 .d-item.active .d-icon_575224d43bc592d1{
  animation: pulsing 2s infinite;
  transition: all 0.2s;
}

.de-timeline_96dbae51e5402d30 .d-item .d-text_823e6818632b9941{
  max-width: 80%;
  padding-left: 40px;
}

.de-timeline_96dbae51e5402d30 .d-item .d-text_823e6818632b9941 h4{
  margin-bottom: 5px;
}

.de-timeline_96dbae51e5402d30 .d-item:not(.active){
  opacity: .25;
}

@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb),1);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(var(--secondary-color-rgb),0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb),0);
  }
}

/* de-timeline end */

/* timeline-s2 begin */
.de-timeline-s2_1631c59aeffff87c .d-item{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.de-timeline-s2_1631c59aeffff87c .d-item{
  content: "";
  border-left: solid 1px #555;
  margin-left: 20px;
  padding-bottom: 30px;
}

.de-timeline-s2_1631c59aeffff87c.color .d-item{
  border-left-color: var(--secondary-color);
}


.de-timeline-s2_1631c59aeffff87c .d-item.no-border_64de59f822d0fc2d{
  border: none;
}

.de-timeline-s2_1631c59aeffff87c .d-item  .d-icon_575224d43bc592d1{
  font-weight: bold;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  position: absolute;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  text-align: center;
  left: -20px;
  color:#ffffff;
  background: var(--bg-dark-1);
}

.de-timeline-s2_1631c59aeffff87c.color .d-item  .d-icon_575224d43bc592d1{
  background: var(--secondary-color);
}

.de-timeline-s2_1631c59aeffff87c .d-item.active .d-icon_575224d43bc592d1{
  animation: pulsing 2s infinite;
  transition: all 0.2s;
}

.de-timeline-s2_1631c59aeffff87c .d-item .d-text_823e6818632b9941{
  padding-left: 40px;
}

.de-timeline-s2_1631c59aeffff87c .d-item .d-text_823e6818632b9941 h4{
  margin-bottom: 5px;
}

@keyframes pulsing {
  from {
    box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb),1);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(var(--secondary-color-rgb),0);
  }
  to {
    box-shadow: 0 0 0 0 rgba(var(--secondary-color-rgb),0);
  }
}

/* de-timeline end */


/* swiperjs */

.swiper,
.sw-overlay_4b64c011bd39a5b4{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
}

.swiper-slide{
    position: relative;
    background: var(--bg-dark-1);
}

.sw-caption_ba0f453b51f07b63{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -.5;
}

.sw-text-wrapper_3b259e5bfb3f2a55.border-left_5c6202c2cf22dfcd{
  border-left: solid 1px rgba(0, 0, 0, .25);
  padding-left: 40px;
}

.sw-text-wrapper_3b259e5bfb3f2a55.border-left_5c6202c2cf22dfcd.light_b94adb255d6739fc{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

.slider-title_b23220e5031c8186 .underline_dd39de4bd8de1d71{
  position: relative;
}
.slider-title_b23220e5031c8186 .underline_dd39de4bd8de1d71:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--secondary-color);
}
h1.slider-title_b23220e5031c8186{
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -2px;
}
h2.slider-title_b23220e5031c8186{
  font-size: 64px;
  letter-spacing: -3px;
}
h3.slider-teaser_c4370949208db869{
  font-size: 24px;
}
p.slider-teaser_c4370949208db869{
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.sw-overlay_4b64c011bd39a5b4{
  background: -webkit-linear-gradient(0deg,rgba(var(--bg-dark-1-rgb), .8) 0%, rgba(var(--bg-dark-1-rgb), .5) 50%);
  background: -moz-linear-gradient(0deg,rgba(var(--bg-dark-1-rgb), .8) 0%, rgba(var(--bg-dark-1-rgb), .5) 50%);
  background: linear-gradient(0deg,rgba(var(--bg-dark-1-rgb), .8) 0%, rgba(var(--bg-dark-1-rgb), .5) 50%);
}

.swiper-inner_cdca32ef91a9f7d2{
  display: block;
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
}

.swiper-slide-active .subtitle_4e71edf6440fa228 {
  animation-delay: 0s;
  animation: fadeInRight 2s;
}


.swiper-slide-active .slider-title_b23220e5031c8186 {
  animation-delay: 1s;
  animation: fadeInRight 2s;
}


.swiper-slide-active .slider-teaser_c4370949208db869,
.swiper-slide-active .slider-text_9ae3ce85f5094222 {
  animation-delay: 1.2s;
  animation: fadeInRight 2s;
}

.swiper-slide-active .slider-teaser_c4370949208db869 {
  animation-delay: 1.4s;
  animation: fadeInRight 2s;
}


.swiper-slide-active .slider-extra_19dd2b2fbc81ced3 {
  animation-delay: 1.4s;
  animation: fadeInRight 2s;
}



.swiper-slide-active .btn-main_4d47edb0d5f8ca8c,.swiper-slide-active .btn-line_b64f3fe6a33eadf3 {
  animation-delay: 1.4s;
  animation: fadeInRight 2s;
}

.swiper-pagination{
  width: 100px;
  font-size: 20px;
  text-align: right;
  position: absolute;
  left: auto;
  right: 40px;
  bottom: 40px;
  font-weight: 400;
}

.swiper-pagination-total_ba671968e2105382{
  font-size:20px;
  opacity: .5;
}

.swiper-pagination-current_6512d1baf6003ab6{
  color:#ffffff;
  font-size: 20px;
}

.slider-light_3187a24fa2297f91 .swiper-pagination-current_6512d1baf6003ab6{
  color: var(--heading-font-color);
}

.swiper-button-next, .swiper-button-prev{
  color:#ffffff;
}

.slider-light_3187a24fa2297f91 .swiper-button-next, .slider-light_3187a24fa2297f91 .swiper-button-prev{
  color:var(--primary-color);
}

.swiper-button-next:after, .swiper-button-prev:after{
  font-size:24px;
}

.swiper-button-next{
  right: 20px;
}

.swiper-button-prev{
  left: 20px;
}

.sw-price_e8fa737e392206f2{
  color:#ffffff;
}
.sw-price_e8fa737e392206f2 .d-starting_36fcdadc58eca7e1{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_e8fa737e392206f2 .d-price_6646710df3e36291{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_e8fa737e392206f2 .d-val_2fb292bb792a33e1{
  background: -webkit-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: -moz-linear-gradient(0deg,#888888 0%, #ffffff 75%);
  background: linear-gradient(0deg,#888888 0%, #ffffff 75%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sw-price_e8fa737e392206f2 .d-cur_8c3e98d6509d7863, .sw-price_e8fa737e392206f2 .d-period_5c9469c9c3993677{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_e8fa737e392206f2 .d-cur_8c3e98d6509d7863{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_60ac4c5bd00a4f78 {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_60ac4c5bd00a4f78 {
    min-height: 320px;
  }
}
.swiper-container-wrapper_2ca2eb6bbe7612ce {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_2ca2eb6bbe7612ce {
    flex-flow: row nowrap;
  }
}

#swiper-s2 .swiper-slide {
  text-align: center;
  background-size: cover;
  background-position: center;
  background-color: var(--bg-dark-1);
  /* Center slide text vertically */
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  /* Slide content */
}
.swiper-slide .description,
.swiper-slide .title {
  display: block;
  opacity: 0;
  transition: 0.5s ease 0.5s;
}
.swiper-slide-active .description,
.swiper-slide-active .title {
  opacity: 1;
}
.swiper-slide-active .title {
  margin-bottom: 0.5rem;
  font-size: 24px;
  color: #000;
  transition: opacity 0.5s ease 0.5s;
}
.swiper-slide-active .description {
  font-size: 16px;
  color: #777;
  transition: opacity 0.5s ease 0.75s;
}

.sw-caption-thumb_342dd2649de838e6 h3{
  font-size: 22px
}

.sw-caption-thumb_342dd2649de838e6 .d-tag_a22fba5df8a9f202{
  color:#ffffff;
  font-size: 12px;
  font-weight: bold;
  background: var(--primary-color);
  padding: 2px 10px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

/* swiper #2 end */


.player {
  margin: 0 auto;
  background: none;
  width: 120px;
  height: 120px;
  border: solid 2px #fff;
  position: relative; 
  text-indent:-9999px;
}

.player span {
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-left: 20px solid #ffffff;
  border-bottom: 15px solid transparent;
  position:absolute;
  top:37.5%;
  left:45%; 
}

.player:hover{
  background:var(--primary-color);
  cursor:pointer;
  border:none;
  box-shadow:none;
}

.player:hover span{
  transform: scale(.8);
}

.player.invert span{
  border-left: 20px solid #000;
}


.player.invert:hover span{
  border-left: 20px solid #fff;
}

.de-flex_7a8359f694a5a968 #mainmenu{
  margin: 0;
}

.col-start_6235b5a4017fbcfc, .col-end_2cd0b70358f73946 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_2cd0b70358f73946{
  justify-content: end;
}

.col-center_00f70efb733b86c6 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_00f70efb733b86c6 img{
  width: 160px;
}


.subtitle_4e71edf6440fa228{
  position: relative;
  font-family: var(--heading-font);
  font-weight: 600;
  position: relative;
  display: inline-block;
  font-size: 12px;
  color:var(--heading-font-color);
  background: none;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 1.5em;
  border-radius:3px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
  padding-left: 60px;
}

.subtitle_4e71edf6440fa228:before{ 
  position: absolute;
  left:0;
  content: '';
  display: block;
  width:50px; 
  border-bottom: solid 1.5px var(--heading-font-color);
  top: 50%;  transform: translateY(-50%);
}

.dark-scheme_b81887be431c7cd1 .subtitle_4e71edf6440fa228, .text-light_d50c8b6eb918a8f8 .subtitle_4e71edf6440fa228{
  color:#ffffff;
}


.dark-scheme_b81887be431c7cd1 .subtitle_4e71edf6440fa228:before, .text-light_d50c8b6eb918a8f8 .subtitle_4e71edf6440fa228:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_4e71edf6440fa228.blink_93513b74dcb083da{
  padding-left: 35px;
}

.subtitle_4e71edf6440fa228.blink_93513b74dcb083da:before{
  animation: blinkingText 1s infinite;
  content:'';
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--primary-color);
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
  top: 7.5px;
  left: 10px;
  -webkit-box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  -moz-box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
  box-shadow: 0 0 10px 0px rgba(var(--primary-color-rgb), 1);
}


@keyframes blinkingText{
  0%    { background: var(--primary-color);}
  50%   { background: rgba(255, 255, 255, 1.0); }
  100%    { background: var(--primary-color);}
}

/* scrollbar */
body::-webkit-scrollbar,
#de_modal::-webkit-scrollbar {
  width: 5px;
}

body::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: #dddddd;
}

body::-webkit-scrollbar-thumb,
#de_modal::-webkit-scrollbar-thumb {
  background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

body.dark-scheme_b81887be431c7cd1::-webkit-scrollbar-track,
#de_modal::-webkit-scrollbar-track {
  background: var(--bg-dark-1);
}

.scrollbar {
  position: fixed;
  bottom: 0;
  left: 0;
  height: 4px;
  transition: all linear 0.1s;
  min-width: 0%;
  z-index:1000;
}

.scrollbar-v {
  background: var(--secondary-color);
  position: fixed;
  top: calc(50% + 60px);
  left: 43px;
  width: 2px;
  transition: all linear 0.1s;
  min-height: 0%;
  z-index:1000;
}

.scrollbar-v:before{
  content: "";
  position: absolute;
  left: 0;
  width: 2px;
  min-height: 100px;
  background: rgba(0, 0, 0, .15);
}


.scrollbar-v.dark:before{
  background: rgba(255, 255, 255, .2);
}

.float-text {
    width: 20px;
    position: fixed;
    z-index: 1002;
    margin-left: 30px;
    text-align: center;
    font-size: 12px;
    top: 50%;
    left: 16px;
    transform: translate(-50%, -50%);
    font-weight: 500;
}

.float-text a{
    color: #000000;
}

.float-text.dark a{
  color:#ffffff;
}

.float-text span{
    margin-left: -5px;
    margin-top: 20px;
    writing-mode: vertical-rl;
    letter-spacing: .75px;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #222;
}


.float-text-right_8820f98fc46f4d00 {
    width: 20px;
    position: fixed;
    z-index: 1000;
    margin-left: 30px;
    text-align: center;
    letter-spacing: 2px;
    font-size: 12px;
    top: 50%;
    right: 15px;
}

.de_social-icons_b1922f66c02a6a28 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_b81887be431c7cd1 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_4aec54244d5ee1b6{
      margin-top: 8px;
    }

    .d-minus, .d-plus{
      margin-top: -6px;
      cursor: pointer;
      color: #ffffff;
      font-size: 24px;
      width:36px;
      height:36px;
      padding:3px 5px 3px 5px;
      display: inline-block;
      vertical-align: middle;
      text-align: center;
      -webkit-user-select: none; /* Safari */
      -ms-user-select: none; /* IE 10 and IE 11 */
      user-select: none; /* Standard syntax */
      background: var(--primary-color);
    }
    .d-minus:active, .d-plus:active{
      background: #ffffff;
      color: #000;
    }
    .de-number_4aec54244d5ee1b6 input{
      width: 40px;
      text-align: center;
      font-size: 20px;
      border:none;
      padding: 3px !important;
      background: none;
      color:#ffffff;
      border:solid 1px var(--primary-color);
      }
/* de-number close */

#recaptcha {
    width: 304px;
    margin: 0 auto;
}

.carousel-indicators [data-mdb-target]{
  background: none !important;
  margin: 0 10px;
}
.carousel-indicators [data-mdb-target] img {
    margin-top: 20px;
}

.d_demo_img {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 5px;
  margin-bottom: 15px;
  border-radius:12px;
  -moz-border-radius:12px;
  -webkit-border-radius:12px;

  box-shadow: 5px 20px 40px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 5px 20px 40px 5px rgba(0,0,0,.1);
  -moz-box-shadow: 5px 20px 40px 5px rgba(0,0,0,.1);
}

.d_demo_img:hover{
  border-color:rgba(var(--primary-color-rgb),1);
}

.d_demo_img .d-overlay_1fdbc2a02059a98a {
  opacity: 0;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .5);
  display: flex;
  justify-content: center;
  align-items: center;
}

.d_demo_img .d-overlay_1fdbc2a02059a98a span {
  color: #ffffff;
  background: var(--primary-color);
  padding: 5px 15px;
  font-weight: bold;
  transform: scale(1.5);
  opacity: 0;
}

.d_demo_img:hover img {
  transform: scale(1.1);
}

.d_demo_img:hover .d-overlay_1fdbc2a02059a98a {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_1fdbc2a02059a98a span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_8221ecda1e4b2a0c:hover{
  transform: scale(1.2);
  -webkit-box-shadow: 0 10px 30px rgb(0 19 87 / 25%);
  -moz-box-shadow: 0 10px 30px rgb(0 19 87 / 25%);
  box-shadow: 0 10px 30px rgb(0 19 87 / 25%);
}

.soft-shadow_5f668e1958cc9723 {
  box-shadow: 0 0.25rem 0.5rem rgb(0 0 0 / 5%), 0 1.5rem 2.2rem rgb(0 0 0 / 10%);
}

.rtl .owl-carousel_a3dac1760c895f96,
.rtl .bx-wrapper_d113912813a0c957 {
  direction: ltr;
}

.rtl .owl-carousel_a3dac1760c895f96 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_7a8359f694a5a968 {
  display: flex;
  justify-content: space-between;
}

.de-flex_7a8359f694a5a968>.de-flex-col_b8c802a3f40e449c {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_76ff51aa721aea75,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_76ff51aa721aea75 {
  font-weight: bold;
}

.filter__r {
  float: right;
  cursor: pointer;
}

/*Cookie Consent Begin*/
#cookieConsent {
  background-color: rgba(255, 255, 255, 0.8);
  min-height: 26px;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
  padding: 10px 30px 10px 30px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  z-index: 9999;
}

#cookieConsent a {
  text-decoration: none;
}

#closeCookieConsent {
  float: right;
  display: inline-block;
  cursor: poInter;
  height: 20px;
  width: 20px;
  margin: -15px 0 0 0;
  font-weight: bold;
}

#closeCookieConsent:hover {
  color: #FFF;
}

#cookieConsent a.cookieConsentOK {
  color: #fff;
  display: inline-block;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 0 20px;
  cursor: poInter;
}

#cookieConsent a.cookieConsentOK:hover {
  opacity: .8;
}

/*Cookie Consent End*/

.vertical-center_c99d6f291ba8053b {
  min-height: 100%;
  /* Fallback for browsers do NOT support vh unit */
  min-height: 100vh;
  /* These two lines are counted as one :-)       */

  display: flex;
  align-items: center;
}

#purchase-now {
  position: fixed;
  bottom: 80px;
  left: 20px;
  z-index: 10000;
}

#purchase-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  background: #78A938;
  display: block;
  font-size: 24px;
  font-weight: bold;
  width: 60px;
  height: 60px;
  padding: 17px;
  text-decoration: none;
  animation: shadow-pulse 1s infinite;
}


#buy-now {
  position: fixed;
  bottom: 60px;
  right: 170px;
  z-index: 10000;

}

#buy-now a {
  color: #ffffff;
  z-index: 1;
  position: absolute;
  background: #333333;
  display: block;
  font-size: 14px;
  font-weight: bold;
  padding: 10px 15px;
  text-align: center;
  width: 150px;
  line-height: 1em;
  text-decoration: none;
  animation: shadow-pulse 1s infinite;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
}

#buy-now a img{
  width: 64px;
  margin-left: 3px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(120, 169, 56, 0.2);
  }

  100% {
    box-shadow: 0 0 0 20px rgba(120, 169, 56, 0);
  }
}

#purchase-now a span {
  font-size: 14px;
  font-weight: 500;
  left: 8px;
  position: absolute;
  top: 18px;
  width: 100px;
}

#purchase-now .pn-hover_f755de199b9e0d87 {
  position: absolute;
  font-weight: bold;
  font-size: 16px;
  background: #ffffff;
  color: #78A938;
  width: 120px;
  padding: 10px;
  padding-left: 20px;
  text-align: center;
  top: 8px;
  border-radius: 0px;
  left: 30px;
  opacity: 0;
}

#purchase-now:hover .pn-hover_f755de199b9e0d87 {
  opacity: 1;
  left: 40px;
}

.opt-1 {
  display: inline-block;
}

.opt-2 {
  display: none;
}

.border_c2b94309de1c8561 {
  border-color: #EFEFEF !important;
}

.tparrows_884501c6616cf203 {
  background: none !important;
}

.gray_7dd086917cf41460 img,
img.gray_7dd086917cf41460 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-light_d50c8b6eb918a8f8 .border_c2b94309de1c8561 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_a3dac1760c895f96 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_1e2754d3c1edde97 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_1e2754d3c1edde97 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_1e2754d3c1edde97 button {
  opacity: 1;
  border: none !important;
  padding: 0;
  margin-right: 15px;
  margin-bottom: 20px;
  opacity: 1;
  overflow: hidden;
  opacity: .5;
}

#slider-carousel .owl-thumb-item_2e57665f427d8ba3.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_2e57665f427d8ba3.active {
  -webkit-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 20px 0px rgba(0, 0, 0, 0.5);
}

#slider-carousel .owl-thumb-item_2e57665f427d8ba3 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_cae89d59671ddcc8 .de_nav {
  -webkit-touch-1A1C26out: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

strong {
  font-weight: bold;
}

.text-light_d50c8b6eb918a8f8 strong {
  color: #fff;
}

.bg-white_c77d71a814cad796 {
  background: #ffffff;
}

.bg-white-10_411882692dab0b20 {
  background: rgba(255, 255, 255, .1);
}

.wh80_08e7e57559a17711 {
  width: 80%;
  height: 80%;
}

.border-top_2f2774779f823f91 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_1a2681265b1b5cc4 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_b81887be431c7cd1 header.border-bottom_1a2681265b1b5cc4 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_22d98e382a56186c {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_22d98e382a56186c {
  padding: 60px 0 60px 0;
}

.color-overlay-2_6425d45dc3fff19e {
  background: rgba(26, 37, 48, .85);
}

.circle-x_8276aa546e9dbd87 {
  background: #333;
  display: inline-block;
  padding: 20px;
  font-size: 40px;
  color: #fff;
  margin-top: 140px;
  width: 70px;
  height: 70px;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
  -webkit-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
  -moz-box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
  box-shadow: 8px 8px 40px 0px rgba(0, 0, 0, 0.6);
}

#navigation {
  position: fixed;
  width: 100%;
  height: 60px;
  top: 0;
  right: 20px;
  text-align: center;
  margin-bottom: 60px;
  z-index: 1000;
}

.nav-prev_28f233e7f7acd567:before,
.nav-next_71480dd53f84e071:before,
.nav-exit_a005d54d65aa3c36:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_a005d54d65aa3c36:before {
  width: 100%;
  display: block;
}

.nav-next_71480dd53f84e071:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_a005d54d65aa3c36:before {
  content: '\f00d';
}

.de_light_a1c9f9ba7fb61dce .nav-exit_a005d54d65aa3c36:before {
  color: #222;
}

.no-bottom_f96eb2be8274efe8 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_f1b213f64d23cfdc {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_b4143a51b2495ab7 {
  background: #f6f6f6;
}

.no-bottom_f96eb2be8274efe8 .col-md-12_1c147ad53f7a1e02 {}

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

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

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

.nopadding_45a55569521dce28 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_5b6fd88849906882 {
  position: relative;
  overflow: hidden;
}

.image-slider_ec2bf5ec0f08ed9c {
  cursor: move;
}

.inner-padding_65fb084555396ed9 {
  padding: 90px;
}

.inner-padding_65fb084555396ed9.pos-left_344614dc471c0fac {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_65fb084555396ed9.pos-left_344614dc471c0fac {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_095b1d78f9ef4027,
section.no-padding_095b1d78f9ef4027 {
  padding: 0;
}

.float-left_7d611ff3728005bb {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_d564931163b4ec11 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_f505c9d8551b4a80 {
  display: none;
  width: 120px;
  height: 120px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
  margin: auto;
}

.teaser_4ca0fb321bfcf745 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_4ca0fb321bfcf745.style-2_ba19b0d8a6939669 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_4ca0fb321bfcf745.style-3_3f4d780cea14f515 {
  font-size: 14px;
}

.teaser_4ca0fb321bfcf745.style-4_ee464d9fea9ba9e9 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_944b04894764c4fc:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_f3eab191fd3e6ecd {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100px;
  z-index: 100;
}

.d-arrow-left,
.d-arrow-right {
  display: none;
  cursor: pointer;
  position: absolute;
  margin-top: -10px;
  z-index: 100;
  width: 30px;
  height: 60px;
  background-color: rgba(255, 255, 255, 1.0);
}

.d-arrow-left {
  left: 0px;
  border-top-right-radius: 110px;
  border-bottom-right-radius: 110px;
}

.d-arrow-right {
  right: 0px;
  border-top-left-radius: 110px;
  border-bottom-left-radius: 110px;
}

.d-arrow-left i,
.d-arrow-right i {
  position: absolute;
  z-index: 1000;
  top: 20px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

.d-arrow-left i {
  left: 8px;
}

.d-arrow-right i {
  right: 8px;
}

#d-coll-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.owl-nav_23dcf40ccc3d2230 {
  display: flex;
}

.owl-prev_e4fb2a270ae31eaf,
.owl-next_eed07ba828778634,
.d-nav-left_a47ff17f4a9d03bd,
.d-nav-right_881a90595a2eabd5 {
  cursor: pointer;
  position: absolute;
  top: 27.5%;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 1.0);
  border: solid 1px #ccc;
}

.dark-scheme_b81887be431c7cd1 .owl-prev_e4fb2a270ae31eaf,
.dark-scheme_b81887be431c7cd1 .owl-next_eed07ba828778634 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_e4fb2a270ae31eaf:hover,
.owl-next_eed07ba828778634:hover {
  transform: scale(1.1);
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, 0.2);
}

.owl-prev_e4fb2a270ae31eaf,
.d-nav-left_a47ff17f4a9d03bd {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_eed07ba828778634,
.d-nav-right_881a90595a2eabd5 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_a47ff17f4a9d03bd i,
.d-nav-right_881a90595a2eabd5 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_eed07ba828778634 i,
.d-nav-left_a47ff17f4a9d03bd i {
  top: 12px;
  left: 16px;
}

.d-nav-right_881a90595a2eabd5 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_b44e5bc7899f1d27 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_b44e5bc7899f1d27 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_b44e5bc7899f1d27 .prev {
  left: 0;
}

.owl-arrow_b44e5bc7899f1d27 .next {
  right: 0;
}

.owl-arrow_b44e5bc7899f1d27 .prev:before,
.owl-arrow_b44e5bc7899f1d27 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_b44e5bc7899f1d27 .next:before {
  content: '\f178';
}

.owl-pagination_3518418455a35024 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_92fc8515ea875d58 .owl-controls_1435954277de85ad .owl-page_357aa1a141feea84 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_92fc8515ea875d58 .owl-controls_1435954277de85ad .owl-page_357aa1a141feea84.active span {
  background: none;
}

.owl-theme_92fc8515ea875d58 .owl-controls_1435954277de85ad .owl-page_357aa1a141feea84.active span:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
  border: solid 2px #555;
  top: -2px;
  left: -2px;
}

/* new owl */

.owl-theme_92fc8515ea875d58 .owl-nav_23dcf40ccc3d2230.disabled+.owl-dots_06ac30d86ca39b6e {
  margin-top: 0px;
}

.owl-dots_06ac30d86ca39b6e button {
  border: none;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 30px;
  background: rgba(0, 0, 0, .15);
}

.owl-theme_92fc8515ea875d58 .owl-dots_06ac30d86ca39b6e .owl-dot_4b6845ff05573880 span {
  display: none;
}

/* new owl close */

.text-light_d50c8b6eb918a8f8 .owl-theme_92fc8515ea875d58 .owl-controls_1435954277de85ad .owl-page_357aa1a141feea84 span {
  background-color: #fff;
}

.text-light_d50c8b6eb918a8f8 .owl-theme_92fc8515ea875d58 .owl-controls_1435954277de85ad .owl-page_357aa1a141feea84.active span {
  background: none;
}

.text-light_d50c8b6eb918a8f8 .owl-theme_92fc8515ea875d58 .owl-controls_1435954277de85ad .owl-page_357aa1a141feea84.active span:before {
  border: solid 2px #fff;
}

.text-slider_3da43b8c649a6517 {
  color: #fff;
  display: inline-block;
}

.text-slider_3da43b8c649a6517.med-text_ab130531a4355f43 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_3da43b8c649a6517.big-text_14449eddafb316e2 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_e4ebc470ef5eefbe .text-item {
  display: inline-block;
}

.text-slider_3da43b8c649a6517.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_3da43b8c649a6517.big-text_14449eddafb316e2 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_3da43b8c649a6517 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_7e9f5bf74dbcf9c1 {
  color: #ff0000;
}

.teal_54563532bd32d1d9 {
  color: #009999;
}

.purple_8bf8105807f702f9 {
  color: #663366;
}

.green_0df2ce8412b08d9c {
  color: #009900;
}

.bg-overlay_016ca4d8a7989f80 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_ad367f13256fc9b0 {
  position: relative;
}

.overlay-bg_b48b9f949f0f2d36 {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_b48b9f949f0f2d36.p60_cbf73941bc9e3604 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_549d8f25cbb4535b {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_9afec31c8182fb82 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_b48b9f949f0f2d36.t0_5b688a67d983d717 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_b48b9f949f0f2d36.t20_22c84b0764714894 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_b48b9f949f0f2d36.t30_0e010a75c6d781b6 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_b48b9f949f0f2d36.t40_a24db714f8ae58e8 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_b48b9f949f0f2d36.t50_18027a9bf02f611b {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_b48b9f949f0f2d36.t60_9180ac6f255e59f8 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_b48b9f949f0f2d36.t70_f9f9666bb4a2c91b {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_b48b9f949f0f2d36.t80_929356da398968da {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_b48b9f949f0f2d36.t90_1fad00dc1b0d63b4 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_b48b9f949f0f2d36.light-5_35b74b0af0679404 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_b48b9f949f0f2d36.light-6_9ce1dfc57cb60668 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_b48b9f949f0f2d36.light-7_91ae37a90c626482 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_b48b9f949f0f2d36.light-8_a75ddabf064126fb {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_b48b9f949f0f2d36.c1_77565d34a8e495b4 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_b48b9f949f0f2d36.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_b48b9f949f0f2d36.gradient-blue-aqua_7fa320ca22f658ba {
  background: -moz-linear-gradient(45deg, rgba(2, 68, 129, 0.9) 0%, rgba(52, 176, 188, 1) 100%);
  background: -webkit-linear-gradient(45deg, rgba(2, 68, 129, 0.9) 0%, rgba(52, 176, 188, 1) 100%);
  background: linear-gradient(45deg, rgba(2, 68, 129, 0.9) 0%, rgba(52, 176, 188, 1) 100%);
  filter: progid:DXImageTransform.Microsoft_4d86db3acdacea4c.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_1cc7f0811bdd4134 {
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left: 0;
  background: -moz-linear-gradient(rgba(0 ,0 ,0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: -webkit-linear-gradient(rgba(0 ,0 ,0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  background: linear-gradient(rgba(0 ,0 ,0, 0) 0%, rgba(0, 0, 0, 1) 100%);
}

.bg-grey_b4143a51b2495ab7,
section.bg-grey_b4143a51b2495ab7 {
  background: rgba(var(--secondary-color-rgb), .1);
}

.wow {
  visibility: hidden;
}

#back-to-top {
  background: #ffffff;
  position: fixed;
  bottom: -40px;
  right: 20px;
  z-index: 1020;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  cursor: poInter;
  padding-top: 3px;
  border: 0;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  outline: none;
  opacity: 0;
  border-radius:6px;
  -moz-border-radius:6px;
  -webkit-border-radius:6px;
}

#back-to-top:hover {
  transform: scale(1.1);
}

#back-to-top.show {
  bottom: 20px;
  opacity: 1;
}

#back-to-top.hide {
  bottom: -40px;
}

#back-to-top:before {
  font-family: "FontAwesome";
  font-size: 18px;
  content: "\f106";
  color: #fff !important;
  position: relative;
}

/* mouse scroll icon begin */

.mouse_2905b5506ec87c87 {
  position: absolute;
  width: 22px;
  height: 42px;
  bottom: 40px;
  left: 50%;
  margin-left: -12px;
  border-radius: 15px;
  border: 2px solid #fff;
  -webkit-animation: intro 1s;
  animation: intro 1s;
}

.scroll {
  display: block;
  width: 3px;
  height: 3px;
  margin: 6px auto;
  border-radius: 4px;
  background: #fff;
  -webkit-animation: finger 1s infinite;
  animation: finger 1s infinite;
}

@-webkit-keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes intro {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes finger {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

/* mouse scroll icon close */

@-moz-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {

  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow-anim_f45f0ee8745c0bec {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_f45f0ee8745c0bec:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_9828ccb059b3db46 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_2c74c0d134e2de33 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_2c74c0d134e2de33:hover {
  color: #707070;
}

a.read_more_2c74c0d134e2de33 i {
  margin-left: 8px;
}

.text-light_d50c8b6eb918a8f8 a.read_more_2c74c0d134e2de33 {
  color: #fff;
}

.text-black_79c26502a93b0200 {
  color: #222;
}


#de-arrow-nav-set {
  text-align: center;
}

#de-arrow-nav-set i {
  color: #222;
  font-size: 32px;
}

#de-arrow-nav-set i.icon_menu_3eaf51577169d7fd {
  display: inline-block;
}

.owl-custom-nav {
  position: absolute;
  z-index: 100;
  right: 4px;
  margin-top: 80px;
  width: 100%;
}

.owl-custom-nav .btn-next,
.owl-custom-nav .btn-prev {
  opacity: 0;
}

.owl-custom-nav .btn-next {
  right: -50px;
  position: absolute;
}

.owl-custom-nav .btn-prev {
  left: -50px;
  position: absolute;
}

.pf-hover_325beb0351f1d8a5:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_325beb0351f1d8a5:hover .btn-prev {
  left: 30px;
  opacity: 1;
}

.owl-custom-nav .btn-next:before,
.owl-custom-nav .btn-prev:before {
  font-size: 18px;
}

.owl-custom-nav .btn-next:before {
  font-family: "FontAwesome";
  content: "\f178";
  color: #fff;
  padding: 12px;
}

.owl-custom-nav .btn-prev:before {
  font-family: "FontAwesome";
  content: "\f177";
  color: #fff;
  padding: 12px;
}

.owl-custom-nav a {
  text-decoration: none;
}

.owl-custom-nav .btn-prev:hover:before,
.owl-custom-nav .btn-next:hover:before {
  cursor: poInter;
}

#custom-owl-slider {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: -1;
  background: #fff;
}

#custom-owl-slider .items {
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 20;
  visibility: inherit;
  opacity: 1;
}

#custom-owl-slider .item img {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-slider-nav {
  position: absolute;
  width: 100%;
}

.owl-slider-nav,
.owl-slider-nav div {
  position: absolute;
  z-index: 10;
  cursor: poInter;
}

.owl-slider-nav .next {
  right: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-right: 50px solid transparent;
}

.owl-slider-nav .prev {
  left: -50px;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  border-left: 50px solid transparent;
}

.owl-slider-nav .next:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0da";
  color: #fff;
  position: absolute;
  right: -40px;
  top: -13px;
}

.owl-slider-nav .prev:before {
  font-family: "FontAwesome";
  font-size: 24px;
  content: "\f0d9";
  color: #fff;
  position: absolute;
  left: -40px;
  top: -13px;
}

.owl-dots_06ac30d86ca39b6e {
  text-align: center;
}

.owl-dot_4b6845ff05573880 {
  background: #ccc;
  border: none;
  margin: 5px;
  width: 6px;
  height: 6px;
  padding: 0;
  border-radius: 60px;
  -moz-border-radius: 60px;
  -webkit-border-radius: 60px;
}

.dark-scheme_b81887be431c7cd1 .owl-dot_4b6845ff05573880,
.text-light_d50c8b6eb918a8f8 .owl-dot_4b6845ff05573880 {
  background: rgba(255, 255, 255, .2);
}

.owl-item.active div blockquote {
  position: relative;
  overflow: hidden;
}

.owl-item.active div blockquote,
.owl-item.active div blockquote .de_testi_by_07cda780669e4163 {
  opacity: 1;
}

.owl-stage_49ab602c76e0777f {
  overflow: none;
}

.typed-strings_3f9db39efa0aea9b p {
  position: absolute;
}

.typed-cursor_104f0a91ec329bb4 {
  opacity: 1;
  -webkit-animation: blink 0.5s infinite;
  -moz-animation: blink 0.5s infinite;
  animation: blink 0.5s infinite;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-moz-keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.style-2_ba19b0d8a6939669 .date-box_756cfaf17d41b841 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_ba19b0d8a6939669 .date-box_756cfaf17d41b841 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_ba19b0d8a6939669 .date-box_756cfaf17d41b841 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_dba1dd6e85921817 {
  margin: 0;
  padding: 0;
}

.sitemap_dba1dd6e85921817.s1_368959040e68f950 li {
  list-style: none;
}

.sitemap_dba1dd6e85921817.s1_368959040e68f950 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_91fe04ef976661d5 {
  margin: 0;
  padding: 0;
}

.list_91fe04ef976661d5 li {
  list-style: none;
}

.rtl .list_91fe04ef976661d5.s1_368959040e68f950 li:after,
.list_91fe04ef976661d5.s1_368959040e68f950 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_91fe04ef976661d5.s1_368959040e68f950 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_91fe04ef976661d5.s1_368959040e68f950 li:before {
  display: none;
}

.list_91fe04ef976661d5.s2_5c0d0e7d2fad8523 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_91fe04ef976661d5.s3_42279273facb4458 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_91fe04ef976661d5.s3_42279273facb4458 li {
  display: inline;
  margin-right: 20px;
}

.list_91fe04ef976661d5.s3_42279273facb4458 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_61ea68c3bd10d3c3 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_b81887be431c7cd1 .switch-set_61ea68c3bd10d3c3{
  color:#ffffff;
}

.dark-scheme_b81887be431c7cd1 .switch_dd314c49ce0f2bbd {
  background: rgba(255, 255, 255, .1);
}

.switch-set_61ea68c3bd10d3c3 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_dd314c49ce0f2bbd {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_dd314c49ce0f2bbd::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_8881d56a365f7748 {
  display: block;
}

.de-switch_8881d56a365f7748 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_8881d56a365f7748 input[type=checkbox] {
  display: none;
}

.de-switch_8881d56a365f7748 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_8881d56a365f7748 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_8881d56a365f7748 label {
  transition: all 200ms ease-in-out;
  display: inline-block;
  position: relative;
  height: 20px;
  width: 40px;
  border-radius: 40px;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .3);
  color: transparent;
}

.dark-scheme_b81887be431c7cd1 .de-switch_8881d56a365f7748 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_8881d56a365f7748 label:after {
  transition: all 200ms ease-in-out;
  content: " ";
  position: absolute;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background-color: white;
  top: 3px;
  left: 3px;
  right: auto;
}

.de-switch_8881d56a365f7748.colored_5ce990733fe8591a input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_8881d56a365f7748.colored_5ce990733fe8591a label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_8881d56a365f7748 {
  float: right;
}

.switch_dd314c49ce0f2bbd:checked::after {
  transform: translateX(20px);
}

.switch_dd314c49ce0f2bbd:focus {
  outline-color: transparent;
}

.menu_side_area_efd116667cbb30f8 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_efd116667cbb30f8 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_b81887be431c7cd1 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_625f6725e8ea6a4d {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_5accdff34fe86c8d {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_4d39816e50df26aa {
  display: none;
}

.ul-style-2_ea0b97674d0cc0f1 {
  padding: 0;
  list-style: none;
}

.ul-style-2_ea0b97674d0cc0f1 li {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0px;
  padding-left: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  line-height: 1.6em;
}

.ul-style-2_ea0b97674d0cc0f1 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_ea0b97674d0cc0f1.s2_5c0d0e7d2fad8523 li h4 {
  font-weight: 600;
}

.ul-style-2_ea0b97674d0cc0f1.s2_5c0d0e7d2fad8523 li {
  margin-bottom: 30px;
}

.ul-style-2_ea0b97674d0cc0f1.s3_42279273facb4458 li {
  margin-bottom: 5px
}

.ul-style-2_ea0b97674d0cc0f1 .d-label_5e680e475d31bc7f {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_f9eaf1406f95f6bd{
  margin: 0;
  padding: 0;
}

.ul-check-inline_f9eaf1406f95f6bd li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_f9eaf1406f95f6bd li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 10px;
  color: var(--primary-color);
  border: solid 1px var(--primary-color);
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  padding: 5px;
}

.ul-style-2_ea0b97674d0cc0f1 li:before {
  position: absolute;
  left: 0;
  font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 12px;
  width: 20px;
  line-height: 1;
  padding: 4px 0;
  font-size: 15px;
  display: inline-block;
  text-align: center;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
}

.rtl .ul-style-2_ea0b97674d0cc0f1 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_f053954edaaf5df4 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_f053954edaaf5df4 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_f053954edaaf5df4 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_f053954edaaf5df4 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_56aae1d0d22fefdc{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_d0afbb2d516cb45d{
  color:#ffffff;
}


/* shadow */

.shadow-soft_f8835549fd454c81,
.de-map-wrapper_20bd3963b958517c iframe,
.expand-custom_e7cfb7d740df5d1d,
#form_sb input,
.container-timeline_55c85689b398a501 ul li::before{
  -webkit-box-shadow: 0 10px 30px rgb(0 19 87 / 6%);
  -moz-box-shadow: 0 10px 30px rgb(0 19 87 / 6%);
  box-shadow: 0 10px 30px rgb(0 19 87 / 6%);
}

.shadow-1_d5a22e6ef6ea3a34 {
  -webkit-box-shadow: 0 10px 30px rgb(29, 29, 31, 25%);
  -moz-box-shadow: 0 10px 30px rgb(29, 29, 31, 25%);
  box-shadow: 0 10px 30px rgb(29, 29, 31, 25%);
}

.no-shadow_31b89a62d992fc7b {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_487c9f680a1402ef {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_149f747e909fd71b {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_eb2d19683895a8cb {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_d7ae5cfffc968b9a{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_b8ad1a4870e7d03e{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_305a0d450dc6fd3e {
  right: 0;
}

.rtl .carousel-control-prev_288d5d30e44ddea3 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_709220bff0fe680f,
.carousel-control-prev-icon_48dbb2ebe7e2c098 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_709220bff0fe680f:after,
.carousel-control-prev-icon_48dbb2ebe7e2c098:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_709220bff0fe680f:after {
  content: "\f105";
}

.carousel-control-next-icon_709220bff0fe680f:hover,
.carousel-control-prev-icon_48dbb2ebe7e2c098:hover {
  background: #ffffff;
}

.carousel-indicators [data-mdb-target] {
  background-color: var(--primary-color);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.de-map-wrapper_20bd3963b958517c iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_67a517154e6fd92d {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_67a517154e6fd92d {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

@-webkit-keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

@keyframes move-up-down {
  0% {
    transform: translateY(0);
  }

  100% {
    transform: translateY(-10px);
  }
}

.slider-text-wrap_04c610b60f27bbe4 {
  background: rgba(255, 255, 255, .75);
  padding: 30px;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
}

.bubble_382a1c27d3f45366{
  font-weight: bold;
  position: absolute;
  color:#ffffff;
  text-align: center;
  width: 100px;
  height: 100px;
  border-radius:100%;
  padding-top: 35px;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
  background: var(--primary-color);
  z-index:1;
}

.bubble-3_f8ed8874743b87f5 .bubble_382a1c27d3f45366:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_f8ed8874743b87f5 .bubble_382a1c27d3f45366:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_f8ed8874743b87f5 .bubble_382a1c27d3f45366:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_c1386c8dcae092e8{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_c1386c8dcae092e8 .d-item{
  text-align: center;
  display: flex;
  width: 25%;
  height: 100px;
  float: left;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  justify-content: center;
  align-items: center;
}

/* price list */

.def-list-dots_11d308691f0e87d1{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_11d308691f0e87d1 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_11d308691f0e87d1 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_11d308691f0e87d1 dt span:after {
  content: " ";
}
.def-list-dots_11d308691f0e87d1 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_11d308691f0e87d1 .no-def-item_71c8dd20c08414ef dt:after {
  content: "";
}
.def-list-dots_11d308691f0e87d1 dd {
  display: table-cell;
  margin: 0;
  padding-left: 4px;
  vertical-align: bottom;
  white-space: nowrap;
  font-weight: 600;
  color:var(--primary-color);
}

.images-carousel-group_534e0d0f39daeec7 img{
  height: 350px;
  width: auto;
}

.d-list-menu_39bfcb95e96cc45b {
  margin: 0;
  padding: 0;
}
#search {
  float: left;
  width: 70%;
  margin-bottom: 0;
}

#btn-search {
  border: none;
  padding: 7px;
  background: #222;
  float: left;
  width: 30%;
  height: 42px;
}

#btn-search:before {
  font-family: FontAwesome;
  content: "\f002";
  font-size: 24px;
  color: #111;
}

#btn-search:hover {
  background: #fff;
}

/* dropdown */
/* ------------------------------ */
.dropdown {
  position: relative;
  z-index: 500;
  font-weight: 600;
  display: inline-block;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  text-align: left;
}

.dropdown a,
.dropdown a:hover {
  text-decoration: none;
  outline: none;
  display: inline-block;
}

.dropdown a,
.header-light_5ff0647d6e68d2d3 .dropdown a:hover {
  color: #333;
}

.dark-scheme_b81887be431c7cd1 .dropdown a,
.dark-scheme_b81887be431c7cd1 .header-light_5ff0647d6e68d2d3 .dropdown a:hover {
  color: #ffffff;
}

.dropdown>a {
  display: inline-block;
  padding: 7px 12px 7px 12px;
  min-width: 140px;
  border: solid 1px rgba(0, 0, 0, .2);
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  font-weight: bold;
}

.dark-scheme_b81887be431c7cd1 .dropdown>a {
  border: solid 1px rgba(255, 255, 255, .2);
}

.dropdown>a:after {
  font-family: "FontAwesome";
  font-size: 16px;
  content: "\f107";
  position: relative;
  float: right;
  margin-left: 10px;
}

.rtl .dropdown>a:after {
  margin-left: 0;
  float: left;
}

.dropdown ul,
.dropdown li {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0;
}

.dropdown ul {
  background: #ffffff;
  padding: 10px;
  position: absolute;
  min-width: 140px;
  display: none;
  cursor: pointer;
  border: solid 1px rgba(0, 0, 0, .1);
}

.dropdown li span {
  background: #ffffff;
  display: block;
  padding: 5px 10px 5px 10px;
  border-top: none;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
}

.dark-scheme_b81887be431c7cd1 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_b81887be431c7cd1 .dropdown li span:hover {
  background: var(--bg-color-even);
  color: #fff;
}

.dropdown li span:hover {
  color: #ffffff;
  background: #eeeeee;
}

.dropdown li.active {
  display: none;
}

.dropdown ul.d-col-3_0e86166a1e3ebbd1 {
  width: 600px !important;
}

.dropdown ul.d-col-3_0e86166a1e3ebbd1 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_0e86166a1e3ebbd1 li span {}

.text-light_d50c8b6eb918a8f8 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_d50c8b6eb918a8f8 .dropdown a {
  color: #ffffff;
}

.items_filter_4452dd7017ec8e1e {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_4452dd7017ec8e1e .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_2badcc80bd9bba69,
.dropdown.fullwidth_2badcc80bd9bba69 a,
.dropdown.fullwidth_2badcc80bd9bba69 ul,
.dropdown.fullwidth_2badcc80bd9bba69 li {
  width: 100%;
}

.dropdown.style-2_ba19b0d8a6939669,
.dropdown.style-2_ba19b0d8a6939669 a,
.dropdown.style-2_ba19b0d8a6939669 ul,
.dropdown.style-2_ba19b0d8a6939669 li {
  width: 100%;
}

.rtl .dropdown.style-2_ba19b0d8a6939669 {
  text-align: right;
}

.dropdown.style-2_ba19b0d8a6939669 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_ba19b0d8a6939669 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_016784a9df476e83 {
  text-align: center;
  display: inline-block;
  width: 100%;
  padding: 20px;
  font-weight: bold;
  color: #ffffff;
  font-size: 20px;
  border: solid 1px #ffffff;
}

a.btn-search-big_016784a9df476e83:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_407033de98212d9f {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_407033de98212d9f span {
  display: inline-block;
  position: relative;
}

.separator_407033de98212d9f span:before,
.separator_407033de98212d9f span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_407033de98212d9f span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_407033de98212d9f span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_407033de98212d9f span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_a1c9f9ba7fb61dce .separator_407033de98212d9f span:before,
.de_light_a1c9f9ba7fb61dce .separator_407033de98212d9f span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_d50c8b6eb918a8f8 .separator_407033de98212d9f span:before,
.text-light_d50c8b6eb918a8f8 .separator_407033de98212d9f span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_06e095fd623ff50e:after {
background: none repeat scroll 0% 0% var(--primary-color);
content: "";
height: 10px;
right: 0%;
margin: -5px auto auto -5px;
position: absolute;
transform: rotate(-45deg);
width: 10px;
}
.de-separator_06e095fd623ff50e:before {
background: none repeat scroll 0% 0% var(--primary-color);
content: "";
height: 10px;
left: 0%;
margin: -5px auto auto -5px;
position: absolute;
transform: rotate(-45deg);
width: 10px;
}
.de-separator_06e095fd623ff50e {
position: relative;
border-top: 1px solid var(--primary-color);
width: 250px;
clear: both;
margin:0 auto;
margin-bottom: 40px;
}  

/* --------------------------------------------------
* plugin
* --------------------------------------------------*/

/* ================================================== */


/* isotope */


/* ================================================== */

.isotope,
.isotope .isotope-item_b5dc4a395b8be225 {
  -webkit-transition-duration: 1s;
  -moz-transition-duration: 1s;
  -ms-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}

.isotope .isotope-item_b5dc4a395b8be225 {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}

/**** disabling Isotope CSS3 transitions ****/

.isotope.no-transition_4f11f39e9a57ec28,
.isotope.no-transition_4f11f39e9a57ec28 .isotope-item_b5dc4a395b8be225,
.isotope .isotope-item_b5dc4a395b8be225.no-transition_4f11f39e9a57ec28 {
  -webkit-transition-duration: 0s;
  -moz-transition-duration: 0s;
  -ms-transition-duration: 0s;
  -o-transition-duration: 0s;
  transition-duration: 0s;
}

#filters {
  font-family: var(--body-font);
  padding: 0;
  margin: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

#filters li {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 25px;
}

#filters a {
  background: rgba(255, 255, 255, .1);
  outline: none;
  color: #ffffff;
  text-decoration: none;
  padding: 8px 20px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bold;
}

.text-light_d50c8b6eb918a8f8 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 #filters a:hover {
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 #filters a.selected {
  color: #fff;
}

.text-light_d50c8b6eb918a8f8 #filters a.selected {
  color: #fff;
}

.isotope-item_b5dc4a395b8be225 {
  z-index: 2;
}

.isotope-hidden_d13744ca6215049c.isotope-item_b5dc4a395b8be225 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_84e95e2ff941729b ul.slides,
.project-carousel-3-col_35f8f7a09ffc5508 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_70816b0c2a4b09fa .flex-direction-nav_3b98943a13528f98,
.project-carousel_84e95e2ff941729b .flex-control-nav_8299cdd88aeaa435,
.project-carousel_84e95e2ff941729b .flex-direction-nav_3b98943a13528f98,
.project-carousel-3-col_35f8f7a09ffc5508 .flex-control-nav_8299cdd88aeaa435,
.project-carousel-3-col_35f8f7a09ffc5508 .flex-direction-nav_3b98943a13528f98 {
  display: none;
}

.logo-carousel_70816b0c2a4b09fa.owl-carousel_a3dac1760c895f96 .owl-item img {
  width: auto;
}

.logo-carousel_70816b0c2a4b09fa.no-control_eceb994d48cba54c .flex-control-nav_8299cdd88aeaa435 {
  display: none;
}

.logo-carousel_70816b0c2a4b09fa.s2_5c0d0e7d2fad8523 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_a3dac1760c895f96.owl-center_22042147b1741da2 .owl-item {
  opacity: .6;
}
.owl-carousel_a3dac1760c895f96.owl-center_22042147b1741da2 .owl-item.active.center {
    opacity: 1;
     position: relative;
     z-index: 101;
     -webkit-transform: scale(1.2);
     transform: scale(1.2);
     -webkit-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_40e3b49b5a7cf1f8());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_40e3b49b5a7cf1f8());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_40e3b49b5a7cf1f8());
}

.typed-strings_3f9db39efa0aea9b p {
  position: absolute;
}

.social-icons-sm_437ad7e1f024bdd5 i {
  color: #fff;
  margin: 0 5px 0 5px;
  border: solid 1px #555;
  width: 32px;
  height: 32px;
  padding: 8px;
  text-align: center;
  border-radius: 30px;
}

.social-icons-sm_437ad7e1f024bdd5 i:hover {
  color: #ffffff;
}

.arrowup_c868ae26326b9b7f {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #fff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
  margin-top: -30px;
}

.arrowdown_2d2dd9185274f7c7 {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #ffffff;
  margin: 0 auto;
  left: 0;
  right: 0;
  position: absolute;
}

.arrowright_ae844da548b35917 {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_fda13e54c12d0c12 {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid blue;
}

a,
img {
  outline: 0;
}

/* overwrite bootstrap */

.nav-pills_b989404bf8a6c600 .nav-link {
  font-weight: 500;
}

.de-preloader_13afb6a1c2850755 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_b81887be431c7cd1 .de-preloader_13afb6a1c2850755 {
  background: var(--bg-color-even);
}

.dot-loader_ec0c4c50110a308c {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_a73df8876722e798 {
  will-change: transform;
  height: 16.6666666667px;
  width: 16.6666666667px;
  border-radius: 50%;
  background-color: #ffffff;
  position: absolute;
  -webkit-animation: grow 0.5s ease-in-out infinite alternate;
  animation: grow 0.5s ease-in-out infinite alternate;
}

.dot-loader-dot_a73df8876722e798.dot1_d24ad4fa28d22928 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_a73df8876722e798.dot2_457cf7eeea294f82 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_a73df8876722e798.dot3_6377b32aec961ba2 {
  right: 0;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

@-webkit-keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}

@keyframes grow {
  to {
    transform: translateX(-50%) scale(0);
  }
}


/* -------------------------Line Preloader--------------------- */

.line-preloader_f472fe96387314a2 {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);

}

.line-preloader_f472fe96387314a2 .p-line_9d3ba755465a52c4 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_f472fe96387314a2 .p-line_9d3ba755465a52c4:nth-child(1) {
  position: absolute;
  width: 25px;
  height: 25px;
  border-right: 2px solid gold;
  border-bottom: 2px solid gold;
  animation: anim4 600ms linear infinite;
}

.line-preloader_f472fe96387314a2 .p-line_9d3ba755465a52c4:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_f472fe96387314a2 .p-line_9d3ba755465a52c4:nth-child(3) {
  position: absolute;
  width: 75px;
  height: 75px;
  border-right: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 900ms linear infinite;
}

@keyframes anim4 {
  to {
    transform: rotate(360deg);
  }
}

/* ================================================== */


/* R E S P O N S I V E */


/* ================================================== */

@media (min-width: 1000px){
    .container, .container-lg_424dc2df5d508eaa, .container-md_9b668cc799e1472c, .container-sm_5810a0af33f00e1c, .container-xl_45cdf8ad619ec76b {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_424dc2df5d508eaa,
  .container-md_9b668cc799e1472c,
  .container-sm_5810a0af33f00e1c,
  .container-xl_45cdf8ad619ec76b {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_424dc2df5d508eaa,
  .container-md_9b668cc799e1472c,
  .container-sm_5810a0af33f00e1c,
  .container-xl_45cdf8ad619ec76b {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_242505d1e4f799f2 { width: 20%; }
  .col-md-2-5_d837d75c621cc8ad { width: 40%; }
  .col-md-3-5_60908b2d4db00dd2 { width: 60%; }
  .col-md-4-5_b19491cfe3742547 { width: 80%; }
  .col-md-5-5_d47f4ab6fed99af7 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_d751b10b4e12434f { width: 20%; }
  .col-lg-2-5_c61d9001c66dc58a { width: 40%; }
  .col-lg-3-5_e17eef8f5fec1437 { width: 60%; }
  .col-lg-4-5_1f2e022a807000d9 { width: 80%; }
  .col-lg-5-5_b8473301ef3966ab { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_424dc2df5d508eaa,
  .container-md_9b668cc799e1472c,
  .container-sm_5810a0af33f00e1c {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_3acad55ad8a84340 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_637d8e890f878725 .tr .td:nth-child(4),
  .de_table_637d8e890f878725 .tr .td:nth-child(5),
  .de_table_637d8e890f878725 .tr .td:nth-child(6),
  .de_table_637d8e890f878725 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_84e4111d770ea5d8 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_99d0a86a21ade003 .countdown-show4_3419d0002dfb79c6 .countdown-section_625f6725e8ea6a4d {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_99d0a86a21ade003 .countdown-period_cf4c112ff09c0387{
    font-size:10px;
  }

  .countdown-s2_99d0a86a21ade003 .countdown-amount_c9cdcdcfdb630ef1 {
    font-size: 20px;
  }


  .mb-sm-20_7031e483653c523b {
    margin-bottom: 20px;
  }

  .mb-sm-30_0e78992f9aab984d {
    margin-bottom: 30px;
  }

  .mt-sm-0_d9d7609e84cb2d85{
    margin-top: 0;
  }

  .sm-mt-0_8419c6a05f1a18a1 {
    margin-top: 0;
  }

  .p-sm-30_b85c7cedf564f682 {
    padding: 40px;
  }

  .pb-sm-0_4724b77182d76439 {
    padding-bottom: 0;
  }

  .mb-sm-0_1d2799f820d4ef03 {
    margin-bottom: 0;
  }

  .sm-p-40_efa3e0c9a30ac64a{
    padding: 40px;
  }

  header .header-col_9f62d92432ec6101 {
    position: absolute;
    top: 0;
  }

  header .header-col_9f62d92432ec6101.mid_2df8b06f20a50b74 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_1b1239c7c964bbbf {
    text-align: center;
  }

  .sm-pt10_04c354e1f7710908 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_65fb084555396ed9 {
    padding: 40px;
  }

  .header-col-left_0dc2c4392b856b13,
  .header-col-right_9715db18f116ea8a {
    padding-top: 16px;
  }

  .header-col-mid_95d51c2f6f213064 #mainmenu {
    position: absolute;
    top: 90px;
    width: 100%;
    padding: 0 0 0 0;
    left: 20px;
  }

  #mainmenu>li::before{
    display: none;
  }

  header {
    display: none;
  }
  
  header.header-bg_e1ed932ab4fba8d6 {
    background: rgba(0, 0, 0, 1);
  }

  header,
  header.fixed {
    display: block;
    position: inherit;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: auto;
    background: var(--bg-dark-1);
  }

  header.autoshow {
    height: auto;
    top: 0;
  }

  header.autoshow #mainmenu li a {
    background: none;
  }

  header.header-mobile-sticky_53e8b808e40dda90 {
    position: fixed;
  }

  #subheader.s2_5c0d0e7d2fad8523 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_94d9022c9b0f2842 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_3acad55ad8a84340 h1 {
    font-size: 32px;
  }

  .slider_text_3acad55ad8a84340 .description {
    display: none;
  }

  #logo,
  #logo .inner {
    vertical-align: middle;
    height: auto;
  }

  #mainmenu {
    position: fixed;
    height: 100%;
    z-index: 200;
    width: 200px;
    margin: 0;
    margin-top: 10px;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 100px !important;
    overflow-y: auto;
    top: 100px;
  }

  #mainmenu ul {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }

  #mainmenu a.menu-item_4f12c203ab63f4c0 {
    text-align: left;
    padding-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  #mainmenu li.has-child:after {
    display: none;
  }

  #mainmenu li li a.menu-item_4f12c203ab63f4c0,
  #mainmenu li li li a.menu-item_4f12c203ab63f4c0 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_4f12c203ab63f4c0:hover {
    background: #111;
  }

  #mainmenu a.menu-item_4f12c203ab63f4c0:hover {
    background: #111;
  }

  #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  #mainmenu li {
    border-bottom: solid 1px var(--bg-dark-3);
    margin: 0;
    width: 100%;
    display: block;
  }

  #mainmenu li a.menu-item_4f12c203ab63f4c0:after {
    display: none;
  }

  #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  #mainmenu li ul {
    border-top: solid 1px #eee;
    top: auto;
    width: auto;
    height: auto;
    position: inherit;
    visibility: visible;
    opacity: 1;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_4f12c203ab63f4c0 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_4f12c203ab63f4c0:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_4f12c203ab63f4c0 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_4f12c203ab63f4c0 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_4f12c203ab63f4c0 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_4f12c203ab63f4c0:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_ac09723cd66ec875) {
    border: none;
  }

  #mainmenu>li ul.mega_ac09723cd66ec875 .sb-menu_d6ce549a8c47bbd1 {
    border: none;
  }

  #back-to-top {
    display: none;
  }

  header.header-mobile {
    overflow: hidden;
    position: relative;
  }

  header.header-mobile #mainmenu {
    width: 100%;
    padding-right: 30px;
  }

  header.header-mobile #mainmenu ul {
    background: none;
  }

  header.header-mobile #mainmenu a.menu-item_4f12c203ab63f4c0 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu a.menu-item_4f12c203ab63f4c0{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_4f12c203ab63f4c0:hover {
    background: none;
  }

  header.header-mobile #mainmenu li ul {
    display: block;
    position: inherit;
    margin: 0;
    width: 100%;
  }

  header.header-mobile #mainmenu li {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
    margin: 0;
    width: 100%;
    display: block;
  }

  .dark-scheme_b81887be431c7cd1 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_ac09723cd66ec875 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_ac09723cd66ec875 .menu-content_36b3ab197b63b982 {
    background: #fff;
  }

  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu li,
  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu li ul li a.menu-item_4f12c203ab63f4c0 {
    border-color: #eee;
  }

  header.header-dark_28bba29bed2219f2.header-mobile {
    background: #222;
  }

  header.header-dark_28bba29bed2219f2.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_28bba29bed2219f2.header-mobile #mainmenu li a.menu-item_4f12c203ab63f4c0 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_4f12c203ab63f4c0:after {
    display: none;
  }

  header.header-mobile #mainmenu li:last-child {
    margin-bottom: 30px;
  }

  header.header-mobile #mainmenu li ul {
    border-top: none;
    top: auto;
  }

  header.header-mobile #mainmenu li ul a.menu-item_4f12c203ab63f4c0 {
    width: 100%;
    background: none;
    border: none;
  }

  header.header-mobile #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  header #mainmenu li ul li:first-child {
    border-top: solid 1px var(--bg-dark-3);
  }

  .dark-scheme_b81887be431c7cd1 header #mainmenu li ul li:first-child {
    border-top-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li a.menu-item_4f12c203ab63f4c0 {
    display: block;
    border-bottom: solid 1px var(--bg-dark-3);
  }

  header.header-mobile #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  header.header-mobile #mainmenu li ul li:last-child a.menu-item_4f12c203ab63f4c0 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_b81887be431c7cd1 header.header-mobile #mainmenu li a.menu-item_4f12c203ab63f4c0 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_4f12c203ab63f4c0:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_b81887be431c7cd1 header.header-mobile #mainmenu li a.menu-item_4f12c203ab63f4c0:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../pictures/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_b81887be431c7cd1 header.header-mobile #mainmenu>li>span {
    background: url(../pictures/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../pictures/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_b81887be431c7cd1 header.header-mobile #mainmenu li span.active {
    background: url(../pictures/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../pictures/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../pictures/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_4f12c203ab63f4c0 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_b81887be431c7cd1 header.header-mobile #mainmenu li ul li a.menu-item_4f12c203ab63f4c0 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_4f12c203ab63f4c0 {
    border-bottom: none;
  }

  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu>li>span,
  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu li>ul>li>span {
    background: url(../pictures/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu>li>span.active,
  header.header-light_5ff0647d6e68d2d3.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../pictures/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_ac09723cd66ec875 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_ac09723cd66ec875>li {
    width: 100%;
  }

  #mainmenu li ul.mega_ac09723cd66ec875>li ul {
    position: static;
    visibility: visible;
    opacity: 1;
    left: 0;
    float: none;
    width: 100%;
  }

  #mainmenu ul.mega_ac09723cd66ec875>li ul li {
    margin: 0;
    padding: 0;
  }

  #mainmenu li ul.mega_ac09723cd66ec875 .menu-content_36b3ab197b63b982 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_5ff0647d6e68d2d3 #mainmenu ul li a.menu-item_4f12c203ab63f4c0,
  .header-light_5ff0647d6e68d2d3 #mainmenu ul li a.menu-item_4f12c203ab63f4c0:hover {
    color: #333;
  }

  .de_tab.tab_methods_0cfca6caaccc77ab .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_0cfca6caaccc77ab .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_0cfca6caaccc77ab .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_0cfca6caaccc77ab .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_61443b4ef98b5b0c {
    display: none;
  }

  .sm-hide_e224168d0b775188 {
    display: none;
  }

  .d-btn-close_01208433691f68af {
    position: relative;
  }

  .de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_4f12c203ab63f4c0 span {
    display: none;
  }

  .de_tab.tab_methods_0cfca6caaccc77ab.style-2_ba19b0d8a6939669 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_f24ba10098046aad {
    position: relative;
    height: auto;
  }

  .timeline_8baf44184a9140d7>li>.timeline-panel_0bb8923985348cc6 {
    width: 100%;
  }

  .timeline-badge_0ad43868dfe94bc8 {
    display: none;
  }

  .timeline_8baf44184a9140d7:before {
    background: none;
  }

  .tp-caption_479077cdc1b4cc95 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_940e7a077ae400db .de-flex_7a8359f694a5a968,
  .subfooter_940e7a077ae400db .de-flex-col_b8c802a3f40e449c {
    display: block;
  }

  .subfooter_940e7a077ae400db .social-icons_c32b7936d06f138b {
    margin-top: 20px;
  }

  .subfooter_940e7a077ae400db span.copy_d85e1d596c4c1a32 {
    margin-top: 20px;
    display: block;
  }

  .dropdown {
    display: inline-block;
    margin-bottom: 10px;
  }

  .sm-img-fluid_cb7cef478425b974{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_015a09776d7fef4e{
    margin:0 20px;
  }

  .crumb_94d9022c9b0f2842{
    margin-bottom: 0;
  }

  section.bottom-rounded_b56bb5842e1b1aba{
    overflow: hidden;
    border-radius:0 0 0% 0%;
    -moz-border-radius:0 0 0% 0%;
    -webkit-border-radius:0 0 0% 0%;
    padding-bottom: 60px;
  }

  /* title tablet */

  h1,
  h1.ultra-big_41e5170e44455f00,
  h1.ultra-big_41e5170e44455f00 .text-line_524ba1dd5183bf53,
  h1.ultra-big-2_fe926583c45942ec,
  .title-text_0e5938b6838012be,
  h1.slider-title_b23220e5031c8186{
    font-size: 60px;
  }  

  h1.slider-title_b23220e5031c8186,
  h2.slider-title_b23220e5031c8186{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_f0054978390351e9 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_79f46f22fc56a71e{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_2d59d7d3099e0c67{padding-top:10px;}
  .pt-sm-20_321a84c66d24a1ca{padding-top:20px;}
  .pt-sm-30_a295a1c03e37945f{padding-top:30px;}
  .pt-sm-40_f213dffc9a304125{padding-top:40px;}
  .pt-sm-50_7c52557c42861384{padding-top:50px;}
  .pt-sm-60_af791008137ae3bb{padding-top:60px;}
  .pt-sm-70_cc34c3bd801628a7{padding-top:70px;}
  .pt-sm-80_7a515d64988a73dc{padding-top:80px;}
  .pt-sm-90_6b36454f64b3f147{padding-top:90px;}
  .pt-sm-100_e337d724f530aa4c{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_6ac8ddd9092b910e{padding-bottom:10px;}
  .pb-sm-20_44d9fc733f20f090{padding-bottom:20px;}
  .pb-sm-30_482fe5eebe141738{padding-bottom:30px;}
  .pb-sm-40_d1de863a8e356643{padding-bottom:40px;}
  .pb-sm-50_9d760ef69052b6bf{padding-bottom:50px;}
  .pb-sm-60_3f42aed995045f3f{padding-bottom:60px;}
  .pb-sm-70_52a7ed8ea0262ab8{padding-bottom:70px;}
  .pb-sm-80_e74d89afde1321d4{padding-bottom:80px;}
  .pb-sm-90_45896af9ae1e138f{padding-bottom:90px;}
  .pb-sm-100_1f1dd7cff6f53de9{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_4afdf1ff5395dd49{margin-top:10px;}
  .mt-sm-20_01a06bef172e6a28{margin-top:20px;}
  .mt-sm-30_86c71f862a192e37{margin-top:30px;}
  .mt-sm-40_5b5e4e30bae0aa12{margin-top:40px;}
  .mt-sm-50_887735b9515f73f0{margin-top:50px;}
  .mt-sm-60_1f589bc25be93ce7{margin-top:60px;}
  .mt-sm-70_f5765ad8a3857132{margin-top:70px;}
  .mt-sm-80_a75697135cf7f8e1{margin-top:80px;}
  .mt-sm-90_8902991aa669787e{margin-top:90px;}
  .mt-sm-100_32975fce49159a97{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_8d498a065b4df681{margin-bottom:10px;}
  .mb-sm-20_7031e483653c523b{margin-bottom:20px;}
  .mb-sm-30_0e78992f9aab984d{margin-bottom:30px;}
  .mb-sm-40_e4504ab42f49fb3f{margin-bottom:40px;}
  .mb-sm-50_8f5f4032103f0905{margin-bottom:50px;}
  .mb-sm-60_e781c1ee8aad56ae{margin-bottom:60px;}
  .mb-sm-70_717c13b04d4cf617{margin-bottom:70px;}
  .mb-sm-80_cd54a127327d2fd9{margin-bottom:80px;}
  .mb-sm-90_24ff81cba0463440{margin-bottom:90px;}
  .mb-sm-100_6629bd97eee4e852{margin-bottom:10px;}


  .fs-sm-1vw_7de5219e1d18512f{font-size: 1vw}
  .fs-sm-2vw_06b7786fb37f9d90{font-size: 2vw}
  .fs-sm-3vw_b36bf5fe760f1a0e{font-size: 3vw}
  .fs-sm-4vw_d6c2c3a14169217b{font-size: 4vw}
  .fs-sm-5vw_f4a32d5061bf51c3{font-size: 5vw}
  .fs-sm-6vw_a992bce0a70c26bf{font-size: 6vw}
  .fs-sm-7vw_bdf04abb05098f10{font-size: 7vw}
  .fs-sm-8vw_de530bf1abb565e2{font-size: 8vw}
  .fs-sm-9vw_93a1e2dee0b66c96{font-size: 9vw}
  .fs-sm-10vw_7922facc7103203a{font-size: 10vw}
  .fs-sm-11vw_e05b09d88b1b1730{font-size: 11vw}
  .fs-sm-12vw_47c40eeacaa40cdc{font-size: 12vw}
  .fs-sm-13vw_71875653f2f38eab{font-size: 13vw}
  .fs-sm-14vw_0a3a3b4b9a83dbe8{font-size: 14vw}
  .fs-sm-15vw_1d0e43ec66ff0a3a{font-size: 15vw}

  #content{
    margin-top: 50px;
  }

  #btn-extra{
    display: none;
  }

}

/* -------------------------------------------------- 
    custom for 320px & 480px 
    /* -------------------------------------------------- */

@media only screen and (max-width: 767px) {

   header .logo-main_bdd080d24729773e {
    display: none;
  }

  header .logo-init_7a909bb62f7f95f4 {
    display: none;
  }

  header .logo-mobile_52eb5b296499dd4a {
    display: block;
  }

  header .btn-main_4d47edb0d5f8ca8c{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_efd116667cbb30f8 {
    margin-left: 20px;
    width: 100%;
    position: relative;
    right: 0;
    text-align: right;
    z-index: 0;
    display: block;
  }

  header .container {
    min-width: 100%;
  }

  .container {
    padding-left: 20px;
    padding-right: 20px;
  }

  #filters li.pull-right_4807c3ceb4399cd0 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_cae89d59671ddcc8 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li:first-child,
  .de_tab.tab_style_4_cae89d59671ddcc8 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_97d9cb39debedba3 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_bdd8de3a4ffe813e span{
    display: none;
  }

  .de-spot_bdd8de3a4ffe813e .de-circle-1_1435d89ec53f3a96,
  .de-spot_bdd8de3a4ffe813e .de-circle-2_fecc783edc3547e3{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_41e5170e44455f00,
  h1.ultra-big_41e5170e44455f00 .text-line_524ba1dd5183bf53,
  h1.ultra-big-2_fe926583c45942ec,
  .title-text_0e5938b6838012be,
  h1.slider-title_b23220e5031c8186,
  h2.slider-title_b23220e5031c8186{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_9e5a615430f577a5{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_51669a1ab060edcb{padding-top:10px;}
  .pt-xs-20_93c113f78b574836{padding-top:20px;}
  .pt-xs-30_f645f1a9dba27f00{padding-top:30px;}
  .pt-xs-40_9ca7b40758b243c7{padding-top:40px;}
  .pt-xs-50_2ced12c8cd02a9b4{padding-top:50px;}
  .pt-xs-60_15b0de614b6b0171{padding-top:60px;}
  .pt-xs-70_dbb86fde95d18ed0{padding-top:70px;}
  .pt-xs-80_9916f5652da5c9b7{padding-top:80px;}
  .pt-xs-90_b422b9ba433cfb53{padding-top:90px;}
  .pt-xs-100_c8470028798678af{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_96038a4b72a30bf8{padding-bottom:10px;}
  .pb-xs-20_7589e501c8cf4079{padding-bottom:20px;}
  .pb-xs-30_b62ce36fb45e7268{padding-bottom:30px;}
  .pb-xs-40_e8b2df7b8cf5ca3b{padding-bottom:40px;}
  .pb-xs-50_ec4b3ca16eb3de08{padding-bottom:50px;}
  .pb-xs-60_dd8f2aa9980bb624{padding-bottom:60px;}
  .pb-xs-70_7bd274c56cd8110a{padding-bottom:70px;}
  .pb-xs-80_ec7f24776562deeb{padding-bottom:80px;}
  .pb-xs-90_f31034d171b892fa{padding-bottom:90px;}
  .pb-xs-100_a11d8601b49c6f1e{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_0921b94c659a1779{margin-top:10px;}
  .mt-xs-20_d9c802063c8d135f{margin-top:20px;}
  .mt-xs-30_0d8bc60d91e1defb{margin-top:30px;}
  .mt-xs-40_303c01b180935596{margin-top:40px;}
  .mt-xs-50_19aa70bce8db2d66{margin-top:50px;}
  .mt-xs-60_1874ac26449e99a8{margin-top:60px;}
  .mt-xs-70_eb1f38d63bc1c502{margin-top:70px;}
  .mt-xs-80_1e8397c88fd64153{margin-top:80px;}
  .mt-xs-90_04b602958bba6a11{margin-top:90px;}
  .mt-xs-100_4ed93e0710431a6d{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_b67efba640566703{margin-bottom:10px;}
  .mb-xs-20_dd7079ab8c8109b1{margin-bottom:20px;}
  .mb-xs-30_54053564ace43427{margin-bottom:30px;}
  .mb-xs-40_c53b691a0c06cc8d{margin-bottom:40px;}
  .mb-xs-50_71478c7f4b005212{margin-bottom:50px;}
  .mb-xs-60_3edb35f6cacff41f{margin-bottom:60px;}
  .mb-xs-70_c65eb33d691684d2{margin-bottom:70px;}
  .mb-xs-80_c1c2d8046f71e7f9{margin-bottom:80px;}
  .mb-xs-90_42f1f1c420742dc3{margin-bottom:90px;}
  .mb-xs-100_9a2a3a2d8b7afd46{margin-bottom:10px;}

  .ss-wrap_037036525e66e981{
    position: relative;
    width: 200%;
    margin-left: -50%;
  }

}

/* -------------------------------------------------- 
    design for 480px
    /* -------------------------------------------------- */

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }

  .timeline-panel_0bb8923985348cc6 {
    margin-bottom: 30px;
  }

  .timeline-pic_73b1e5f86db68170 {
    height: 300px;
  }
}

/* -------------------------------------------------- 
    design for 320px
    /* -------------------------------------------------- */

@media only screen and (max-width: 480px) {

  .text-item {
    font-size: 32px;
    line-height: 32px;
  }

  .text-item i {
    font-size: 24px;
  }

  h4.s2_5c0d0e7d2fad8523 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_cb03495851fe6822 {
    display: none;
  }

  header a.btn-main_4d47edb0d5f8ca8c i {
    display: inline-block;
  }

}

@media only screen and (max-width: 360px) {
  #topbar {
    display: none;
  }
}

/* section control */
@media only screen and (min-device-width: 768) and (max-device-width: 1024) and (orientation: portrait) {
  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

@media only screen and (max-width: 992px) {
  #subheader {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
  }

  section {
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;
  }
}

/* new added */
.half-fluid_eb64386f3afa3525 .left-half_ad899958c85652b8,
.half-fluid_eb64386f3afa3525 .right-half_ecdabdbb3ef1f9ff {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_eb64386f3afa3525 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_eb64386f3afa3525 .left-half_ad899958c85652b8 {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_eb64386f3afa3525 .right-half_ecdabdbb3ef1f9ff {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
