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


/* 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_de5e6da0a5dddec4,.bg-dark-1_8d9d4a0cdf43b9b4{background-color: var(--bg-dark-1) !important}
.bg-dark-2_b9a8b5242c0a1512{background-color: var(--bg-dark-2) !important}
.bg-dark-3_13fbe1c3eb53ee5f{background-color: var(--bg-dark-3) !important}
.bg-grey_129ad0bfce88b710{background-color: var(--bg-grey) !important}
.bg-gradient-1_66c1c9efd05cd7d5{
  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_0cc77830239d7c3c{
  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_725d9015232eb99d {
  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_7cab8e4c0a81fc6f {
  top: 0;
}

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

header.transparent {
  background: none;
}

body:not(.side-layout) header:not(.smaller):not(.header-mobile).header-light_4a813742743f7c06.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_a114b76e18584351 {
  display: none;
}

header .logo-scroll_000255cd62846db4 {
  display: none;
}

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

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

header.header-full_3ba38c6bac6b71d7 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_4a813742743f7c06.smaller{
  background: #ffffff;
}

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_9e238ea0df9029d6 {
  display: none;
}


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

header.scroll-light_f401216c9d37db22 .logo-scroll_000255cd62846db4{
  display: none;
}

header.smaller.scroll-light_f401216c9d37db22 .logo-main_1f5aeb5123b7a82a{
  display: none;
}

header.smaller.scroll-light_f401216c9d37db22 .logo-scroll_000255cd62846db4{
  display: block;
}

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

header.header-light_4a813742743f7c06 .h-phone_ccc900dcf823f18f,
header.smaller.scroll-light_f401216c9d37db22 .h-phone_ccc900dcf823f18f {
  color: #202020;
}

header:not(.header-light_4a813742743f7c06).smaller.scroll-light_f401216c9d37db22 div#logo .logo_c341f01389962e56 {
  display: none;
}

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

header.smaller.scroll-light_f401216c9d37db22 div#logo .logo-scroll_000255cd62846db4 {
  display: inline-block;
}

header.smaller.header-light_4a813742743f7c06 div#logo .logo_c341f01389962e56 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_16a22cff677f1a6f.mid_0178329816721c00 {
  float: right;
}

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


.header-col-right_6200d41fc2314e9b {
  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_c99de9bbaa4c3c00{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    left: 0;
    background: rgba(var(--bg-dark-1-rgb), .35);
  }

.de-overlay-gradient_ef08ac025dde4368{
  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_83a9ffd68bf134fc{
  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_d89feca4a7b2d143{
  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_94c0e8a5fed13395 {
  font-size: 13px;
}


.crumb_94c0e8a5fed13395 {
  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_68596b55bbe7f38a .crumb_94c0e8a5fed13395 a{
  color:rgba(255, 255, 255, 1.0);
}


#subheader.text-light_68596b55bbe7f38a .crumb_94c0e8a5fed13395 {
  color: #fff;
}

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

#subheader .small-border-deco_6d3ecc999a15f598 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_33ecf3569edf687e {
  text-align: left;
  padding: 120px 0 20px;
  border: solid 1px #ddd;
  border-left: none;
  border-right: none;
}

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


#subheader.s2_33ecf3569edf687e h1,
#subheader.s2_33ecf3569edf687e .crumb_94c0e8a5fed13395 {
  margin: 0;
  padding: 0;
}

#subheader.s2_33ecf3569edf687e .crumb_94c0e8a5fed13395 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_33ecf3569edf687e .crumb_94c0e8a5fed13395 {
  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_2cbd75f789c7760c) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_725d9015232eb99d #mainmenu ul.mega_2cbd75f789c7760c {
  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_dda66bb0ba96c27c: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_4a813742743f7c06 #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_4a813742743f7c06 #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_4a813742743f7c06 {
  background: #ffffff;
}

.header-light_4a813742743f7c06 #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_725d9015232eb99d #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_420f84a56f36ac0f) {
  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_02f807ab6a6a9955 {
  padding: 0;
  margin: 0;
}

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

#mainmenu>li ul.mega_2cbd75f789c7760c {
  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_2cbd75f789c7760c .sb-menu_d76b952671cbe592 {
  background: #fff;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border: solid 1px #dddddd;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

header:not(.header-mobile) #mainmenu>li:hover ul.mega_2cbd75f789c7760c {
  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_4a813742743f7c06 #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_4a813742743f7c06 #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_4a813742743f7c06,
header.header-mobile.header-light_4a813742743f7c06 #menu-btn,
header.header-mobile.header-light_4a813742743f7c06 #menu-btn:hover {
  background: none;
}

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

.bottom-rounded_7ef65dfccb932591{
  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_41ccbebbe18de690{
  border-radius:60px 60px 0 0;
  -moz-border-radius:60px 60px 0 0;
  -webkit-border-radius:60px 60px 0 0;
}

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



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


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

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


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

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

.bgcolor-variation_70dbd0facd002801 {
  background: #f6f6f6;
}

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

.de_light_12d041dcea20ae91 section {
  background: #ffffff;
}

.text_top_ac8dc9d27c53d0ac {
  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_f645c1ce2ce99d95 {
  background: #ffffff;
}

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_dc68527fc34972c3.header-light_4a813742743f7c06 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

.side-layout header.smaller.header-dark_377fd2a02530219b #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_725d9015232eb99d header.header-mobile {
  background: var(--bg-dark-1);
}

header.header-mobile.has-topbar .header-row_70638ca16f2646de,
header.header-mobile.has-topbar .header-col_16a22cff677f1a6f {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_dc68527fc34972c3.header-light_4a813742743f7c06 {
  background: #fff;
}

header.header-light_4a813742743f7c06 .logo_c341f01389962e56 {
  display: none;
}

header.header-light_4a813742743f7c06 .logo-2_a114b76e18584351 {
  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_59f71c7a5b5e3645{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_fe5da8c5d9c344b7,
.topbar-right_180ecb86b6883f8c {
  display: flex;
}

.topbar-right_180ecb86b6883f8c {
  float: right;
}

.topbar-solid_559ecd45dba7e7a6 {
  background: #ffffff;
}

.tb-light_44b1c5678ff68b5c {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-right_180ecb86b6883f8c .topbar-widget_6d00593e2294f015 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-light_59f71c7a5b5e3645 .topbar-right_180ecb86b6883f8c .topbar-widget_6d00593e2294f015 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-light_59f71c7a5b5e3645 .topbar-right_180ecb86b6883f8c span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .tb-light_44b1c5678ff68b5c .topbar-right_180ecb86b6883f8c .topbar-widget_6d00593e2294f015 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .tb-light_44b1c5678ff68b5c .topbar-right_180ecb86b6883f8c span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-left_fe5da8c5d9c344b7 .topbar-widget_6d00593e2294f015 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-light_59f71c7a5b5e3645 .topbar-left_fe5da8c5d9c344b7 .topbar-widget_6d00593e2294f015 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_5e34549b64210b75) .tb-light_44b1c5678ff68b5c .topbar-left_fe5da8c5d9c344b7 .topbar-widget_6d00593e2294f015 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .tb-light_44b1c5678ff68b5c .topbar-left_fe5da8c5d9c344b7 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.h-phone_ccc900dcf823f18f {
  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_ccc900dcf823f18f span {
  display: block;
  font-size: 12.5px;
  font-weight: 500;
  color: rgba(255, 255, 255, .75);
}

header.header-light_4a813742743f7c06 .h-phone_ccc900dcf823f18f span{
  color: var(--body-font-color);
}


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

.menu_side_area_10c574cc2f75a07c .btn-line_927aedca3670fa12{
  display: inline-block;
}

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

.topbar-widget_6d00593e2294f015.widget-text_415b0c55562442e6 {
  padding-top: 6px;
}

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

.h-sub_d050444bf26d807a .topbar-widget_6d00593e2294f015 {
  padding: 12px;
}

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

.topbar-widget_6d00593e2294f015.tb-phone_b2dc1d814a256139:before {
  content: "\f095";
}

.topbar-widget_6d00593e2294f015.tb-email_b1ec5afb8ce3ee79:before {
  content: "\f003";
}

.topbar-widget_6d00593e2294f015.tb-opening-hours_81ccf5b09c4a8a55:before {
  content: "\f017";
}

.topbar-widget_6d00593e2294f015.tb-social_ca1185b98cd68dde {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-light_59f71c7a5b5e3645 .topbar-widget_6d00593e2294f015.tb-social_ca1185b98cd68dde a,
#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-light_59f71c7a5b5e3645 .topbar-widget_6d00593e2294f015.tb-social_ca1185b98cd68dde a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_5e34549b64210b75) .topbar-widget_6d00593e2294f015.tb-social_ca1185b98cd68dde a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_44b1c5678ff68b5c .topbar-widget_6d00593e2294f015.tb-social_ca1185b98cd68dde a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_6d00593e2294f015.tb-social_ca1185b98cd68dde a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

.blog-list_ed844d26872546e2>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_ed844d26872546e2 img {
  margin-bottom: 20px;
}

.de_light_12d041dcea20ae91 .blog-list_ed844d26872546e2 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_12d041dcea20ae91 .blog-list_ed844d26872546e2 h4 a {
  color: #222222;
}

.de_light_12d041dcea20ae91 .text-light_68596b55bbe7f38a .blog-list_ed844d26872546e2 h4 a {
  color: #fff;
}

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

.blog-list_ed844d26872546e2 .btn-more_41782153bb61248d:hover {
  background: #fff;
}

.de_light_12d041dcea20ae91 .blog-list_ed844d26872546e2 .btn-more_41782153bb61248d:hover {
  background: #222;
  color: #fff;
}

.blog-list_ed844d26872546e2 .post-text_ff711959bab0ca72 {
  padding-left: 80px;
}

.bloglist_8a75be947661175b .post-text_ff711959bab0ca72 a.btn-main_f361597f69fdbca1 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_ed844d26872546e2 .blog-slider_396496fde2b66f70 {
  margin-bottom: -60px;
}

.blog-list_ed844d26872546e2 .date-box_93bec74ec705f06d {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_12d041dcea20ae91 .blog-list_ed844d26872546e2 .date-box_93bec74ec705f06d .month {
  color: #222222;
}

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

.blog-list_ed844d26872546e2 .date-box_93bec74ec705f06d .month {
  font-size: 14px;
}

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

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

.de_light_12d041dcea20ae91 .blog-list_ed844d26872546e2 .date-box_93bec74ec705f06d .month {
  border-bottom-color: #ddd;
}

.de_light_12d041dcea20ae91 .text-light_68596b55bbe7f38a .blog-list_ed844d26872546e2 .date-box_93bec74ec705f06d .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_892eef5ebaac4692 .d-image_f1d6765e344384c0 img {
  width: 100%;
}

.de-bloglist-type-1_892eef5ebaac4692 .d-content_247a8e4aab07c7bc {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_892eef5ebaac4692 .d-date_08b0a6f111da051e: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_fdb9600a1c2cf55e {
  margin-bottom: 40px;
}

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

.de-post-type-1_fdb9600a1c2cf55e .d-image_f1d6765e344384c0 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_fdb9600a1c2cf55e .d-meta_ae247c63be0bb33a span.d-by_b753b81ae81cd0f6:before {
  content: "\f007";
}

.de-post-type-1_fdb9600a1c2cf55e .d-meta_ae247c63be0bb33a span.d-date_08b0a6f111da051e:before {
  content: "\f073";
}

.de-post-type-1_fdb9600a1c2cf55e .d-meta_ae247c63be0bb33a span.d-tags_48e48a97959a6587:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_93025c37b926a525 .d-date_08b0a6f111da051e .d-month_5e0838c41b0bdc1a{
  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_93025c37b926a525 .d-date_08b0a6f111da051e .d-day_1dc5a3ee44de2d38{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_93025c37b926a525 .d-image_f1d6765e344384c0{
  padding-left: 100px;
}

.de-blog-c1_93025c37b926a525 .d-image_f1d6765e344384c0 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_725d9015232eb99d #blog-comment li {
  border-bottom-color: rgba(255, 255, 255, .1);
}

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

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

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

.rtl #blog-comment .comment_e3ad527a096e062a {
  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_725d9015232eb99d #blog-comment li li {
  border-top-color: rgba(255, 255, 255, .1);
}

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

#blog-comment li li .comment_e3ad527a096e062a {}

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

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

.comment-info_51f1e6752bd28adc span {}

.comment-info_51f1e6752bd28adc .c_name_d19c69d3302aada2 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_725d9015232eb99d .comment-info_51f1e6752bd28adc .c_name_d19c69d3302aada2 {
  color: #ffffff;
}

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

.dark-scheme_725d9015232eb99d .comment-info_51f1e6752bd28adc .c_reply_2f4ab9579890e942 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_51f1e6752bd28adc .c_date_27b327198fca01b4 {
  font-size: 12px;
}

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

.blog-list_ed844d26872546e2 .post-wrapper_83e55d2432edca80 {}

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

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

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

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

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

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

.post-content_4c3f44ff5a508943 {
  position: relative;
}

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

.post-text_ff711959bab0ca72 .d-date_08b0a6f111da051e{
  font-size: 14px;
}

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

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

.dark-scheme_725d9015232eb99d .post-text_ff711959bab0ca72 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_558a7fb708ed3fe4,
.p-title_7b70296583eab2f8 {
  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_558a7fb708ed3fe4,
.p-title_7b70296583eab2f8.invert {
  background: var(--secondary-color);
}

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

.post-text_ff711959bab0ca72 .p-date_c99db0e8e4b2c2b0 {
  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_cf0d10c6ba592368 img {
  margin-bottom: 20px;
}

.blog-read_cf0d10c6ba592368 .post-text_ff711959bab0ca72 {
  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_3f0dba752478dcdc {
  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_3f0dba752478dcdc a {
  color: #888;
}

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

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

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

.post-image_332fb40265548f9e .d-tagline_ad6ec1e063347e97 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_cbfdf13d06e1c434 {
  margin-bottom: 60px;
}

.blog-item_cbfdf13d06e1c434 img.preview_97c82d0267942139 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_332fb40265548f9e {
  position: relative;
}

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

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

.post-image_332fb40265548f9e .post-date_83eedcf505401463,
.post-image_332fb40265548f9e .post-author_54fb63b3480f8be8 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_e59aba14eb0762e0 {
  color: #F86E4E;
}

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

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

.d-rating_816587c6582b8702 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_a4a3b08f402a7d44 input[type="radio"] + label, 
#contact_form .radio-img_a4a3b08f402a7d44 input[type="checkbox"] + label{
  padding: 0px;
  position: relative;
  background: none;
  width: 20%;
  float: left;
  text-align: center;
  margin-right: 5%;
}

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

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

#contact_form .radio-img_a4a3b08f402a7d44 input[type="radio"]:checked + label img, 
#contact_form .radio-img_a4a3b08f402a7d44 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_0496f86e9fed7c2a {
  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_68596b55bbe7f38a .form-control_0496f86e9fed7c2a{
  color: #ffffff;
  border: solid 1px rgba(255,255,255,0.2);
  background: rgba(255,255,255,.025);
}


.radio-opt_6094e08f82e4f6cd{
  float: left;
}


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

.radio-opt_6094e08f82e4f6cd 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_6094e08f82e4f6cd 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_33ecf3569edf687e .radio-img_a4a3b08f402a7d44 input[type="radio"] + label, 
#contact_form.s2_33ecf3569edf687e .radio-img_a4a3b08f402a7d44 input[type="checkbox"] + label,
#contact_form .radio-img_a4a3b08f402a7d44 input[type="radio"] + label img, 
#contact_form .radio-img_a4a3b08f402a7d44 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

.form-underline_12bda80f3218c0cf{
  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_68596b55bbe7f38a .form-underline_12bda80f3218c0cf{
  color: #ffffff;
  border-bottom-color: #ffffff;
}

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

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

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

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


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

.hover-underline_4dfc7459a8e855c6 .form-underline_12bda80f3218c0cf{
  padding-top: 0;
}

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


.hover-underline_4dfc7459a8e855c6: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_68596b55bbe7f38a .hover-underline_4dfc7459a8e855c6:before{
  border-bottom: solid 1px #ffffff;
}


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

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

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

.form-default_4ae7bbc154ebde0b input[type=text],
.form-default_4ae7bbc154ebde0b textarea,
.form-default_4ae7bbc154ebde0b input[type=email],
.form-default_4ae7bbc154ebde0b 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_0763f34feee8505f 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_0763f34feee8505f select {
  background: none !important;
  padding-left: 20px;
}

#contact_form.form-default_4ae7bbc154ebde0b 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_725d9015232eb99d #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_f645c1ce2ce99d95) #form_subscribe input[type=text]::-moz-input-placeholder {
  color: #ffffff;
}

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


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

.footer-light_f645c1ce2ce99d95 #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_4ae7bbc154ebde0b input[type=text]:focus,
.form-default_4ae7bbc154ebde0b textarea:focus,
.form-default_4ae7bbc154ebde0b input[type=email]:focus,
.form-default_4ae7bbc154ebde0b select:focus {
  background: #f6f6f6;
}

.error_input_88919d03139e90d6 {
  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_21bb65c1df1741d1 {
  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_21bb65c1df1741d1.sm-left_6db82fc32b8debeb {
  margin-left: 0;
}

.rtl .small-border_21bb65c1df1741d1.sm-left_6db82fc32b8debeb {
  margin-right: 0;
}

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

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

.small-border_21bb65c1df1741d1.white_bff4a339753bcf28 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_94c0e8a5fed13395 a {
  text-decoration: none;
}

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

.de_light_12d041dcea20ae91 .crumb_94c0e8a5fed13395 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_12d041dcea20ae91 a {
  color: #888;
}

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

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

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

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

a.btn-big_1051df9be26a43c8 {
  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_1051df9be26a43c8: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_d881037fd5ab381a:after {
  font-family: FontAwesome;
  content: "\f178";
  margin-left: 15px;
  position: absolute;
  right: -20px;
  margin-top: 0px;
}

a.btn-fx_d881037fd5ab381a {
  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_d881037fd5ab381a:hover {
  padding-left: 20px;
  padding-right: 40px;
}

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

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

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

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

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

a.btn-slider_a2921c37dece72df {
  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_a2921c37dece72df:hover {
  color: #222;
  background: #fff;
  border-color: #000;
  border: solid 2px #fff;
}

a.btn-main_f361597f69fdbca1:hover,
.btn-main_f361597f69fdbca1: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_a2921c37dece72df:hover:after {
  color: #222;
}

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

a.btn-light_bcddbb5cd46b2179.btn-id_83d0af99aa01f1a7 {
  color: #222;
}

a.btn-dark_ec95f67bb75e74b6.btn-id_83d0af99aa01f1a7 {
  color: #fff;
}

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

.btn-fx_d881037fd5ab381a.btn-main_f361597f69fdbca1 {
  text-transform: normal;
}

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

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

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

.btn-add_to_cart_22fdb4c69bd76ad4,
a.btn-add_to_cart_22fdb4c69bd76ad4 {
  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_22fdb4c69bd76ad4:before,
a.btn-add_to_cart_22fdb4c69bd76ad4:before {
  font-family: "FontAwesome";
  content: "\f07a";
  position: absolute;
  left: 20px;
}

a.btn-main_f361597f69fdbca1,
a.btn-main_f361597f69fdbca1:active,
a.btn-main_f361597f69fdbca1:focus,
a.btn-main_f361597f69fdbca1:visited,
.btn-main_f361597f69fdbca1,
input[type=button].btn-main_f361597f69fdbca1,
a.btn-line_927aedca3670fa12,
#mainmenu li ul.mega_2cbd75f789c7760c a.btn-main_f361597f69fdbca1 {
  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_f361597f69fdbca1.fx-slide{
  overflow: hidden;
}

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

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

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

a.btn-main_f361597f69fdbca1.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_f361597f69fdbca1.btn-dark-trans_14b65644e5a2b449{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_f361597f69fdbca1.big_a76c394daa03e9f6{
  font-size: 30px;
  padding: 20px 30px;
}

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

a.btn-sc_10b2ca92c088818d {
  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_10b2ca92c088818d img {
  width: 20px;
  margin-top: -4px;
  margin-right: 8px;
}

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

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

.text-light_68596b55bbe7f38a .btn-line_927aedca3670fa12{
  color:#ffffff;
}


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

header:not(.header-light_4a813742743f7c06) a.btn-line_927aedca3670fa12,
.dark-scheme_725d9015232eb99d a.btn-line_927aedca3670fa12,
.dark-schem_71510612f3e60d36 a.btn-line_927aedca3670fa12:hover {
  color: #ffffff;
}

a.btn-main_f361597f69fdbca1.btn-white_ba81aeac0911aba2 {
  background: #ffffff;
}

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

a.btn-border_27af857bbba5ba2c {
  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_27af857bbba5ba2c:hover {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0);
  margin-top: -2px;
  margin-bottom: 2px;
  box-sizing: border-box
}

a.btn-border_27af857bbba5ba2c.light_cc1a2f6bfadb7bd1 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_27af857bbba5ba2c.light_cc1a2f6bfadb7bd1:hover {
  background: #ffffff;
}

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

.d-btn-close_f0dbaefb445abc07 {
  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_92d2aff3c58b6cf7 {
  display: block;
  text-decoration: none;
  margin-top: 10px;
}

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

.btn-plus_b06d03a01783234c{
  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_b06d03a01783234c:hover{
  max-width: 100%;
  color: var(--heading-font-color);;
}

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

.btn-plus_b06d03a01783234c 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_b06d03a01783234c:hover span{
  opacity: 1;
}


.text-light_68596b55bbe7f38a .btn-plus_b06d03a01783234c{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_68596b55bbe7f38a .btn-plus_b06d03a01783234c:hover{
  color: #ffffff;;
}

a.btn-main_f361597f69fdbca1.btn-with-arrow_407fd1c9c3d1d35d{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

.play-button_8ed80698e3559d2f {
  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_8ed80698e3559d2f:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

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

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

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

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

.text-light_68596b55bbe7f38a .play-button_8ed80698e3559d2f {
  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_68596b55bbe7f38a .play-button_8ed80698e3559d2f:before {
  font-family: "FontAwesome";
  font-size: 20px;
  content: "\f04b";
  position: relative;
  color: #fff;
}

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

.text-light_68596b55bbe7f38a .play-button_8ed80698e3559d2f.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_aee538616171a8d8 p.d-small_a6109cf3cf052041 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_aee538616171a8d8.big_a76c394daa03e9f6 h3 {
  font-size: 120px;
}

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

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

.de_count_aee538616171a8d8.small_145283e38a159bb8 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

.text-light_68596b55bbe7f38a .spacer-30-line_28e3aa449ea262f9{
  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_bf15b86807e46a53 {
  display: inline-block;
  font-size: 48px;
  float: left;
  margin: 10px 15px 15px 0;
  color: #eceff3;
  padding: 20px 10px 20px 10px;
}

/* form */


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

