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


/* 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_c687780a91c54ec3,.bg-dark-1_d0580a218bc62c50{background-color: var(--bg-dark-1) !important}
.bg-dark-2_0323a063ebdf69a3{background-color: var(--bg-dark-2) !important}
.bg-dark-3_f3629815ecca59bf{background-color: var(--bg-dark-3) !important}
.bg-grey_46b856f047535475{background-color: var(--bg-grey) !important}
.bg-gradient-1_2c4ded7dfc4998d1{
  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_02f7b9902c7089b9{
  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_a4b701aa4e69b576 {
  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_3d122fbf2ba2d95e {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_ac9af01760024db3 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_2608b1228887c60f {
  display: none;
}


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

header.scroll-light_72482396e36abe8d .logo-scroll_ac9af01760024db3{
  display: none;
}

header.smaller.scroll-light_72482396e36abe8d .logo-main_e26a09f56ab1e378{
  display: none;
}

header.smaller.scroll-light_72482396e36abe8d .logo-scroll_ac9af01760024db3{
  display: block;
}

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

header.header-light_4419a4ac601a6fc4 .h-phone_ba2a2c8babf72901,
header.smaller.scroll-light_72482396e36abe8d .h-phone_ba2a2c8babf72901 {
  color: #202020;
}

header:not(.header-light_4419a4ac601a6fc4).smaller.scroll-light_72482396e36abe8d div#logo .logo_d0de053da9c79b0e {
  display: none;
}

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

header.smaller.scroll-light_72482396e36abe8d div#logo .logo-scroll_ac9af01760024db3 {
  display: inline-block;
}

header.smaller.header-light_4419a4ac601a6fc4 div#logo .logo_d0de053da9c79b0e {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_1cdca6bc4e80c69f.mid_7d013edf2270df30 {
  float: right;
}

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


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

.de-overlay-gradient_5be13bba4dca72f5{
  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_93066d7ff8eabdde{
  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_243fdf97538dfa87{
  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_ba680a6d198be1e2 {
  font-size: 13px;
}


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


#subheader.text-light_35cd4c296dd5c0ad .crumb_ba680a6d198be1e2 {
  color: #fff;
}

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

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

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


#subheader.s2_00848ef76b430967 h1,
#subheader.s2_00848ef76b430967 .crumb_ba680a6d198be1e2 {
  margin: 0;
  padding: 0;
}

#subheader.s2_00848ef76b430967 .crumb_ba680a6d198be1e2 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_00848ef76b430967 .crumb_ba680a6d198be1e2 {
  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_fa8535577654710c) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_a4b701aa4e69b576 #mainmenu ul.mega_fa8535577654710c {
  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_4518db2ffe69a45b: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_4419a4ac601a6fc4 #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_4419a4ac601a6fc4 #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_4419a4ac601a6fc4 {
  background: #ffffff;
}

.header-light_4419a4ac601a6fc4 #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_a4b701aa4e69b576 #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_8f4e17aeee12cee3) {
  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_8d8b2ad5211b6523 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_8ef2736edcbecf48 {
  background: #f6f6f6;
}

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

.de_light_0f4bbc78a4112149 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_11474d04e186d4b1.header-light_4419a4ac601a6fc4 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_b7a0475396ce3d33,
header.header-mobile.has-topbar .header-col_1cdca6bc4e80c69f {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_11474d04e186d4b1.header-light_4419a4ac601a6fc4 {
  background: #fff;
}

header.header-light_4419a4ac601a6fc4 .logo_d0de053da9c79b0e {
  display: none;
}

header.header-light_4419a4ac601a6fc4 .logo-2_7a89f69ae7ccb6be {
  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_6cce7559082f8fb8{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_8dfffa8889bf030b,
.topbar-right_7b6e8c7600a55095 {
  display: flex;
}

.topbar-right_7b6e8c7600a55095 {
  float: right;
}

.topbar-solid_7ca35caa9b086b32 {
  background: #ffffff;
}

.tb-light_dd6d8849aa6e5c69 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-right_7b6e8c7600a55095 .topbar-widget_c14836250762f8c4 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-light_6cce7559082f8fb8 .topbar-right_7b6e8c7600a55095 .topbar-widget_c14836250762f8c4 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-light_6cce7559082f8fb8 .topbar-right_7b6e8c7600a55095 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .tb-light_dd6d8849aa6e5c69 .topbar-right_7b6e8c7600a55095 .topbar-widget_c14836250762f8c4 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .tb-light_dd6d8849aa6e5c69 .topbar-right_7b6e8c7600a55095 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-left_8dfffa8889bf030b .topbar-widget_c14836250762f8c4 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-light_6cce7559082f8fb8 .topbar-left_8dfffa8889bf030b .topbar-widget_c14836250762f8c4 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_b1109c4d37695f96) .tb-light_dd6d8849aa6e5c69 .topbar-left_8dfffa8889bf030b .topbar-widget_c14836250762f8c4 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .tb-light_dd6d8849aa6e5c69 .topbar-left_8dfffa8889bf030b span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_4419a4ac601a6fc4 .h-phone_ba2a2c8babf72901 span{
  color: var(--body-font-color);
}


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

.menu_side_area_6be406ae2cd396b2 .btn-line_d6edf7140c097a09{
  display: inline-block;
}

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

.topbar-widget_c14836250762f8c4.widget-text_ec6bb4b53019fa3c {
  padding-top: 6px;
}

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

.h-sub_a68b9ae80a5f0346 .topbar-widget_c14836250762f8c4 {
  padding: 12px;
}

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

.topbar-widget_c14836250762f8c4.tb-phone_c350de293f457024:before {
  content: "\f095";
}

.topbar-widget_c14836250762f8c4.tb-email_c81b07dbee52e051:before {
  content: "\f003";
}

.topbar-widget_c14836250762f8c4.tb-opening-hours_2d8f110d076d7fc4:before {
  content: "\f017";
}

.topbar-widget_c14836250762f8c4.tb-social_298fa3fcfa80a514 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-light_6cce7559082f8fb8 .topbar-widget_c14836250762f8c4.tb-social_298fa3fcfa80a514 a,
#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-light_6cce7559082f8fb8 .topbar-widget_c14836250762f8c4.tb-social_298fa3fcfa80a514 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_b1109c4d37695f96) .topbar-widget_c14836250762f8c4.tb-social_298fa3fcfa80a514 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_dd6d8849aa6e5c69 .topbar-widget_c14836250762f8c4.tb-social_298fa3fcfa80a514 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_c14836250762f8c4.tb-social_298fa3fcfa80a514 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_0f4bbc78a4112149 .blog-list_fbb1d1e8f38d71a4 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_0f4bbc78a4112149 .blog-list_fbb1d1e8f38d71a4 h4 a {
  color: #222222;
}

.de_light_0f4bbc78a4112149 .text-light_35cd4c296dd5c0ad .blog-list_fbb1d1e8f38d71a4 h4 a {
  color: #fff;
}

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

.blog-list_fbb1d1e8f38d71a4 .btn-more_ce028b32d714282e:hover {
  background: #fff;
}

.de_light_0f4bbc78a4112149 .blog-list_fbb1d1e8f38d71a4 .btn-more_ce028b32d714282e:hover {
  background: #222;
  color: #fff;
}

.blog-list_fbb1d1e8f38d71a4 .post-text_f7a5735e7d833002 {
  padding-left: 80px;
}

.bloglist_c472e7b8087b78d7 .post-text_f7a5735e7d833002 a.btn-main_80638b70cc3dafbb {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_fbb1d1e8f38d71a4 .blog-slider_beb3bcad69c852c0 {
  margin-bottom: -60px;
}

.blog-list_fbb1d1e8f38d71a4 .date-box_f0a8d677bead13ae {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_0f4bbc78a4112149 .blog-list_fbb1d1e8f38d71a4 .date-box_f0a8d677bead13ae .month {
  color: #222222;
}

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

.blog-list_fbb1d1e8f38d71a4 .date-box_f0a8d677bead13ae .month {
  font-size: 14px;
}

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

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

.de_light_0f4bbc78a4112149 .blog-list_fbb1d1e8f38d71a4 .date-box_f0a8d677bead13ae .month {
  border-bottom-color: #ddd;
}

.de_light_0f4bbc78a4112149 .text-light_35cd4c296dd5c0ad .blog-list_fbb1d1e8f38d71a4 .date-box_f0a8d677bead13ae .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_39d73c9bc0782f61 .d-image_c2ac4cfb51ce9a6f img {
  width: 100%;
}

.de-bloglist-type-1_39d73c9bc0782f61 .d-content_d0777c0ad7c8a5e8 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_39d73c9bc0782f61 .d-date_c2ae3aaf5ea931b1: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_56d2c3671037339e {
  margin-bottom: 40px;
}

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

.de-post-type-1_56d2c3671037339e .d-image_c2ac4cfb51ce9a6f img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_56d2c3671037339e .d-meta_1079251cc1aa4dc1 span.d-by_3ae1200acd323751:before {
  content: "\f007";
}

.de-post-type-1_56d2c3671037339e .d-meta_1079251cc1aa4dc1 span.d-date_c2ae3aaf5ea931b1:before {
  content: "\f073";
}

.de-post-type-1_56d2c3671037339e .d-meta_1079251cc1aa4dc1 span.d-tags_d9f464fe7f529d54:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_671687baaf45f5c7 .d-date_c2ae3aaf5ea931b1 .d-month_c0d74d9ac74bbec0{
  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_671687baaf45f5c7 .d-date_c2ae3aaf5ea931b1 .d-day_5b64499181066600{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_671687baaf45f5c7 .d-image_c2ac4cfb51ce9a6f{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_de3a03e1a53d9a4d {}

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

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

.comment-info_a410959a74109563 span {}

.comment-info_a410959a74109563 .c_name_e72091ce5c9f302d {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_a4b701aa4e69b576 .comment-info_a410959a74109563 .c_name_e72091ce5c9f302d {
  color: #ffffff;
}

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

.dark-scheme_a4b701aa4e69b576 .comment-info_a410959a74109563 .c_reply_d50538d192492055 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_a410959a74109563 .c_date_ef2f98920437408f {
  font-size: 12px;
}

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

.blog-list_fbb1d1e8f38d71a4 .post-wrapper_389251e4ffd0907d {}

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

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

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

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

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

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

.post-content_c3744c8e2f5c455c {
  position: relative;
}

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

.post-text_f7a5735e7d833002 .d-date_c2ae3aaf5ea931b1{
  font-size: 14px;
}

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

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

.dark-scheme_a4b701aa4e69b576 .post-text_f7a5735e7d833002 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_aa64195c31d457b9,
.p-title_c594820973510446 {
  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_aa64195c31d457b9,
.p-title_c594820973510446.invert {
  background: var(--secondary-color);
}

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

.post-text_f7a5735e7d833002 .p-date_640afbc62c15a5ab {
  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_c3b3f820f32d96eb img {
  margin-bottom: 20px;
}

.blog-read_c3b3f820f32d96eb .post-text_f7a5735e7d833002 {
  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_f0331c2a8a1c9528 {
  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_f0331c2a8a1c9528 a {
  color: #888;
}

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

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

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

.post-image_bd04e79e71c5597e .d-tagline_142f2b12a38ef8da 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_66d72b48a74a1121 {
  margin-bottom: 60px;
}

.blog-item_66d72b48a74a1121 img.preview_0d8f8b29ed8ec287 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_bd04e79e71c5597e {
  position: relative;
}

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

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

.post-image_bd04e79e71c5597e .post-date_8e792da6408a5fe5,
.post-image_bd04e79e71c5597e .post-author_394c30f1726bfc9f {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_76d0e118cdc28eab {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_42cc7656de6aa745{
  float: left;
}


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

.radio-opt_42cc7656de6aa745 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_42cc7656de6aa745 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_00848ef76b430967 .radio-img_e1cc985d78985cfb input[type="radio"] + label, 
#contact_form.s2_00848ef76b430967 .radio-img_e1cc985d78985cfb input[type="checkbox"] + label,
#contact_form .radio-img_e1cc985d78985cfb input[type="radio"] + label img, 
#contact_form .radio-img_e1cc985d78985cfb input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_d2076a4af97fffa0 .form-underline_9c07542e735d8c89{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_c36d8df635d57af0 {
  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_dcbee294377a21de {
  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_dcbee294377a21de.sm-left_6dc9ed3c1336e8bb {
  margin-left: 0;
}

.rtl .small-border_dcbee294377a21de.sm-left_6dc9ed3c1336e8bb {
  margin-right: 0;
}

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

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

.small-border_dcbee294377a21de.white_7314ce1817a58ee3 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_ba680a6d198be1e2 a {
  text-decoration: none;
}

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

.de_light_0f4bbc78a4112149 .crumb_ba680a6d198be1e2 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_0f4bbc78a4112149 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_0daf8c57928dbce3.btn-id_117fec33002e473f {
  color: #222;
}

a.btn-dark_858d5b78c56bd3d4.btn-id_117fec33002e473f {
  color: #fff;
}

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

.btn-fx_8a009bd0e610f235.btn-main_80638b70cc3dafbb {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_80638b70cc3dafbb.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_80638b70cc3dafbb.btn-dark-trans_603f354a37f8ed2c{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_80638b70cc3dafbb.big_cbf5f8d6abf8468a{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_35cd4c296dd5c0ad .btn-line_d6edf7140c097a09{
  color:#ffffff;
}


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

header:not(.header-light_4419a4ac601a6fc4) a.btn-line_d6edf7140c097a09,
.dark-scheme_a4b701aa4e69b576 a.btn-line_d6edf7140c097a09,
.dark-schem_89fb0ce9c39c9138 a.btn-line_d6edf7140c097a09:hover {
  color: #ffffff;
}

a.btn-main_80638b70cc3dafbb.btn-white_2ac956e6492d4e94 {
  background: #ffffff;
}

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

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

a.btn-border_a604fbcc49b6f27f.light_a052bad63e9c7558 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_a604fbcc49b6f27f.light_a052bad63e9c7558:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_35cd4c296dd5c0ad .btn-plus_f0ff606a0a64f001{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_35cd4c296dd5c0ad .btn-plus_f0ff606a0a64f001:hover{
  color: #ffffff;;
}

a.btn-main_80638b70cc3dafbb.btn-with-arrow_c2cbf2c9256d4d08{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_35cd4c296dd5c0ad .play-button_cf813aad45af7cc7.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_5d937dfe4f8abff7 p.d-small_a3fda2077ab47eb3 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_5d937dfe4f8abff7.big_cbf5f8d6abf8468a h3 {
  font-size: 120px;
}

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

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

.de_count_5d937dfe4f8abff7.small_e96123a27cfe7d35 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_a4b701aa4e69b576 .field-set_47f80004b7c586d3 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_a4debdd5ec4df727,
.h2_e0b90ccbd27aa07c,
.h3_2820f3a701458f08,
.h4_7764d369e7f02cac,
.h5_58b7091cb58946e3,
.h6_da724f3485da1659,
footer.footer-light_42517f29fecb813b h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_a4b701aa4e69b576 h1,
.dark-scheme_a4b701aa4e69b576 h2,
.dark-scheme_a4b701aa4e69b576 h4,
.dark-scheme_a4b701aa4e69b576 h3,
.dark-scheme_a4b701aa4e69b576 h5,
.dark-scheme_a4b701aa4e69b576 h6,
.dark-scheme_a4b701aa4e69b576 .h1_big_1c92576dbb62f58c,
.dark-scheme_a4b701aa4e69b576 .h1_a4debdd5ec4df727,
.dark-scheme_a4b701aa4e69b576 .h2_e0b90ccbd27aa07c,
.dark-scheme_a4b701aa4e69b576 .h3_2820f3a701458f08,
.dark-scheme_a4b701aa4e69b576 .h4_7764d369e7f02cac,
.dark-scheme_a4b701aa4e69b576 .h5_58b7091cb58946e3,
.dark-scheme_a4b701aa4e69b576 .h6_da724f3485da1659 {
  color: #ffffff;
}

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


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


h1,
.h1_a4debdd5ec4df727 {
  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_4518db2ffe69a45b: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_0f4bbc78a4112149 .text-light_35cd4c296dd5c0ad h2 {
  color: #fff;
}

.text-light_35cd4c296dd5c0ad h2.deco_199e3c302580c38a span:before,
.text-light_35cd4c296dd5c0ad h2.deco_199e3c302580c38a 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_88c1694f435d68ef {
  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_88c1694f435d68ef .s1_7e6ff486f0d5515e{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_7d44c1a35ba13aa1 {
  color: #223044;
}

.text-white_723fb70207492067,
.de_light_0f4bbc78a4112149 .text-white_723fb70207492067 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_950afa410dea11e2.fs-16_16bf4b9b2835e223 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_1f767f2a699a7453.active .page-link_9fbd8bfd1f6ed147{
  border-color:var(--primary-color);
}

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

.spinner_21fe6f68c1ea5e6e>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_21fe6f68c1ea5e6e .bounce1_8c7bd82f1c221338 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_21fe6f68c1ea5e6e .bounce2_e3f8ae26b8360015 {
  -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_a4b701aa4e69b576 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_306fc5dd34d08015.s2_00848ef76b430967 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_306fc5dd34d08015 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_306fc5dd34d08015.big_cbf5f8d6abf8468a i {
  margin: 0 15px 0 15px;
}

.social-icons_306fc5dd34d08015.big_cbf5f8d6abf8468a i:hover {
  background: none;
}

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

.social-icons_306fc5dd34d08015.s1_7e6ff486f0d5515e:hover i {
  background: none;
}

.social-icons_306fc5dd34d08015.s1_7e6ff486f0d5515e {
  line-height: 0.5;
  text-align: center;
}

.social-icons_306fc5dd34d08015.s1_7e6ff486f0d5515e .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_f155f0c6c6f2bede {
  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_a4b701aa4e69b576 .accordion-section-title,
.text-light_35cd4c296dd5c0ad .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_35cd4c296dd5c0ad .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_51cbae7303505434.s2_00848ef76b430967 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_a4b701aa4e69b576 .expand-custom_2c5c89467197ef41 {
  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_ee7d5652cd3b6743 .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_a4b701aa4e69b576 .de_tab.tab_methods_1e5b00e4c6f580ad .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_1e5b00e4c6f580ad.style-2_c7111103ca957b26 .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_1e5b00e4c6f580ad.style-2_c7111103ca957b26.light_a052bad63e9c7558 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_1e5b00e4c6f580ad.style-2_c7111103ca957b26 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_1e5b00e4c6f580ad.style-2_c7111103ca957b26 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_0f4bbc78a4112149 .de_tab.tab_style_2_abef2cc963f6ddba .de_nav {}

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

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

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

.text-light_35cd4c296dd5c0ad .de_tab.tab_style_2_abef2cc963f6ddba .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_0f4bbc78a4112149 .de_tab.tab_style_3_493a7b75ff03e198 .de_nav li span:hover {
  background: #ddd;
}

.de_light_0f4bbc78a4112149 .de_tab.tab_style_3_493a7b75ff03e198 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_35cd4c296dd5c0ad .de_tab.tab_style_3_493a7b75ff03e198 .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_e48585b5bcab92fa .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_35cd4c296dd5c0ad .de_tab.tab_style_4_e48585b5bcab92fa .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_35cd4c296dd5c0ad .de_tab.tab_style_4_e48585b5bcab92fa .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_3408b18d65fbaf38.nav_4_3de6fb025be75c81 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_3408b18d65fbaf38.nav_4_3de6fb025be75c81 .dot_460165ee0e264ab9 {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_3408b18d65fbaf38.nav_4_3de6fb025be75c81 li:last-child .dot_460165ee0e264ab9:before,
.de_tab.timeline_3408b18d65fbaf38.nav_4_3de6fb025be75c81 li:last-child .dot_460165ee0e264ab9:after {
  border-bottom: none;
}

.de_tab.timeline_3408b18d65fbaf38 li .num_b370e636d993bd7a {
  font-size: 20px;
}

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

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

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

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

a.btn-left_f133d45d6fa0fa2b,
a.btn-right_6a0c1fb258cea72d {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_c13a1fa159a37e00 {
  padding-top: 20px;
}

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

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

.de_testi_9793ef5f63770bb9.no-bg_2406ee6c133933c6 blockquote {
  background: none;
}

.de_testi_9793ef5f63770bb9 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_9793ef5f63770bb9.type-2_ae0cee20e3d0ccee.review_cf5ba1625f592670 blockquote {
  padding: 50px;
}

.de_testi_9793ef5f63770bb9.type-2_ae0cee20e3d0ccee.review_cf5ba1625f592670 blockquote:before {
  display: none;
}

.de_testi_9793ef5f63770bb9.type-2_ae0cee20e3d0ccee.review_cf5ba1625f592670 p {
  padding-top: 0;
}

.de_testi_9793ef5f63770bb9.type-2_ae0cee20e3d0ccee.review_cf5ba1625f592670 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_35cd4c296dd5c0ad .de_testi_9793ef5f63770bb9.type-2_ae0cee20e3d0ccee blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_9793ef5f63770bb9.type-2_ae0cee20e3d0ccee .de_testi_by_866108ca9aedc5f3 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_9793ef5f63770bb9.opt-3_e17b50016fa2e0a2 blockquote p {
  font-size: 14px;
}

.de_testi_9793ef5f63770bb9.opt-3_e17b50016fa2e0a2 blockquote:before {
  color: #fff;
}

.de_testi_9793ef5f63770bb9.opt-3_e17b50016fa2e0a2 .de_testi_by_866108ca9aedc5f3 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_ed66e31d400b2c65 .site-center-line_41b02eae2f59ffc9 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___798f781157a67e5d {
  display: inline-block;
}
.de-timeline-article_ed66e31d400b2c65.odd .site-center-line_41b02eae2f59ffc9 {
  background: var(--primary-color);
}
.de-timeline-article_ed66e31d400b2c65.even .site-center-line_41b02eae2f59ffc9 {
  background: var(--secondary-color);
}
.de-timeline-article_ed66e31d400b2c65 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_ed66e31d400b2c65 .content-left-container_5ce24dbcfe67d658,
.de-timeline-article_ed66e31d400b2c65 .content-right-container_d8547ee1298ca57c {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_ed66e31d400b2c65 .content-left_79747261e197083c,
.de-timeline-article_ed66e31d400b2c65 .content-right_24422d3c3b539709 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_090f6cee7374d29d {
  margin-top: 0;
}
.de-timeline-article_ed66e31d400b2c65 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_ed66e31d400b2c65 .content-left-container_5ce24dbcfe67d658 {
  float: left;
}
h4.de-timeline-year_cd887635ac032bbf {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_ed66e31d400b2c65.even h4.de-timeline-year_cd887635ac032bbf{
  color:var(--heading-font-color);
}
.de-timeline-article_ed66e31d400b2c65.odd .year___798f781157a67e5d {
  float: left;
}
.de-timeline-article_ed66e31d400b2c65.odd h4.de-timeline-year_cd887635ac032bbf {
  background: var(--primary-color);
}
.de-timeline-article_ed66e31d400b2c65.even .year___798f781157a67e5d {
  float: right;
}
.de-timeline-article_ed66e31d400b2c65.even h4.de-timeline-year_cd887635ac032bbf {
  background: var(--secondary-color);
}
.de-timeline-article_ed66e31d400b2c65 .d-line_a23e6a48fe41ad77 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_ed66e31d400b2c65.odd .d-line_a23e6a48fe41ad77 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_ed66e31d400b2c65.even .d-line_a23e6a48fe41ad77 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_ed66e31d400b2c65 .owl-carousel_0869409307f44d02 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_ed66e31d400b2c65 .content-right-container_d8547ee1298ca57c {
  float: right;
}
.de-timeline-article_ed66e31d400b2c65 .meta-dot_a8a00283ddd8d62d {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_ed66e31d400b2c65.odd .meta-dot_a8a00283ddd8d62d {
  background: var(--primary-color);
}
.de-timeline-article_ed66e31d400b2c65.even .meta-dot_a8a00283ddd8d62d {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_ed66e31d400b2c65 .site-center-line_41b02eae2f59ffc9 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_ed66e31d400b2c65 .meta-dot_a8a00283ddd8d62d {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_ed66e31d400b2c65 .content-left-container_5ce24dbcfe67d658,
  .de-timeline-article_ed66e31d400b2c65 .content-right-container_d8547ee1298ca57c {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_ed66e31d400b2c65 .content-left-container_5ce24dbcfe67d658 {
    margin-bottom: 20px;
  }
  .de-timeline-article_ed66e31d400b2c65 .content-left_79747261e197083c,
  .de-timeline-article_ed66e31d400b2c65 .content-right_24422d3c3b539709 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_ed66e31d400b2c65 .content-left_79747261e197083c:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_ed66e31d400b2c65 .content-right_24422d3c3b539709:before {
    display: none;
  }  
  h4.de-timeline-year_cd887635ac032bbf {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_ed66e31d400b2c65.odd .d-line_a23e6a48fe41ad77 {
    left: 30px;
  }
  .de-timeline-article_ed66e31d400b2c65.even .d-line_a23e6a48fe41ad77 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_ed66e31d400b2c65.odd .content-left-container_5ce24dbcfe67d658{
    padding-top: 20px;
  }
  .de-timeline-article_ed66e31d400b2c65.even .content-left-container_5ce24dbcfe67d658{
    padding-top: 50px;
  }
  .de-timeline-article_ed66e31d400b2c65.odd .content-left-container_5ce24dbcfe67d658 .owl-carousel_0869409307f44d02{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_ed66e31d400b2c65.even .content-right-container_d8547ee1298ca57c .owl-carousel_0869409307f44d02{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_da15e3ecbaf1d622 {
  position: relative;
}

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

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

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

.timeline-blank_72769fdc859590a3 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_72769fdc859590a3 {
    display: none;
  }

  .timeline-text_470655ec2b4836e4 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_d4605f0e91083e43 {
  overflow: hidden;
}

.border1_7c20a6f0c7bb642c {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_d6edf7140c097a09:after,
.de_count_5d937dfe4f8abff7,
.social-icons_306fc5dd34d08015 a i,
.de_tab.tab_methods_1e5b00e4c6f580ad .de_nav li span,
.de_tab.tab_methods_1e5b00e4c6f580ad .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_66283bb19d96f0c7 .title,
.carousel-item:hover .pf_text_66283bb19d96f0c7 .title,
.carousel-item .pf_text_66283bb19d96f0c7 .title .type,
.carousel-item:hover .pf_text_66283bb19d96f0c7 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_14185c4e4dedf84c i,
.social-icons-sm_14185c4e4dedf84c i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_1735c576f7e27030,
.btn-main_80638b70cc3dafbb,
.de_tab.tab_style_4_e48585b5bcab92fa .de_nav li,
.form-subscribe_261b2287cad5be33 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_c36d8df635d57af0,
.de_tab.tab_methods_1e5b00e4c6f580ad.style-2_c7111103ca957b26 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_3e11984292e3e1a8 *,
.mask_3e11984292e3e1a8 .cover,
.mask_3e11984292e3e1a8:hover .cover,
.mask_3e11984292e3e1a8 img,
.mask_3e11984292e3e1a8:hover img,
.accordion_51cbae7303505434 .content,
a.btn-border_a604fbcc49b6f27f,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_07041f90bc2f84f1 img,
a.a-underline_399b4e9f59aea4b5 *,
.dropdown *,
.form-border_df96683e4c5b5ecb *,
.d-carousel *,
#slider-carousel *,
.container-timeline_6f31e6880c534e16 *,
.d_demo_img *,
.carousel-control-next-icon_250595f4af779162,
.carousel-control-prev-icon_e67e0552e6223066,
.grayscale_81f2c6492cdc3dbf,
.hover-color_e7423fb00d1fa324,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_f0ff606a0a64f001,
.btn-plus_f0ff606a0a64f001 *,
.btn-with-arrow_c2cbf2c9256d4d08:after,
.btn-with-arrow_c2cbf2c9256d4d08: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_8a009bd0e610f235:after,
a.btn-fx_8a009bd0e610f235:hover:after,
a.btn-fx_8a009bd0e610f235:before,
a.btn-fx_8a009bd0e610f235:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_671eaa432ab3fb95 li .post-date_8e792da6408a5fe5,
.items_filter_5e1bda6da938d168 *,
.owl-prev_a57febafbc72a408,
.owl-next_429c507c22361a87 {
  -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_61d3ff47c1584d47 {
  -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_3e5931b23ac1e30f {
  -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_6097cba883795c8b {
  -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_4c39c9494effb887 {
  -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_9429d7649e0d2164 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_aec019ae6fb4ca33 {
  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_a4b701aa4e69b576 .modal-header_372b617237e50972,
.nav-tabs_a91f3020dca771c2 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_a4b701aa4e69b576 .modal-content_124b39c15d0b9ffb {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_eddbfb71cd613be3 .tab-content_7640bd06cb8cd2a7 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_b82f7677a4f3981a.big_cbf5f8d6abf8468a{
  font-size: 32px !important;
}

.dark-scheme_a4b701aa4e69b576 p.lead_b82f7677a4f3981a {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_fede9d622d1c94ab {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_e952fe93d3066be5,
.panel-collapse_08a4476d7b7922fc,
.panel-collapse_08a4476d7b7922fc,
.panel-group_fede9d622d1c94ab .panel_11f3858e406755fb {
  border: none;
  border-radius: 0;
}

.panel-heading_328619407afd0f0b {
  background: #222;
}

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

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

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

blockquote.s1_7e6ff486f0d5515e {
  padding: 0px;
}

blockquote.s1_7e6ff486f0d5515e: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_975ed97ce95fe88b::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_975ed97ce95fe88b::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_35cd4c296dd5c0ad .collapsible-link_975ed97ce95fe88b:before,
.text-light_35cd4c296dd5c0ad .collapsible-link_975ed97ce95fe88b:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_f12d4bbf6e6c878d {
  display: block
}

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

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

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

.collapsible-link_975ed97ce95fe88b.text-white_723fb70207492067 {
  color: #ffffff;
}

.collapsible-link_975ed97ce95fe88b.text-white_723fb70207492067::after,
.collapsible-link_975ed97ce95fe88b.text-white_723fb70207492067::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_f31cd87770e5af33{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_0f4bbc78a4112149 .widget_category_797365d89f8c5534 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_797365d89f8c5534 li a {
  color: #606060;
}

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

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

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


.dark-scheme_a4b701aa4e69b576 .widget-post_671eaa432ab3fb95 li a {
  color: #ffffff;
}

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

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

.widget-post_671eaa432ab3fb95 .date_e413bd028e0e5e44 {
  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_671eaa432ab3fb95 .date_e413bd028e0e5e44 {
  float: right;
}

.widget_f31cd87770e5af33 .comments_071ca58a073193a8 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_f31cd87770e5af33 .tiny-border_308e6c25df0157c2 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_42517f29fecb813b .widget_f31cd87770e5af33 .tiny-border_308e6c25df0157c2 {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_0f4bbc78a4112149 .widget_tags_a5d296cf31757c58 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_f31cd87770e5af33.widget_tags_a5d296cf31757c58 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_308e6c25df0157c2 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_a4b701aa4e69b576 #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_b00d0b5c7bd79cf4 {
  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_5d74ee817e8d89d9 {
  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_00848ef76b430967 .d-item-txt_5d74ee817e8d89d9{
  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_5d74ee817e8d89d9 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_293c946213fc93ae {
  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_00848ef76b430967 .d-item-block_293c946213fc93ae{
  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_293c946213fc93ae{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_d8d2a810c20f5a4e .d-number_be9db06c6217e876 {
  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_35cd4c296dd5c0ad .de-step-s1_d8d2a810c20f5a4e .d-number_be9db06c6217e876{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_0869409307f44d02.no-hide_118776e4fa80808f .owl-stage-outer_0c51b0e7a55824ee{
  overflow: visible; !important;
}

.grayscale_81f2c6492cdc3dbf{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_a8c3dd5c7c69da2a{ background:#ffffff; }
.bg-black_df399133215ba9cf{ background:#000000; }

/* width (percent) */
.w-10_5b87e304f4be3c72{width: 10%;}
.w-20_1ac6e138d870aef7{width: 20%;}
.w-30_43098d14d132115c{width: 30%;}
.w-40_a428f1b5d300d993{width: 40%;}
.w-50_7b1b20a1a6f49064{width: 50%;}
.w-60_4cc20bc3878a1dc7{width: 60%;}
.w-70_cc4a47889b0cf0a1{width: 70%;}
.w-80_9bf57b56cf1c8016{width: 80%;}
.w-90_29bbf98c387c6d73{width: 90%;}
.w-100_6be206d26227a3f7{width: 100%;}

/* width (px) */
.w-10px_84265837257fe0f1{width: 10px;}
.w-20px_978f0dfa21f09d71{width: 20px;}
.w-24px_e786c7d825170e47{width: 24px;}
.w-40px_f9a7129e2cfb4196{width: 40px;}
.w-50px_b979deafa5f4e776{width: 50px;}
.w-60px_03cd20f60822a5b5{width: 60px;}
.w-70px_a39e869f55e29b40{width: 70px;}
.w-80px_4cad2c0a065dd487{width: 80px;}
.w-90px_a672be303a84224e{width: 90px;}
.w-100px_b5cab95ee59c482c{width: 100px;}
.w-110px_4bbe9c67966f4b2d{width: 110px;}
.w-120px_3a71a7248a18b69a{width: 120px;}
.w-130px_166a98631401a4fa{width: 130px;}
.w-140px_18877b5cce8cc473{width: 140px;}
.w-150px_9ac7c4562777718a{width: 150px;}
.w-200px_6b58466c4e824907{width: 200px;}
.w-250px_90f7da114a2c3e42{width: 250px;}
.w-300px_944990c339bb9277{width: 300px;}

/* height (percent) */
.h-10_74923ceb460f6fd0{height: 10%;}
.h-20_24f40e2209801f83{height: 20%;}
.h-30_2965e0f8dc1ff5eb{height: 30%;}
.h-40_596c74ddd9653cc2{height: 40%;}
.h-50_81f1f3c81c300d84{height: 50%;}
.h-60_a703fb187417beeb{height: 60%;}
.h-70_066bd1ea09dcf7ab{height: 70%;}
.h-80_608c27a0ca742af1{height: 80%;}
.h-90_5a77d05fd905f42d{height: 90%;}
.h-100_1f1e36790a07a45c{height: 100%;}