.form-transparent_5607cee94784b7aa input[type=text],
.form-transparent_5607cee94784b7aa textarea,
.form-transparent_5607cee94784b7aa 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_0763f34feee8505f input[type=text],
.form-border_0763f34feee8505f textarea,
.form-border_0763f34feee8505f input[type=email],
.form-border_0763f34feee8505f input[type=password],
.form-border_0763f34feee8505f input[type=date],
.form-border_0763f34feee8505f 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_725d9015232eb99d .form-border_0763f34feee8505f input[type=text],
.dark-scheme_725d9015232eb99d .form-border_0763f34feee8505f textarea,
.dark-scheme_725d9015232eb99d .form-border_0763f34feee8505f input[type=email],
.dark-scheme_725d9015232eb99d .form-border_0763f34feee8505f input[type=password],
.dark-scheme_725d9015232eb99d .form-border_0763f34feee8505f input[type=date],
.dark-scheme_725d9015232eb99d .form-border_0763f34feee8505f select {
  color: #ffffff;
  border: solid 1px rgba(var(--primary-color-rgb), .5);
}

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

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

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

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

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

.form-subscribe_04c62ca984e42211 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_04c62ca984e42211 .btn-main_f361597f69fdbca1 {
  display: table-cell;
  border-radius: 0 60px 60px 0;
  height: 40px;
  vertical-align: middle;
}

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

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

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

.dark-scheme_725d9015232eb99d .field-set_07f212c9b3249c15 label {
  color: #ffffff;
}

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

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

.de_form_f55af33e93e53751 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_725d9015232eb99d .de_form_f55af33e93e53751 input[type="checkbox"]+label:before {
  border: solid 2px rgba(255, 255, 255, .2);
}

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

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

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

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

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