/* height (px) */
.h-10px_b34979b05c7422f9{height: 10px;}
.h-20px_2dddfb4948d1e974{height: 20px;}
.h-24px_831468d441145695{height: 24px;}
.h-40px_5e3509804546ee58{height: 40px;}
.h-50px_5b2e08eac8ba628d{height: 50px;}
.h-60px_a4949df94aacc795{height: 60px;}
.h-70px_a8d2e1e755fef6eb{height: 70px;}
.h-80px_ae2a70163af58ec6{height: 80px;}
.h-90px_3391bbc39adb507b{height: 90px;}
.h-100px_afd3186ce4fcf882{height: 100px;}
.h-110px_da9b42706ffcf202{height: 110px;}
.h-120px_38df16516dd65ceb{height: 120px;}
.h-130px_67dbda72ce36d98f{height: 130px;}
.h-140px_56cd36cfbe9ef8f8{height: 140px;}
.h-150px_d9a7f8e481137c05{height: 150px;}
.h-200px_8e0479e97fbd8e0b{height: 200px;}
.h-250px_f5c980957f2ce522{height: 250px;}
.h-300px_72f07b4c59ac6795{height: 300px;}

/* top (percent) */
.top-10_e3582cec643eab2e{top: 10%;}
.top-20_3ad88e2c1b6bcd15{top: 20%;}
.top-30_13e193552c2acd73{top: 30%;}
.top-40_547d6485a4027841{top: 40%;}
.top-50_c3a38fde02fe40e7{top: 50%;}
.top-60_75b43af39577605c{top: 60%;}
.top-70_22038559e1739002{top: 70%;}
.top-80_06174964d00f81d9{top: 80%;}
.top-90_d1778ee11956e478{top: 90%;}
.top-100_d3a262027df35f09{top: 100%;}

/* top (px) */
.top-10px_2df5122e9d055f98{top: 10px;}
.top-20px_f687740bc90b9600{top: 20px;}
.top-30px_2bef7223bb53a15e{top: 30px;}
.top-40px_cb702d96ab92401c{top: 40px;}
.top-50px_fdd961e52ca07106{top: 50px;}
.top-60px_72643c63c47bafdd{top: 60px;}
.top-70px_8cb74a3043d446a9{top: 70px;}
.top-80px_4bff7d5e8b2f58f9{top: 80px;}
.top-90px_e5afdf459ce5b1a2{top: 90px;}
.top-100px_60e84e9e798a4220{top: 100px;}

/* bottom (percent) */
.bottom-10_03e3f6d2ff31fc18{bottom: 10%;}
.bottom-20_1cd31160da670406{bottom: 20%;}
.bottom-30_8e84477851b28970{bottom: 30%;}
.bottom-40_0649897dde8bf845{bottom: 40%;}
.bottom-50_fa172166aff2031d{bottom: 50%;}
.bottom-60_baff465fe3c3704e{bottom: 60%;}
.bottom-70_84056e22bd841dc7{bottom: 70%;}
.bottom-80_f03bc71f554c776b{bottom: 80%;}
.bottom-90_d1255db315887b9b{bottom: 90%;}
.bottom-100_4ff9a9b72dcedc56{bottom: 100%;}

/* bottom (px) */
.bottom-10px_d9c814d38999b285{bottom: 10px;}
.bottom-20px_540b015befda8fda{bottom: 20px;}
.bottom-30px_f4837830e595d6d8{bottom: 30px;}
.bottom-40px_03af9dd2d9de293e{bottom: 40px;}
.bottom-50px_943b0a6cad114c82{bottom: 50px;}
.bottom-60px_b09da41d9253a356{bottom: 60px;}
.bottom-70px_fa667204f9a8eeac{bottom: 70px;}
.bottom-80px_c191d8638ed66d76{bottom: 80px;}
.bottom-90px_91b0d54c13869a80{bottom: 90px;}
.bottom-100px_bcb307e399ae092b{bottom: 100px;}

/* top negative (px) */
.top-min-10_5a4ca6781f1c78c1{top:-10px;}
.top-min-20_5bfd4be59af0921e{top:-20px;}
.top-min-30_71770bf5ffab2348{top:-30px;}
.top-min-40_7b1e8a8998a6fab3{top:-40px;}
.top-min-50_f0d329aa73dae767{top:-50px;}
.top-min-60_f95c287e1278bf01{top:-60px;}
.top-min-70_f1cffbcfa80f8226{top:-70px;}
.top-min-80_18eaf669810d9528{top:-80px;}
.top-min-90_e7ee6dd82dcc4d1e{top:-90px;}
.top-min-100_64a59cb4b60690e2{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_2660214f6ac9c939{bottom:-10px;}
.bottom-min-20_12cf00d770c6c7b0{bottom:-20px;}
.bottom-min-30_7442b98cf0df5a8c{bottom:-30px;}
.bottom-min-40_acc02317b88bc354{bottom:-40px;}
.bottom-min-50_1627cf49dc8ab576{bottom:-50px;}
.bottom-min-60_e7ec52d94d97f2b6{bottom:-60px;}
.bottom-min-70_77d6636d7504e4a0{bottom:-70px;}
.bottom-min-80_34b982b41d4f4204{bottom:-80px;}
.bottom-min-90_06c02103586e5700{bottom:-90px;}
.bottom-min-100_26b671ca45e8c49a{bottom:-100px;}

/* left pos (percent) */
.start-10_bc366ae8b46e87cf{left: 10%;}
.start-20_99633096d037b876{left: 20%;}
.start-30_6b43b8d70a1521d7{left: 30%;}
.start-40_e3fc89f7bb1e4d11{left: 40%;}
.start-50_8e093d7c73c8003e{left: 50%;}
.start-60_bb9777f1bf11fd62{left: 60%;}
.start-70_4f58735f27be30cc{left: 70%;}
.start-80_959548f8ac1dd6db{left: 80%;}
.start-90_74907e807702e98a{left: 90%;}
.start-100_8d66e85080be79ed{left: 100%;}

/* left pos (px) */
.start-10px_8f28254cec916b0a{left: 10px;}
.start-20px_251d4e115b436187{left: 20px;}
.start-30px_cb9d1686d97cbf14{left: 30px;}
.start-40px_43086d5af3c11112{left: 40px;}
.start-50px_66a07c4a78c1a0e4{left: 50px;}
.start-60px_c5cac02f6b178e19{left: 60px;}
.start-70px_48e37e6906b58613{left: 70px;}
.start-80px_62b0a46726a7684b{left: 80px;}
.start-90px_033fcf1f4fa6c7a3{left: 90px;}
.start-100px_6f276244595caded{left: 100px;}

/* right  pos (percent) */
.end-10_5e1051a8c8ce37f0{right: 10%;}
.end-20_faee605f06098b62{right: 20%;}
.end-30_667cb347e5057356{right: 30%;}
.end-40_af85b03aa6a89198{right: 40%;}
.end-50_b1fea4fdb12cc3f2{right: 50%;}
.end-60_c4bf521302d9326c{right: 60%;}
.end-70_d4aa59c684a36d0c{right: 70%;}
.end-80_7ac27b226c61ac2e{right: 80%;}
.end-90_f587bd7153035a3e{right: 90%;}
.end-100_5a53c087aafd808f{right: 100%;}

/* right  pos (px) */
.end-10px_7f17a3d379bd7294{right: 10px;}
.end-20px_8938a1357e36991b{right: 20px;}
.end-30px_36153827313bb83a{right: 30px;}
.end-40px_3fade6cd73e45c9d{right: 40px;}
.end-50px_94c083c113dc1beb{right: 50px;}
.end-60px_29314a9c80ddbfb2{right: 60px;}
.end-70px_c0025e9e52a9d665{right: 70px;}
.end-80px_ab3aa50139c7e298{right: 80px;}
.end-90px_adad281b53765ea3{right: 90px;}
.end-100px_6d1ad6f0a3af0f01{right: 100px;}

/* margin-left (percent) */
.ms-10_10ab3d0ee5059ad6{margin-left: 10%;}
.ms-20_ccdfc4f09beacd45{margin-left: 20%;}
.ms-30_755b22e19e5d1020{margin-left: 30%;}
.ms-40_8d1cf4ad5450e7c6{margin-left: 40%;}
.ms-50_76ae35726088b84f{margin-left: 50%;}
.ms-60_d8381a78acb72fd3{margin-left: 60%;}
.ms-70_b8c15619f990587f{margin-left: 70%;}
.ms-80_3b4486ea5967cbb2{margin-left: 80%;}
.ms-90_7d18b70bd00fe68d{margin-left: 90%;}
.ms-100_d1c3d6bd531cb447{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_0f8f0e808d5e70f4{margin-left: 10px;}
.ms-20px_9e95b311625cec3e{margin-left: 20px;}
.ms-30px_f66f5b002299583d{margin-left: 30px;}
.ms-40px_f499f15597107bbf{margin-left: 40px;}
.ms-50px_548cd9f72cd6cdeb{margin-left: 50px;}
.ms-60px_af1241c6037460ce{margin-left: 60px;}
.ms-70px_32c8f8f0fcd23ad6{margin-left: 70px;}
.ms-80px_22d7a59802810619{margin-left: 80px;}
.ms-90px_eee99f5f50ddc1ce{margin-left: 90px;}
.ms-100px_d22d3c572a0bc208{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_b32776a96557811c{margin-top:-10px;}
.mt-min-20_3bc824e3bcd8d578{margin-top:-20px;}
.mt-min-30_5e38f2acc91a1341{margin-top:-30px;}
.mt-min-40_54fd27d1d64f17bb{margin-top:-40px;}
.mt-min-50_53667717288b5a57{margin-top:-50px;}
.mt-min-60_9672bd70bed5383d{margin-top:-60px;}
.mt-min-70_e15dc6190c37bf6a{margin-top:-70px;}
.mt-min-80_94b6b3f3dbcd3b12{margin-top:-80px;}
.mt-min-90_90a69e5af5f96c04{margin-top:-90px;}
.mt-min-100_610ce854c65fe82f{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_fc538fba1fa04a31{margin-bottom:-10px;}
.mb-min-20_e74f2e0fac86e100{margin-bottom:-20px;}
.mb-min-30_46d08600fc8c6854{margin-bottom:-30px;}
.mb-min-40_d34e2add97a9cd6e{margin-bottom:-40px;}
.mb-min-50_2017ae4c98d9bbd3{margin-bottom:-50px;}
.mb-min-60_966932c6096cc05c{margin-bottom:-60px;}
.mb-min-70_454a1e7d2d302ba9{margin-bottom:-70px;}
.mb-min-80_b76b77c30bffc0bd{margin-bottom:-80px;}
.mb-min-90_64a5c4b028c187be{margin-bottom:-90px;}
.mb-min-100_4e3a96e45abf44f9{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_0936667ebbe8d9bd{margin-left:-10px;}
.ms-min-20_06bed8cf0377b8aa{margin-left:-20px;}
.ms-min-30_b473414dfbac8dfc{margin-left:-30px;}
.ms-min-40_7a33c85bfbeb9452{margin-left:-40px;}
.ms-min-50_cc462824f337ad21{margin-left:-50px;}
.ms-min-60_ef0bcf120ce535d3{margin-left:-60px;}
.ms-min-70_ee6c5a2253db8809{margin-left:-70px;}
.ms-min-80_b3849fea7620b5ad{margin-left:-80px;}
.ms-min-90_6019e4057144553d{margin-left:-90px;}
.ms-min-100_745341896a4d11c0{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_0a7c19637a492ea5{margin-right:-10px;}
.me-min-20_68581543558b37c5{margin-right:-20px;}
.me-min-30_df7644685b63344a{margin-right:-30px;}
.me-min-40_b50bcd669d2fbf20{margin-right:-40px;}
.me-min-50_1839eb1fab00fe07{margin-right:-50px;}
.me-min-60_03fd1a8fe02ceaee{margin-right:-60px;}
.me-min-70_3ba73bc27a24f155{margin-right:-70px;}
.me-min-80_22309cd6aabdee03{margin-right:-80px;}
.me-min-90_0b9500cc16fa32f0{margin-right:-90px;}
.me-min-100_71088a896030d9dc{margin-right:-100px;}

/* font-size (px) */
.fs-12_9bc803449b047bb5{font-size: 12px;}
.fs-14_5e9d808ca410677e{font-size: 14px;}
.fs-15_d024265ed723c1f2{font-size: 15px;}
.fs-16_16bf4b9b2835e223{font-size: 16px;}
.fs-18_ba8a6f3be4a2cc61{font-size: 18px;}
.fs-20_f160d6c72f962195{font-size: 20px;}
.fs-24_87d278f633e6adad{font-size: 24px;}
.fs-28_b8fd4d9c41c8f314{font-size: 28px;}
.fs-30_44275c5ee1ae4d91{font-size: 30px;}
.fs-32_c408de1dd30a1210{font-size: 32px;}
.fs-36_7a9af276de15b934{font-size: 36px;}
.fs-40_1c0788d46cbbe01c{font-size: 40px;}
.fs-48_c236737be7464730{font-size: 48px;}
.fs-56_2dd4a7ccacaa502c{font-size: 56px;}
.fs-60_2adf4cf4a5a79b83{font-size: 60px;}
.fs-64_b065370b617d146c{font-size: 64px;}
.fs-72_eca86e808755a948{font-size: 72px;}
.fs-96_255f7292a0f73a61{font-size: 96px;}
.fs-120_389325cb0d034dab{font-size: 120px;}
.fs-150_f843cc4f4c25f3c6{font-size: 150px;}
.fs-200_5d1577b16970870b{font-size: 200px;}


/* font-weight */
.fw-100_f34d67870b354bb9{font-weight: 100;}
.fw-200_e3ac52fc08319a79{font-weight: 200;}
.fw-400_bc56b7122c2fdb9a{font-weight: 300;}
.fw-400_bc56b7122c2fdb9a{font-weight: 400;}
.fw-500_f877f0b1d13c7376{font-weight: 500;}
.fw-600_a8c4762aa26db93c{font-weight: 600;}
.fw-bold_abb731e7e538f7cd{font-weight: bold;}

/* margin left (px) */
.ms-10_10ab3d0ee5059ad6{margin-left: 10%;}
.ms-20_ccdfc4f09beacd45{margin-left: 20%;}
.ms-30_755b22e19e5d1020{margin-left: 30%;}
.ms-40_8d1cf4ad5450e7c6{margin-left: 40%;}
.ms-50_76ae35726088b84f{margin-left: 50%;}
.ms-60_d8381a78acb72fd3{margin-left: 60%;}
.ms-70_b8c15619f990587f{margin-left: 70%;}
.ms-80_3b4486ea5967cbb2{margin-left: 80%;}
.ms-90_7d18b70bd00fe68d{margin-left: 90%;}
.ms-100_d1c3d6bd531cb447{margin-left: 100%;}

/* padding (px) */
.p-10_eadb80c85eae00d7{padding: 10px;}
.p-15_8be89dc65856e5ee{padding: 15px;}
.p-20_65efcefa1e7f2d72{padding: 20px;}
.p-30_ae06d06e614542e5{padding: 30px;}
.p-40_60e160743aa64020{padding: 40px;}
.p-50_d050cf51e17e6dd1{padding: 50px;}
.p-60_c363b1f1123828f3{padding: 60px;}
.p-70_13eac2a3fed3a9cb{padding: 70px;}
.p-80_992e4d25b522602a{padding: 80px;}
.p-90_9a16338ce04297ad{padding: 90px;}
.p-100_c17b8f0b79d833e1{padding: 100px;}

/* padding bottom (px) */
.pb-10_06277700f671aeb0{padding-bottom: 10px;}
.pb-20_512fb1a97584a22b{padding-bottom: 20px;}
.pb-30_132327a067b8361a{padding-bottom: 30px;}
.pb-40_0369ffaed47f1bcf{padding-bottom: 40px;}
.pb-50_1239b7be372fe7bd{padding-bottom: 50px;}
.pb-60_9b1237bc76ca15a3{padding-bottom: 60px;}
.pb-70_c049e12c552ee3b5{padding-bottom: 70px;}
.pb-80_46867d42f36d6377{padding-bottom: 80px;}
.pb-90_3bf4ec34e9450e49{padding-bottom: 90px;}
.pb-100_c85a57ba137034e7{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_c590b8177f0b392f{padding-top: 10px;}
.pt-20_ca3ea8414bb13eeb{padding-top: 20px;}
.pt-30_ce25437e2224baaa{padding-top: 30px;}
.pt-40_026abece0311b2d7{padding-top: 40px;}
.pt-50_1579882664a94e6b{padding-top: 50px;}
.pt-60_67b09c316921e803{padding-top: 60px;}
.pt-70_ff053926d1625519{padding-top: 70px;}
.pt-80_afb2e1cfc3b78b50{padding-top: 80px;}
.pt-90_bfec7d24c91c6de5{padding-top: 90px;}
.pt-100_7a248ce00d436782{padding-top: 100px;}

/* padding left (px) */
.ps-10_e6c8fe6e5f8d7a0a{padding-left: 10px;}
.ps-20_929d8e0e2823ebbb{padding-left: 20px;}
.ps-30_1fedd9e3ad602dc6{padding-left: 30px;}
.ps-40_71dccf1be2e522b8{padding-left: 40px;}
.ps-50_caf6da37469aa147{padding-left: 50px;}
.ps-60_eebaf3cd27c75fd7{padding-left: 60px;}
.ps-70_4cae9540526edb68{padding-left: 70px;}
.ps-80_0bae5ff17b0fb1ea{padding-left: 80px;}
.ps-90_e0e8546ed89d4313{padding-left: 90px;}
.ps-100_be491610da248ec9{padding-left: 100px;}

/* border white */
.border-white-1_2d8f301f68061026{border: solid 1px white;}
.border-white-2_3d267d7626a24f34{border: solid 2px white;}
.border-white-3_4fa16a88e8b53047{border: solid 3px white;}
.border-white-4_764b30cd9ace6d57{border: solid 4px white;}
.border-white-5_0f0ce4b437001f6e{border: solid 5px white;}
.border-white-6_11371264ad1e751a{border: solid 6px white;}
.dashed-1-white_20c717533b33b719{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_030c49fcfc2f677e{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_569d576be0d02600{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_5b15d5286b46f7a7{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_39935e5033f63e56{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_9e5e46e0c973909d{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_f7bb8dc6189f063f{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_60a43c7d509c4ae2{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_2412a3cc8135bc23{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_5fdbb1a342528aaa{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_fb490a8aebca5e36{transform: scale(1.2);}
.hover-scale-in-3_35c38ca6826738ec{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_35c38ca6826738ec{transform: scale(1); opacity: 1}
.hover-op-0_cd4b3d3454335026{ opacity:1 }
.hover:hover .hover-op-0_cd4b3d3454335026{ opacity:0 }
.hover-op-1_fd95928fb3472375,.hover-op-05_53c08ece5455db67{ opacity:0 }
.hover:hover .hover-op-1_fd95928fb3472375{ opacity:1 }
.hover:hover .hover-op-05_53c08ece5455db67{ opacity:.5 }
.hover:hover .hover-scale-1-1_73b5966797ae4e39{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_fb490a8aebca5e36{transform: scale(1.2);}
.hover-scale-in-3_35c38ca6826738ec{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_35c38ca6826738ec{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_1e3f0b5201f300f5{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_82c3eedec31099d1{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_2852ed131b80c3f2{background: var(--heading-font-color)}
.hover-mh-100_27c61bf5cd5242f4{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_27c61bf5cd5242f4{max-height: 500px;}
.hover:hover .hover-top-0_1305dbf577ae3203{top:0;}
.hover:hover .hover-pb-40_ba76868d00374b9f{padding-bottom: 40px;}
.hover-mt-40_6ba627a5d1633762{margin-top: 40px;}
.hover:hover .hover-mt-40_6ba627a5d1633762{margin-top: 0px;}
.hover:hover .hover-mt-0_2e02a5a8669ec59f{margin-top: 0;}

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

/* opacity */
.op-1_073a6f5a2f95ec70{ opacity:.1; }
.op-2_196298446c8c4fcc{ opacity:.2; }
.op-3_d25f757147023e14{ opacity:.3; }
.op-4_cca1212d425a4db9{ opacity:.4; }
.op-5_89916c9df43022b2{ opacity:.5; }
.op-6_0a2c3b8120b35155{ opacity:.6; }
.op-7_26354d2fecb656d1{ opacity:.7; }
.op-8_6ebd1862a0413fc4{ opacity:.8; }
.op-9_5e89f4c846af1e09{ opacity:.9; }

/* line height em */
.lh-1_aef6dd7c81803e97{line-height: 1em;}
.lh-1-1_316fcf82b9faf6ca{line-height: 1.1em;}
.lh-1-2_2396fc4b9eb5b5ff{line-height: 1.2em;}
.lh-1-3_4b886ae7f2d98bfa{line-height: 1.3em;}
.lh-1-4_eee70da72c3a67e5{line-height: 1.4em;}
.lh-1-5_59013248e3124e16{line-height: 1.5em;}
.lh-1-6_bb390ea56164c32e{line-height: 1.6em;}
.lh-1-7_203ffc210aceb680{line-height: 1.7em;}
.lh-1-8_e7952317999612b6{line-height: 1.8em;}

/* min height (px) */
.mh-200_f9fb5f2197a2361d{min-height:200px;}
.mh-300_06de64f55ec1d528{min-height:300px;}
.mh-400_e0ea93d43836e374{min-height:400px;}
.mh-500_309f1940adaff2e0{min-height:500px;}

/* background dark */
.bg-dark-20_7dbcc6da1148607e{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_16d7b9406f5b88a2{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_899da29fff601233{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_d90b0f1c4cbf01a6{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_c57c169c6fdf36eb{background: rgba(0, 0, 0, .1)}
.overlay-black-2_5f2a4c2818e96100{background: rgba(0, 0, 0, .2)}
.overlay-black-3_07ad99c88f3d61b2{background: rgba(0, 0, 0, .3)}
.overlay-black-4_49fc02230297e89b{background: rgba(0, 0, 0, .4)}
.overlay-black-5_39e018eec9b3ffb0{background: rgba(0, 0, 0, .5)}
.overlay-black-6_086e62226080c1ef{background: rgba(0, 0, 0, .6)}
.overlay-black-7_5a72e72e075e0dc8{background: rgba(0, 0, 0, .7)}
.overlay-black-8_1dad36ed502765e5{background: rgba(0, 0, 0, .8)}
.overlay-black-9_62319aaf5d69e15b{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_0e6379d69ee9181b{background: rgba(255, 255, 255, .1)}
.overlay-white-2_ebb7e1fd400a7ac2{background: rgba(255, 255, 255, .2)}
.overlay-white-3_d1c9b8405e3a2d28{background: rgba(255, 255, 255, .3)}
.overlay-white-4_179237f0deebc43c{background: rgba(255, 255, 255, .4)}
.overlay-white-5_37e10a38d95c0033{background: rgba(255, 255, 255, .5)}
.overlay-white-6_e3ab430cad1731fb{background: rgba(255, 255, 255, .6)}
.overlay-white-7_91114d5b9d4d6797{background: rgba(255, 255, 255, .7)}
.overlay-white-8_31029b8dc4f0a586{background: rgba(255, 255, 255, .8)}
.overlay-white-9_070eddce3134042b{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_134e13b1d3ad9eb9 { left: 50%; transform: translateX(-50%);}
.abs-middle_41c85637cd34921c{ top: 50%;  transform: translateY(-50%);}
.abs-centered_cfcfcafcff7ab7c2{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_020572454d017c7c { position: relative; }

/* z-index */
.z-1_f99aea0d5e163316{ z-index:1 }
.z-2_ad729520f1aab301{ z-index:2 }
.z-3_9a9578eb8aad1c99{ z-index:3 }
.z-4_9d8faf64f4208925{ z-index:4 }
.z-1000_85e6a9e5bd2e2a3e { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_1a48dc54d8284792 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_1a48dc54d8284792 .img-l1_eb5ed635b54b0ca8{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_1a48dc54d8284792 .img-l2_baf326a81806e591{
  top:20%;
  left: 0%;
}


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

.ss-wrap_1a48dc54d8284792 .img-r2_fd78daafeb8c5b86{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_c13bdd63281e3d09 .d-item .d-text_de17d7483b7899d5 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_0a443342d4c7e337 .d-item.no-border_b83ff60919c80ed8{
  border: none;
}

.de-timeline-s2_0a443342d4c7e337 .d-item  .d-icon_036ac8f46ce79fa4{
  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_0a443342d4c7e337.color .d-item  .d-icon_036ac8f46ce79fa4{
  background: var(--secondary-color);
}

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

.de-timeline-s2_0a443342d4c7e337 .d-item .d-text_de17d7483b7899d5{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_288e4d5b4de1809a.border-left_4b0a95a1c77befa1.light_a052bad63e9c7558{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_b107d032aa36f388 .swiper-pagination-current_ef7e65520f3246d9{
  color: var(--heading-font-color);
}

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

.slider-light_b107d032aa36f388 .swiper-button-next, .slider-light_b107d032aa36f388 .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_c8c331e29b34a270{
  color:#ffffff;
}
.sw-price_c8c331e29b34a270 .d-starting_3f7ef1cc29b81f7d{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_c8c331e29b34a270 .d-price_ba6b218639cdef6e{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_c8c331e29b34a270 .d-val_80faf51aa247e986{
  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_c8c331e29b34a270 .d-cur_b09eb5575cb17093, .sw-price_c8c331e29b34a270 .d-period_866d624ff9c99fe6{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_c8c331e29b34a270 .d-cur_b09eb5575cb17093{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_0a37d08c5d9e0db9 {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_0a37d08c5d9e0db9 {
    min-height: 320px;
  }
}
.swiper-container-wrapper_0f224c2d5ea000bd {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_0f224c2d5ea000bd {
    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_9aed767af9419752 h3{
  font-size: 22px
}

.sw-caption-thumb_9aed767af9419752 .d-tag_1176dab9f3a37205{
  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_9937926546565754 #mainmenu{
  margin: 0;
}

.col-start_c4f998a74d22aa05, .col-end_d4b0c156c4ee863c {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_d4b0c156c4ee863c{
  justify-content: end;
}

.col-center_34344d3403c131b1 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_34344d3403c131b1 img{
  width: 160px;
}


.subtitle_c3766f23eaedee4f{
  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_c3766f23eaedee4f: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_a4b701aa4e69b576 .subtitle_c3766f23eaedee4f, .text-light_35cd4c296dd5c0ad .subtitle_c3766f23eaedee4f{
  color:#ffffff;
}


.dark-scheme_a4b701aa4e69b576 .subtitle_c3766f23eaedee4f:before, .text-light_35cd4c296dd5c0ad .subtitle_c3766f23eaedee4f:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_c3766f23eaedee4f.blink_b6adbd2227abc7fe{
  padding-left: 35px;
}

.subtitle_c3766f23eaedee4f.blink_b6adbd2227abc7fe: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_a4b701aa4e69b576::-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_8c1dbe055fbe97b7 {
    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_d4b0071e8ee6e5a0 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_a4b701aa4e69b576 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_862b80b928643ad8{
      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_862b80b928643ad8 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_d5731cf7c02fd187 {
  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_d5731cf7c02fd187 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_d5731cf7c02fd187 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_d5731cf7c02fd187 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_6b0685955e64b6bb: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_529d2286a76bac4d {
  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_0869409307f44d02,
.rtl .bx-wrapper_52faa3b613d400f2 {
  direction: ltr;
}

.rtl .owl-carousel_0869409307f44d02 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_9937926546565754 {
  display: flex;
  justify-content: space-between;
}

.de-flex_9937926546565754>.de-flex-col_cf31a4a6f5e9db58 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_f708275ffd9e25a8,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_f708275ffd9e25a8 {
  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_8f0dc170fe3fbc36 {
  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_18920cca4205981a {
  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_18920cca4205981a {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_efbae6e1d8fb4424 {
  border-color: #EFEFEF !important;
}

.tparrows_53c2e3ed9f61e593 {
  background: none !important;
}

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

.text-light_35cd4c296dd5c0ad .border_efbae6e1d8fb4424 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_0869409307f44d02 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_9ec47c6ee3df3abb img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_9ec47c6ee3df3abb {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_9ec47c6ee3df3abb 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_6c6ae4423c77fb45.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_6c6ae4423c77fb45.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_6c6ae4423c77fb45 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_e48585b5bcab92fa .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_35cd4c296dd5c0ad strong {
  color: #fff;
}

.bg-white_a8c3dd5c7c69da2a {
  background: #ffffff;
}

.bg-white-10_beba5f55ad0cb0f2 {
  background: rgba(255, 255, 255, .1);
}

.wh80_1801bbb4b4093ae7 {
  width: 80%;
  height: 80%;
}

.border-top_3b89f27a3acd2141 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_a2ac1b71113b0327 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_a4b701aa4e69b576 header.border-bottom_a2ac1b71113b0327 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_9a93ba3d46fbaace {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_9a93ba3d46fbaace {
  padding: 60px 0 60px 0;
}

.color-overlay-2_054b31cc04d16975 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_98f48e4fc55aba7d {
  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_66a71ee1f9a9419b:before,
.nav-next_2e06663790e5a1f9:before,
.nav-exit_a61051525fc882f5:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_a61051525fc882f5:before {
  width: 100%;
  display: block;
}

.nav-next_2e06663790e5a1f9:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_a61051525fc882f5:before {
  content: '\f00d';
}

.de_light_0f4bbc78a4112149 .nav-exit_a61051525fc882f5:before {
  color: #222;
}

.no-bottom_9b91fb99c9cdb025 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_8d3bdb8382142ff6 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_46b856f047535475 {
  background: #f6f6f6;
}

.no-bottom_9b91fb99c9cdb025 .col-md-12_37018fb3b4f3ceb0 {}

.no-bottom_9b91fb99c9cdb025 {
  padding-bottom: 0 !important;
}

.no-top_2128b581f7757db1 {
  padding-top: 0 !important;
}

.no-margin_fe268ee242321c3e {
  margin: 0 !important;
}

.nopadding_5f3f1633f10ea8ce {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_9a2ce11197927bbd {
  position: relative;
  overflow: hidden;
}

.image-slider_0d63398995a530e3 {
  cursor: move;
}

.inner-padding_983a859679dcacc1 {
  padding: 90px;
}

.inner-padding_983a859679dcacc1.pos-left_cf510cbe7ca50548 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_983a859679dcacc1.pos-left_cf510cbe7ca50548 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_186c69fdbbe61eaa,
section.no-padding_186c69fdbbe61eaa {
  padding: 0;
}

.float-left_daf517a29c311b80 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_c5d3fe68cc1646d2 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_1552e62a56f19b98 {
  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_9de51d45de32f6b2 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_9de51d45de32f6b2.style-2_c7111103ca957b26 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_9de51d45de32f6b2.style-3_cb8c9103d201ebe0 {
  font-size: 14px;
}

.teaser_9de51d45de32f6b2.style-4_de87653bcbd0f5da {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_0aec559c1eb1a312:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_6e51056ace5941b8 {
  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_f86bb823c0dc9e21 {
  display: flex;
}

.owl-prev_a57febafbc72a408,
.owl-next_429c507c22361a87,
.d-nav-left_cd12d9ceccd98497,
.d-nav-right_264b924cc60fd45d {
  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_a4b701aa4e69b576 .owl-prev_a57febafbc72a408,
.dark-scheme_a4b701aa4e69b576 .owl-next_429c507c22361a87 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_a57febafbc72a408:hover,
.owl-next_429c507c22361a87: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_a57febafbc72a408,
.d-nav-left_cd12d9ceccd98497 {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_429c507c22361a87,
.d-nav-right_264b924cc60fd45d {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_cd12d9ceccd98497 i,
.d-nav-right_264b924cc60fd45d i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_429c507c22361a87 i,
.d-nav-left_cd12d9ceccd98497 i {
  top: 12px;
  left: 16px;
}

.d-nav-right_264b924cc60fd45d i {
  top: 12px;
  right: 16px;
}

.owl-arrow_423a3f07e8d9cebe {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_423a3f07e8d9cebe span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_423a3f07e8d9cebe .prev {
  left: 0;
}

.owl-arrow_423a3f07e8d9cebe .next {
  right: 0;
}

.owl-arrow_423a3f07e8d9cebe .prev:before,
.owl-arrow_423a3f07e8d9cebe .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_423a3f07e8d9cebe .next:before {
  content: '\f178';
}

.owl-pagination_69655c21904ad730 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_4fead431b8da3f89 .owl-controls_d35a1b09828c8f28 .owl-page_c9447cf142511207 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_4fead431b8da3f89 .owl-controls_d35a1b09828c8f28 .owl-page_c9447cf142511207.active span {
  background: none;
}

.owl-theme_4fead431b8da3f89 .owl-controls_d35a1b09828c8f28 .owl-page_c9447cf142511207.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_4fead431b8da3f89 .owl-nav_f86bb823c0dc9e21.disabled+.owl-dots_2b61dc20117c6e54 {
  margin-top: 0px;
}

.owl-dots_2b61dc20117c6e54 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_4fead431b8da3f89 .owl-dots_2b61dc20117c6e54 .owl-dot_2d434b0bea02bc0b span {
  display: none;
}

/* new owl close */

.text-light_35cd4c296dd5c0ad .owl-theme_4fead431b8da3f89 .owl-controls_d35a1b09828c8f28 .owl-page_c9447cf142511207 span {
  background-color: #fff;
}

.text-light_35cd4c296dd5c0ad .owl-theme_4fead431b8da3f89 .owl-controls_d35a1b09828c8f28 .owl-page_c9447cf142511207.active span {
  background: none;
}

.text-light_35cd4c296dd5c0ad .owl-theme_4fead431b8da3f89 .owl-controls_d35a1b09828c8f28 .owl-page_c9447cf142511207.active span:before {
  border: solid 2px #fff;
}

.text-slider_7a491976b966becd {
  color: #fff;
  display: inline-block;
}

.text-slider_7a491976b966becd.med-text_bf6785b87401bdc2 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_7a491976b966becd.big-text_9029dba561b4d5eb {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_96a93308b2baa97e .text-item {
  display: inline-block;
}

.text-slider_7a491976b966becd.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_7a491976b966becd.big-text_9029dba561b4d5eb i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_7a491976b966becd h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_d1a801d610a0685a {
  color: #ff0000;
}

.teal_6404fbf53391ea42 {
  color: #009999;
}

.purple_66a8cd3d3c3c7207 {
  color: #663366;
}

.green_24f1f0a3c0fe0e3e {
  color: #009900;
}

.bg-overlay_535f03dd2a2754d8 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_6e784135d21bd9bd {
  position: relative;
}

.overlay-bg_0749f75c2d0ce13d {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_0749f75c2d0ce13d.p60_80b0d5ee6322de6b {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_267d8bf43172fce9 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_69005f540562daa4 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_0749f75c2d0ce13d.t0_87434e56538c33f1 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_0749f75c2d0ce13d.t20_55537fdc38112f75 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_0749f75c2d0ce13d.t30_24c223a9245ce2a4 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_0749f75c2d0ce13d.t40_30d464778c25b439 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_0749f75c2d0ce13d.t50_f09cd7e3fa86b367 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_0749f75c2d0ce13d.t60_fa40c145ce855c86 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_0749f75c2d0ce13d.t70_ba20953555ad13f4 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_0749f75c2d0ce13d.t80_5484c5a77cac0e91 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_0749f75c2d0ce13d.t90_e37a0dfba978e0a1 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_0749f75c2d0ce13d.light-5_b54778b24690c4a0 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_0749f75c2d0ce13d.light-6_a7bff25df94a0bbd {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_0749f75c2d0ce13d.light-7_7fd3624032f1bc5f {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_0749f75c2d0ce13d.light-8_cc3d86d793eac7fc {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_0749f75c2d0ce13d.c1_4d50d7bf2a1953af {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_0749f75c2d0ce13d.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_0749f75c2d0ce13d.gradient-blue-aqua_c40ce29066ae4a27 {
  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_1a7dc84489189308.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_01425fcad66e2bd6 {
  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_46b856f047535475,
section.bg-grey_46b856f047535475 {
  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_15b8b36934677a21 {
  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_9ae787dae242c1b0 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_9ae787dae242c1b0:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_3743b725458fc1bc {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_9f9531a460157459 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_9f9531a460157459:hover {
  color: #707070;
}

a.read_more_9f9531a460157459 i {
  margin-left: 8px;
}

.text-light_35cd4c296dd5c0ad a.read_more_9f9531a460157459 {
  color: #fff;
}

.text-black_3f9377800adbe9af {
  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_b1cef38a695931c7 {
  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_0c97437e0ef1d82b:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_0c97437e0ef1d82b: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_2b61dc20117c6e54 {
  text-align: center;
}

.owl-dot_2d434b0bea02bc0b {
  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_a4b701aa4e69b576 .owl-dot_2d434b0bea02bc0b,
.text-light_35cd4c296dd5c0ad .owl-dot_2d434b0bea02bc0b {
  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_866108ca9aedc5f3 {
  opacity: 1;
}

.owl-stage_317e16f747d63f96 {
  overflow: none;
}

.typed-strings_b9a6bceb244ce6f5 p {
  position: absolute;
}

.typed-cursor_eb03f19faa528e3b {
  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_c7111103ca957b26 .date-box_f0a8d677bead13ae {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_c7111103ca957b26 .date-box_f0a8d677bead13ae .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_c7111103ca957b26 .date-box_f0a8d677bead13ae .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_e92c01f414fbe949 {
  margin: 0;
  padding: 0;
}

.sitemap_e92c01f414fbe949.s1_7e6ff486f0d5515e li {
  list-style: none;
}

.sitemap_e92c01f414fbe949.s1_7e6ff486f0d5515e li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_e005bdf3ea560f38 {
  margin: 0;
  padding: 0;
}

.list_e005bdf3ea560f38 li {
  list-style: none;
}

.rtl .list_e005bdf3ea560f38.s1_7e6ff486f0d5515e li:after,
.list_e005bdf3ea560f38.s1_7e6ff486f0d5515e li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_e005bdf3ea560f38.s1_7e6ff486f0d5515e li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_e005bdf3ea560f38.s1_7e6ff486f0d5515e li:before {
  display: none;
}

.list_e005bdf3ea560f38.s2_00848ef76b430967 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_e005bdf3ea560f38.s3_dad8a38eda59ac1b {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_e005bdf3ea560f38.s3_dad8a38eda59ac1b li {
  display: inline;
  margin-right: 20px;
}

.list_e005bdf3ea560f38.s3_dad8a38eda59ac1b a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_3ed7779796360b09 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_a4b701aa4e69b576 .switch-set_3ed7779796360b09{
  color:#ffffff;
}

.dark-scheme_a4b701aa4e69b576 .switch_cf7e3ddff52bd6e2 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_3ed7779796360b09 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_cf7e3ddff52bd6e2 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_cf7e3ddff52bd6e2::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_69163405c3d0987b {
  display: block;
}

.de-switch_69163405c3d0987b h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_69163405c3d0987b input[type=checkbox] {
  display: none;
}

.de-switch_69163405c3d0987b input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_69163405c3d0987b input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_69163405c3d0987b 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_a4b701aa4e69b576 .de-switch_69163405c3d0987b label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_69163405c3d0987b 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_69163405c3d0987b.colored_abec84e19dd4f858 input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_69163405c3d0987b.colored_abec84e19dd4f858 label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_69163405c3d0987b {
  float: right;
}

.switch_cf7e3ddff52bd6e2:checked::after {
  transform: translateX(20px);
}

.switch_cf7e3ddff52bd6e2:focus {
  outline-color: transparent;
}

.menu_side_area_6be406ae2cd396b2 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_6be406ae2cd396b2 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_a4b701aa4e69b576 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_02c4e52455ff65bd {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_dca556310b78b473 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_b2ed269d6d4f373a {
  display: none;
}

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

.ul-style-2_11002132877f3e07 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_11002132877f3e07 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_11002132877f3e07.s2_00848ef76b430967 li h4 {
  font-weight: 600;
}

.ul-style-2_11002132877f3e07.s2_00848ef76b430967 li {
  margin-bottom: 30px;
}

.ul-style-2_11002132877f3e07.s3_dad8a38eda59ac1b li {
  margin-bottom: 5px
}

.ul-style-2_11002132877f3e07 .d-label_0f3a73c231bf01f2 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_837047c7272d5c34{
  margin: 0;
  padding: 0;
}

.ul-check-inline_837047c7272d5c34 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_837047c7272d5c34 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_11002132877f3e07 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_11002132877f3e07 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_88f75a049b654ba8 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_88f75a049b654ba8 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_88f75a049b654ba8 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_88f75a049b654ba8 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_e916f8e4b43872a0{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_d2ea6dc9f2f51212{
  color:#ffffff;
}


/* shadow */

.shadow-soft_ecd1f96cd94f0a86,
.de-map-wrapper_1f04532315a87857 iframe,
.expand-custom_2c5c89467197ef41,
#form_sb input,
.container-timeline_6f31e6880c534e16 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_74a0ffd11b74bc5f {
  -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_1d184ab0dafa4848 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_176472b34702b730 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_10d889707eeff37d {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_dd8228e988bb2edf {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_104e85619f0f13c8{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_64bb4a0b2ac172df{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_8447ae3ad00b7eef {
  right: 0;
}

.rtl .carousel-control-prev_7fba8970fc331869 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_250595f4af779162,
.carousel-control-prev-icon_e67e0552e6223066 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_250595f4af779162:after,
.carousel-control-prev-icon_e67e0552e6223066:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_250595f4af779162:after {
  content: "\f105";
}

.carousel-control-next-icon_250595f4af779162:hover,
.carousel-control-prev-icon_e67e0552e6223066: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_1f04532315a87857 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_8bcbc5aea801c956 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_8bcbc5aea801c956 {
  -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_efb4fd4a76424501 {
  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_74669abe852367e2{
  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_596a6ca8a5c6691c .bubble_74669abe852367e2:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_596a6ca8a5c6691c .bubble_74669abe852367e2:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_596a6ca8a5c6691c .bubble_74669abe852367e2:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_a874736095878684{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_a874736095878684 .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_60fef7a4884bd263{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_60fef7a4884bd263 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_60fef7a4884bd263 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_60fef7a4884bd263 dt span:after {
  content: " ";
}
.def-list-dots_60fef7a4884bd263 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_60fef7a4884bd263 .no-def-item_03c45276a028ba32 dt:after {
  content: "";
}
.def-list-dots_60fef7a4884bd263 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_73efda135f855d72 img{
  height: 350px;
  width: auto;
}

.d-list-menu_d91bf342227ea63a {
  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_4419a4ac601a6fc4 .dropdown a:hover {
  color: #333;
}

.dark-scheme_a4b701aa4e69b576 .dropdown a,
.dark-scheme_a4b701aa4e69b576 .header-light_4419a4ac601a6fc4 .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_a4b701aa4e69b576 .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_a4b701aa4e69b576 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_a4b701aa4e69b576 .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_f5b023c448393eb7 {
  width: 600px !important;
}

.dropdown ul.d-col-3_f5b023c448393eb7 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_f5b023c448393eb7 li span {}

.text-light_35cd4c296dd5c0ad .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_35cd4c296dd5c0ad .dropdown a {
  color: #ffffff;
}

.items_filter_5e1bda6da938d168 {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_5e1bda6da938d168 .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_a0c5eca229eccad7,
.dropdown.fullwidth_a0c5eca229eccad7 a,
.dropdown.fullwidth_a0c5eca229eccad7 ul,
.dropdown.fullwidth_a0c5eca229eccad7 li {
  width: 100%;
}

.dropdown.style-2_c7111103ca957b26,
.dropdown.style-2_c7111103ca957b26 a,
.dropdown.style-2_c7111103ca957b26 ul,
.dropdown.style-2_c7111103ca957b26 li {
  width: 100%;
}

.rtl .dropdown.style-2_c7111103ca957b26 {
  text-align: right;
}

.dropdown.style-2_c7111103ca957b26 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_c7111103ca957b26 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_54cc48e0bddff9ae {
  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_54cc48e0bddff9ae:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_f3b2ff66339b2705 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_f3b2ff66339b2705 span {
  display: inline-block;
  position: relative;
}

.separator_f3b2ff66339b2705 span:before,
.separator_f3b2ff66339b2705 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_f3b2ff66339b2705 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_f3b2ff66339b2705 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_f3b2ff66339b2705 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_0f4bbc78a4112149 .separator_f3b2ff66339b2705 span:before,
.de_light_0f4bbc78a4112149 .separator_f3b2ff66339b2705 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_35cd4c296dd5c0ad .separator_f3b2ff66339b2705 span:before,
.text-light_35cd4c296dd5c0ad .separator_f3b2ff66339b2705 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_3cb3021a7d9af0f4: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_3cb3021a7d9af0f4: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_3cb3021a7d9af0f4 {
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_f9ae013b71de2c06 {
  -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_f9ae013b71de2c06 {
  -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_3e2662c2146c7334,
.isotope.no-transition_3e2662c2146c7334 .isotope-item_f9ae013b71de2c06,
.isotope .isotope-item_f9ae013b71de2c06.no-transition_3e2662c2146c7334 {
  -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_35cd4c296dd5c0ad #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_35cd4c296dd5c0ad #filters a:hover {
  color: #fff;
}

.text-light_35cd4c296dd5c0ad #filters a.selected {
  color: #fff;
}

.text-light_35cd4c296dd5c0ad #filters a.selected {
  color: #fff;
}

.isotope-item_f9ae013b71de2c06 {
  z-index: 2;
}

.isotope-hidden_cd1f21ea0cc80303.isotope-item_f9ae013b71de2c06 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_b04bec0d04084879 ul.slides,
.project-carousel-3-col_ef751d6649857ce7 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_07041f90bc2f84f1 .flex-direction-nav_90b1914e3f7e0445,
.project-carousel_b04bec0d04084879 .flex-control-nav_549f2564e935c938,
.project-carousel_b04bec0d04084879 .flex-direction-nav_90b1914e3f7e0445,
.project-carousel-3-col_ef751d6649857ce7 .flex-control-nav_549f2564e935c938,
.project-carousel-3-col_ef751d6649857ce7 .flex-direction-nav_90b1914e3f7e0445 {
  display: none;
}

.logo-carousel_07041f90bc2f84f1.owl-carousel_0869409307f44d02 .owl-item img {
  width: auto;
}

.logo-carousel_07041f90bc2f84f1.no-control_5c270ff187e16b11 .flex-control-nav_549f2564e935c938 {
  display: none;
}

.logo-carousel_07041f90bc2f84f1.s2_00848ef76b430967 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_0869409307f44d02.owl-center_4504084e4d5feaac .owl-item {
  opacity: .6;
}
.owl-carousel_0869409307f44d02.owl-center_4504084e4d5feaac .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_4914e237b5b06b09());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_4914e237b5b06b09());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_4914e237b5b06b09());
}

.typed-strings_b9a6bceb244ce6f5 p {
  position: absolute;
}

.social-icons-sm_14185c4e4dedf84c 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_14185c4e4dedf84c i:hover {
  color: #ffffff;
}

.arrowup_03334fab05e34981 {
  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_fac28a77524b6bc9 {
  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_808eda4e07434a0e {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_2b51f862de28f59b {
  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_ba80b13dd374eccc .nav-link {
  font-weight: 500;
}

.de-preloader_ec52ea85d0d3e919 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_a4b701aa4e69b576 .de-preloader_ec52ea85d0d3e919 {
  background: var(--bg-color-even);
}

.dot-loader_6d91d71eae955c04 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_05ba1cf3ada48231 {
  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_05ba1cf3ada48231.dot1_5b96fa73e20ea199 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_05ba1cf3ada48231.dot2_dbb756a934eff356 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_05ba1cf3ada48231.dot3_e58346438a3708ef {
  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_95638878b4047de5 {
  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_95638878b4047de5 .p-line_e238dfb613838df8 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_95638878b4047de5 .p-line_e238dfb613838df8: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_95638878b4047de5 .p-line_e238dfb613838df8:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_95638878b4047de5 .p-line_e238dfb613838df8: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_5d604c547a0bb240, .container-md_917bc02fd3eda40c, .container-sm_a9f968fe0dfa5454, .container-xl_4e9c4541f384867c {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_5d604c547a0bb240,
  .container-md_917bc02fd3eda40c,
  .container-sm_a9f968fe0dfa5454,
  .container-xl_4e9c4541f384867c {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_5d604c547a0bb240,
  .container-md_917bc02fd3eda40c,
  .container-sm_a9f968fe0dfa5454,
  .container-xl_4e9c4541f384867c {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_3e9ac64450f13b85 { width: 20%; }
  .col-md-2-5_1847080fecfe2567 { width: 40%; }
  .col-md-3-5_e150d08c7abd84d6 { width: 60%; }
  .col-md-4-5_68fbdeb7609555ca { width: 80%; }
  .col-md-5-5_2e95eb28f10d8e6d { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_16b016682ccab833 { width: 20%; }
  .col-lg-2-5_1572d4a2a1b7c45d { width: 40%; }
  .col-lg-3-5_8311f84afaa1462c { width: 60%; }
  .col-lg-4-5_65d81d68eec384ac { width: 80%; }
  .col-lg-5-5_3ddf8bc32be22c77 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_5d604c547a0bb240,
  .container-md_917bc02fd3eda40c,
  .container-sm_a9f968fe0dfa5454 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_9c97cda799503fe2 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_a6639ff7c45c442e .tr .td:nth-child(4),
  .de_table_a6639ff7c45c442e .tr .td:nth-child(5),
  .de_table_a6639ff7c45c442e .tr .td:nth-child(6),
  .de_table_a6639ff7c45c442e .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_f155f0c6c6f2bede {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_2c1948343507e2d2 .countdown-show4_078ab84f879cd405 .countdown-section_02c4e52455ff65bd {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_2c1948343507e2d2 .countdown-period_5a58b4b268c83cea{
    font-size:10px;
  }

  .countdown-s2_2c1948343507e2d2 .countdown-amount_bae36b2ea0e3cff4 {
    font-size: 20px;
  }


  .mb-sm-20_6c6821e1fd412eda {
    margin-bottom: 20px;
  }

  .mb-sm-30_0817f69aced7bf29 {
    margin-bottom: 30px;
  }

  .mt-sm-0_7880b0936a59e911{
    margin-top: 0;
  }

  .sm-mt-0_b74384519aebd432 {
    margin-top: 0;
  }

  .p-sm-30_ea8330726b06521b {
    padding: 40px;
  }

  .pb-sm-0_82b532fbe76fe679 {
    padding-bottom: 0;
  }

  .mb-sm-0_acd240ba7f312eb8 {
    margin-bottom: 0;
  }

  .sm-p-40_5d483a73162e8166{
    padding: 40px;
  }

  header .header-col_1cdca6bc4e80c69f {
    position: absolute;
    top: 0;
  }

  header .header-col_1cdca6bc4e80c69f.mid_7d013edf2270df30 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_6f47f08912666ec5 {
    text-align: center;
  }

  .sm-pt10_447f66d7e61e3c90 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_983a859679dcacc1 {
    padding: 40px;
  }

  .header-col-left_432f8f2ba192aa5d,
  .header-col-right_fc73f61dc452a48f {
    padding-top: 16px;
  }

  .header-col-mid_95acd6645e36dadb #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_cd7d660dbb34f251 {
    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_047cc031602330e4 {
    position: fixed;
  }

  #subheader.s2_00848ef76b430967 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_ba680a6d198be1e2 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_9c97cda799503fe2 h1 {
    font-size: 32px;
  }

  .slider_text_9c97cda799503fe2 .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_d81f756ca5eca27f {
    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_d81f756ca5eca27f,
  #mainmenu li li li a.menu-item_d81f756ca5eca27f {
    padding-left: 0;
  }

  #mainmenu a.menu-item_d81f756ca5eca27f:hover {
    background: #111;
  }

  #mainmenu a.menu-item_d81f756ca5eca27f: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_d81f756ca5eca27f: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_d81f756ca5eca27f {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_d81f756ca5eca27f:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_d81f756ca5eca27f {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_d81f756ca5eca27f {
    display: block;
  }

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

  #mainmenu li ul li:last-child a.menu-item_d81f756ca5eca27f {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_d81f756ca5eca27f:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_fa8535577654710c) {
    border: none;
  }

  #mainmenu>li ul.mega_fa8535577654710c .sb-menu_464a21546a52ad10 {
    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_d81f756ca5eca27f {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu a.menu-item_d81f756ca5eca27f{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_d81f756ca5eca27f: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_a4b701aa4e69b576 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_fa8535577654710c ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_fa8535577654710c .menu-content_4b0652971df49271 {
    background: #fff;
  }

  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu li,
  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu li ul li a.menu-item_d81f756ca5eca27f {
    border-color: #eee;
  }

  header.header-dark_bd8fe5cda54f6b0d.header-mobile {
    background: #222;
  }

  header.header-dark_bd8fe5cda54f6b0d.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_bd8fe5cda54f6b0d.header-mobile #mainmenu li a.menu-item_d81f756ca5eca27f {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_d81f756ca5eca27f: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_d81f756ca5eca27f {
    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_a4b701aa4e69b576 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_d81f756ca5eca27f {
    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_d81f756ca5eca27f {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_a4b701aa4e69b576 header.header-mobile #mainmenu li a.menu-item_d81f756ca5eca27f {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_d81f756ca5eca27f:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_a4b701aa4e69b576 header.header-mobile #mainmenu li a.menu-item_d81f756ca5eca27f: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(../photos/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_a4b701aa4e69b576 header.header-mobile #mainmenu>li>span {
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_a4b701aa4e69b576 header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/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(../photos/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_d81f756ca5eca27f {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_a4b701aa4e69b576 header.header-mobile #mainmenu li ul li a.menu-item_d81f756ca5eca27f {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_d81f756ca5eca27f {
    border-bottom: none;
  }

  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu>li>span,
  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu li>ul>li>span {
    background: url(../photos/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu>li>span.active,
  header.header-light_4419a4ac601a6fc4.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_fa8535577654710c {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_fa8535577654710c>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_fa8535577654710c .menu-content_4b0652971df49271 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_4419a4ac601a6fc4 #mainmenu ul li a.menu-item_d81f756ca5eca27f,
  .header-light_4419a4ac601a6fc4 #mainmenu ul li a.menu-item_d81f756ca5eca27f:hover {
    color: #333;
  }

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

  .de_tab.tab_methods_1e5b00e4c6f580ad .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_1e5b00e4c6f580ad .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_1e5b00e4c6f580ad .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_c35264953a6cee6e {
    display: none;
  }

  .sm-hide_7d06226db08be579 {
    display: none;
  }

  .d-btn-close_1735c576f7e27030 {
    position: relative;
  }

  .de_tab.tab_style_4_e48585b5bcab92fa .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_d81f756ca5eca27f span {
    display: none;
  }

  .de_tab.tab_methods_1e5b00e4c6f580ad.style-2_c7111103ca957b26 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_0a54e0dce80b035f {
    position: relative;
    height: auto;
  }

  .timeline_3408b18d65fbaf38>li>.timeline-panel_93f9ea66ed37377f {
    width: 100%;
  }

  .timeline-badge_298889ea4c375fa1 {
    display: none;
  }

  .timeline_3408b18d65fbaf38:before {
    background: none;
  }

  .tp-caption_9df5bbf95931dd94 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_13cf0753b37e8131 .de-flex_9937926546565754,
  .subfooter_13cf0753b37e8131 .de-flex-col_cf31a4a6f5e9db58 {
    display: block;
  }

  .subfooter_13cf0753b37e8131 .social-icons_306fc5dd34d08015 {
    margin-top: 20px;
  }

  .subfooter_13cf0753b37e8131 span.copy_baab66ad62f10ef9 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_753c75d6eb2fd47c{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_9793ef5f63770bb9{
    margin:0 20px;
  }

  .crumb_ba680a6d198be1e2{
    margin-bottom: 0;
  }

  section.bottom-rounded_6e4c7f7abe03f2a9{
    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_5208c51afb43bcf5,
  h1.ultra-big_5208c51afb43bcf5 .text-line_409819e5f4623f11,
  h1.ultra-big-2_611dff909658806a,
  .title-text_9878f468ee0df0cd,
  h1.slider-title_c1e0107b4b197657{
    font-size: 60px;
  }  

  h1.slider-title_c1e0107b4b197657,
  h2.slider-title_c1e0107b4b197657{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_0955553cedf75a05 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_e75775fb6c31342e{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_2d454538d91f312d{padding-top:10px;}
  .pt-sm-20_514573757867c520{padding-top:20px;}
  .pt-sm-30_66db2e7839c7ed3c{padding-top:30px;}
  .pt-sm-40_5583097b996f96c0{padding-top:40px;}
  .pt-sm-50_eab4646c49362b1b{padding-top:50px;}
  .pt-sm-60_38c7c02c6f3ce95c{padding-top:60px;}
  .pt-sm-70_fc07bbf530de8172{padding-top:70px;}
  .pt-sm-80_5775bfff56378bd6{padding-top:80px;}
  .pt-sm-90_ad1c3075be793e2c{padding-top:90px;}
  .pt-sm-100_7ca595fd5dd349e2{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_4f58cf048caa8e01{padding-bottom:10px;}
  .pb-sm-20_6f563f1b2cba27ea{padding-bottom:20px;}
  .pb-sm-30_c422d4f089f813c7{padding-bottom:30px;}
  .pb-sm-40_5d5ef609424bed27{padding-bottom:40px;}
  .pb-sm-50_460e7b396d9c2138{padding-bottom:50px;}
  .pb-sm-60_b834791103279e96{padding-bottom:60px;}
  .pb-sm-70_c2d7b8b081f5494f{padding-bottom:70px;}
  .pb-sm-80_95f8e847fd7e7b83{padding-bottom:80px;}
  .pb-sm-90_a43aa247771d8eb6{padding-bottom:90px;}
  .pb-sm-100_9f8e6012562a94c9{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_956427b88e87c872{margin-top:10px;}
  .mt-sm-20_0c9f4f6308253a19{margin-top:20px;}
  .mt-sm-30_985aa9657a68c212{margin-top:30px;}
  .mt-sm-40_b9702d8d79b5235e{margin-top:40px;}
  .mt-sm-50_d3fa150cbad33cbf{margin-top:50px;}
  .mt-sm-60_de7f44fc4189eb42{margin-top:60px;}
  .mt-sm-70_690dbd4adb63d99b{margin-top:70px;}
  .mt-sm-80_9cebfc0a977281d8{margin-top:80px;}
  .mt-sm-90_637e9eea4828e089{margin-top:90px;}
  .mt-sm-100_4726af07df777b16{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_5ad28e33b991e748{margin-bottom:10px;}
  .mb-sm-20_6c6821e1fd412eda{margin-bottom:20px;}
  .mb-sm-30_0817f69aced7bf29{margin-bottom:30px;}
  .mb-sm-40_46de3b515257a978{margin-bottom:40px;}
  .mb-sm-50_3b0084469cba4a63{margin-bottom:50px;}
  .mb-sm-60_6db0c5a07c92c366{margin-bottom:60px;}
  .mb-sm-70_de37be908d5b8525{margin-bottom:70px;}
  .mb-sm-80_b0a60d45f70ae2ce{margin-bottom:80px;}
  .mb-sm-90_d939af48c735dad4{margin-bottom:90px;}
  .mb-sm-100_66cf3c4e613b3623{margin-bottom:10px;}


  .fs-sm-1vw_65ee3113f83bbc6c{font-size: 1vw}
  .fs-sm-2vw_f7634d685c87c2b9{font-size: 2vw}
  .fs-sm-3vw_c7b3bd99d9a608e3{font-size: 3vw}
  .fs-sm-4vw_30360aa85bef9a08{font-size: 4vw}
  .fs-sm-5vw_514ca45bd140ba6f{font-size: 5vw}
  .fs-sm-6vw_7b8160c500de5247{font-size: 6vw}
  .fs-sm-7vw_5ce53b73765a3af6{font-size: 7vw}
  .fs-sm-8vw_bd186d27703f0679{font-size: 8vw}
  .fs-sm-9vw_00ef0a6cdc154511{font-size: 9vw}
  .fs-sm-10vw_df648921925901f1{font-size: 10vw}
  .fs-sm-11vw_55b4ab091319c9db{font-size: 11vw}
  .fs-sm-12vw_5fbd9d718ddca200{font-size: 12vw}
  .fs-sm-13vw_9c2efe036fc4f796{font-size: 13vw}
  .fs-sm-14vw_ef34d916f5262a80{font-size: 14vw}
  .fs-sm-15vw_4daa982c30f1780a{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_e26a09f56ab1e378 {
    display: none;
  }

  header .logo-init_98cb6d1d0c029e85 {
    display: none;
  }

  header .logo-mobile_2608b1228887c60f {
    display: block;
  }

  header .btn-main_80638b70cc3dafbb{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_6be406ae2cd396b2 {
    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_34268977004f7d6e {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_e48585b5bcab92fa .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_e48585b5bcab92fa .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_e48585b5bcab92fa .de_nav li:first-child,
  .de_tab.tab_style_4_e48585b5bcab92fa .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_04243e8f0ee64cb0 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_784877e6ff918d4f span{
    display: none;
  }

  .de-spot_784877e6ff918d4f .de-circle-1_43716e04afa46af2,
  .de-spot_784877e6ff918d4f .de-circle-2_aec019ae6fb4ca33{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_5208c51afb43bcf5,
  h1.ultra-big_5208c51afb43bcf5 .text-line_409819e5f4623f11,
  h1.ultra-big-2_611dff909658806a,
  .title-text_9878f468ee0df0cd,
  h1.slider-title_c1e0107b4b197657,
  h2.slider-title_c1e0107b4b197657{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_6ce41c8eddf87311{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_6992e21935920aa6{padding-top:10px;}
  .pt-xs-20_9df9854ebffec9f3{padding-top:20px;}
  .pt-xs-30_fa7102609fb9ac56{padding-top:30px;}
  .pt-xs-40_a7b8259110770761{padding-top:40px;}
  .pt-xs-50_d0b298e9a7cdbba4{padding-top:50px;}
  .pt-xs-60_8475668c9ac9d403{padding-top:60px;}
  .pt-xs-70_489bbe504bbd5ac7{padding-top:70px;}
  .pt-xs-80_9ffc052e1dbc301f{padding-top:80px;}
  .pt-xs-90_66ffcb631a9d14a9{padding-top:90px;}
  .pt-xs-100_cdb161e98bfbdb91{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_f0f5a73607cc04cb{padding-bottom:10px;}
  .pb-xs-20_71a84914490809ed{padding-bottom:20px;}
  .pb-xs-30_a6f8341c68cd1429{padding-bottom:30px;}
  .pb-xs-40_c0c6f916ebcff508{padding-bottom:40px;}
  .pb-xs-50_8e66e2cf4bc5105b{padding-bottom:50px;}
  .pb-xs-60_61da6dfdc88add1b{padding-bottom:60px;}
  .pb-xs-70_23fe7ee9734b54d4{padding-bottom:70px;}
  .pb-xs-80_2298cf075438709c{padding-bottom:80px;}
  .pb-xs-90_d05e9c251077ec6f{padding-bottom:90px;}
  .pb-xs-100_161f120ce390193e{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_092942b7f9e335f3{margin-top:10px;}
  .mt-xs-20_fe9a5b3288bdf3aa{margin-top:20px;}
  .mt-xs-30_f39b10a0b6e1d9f4{margin-top:30px;}
  .mt-xs-40_c21e152684932ea7{margin-top:40px;}
  .mt-xs-50_543960f64348a164{margin-top:50px;}
  .mt-xs-60_ecc9e7ac6f8f314c{margin-top:60px;}
  .mt-xs-70_49751a2f203d8f9f{margin-top:70px;}
  .mt-xs-80_8d01d6b39d824767{margin-top:80px;}
  .mt-xs-90_95cc9e71eab54c1d{margin-top:90px;}
  .mt-xs-100_55e7789b798dcf4c{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_b0e40eb3f803371f{margin-bottom:10px;}
  .mb-xs-20_9290b4f7b7bce07a{margin-bottom:20px;}
  .mb-xs-30_0d685e74c6e58550{margin-bottom:30px;}
  .mb-xs-40_8a23cd918a9ef313{margin-bottom:40px;}
  .mb-xs-50_c3d6e6e6bb06db36{margin-bottom:50px;}
  .mb-xs-60_585bd5274aee6965{margin-bottom:60px;}
  .mb-xs-70_03395bd734ca03f3{margin-bottom:70px;}
  .mb-xs-80_1b03b3332516ae5f{margin-bottom:80px;}
  .mb-xs-90_a0b1f9541f686868{margin-bottom:90px;}
  .mb-xs-100_eeae7777de63a057{margin-bottom:10px;}

  .ss-wrap_1a48dc54d8284792{
    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_93f9ea66ed37377f {
    margin-bottom: 30px;
  }

  .timeline-pic_05c97214ed10de23 {
    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_00848ef76b430967 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_ba2a2c8babf72901 {
    display: none;
  }

  header a.btn-main_80638b70cc3dafbb 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_7c3898e78edb0b9a .left-half_40534eb2c5e3b4be,
.half-fluid_7c3898e78edb0b9a .right-half_05041af4c2ec7d73 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_7c3898e78edb0b9a .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_7c3898e78edb0b9a .left-half_40534eb2c5e3b4be {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_7c3898e78edb0b9a .right-half_05041af4c2ec7d73 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