.item_filter_group_9701eca69b52fb6c {
  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_725d9015232eb99d .item_filter_group_9701eca69b52fb6c {
  border: solid 1px rgba(255, 255, 255, .075);
}

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_f2a871bf8b7e7d68,
.h2_2bb1ea2422f942fb,
.h3_1b69712570ab7624,
.h4_e4178309e3a7abf8,
.h5_f466277283706762,
.h6_00af7e25831cf089,
footer.footer-light_f645c1ce2ce99d95 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_725d9015232eb99d h1,
.dark-scheme_725d9015232eb99d h2,
.dark-scheme_725d9015232eb99d h4,
.dark-scheme_725d9015232eb99d h3,
.dark-scheme_725d9015232eb99d h5,
.dark-scheme_725d9015232eb99d h6,
.dark-scheme_725d9015232eb99d .h1_big_818d50b301e8c82a,
.dark-scheme_725d9015232eb99d .h1_f2a871bf8b7e7d68,
.dark-scheme_725d9015232eb99d .h2_2bb1ea2422f942fb,
.dark-scheme_725d9015232eb99d .h3_1b69712570ab7624,
.dark-scheme_725d9015232eb99d .h4_e4178309e3a7abf8,
.dark-scheme_725d9015232eb99d .h5_f466277283706762,
.dark-scheme_725d9015232eb99d .h6_00af7e25831cf089 {
  color: #ffffff;
}

.dark-scheme_725d9015232eb99d h1,
.dark-scheme_725d9015232eb99d 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_68596b55bbe7f38a,
footer h4,
footer h4,
footer h5,
footer h6 {
  color: #fff;
}


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


h1,
.h1_f2a871bf8b7e7d68 {
  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_dda66bb0ba96c27c: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_12d041dcea20ae91 .text-light_68596b55bbe7f38a h2 {
  color: #fff;
}

.text-light_68596b55bbe7f38a h2.deco_9a65206ae934b341 span:before,
.text-light_68596b55bbe7f38a h2.deco_9a65206ae934b341 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_1737884c732f28ed {
  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_1737884c732f28ed .s1_8221c4c014073e9c{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

.top-center_4ba0c57fd564f555 {
  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_68596b55bbe7f38a, .text-light_68596b55bbe7f38a p {
  color: var(--body-font-color-dark);
}

.text-dark_505998da8cbd29a5 {
  color: #223044;
}

.text-white_9a63637325637b7b,
.de_light_12d041dcea20ae91 .text-white_9a63637325637b7b {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

.ul-style-4_47d6e29216e027fb 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_71bd45f18a7a0012 {
  list-style-type: none;
  counter-reset: ordered;
  margin-left: 50px;
}

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

ol.ol-style-1_71bd45f18a7a0012.fs-16_e5a015fc1d666c26 li{
  font-size: 16px;
}

ol.ol-style-1_71bd45f18a7a0012 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_68596b55bbe7f38a ol.ol-style-1_71bd45f18a7a0012 li::before{
  color: #ffffff;
}

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_e4ef15d6a1d210ed.active .page-link_2c17e8c3077f6c4e{
  border-color:var(--primary-color);
}

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

.spinner_9d1d59c108a73650>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_9d1d59c108a73650 .bounce1_27caaaae86d7059d {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_9d1d59c108a73650 .bounce2_69859b8093eeed93 {
  -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_725d9015232eb99d #de-loader{
  background: var(--bg-dark-1);
}

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

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

.lds-roller_f26e97ca1453ba2b 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_f26e97ca1453ba2b div:nth-child(1) {
  animation-delay: -0.036s;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.lds-roller_f26e97ca1453ba2b 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_abd209fec9c48158 {
  margin-bottom: 40px;
}

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

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

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

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


/* social-icons */


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

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

.social-icons_159f0e6d3deb6d23 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_725d9015232eb99d .social-icons_159f0e6d3deb6d23 i {
  background: rgba(255, 255, 255, .1);
}

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

.social-icons_159f0e6d3deb6d23.s2_33ecf3569edf687e i{
  background: rgba(255, 255, 255, .1);
}

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

.social-icons_159f0e6d3deb6d23.big_a76c394daa03e9f6 a{
  padding: 0;
  display: inline-block;
}
.social-icons_159f0e6d3deb6d23.big_a76c394daa03e9f6 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_159f0e6d3deb6d23.big_a76c394daa03e9f6 i:hover {
  background: none;
}

#topbar .social-icons_159f0e6d3deb6d23 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_159f0e6d3deb6d23.big_a76c394daa03e9f6 i {
  margin: 0 15px 0 15px;
}

.social-icons_159f0e6d3deb6d23.big_a76c394daa03e9f6 i:hover {
  background: none;
}

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

.social-icons_159f0e6d3deb6d23.s1_8221c4c014073e9c:hover i {
  background: none;
}

.social-icons_159f0e6d3deb6d23.s1_8221c4c014073e9c {
  line-height: 0.5;
  text-align: center;
}

.social-icons_159f0e6d3deb6d23.s1_8221c4c014073e9c .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_f7be8cbf3d146094 {
  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_725d9015232eb99d .accordion-section-title,
.text-light_68596b55bbe7f38a .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_68596b55bbe7f38a .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_a5bfa204b07edd18.s2_33ecf3569edf687e .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_725d9015232eb99d .expand-custom_7f03e6bc1a5f32c1 {
  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_00c0160ade84a214 .de_tab .de_nav {
  text-align: center;
}

.d_coll_00c0160ade84a214 .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_725d9015232eb99d .de_tab .de_nav li span {
  color: rgba(255, 255, 255, .3);
  background: #292F45;
}

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

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

.de_tab.tab_methods_92a6edc9a1a3178b .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_725d9015232eb99d .de_tab.tab_methods_92a6edc9a1a3178b .de_nav li span {
  color: rgba(255, 255, 255, .6);
}

.dark-scheme_725d9015232eb99d .de_tab.tab_methods_92a6edc9a1a3178b .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .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_92a6edc9a1a3178b.style-2_62da60a39fce4cb3.light_cc1a2f6bfadb7bd1 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

.de_tab.tab_methods_92a6edc9a1a3178b .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_92a6edc9a1a3178b.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_92a6edc9a1a3178b .de_tab_content {
  background: 0;
  padding: 0;
  border: none;
  padding-top: 30px;
}

.de_tab.tab_methods_92a6edc9a1a3178b.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_92a6edc9a1a3178b .de_nav li.active span {
  background: none;
}

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

/* new added */

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

.de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .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_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .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_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .de_nav li {
  margin: 5px;
  display: inline-block;
}

.de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .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_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .de_nav li i {
  display: block;
  font-size: 36px;
  margin-bottom: 10px;
}

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

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

.de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .de_tab_content {
  border: none;
}

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

.de_tab.tab_simple_d0a272b527071e4e .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_725d9015232eb99d .de_tab.tab_simple_d0a272b527071e4e .de_nav li span {
  color: rgba(255, 255, 255, .5);
}

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

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

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



/* tab de_light */

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

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

.de_light_12d041dcea20ae91 .de_tab.tab_style_2_8d3cbc5a1be3c567 .de_nav {}

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

.de_light_12d041dcea20ae91 .de_tab.tab_style_2_8d3cbc5a1be3c567 .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_12d041dcea20ae91 .de_tab.tab_style_2_8d3cbc5a1be3c567 .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_12d041dcea20ae91 .de_tab.tab_style_2_8d3cbc5a1be3c567 .de_nav li span {
  background: none;
  display: block;
  text-decoration: none;
  font-size: 14px;
  cursor: poInter;
  border: none;
}

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

.text-light_68596b55bbe7f38a .de_tab.tab_style_2_8d3cbc5a1be3c567 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

.de_light_12d041dcea20ae91 .de_tab.tab_style_3_9a2a97597eef1f32 .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_12d041dcea20ae91 .de_tab.tab_style_3_9a2a97597eef1f32 .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_12d041dcea20ae91 .de_tab.tab_style_3_9a2a97597eef1f32 .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_12d041dcea20ae91 .de_tab.tab_style_3_9a2a97597eef1f32 .de_nav li:last-child span {
  border-radius: 0 60px 60px 0;
}

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

.de_light_12d041dcea20ae91 .de_tab.tab_style_3_9a2a97597eef1f32 .de_nav li span:hover {
  background: #ddd;
}

.de_light_12d041dcea20ae91 .de_tab.tab_style_3_9a2a97597eef1f32 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_68596b55bbe7f38a .de_tab.tab_style_3_9a2a97597eef1f32 .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_cc488283119183b8 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_68596b55bbe7f38a .de_tab.tab_style_4_cc488283119183b8 .de_tab_content {
  border-top: none;
}

.de_tab.tab_style_4_cc488283119183b8 .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_cc488283119183b8 .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_cc488283119183b8 .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_cc488283119183b8 .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_cc488283119183b8 .de_nav li span {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  width: auto;
  display: inline-block;
}

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

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

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

.text-light_68596b55bbe7f38a .de_tab.tab_style_4_cc488283119183b8 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

.tab-small-post_fcfafcf720d6ed26 ul li span {
  display: block;
  padding-left: 64px;
}

.tab-small-post_fcfafcf720d6ed26 ul li span.post-date_83eedcf505401463 {
  font-size: 11px;
}

.de_tab.timeline_1099dd884e435d30.nav_4_dfdd0449664c1cf4 li {
  display: inline-block;
  text-align: center;
  background: none;
  width: 24%;
}

.de_tab.timeline_1099dd884e435d30.nav_4_dfdd0449664c1cf4 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_1099dd884e435d30.nav_4_dfdd0449664c1cf4 .dot_48e32b7f8708380d {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

.de_tab.timeline_1099dd884e435d30.nav_4_dfdd0449664c1cf4 .dot_48e32b7f8708380d:before,
.de_tab.timeline_1099dd884e435d30.nav_4_dfdd0449664c1cf4 .dot_48e32b7f8708380d:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 0;
  width: 24%;
}

.de_tab.timeline_1099dd884e435d30.nav_4_dfdd0449664c1cf4 li:last-child .dot_48e32b7f8708380d:before,
.de_tab.timeline_1099dd884e435d30.nav_4_dfdd0449664c1cf4 li:last-child .dot_48e32b7f8708380d:after {
  border-bottom: none;
}

.de_tab.timeline_1099dd884e435d30 li .num_24109e5a0b016ed3 {
  font-size: 20px;
}

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

.de_tab .navigation_arrow_c0b27217931786b9 {
  text-align: center;
}

.btn-left_fa4202756d52f124,
.btn-right_c5bd8982dd358834 {
  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_c5bd8982dd358834:after {
  font-family: FontAwesome;
  content: "\f054";
  padding-left: 10px;
}

.btn-left_fa4202756d52f124:before {
  font-family: FontAwesome;
  content: "\f053";
  padding-right: 10px;
}

a.btn-left_fa4202756d52f124,
a.btn-right_c5bd8982dd358834 {
  text-decoration: none;
}

/* testimonial
    /* ================================================== */

.de_testi_99a5cd2ee5919166 {
  display: block;
  margin-bottom: 10px;
}

.de_testi_99a5cd2ee5919166 blockquote p {
  margin-top: 10px;
}

/*
.de_testi_99a5cd2ee5919166 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_99a5cd2ee5919166 blockquote .de-rating-ext_7153f9f2b3d7b42a{
  text-align: center;
  margin-top: 0;
}

.de_testi_99a5cd2ee5919166 blockquote p {
  text-align: center;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  margin-bottom: 10px;
}

.de_testi_by_ae97aa7a7cef1383 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_ae97aa7a7cef1383 div span{
  display: block;
  font-weight: 400;
  font-size: 15px;
  opacity: .5;
}

.de_testi_by_ae97aa7a7cef1383 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_5796fdeb91b6e3e8 {
  float: left;
  padding-right: 15px;
}

.de_testi_company_9b2f016337e06c2c {
  padding-top: 20px;
}

.de_testi_99a5cd2ee5919166 blockquote {
  position: relative;
  display: block;
  font-family: var(--body-font);
  border: none;
  font-weight: 300;
  padding: 10px;
}

.de_testi_99a5cd2ee5919166.s2_33ecf3569edf687e 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_68596b55bbe7f38a .de_testi_99a5cd2ee5919166.s2_33ecf3569edf687e blockquote{
  background: var(--bg-dark-1);
  color:#ffffff;
}

.de_testi_99a5cd2ee5919166.no-bg_d92661079d32b30a blockquote {
  background: none;
}

.de_testi_99a5cd2ee5919166 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_99a5cd2ee5919166.type-2_08f6e40591104702.review_7190aa38ecd9e674 blockquote {
  padding: 50px;
}

.de_testi_99a5cd2ee5919166.type-2_08f6e40591104702.review_7190aa38ecd9e674 blockquote:before {
  display: none;
}

.de_testi_99a5cd2ee5919166.type-2_08f6e40591104702.review_7190aa38ecd9e674 p {
  padding-top: 0;
}

.de_testi_99a5cd2ee5919166.type-2_08f6e40591104702.review_7190aa38ecd9e674 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_68596b55bbe7f38a .de_testi_99a5cd2ee5919166.type-2_08f6e40591104702 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

.de_testi_99a5cd2ee5919166.type-2_08f6e40591104702 blockquote p {
  font-family: var(--body-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
  letter-spacing: -.1px;
}

.de_testi_99a5cd2ee5919166.type-2_08f6e40591104702 .de_testi_by_ae97aa7a7cef1383 {
  font-size: 14px;
  font-weight: normal;
}

.de_testi_99a5cd2ee5919166.opt-3_cdf339f102197b47 blockquote {
  background: none;
  color: #555;
  padding-top: 0;
  font-weight: 400;
}

.de_testi_99a5cd2ee5919166.opt-3_cdf339f102197b47 blockquote p {
  font-size: 14px;
}

.de_testi_99a5cd2ee5919166.opt-3_cdf339f102197b47 blockquote:before {
  color: #fff;
}

.de_testi_99a5cd2ee5919166.opt-3_cdf339f102197b47 .de_testi_by_ae97aa7a7cef1383 {
  font-size: 14px;
  color: #000;
}

.de_testi_99a5cd2ee5919166.de-border_0526d74584d760c1 blockquote {
  border: solid 5px rgba(0, 0, 0, .05);
}

/* new timeline */

.site-timeline-content_49497eb74769fc39{
  position: relative;
}

.de-timeline-article_1e8bd30394feaa98 .site-center-line_be0ca0b2e1c1f9c0 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___7170da77925bc803 {
  display: inline-block;
}
.de-timeline-article_1e8bd30394feaa98.odd .site-center-line_be0ca0b2e1c1f9c0 {
  background: var(--primary-color);
}
.de-timeline-article_1e8bd30394feaa98.even .site-center-line_be0ca0b2e1c1f9c0 {
  background: var(--secondary-color);
}
.de-timeline-article_1e8bd30394feaa98 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_1e8bd30394feaa98 .content-left-container_23c2958ce2fae13e,
.de-timeline-article_1e8bd30394feaa98 .content-right-container_1bbba917ed2abbfb {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_1e8bd30394feaa98 .content-left_692c586d3dae2821,
.de-timeline-article_1e8bd30394feaa98 .content-right_ad5a4e33f96130a0 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_3aebfe13c1ff4af8 {
  margin-top: 0;
}
.de-timeline-article_1e8bd30394feaa98 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_1e8bd30394feaa98 .content-left-container_23c2958ce2fae13e {
  float: left;
}
h4.de-timeline-year_f9b87177139f119b {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_1e8bd30394feaa98.even h4.de-timeline-year_f9b87177139f119b{
  color:var(--heading-font-color);
}
.de-timeline-article_1e8bd30394feaa98.odd .year___7170da77925bc803 {
  float: left;
}
.de-timeline-article_1e8bd30394feaa98.odd h4.de-timeline-year_f9b87177139f119b {
  background: var(--primary-color);
}
.de-timeline-article_1e8bd30394feaa98.even .year___7170da77925bc803 {
  float: right;
}
.de-timeline-article_1e8bd30394feaa98.even h4.de-timeline-year_f9b87177139f119b {
  background: var(--secondary-color);
}
.de-timeline-article_1e8bd30394feaa98 .d-line_31a8be24ea13c704 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_1e8bd30394feaa98.odd .d-line_31a8be24ea13c704 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_1e8bd30394feaa98.even .d-line_31a8be24ea13c704 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_1e8bd30394feaa98 .owl-carousel_20cdad17b09372fe {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_1e8bd30394feaa98 .content-right-container_1bbba917ed2abbfb {
  float: right;
}
.de-timeline-article_1e8bd30394feaa98 .meta-dot_963da138dbdc6cda {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_1e8bd30394feaa98.odd .meta-dot_963da138dbdc6cda {
  background: var(--primary-color);
}
.de-timeline-article_1e8bd30394feaa98.even .meta-dot_963da138dbdc6cda {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_1e8bd30394feaa98 .site-center-line_be0ca0b2e1c1f9c0 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_1e8bd30394feaa98 .meta-dot_963da138dbdc6cda {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_1e8bd30394feaa98 .content-left-container_23c2958ce2fae13e,
  .de-timeline-article_1e8bd30394feaa98 .content-right-container_1bbba917ed2abbfb {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_1e8bd30394feaa98 .content-left-container_23c2958ce2fae13e {
    margin-bottom: 20px;
  }
  .de-timeline-article_1e8bd30394feaa98 .content-left_692c586d3dae2821,
  .de-timeline-article_1e8bd30394feaa98 .content-right_ad5a4e33f96130a0 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_1e8bd30394feaa98 .content-left_692c586d3dae2821:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_1e8bd30394feaa98 .content-right_ad5a4e33f96130a0:before {
    display: none;
  }  
  h4.de-timeline-year_f9b87177139f119b {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_1e8bd30394feaa98.odd .d-line_31a8be24ea13c704 {
    left: 30px;
  }
  .de-timeline-article_1e8bd30394feaa98.even .d-line_31a8be24ea13c704 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_1e8bd30394feaa98.odd .content-left-container_23c2958ce2fae13e{
    padding-top: 20px;
  }
  .de-timeline-article_1e8bd30394feaa98.even .content-left-container_23c2958ce2fae13e{
    padding-top: 50px;
  }
  .de-timeline-article_1e8bd30394feaa98.odd .content-left-container_23c2958ce2fae13e .owl-carousel_20cdad17b09372fe{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_1e8bd30394feaa98.even .content-right-container_1bbba917ed2abbfb .owl-carousel_20cdad17b09372fe{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


.v-center_9087818e1c9d23c9 {
  min-height: 100%;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: #ffffff;
}


.d-flex-2_3e2f442224aa3298 {
  display: flex;
  align-items: center;
}

.timeline-area_27a2cbc1504a08c3 {
  padding: 80px 0;
}

.all-timelines_27828eeab722176a {
  position: relative;
}

.timelines_d9e2e9482520a8e4 h2 {
  text-align: center;
  color: #fff;
  font-weight: 600;
  margin-bottom: 40px;
}

.all-timelines_27828eeab722176a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 100%;
  width: 2px;
  background: #efa22f;
  top: 20px;
}

.single-timeline_f9898c7dfc41523f {
  margin-bottom: 22px;
}

.timeline-blank_7a2c27270823d8b8 {
  width: 50%;
}

.timeline-text_fa05cf7d44580e5f {
  width: 50%;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

.timeline-text_fa05cf7d44580e5f h6 {
  color: #f0f1f2;
  font-weight: 900;
  display: inline-block;
  font-size: 1rem;
}

.timeline-text_fa05cf7d44580e5f span {
  color: #f0f1f2;
  display: block;
  width: 100%;
}

.single-timeline_f9898c7dfc41523f:nth-child(even) .timeline-text_fa05cf7d44580e5f span {
  text-align: right;
}

.t-circle_2e3f87ecf2aa620b {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: -6px;
  background: #efa22f;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
}

.single-timeline_f9898c7dfc41523f:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.single-timeline_f9898c7dfc41523f:nth-child(even) .t-circle_2e3f87ecf2aa620b {
  right: -6px;
  left: unset;
}

.single-timeline_f9898c7dfc41523f:nth-child(even) .timeline-text_fa05cf7d44580e5f {
  padding-left: 0;
  padding-right: 30px;
  text-align: right;
}

@media all and (max-width: 768px) {
  .all-timelines_27828eeab722176a::before {
    right: unset;
    top: 0;
  }

  .single-timeline_f9898c7dfc41523f:nth-child(2n) .timeline-text_fa05cf7d44580e5f {
    padding-left: 30px;
    padding-right: 0;
    text-align: left;
  }

  .single-timeline_f9898c7dfc41523f:nth-child(2n) .t-circle_2e3f87ecf2aa620b {
    left: -6px;
    right: unset;
  }

  .timeline-blank_7a2c27270823d8b8 {
    display: none;
  }

  .timeline-text_fa05cf7d44580e5f {
    width: 100%;
  }

  .single-timeline_f9898c7dfc41523f:nth-child(even) .timeline-text_fa05cf7d44580e5f span {
    text-align: left !important;
  }
}

@media all and (max-width: 360px) {
  .all-timelines_27828eeab722176a::before {
    top: 32px;
  }
}



/* css attributes */

.overflow-hidden_fd8651459aa93b1a {
  overflow: hidden;
}

.border1_d119a3904fc0b70b {
  border-width: 1px;
}

.bordertop_dfb52ffb6c66e684 {
  border-top: solid 1px #eee;
}

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_927aedca3670fa12:after,
.de_count_aee538616171a8d8,
.social-icons_159f0e6d3deb6d23 a i,
.de_tab.tab_methods_92a6edc9a1a3178b .de_nav li span,
.de_tab.tab_methods_92a6edc9a1a3178b .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_611a0c2328c15176 .title,
.carousel-item:hover .pf_text_611a0c2328c15176 .title,
.carousel-item .pf_text_611a0c2328c15176 .title .type,
.carousel-item:hover .pf_text_611a0c2328c15176 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_a6d7bb27bc926a6d i,
.social-icons-sm_a6d7bb27bc926a6d i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_f0dbaefb445abc07,
.btn-main_f361597f69fdbca1,
.de_tab.tab_style_4_cc488283119183b8 .de_nav li,
.form-subscribe_04c62ca984e42211 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_88919d03139e90d6,
.de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_d177a4ad4633e775 *,
.mask_d177a4ad4633e775 .cover,
.mask_d177a4ad4633e775:hover .cover,
.mask_d177a4ad4633e775 img,
.mask_d177a4ad4633e775:hover img,
.accordion_a5bfa204b07edd18 .content,
a.btn-border_27af857bbba5ba2c,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_5d55d6466215cfbe img,
a.a-underline_fdd7a9310a17b95c *,
.dropdown *,
.form-border_0763f34feee8505f *,
.d-carousel *,
#slider-carousel *,
.container-timeline_fefbe0fffbf065ca *,
.d_demo_img *,
.carousel-control-next-icon_21ac9eb4ae925899,
.carousel-control-prev-icon_9a9d20fa64279cee,
.grayscale_0ed153872aa09665,
.hover-color_99d62d782b8fa9e8,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_b06d03a01783234c,
.btn-plus_b06d03a01783234c *,
.btn-with-arrow_407fd1c9c3d1d35d:after,
.btn-with-arrow_407fd1c9c3d1d35d: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_d881037fd5ab381a:after,
a.btn-fx_d881037fd5ab381a:hover:after,
a.btn-fx_d881037fd5ab381a:before,
a.btn-fx_d881037fd5ab381a:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_5600fec7d2e88d03 li .post-date_83eedcf505401463,
.items_filter_5afa3370f3eb26a9 *,
.owl-prev_9dde390efcc55c58,
.owl-next_a23b9d14b9f520a7 {
  -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_9f75def3698ad283 {
  -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_cfc8fa222e89d069 {
  -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_5f2af7c4538cf7f8 {
  -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_7a7a7ce3697ceaae {
  -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_ada39573b094aacb {
  width: 100%;
  position: absolute;
  z-index: 10;
}

.de-video-overlay_1439fb4d464603b3 {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background: rgba(20, 20, 20, .5);
}

.de-video-overlay_1439fb4d464603b3.dotted_551a0a2cb8dbebcb {
  background: url(../images_02/dotted.webp);
}

.video-fixed_2fc493dc15841643 {
  width: 100%;
  position: fixed;
  top: 0;
}

/* youtube, vimeo */

.video-container_5a047cf3c14eb7ea {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.video-container_5a047cf3c14eb7ea iframe,
.video-container_5a047cf3c14eb7ea object,
.video-container_5a047cf3c14eb7ea embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.de-video-container .btn-line_927aedca3670fa12:hover:after,
.de-video-container a.btn-line_927aedca3670fa12:hover:after,
.de-video-container a.btn-line_927aedca3670fa12.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_dda1368f318d29b2 {
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.map-container_dda1368f318d29b2 iframe {
  width: 100%;
}

.de-map-hotspot_04d0cda741357d4c {
  position: relative;
}

.de-map-hotspot_04d0cda741357d4c img {
  width: 100%;
}

.de-spot_a816984e754e8849 {
  padding: 0;
  margin: 0;
  position: absolute;
  vertical-align: center;
  text-align: center;
}


.de-spot_a816984e754e8849 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_725d9015232eb99d .de-spot_a816984e754e8849 span{
  background: none;
  color:#ffffff;
  border: solid 2px rgba(255, 255, 255, .25);
}
.de-circle-1_fb71e921ca2adf76 {
  width: 15px;
  height: 15px;
  background-color: var(--tertiary-color);
  border-radius: 50%;
  position: absolute;
  margin: 5px 0 0 5px;
  left: 31%;
}

.de-circle-2_43c9931f5b48116d {
  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_725d9015232eb99d .modal-header_f786155f5dc2137f,
.nav-tabs_528f833f910c8e78 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_725d9015232eb99d .modal-content_7428486b4dcd4c04 {
  background: var(--bg-dark-1);
}

.dark-scheme_725d9015232eb99d .modal-footer_7fd4467a80aac087 {
  border-top-color: rgba(255, 255, 255, .2);
}

.dark-scheme_725d9015232eb99d .accordion-body_a20b2742cce4ed23 {
  background: var(--bg-dark-1);
  border-color: #292F45;
}

.nav-tabs_528f833f910c8e78 .nav-link {
  font-weight: 600;
}

.tab-default_a1b59a911101df3e .tab-content_9f4378aa52db56fa {
  margin-top: 20px;
}

.container-fluid_5b71788dfddbdafe {
  padding: 0px;
  margin: 0px;
}

.btn-primary_8cf40702edf98a13 {
  text-shadow: none;
  border: none;
}

.btn.btn-primary_8cf40702edf98a13:hover {
  background: #555;
}

.img-responsive_15ef35860127b806 {
  display: inline-block;
}

.img-shadow_af0770327b1de776 {
  -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_542eaf7275bd7b60{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.img-gray_04e3f99abf2158ac{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

img.img-auto_ef8386eb77d23f04 {
  width: auto;
  height: auto;
}

img.img-rounded_1d5a5b457c6ea449 {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.images-group-s1_31890ceb8ca56e39 img {
  width: 31.5%;
  margin-right: 2.5%;
  float: left;
  padding: 5px;
}

.images-group-s1_31890ceb8ca56e39 img:nth-child(2) {
  padding-top: 25%;
}

.images-group-s1_31890ceb8ca56e39 img:nth-child(3) {
  padding-top: 12.5%;
  margin-right: 0;
}

.box-rounded_929a1b7b5e315a6c {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.img-card-sm_5b16b87e30a2de00 {
  width: 72px;
  background: #ffffff;
  margin: 3px;
  padding: 5px 0;
}

p{
  margin-top: 0;
}

p.lead_ab0443f073db1407 {
  font-size: 18px;
  line-height: 32px;
  margin-top: 0;
  font-weight: 400;
  letter-spacing: -0.2px;
}

p.small_145283e38a159bb8{
  line-height: 1.8em;
}

p.lead_ab0443f073db1407.big_a76c394daa03e9f6{
  font-size: 32px !important;
}

.dark-scheme_725d9015232eb99d p.lead_ab0443f073db1407 {
  color: rgba(255, 255, 255, .75);
}

.dark-scheme_725d9015232eb99d strong{
  color:#ffffff;
}

.panel-group_e1b0e8625ece9ba2 {
  opacity: .8;
}

.panel-heading_7769dfbe3b73ffad,
.panel-body_8ebd1ec43ab63710 {
  background: #27282B;
  border: solid 1px #202220;
  border-radius: 0;
}

.panel-body_8ebd1ec43ab63710 {
  border-top: none;
}

.progress {
  background: #27282B;
}

.panel-heading_7769dfbe3b73ffad h4 a {
  display: block;
}

.panel-heading_7769dfbe3b73ffad h4 a:hover {
  color: #eceff3;
}

.panel-default_8925bd31bf4843a3,
.panel-collapse_4c20261b30256c6f,
.panel-collapse_4c20261b30256c6f,
.panel-group_e1b0e8625ece9ba2 .panel_45841b01baf3f9c7 {
  border: none;
  border-radius: 0;
}

.panel-heading_7769dfbe3b73ffad {
  background: #222;
}

.table-bordered_1ac384e0e35ea822,
.table-bordered_1ac384e0e35ea822 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_725d9015232eb99d blockquote {
  color: #ffffff;
}

.dark-scheme_725d9015232eb99d blockquote span {
  color: #ffffff;
}

blockquote.s2_33ecf3569edf687e {
  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_33ecf3569edf687e:before {
  font-family: "FontAwesome";
  content: "\f10e";
  font-style: normal;
  position: absolute;
  margin-left: -30px;
}

blockquote.s1_8221c4c014073e9c {
  padding: 0px;
}

blockquote.s1_8221c4c014073e9c: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_09ae29b4f60bae48::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_09ae29b4f60bae48::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_68596b55bbe7f38a .collapsible-link_09ae29b4f60bae48:before,
.text-light_68596b55bbe7f38a .collapsible-link_09ae29b4f60bae48:after {
  background: #ffffff;
}



.rtl .collapsible-link_09ae29b4f60bae48::before {
  right: auto;
  left: 0px;
}

.rtl .collapsible-link_09ae29b4f60bae48::after {
  right: auto;
  left: 6px;
}

.rtl .rtl-show_2b55b736931e3fb7 {
  display: block
}

.rtl .rtl-hide_ad10ba57ad02cdf1 {
  display: none;
}

.collapsible-link_09ae29b4f60bae48[aria-expanded='true']::after {
  transform: rotate(90deg) translateX(-1px);
}

.collapsible-link_09ae29b4f60bae48[aria-expanded='true']::before {
  transform: rotate(180deg);
}

.collapsible-link_09ae29b4f60bae48.text-white_9a63637325637b7b {
  color: #ffffff;
}

.collapsible-link_09ae29b4f60bae48.text-white_9a63637325637b7b::after,
.collapsible-link_09ae29b4f60bae48.text-white_9a63637325637b7b::before {
  background: #ffffff;
}


.accordion-style-1_12d52d33aca3f43e {
  overflow: visible;
}

.accordion-style-1_12d52d33aca3f43e .card_212dccfe082ecd2c {
  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_752b94170f801157 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.pic-grey_752b94170f801157:hover{
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -o-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0);
}

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


/* widget */


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

.widget_890bdc26c44d9892 {
  margin-bottom: 30px;
  padding-bottom: 30px;
}

footer .widget_890bdc26c44d9892{
  margin-bottom: 0;
}


.widget_890bdc26c44d9892 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.widget_890bdc26c44d9892 ul li {
  margin: 3px 0;
}

.widget_890bdc26c44d9892 .small-border_21bb65c1df1741d1 {
  height: 2px;
  width: 30px;
  background: #fff;
  margin: 0px 0 20px 0;
  display: block;
}

.widget_category_6085e0d2c824fcf9 li {
  padding: 8px 20px 8px 20px;
  margin-bottom: 8px;
  background: #111;
}

.widget_category_6085e0d2c824fcf9 li:before {
  font-family: "FontAwesome";
  content: "\f07b";
  margin-right: 10px;
}

.de_light_12d041dcea20ae91 .widget_category_6085e0d2c824fcf9 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_6085e0d2c824fcf9 li a {
  color: #606060;
}

.widget_recent_post_dcacf8b38305bb2c 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_dcacf8b38305bb2c li a {
  color: #555;
}

.widget-post_5600fec7d2e88d03 li {
  padding-bottom: 8px;
  margin-bottom: 8px;
}

.widget-post_5600fec7d2e88d03 li a {
  font-weight: 600;
  display: block;
  text-decoration: none;
  color: #606060;
}


.dark-scheme_725d9015232eb99d .widget-post_5600fec7d2e88d03 li a {
  color: #ffffff;
}

.widget-post_5600fec7d2e88d03 .post-date_83eedcf505401463 {
  position: absolute;
  color: #222;
  margin-right: 10px;
  text-align: center;
  width: 50px;
  font-size: 10px;
  text-transform: uppercase;
}

.widget-post_5600fec7d2e88d03 li:hover>.post-date_83eedcf505401463 {
  background: #222;
  color: #fff;
}

.widget-post_5600fec7d2e88d03 .date_803a2865413f92c4 {
  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_5600fec7d2e88d03 .date_803a2865413f92c4 {
  float: right;
}

.widget_890bdc26c44d9892 .comments_3dc7b14f8a30e933 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_890bdc26c44d9892 .tiny-border_a0c715bad17fd1b8 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_f645c1ce2ce99d95 .widget_890bdc26c44d9892 .tiny-border_a0c715bad17fd1b8 {
  background: rgba(0, 0, 0, .1);
}

.widget_tags_c58d9b790b9e3e1e li {
  text-shadow: none;
  display: inline-block;
  margin-right: 3px;
  margin-bottom: 16px;
}

.widget_tags_c58d9b790b9e3e1e 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_12d041dcea20ae91 .widget_tags_c58d9b790b9e3e1e li a {
  color: #606060;
  border: solid 1px rgba(0, 0, 0, .2);
}

.widget_tags_c58d9b790b9e3e1e li a:hover {
  color: #555;
  border-color: #555;
}

.de_light_12d041dcea20ae91 .widget_tags_c58d9b790b9e3e1e li a:hover {
  color: #111;
  border-color: #111;
}

.widget_tags_c58d9b790b9e3e1e li a {
  border-color: #555;
}

.widget_tags_c58d9b790b9e3e1e li a:hover border-color: #eceff3;
}

footer .widget_890bdc26c44d9892 {
  border: none;
  margin-bottom: 0;
}

.widget_tags_c58d9b790b9e3e1e ul {
  margin-top: 30px;
}

footer .widget_890bdc26c44d9892.widget_tags_c58d9b790b9e3e1e li a {
  border-color: #222;
}

footer .widget_recent_post_dcacf8b38305bb2c 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_dcacf8b38305bb2c li a {
  color: #ccc;
}

footer .widget_890bdc26c44d9892 h5 {
  margin-bottom: 20px;
}

footer .widget_list_43e90f81ae47e4d1 li {
  padding: 0 0 10px 0;
  margin: 0;
  margin-bottom: 10px;
  background: none;
  border-bottom-color: rgba(255, 255, 255, .1);
}

footer .widget_list_43e90f81ae47e4d1 li a {
  color: #ccc;
}

footer .tiny-border_a0c715bad17fd1b8 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_725d9015232eb99d #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_909a4d51bf9d2e60 {
  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_cc59d28a90e71941 {
  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_33ecf3569edf687e .d-item-txt_cc59d28a90e71941{
  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_cc59d28a90e71941 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

.de-marquee-list .d-item-display_18badedcc1a98be5 {
  display: inline;
}

.de-marquee-list .d-item-block_aef17809a4446aa9 {
  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_33ecf3569edf687e .d-item-block_aef17809a4446aa9{
  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_aef17809a4446aa9{
  border-radius: 0;
}

.text-light_68596b55bbe7f38a .de-marquee-list .d-item-dot_8983957042e54103 {
  background: rgba(255, 255, 255, .3);
}

.de-marquee-list.style-2_62da60a39fce4cb3 .d-item-txt_cc59d28a90e71941 {
  font-size: 160px;
  background: rgba(255, 255, 255, .2);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.de-marquee-list.style-2_62da60a39fce4cb3 .d-item-dot_8983957042e54103 {
  transform: translateY(-0px);
  background: rgba(255, 255, 255, .2);
}

/* marquee */


.de-step-s1_173ccfa83464d464 {
  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_173ccfa83464d464 p {
  position: relative;
  z-index: 1;
  margin-bottom: 0;
}

.de-step-s1_173ccfa83464d464 h4 {
  position: relative;
  z-index: 1;
}

.de-step-s1_173ccfa83464d464 .d-number_4f0b299e6d8c2b64 {
  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_68596b55bbe7f38a .de-step-s1_173ccfa83464d464 .d-number_4f0b299e6d8c2b64{
  color:#ffffff;
}

.border-gray_a8deec88d4724bdf {
  border: solid 1px #ddd;
}

.bg-blur_92403dad7ae94690 {
  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_8e4e01a31a86660d {
  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_8e4e01a31a86660d.light_cc1a2f6bfadb7bd1 {
  background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
}


.dark-scheme_725d9015232eb99d .de-gradient-edge-top_8e4e01a31a86660d {
  background: linear-gradient(180deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}

.de-gradient-edge-bottom_07f02618ff2a42c8 {
  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_07f02618ff2a42c8.light_cc1a2f6bfadb7bd1 {
  background: linear-gradient(0deg, rgba(255,255,255, 1) 0%, rgba(255,255,255, 0) 100%);
}

.dark-scheme_725d9015232eb99d .de-gradient-edge-bottom_07f02618ff2a42c8 {
  background: linear-gradient(0deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);
}


.no-border_321f4c9d9442f7d4 {
  border: none !important;
}


.owl-carousel_20cdad17b09372fe.no-hide_f641678ca2908cb9 .owl-stage-outer_3036378fbf75c63b{
  overflow: visible; !important;
}

.grayscale_0ed153872aa09665{
  filter: grayscale(1);
}

.hover-color_99d62d782b8fa9e8:hover{
  filter:grayscale(0);
}

.show-on-scroll{
  opacity: 0;
}

.show-on-scroll.show{
  opacity: 1;
}

.show-on-scroll.hide{
  opacity: 0;
}

.d_wrap_13c196cd12c98f98{
    position: relative;
}
.d_wrap_13c196cd12c98f98 img{
    position: relative;
}
.d_wrap_sm-box_ebcf300cbc0ecf1e{
    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_ebcf300cbc0ecf1e h6, .d_wrap_sm-box_ebcf300cbc0ecf1e h4{
  color:var(--heading-font-color);
}

.de-rating-ext_7153f9f2b3d7b42a .d-val_772b1bb4d1d1e370{
  color:#fff;
  margin-right: 10px;
}

.de-rating-ext_7153f9f2b3d7b42a{
  font-size: 14px;
}

.de-rating-ext_7153f9f2b3d7b42a i{
  color:#F2B827;
}

/* select2 begin */
.select2-container--default_d71b5b10fb0f2697 .select2-selection--single {
  border-color: #fff;
  height: 60px;
  padding: 2.5px 0;
  border-radius: 0;
}
.select2-container--default_d71b5b10fb0f2697 .select2-selection--single .select2-selection__arrow_10b5bfc1552bcfc4 {
  height: 48px;
}

.select2-dropdown_952df1492b4b9e8b {
  border-radius: 0;
  box-shadow: #444 0px 3px 5px;
  border: 0;
}


.select2-container--default_d71b5b10fb0f2697{
    margin-bottom: 20px;
}
.select2-container--default_d71b5b10fb0f2697 img{
    width: 30px;
    margin-left: 5px;
    margin-right:10px;
    padding: 7px 0;
}
.select2-container--default_d71b5b10fb0f2697 .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_d71b5b10fb0f2697 .select2-selection--single .select2-selection__rendered{
    color:#ffffff;
}
.select2-container--default_d71b5b10fb0f2697 .select2-results__option--selectable{
    background: #333;
}
.select2-container--default_d71b5b10fb0f2697 .select2-results__option--highlighted.select2-results__option--selectable{
    background: var(--primary-color);
}

/* select2 end */

.grid-divider_8724ceba4fa193ae > [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_8724ceba4fa193ae.dark > [class*=col-]:nth-child(n+2):after {
  border-left: solid 1px rgba(0, 0, 0, .3);
}


.grid-divider_8724ceba4fa193ae.dark-divider_63d779af233268e0 > [class*=col-]:nth-child(n+2):after {
  border-left: solid 1px var(--heading-font-color);
}

.text-light_68596b55bbe7f38a .grid-divider_8724ceba4fa193ae > [class*=col-]:nth-child(n+2):after {
  border-left-color: rgba(255, 255, 255, .5);
}

.arrow-divider_ddb88bbc0384b744 > [class*=col-]:nth-child(n+2):after {
  content: url('../visuals/svg/arrow-right.svg');
  position: absolute;
  top: 0;
  bottom: 0;
  height: auto;
  left: -20px;
  top: 30px;
}

.arrow-divider_ddb88bbc0384b744.light_cc1a2f6bfadb7bd1 > [class*=col-]:nth-child(n+2):after {
  content: url('../visuals/svg/arrow-right-white.svg');
}

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

/* misc */

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

/* background */
.bg-white_80e182ae7a6803e8{ background:#ffffff; }
.bg-black_181a16df590b0751{ background:#000000; }

/* width (percent) */
.w-10_bad2902dd6829195{width: 10%;}
.w-20_75f14f35a24d6d6b{width: 20%;}
.w-30_92918ee1092654d4{width: 30%;}
.w-40_56db4e382706ba46{width: 40%;}
.w-50_0c29f8ce38152b33{width: 50%;}
.w-60_d5815441895a6fa9{width: 60%;}
.w-70_57e26e90d90b9a52{width: 70%;}
.w-80_22b0343a148d7dd6{width: 80%;}
.w-90_7362dd40f87c1cbb{width: 90%;}
.w-100_908969b538c9768e{width: 100%;}

/* width (px) */
.w-10px_518a89ced392d9da{width: 10px;}
.w-20px_e29d83eb277992f6{width: 20px;}
.w-24px_c109bd689b1eaaee{width: 24px;}
.w-40px_02d328f02ca5b638{width: 40px;}
.w-50px_98f6dd4ba9fc606b{width: 50px;}
.w-60px_d6c8118342946228{width: 60px;}
.w-70px_2f1efbfc12867ad6{width: 70px;}
.w-80px_616b00538be8e88d{width: 80px;}
.w-90px_25275cd713d022e9{width: 90px;}
.w-100px_584eb979e0abb4ec{width: 100px;}
.w-110px_b443f4fd6fc3e696{width: 110px;}
.w-120px_20b2a48244eccf26{width: 120px;}
.w-130px_0df3d072dd0ed7ab{width: 130px;}
.w-140px_ff76b330e23e1e6e{width: 140px;}
.w-150px_b1c5e5a3cb751b2c{width: 150px;}
.w-200px_e8e2b594d018a99f{width: 200px;}
.w-250px_8cf524d6e7043adb{width: 250px;}
.w-300px_c32853b0568a3be2{width: 300px;}

/* height (percent) */
.h-10_9ad2ecfd30e487ef{height: 10%;}
.h-20_10f37ab9469f2770{height: 20%;}
.h-30_696069f7665edbf8{height: 30%;}
.h-40_165488b0def3ea5e{height: 40%;}
.h-50_9f31b7e32647ef91{height: 50%;}
.h-60_5eca76cc929b47ff{height: 60%;}
.h-70_5a5b0f7736ed3bfb{height: 70%;}
.h-80_6d757a6c075a86e0{height: 80%;}
.h-90_de6e0b11f5314335{height: 90%;}
.h-100_a18f7b0e8c307e93{height: 100%;}

/* height (px) */
.h-10px_c2cc9b5394aba260{height: 10px;}
.h-20px_9e03d3ee337dca5d{height: 20px;}
.h-24px_03967385183ca9c5{height: 24px;}
.h-40px_6c52bc02c42be1a8{height: 40px;}
.h-50px_05b8bf936629faf3{height: 50px;}
.h-60px_bffc6e1b0ecc5fc0{height: 60px;}
.h-70px_5e566c1239922edf{height: 70px;}
.h-80px_dc2e5b243332b9b4{height: 80px;}
.h-90px_23d78cd365c76344{height: 90px;}
.h-100px_013f35ed8e44c331{height: 100px;}
.h-110px_6b13c0747ca32858{height: 110px;}
.h-120px_95ce057b85591c70{height: 120px;}
.h-130px_5bd0767252601c60{height: 130px;}
.h-140px_d9fe922c8468c580{height: 140px;}
.h-150px_0ac3da15e234bf70{height: 150px;}
.h-200px_0cf06b3d6efe50d7{height: 200px;}
.h-250px_74e739755271ca3c{height: 250px;}
.h-300px_8a01ff42e410f10e{height: 300px;}

/* top (percent) */
.top-10_4853cdec04fad6bd{top: 10%;}
.top-20_3bc0681717d087d6{top: 20%;}
.top-30_24583c4a9a661ff9{top: 30%;}
.top-40_d5f4075c6aef64ae{top: 40%;}
.top-50_ee1477671addc17b{top: 50%;}
.top-60_50777acace0a0505{top: 60%;}
.top-70_bb8c39d872834ade{top: 70%;}
.top-80_a7bde1ac610d8398{top: 80%;}
.top-90_dd2fc6ce6c320318{top: 90%;}
.top-100_a597709a9b408a12{top: 100%;}

/* top (px) */
.top-10px_db3d6d89d90498e6{top: 10px;}
.top-20px_befb0692c59dd730{top: 20px;}
.top-30px_b95b599988b05f38{top: 30px;}
.top-40px_e40e7fd8864468ed{top: 40px;}
.top-50px_86b21624b160c825{top: 50px;}
.top-60px_1b333995e0b263cb{top: 60px;}
.top-70px_33e3de5abe4df5ea{top: 70px;}
.top-80px_fc179ce10f20d467{top: 80px;}
.top-90px_1185e71fc9c480d3{top: 90px;}
.top-100px_8d13fda63b63c677{top: 100px;}

/* bottom (percent) */
.bottom-10_345f9f7d4a48f321{bottom: 10%;}
.bottom-20_e8c500a8e6ea0776{bottom: 20%;}
.bottom-30_fd57a16c84594729{bottom: 30%;}
.bottom-40_25c579a2a3edcb29{bottom: 40%;}
.bottom-50_831a7f2d42a5361f{bottom: 50%;}
.bottom-60_95349f5edd36399f{bottom: 60%;}
.bottom-70_82c193d88b94b89c{bottom: 70%;}
.bottom-80_c73454d7bdc52947{bottom: 80%;}
.bottom-90_80a10471459f5d7d{bottom: 90%;}
.bottom-100_7663c9d82fac714c{bottom: 100%;}

/* bottom (px) */
.bottom-10px_27669cdd891d593f{bottom: 10px;}
.bottom-20px_9a031a48c85266ea{bottom: 20px;}
.bottom-30px_787fbd6cbd55a81c{bottom: 30px;}
.bottom-40px_0b8959b24acc7488{bottom: 40px;}
.bottom-50px_05941396b937a3ea{bottom: 50px;}
.bottom-60px_fb66762bfddf843e{bottom: 60px;}
.bottom-70px_cdb323c95e4ba9ca{bottom: 70px;}
.bottom-80px_5a76925f18a8a103{bottom: 80px;}
.bottom-90px_c10216613e9b44d9{bottom: 90px;}
.bottom-100px_f9b2c40fb70024f9{bottom: 100px;}

/* top negative (px) */
.top-min-10_93adb26135fd5ffb{top:-10px;}
.top-min-20_590ded1a33b2d87c{top:-20px;}
.top-min-30_4df522a586f3225b{top:-30px;}
.top-min-40_1dc184b64d254cd1{top:-40px;}
.top-min-50_aca46b77f357f27f{top:-50px;}
.top-min-60_96fdf595d0d70538{top:-60px;}
.top-min-70_c773c6db5491f5a1{top:-70px;}
.top-min-80_8da62f5e46f3e518{top:-80px;}
.top-min-90_dbae1b3a6b8d813b{top:-90px;}
.top-min-100_32c375be9628b3d6{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_5e4740fad058d39b{bottom:-10px;}
.bottom-min-20_60e0a77fd8331e7b{bottom:-20px;}
.bottom-min-30_f685844eda6f16f3{bottom:-30px;}
.bottom-min-40_d1406bb047375053{bottom:-40px;}
.bottom-min-50_9454d8ebcead311d{bottom:-50px;}
.bottom-min-60_3903b9774707edff{bottom:-60px;}
.bottom-min-70_062a08fc745f19f1{bottom:-70px;}
.bottom-min-80_ef32dc06c2b72f66{bottom:-80px;}
.bottom-min-90_93a068dfd3754fc5{bottom:-90px;}
.bottom-min-100_d47f91834f4f37c2{bottom:-100px;}

/* left pos (percent) */
.start-10_36e0493bb8f90671{left: 10%;}
.start-20_7bb0ed9bfb1cd040{left: 20%;}
.start-30_2531b36a49e6c174{left: 30%;}
.start-40_0f1c7fef3409e5d8{left: 40%;}
.start-50_1e782216a6021139{left: 50%;}
.start-60_a273ba6ea3528ede{left: 60%;}
.start-70_bd9475492a6488c8{left: 70%;}
.start-80_6d30ef9ed7d694ec{left: 80%;}
.start-90_d2c9bc7d9b062c0b{left: 90%;}
.start-100_2d9f66d1d5e62dc4{left: 100%;}

/* left pos (px) */
.start-10px_8539166f94e60588{left: 10px;}
.start-20px_e1be997871634aa6{left: 20px;}
.start-30px_7698c72a0ca12cd1{left: 30px;}
.start-40px_c842ed0d5bd50c3b{left: 40px;}
.start-50px_07dc8d57a442787e{left: 50px;}
.start-60px_c33491f4231e9be2{left: 60px;}
.start-70px_7e01971dc2a8fe54{left: 70px;}
.start-80px_eb606cb35917d83c{left: 80px;}
.start-90px_63754ec8e7f5f3cf{left: 90px;}
.start-100px_8d4107721f9b8af8{left: 100px;}

/* right  pos (percent) */
.end-10_bd917fe0aeeac466{right: 10%;}
.end-20_aff5e2ae2f5232df{right: 20%;}
.end-30_503df1b22f2778f8{right: 30%;}
.end-40_ea484cc0bf6bcf84{right: 40%;}
.end-50_64cf5c7af6260f5d{right: 50%;}
.end-60_503a3e72100cfd5c{right: 60%;}
.end-70_1b7b8f603a58638c{right: 70%;}
.end-80_24e73bd10945ac5f{right: 80%;}
.end-90_1e01b5fe9b456248{right: 90%;}
.end-100_5bbcc0a332bb1383{right: 100%;}

/* right  pos (px) */
.end-10px_699f32b24d0b8303{right: 10px;}
.end-20px_66ca88fec5791b13{right: 20px;}
.end-30px_b30405f32f9231fd{right: 30px;}
.end-40px_81f28077a4f538bb{right: 40px;}
.end-50px_64d7de1bfb3d348b{right: 50px;}
.end-60px_0d48d521e4e8ddc1{right: 60px;}
.end-70px_92002556da58fce5{right: 70px;}
.end-80px_804b1bbdac05cade{right: 80px;}
.end-90px_3fc1be957d4cb04e{right: 90px;}
.end-100px_ae6d68cb17449438{right: 100px;}

/* margin-left (percent) */
.ms-10_ea91b0f0b4bfe847{margin-left: 10%;}
.ms-20_d87022b89d8c5065{margin-left: 20%;}
.ms-30_a167793e563f4d72{margin-left: 30%;}
.ms-40_0bf32f8e1f041f46{margin-left: 40%;}
.ms-50_2c4c2d93b77f0105{margin-left: 50%;}
.ms-60_c3036613b0a4a221{margin-left: 60%;}
.ms-70_4426a28ba777f77e{margin-left: 70%;}
.ms-80_a561a2b8fe80fd88{margin-left: 80%;}
.ms-90_9cb8014c039eacd7{margin-left: 90%;}
.ms-100_bd3069b508603554{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_4b03082952c7d265{margin-left: 10px;}
.ms-20px_9c8c9e0a7c1d0eb6{margin-left: 20px;}
.ms-30px_c9fd44c1fe925539{margin-left: 30px;}
.ms-40px_ddbafc061e30d21f{margin-left: 40px;}
.ms-50px_620670e36eb70be5{margin-left: 50px;}
.ms-60px_1687966af99aae4e{margin-left: 60px;}
.ms-70px_3f0edb12b293fca0{margin-left: 70px;}
.ms-80px_ef0dd6f0ed3ed4a2{margin-left: 80px;}
.ms-90px_5b635e3b1b987a59{margin-left: 90px;}
.ms-100px_97bc1c637b42b9e1{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_2a9a14a5b1e604d9{margin-top:-10px;}
.mt-min-20_46fd6d33c2442e9d{margin-top:-20px;}
.mt-min-30_930f31580c1950e8{margin-top:-30px;}
.mt-min-40_04e3165d12392424{margin-top:-40px;}
.mt-min-50_1e3b0c995464377d{margin-top:-50px;}
.mt-min-60_f61d020ec28a4562{margin-top:-60px;}
.mt-min-70_d9bd81018af57c8a{margin-top:-70px;}
.mt-min-80_ec2038dd03bd2211{margin-top:-80px;}
.mt-min-90_f7ba0bc4621ebd89{margin-top:-90px;}
.mt-min-100_c9c5e136c74006af{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_f750a99f5e9c54fe{margin-bottom:-10px;}
.mb-min-20_0845e3b9a98b37af{margin-bottom:-20px;}
.mb-min-30_130cf08b3344adc2{margin-bottom:-30px;}
.mb-min-40_4eb5fdb25143bb31{margin-bottom:-40px;}
.mb-min-50_844152ede0768177{margin-bottom:-50px;}
.mb-min-60_8713b8ff4dbd2508{margin-bottom:-60px;}
.mb-min-70_9d729dbd33476b90{margin-bottom:-70px;}
.mb-min-80_df948b29d1cc6569{margin-bottom:-80px;}
.mb-min-90_a8e71bd795cc79ff{margin-bottom:-90px;}
.mb-min-100_c3826e4020d65d23{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_4f80991d69c1e42c{margin-left:-10px;}
.ms-min-20_f69bf3e93e267056{margin-left:-20px;}
.ms-min-30_a88c8f7826a362b9{margin-left:-30px;}
.ms-min-40_9bb386718fcdbc1e{margin-left:-40px;}
.ms-min-50_8ef913e7f91c1a2d{margin-left:-50px;}
.ms-min-60_6c27d61f87b098d0{margin-left:-60px;}
.ms-min-70_93b086e5a1d5574a{margin-left:-70px;}
.ms-min-80_1acd6b64e8cf65ae{margin-left:-80px;}
.ms-min-90_6eda9d1957686356{margin-left:-90px;}
.ms-min-100_b6d80fe3109c9890{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_154e1e364bb13fda{margin-right:-10px;}
.me-min-20_1601dc389ab2dda0{margin-right:-20px;}
.me-min-30_36e9d9678120cf8c{margin-right:-30px;}
.me-min-40_2381f20d1251ae04{margin-right:-40px;}
.me-min-50_3c185ef48c353298{margin-right:-50px;}
.me-min-60_8d972ffe61731927{margin-right:-60px;}
.me-min-70_031691067a065db6{margin-right:-70px;}
.me-min-80_83282a664b50bd92{margin-right:-80px;}
.me-min-90_812d9496bf3a60c3{margin-right:-90px;}
.me-min-100_fab4b1df2e22f261{margin-right:-100px;}

/* font-size (px) */
.fs-12_17a3601399fa521e{font-size: 12px;}
.fs-14_fd671ba80c9ba5ee{font-size: 14px;}
.fs-15_a4d35a02bc1e9099{font-size: 15px;}
.fs-16_e5a015fc1d666c26{font-size: 16px;}
.fs-18_578af3822eef1145{font-size: 18px;}
.fs-20_a29cf109bf89b613{font-size: 20px;}
.fs-24_e226fba9d6711fcc{font-size: 24px;}
.fs-28_293ef0065e2c4ad9{font-size: 28px;}
.fs-30_0c0ddecdd2354155{font-size: 30px;}
.fs-32_921dee47e7817f85{font-size: 32px;}
.fs-36_55ced8a7d3b473c9{font-size: 36px;}
.fs-40_194054c0ffcaa510{font-size: 40px;}
.fs-48_ef6cd7a57da39dfd{font-size: 48px;}
.fs-56_76bc5e7a67981cdb{font-size: 56px;}
.fs-60_3cd48bfa188b2eaf{font-size: 60px;}
.fs-64_8df099b03f7ca0ac{font-size: 64px;}
.fs-72_184cf1e12496a615{font-size: 72px;}
.fs-96_d6a5611a9da74c52{font-size: 96px;}
.fs-120_67bcf880c4f6efe1{font-size: 120px;}
.fs-150_febe49f4c050747a{font-size: 150px;}
.fs-200_a30e076eba4b7908{font-size: 200px;}


/* font-weight */
.fw-100_aa1deca74e9b9de4{font-weight: 100;}
.fw-200_a77f7f9add6bab3f{font-weight: 200;}
.fw-400_afdb214061b1056d{font-weight: 300;}
.fw-400_afdb214061b1056d{font-weight: 400;}
.fw-500_eddceb2845cfa98b{font-weight: 500;}
.fw-600_f64143b4b85a7b17{font-weight: 600;}
.fw-bold_24726e0c5c679bdb{font-weight: bold;}

/* margin left (px) */
.ms-10_ea91b0f0b4bfe847{margin-left: 10%;}
.ms-20_d87022b89d8c5065{margin-left: 20%;}
.ms-30_a167793e563f4d72{margin-left: 30%;}
.ms-40_0bf32f8e1f041f46{margin-left: 40%;}
.ms-50_2c4c2d93b77f0105{margin-left: 50%;}
.ms-60_c3036613b0a4a221{margin-left: 60%;}
.ms-70_4426a28ba777f77e{margin-left: 70%;}
.ms-80_a561a2b8fe80fd88{margin-left: 80%;}
.ms-90_9cb8014c039eacd7{margin-left: 90%;}
.ms-100_bd3069b508603554{margin-left: 100%;}

/* padding (px) */
.p-10_52830373006ad4b5{padding: 10px;}
.p-15_cb8ba257845de7c3{padding: 15px;}
.p-20_e640c45180c5fcbf{padding: 20px;}
.p-30_9d26dc597383f9a4{padding: 30px;}
.p-40_1b730eca08fd32f5{padding: 40px;}
.p-50_90e39db9f917cf78{padding: 50px;}
.p-60_4dbe14da7f49164e{padding: 60px;}
.p-70_778ff267393cf4c7{padding: 70px;}
.p-80_a1eef33375d7f8ca{padding: 80px;}
.p-90_3822781fe07d83ca{padding: 90px;}
.p-100_dd18bbf44002cde9{padding: 100px;}

/* padding bottom (px) */
.pb-10_e669c2034e01fb6a{padding-bottom: 10px;}
.pb-20_7f7610ec34549fa5{padding-bottom: 20px;}
.pb-30_712e4c5606665225{padding-bottom: 30px;}
.pb-40_78441eac485161fe{padding-bottom: 40px;}
.pb-50_7e719524b5b92234{padding-bottom: 50px;}
.pb-60_168ef2e65562f7da{padding-bottom: 60px;}
.pb-70_fe24106caf02a5d8{padding-bottom: 70px;}
.pb-80_61b83f801ced8155{padding-bottom: 80px;}
.pb-90_7e9669462e702734{padding-bottom: 90px;}
.pb-100_2b0d7d6015fbb28d{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_e26caed0e9fe2efa{padding-top: 10px;}
.pt-20_e3b540cc42cc9881{padding-top: 20px;}
.pt-30_d4c59a1dc6f3a2e0{padding-top: 30px;}
.pt-40_039af3e4fa3c1da1{padding-top: 40px;}
.pt-50_2c499ca9e58ac05e{padding-top: 50px;}
.pt-60_ec3f918908b80525{padding-top: 60px;}
.pt-70_69dcf3e09530e127{padding-top: 70px;}
.pt-80_9590621c47f99697{padding-top: 80px;}
.pt-90_da07c71554a214cc{padding-top: 90px;}
.pt-100_608ef123e8abf9ea{padding-top: 100px;}

/* padding left (px) */
.ps-10_ebde626007776e87{padding-left: 10px;}
.ps-20_547a737b9d519425{padding-left: 20px;}
.ps-30_c886c10334145b3b{padding-left: 30px;}
.ps-40_3ddfc5a2bda95996{padding-left: 40px;}
.ps-50_432fb146c61d3296{padding-left: 50px;}
.ps-60_87afe3820de08a8a{padding-left: 60px;}
.ps-70_f1b35f5c1acaf0c7{padding-left: 70px;}
.ps-80_79d74d3ea1a23989{padding-left: 80px;}
.ps-90_52acd62c30380cb6{padding-left: 90px;}
.ps-100_7ac390b05c9d5334{padding-left: 100px;}

/* border white */
.border-white-1_387846171beeee4a{border: solid 1px white;}
.border-white-2_d82d6156f968937a{border: solid 2px white;}
.border-white-3_8f29ed617c262b11{border: solid 3px white;}
.border-white-4_1951d6d64d4cbfd0{border: solid 4px white;}
.border-white-5_f578c6c74ad2e39c{border: solid 5px white;}
.border-white-6_42276e6e4fd3f790{border: solid 6px white;}
.dashed-1-white_50ce73bbb4209c7b{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_77e0b02ecd58f93c{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_685c13a1fc12a907{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_8539fa71f190da20{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_9bbef8c25406247d{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_c927b819768ca293{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_446abed5c9ac6791{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_571162c0e9f2c737{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_00b69709aa10bf40{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_8dcf7276ff323e99{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

/* border bottom grey */
.border-bottom-1-grey_1e25c493d9d6f9df{border-bottom: solid 1px #dddddd;}

/* border bottom dark */
.border-bottom-1-dark_c153bf90fbd06760{border-bottom: solid 1px var(--bg-dark-1);}

/* border bottom dark */
.border-bottom-1-light_574f8185e3a3b5e0{border-bottom: solid 1px rgba(255,255,255,.5);}

/* hover effects */
.hover:hover .hover-scale-1-2_3166b28aa517c1ac{transform: scale(1.2);}
.hover-scale-in-3_df3a04aad62c758c{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_df3a04aad62c758c{transform: scale(1); opacity: 1}
.hover-op-0_7a1e5343cfae92b7{ opacity:1 }
.hover:hover .hover-op-0_7a1e5343cfae92b7{ opacity:0 }
.hover-op-1_d4f7167b1391f9a6,.hover-op-05_c793c9a64902e440{ opacity:0 }
.hover:hover .hover-op-1_d4f7167b1391f9a6{ opacity:1 }
.hover:hover .hover-op-05_c793c9a64902e440{ opacity:.5 }
.hover:hover .hover-scale-1-1_7361d2096735a322{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_3166b28aa517c1ac{transform: scale(1.2);}
.hover-scale-in-3_df3a04aad62c758c{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_df3a04aad62c758c{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_17a686ffa40df509{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_a552d4bdcccb9c52{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_564d8f5f7a6c4839{background: var(--heading-font-color)}
.hover-mh-100_492183ee563acb98{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_492183ee563acb98{max-height: 500px;}
.hover:hover .hover-top-0_82dd25a989c1845b{top:0;}
.hover:hover .hover-pb-40_ca313e7b6f111877{padding-bottom: 40px;}
.hover-mt-40_81ce2b4d6a913549{margin-top: 40px;}
.hover:hover .hover-mt-40_81ce2b4d6a913549{margin-top: 0px;}
.hover:hover .hover-mt-0_6e12dc0b88b0ea92{margin-top: 0;}

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

/* opacity */
.op-1_0ac7f805254eb458{ opacity:.1; }
.op-2_4c7768a33927f479{ opacity:.2; }
.op-3_35171b985fce54a3{ opacity:.3; }
.op-4_737c58beb2fd41e6{ opacity:.4; }
.op-5_39ab16d26faa5012{ opacity:.5; }
.op-6_1b350b5cde383a6e{ opacity:.6; }
.op-7_493360ad4110f0cf{ opacity:.7; }
.op-8_49c55c0930bfd1f1{ opacity:.8; }
.op-9_c07eb6f805822ce0{ opacity:.9; }

/* line height em */
.lh-1_64ddd9ca9d9db004{line-height: 1em;}
.lh-1-1_4696a5cd73f6a960{line-height: 1.1em;}
.lh-1-2_b25392896675a1dd{line-height: 1.2em;}
.lh-1-3_430c084e16769e48{line-height: 1.3em;}
.lh-1-4_19ca80f131ac4ca5{line-height: 1.4em;}
.lh-1-5_681526963434cbef{line-height: 1.5em;}
.lh-1-6_a326f9dc82a82af4{line-height: 1.6em;}
.lh-1-7_cd97c1d131943e8a{line-height: 1.7em;}
.lh-1-8_e2c5616e21ee4efa{line-height: 1.8em;}

/* min height (px) */
.mh-200_1ff2ffa14f40d42c{min-height:200px;}
.mh-300_305b620959139b61{min-height:300px;}
.mh-400_6330ddfdac8509c7{min-height:400px;}
.mh-500_e599741b7282e9fa{min-height:500px;}

/* background dark */
.bg-dark-20_2031e4b50771e526{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_58472eb1b4c11c8e{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_a7cfc889cd368601{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_6285874f85735982{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_6ec52fa0aed4e805{background: rgba(0, 0, 0, .1)}
.overlay-black-2_5a361c139e106488{background: rgba(0, 0, 0, .2)}
.overlay-black-3_5945518b85dccdab{background: rgba(0, 0, 0, .3)}
.overlay-black-4_41a803aec9fa635c{background: rgba(0, 0, 0, .4)}
.overlay-black-5_27dbab3592c4561f{background: rgba(0, 0, 0, .5)}
.overlay-black-6_286d896875f578d0{background: rgba(0, 0, 0, .6)}
.overlay-black-7_8d66c8ec6db3ba6f{background: rgba(0, 0, 0, .7)}
.overlay-black-8_9de00cf4e549d977{background: rgba(0, 0, 0, .8)}
.overlay-black-9_0cbcda4fb95d09d5{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_02423891772d3973{background: rgba(255, 255, 255, .1)}
.overlay-white-2_a3046228c0c531f8{background: rgba(255, 255, 255, .2)}
.overlay-white-3_7d1c62dc03713cc6{background: rgba(255, 255, 255, .3)}
.overlay-white-4_97e5575037b81e19{background: rgba(255, 255, 255, .4)}
.overlay-white-5_bd335813a138b0c6{background: rgba(255, 255, 255, .5)}
.overlay-white-6_e2ffd729eef9b55c{background: rgba(255, 255, 255, .6)}
.overlay-white-7_c889e9e6a3870afa{background: rgba(255, 255, 255, .7)}
.overlay-white-8_378d7d02854ab951{background: rgba(255, 255, 255, .8)}
.overlay-white-9_627e604d3cdc085d{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_6293d23cc1ed67c2 { left: 50%; transform: translateX(-50%);}
.abs-middle_45d708029fd5d8e2{ top: 50%;  transform: translateY(-50%);}
.abs-centered_f8e48ff50e5f7005{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_d808b8c960353c69 { position: relative; }

/* z-index */
.z-1_bc5a83cf21f97bf7{ z-index:1 }
.z-2_4a7ff5b4794d99eb{ z-index:2 }
.z-3_d5f88037da9e28d4{ z-index:3 }
.z-4_b8b908f1b6c4b9d1{ z-index:4 }
.z-1000_c9458fcadd0500d2 { z-index: 1000;}

.auto-height_969dfc9ae425990e{height: 100%;padding-top: 100%;}

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

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

.rounded-bottom-end-60_98d994dac213c296{
  border-radius:0 0 60px 0;
  -moz-border-radius:0 0 60px 0;
  -webkit-border-radius:0 0 60px 0;
}

.rounded-bottom-start-60_2490fb408d80cc73{
  border-radius:0 0 0 60px;
  -moz-border-radius:0 0 0 60px;
  -webkit-border-radius:0 0 0 60px;
}

.rounded-top-start-60_69f008ea1dfcd547{
  border-radius:60px 0 0 0;
  -moz-border-radius:60px 0 0 0;
  -webkit-border-radius:60px 0 0 0;
}

.border-1-black_38e75b0f4ee5c010{border: solid 1px black;}

/* misc end */

.ss-wrap_43d1552588982791{
  position: relative;
  width: 120%;
  margin-left: -10%;
}

.ss-wrap_43d1552588982791 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_43d1552588982791 .img-l1_e8b368afb31e199a{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_43d1552588982791 .img-l2_c80d0759dae8a1d0{
  top:20%;
  left: 0%;
}


.ss-wrap_43d1552588982791 .img-r1_38862ec68095b5ec{
  top:10%;
  right: 20%;
  z-index: 3;
}

.ss-wrap_43d1552588982791 .img-r2_df7877765ee2ff5a{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

.de-vertical-nav_29285a8c026bfd90 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_29285a8c026bfd90 img{
  position: absolute;
  width: 40px;
  top: 50%;  transform: translateY(-50%);
}

/* de-vertical-nav end */

.menu-simple_f7af74ce59fe6a09 {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;
}

.menu-simple_f7af74ce59fe6a09 li {
  display: inline;
  margin: 0 15px;
}


/* timeline begin */
.de-timeline_20139b7a91f7ebfd .d-item{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.de-timeline_20139b7a91f7ebfd .d-item{
  content: "";
  border-left: solid 1px #555;
  margin-left: 20px;
  padding-bottom: 30px;
}

.de-timeline_20139b7a91f7ebfd .d-item  .d-icon_49ffb986205210b1{
  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_20139b7a91f7ebfd .d-item.active .d-icon_49ffb986205210b1{
  animation: pulsing 2s infinite;
  transition: all 0.2s;
}

.de-timeline_20139b7a91f7ebfd .d-item .d-text_278b0eb3cf7fcaad{
  max-width: 80%;
  padding-left: 40px;
}

.de-timeline_20139b7a91f7ebfd .d-item .d-text_278b0eb3cf7fcaad h4{
  margin-bottom: 5px;
}

.de-timeline_20139b7a91f7ebfd .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_ded648e0de9dc125 .d-item{
  display: flex;
  justify-content: space-between;
  position: relative;
}

.de-timeline-s2_ded648e0de9dc125 .d-item{
  content: "";
  border-left: solid 1px #555;
  margin-left: 20px;
  padding-bottom: 30px;
}

.de-timeline-s2_ded648e0de9dc125.color .d-item{
  border-left-color: var(--secondary-color);
}


.de-timeline-s2_ded648e0de9dc125 .d-item.no-border_321f4c9d9442f7d4{
  border: none;
}

.de-timeline-s2_ded648e0de9dc125 .d-item  .d-icon_49ffb986205210b1{
  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_ded648e0de9dc125.color .d-item  .d-icon_49ffb986205210b1{
  background: var(--secondary-color);
}

.de-timeline-s2_ded648e0de9dc125 .d-item.active .d-icon_49ffb986205210b1{
  animation: pulsing 2s infinite;
  transition: all 0.2s;
}

.de-timeline-s2_ded648e0de9dc125 .d-item .d-text_278b0eb3cf7fcaad{
  padding-left: 40px;
}

.de-timeline-s2_ded648e0de9dc125 .d-item .d-text_278b0eb3cf7fcaad 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_6613bbe4961808e6{
    position: absolute;
    width: 100%;
    height: 100%;
    left:0;
    top: 0;
}

.swiper-slide{
    position: relative;
    background: var(--bg-dark-1);
}

.sw-caption_d5471143c45cee91{
    z-index: 1;
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    letter-spacing: -.5;
}

.sw-text-wrapper_ed4bf493cdc14051.border-left_345a051e0043e050{
  border-left: solid 1px rgba(0, 0, 0, .25);
  padding-left: 40px;
}

.sw-text-wrapper_ed4bf493cdc14051.border-left_345a051e0043e050.light_cc1a2f6bfadb7bd1{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

.slider-title_9d04721fc34e0bca .underline_8bb6e6c38b54837d{
  position: relative;
}
.slider-title_9d04721fc34e0bca .underline_8bb6e6c38b54837d:before{
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: var(--secondary-color);
}
h1.slider-title_9d04721fc34e0bca{
  font-size: 64px;
  font-weight: 500;
  margin-bottom: 20px;
  line-height: 1.1em;
  letter-spacing: -2px;
}
h2.slider-title_9d04721fc34e0bca{
  font-size: 64px;
  letter-spacing: -3px;
}
h3.slider-teaser_d2667df1237d271e{
  font-size: 24px;
}
p.slider-teaser_d2667df1237d271e{
  font-size: 18px;
  line-height: 1.6em;
  font-weight: 400;
}

.sw-overlay_6613bbe4961808e6{
  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_3340cf5406e5b995{
  display: block;
  position: absolute;
  top:0;
  width: 100%;
  height: 100%;
}

.swiper-slide-active .subtitle_e5cf19074211c29b {
  animation-delay: 0s;
  animation: fadeInRight 2s;
}


.swiper-slide-active .slider-title_9d04721fc34e0bca {
  animation-delay: 1s;
  animation: fadeInRight 2s;
}


.swiper-slide-active .slider-teaser_d2667df1237d271e,
.swiper-slide-active .slider-text_7a5b5ec7aafed5ec {
  animation-delay: 1.2s;
  animation: fadeInRight 2s;
}

.swiper-slide-active .slider-teaser_d2667df1237d271e {
  animation-delay: 1.4s;
  animation: fadeInRight 2s;
}


.swiper-slide-active .slider-extra_4aab175a761a1a63 {
  animation-delay: 1.4s;
  animation: fadeInRight 2s;
}



.swiper-slide-active .btn-main_f361597f69fdbca1,.swiper-slide-active .btn-line_927aedca3670fa12 {
  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_f6cd668e93ad4f20{
  font-size:20px;
  opacity: .5;
}

.swiper-pagination-current_381b2639c6c36597{
  color:#ffffff;
  font-size: 20px;
}

.slider-light_c63a05e4fac3b9a2 .swiper-pagination-current_381b2639c6c36597{
  color: var(--heading-font-color);
}

.swiper-button-next, .swiper-button-prev{
  color:#ffffff;
}

.slider-light_c63a05e4fac3b9a2 .swiper-button-next, .slider-light_c63a05e4fac3b9a2 .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_51cdfaa5d5541d0e{
  color:#ffffff;
}
.sw-price_51cdfaa5d5541d0e .d-starting_6022b4d1ea4fa4cb{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_51cdfaa5d5541d0e .d-price_d34e616ab55f0871{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_51cdfaa5d5541d0e .d-val_772b1bb4d1d1e370{
  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_51cdfaa5d5541d0e .d-cur_f254918b696fdb37, .sw-price_51cdfaa5d5541d0e .d-period_2ca242c7ae8af965{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_51cdfaa5d5541d0e .d-cur_f254918b696fdb37{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_f2a19c449f342a8b {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_f2a19c449f342a8b {
    min-height: 320px;
  }
}
.swiper-container-wrapper_8acf5145d55c4065 {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_8acf5145d55c4065 {
    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_09211d992cd5e3e8 h3{
  font-size: 22px
}

.sw-caption-thumb_09211d992cd5e3e8 .d-tag_8d096cad7dbd9792{
  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_22803426a84a8438 #mainmenu{
  margin: 0;
}

.col-start_32ee6da5a6898899, .col-end_e233bb5e48b8ab29 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_e233bb5e48b8ab29{
  justify-content: end;
}

.col-center_476711592b64a15b {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_476711592b64a15b img{
  width: 160px;
}


.subtitle_e5cf19074211c29b{
  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_e5cf19074211c29b: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_725d9015232eb99d .subtitle_e5cf19074211c29b, .text-light_68596b55bbe7f38a .subtitle_e5cf19074211c29b{
  color:#ffffff;
}


.dark-scheme_725d9015232eb99d .subtitle_e5cf19074211c29b:before, .text-light_68596b55bbe7f38a .subtitle_e5cf19074211c29b:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_e5cf19074211c29b.blink_cfbecb43452e2bc2{
  padding-left: 35px;
}

.subtitle_e5cf19074211c29b.blink_cfbecb43452e2bc2: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_725d9015232eb99d::-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_906890379de8c624 {
    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_00ac960e49ce11b6 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_725d9015232eb99d .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_5680110dff20a629{
      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_5680110dff20a629 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_2d5dabd006edc075 {
  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_2d5dabd006edc075 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_2d5dabd006edc075 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_2d5dabd006edc075 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_7f4ba5e1791a879e: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_6ee4207771ad448b {
  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_20cdad17b09372fe,
.rtl .bx-wrapper_c9415224e8d3fa12 {
  direction: ltr;
}

.rtl .owl-carousel_20cdad17b09372fe .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_22803426a84a8438 {
  display: flex;
  justify-content: space-between;
}

.de-flex_22803426a84a8438>.de-flex-col_1cbca66df90046c6 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_5616fb495e86d47f,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_5616fb495e86d47f {
  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_b4e30e7c0e49dc86 {
  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_1d7c94163be7a33b {
  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_1d7c94163be7a33b {
  opacity: 1;
  left: 40px;
}

.opt-1 {
  display: inline-block;
}

.opt-2 {
  display: none;
}

.border_befd455b405510fa {
  border-color: #EFEFEF !important;
}

.tparrows_29847e0cb2f508f9 {
  background: none !important;
}

.gray_d8a4811700461d28 img,
img.gray_d8a4811700461d28 {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}

.text-light_68596b55bbe7f38a .border_befd455b405510fa {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_20cdad17b09372fe {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_e81084aeb5ff8d20 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_e81084aeb5ff8d20 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_e81084aeb5ff8d20 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_2eb3766a0ca54641.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_2eb3766a0ca54641.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_2eb3766a0ca54641 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_cc488283119183b8 .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_68596b55bbe7f38a strong {
  color: #fff;
}

.bg-white_80e182ae7a6803e8 {
  background: #ffffff;
}

.bg-white-10_7ea23cb98019ddff {
  background: rgba(255, 255, 255, .1);
}

.wh80_26c8d9c3d0bcb02e {
  width: 80%;
  height: 80%;
}

.border-top_fcdfde898e5d0a64 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_1ca452e30b978294 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_725d9015232eb99d header.border-bottom_1ca452e30b978294 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_a002aafc4ec09fbf {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_a002aafc4ec09fbf {
  padding: 60px 0 60px 0;
}

.color-overlay-2_3f684d38894fa290 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_7c039c2391a85177 {
  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_4ec7e74ce34105d9:before,
.nav-next_0394bbc8705af54d:before,
.nav-exit_586fdec6eae16c29:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_586fdec6eae16c29:before {
  width: 100%;
  display: block;
}

.nav-next_0394bbc8705af54d:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_586fdec6eae16c29:before {
  content: '\f00d';
}

.de_light_12d041dcea20ae91 .nav-exit_586fdec6eae16c29:before {
  color: #222;
}

.no-bottom_2560733ca7067912 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_77de07373b0e48b9 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_129ad0bfce88b710 {
  background: #f6f6f6;
}

.no-bottom_2560733ca7067912 .col-md-12_5a16d53211da4943 {}

.no-bottom_2560733ca7067912 {
  padding-bottom: 0 !important;
}

.no-top_65850005fa8a4cb2 {
  padding-top: 0 !important;
}

.no-margin_1cdd31bda37305ca {
  margin: 0 !important;
}

.nopadding_33704370ce582fb5 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_ee8ca13e846f63cc {
  position: relative;
  overflow: hidden;
}

.image-slider_8ba83f9ec33ce39d {
  cursor: move;
}

.inner-padding_ffc40715d0219c47 {
  padding: 90px;
}

.inner-padding_ffc40715d0219c47.pos-left_d9b249c92ce131f5 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_ffc40715d0219c47.pos-left_d9b249c92ce131f5 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_b99bc3947cae0d2e,
section.no-padding_b99bc3947cae0d2e {
  padding: 0;
}

.float-left_a704bacff436202c {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_dc9a4fdfd07d4e61 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_0f1b549acaf6600c {
  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_fa47eff5f07e4a78 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_fa47eff5f07e4a78.style-2_62da60a39fce4cb3 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_fa47eff5f07e4a78.style-3_c29b1d600cb1c051 {
  font-size: 14px;
}

.teaser_fa47eff5f07e4a78.style-4_548556ce625d6f6e {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_0496f86e9fed7c2a:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_0bdd9115bc5925c6 {
  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_7bc9dd9ad8cccf34 {
  display: flex;
}

.owl-prev_9dde390efcc55c58,
.owl-next_a23b9d14b9f520a7,
.d-nav-left_d631fefcee4f11ab,
.d-nav-right_eb44f8ac13c0396b {
  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_725d9015232eb99d .owl-prev_9dde390efcc55c58,
.dark-scheme_725d9015232eb99d .owl-next_a23b9d14b9f520a7 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_9dde390efcc55c58:hover,
.owl-next_a23b9d14b9f520a7: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_9dde390efcc55c58,
.d-nav-left_d631fefcee4f11ab {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_a23b9d14b9f520a7,
.d-nav-right_eb44f8ac13c0396b {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_d631fefcee4f11ab i,
.d-nav-right_eb44f8ac13c0396b i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_a23b9d14b9f520a7 i,
.d-nav-left_d631fefcee4f11ab i {
  top: 12px;
  left: 16px;
}

.d-nav-right_eb44f8ac13c0396b i {
  top: 12px;
  right: 16px;
}

.owl-arrow_bc8a39ab2a47d619 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_bc8a39ab2a47d619 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_bc8a39ab2a47d619 .prev {
  left: 0;
}

.owl-arrow_bc8a39ab2a47d619 .next {
  right: 0;
}

.owl-arrow_bc8a39ab2a47d619 .prev:before,
.owl-arrow_bc8a39ab2a47d619 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_bc8a39ab2a47d619 .next:before {
  content: '\f178';
}

.owl-pagination_dd9d76c5976d6729 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_3e08826630562c28 .owl-controls_9c6544ae24f69f37 .owl-page_7e0a530ff7313c3a span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_3e08826630562c28 .owl-controls_9c6544ae24f69f37 .owl-page_7e0a530ff7313c3a.active span {
  background: none;
}

.owl-theme_3e08826630562c28 .owl-controls_9c6544ae24f69f37 .owl-page_7e0a530ff7313c3a.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_3e08826630562c28 .owl-nav_7bc9dd9ad8cccf34.disabled+.owl-dots_40ae69eeb77d5aeb {
  margin-top: 0px;
}

.owl-dots_40ae69eeb77d5aeb 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_3e08826630562c28 .owl-dots_40ae69eeb77d5aeb .owl-dot_10ed523b1c15b404 span {
  display: none;
}

/* new owl close */

.text-light_68596b55bbe7f38a .owl-theme_3e08826630562c28 .owl-controls_9c6544ae24f69f37 .owl-page_7e0a530ff7313c3a span {
  background-color: #fff;
}

.text-light_68596b55bbe7f38a .owl-theme_3e08826630562c28 .owl-controls_9c6544ae24f69f37 .owl-page_7e0a530ff7313c3a.active span {
  background: none;
}

.text-light_68596b55bbe7f38a .owl-theme_3e08826630562c28 .owl-controls_9c6544ae24f69f37 .owl-page_7e0a530ff7313c3a.active span:before {
  border: solid 2px #fff;
}

.text-slider_af0a86d5de930606 {
  color: #fff;
  display: inline-block;
}

.text-slider_af0a86d5de930606.med-text_d1f16a7d92a4a386 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_af0a86d5de930606.big-text_8ea503f13d2302f2 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_7172f07abd8aee7e .text-item {
  display: inline-block;
}

.text-slider_af0a86d5de930606.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_af0a86d5de930606.big-text_8ea503f13d2302f2 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_af0a86d5de930606 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_217ff663b678deac {
  color: #ff0000;
}

.teal_66b30e839afb476e {
  color: #009999;
}

.purple_9f837086f349c4af {
  color: #663366;
}

.green_d8216d47e50da2ac {
  color: #009900;
}

.bg-overlay_a539860d91ea0802 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_a535baf5186c0ca1 {
  position: relative;
}

.overlay-bg_4a87de493944b9ca {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_4a87de493944b9ca.p60_e1154192dd265aa0 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_d3a6822c85c7de51 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_72273e88bb75c589 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_4a87de493944b9ca.t0_828a517af87d1c2f {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_4a87de493944b9ca.t20_12cac44f2aaf4243 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_4a87de493944b9ca.t30_d3a659e194be94c0 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_4a87de493944b9ca.t40_09f613018d06be18 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_4a87de493944b9ca.t50_01d3aa7a4239d831 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_4a87de493944b9ca.t60_be1e9e34d381af26 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_4a87de493944b9ca.t70_eabf8498f432c312 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_4a87de493944b9ca.t80_584343fa9fe7da61 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_4a87de493944b9ca.t90_be35ceb88c14ea4d {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_4a87de493944b9ca.light-5_3e5de28dd120b048 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_4a87de493944b9ca.light-6_cd0eb04d7712c495 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_4a87de493944b9ca.light-7_fbcb157b8d1b894b {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_4a87de493944b9ca.light-8_97a0cbe68fff1a70 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_4a87de493944b9ca.c1_0825258b519e4a95 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_4a87de493944b9ca.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_4a87de493944b9ca.gradient-blue-aqua_b8c2637cf6929405 {
  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_21ef5a04699b480d.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_7117d5d1fc6d1a90 {
  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_129ad0bfce88b710,
section.bg-grey_129ad0bfce88b710 {
  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_8c27186f21eabee9 {
  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_99e983fa437fe630 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_99e983fa437fe630:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_9e228a6c184e381c {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_eb651169158b5ba0 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_eb651169158b5ba0:hover {
  color: #707070;
}

a.read_more_eb651169158b5ba0 i {
  margin-left: 8px;
}

.text-light_68596b55bbe7f38a a.read_more_eb651169158b5ba0 {
  color: #fff;
}

.text-black_aaa5db916ec9cae6 {
  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_33ff6337f7824416 {
  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_d88c5f5067a256e0:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_d88c5f5067a256e0: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_40ae69eeb77d5aeb {
  text-align: center;
}

.owl-dot_10ed523b1c15b404 {
  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_725d9015232eb99d .owl-dot_10ed523b1c15b404,
.text-light_68596b55bbe7f38a .owl-dot_10ed523b1c15b404 {
  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_ae97aa7a7cef1383 {
  opacity: 1;
}

.owl-stage_67cdb17bb994f2ef {
  overflow: none;
}

.typed-strings_4815d878a65716bd p {
  position: absolute;
}

.typed-cursor_729373ab70bb2345 {
  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_62da60a39fce4cb3 .date-box_93bec74ec705f06d {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_62da60a39fce4cb3 .date-box_93bec74ec705f06d .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_62da60a39fce4cb3 .date-box_93bec74ec705f06d .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_b2a630bdf9262a94 {
  margin: 0;
  padding: 0;
}

.sitemap_b2a630bdf9262a94.s1_8221c4c014073e9c li {
  list-style: none;
}

.sitemap_b2a630bdf9262a94.s1_8221c4c014073e9c li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_2f32a2d6058cf185 {
  margin: 0;
  padding: 0;
}

.list_2f32a2d6058cf185 li {
  list-style: none;
}

.rtl .list_2f32a2d6058cf185.s1_8221c4c014073e9c li:after,
.list_2f32a2d6058cf185.s1_8221c4c014073e9c li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_2f32a2d6058cf185.s1_8221c4c014073e9c li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_2f32a2d6058cf185.s1_8221c4c014073e9c li:before {
  display: none;
}

.list_2f32a2d6058cf185.s2_33ecf3569edf687e li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_2f32a2d6058cf185.s3_ff2e55af8d43c2d2 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_2f32a2d6058cf185.s3_ff2e55af8d43c2d2 li {
  display: inline;
  margin-right: 20px;
}

.list_2f32a2d6058cf185.s3_ff2e55af8d43c2d2 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_7fe909de0631fb81 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_725d9015232eb99d .switch-set_7fe909de0631fb81{
  color:#ffffff;
}

.dark-scheme_725d9015232eb99d .switch_873389d4b85901a3 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_7fe909de0631fb81 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_873389d4b85901a3 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_873389d4b85901a3::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_384520481e6372cb {
  display: block;
}

.de-switch_384520481e6372cb h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_384520481e6372cb input[type=checkbox] {
  display: none;
}

.de-switch_384520481e6372cb input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_384520481e6372cb input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_384520481e6372cb 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_725d9015232eb99d .de-switch_384520481e6372cb label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_384520481e6372cb 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_384520481e6372cb.colored_fef604f4b3ad2dfa input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_384520481e6372cb.colored_fef604f4b3ad2dfa label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_384520481e6372cb {
  float: right;
}

.switch_873389d4b85901a3:checked::after {
  transform: translateX(20px);
}

.switch_873389d4b85901a3:focus {
  outline-color: transparent;
}

.menu_side_area_10c574cc2f75a07c {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_10c574cc2f75a07c {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_725d9015232eb99d .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_7605a029e6f9237e {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_0eac1bb90b7791d2 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_3a2d61f1717ca3cb {
  display: none;
}

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

.ul-style-2_aff11e0341ea9ffd 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_aff11e0341ea9ffd li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_aff11e0341ea9ffd.s2_33ecf3569edf687e li h4 {
  font-weight: 600;
}

.ul-style-2_aff11e0341ea9ffd.s2_33ecf3569edf687e li {
  margin-bottom: 30px;
}

.ul-style-2_aff11e0341ea9ffd.s3_ff2e55af8d43c2d2 li {
  margin-bottom: 5px
}

.ul-style-2_aff11e0341ea9ffd .d-label_9e022808fbf9c817 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_dbce732b9d2ea6aa{
  margin: 0;
  padding: 0;
}

.ul-check-inline_dbce732b9d2ea6aa li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_dbce732b9d2ea6aa 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_aff11e0341ea9ffd 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_aff11e0341ea9ffd li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_6c0a260da26cc97f {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_6c0a260da26cc97f li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_6c0a260da26cc97f li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_6c0a260da26cc97f li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_429652ba883ece38{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_29d062753fd60547{
  color:#ffffff;
}


/* shadow */

.shadow-soft_733b187eb5b9ec93,
.de-map-wrapper_c1c976060007a01d iframe,
.expand-custom_7f03e6bc1a5f32c1,
#form_sb input,
.container-timeline_fefbe0fffbf065ca 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_b48574ba22c8dd80 {
  -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_0320b0c9e050c9a2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_20fdea0563f85e9c {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_4fc967af1ffded05 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_21ccb24c2d83d885 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_1b3f39a085d241ba{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_35ac7760e850ef0d{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_2a2bc2fd9669461a {
  right: 0;
}

.rtl .carousel-control-prev_88fec2213b3cdc08 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_21ac9eb4ae925899,
.carousel-control-prev-icon_9a9d20fa64279cee {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_21ac9eb4ae925899:after,
.carousel-control-prev-icon_9a9d20fa64279cee:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_21ac9eb4ae925899:after {
  content: "\f105";
}

.carousel-control-next-icon_21ac9eb4ae925899:hover,
.carousel-control-prev-icon_9a9d20fa64279cee: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_c1c976060007a01d iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_37d0e996f849e1ac {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_37d0e996f849e1ac {
  -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_a05814a85894178f {
  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_885c8f5877b3f4b2{
  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_c1c80e42cc33073a .bubble_885c8f5877b3f4b2:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_c1c80e42cc33073a .bubble_885c8f5877b3f4b2:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_c1c80e42cc33073a .bubble_885c8f5877b3f4b2:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_a3005d7004a68fd4{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_a3005d7004a68fd4 .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_0bd9319e8f8b1f06{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_0bd9319e8f8b1f06 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_0bd9319e8f8b1f06 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_0bd9319e8f8b1f06 dt span:after {
  content: " ";
}
.def-list-dots_0bd9319e8f8b1f06 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_0bd9319e8f8b1f06 .no-def-item_8188a74daee9af34 dt:after {
  content: "";
}
.def-list-dots_0bd9319e8f8b1f06 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_2775676f45bbf6b1 img{
  height: 350px;
  width: auto;
}

.d-list-menu_dd42658009c652b7 {
  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_4a813742743f7c06 .dropdown a:hover {
  color: #333;
}

.dark-scheme_725d9015232eb99d .dropdown a,
.dark-scheme_725d9015232eb99d .header-light_4a813742743f7c06 .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_725d9015232eb99d .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_725d9015232eb99d .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_725d9015232eb99d .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_23f08c65873fa317 {
  width: 600px !important;
}

.dropdown ul.d-col-3_23f08c65873fa317 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_23f08c65873fa317 li span {}

.text-light_68596b55bbe7f38a .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_68596b55bbe7f38a .dropdown a {
  color: #ffffff;
}

.items_filter_5afa3370f3eb26a9 {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_5afa3370f3eb26a9 .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_216c3c96060facf9,
.dropdown.fullwidth_216c3c96060facf9 a,
.dropdown.fullwidth_216c3c96060facf9 ul,
.dropdown.fullwidth_216c3c96060facf9 li {
  width: 100%;
}

.dropdown.style-2_62da60a39fce4cb3,
.dropdown.style-2_62da60a39fce4cb3 a,
.dropdown.style-2_62da60a39fce4cb3 ul,
.dropdown.style-2_62da60a39fce4cb3 li {
  width: 100%;
}

.rtl .dropdown.style-2_62da60a39fce4cb3 {
  text-align: right;
}

.dropdown.style-2_62da60a39fce4cb3 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_62da60a39fce4cb3 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_a0f40154f683ab65 {
  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_a0f40154f683ab65:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_9debf9155d55eb31 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_9debf9155d55eb31 span {
  display: inline-block;
  position: relative;
}

.separator_9debf9155d55eb31 span:before,
.separator_9debf9155d55eb31 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_9debf9155d55eb31 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_9debf9155d55eb31 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_9debf9155d55eb31 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_12d041dcea20ae91 .separator_9debf9155d55eb31 span:before,
.de_light_12d041dcea20ae91 .separator_9debf9155d55eb31 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_68596b55bbe7f38a .separator_9debf9155d55eb31 span:before,
.text-light_68596b55bbe7f38a .separator_9debf9155d55eb31 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_c689c6ea29a11f1f: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_c689c6ea29a11f1f: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_c689c6ea29a11f1f {
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_9219c9d7088b3f40 {
  -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_9219c9d7088b3f40 {
  -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_64b26ce4d4db1745,
.isotope.no-transition_64b26ce4d4db1745 .isotope-item_9219c9d7088b3f40,
.isotope .isotope-item_9219c9d7088b3f40.no-transition_64b26ce4d4db1745 {
  -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_68596b55bbe7f38a #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_68596b55bbe7f38a #filters a:hover {
  color: #fff;
}

.text-light_68596b55bbe7f38a #filters a.selected {
  color: #fff;
}

.text-light_68596b55bbe7f38a #filters a.selected {
  color: #fff;
}

.isotope-item_9219c9d7088b3f40 {
  z-index: 2;
}

.isotope-hidden_1f606a02f60acbc7.isotope-item_9219c9d7088b3f40 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_6de01b6cc9225bd9 ul.slides,
.project-carousel-3-col_14374f609c73421f ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_5d55d6466215cfbe .flex-direction-nav_ae32536c79b361a6,
.project-carousel_6de01b6cc9225bd9 .flex-control-nav_635946df17194460,
.project-carousel_6de01b6cc9225bd9 .flex-direction-nav_ae32536c79b361a6,
.project-carousel-3-col_14374f609c73421f .flex-control-nav_635946df17194460,
.project-carousel-3-col_14374f609c73421f .flex-direction-nav_ae32536c79b361a6 {
  display: none;
}

.logo-carousel_5d55d6466215cfbe.owl-carousel_20cdad17b09372fe .owl-item img {
  width: auto;
}

.logo-carousel_5d55d6466215cfbe.no-control_5abff0b9f2f63359 .flex-control-nav_635946df17194460 {
  display: none;
}

.logo-carousel_5d55d6466215cfbe.s2_33ecf3569edf687e img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_20cdad17b09372fe.owl-center_3a642e2151620743 .owl-item {
  opacity: .6;
}
.owl-carousel_20cdad17b09372fe.owl-center_3a642e2151620743 .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_c2b05700514b9dad());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_c2b05700514b9dad());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_c2b05700514b9dad());
}

.typed-strings_4815d878a65716bd p {
  position: absolute;
}

.social-icons-sm_a6d7bb27bc926a6d 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_a6d7bb27bc926a6d i:hover {
  color: #ffffff;
}

.arrowup_baa866d4f374ed87 {
  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_771b1f6df46427b4 {
  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_cd56a6589b3e3fde {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_1cb75ff527e7d003 {
  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_c36c4e37f6ca4790 .nav-link {
  font-weight: 500;
}

.de-preloader_a0b331a89a7d0da9 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_725d9015232eb99d .de-preloader_a0b331a89a7d0da9 {
  background: var(--bg-color-even);
}

.dot-loader_fd7efaa72403e404 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_3b7d44682189f193 {
  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_3b7d44682189f193.dot1_29297a5c90b1e5f3 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_3b7d44682189f193.dot2_a531b21be2825715 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_3b7d44682189f193.dot3_dfefdc4e9d9b312f {
  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_177c349c5b1eb687 {
  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_177c349c5b1eb687 .p-line_ca556b341737cce1 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_177c349c5b1eb687 .p-line_ca556b341737cce1: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_177c349c5b1eb687 .p-line_ca556b341737cce1:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_177c349c5b1eb687 .p-line_ca556b341737cce1: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_f1e91ee9b5feac53, .container-md_a068925b268cb4d7, .container-sm_84c0477092409cbd, .container-xl_ec50f57465d02f49 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_f1e91ee9b5feac53,
  .container-md_a068925b268cb4d7,
  .container-sm_84c0477092409cbd,
  .container-xl_ec50f57465d02f49 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_f1e91ee9b5feac53,
  .container-md_a068925b268cb4d7,
  .container-sm_84c0477092409cbd,
  .container-xl_ec50f57465d02f49 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_ab8959311bd812c3 { width: 20%; }
  .col-md-2-5_9df82d0991763158 { width: 40%; }
  .col-md-3-5_c7502ccec4b9741b { width: 60%; }
  .col-md-4-5_306993c68aaae767 { width: 80%; }
  .col-md-5-5_bb03f70f7ec71334 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_bed91802b68e5707 { width: 20%; }
  .col-lg-2-5_275527f777964a60 { width: 40%; }
  .col-lg-3-5_db3cdef654d2b10f { width: 60%; }
  .col-lg-4-5_cbe6b63d5bf14b0c { width: 80%; }
  .col-lg-5-5_477a89abb52f2d3f { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_f1e91ee9b5feac53,
  .container-md_a068925b268cb4d7,
  .container-sm_84c0477092409cbd {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_289588bc14be09c3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_e3826aafead16499 .tr .td:nth-child(4),
  .de_table_e3826aafead16499 .tr .td:nth-child(5),
  .de_table_e3826aafead16499 .tr .td:nth-child(6),
  .de_table_e3826aafead16499 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_f7be8cbf3d146094 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_138a76ae9e5dbdd8 .countdown-show4_9fcb999b64607c2c .countdown-section_7605a029e6f9237e {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_138a76ae9e5dbdd8 .countdown-period_482ec40c93a6e604{
    font-size:10px;
  }

  .countdown-s2_138a76ae9e5dbdd8 .countdown-amount_c4d27c88b9148008 {
    font-size: 20px;
  }


  .mb-sm-20_78924601c8341150 {
    margin-bottom: 20px;
  }

  .mb-sm-30_d512ca68b80bf46d {
    margin-bottom: 30px;
  }

  .mt-sm-0_3f3700074850a36b{
    margin-top: 0;
  }

  .sm-mt-0_46b9b75f39832931 {
    margin-top: 0;
  }

  .p-sm-30_ed1c1dfc5cc8b02e {
    padding: 40px;
  }

  .pb-sm-0_64a4b90952474b7e {
    padding-bottom: 0;
  }

  .mb-sm-0_f76d087ad89750a6 {
    margin-bottom: 0;
  }

  .sm-p-40_0007d3bdb837563f{
    padding: 40px;
  }

  header .header-col_16a22cff677f1a6f {
    position: absolute;
    top: 0;
  }

  header .header-col_16a22cff677f1a6f.mid_0178329816721c00 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_1080605ce9809620 {
    text-align: center;
  }

  .sm-pt10_743feaf479be11f0 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_ffc40715d0219c47 {
    padding: 40px;
  }

  .header-col-left_86ca8e9b16455cbc,
  .header-col-right_6200d41fc2314e9b {
    padding-top: 16px;
  }

  .header-col-mid_52131203ab71d33f #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_2d4b230f3719df33 {
    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_5150dddfcd3436b1 {
    position: fixed;
  }

  #subheader.s2_33ecf3569edf687e {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_94c0e8a5fed13395 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_289588bc14be09c3 h1 {
    font-size: 32px;
  }

  .slider_text_289588bc14be09c3 .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_1f327e0fd3178867 {
    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_1f327e0fd3178867,
  #mainmenu li li li a.menu-item_1f327e0fd3178867 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_1f327e0fd3178867:hover {
    background: #111;
  }

  #mainmenu a.menu-item_1f327e0fd3178867: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_1f327e0fd3178867: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_1f327e0fd3178867 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_1f327e0fd3178867:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_1f327e0fd3178867 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_1f327e0fd3178867 {
    display: block;
  }

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

  #mainmenu li ul li:last-child a.menu-item_1f327e0fd3178867 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_1f327e0fd3178867:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_2cbd75f789c7760c) {
    border: none;
  }

  #mainmenu>li ul.mega_2cbd75f789c7760c .sb-menu_d76b952671cbe592 {
    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_1f327e0fd3178867 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_4a813742743f7c06.header-mobile #mainmenu a.menu-item_1f327e0fd3178867{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_1f327e0fd3178867: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_725d9015232eb99d header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_2cbd75f789c7760c ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_2cbd75f789c7760c .menu-content_25f0828ced2f8601 {
    background: #fff;
  }

  header.header-light_4a813742743f7c06.header-mobile #mainmenu li,
  header.header-light_4a813742743f7c06.header-mobile #mainmenu li ul li a.menu-item_1f327e0fd3178867 {
    border-color: #eee;
  }

  header.header-dark_377fd2a02530219b.header-mobile {
    background: #222;
  }

  header.header-dark_377fd2a02530219b.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_377fd2a02530219b.header-mobile #mainmenu li a.menu-item_1f327e0fd3178867 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_1f327e0fd3178867: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_1f327e0fd3178867 {
    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_725d9015232eb99d 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_1f327e0fd3178867 {
    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_1f327e0fd3178867 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_725d9015232eb99d header.header-mobile #mainmenu li a.menu-item_1f327e0fd3178867 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_1f327e0fd3178867:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_725d9015232eb99d header.header-mobile #mainmenu li a.menu-item_1f327e0fd3178867: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(../visuals/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_725d9015232eb99d header.header-mobile #mainmenu>li>span {
    background: url(../visuals/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../visuals/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_725d9015232eb99d header.header-mobile #mainmenu li span.active {
    background: url(../visuals/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../visuals/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(../visuals/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_1f327e0fd3178867 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_725d9015232eb99d header.header-mobile #mainmenu li ul li a.menu-item_1f327e0fd3178867 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_1f327e0fd3178867 {
    border-bottom: none;
  }

  header.header-light_4a813742743f7c06.header-mobile #mainmenu>li>span,
  header.header-light_4a813742743f7c06.header-mobile #mainmenu li>ul>li>span {
    background: url(../visuals/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_4a813742743f7c06.header-mobile #mainmenu>li>span.active,
  header.header-light_4a813742743f7c06.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../visuals/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_2cbd75f789c7760c {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_2cbd75f789c7760c>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_2cbd75f789c7760c .menu-content_25f0828ced2f8601 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_4a813742743f7c06 #mainmenu ul li a.menu-item_1f327e0fd3178867,
  .header-light_4a813742743f7c06 #mainmenu ul li a.menu-item_1f327e0fd3178867:hover {
    color: #333;
  }

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

  .de_tab.tab_methods_92a6edc9a1a3178b .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_92a6edc9a1a3178b .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_92a6edc9a1a3178b .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_95a4c3658b3fc502 {
    display: none;
  }

  .sm-hide_35b1880df48fcaa9 {
    display: none;
  }

  .d-btn-close_f0dbaefb445abc07 {
    position: relative;
  }

  .de_tab.tab_style_4_cc488283119183b8 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_1f327e0fd3178867 span {
    display: none;
  }

  .de_tab.tab_methods_92a6edc9a1a3178b.style-2_62da60a39fce4cb3 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_7827a25969c02ef1 {
    position: relative;
    height: auto;
  }

  .timeline_1099dd884e435d30>li>.timeline-panel_420d12f79ef071a6 {
    width: 100%;
  }

  .timeline-badge_fee6d68ae6f554a6 {
    display: none;
  }

  .timeline_1099dd884e435d30:before {
    background: none;
  }

  .tp-caption_4b1430e786ac7fa3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_fa0b00f42bd51cb8 .de-flex_22803426a84a8438,
  .subfooter_fa0b00f42bd51cb8 .de-flex-col_1cbca66df90046c6 {
    display: block;
  }

  .subfooter_fa0b00f42bd51cb8 .social-icons_159f0e6d3deb6d23 {
    margin-top: 20px;
  }

  .subfooter_fa0b00f42bd51cb8 span.copy_766eb5050213d67d {
    margin-top: 20px;
    display: block;
  }

  .dropdown {
    display: inline-block;
    margin-bottom: 10px;
  }

  .sm-img-fluid_1f43ee7c420fe227{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_99a5cd2ee5919166{
    margin:0 20px;
  }

  .crumb_94c0e8a5fed13395{
    margin-bottom: 0;
  }

  section.bottom-rounded_7ef65dfccb932591{
    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_23c7ec283abf8281,
  h1.ultra-big_23c7ec283abf8281 .text-line_d1704fee8cc77783,
  h1.ultra-big-2_e896c72c7d28084d,
  .title-text_2d501c256d92a4f0,
  h1.slider-title_9d04721fc34e0bca{
    font-size: 60px;
  }  

  h1.slider-title_9d04721fc34e0bca,
  h2.slider-title_9d04721fc34e0bca{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_ddb88bbc0384b744 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_8324145ae0e518b1{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_bca3fa8e68b17fe7{padding-top:10px;}
  .pt-sm-20_808c8161e43eeb93{padding-top:20px;}
  .pt-sm-30_3ae00d1d902cf63e{padding-top:30px;}
  .pt-sm-40_82a82519a80194de{padding-top:40px;}
  .pt-sm-50_9f216b425d13e2a1{padding-top:50px;}
  .pt-sm-60_4e26759a6dc035bc{padding-top:60px;}
  .pt-sm-70_e12a97198ec25509{padding-top:70px;}
  .pt-sm-80_c72f6598bb8b627b{padding-top:80px;}
  .pt-sm-90_f7f765d35b22f5df{padding-top:90px;}
  .pt-sm-100_b66582dc138efffa{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_2d115ad763593086{padding-bottom:10px;}
  .pb-sm-20_5b70e2d048bd7da4{padding-bottom:20px;}
  .pb-sm-30_3688da5c656c3f4a{padding-bottom:30px;}
  .pb-sm-40_fb1ae00f06fb0a8f{padding-bottom:40px;}
  .pb-sm-50_b2d07cbac81e93f3{padding-bottom:50px;}
  .pb-sm-60_c53fa7da53e15beb{padding-bottom:60px;}
  .pb-sm-70_ea80a4b944f6ab34{padding-bottom:70px;}
  .pb-sm-80_6909b7d8539f2b19{padding-bottom:80px;}
  .pb-sm-90_4309922f69bb0c43{padding-bottom:90px;}
  .pb-sm-100_873b2aa2431bfdd7{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_dfe9a0e7bb0d309f{margin-top:10px;}
  .mt-sm-20_ad5621e759a6e6d8{margin-top:20px;}
  .mt-sm-30_57100843abbd792d{margin-top:30px;}
  .mt-sm-40_f7f3a20012724f2e{margin-top:40px;}
  .mt-sm-50_0b14cb3ce9f69c0d{margin-top:50px;}
  .mt-sm-60_52f0e5b72727ed0b{margin-top:60px;}
  .mt-sm-70_15b71d2b2237017a{margin-top:70px;}
  .mt-sm-80_5f1a7ca7479e4b2b{margin-top:80px;}
  .mt-sm-90_700c4b5d14d18ac4{margin-top:90px;}
  .mt-sm-100_5164aad4ca3420ee{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_4323ab6009ba7746{margin-bottom:10px;}
  .mb-sm-20_78924601c8341150{margin-bottom:20px;}
  .mb-sm-30_d512ca68b80bf46d{margin-bottom:30px;}
  .mb-sm-40_33322ed0c889204b{margin-bottom:40px;}
  .mb-sm-50_c0ef8b1fbcd3f699{margin-bottom:50px;}
  .mb-sm-60_b83b0aabe648d57b{margin-bottom:60px;}
  .mb-sm-70_dabf279623bc002e{margin-bottom:70px;}
  .mb-sm-80_83685bd97d5a42fb{margin-bottom:80px;}
  .mb-sm-90_ad16d2829dbb72f5{margin-bottom:90px;}
  .mb-sm-100_ce34fb62daf96590{margin-bottom:10px;}


  .fs-sm-1vw_8f79384ebb2dff0c{font-size: 1vw}
  .fs-sm-2vw_14fdde7c31ade3dd{font-size: 2vw}
  .fs-sm-3vw_cef16a31d8bf9046{font-size: 3vw}
  .fs-sm-4vw_ee8c2b445e6fad67{font-size: 4vw}
  .fs-sm-5vw_26fc84b0a2ab4afb{font-size: 5vw}
  .fs-sm-6vw_32e6436e9af471ee{font-size: 6vw}
  .fs-sm-7vw_a8fea3c9f89c0cf8{font-size: 7vw}
  .fs-sm-8vw_be6b3dde54835dab{font-size: 8vw}
  .fs-sm-9vw_883f9f5bcc24a459{font-size: 9vw}
  .fs-sm-10vw_bc00db8c6917ae19{font-size: 10vw}
  .fs-sm-11vw_076223308c1ec0b0{font-size: 11vw}
  .fs-sm-12vw_00404b1878aa91a1{font-size: 12vw}
  .fs-sm-13vw_a1249776027db9e1{font-size: 13vw}
  .fs-sm-14vw_1927e0aeca7af4f9{font-size: 14vw}
  .fs-sm-15vw_1771a84e0a2ecda7{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_1f5aeb5123b7a82a {
    display: none;
  }

  header .logo-init_a4c8afc2e7eeba27 {
    display: none;
  }

  header .logo-mobile_9e238ea0df9029d6 {
    display: block;
  }

  header .btn-main_f361597f69fdbca1{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_10c574cc2f75a07c {
    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_71b3a8c22d1bf31f {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_cc488283119183b8 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_cc488283119183b8 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_cc488283119183b8 .de_nav li:first-child,
  .de_tab.tab_style_4_cc488283119183b8 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_9cc1332d8a747363 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_a816984e754e8849 span{
    display: none;
  }

  .de-spot_a816984e754e8849 .de-circle-1_fb71e921ca2adf76,
  .de-spot_a816984e754e8849 .de-circle-2_43c9931f5b48116d{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_23c7ec283abf8281,
  h1.ultra-big_23c7ec283abf8281 .text-line_d1704fee8cc77783,
  h1.ultra-big-2_e896c72c7d28084d,
  .title-text_2d501c256d92a4f0,
  h1.slider-title_9d04721fc34e0bca,
  h2.slider-title_9d04721fc34e0bca{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_8b1469586e6c9e48{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_fa3c0064eeacd733{padding-top:10px;}
  .pt-xs-20_6b157160cb8c0d04{padding-top:20px;}
  .pt-xs-30_7706d9d1f074d100{padding-top:30px;}
  .pt-xs-40_1a9e5a1a97de5d64{padding-top:40px;}
  .pt-xs-50_7c1aa77f70baa579{padding-top:50px;}
  .pt-xs-60_52500709a01508a8{padding-top:60px;}
  .pt-xs-70_15cfa8b6064ba7c4{padding-top:70px;}
  .pt-xs-80_edbad59a072a829d{padding-top:80px;}
  .pt-xs-90_1eec8bdd8972093c{padding-top:90px;}
  .pt-xs-100_2f0afafb9606db82{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_655d1ab36aba3fe1{padding-bottom:10px;}
  .pb-xs-20_819a920fe09ad563{padding-bottom:20px;}
  .pb-xs-30_a1f4b5db26abf507{padding-bottom:30px;}
  .pb-xs-40_4e736069f176d1f9{padding-bottom:40px;}
  .pb-xs-50_3e404a159bca718a{padding-bottom:50px;}
  .pb-xs-60_86b7ac90a42d73f4{padding-bottom:60px;}
  .pb-xs-70_89b3f56efc076d87{padding-bottom:70px;}
  .pb-xs-80_7c5912bcb03c734b{padding-bottom:80px;}
  .pb-xs-90_54a62218cefd8817{padding-bottom:90px;}
  .pb-xs-100_a89ebbd6c71f0173{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_abbab3cf955c32ec{margin-top:10px;}
  .mt-xs-20_84d690680bd249f7{margin-top:20px;}
  .mt-xs-30_a751f712f9fa063d{margin-top:30px;}
  .mt-xs-40_1ec9e92808f8aec0{margin-top:40px;}
  .mt-xs-50_f0818752104407a0{margin-top:50px;}
  .mt-xs-60_c054f81e5ff64bd2{margin-top:60px;}
  .mt-xs-70_e8f80934148de960{margin-top:70px;}
  .mt-xs-80_4f8089d1fe60aa62{margin-top:80px;}
  .mt-xs-90_2f3504cb00364b1a{margin-top:90px;}
  .mt-xs-100_e5d8ab4cb260feba{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_68cad992eb49444a{margin-bottom:10px;}
  .mb-xs-20_f30054905263f8de{margin-bottom:20px;}
  .mb-xs-30_d6924c9b1452d598{margin-bottom:30px;}
  .mb-xs-40_2025c7c208d6b148{margin-bottom:40px;}
  .mb-xs-50_9ed2dfd10b1451a7{margin-bottom:50px;}
  .mb-xs-60_15000500994afe2b{margin-bottom:60px;}
  .mb-xs-70_e01f54b3f441d7da{margin-bottom:70px;}
  .mb-xs-80_787a6ae7b59a3fdb{margin-bottom:80px;}
  .mb-xs-90_d13d901e7eee9680{margin-bottom:90px;}
  .mb-xs-100_ba28930e8d49382c{margin-bottom:10px;}

  .ss-wrap_43d1552588982791{
    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_420d12f79ef071a6 {
    margin-bottom: 30px;
  }

  .timeline-pic_3f49acb1de334986 {
    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_33ecf3569edf687e span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_ccc900dcf823f18f {
    display: none;
  }

  header a.btn-main_f361597f69fdbca1 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_f9f867d34068a614 .left-half_18262fd89e05306b,
.half-fluid_f9f867d34068a614 .right-half_dea975cbcf9cbc5d {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_f9f867d34068a614 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_f9f867d34068a614 .left-half_18262fd89e05306b {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_f9f867d34068a614 .right-half_dea975cbcf9cbc5d {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
