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


/* 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_0be712b634cf9ac2,.bg-dark-1_112f14b4841aefa1{background-color: var(--bg-dark-1) !important}
.bg-dark-2_7538dab86cbf5d5b{background-color: var(--bg-dark-2) !important}
.bg-dark-3_abeed238ddf847a3{background-color: var(--bg-dark-3) !important}
.bg-grey_64111482e2993ca1{background-color: var(--bg-grey) !important}
.bg-gradient-1_9cce7cd43f37be6e{
  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_22b304d2919c2fcd{
  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_66b230a37387d319 {
  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_a0da96654ab1e684 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_6f82b6ec9d89ad60 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_f02202b4854ff7f8 {
  display: none;
}


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

header.scroll-light_ffd95333bf7564da .logo-scroll_6f82b6ec9d89ad60{
  display: none;
}

header.smaller.scroll-light_ffd95333bf7564da .logo-main_5054a0a07ca1b921{
  display: none;
}

header.smaller.scroll-light_ffd95333bf7564da .logo-scroll_6f82b6ec9d89ad60{
  display: block;
}

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

header.header-light_5a557c4efaa7e20a .h-phone_8b55ba0aa2af40e0,
header.smaller.scroll-light_ffd95333bf7564da .h-phone_8b55ba0aa2af40e0 {
  color: #202020;
}

header:not(.header-light_5a557c4efaa7e20a).smaller.scroll-light_ffd95333bf7564da div#logo .logo_3cd2f7bfb84d2ab4 {
  display: none;
}

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

header.smaller.scroll-light_ffd95333bf7564da div#logo .logo-scroll_6f82b6ec9d89ad60 {
  display: inline-block;
}

header.smaller.header-light_5a557c4efaa7e20a div#logo .logo_3cd2f7bfb84d2ab4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_59e9088327cf1145.mid_72b0282213557f13 {
  float: right;
}

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


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

.de-overlay-gradient_a167eb80f966fcd6{
  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_a19c7a5d1f1fcfde{
  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_352be350bdedd56c{
  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_a8ef2770bc10bc08 {
  font-size: 13px;
}


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


#subheader.text-light_0d29d233220e1681 .crumb_a8ef2770bc10bc08 {
  color: #fff;
}

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

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

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


#subheader.s2_8fcd203317dbb06f h1,
#subheader.s2_8fcd203317dbb06f .crumb_a8ef2770bc10bc08 {
  margin: 0;
  padding: 0;
}

#subheader.s2_8fcd203317dbb06f .crumb_a8ef2770bc10bc08 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_8fcd203317dbb06f .crumb_a8ef2770bc10bc08 {
  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_84dee63fea42b60a) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_66b230a37387d319 #mainmenu ul.mega_84dee63fea42b60a {
  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_645258bfc9e23583: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_5a557c4efaa7e20a #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_5a557c4efaa7e20a #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_5a557c4efaa7e20a {
  background: #ffffff;
}

.header-light_5a557c4efaa7e20a #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_66b230a37387d319 #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_a6ae8179c02fd490) {
  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_1898fdd48928ccdc {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_093b5214c77f51a4 {
  background: #f6f6f6;
}

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

.de_light_88f124087390af6d section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_93b970c72dba15eb.header-light_5a557c4efaa7e20a #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_b07cc80e5043f189,
header.header-mobile.has-topbar .header-col_59e9088327cf1145 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_93b970c72dba15eb.header-light_5a557c4efaa7e20a {
  background: #fff;
}

header.header-light_5a557c4efaa7e20a .logo_3cd2f7bfb84d2ab4 {
  display: none;
}

header.header-light_5a557c4efaa7e20a .logo-2_f478a184a24e473b {
  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_956f8a3bb9e02bf4{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_0136934b61825d5d,
.topbar-right_184c8e16c23f7306 {
  display: flex;
}

.topbar-right_184c8e16c23f7306 {
  float: right;
}

.topbar-solid_6995b8ba64f78529 {
  background: #ffffff;
}

.tb-light_0c9ad3f31a929240 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-right_184c8e16c23f7306 .topbar-widget_c6c407c1c70b3432 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-light_956f8a3bb9e02bf4 .topbar-right_184c8e16c23f7306 .topbar-widget_c6c407c1c70b3432 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-light_956f8a3bb9e02bf4 .topbar-right_184c8e16c23f7306 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .tb-light_0c9ad3f31a929240 .topbar-right_184c8e16c23f7306 .topbar-widget_c6c407c1c70b3432 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .tb-light_0c9ad3f31a929240 .topbar-right_184c8e16c23f7306 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-left_0136934b61825d5d .topbar-widget_c6c407c1c70b3432 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-light_956f8a3bb9e02bf4 .topbar-left_0136934b61825d5d .topbar-widget_c6c407c1c70b3432 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .tb-light_0c9ad3f31a929240 .topbar-left_0136934b61825d5d .topbar-widget_c6c407c1c70b3432 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .tb-light_0c9ad3f31a929240 .topbar-left_0136934b61825d5d span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_5a557c4efaa7e20a .h-phone_8b55ba0aa2af40e0 span{
  color: var(--body-font-color);
}


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

.menu_side_area_d1bb71410bbff72c .btn-line_990afdc9d19bfc16{
  display: inline-block;
}

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

.topbar-widget_c6c407c1c70b3432.widget-text_cee24dd18fbfd7e8 {
  padding-top: 6px;
}

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

.h-sub_b7b67c366eb1f6c9 .topbar-widget_c6c407c1c70b3432 {
  padding: 12px;
}

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

.topbar-widget_c6c407c1c70b3432.tb-phone_5a37e6d71411fac7:before {
  content: "\f095";
}

.topbar-widget_c6c407c1c70b3432.tb-email_3cafeb693f8bcd7d:before {
  content: "\f003";
}

.topbar-widget_c6c407c1c70b3432.tb-opening-hours_6402f2c4b40b73e7:before {
  content: "\f017";
}

.topbar-widget_c6c407c1c70b3432.tb-social_efa9e6ca73e9bc72 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-light_956f8a3bb9e02bf4 .topbar-widget_c6c407c1c70b3432.tb-social_efa9e6ca73e9bc72 a,
#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-light_956f8a3bb9e02bf4 .topbar-widget_c6c407c1c70b3432.tb-social_efa9e6ca73e9bc72 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_c5c14c40de715ccb) .topbar-widget_c6c407c1c70b3432.tb-social_efa9e6ca73e9bc72 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_0c9ad3f31a929240 .topbar-widget_c6c407c1c70b3432.tb-social_efa9e6ca73e9bc72 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_c6c407c1c70b3432.tb-social_efa9e6ca73e9bc72 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_88f124087390af6d .blog-list_1886cdb5689fa078 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_88f124087390af6d .blog-list_1886cdb5689fa078 h4 a {
  color: #222222;
}

.de_light_88f124087390af6d .text-light_0d29d233220e1681 .blog-list_1886cdb5689fa078 h4 a {
  color: #fff;
}

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

.blog-list_1886cdb5689fa078 .btn-more_dc8afece49719ec8:hover {
  background: #fff;
}

.de_light_88f124087390af6d .blog-list_1886cdb5689fa078 .btn-more_dc8afece49719ec8:hover {
  background: #222;
  color: #fff;
}

.blog-list_1886cdb5689fa078 .post-text_69b5dad365e6fa52 {
  padding-left: 80px;
}

.bloglist_6fc6689975e693e7 .post-text_69b5dad365e6fa52 a.btn-main_fd0efffd074ed645 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_1886cdb5689fa078 .blog-slider_c2e435e86738701c {
  margin-bottom: -60px;
}

.blog-list_1886cdb5689fa078 .date-box_801caa8f7d8a7cc1 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_88f124087390af6d .blog-list_1886cdb5689fa078 .date-box_801caa8f7d8a7cc1 .month {
  color: #222222;
}

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

.blog-list_1886cdb5689fa078 .date-box_801caa8f7d8a7cc1 .month {
  font-size: 14px;
}

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

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

.de_light_88f124087390af6d .blog-list_1886cdb5689fa078 .date-box_801caa8f7d8a7cc1 .month {
  border-bottom-color: #ddd;
}

.de_light_88f124087390af6d .text-light_0d29d233220e1681 .blog-list_1886cdb5689fa078 .date-box_801caa8f7d8a7cc1 .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_3370d4e63fd772e8 .d-image_cdd43fbe8eecfb18 img {
  width: 100%;
}

.de-bloglist-type-1_3370d4e63fd772e8 .d-content_1d296a8872a5bb64 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_3370d4e63fd772e8 .d-date_ac032728b7e322e2: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_454792ef1ec32402 {
  margin-bottom: 40px;
}

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

.de-post-type-1_454792ef1ec32402 .d-image_cdd43fbe8eecfb18 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_454792ef1ec32402 .d-meta_95cb3aa27327f276 span.d-by_e67fc9f973aea268:before {
  content: "\f007";
}

.de-post-type-1_454792ef1ec32402 .d-meta_95cb3aa27327f276 span.d-date_ac032728b7e322e2:before {
  content: "\f073";
}

.de-post-type-1_454792ef1ec32402 .d-meta_95cb3aa27327f276 span.d-tags_6721659c5ec6c73c:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_a4acafa25484f36b .d-date_ac032728b7e322e2 .d-month_6120e53d1ffbfbf2{
  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_a4acafa25484f36b .d-date_ac032728b7e322e2 .d-day_c826f1d9fb632ca4{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_a4acafa25484f36b .d-image_cdd43fbe8eecfb18{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_a97c715614a82eb9 {}

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

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

.comment-info_8071c0d7f5e23bda span {}

.comment-info_8071c0d7f5e23bda .c_name_09d9f0857f9422ee {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_66b230a37387d319 .comment-info_8071c0d7f5e23bda .c_name_09d9f0857f9422ee {
  color: #ffffff;
}

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

.dark-scheme_66b230a37387d319 .comment-info_8071c0d7f5e23bda .c_reply_32bceeeb97f2d855 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_8071c0d7f5e23bda .c_date_75b27c62879e5641 {
  font-size: 12px;
}

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

.blog-list_1886cdb5689fa078 .post-wrapper_103a6bca1a973818 {}

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

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

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

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

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

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

.post-content_d8f16bc0b49a15b0 {
  position: relative;
}

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

.post-text_69b5dad365e6fa52 .d-date_ac032728b7e322e2{
  font-size: 14px;
}

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

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

.dark-scheme_66b230a37387d319 .post-text_69b5dad365e6fa52 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_6d9135b3b9fb75f0,
.p-title_4cec752380efff42 {
  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_6d9135b3b9fb75f0,
.p-title_4cec752380efff42.invert {
  background: var(--secondary-color);
}

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

.post-text_69b5dad365e6fa52 .p-date_e5e389b599c8184c {
  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_5a47be3e380b36d9 img {
  margin-bottom: 20px;
}

.blog-read_5a47be3e380b36d9 .post-text_69b5dad365e6fa52 {
  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_23572603032c5adc {
  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_23572603032c5adc a {
  color: #888;
}

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

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

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

.post-image_e597bd195d8dcb72 .d-tagline_66f3030a5082ac1f 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_8afc618f51c8257d {
  margin-bottom: 60px;
}

.blog-item_8afc618f51c8257d img.preview_79fb63c7137823a4 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_e597bd195d8dcb72 {
  position: relative;
}

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

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

.post-image_e597bd195d8dcb72 .post-date_daaf94f66935e121,
.post-image_e597bd195d8dcb72 .post-author_cf537106e36a205f {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_17e9716e9e1535ed {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_9bfaaa1302281e5e{
  float: left;
}


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

.radio-opt_9bfaaa1302281e5e 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_9bfaaa1302281e5e 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_8fcd203317dbb06f .radio-img_c662d9ca2b9d6871 input[type="radio"] + label, 
#contact_form.s2_8fcd203317dbb06f .radio-img_c662d9ca2b9d6871 input[type="checkbox"] + label,
#contact_form .radio-img_c662d9ca2b9d6871 input[type="radio"] + label img, 
#contact_form .radio-img_c662d9ca2b9d6871 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_be8f402257f51346 .form-underline_dcd8847d17fc34ff{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_8fdf039c60e2a428 {
  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_e1fe75e7a9280d0c {
  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_e1fe75e7a9280d0c.sm-left_bf91ec4a488c3a8c {
  margin-left: 0;
}

.rtl .small-border_e1fe75e7a9280d0c.sm-left_bf91ec4a488c3a8c {
  margin-right: 0;
}

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

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

.small-border_e1fe75e7a9280d0c.white_49170b72c49645d7 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_a8ef2770bc10bc08 a {
  text-decoration: none;
}

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

.de_light_88f124087390af6d .crumb_a8ef2770bc10bc08 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_88f124087390af6d a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_69428086303f460c.btn-id_b7dc841e1b0a7597 {
  color: #222;
}

a.btn-dark_9ab69c3b3b5c0cc3.btn-id_b7dc841e1b0a7597 {
  color: #fff;
}

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

.btn-fx_29796ea4111de163.btn-main_fd0efffd074ed645 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_fd0efffd074ed645.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_fd0efffd074ed645.btn-dark-trans_9399245ab4ac8203{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_fd0efffd074ed645.big_f64555fcbac178be{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_0d29d233220e1681 .btn-line_990afdc9d19bfc16{
  color:#ffffff;
}


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

header:not(.header-light_5a557c4efaa7e20a) a.btn-line_990afdc9d19bfc16,
.dark-scheme_66b230a37387d319 a.btn-line_990afdc9d19bfc16,
.dark-schem_25eeb73796be270a a.btn-line_990afdc9d19bfc16:hover {
  color: #ffffff;
}

a.btn-main_fd0efffd074ed645.btn-white_8045406c4a858f0a {
  background: #ffffff;
}

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

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

a.btn-border_480f4252550766af.light_b23a18c8b5b43b32 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_480f4252550766af.light_b23a18c8b5b43b32:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_0d29d233220e1681 .btn-plus_7b6dfdc2590c24ba{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_0d29d233220e1681 .btn-plus_7b6dfdc2590c24ba:hover{
  color: #ffffff;;
}

a.btn-main_fd0efffd074ed645.btn-with-arrow_12983d1967fe7ba7{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_0d29d233220e1681 .play-button_d82667bf13bf0ed0.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_a30eb042bd720a2b p.d-small_f115e4cb7e960f54 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_a30eb042bd720a2b.big_f64555fcbac178be h3 {
  font-size: 120px;
}

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

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

.de_count_a30eb042bd720a2b.small_61e7f73727cd5c36 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_66b230a37387d319 .field-set_e802fb0606e97d4e label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_bf576cbbc14469ad,
.h2_2953c02dbbfe4d7e,
.h3_b9e2af2bfa8533b5,
.h4_53caf3c0cbf9a2fc,
.h5_51cefa4ff853c596,
.h6_2b3028eeb686d88f,
footer.footer-light_6b8c1cc64eab0100 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_66b230a37387d319 h1,
.dark-scheme_66b230a37387d319 h2,
.dark-scheme_66b230a37387d319 h4,
.dark-scheme_66b230a37387d319 h3,
.dark-scheme_66b230a37387d319 h5,
.dark-scheme_66b230a37387d319 h6,
.dark-scheme_66b230a37387d319 .h1_big_5e0a94cda8ac7ab5,
.dark-scheme_66b230a37387d319 .h1_bf576cbbc14469ad,
.dark-scheme_66b230a37387d319 .h2_2953c02dbbfe4d7e,
.dark-scheme_66b230a37387d319 .h3_b9e2af2bfa8533b5,
.dark-scheme_66b230a37387d319 .h4_53caf3c0cbf9a2fc,
.dark-scheme_66b230a37387d319 .h5_51cefa4ff853c596,
.dark-scheme_66b230a37387d319 .h6_2b3028eeb686d88f {
  color: #ffffff;
}

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


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


h1,
.h1_bf576cbbc14469ad {
  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_645258bfc9e23583: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_88f124087390af6d .text-light_0d29d233220e1681 h2 {
  color: #fff;
}

.text-light_0d29d233220e1681 h2.deco_2dbc2d3d89ef27b8 span:before,
.text-light_0d29d233220e1681 h2.deco_2dbc2d3d89ef27b8 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_30385b236571548b {
  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_30385b236571548b .s1_e74b99f05e05d758{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_50c6f356f2eb595f {
  color: #223044;
}

.text-white_1c8cd0138ce61028,
.de_light_88f124087390af6d .text-white_1c8cd0138ce61028 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_c3c3971d9a558c22.fs-16_2dde3032bb3e9305 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_28bee8dab8bccc6c.active .page-link_d5c2269b590dbd6f{
  border-color:var(--primary-color);
}

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

.spinner_b50a2b174d4f948c>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_b50a2b174d4f948c .bounce1_5aa04befa12e3928 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_b50a2b174d4f948c .bounce2_c5c15baf370c0421 {
  -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_66b230a37387d319 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_06f6f426109dd600.s2_8fcd203317dbb06f i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_06f6f426109dd600 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_06f6f426109dd600.big_f64555fcbac178be i {
  margin: 0 15px 0 15px;
}

.social-icons_06f6f426109dd600.big_f64555fcbac178be i:hover {
  background: none;
}

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

.social-icons_06f6f426109dd600.s1_e74b99f05e05d758:hover i {
  background: none;
}

.social-icons_06f6f426109dd600.s1_e74b99f05e05d758 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_06f6f426109dd600.s1_e74b99f05e05d758 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_1cd5a88826610a1a {
  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_66b230a37387d319 .accordion-section-title,
.text-light_0d29d233220e1681 .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_0d29d233220e1681 .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_1c592a53f282f6ef.s2_8fcd203317dbb06f .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_66b230a37387d319 .expand-custom_044d50b0e66b5101 {
  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_694bc2dd4f9fe7f0 .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_66b230a37387d319 .de_tab.tab_methods_e01d178466880eb3 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_e01d178466880eb3.style-2_7c8cc6c5a9856794 .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_e01d178466880eb3.style-2_7c8cc6c5a9856794.light_b23a18c8b5b43b32 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_e01d178466880eb3.style-2_7c8cc6c5a9856794 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_e01d178466880eb3.style-2_7c8cc6c5a9856794 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_88f124087390af6d .de_tab.tab_style_2_4d0c219ba8ea27b3 .de_nav {}

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

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

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

.text-light_0d29d233220e1681 .de_tab.tab_style_2_4d0c219ba8ea27b3 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_88f124087390af6d .de_tab.tab_style_3_38dde7feb0298d6f .de_nav li span:hover {
  background: #ddd;
}

.de_light_88f124087390af6d .de_tab.tab_style_3_38dde7feb0298d6f .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_0d29d233220e1681 .de_tab.tab_style_3_38dde7feb0298d6f .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_e2aa215204b5d455 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_0d29d233220e1681 .de_tab.tab_style_4_e2aa215204b5d455 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_0d29d233220e1681 .de_tab.tab_style_4_e2aa215204b5d455 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_87421624af786a67.nav_4_f7d8b3e98c850b0e 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_87421624af786a67.nav_4_f7d8b3e98c850b0e .dot_cd2de06b3947c5eb {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_87421624af786a67.nav_4_f7d8b3e98c850b0e li:last-child .dot_cd2de06b3947c5eb:before,
.de_tab.timeline_87421624af786a67.nav_4_f7d8b3e98c850b0e li:last-child .dot_cd2de06b3947c5eb:after {
  border-bottom: none;
}

.de_tab.timeline_87421624af786a67 li .num_04690e5f8de589a2 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_b2d575dc7f3c33bb,
a.btn-right_c84eb6f6dc79161c {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_d6074fda394d8edb {
  padding-top: 20px;
}

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

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

.de_testi_53212d0158fb48c6.no-bg_89ea139fa4357fdd blockquote {
  background: none;
}

.de_testi_53212d0158fb48c6 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_53212d0158fb48c6.type-2_1aa9c7182cfacf83.review_31ebf64568e8f218 blockquote {
  padding: 50px;
}

.de_testi_53212d0158fb48c6.type-2_1aa9c7182cfacf83.review_31ebf64568e8f218 blockquote:before {
  display: none;
}

.de_testi_53212d0158fb48c6.type-2_1aa9c7182cfacf83.review_31ebf64568e8f218 p {
  padding-top: 0;
}

.de_testi_53212d0158fb48c6.type-2_1aa9c7182cfacf83.review_31ebf64568e8f218 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_0d29d233220e1681 .de_testi_53212d0158fb48c6.type-2_1aa9c7182cfacf83 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_53212d0158fb48c6.type-2_1aa9c7182cfacf83 .de_testi_by_17e75d57ad96f532 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_53212d0158fb48c6.opt-3_f2f14a1ca243e6d2 blockquote p {
  font-size: 14px;
}

.de_testi_53212d0158fb48c6.opt-3_f2f14a1ca243e6d2 blockquote:before {
  color: #fff;
}

.de_testi_53212d0158fb48c6.opt-3_f2f14a1ca243e6d2 .de_testi_by_17e75d57ad96f532 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_8dcc13473b531597 .site-center-line_7f9a061195b78282 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___07758917e354c391 {
  display: inline-block;
}
.de-timeline-article_8dcc13473b531597.odd .site-center-line_7f9a061195b78282 {
  background: var(--primary-color);
}
.de-timeline-article_8dcc13473b531597.even .site-center-line_7f9a061195b78282 {
  background: var(--secondary-color);
}
.de-timeline-article_8dcc13473b531597 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_8dcc13473b531597 .content-left-container_2adcffd37ef03b86,
.de-timeline-article_8dcc13473b531597 .content-right-container_6d4ad0f7f01072cd {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_8dcc13473b531597 .content-left_f67b50bc64870cd9,
.de-timeline-article_8dcc13473b531597 .content-right_d1a1f96e41ba627f {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_750acf85659d53ca {
  margin-top: 0;
}
.de-timeline-article_8dcc13473b531597 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_8dcc13473b531597 .content-left-container_2adcffd37ef03b86 {
  float: left;
}
h4.de-timeline-year_e45d351d1c623865 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_8dcc13473b531597.even h4.de-timeline-year_e45d351d1c623865{
  color:var(--heading-font-color);
}
.de-timeline-article_8dcc13473b531597.odd .year___07758917e354c391 {
  float: left;
}
.de-timeline-article_8dcc13473b531597.odd h4.de-timeline-year_e45d351d1c623865 {
  background: var(--primary-color);
}
.de-timeline-article_8dcc13473b531597.even .year___07758917e354c391 {
  float: right;
}
.de-timeline-article_8dcc13473b531597.even h4.de-timeline-year_e45d351d1c623865 {
  background: var(--secondary-color);
}
.de-timeline-article_8dcc13473b531597 .d-line_b8ba48b066b367ac {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_8dcc13473b531597.odd .d-line_b8ba48b066b367ac {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_8dcc13473b531597.even .d-line_b8ba48b066b367ac {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_8dcc13473b531597 .owl-carousel_5a41b41667e49332 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_8dcc13473b531597 .content-right-container_6d4ad0f7f01072cd {
  float: right;
}
.de-timeline-article_8dcc13473b531597 .meta-dot_d93ff014f99e7a0a {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_8dcc13473b531597.odd .meta-dot_d93ff014f99e7a0a {
  background: var(--primary-color);
}
.de-timeline-article_8dcc13473b531597.even .meta-dot_d93ff014f99e7a0a {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_8dcc13473b531597 .site-center-line_7f9a061195b78282 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_8dcc13473b531597 .meta-dot_d93ff014f99e7a0a {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_8dcc13473b531597 .content-left-container_2adcffd37ef03b86,
  .de-timeline-article_8dcc13473b531597 .content-right-container_6d4ad0f7f01072cd {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_8dcc13473b531597 .content-left-container_2adcffd37ef03b86 {
    margin-bottom: 20px;
  }
  .de-timeline-article_8dcc13473b531597 .content-left_f67b50bc64870cd9,
  .de-timeline-article_8dcc13473b531597 .content-right_d1a1f96e41ba627f {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_8dcc13473b531597 .content-left_f67b50bc64870cd9:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_8dcc13473b531597 .content-right_d1a1f96e41ba627f:before {
    display: none;
  }  
  h4.de-timeline-year_e45d351d1c623865 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_8dcc13473b531597.odd .d-line_b8ba48b066b367ac {
    left: 30px;
  }
  .de-timeline-article_8dcc13473b531597.even .d-line_b8ba48b066b367ac {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_8dcc13473b531597.odd .content-left-container_2adcffd37ef03b86{
    padding-top: 20px;
  }
  .de-timeline-article_8dcc13473b531597.even .content-left-container_2adcffd37ef03b86{
    padding-top: 50px;
  }
  .de-timeline-article_8dcc13473b531597.odd .content-left-container_2adcffd37ef03b86 .owl-carousel_5a41b41667e49332{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_8dcc13473b531597.even .content-right-container_6d4ad0f7f01072cd .owl-carousel_5a41b41667e49332{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_b1ddc5042623704f {
  position: relative;
}

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

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

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

.timeline-blank_890efc75fefdfdb4 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_890efc75fefdfdb4 {
    display: none;
  }

  .timeline-text_c76de347c72b6f83 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_e7b3e7071903a59c {
  overflow: hidden;
}

.border1_3fd75da283aec28c {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_990afdc9d19bfc16:after,
.de_count_a30eb042bd720a2b,
.social-icons_06f6f426109dd600 a i,
.de_tab.tab_methods_e01d178466880eb3 .de_nav li span,
.de_tab.tab_methods_e01d178466880eb3 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_f0e8aa7b4ea93c86 .title,
.carousel-item:hover .pf_text_f0e8aa7b4ea93c86 .title,
.carousel-item .pf_text_f0e8aa7b4ea93c86 .title .type,
.carousel-item:hover .pf_text_f0e8aa7b4ea93c86 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_18c9e88f2f91ba9d i,
.social-icons-sm_18c9e88f2f91ba9d i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_1ebc6fd8947005bd,
.btn-main_fd0efffd074ed645,
.de_tab.tab_style_4_e2aa215204b5d455 .de_nav li,
.form-subscribe_50dfbd581233bd5d input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_8fdf039c60e2a428,
.de_tab.tab_methods_e01d178466880eb3.style-2_7c8cc6c5a9856794 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_7d9ae51902c4b869 *,
.mask_7d9ae51902c4b869 .cover,
.mask_7d9ae51902c4b869:hover .cover,
.mask_7d9ae51902c4b869 img,
.mask_7d9ae51902c4b869:hover img,
.accordion_1c592a53f282f6ef .content,
a.btn-border_480f4252550766af,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_0020a97e9960887b img,
a.a-underline_70bdcb5370945c2e *,
.dropdown *,
.form-border_f6593e360e8af1bd *,
.d-carousel *,
#slider-carousel *,
.container-timeline_9c5c7e80cdaaf9dc *,
.d_demo_img *,
.carousel-control-next-icon_99bf4368061e7d74,
.carousel-control-prev-icon_358a99d9f1d503a1,
.grayscale_2ef97ba6d7f3cb26,
.hover-color_b8b4e09ff75f88f6,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_7b6dfdc2590c24ba,
.btn-plus_7b6dfdc2590c24ba *,
.btn-with-arrow_12983d1967fe7ba7:after,
.btn-with-arrow_12983d1967fe7ba7: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_29796ea4111de163:after,
a.btn-fx_29796ea4111de163:hover:after,
a.btn-fx_29796ea4111de163:before,
a.btn-fx_29796ea4111de163:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_7e22b561ca5430e9 li .post-date_daaf94f66935e121,
.items_filter_5dd9018b13c2131a *,
.owl-prev_edf90dedce7a7712,
.owl-next_021cff7a8b44534f {
  -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_fa6a45268f5f2e37 {
  -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_edfe24388398af16 {
  -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_38779f361678684b {
  -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_20cb7f20a3e7025f {
  -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_fc81ba3d2bc0bf80 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_a14d77393f6d3cca {
  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_66b230a37387d319 .modal-header_141c059703eb3993,
.nav-tabs_d5a9d3ed529fd498 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_66b230a37387d319 .modal-content_0eff16be3c5a5ede {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_89f2c3e428f1c7ec .tab-content_2fc33e625aa18c43 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_6b50efc06591ac7a.big_f64555fcbac178be{
  font-size: 32px !important;
}

.dark-scheme_66b230a37387d319 p.lead_6b50efc06591ac7a {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_afde23f7de5cff8e {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_9b5922154c8848f3,
.panel-collapse_2a2b28d6b6e89861,
.panel-collapse_2a2b28d6b6e89861,
.panel-group_afde23f7de5cff8e .panel_ed6ae5a8a06b4e33 {
  border: none;
  border-radius: 0;
}

.panel-heading_b420e4048e3a6c78 {
  background: #222;
}

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

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

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

blockquote.s1_e74b99f05e05d758 {
  padding: 0px;
}

blockquote.s1_e74b99f05e05d758: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_4ec0a760cf45f2f3::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_4ec0a760cf45f2f3::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_0d29d233220e1681 .collapsible-link_4ec0a760cf45f2f3:before,
.text-light_0d29d233220e1681 .collapsible-link_4ec0a760cf45f2f3:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_06a4dd39fb200a91 {
  display: block
}

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

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

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

.collapsible-link_4ec0a760cf45f2f3.text-white_1c8cd0138ce61028 {
  color: #ffffff;
}

.collapsible-link_4ec0a760cf45f2f3.text-white_1c8cd0138ce61028::after,
.collapsible-link_4ec0a760cf45f2f3.text-white_1c8cd0138ce61028::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_0db8743bd0633a00{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_88f124087390af6d .widget_category_48e41a74bc2452e4 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_48e41a74bc2452e4 li a {
  color: #606060;
}

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

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

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


.dark-scheme_66b230a37387d319 .widget-post_7e22b561ca5430e9 li a {
  color: #ffffff;
}

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

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

.widget-post_7e22b561ca5430e9 .date_f4953facee331db2 {
  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_7e22b561ca5430e9 .date_f4953facee331db2 {
  float: right;
}

.widget_0db8743bd0633a00 .comments_6a324cff27b0dee2 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_0db8743bd0633a00 .tiny-border_c73b1589800c2e2a {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_6b8c1cc64eab0100 .widget_0db8743bd0633a00 .tiny-border_c73b1589800c2e2a {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_88f124087390af6d .widget_tags_8487a4ebd59cc1bd li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_0db8743bd0633a00.widget_tags_8487a4ebd59cc1bd li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_c73b1589800c2e2a 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_66b230a37387d319 #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_0d898fa4cdd6b045 {
  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_dcfe0c23d4d4c5e8 {
  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_8fcd203317dbb06f .d-item-txt_dcfe0c23d4d4c5e8{
  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_dcfe0c23d4d4c5e8 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_086872ab51fea02a {
  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_8fcd203317dbb06f .d-item-block_086872ab51fea02a{
  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_086872ab51fea02a{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_6ef0a48ee3a58eb9 .d-number_13006052a002eb49 {
  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_0d29d233220e1681 .de-step-s1_6ef0a48ee3a58eb9 .d-number_13006052a002eb49{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_5a41b41667e49332.no-hide_c01ea614870f933c .owl-stage-outer_73091bef2e83af2b{
  overflow: visible; !important;
}

.grayscale_2ef97ba6d7f3cb26{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_81429ee0844cc14b{ background:#ffffff; }
.bg-black_cb67a4b93fb0897c{ background:#000000; }

/* width (percent) */
.w-10_3542b7c940c0ace8{width: 10%;}
.w-20_6a5b3f0235990d3d{width: 20%;}
.w-30_796591d0d614e55c{width: 30%;}
.w-40_c1fdc69f9c6c3891{width: 40%;}
.w-50_010fa1a2cd99a824{width: 50%;}
.w-60_17030848dcd2e9a2{width: 60%;}
.w-70_14f8aca39754fb3d{width: 70%;}
.w-80_850f4f49d327fd57{width: 80%;}
.w-90_066a4b402f773ae0{width: 90%;}
.w-100_a8840dea1d2a7f3c{width: 100%;}

/* width (px) */
.w-10px_d887727744162d13{width: 10px;}
.w-20px_93faf713064c5898{width: 20px;}
.w-24px_5be04dae7bf93204{width: 24px;}
.w-40px_887f965b4ed5e209{width: 40px;}
.w-50px_4d582821ca8ce1ca{width: 50px;}
.w-60px_a334e422f24bd1ae{width: 60px;}
.w-70px_8ecc2c6fdd835e6f{width: 70px;}
.w-80px_a40786870a970e1e{width: 80px;}
.w-90px_c02d856c13669df0{width: 90px;}
.w-100px_209052a17a50470c{width: 100px;}
.w-110px_3e2d2df3aec41d15{width: 110px;}
.w-120px_5a72cddb5c288c22{width: 120px;}
.w-130px_64eeb2ca2a5dc8fe{width: 130px;}
.w-140px_a18f59ddf70186d6{width: 140px;}
.w-150px_641bf3dcd270434e{width: 150px;}
.w-200px_47f37834fcb32346{width: 200px;}
.w-250px_b6e789a4da005fe8{width: 250px;}
.w-300px_535d7d079f40020a{width: 300px;}

/* height (percent) */
.h-10_99684fd6751d864b{height: 10%;}
.h-20_a106fd4156973d94{height: 20%;}
.h-30_850f407786e1f543{height: 30%;}
.h-40_7cdd4312d3c3974a{height: 40%;}
.h-50_dcb70aeb8de065bc{height: 50%;}
.h-60_fc298ec91c012319{height: 60%;}
.h-70_4aed5bbf2db2ae2d{height: 70%;}
.h-80_523c3ef7bd9ffe9f{height: 80%;}
.h-90_932e57bd4c3e19a3{height: 90%;}
.h-100_a6cb63747238fdc9{height: 100%;}

/* height (px) */
.h-10px_bdd03c93521085df{height: 10px;}
.h-20px_9bc97c3130935d4a{height: 20px;}
.h-24px_6ae280f42b1a53af{height: 24px;}
.h-40px_5181ca457e8f2458{height: 40px;}
.h-50px_54534c093389fe07{height: 50px;}
.h-60px_01d286951da9e832{height: 60px;}
.h-70px_bc0b189d493edd87{height: 70px;}
.h-80px_55b18e63b47f9154{height: 80px;}
.h-90px_02e929a452145586{height: 90px;}
.h-100px_11ccc7a04af3543a{height: 100px;}
.h-110px_678cfc1896c5f72d{height: 110px;}
.h-120px_6f8c1322a8e87670{height: 120px;}
.h-130px_85f0b34c38912d5d{height: 130px;}
.h-140px_e2f952a330251c63{height: 140px;}
.h-150px_29198a74094a0429{height: 150px;}
.h-200px_f9bea721cc0e8259{height: 200px;}
.h-250px_0a2efa01316675c6{height: 250px;}
.h-300px_008b492031a98c3a{height: 300px;}

/* top (percent) */
.top-10_070699a1263e3700{top: 10%;}
.top-20_54849dfb35bf5575{top: 20%;}
.top-30_f256d8f8a3d2755a{top: 30%;}
.top-40_77a3f3a68cd2b14c{top: 40%;}
.top-50_37e29d7da29963d9{top: 50%;}
.top-60_d13e2b35380c76d1{top: 60%;}
.top-70_60a2ab848e83d563{top: 70%;}
.top-80_1a491e6b0c9dd2b4{top: 80%;}
.top-90_4acc079c4de1c2d2{top: 90%;}
.top-100_b340b1e8cb3d3622{top: 100%;}

/* top (px) */
.top-10px_149e09fb1f6b3659{top: 10px;}
.top-20px_985957045a49a6d6{top: 20px;}
.top-30px_930a91e4b7f36fb8{top: 30px;}
.top-40px_5eb44ebcb8856982{top: 40px;}
.top-50px_1527a0cb4ba2e7a2{top: 50px;}
.top-60px_8a099171780df843{top: 60px;}
.top-70px_e7202f353709947c{top: 70px;}
.top-80px_3e32d869e1699ef0{top: 80px;}
.top-90px_abadb84aeb7aded3{top: 90px;}
.top-100px_692a7fb72919b1d5{top: 100px;}

/* bottom (percent) */
.bottom-10_8673f30a02ff302d{bottom: 10%;}
.bottom-20_981ea125cd16bbb5{bottom: 20%;}
.bottom-30_09ff58f4fa22bcc9{bottom: 30%;}
.bottom-40_bbeb5260cabdd400{bottom: 40%;}
.bottom-50_9f36a0862b74b0ce{bottom: 50%;}
.bottom-60_d886d0006ceb9fc0{bottom: 60%;}
.bottom-70_ea1a9892c4dfc888{bottom: 70%;}
.bottom-80_91cd017c955dd945{bottom: 80%;}
.bottom-90_6bff906c9f7d73e2{bottom: 90%;}
.bottom-100_37ac01ed5e5caeaa{bottom: 100%;}

/* bottom (px) */
.bottom-10px_c1f35a65870aefa8{bottom: 10px;}
.bottom-20px_ad5f33d6370d9dc3{bottom: 20px;}
.bottom-30px_5f04de3a2f04837d{bottom: 30px;}
.bottom-40px_8d2d446dcdf155ac{bottom: 40px;}
.bottom-50px_da32f03e5f2121d4{bottom: 50px;}
.bottom-60px_ebcc7519e67882eb{bottom: 60px;}
.bottom-70px_d4fda360ce896f45{bottom: 70px;}
.bottom-80px_8cd85cdfca43adaf{bottom: 80px;}
.bottom-90px_76a6fbfb1b5f0e36{bottom: 90px;}
.bottom-100px_2e013344ce4e1de6{bottom: 100px;}

/* top negative (px) */
.top-min-10_f80d7b2d3a6d7e2c{top:-10px;}
.top-min-20_7ad9e64fb384f78c{top:-20px;}
.top-min-30_12eba98f19515e25{top:-30px;}
.top-min-40_1be841bf5a13134d{top:-40px;}
.top-min-50_503f2fce4f349678{top:-50px;}
.top-min-60_5f6dd12d4d913f77{top:-60px;}
.top-min-70_8ae92cd1745e7be3{top:-70px;}
.top-min-80_592800f317ede4fe{top:-80px;}
.top-min-90_688ef8b4e1e02c19{top:-90px;}
.top-min-100_737d994b8686004a{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_963e9e789c342f18{bottom:-10px;}
.bottom-min-20_dd0002a12dfca747{bottom:-20px;}
.bottom-min-30_b18305b1068b3391{bottom:-30px;}
.bottom-min-40_3b5cc28a6214ed75{bottom:-40px;}
.bottom-min-50_8b393a3307f8ccca{bottom:-50px;}
.bottom-min-60_e26842780d1909db{bottom:-60px;}
.bottom-min-70_c044b0db2bca4396{bottom:-70px;}
.bottom-min-80_0fd795a2a0af2958{bottom:-80px;}
.bottom-min-90_c9019196c322e83e{bottom:-90px;}
.bottom-min-100_9f78efeacfbc2fb4{bottom:-100px;}

/* left pos (percent) */
.start-10_acc81a0ac19fba73{left: 10%;}
.start-20_0563f41c103e7d32{left: 20%;}
.start-30_cc2765b346c895c2{left: 30%;}
.start-40_77aa29326326b96b{left: 40%;}
.start-50_2e7c04f6bd88a164{left: 50%;}
.start-60_694ffbb698ddc3ed{left: 60%;}
.start-70_3c17815bea8b62e4{left: 70%;}
.start-80_4017931be1576c43{left: 80%;}
.start-90_d788acbfd6cf84e6{left: 90%;}
.start-100_6f7a769c4a6b482f{left: 100%;}

/* left pos (px) */
.start-10px_c959bd75fa16f22f{left: 10px;}
.start-20px_cdcc49c231298c7f{left: 20px;}
.start-30px_95c8c6bbd59b3c2a{left: 30px;}
.start-40px_c77fc1b70301e7cf{left: 40px;}
.start-50px_2bb3b2c3a60ff9dd{left: 50px;}
.start-60px_82e28ec1c85c1f14{left: 60px;}
.start-70px_23d0694cb9e1e2b9{left: 70px;}
.start-80px_7c9471dc3e4c3a8a{left: 80px;}
.start-90px_f89f8243c10fb35d{left: 90px;}
.start-100px_88193543edd9db55{left: 100px;}

/* right  pos (percent) */
.end-10_49f8602affc1d687{right: 10%;}
.end-20_4d134a776f187989{right: 20%;}
.end-30_2a2d4a39fc1ad581{right: 30%;}
.end-40_b0fd0f5bb4249b39{right: 40%;}
.end-50_8f2ea000ee97083d{right: 50%;}
.end-60_161e1d7e1afdff72{right: 60%;}
.end-70_b994b5b459f834cb{right: 70%;}
.end-80_85f7382dda17f489{right: 80%;}
.end-90_64acc8cb51727441{right: 90%;}
.end-100_d64e936ced11669c{right: 100%;}

/* right  pos (px) */
.end-10px_3b15f5d519ea7bd4{right: 10px;}
.end-20px_8870139b93075314{right: 20px;}
.end-30px_9a9dc4d9c4643aba{right: 30px;}
.end-40px_c639b1251fcdcfec{right: 40px;}
.end-50px_0e7530a380b5b9f4{right: 50px;}
.end-60px_be488dbddcf4ec90{right: 60px;}
.end-70px_765a5366b5a811d4{right: 70px;}
.end-80px_ec864c63ebd1587c{right: 80px;}
.end-90px_7ce08befce997b3d{right: 90px;}
.end-100px_ffdf4ed72e3ed02f{right: 100px;}

/* margin-left (percent) */
.ms-10_4f15c159630fbc99{margin-left: 10%;}
.ms-20_982b2f7a498a7072{margin-left: 20%;}
.ms-30_d9ebc84080f27e61{margin-left: 30%;}
.ms-40_285f5a77e02cc5f7{margin-left: 40%;}
.ms-50_13cd5e0ebcf01966{margin-left: 50%;}
.ms-60_1ff4a56cb320ab0b{margin-left: 60%;}
.ms-70_d03b9e97f971a0dc{margin-left: 70%;}
.ms-80_539d27e6a5a2f5e6{margin-left: 80%;}
.ms-90_bb78c454a301fec3{margin-left: 90%;}
.ms-100_d7126bf472f6a698{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_c0b6737b7744fc75{margin-left: 10px;}
.ms-20px_24d4638a32ab62da{margin-left: 20px;}
.ms-30px_bc7cb6cff3155a3e{margin-left: 30px;}
.ms-40px_8f6509fda48ac129{margin-left: 40px;}
.ms-50px_16b48e89a83e6884{margin-left: 50px;}
.ms-60px_64ba28893b8ccd5e{margin-left: 60px;}
.ms-70px_00d57c653e8c64dc{margin-left: 70px;}
.ms-80px_ed16fc27756658cf{margin-left: 80px;}
.ms-90px_a2059b93a61326d5{margin-left: 90px;}
.ms-100px_23751884ec18e201{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_ad6f2912d24f89c5{margin-top:-10px;}
.mt-min-20_8e624f7ac65a7b37{margin-top:-20px;}
.mt-min-30_b5f81b4bcee5d027{margin-top:-30px;}
.mt-min-40_870aa69abac6b6bf{margin-top:-40px;}
.mt-min-50_01dbbfd8787d58e2{margin-top:-50px;}
.mt-min-60_44c5140766c62fae{margin-top:-60px;}
.mt-min-70_334c88685d69c312{margin-top:-70px;}
.mt-min-80_74f258ec32ba5d5f{margin-top:-80px;}
.mt-min-90_09f0ea704dea8183{margin-top:-90px;}
.mt-min-100_6224de5dcfc31e78{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_a16467876e2a1ec6{margin-bottom:-10px;}
.mb-min-20_3dc68bcea65e4fec{margin-bottom:-20px;}
.mb-min-30_51d86e067e61fecd{margin-bottom:-30px;}
.mb-min-40_278a6d29d7ed88ee{margin-bottom:-40px;}
.mb-min-50_df72b442ed9801b4{margin-bottom:-50px;}
.mb-min-60_3291cf9a940a855e{margin-bottom:-60px;}
.mb-min-70_bb9bf0ced655ad99{margin-bottom:-70px;}
.mb-min-80_cb355afc0b402a84{margin-bottom:-80px;}
.mb-min-90_2efc5978f62703d6{margin-bottom:-90px;}
.mb-min-100_b3798afbd3634c61{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_adb716e9ada39ffe{margin-left:-10px;}
.ms-min-20_55db04fe3c1866bd{margin-left:-20px;}
.ms-min-30_f971e98e766bdb13{margin-left:-30px;}
.ms-min-40_8d5ad724ba335c45{margin-left:-40px;}
.ms-min-50_acd48aab736173f7{margin-left:-50px;}
.ms-min-60_8628fa3f405bb44f{margin-left:-60px;}
.ms-min-70_de2bf4eb48fa5895{margin-left:-70px;}
.ms-min-80_368f8b960d12dc73{margin-left:-80px;}
.ms-min-90_91ac117ecec3d339{margin-left:-90px;}
.ms-min-100_d3a0b8c60379b8e1{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_a170e69f724a5ea9{margin-right:-10px;}
.me-min-20_ac795b313c07bb2d{margin-right:-20px;}
.me-min-30_a8ef78f4ba0f98cd{margin-right:-30px;}
.me-min-40_184eafaace77ae14{margin-right:-40px;}
.me-min-50_fc623a1df5c35836{margin-right:-50px;}
.me-min-60_1e4860e1119930dc{margin-right:-60px;}
.me-min-70_6ff4b829b8538baf{margin-right:-70px;}
.me-min-80_93e8f36e24ab83c9{margin-right:-80px;}
.me-min-90_2397a194f9386b87{margin-right:-90px;}
.me-min-100_d186d87de9ace31b{margin-right:-100px;}

/* font-size (px) */
.fs-12_cfc4f5e630aeb4bd{font-size: 12px;}
.fs-14_5a526bfd38c341d5{font-size: 14px;}
.fs-15_ccf2a88b20a69d1e{font-size: 15px;}
.fs-16_2dde3032bb3e9305{font-size: 16px;}
.fs-18_41454f4c946edf41{font-size: 18px;}
.fs-20_44e06402ef3afde7{font-size: 20px;}
.fs-24_ec8b3e2b228dcc4f{font-size: 24px;}
.fs-28_db97a5da1087dcfc{font-size: 28px;}
.fs-30_edfb105d7b5d161c{font-size: 30px;}
.fs-32_fef3d604048ed560{font-size: 32px;}
.fs-36_a508745f45c48a6f{font-size: 36px;}
.fs-40_8a28f1b6496eec7c{font-size: 40px;}
.fs-48_94c7238317bca2f4{font-size: 48px;}
.fs-56_dad1642dc0c54987{font-size: 56px;}
.fs-60_a304d4e9331041dd{font-size: 60px;}
.fs-64_e6afd44f627d11be{font-size: 64px;}
.fs-72_d67421b2111f751e{font-size: 72px;}
.fs-96_357e621c90626dba{font-size: 96px;}
.fs-120_2412d9379dc19931{font-size: 120px;}
.fs-150_13c5782ec42e0151{font-size: 150px;}
.fs-200_eba71a4217aa6022{font-size: 200px;}


/* font-weight */
.fw-100_028b3938367c002c{font-weight: 100;}
.fw-200_b1191263e6a1ffb1{font-weight: 200;}
.fw-400_df903e73b80e3130{font-weight: 300;}
.fw-400_df903e73b80e3130{font-weight: 400;}
.fw-500_ad9e78b2a5bd1213{font-weight: 500;}
.fw-600_4e8c4d01824b45d1{font-weight: 600;}
.fw-bold_f5b97f27a0264efc{font-weight: bold;}

/* margin left (px) */
.ms-10_4f15c159630fbc99{margin-left: 10%;}
.ms-20_982b2f7a498a7072{margin-left: 20%;}
.ms-30_d9ebc84080f27e61{margin-left: 30%;}
.ms-40_285f5a77e02cc5f7{margin-left: 40%;}
.ms-50_13cd5e0ebcf01966{margin-left: 50%;}
.ms-60_1ff4a56cb320ab0b{margin-left: 60%;}
.ms-70_d03b9e97f971a0dc{margin-left: 70%;}
.ms-80_539d27e6a5a2f5e6{margin-left: 80%;}
.ms-90_bb78c454a301fec3{margin-left: 90%;}
.ms-100_d7126bf472f6a698{margin-left: 100%;}

/* padding (px) */
.p-10_7bfbe704344d3eec{padding: 10px;}
.p-15_e1e361f29fbbfa28{padding: 15px;}
.p-20_361ef3ae442cc35a{padding: 20px;}
.p-30_58511f8513848860{padding: 30px;}
.p-40_13b60ab3778604d6{padding: 40px;}
.p-50_95f8e4129f79677a{padding: 50px;}
.p-60_d798c61bf38ad013{padding: 60px;}
.p-70_8505ea8384f44626{padding: 70px;}
.p-80_fec647daf91ef870{padding: 80px;}
.p-90_a42e048ed1d247b5{padding: 90px;}
.p-100_43c32043460772ee{padding: 100px;}

/* padding bottom (px) */
.pb-10_47ff22019281c394{padding-bottom: 10px;}
.pb-20_16e463cb5e5c3afb{padding-bottom: 20px;}
.pb-30_7a78d993400047cb{padding-bottom: 30px;}
.pb-40_9847020b063990bb{padding-bottom: 40px;}
.pb-50_7688faf5808d8b9d{padding-bottom: 50px;}
.pb-60_0f4260b7a1ade596{padding-bottom: 60px;}
.pb-70_5665fce90ba1847a{padding-bottom: 70px;}
.pb-80_1c20f61fb6c0cfe2{padding-bottom: 80px;}
.pb-90_ed68b9e9fe4257b5{padding-bottom: 90px;}
.pb-100_babc32e7f20aac8f{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_9ba0a70607b14e2c{padding-top: 10px;}
.pt-20_8bf5d3260d4b3021{padding-top: 20px;}
.pt-30_1b1e11ec85f750fa{padding-top: 30px;}
.pt-40_53f48d380bd2fd14{padding-top: 40px;}
.pt-50_d27fb2e3c0ae6d13{padding-top: 50px;}
.pt-60_d65ed77912f21f00{padding-top: 60px;}
.pt-70_fc9d149a225abb9c{padding-top: 70px;}
.pt-80_c428175ad613e390{padding-top: 80px;}
.pt-90_243c06f373cc8ae3{padding-top: 90px;}
.pt-100_59b872a554d45b8f{padding-top: 100px;}

/* padding left (px) */
.ps-10_5d32236c4f9adcb7{padding-left: 10px;}
.ps-20_69d0cb794e6164ae{padding-left: 20px;}
.ps-30_7d5751c488c85b9f{padding-left: 30px;}
.ps-40_b3d941c4a4e30157{padding-left: 40px;}
.ps-50_97e096b8ab230054{padding-left: 50px;}
.ps-60_98abbf3f29ecb47f{padding-left: 60px;}
.ps-70_7a575d8b14999fae{padding-left: 70px;}
.ps-80_40381e56a69ba820{padding-left: 80px;}
.ps-90_df703c00fe9aea65{padding-left: 90px;}
.ps-100_cdb675b8552afdd0{padding-left: 100px;}

/* border white */
.border-white-1_d121604b955b2224{border: solid 1px white;}
.border-white-2_6534790c38a96508{border: solid 2px white;}
.border-white-3_a7af093bbc0894c9{border: solid 3px white;}
.border-white-4_9d43687c946adef8{border: solid 4px white;}
.border-white-5_d4c8d4f9b570ad12{border: solid 5px white;}
.border-white-6_3fffb94d66eed809{border: solid 6px white;}
.dashed-1-white_bc2a2965268692b9{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_d31f1679daf0f51e{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_226053cd62edab4e{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_dc7babc3d8a2d26a{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_bc8f76bc7e535879{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_c54d569c632a4240{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_ad312fab30bd044c{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_9acd5bd8ac0409a8{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_ba8ba34f077ce5a4{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_4871259adf498d35{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_08a542044afcd906{transform: scale(1.2);}
.hover-scale-in-3_9cb19fa1726e5ef9{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_9cb19fa1726e5ef9{transform: scale(1); opacity: 1}
.hover-op-0_7b5a68bfb4f86d20{ opacity:1 }
.hover:hover .hover-op-0_7b5a68bfb4f86d20{ opacity:0 }
.hover-op-1_50f05347d58d9d08,.hover-op-05_91dc3e1d2e2c7038{ opacity:0 }
.hover:hover .hover-op-1_50f05347d58d9d08{ opacity:1 }
.hover:hover .hover-op-05_91dc3e1d2e2c7038{ opacity:.5 }
.hover:hover .hover-scale-1-1_6fb9e265baceb312{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_08a542044afcd906{transform: scale(1.2);}
.hover-scale-in-3_9cb19fa1726e5ef9{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_9cb19fa1726e5ef9{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_d312e9eb3d5824a0{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_99463785acc19ff0{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_5a4513a8a23dfc5f{background: var(--heading-font-color)}
.hover-mh-100_ecde280caef67260{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_ecde280caef67260{max-height: 500px;}
.hover:hover .hover-top-0_6bf2de365ae9a319{top:0;}
.hover:hover .hover-pb-40_db12ce6444530d50{padding-bottom: 40px;}
.hover-mt-40_db16888a5637dcb5{margin-top: 40px;}
.hover:hover .hover-mt-40_db16888a5637dcb5{margin-top: 0px;}
.hover:hover .hover-mt-0_3715c97ff1677d7f{margin-top: 0;}

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

/* opacity */
.op-1_dca01fce3b0d9a01{ opacity:.1; }
.op-2_e3894c5c70b60f4c{ opacity:.2; }
.op-3_a240ad1ba636fd62{ opacity:.3; }
.op-4_c88b70d85701c6b9{ opacity:.4; }
.op-5_ad3f6aecf904e7f3{ opacity:.5; }
.op-6_a9de3519574810b5{ opacity:.6; }
.op-7_a61ccb37d4e7cbce{ opacity:.7; }
.op-8_c3ba29422d45934a{ opacity:.8; }
.op-9_f5a81c196a06fc27{ opacity:.9; }

/* line height em */
.lh-1_cfc606d9aca09491{line-height: 1em;}
.lh-1-1_0786b1d041fde486{line-height: 1.1em;}
.lh-1-2_d26775a1ea5bd35f{line-height: 1.2em;}
.lh-1-3_f20f15ef0874489c{line-height: 1.3em;}
.lh-1-4_cc9548176a967afb{line-height: 1.4em;}
.lh-1-5_5bfaf27e18dd4f17{line-height: 1.5em;}
.lh-1-6_c00dbf33ad30acf0{line-height: 1.6em;}
.lh-1-7_2f9b1fc1e64875d7{line-height: 1.7em;}
.lh-1-8_fd84d7d2effdaa61{line-height: 1.8em;}

/* min height (px) */
.mh-200_68db5afd00490cb7{min-height:200px;}
.mh-300_046b2382f3505c75{min-height:300px;}
.mh-400_1055affd1bf2ac4e{min-height:400px;}
.mh-500_b220f21f08739f3e{min-height:500px;}

/* background dark */
.bg-dark-20_067df7e6cea6b0e0{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_05cac9d89b302175{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_9d163b0d81219dbe{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_7e5d8cdffca90620{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_cf3c72d068a3e170{background: rgba(0, 0, 0, .1)}
.overlay-black-2_a0196eb58d8a6081{background: rgba(0, 0, 0, .2)}
.overlay-black-3_05adda7b6a48ade2{background: rgba(0, 0, 0, .3)}
.overlay-black-4_fffb5068bd2f172f{background: rgba(0, 0, 0, .4)}
.overlay-black-5_9ef12b8af0a5d285{background: rgba(0, 0, 0, .5)}
.overlay-black-6_82c1b6ab5803506b{background: rgba(0, 0, 0, .6)}
.overlay-black-7_ef12298e6fcedae4{background: rgba(0, 0, 0, .7)}
.overlay-black-8_ab328f37961f5476{background: rgba(0, 0, 0, .8)}
.overlay-black-9_d33290c92809dc0c{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_8a6605bd64704cb9{background: rgba(255, 255, 255, .1)}
.overlay-white-2_441e7ad082f80cc0{background: rgba(255, 255, 255, .2)}
.overlay-white-3_22925152996105f5{background: rgba(255, 255, 255, .3)}
.overlay-white-4_854f2d049e16b0ed{background: rgba(255, 255, 255, .4)}
.overlay-white-5_dfb5053c790eafdc{background: rgba(255, 255, 255, .5)}
.overlay-white-6_96290a63195f801c{background: rgba(255, 255, 255, .6)}
.overlay-white-7_2eddb886044edaae{background: rgba(255, 255, 255, .7)}
.overlay-white-8_38b3c0f8102f134f{background: rgba(255, 255, 255, .8)}
.overlay-white-9_a37e6d3cd0d10666{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_6a2c3e9d2645ae27 { left: 50%; transform: translateX(-50%);}
.abs-middle_10a736003439f370{ top: 50%;  transform: translateY(-50%);}
.abs-centered_6a4132680014f4ab{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_d5a421abd36c9b73 { position: relative; }

/* z-index */
.z-1_bef877099f1f1e03{ z-index:1 }
.z-2_fd408a8ac45defac{ z-index:2 }
.z-3_5dd0debba62f8b83{ z-index:3 }
.z-4_1d423fded749a985{ z-index:4 }
.z-1000_641f38f7b5139359 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_c6efbcf3bb110ed1 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_c6efbcf3bb110ed1 .img-l1_2545521ee2d1b066{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_c6efbcf3bb110ed1 .img-l2_4272b786d9c5d08e{
  top:20%;
  left: 0%;
}


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

.ss-wrap_c6efbcf3bb110ed1 .img-r2_1638ecfb97f3bcb8{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_1c573ac6450a1299 .d-item .d-text_91214bd681bb5bea h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_69b86502186ea9d4 .d-item.no-border_c682d8d8ddbdd088{
  border: none;
}

.de-timeline-s2_69b86502186ea9d4 .d-item  .d-icon_d01f7f6a7797df4c{
  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_69b86502186ea9d4.color .d-item  .d-icon_d01f7f6a7797df4c{
  background: var(--secondary-color);
}

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

.de-timeline-s2_69b86502186ea9d4 .d-item .d-text_91214bd681bb5bea{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_613fd8c818e21ef7.border-left_b717da9efd658ed0.light_b23a18c8b5b43b32{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_741a409488527ce7 .swiper-pagination-current_90f7489dc4247f1f{
  color: var(--heading-font-color);
}

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

.slider-light_741a409488527ce7 .swiper-button-next, .slider-light_741a409488527ce7 .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_6bfe665b008d9ef8{
  color:#ffffff;
}
.sw-price_6bfe665b008d9ef8 .d-starting_34f05933685136e1{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_6bfe665b008d9ef8 .d-price_67e789b6f55f322b{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_6bfe665b008d9ef8 .d-val_183c1343e58d3718{
  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_6bfe665b008d9ef8 .d-cur_b83bd4f340b86c85, .sw-price_6bfe665b008d9ef8 .d-period_377d2da6072ebe7c{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_6bfe665b008d9ef8 .d-cur_b83bd4f340b86c85{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_af8609736a82a87a {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_af8609736a82a87a {
    min-height: 320px;
  }
}
.swiper-container-wrapper_a1221b76c2f30e6d {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_a1221b76c2f30e6d {
    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_a17c4396e0f155a6 h3{
  font-size: 22px
}

.sw-caption-thumb_a17c4396e0f155a6 .d-tag_8a8abc83c603cccc{
  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_fe9e6b4c2678606b #mainmenu{
  margin: 0;
}

.col-start_2ca5fce17749d14c, .col-end_bac5acada9aa9b72 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_bac5acada9aa9b72{
  justify-content: end;
}

.col-center_173fcd9611d45228 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_173fcd9611d45228 img{
  width: 160px;
}


.subtitle_c86dfc0fbe7a6c25{
  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_c86dfc0fbe7a6c25: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_66b230a37387d319 .subtitle_c86dfc0fbe7a6c25, .text-light_0d29d233220e1681 .subtitle_c86dfc0fbe7a6c25{
  color:#ffffff;
}


.dark-scheme_66b230a37387d319 .subtitle_c86dfc0fbe7a6c25:before, .text-light_0d29d233220e1681 .subtitle_c86dfc0fbe7a6c25:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_c86dfc0fbe7a6c25.blink_1a9bd1ceb3d70b11{
  padding-left: 35px;
}

.subtitle_c86dfc0fbe7a6c25.blink_1a9bd1ceb3d70b11: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_66b230a37387d319::-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_38ce125c8acd4eb2 {
    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_695595e3273148af a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_66b230a37387d319 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_2e0729003d0d6840{
      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_2e0729003d0d6840 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_f31251fca44b220e {
  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_f31251fca44b220e 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_f31251fca44b220e {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_f31251fca44b220e span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_c701689b58494e68: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_96e86e51798c4b39 {
  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_5a41b41667e49332,
.rtl .bx-wrapper_bc7c90fd77168c63 {
  direction: ltr;
}

.rtl .owl-carousel_5a41b41667e49332 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_fe9e6b4c2678606b {
  display: flex;
  justify-content: space-between;
}

.de-flex_fe9e6b4c2678606b>.de-flex-col_37046cd982aaa318 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_3ba735118f70ec09,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_3ba735118f70ec09 {
  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_3ce978c55d73cb88 {
  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_30b79ce0c7173e7b {
  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_30b79ce0c7173e7b {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_b9d6a3bd321d1c62 {
  border-color: #EFEFEF !important;
}

.tparrows_31a26c06e1139651 {
  background: none !important;
}

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

.text-light_0d29d233220e1681 .border_b9d6a3bd321d1c62 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_5a41b41667e49332 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_37f0076a596534c3 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_37f0076a596534c3 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_37f0076a596534c3 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_179f1d3831dbbdc0.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_179f1d3831dbbdc0.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_179f1d3831dbbdc0 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_e2aa215204b5d455 .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_0d29d233220e1681 strong {
  color: #fff;
}

.bg-white_81429ee0844cc14b {
  background: #ffffff;
}

.bg-white-10_18d5e0840c595887 {
  background: rgba(255, 255, 255, .1);
}

.wh80_8de78d20be06dec8 {
  width: 80%;
  height: 80%;
}

.border-top_c4fee0021a8d6aed {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_23f520975bcf95b0 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_66b230a37387d319 header.border-bottom_23f520975bcf95b0 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_5df6a152d3e80a55 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_5df6a152d3e80a55 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_4f0a453f21146b7e {
  background: rgba(26, 37, 48, .85);
}

.circle-x_58834a136cf097fa {
  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_00996d05441acfd8:before,
.nav-next_2232f1a6f12a3025:before,
.nav-exit_0548970e5cde5ded:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_0548970e5cde5ded:before {
  width: 100%;
  display: block;
}

.nav-next_2232f1a6f12a3025:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_0548970e5cde5ded:before {
  content: '\f00d';
}

.de_light_88f124087390af6d .nav-exit_0548970e5cde5ded:before {
  color: #222;
}

.no-bottom_95fd85e98f42f760 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_b50e80c9cf6d2d52 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_64111482e2993ca1 {
  background: #f6f6f6;
}

.no-bottom_95fd85e98f42f760 .col-md-12_076c86570addb5f2 {}

.no-bottom_95fd85e98f42f760 {
  padding-bottom: 0 !important;
}

.no-top_eac93291e8d82751 {
  padding-top: 0 !important;
}

.no-margin_ec610dfda3ee0498 {
  margin: 0 !important;
}

.nopadding_d4aa74c222ceaca5 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_25de1093ba2820f2 {
  position: relative;
  overflow: hidden;
}

.image-slider_20f2f386e14ec0fe {
  cursor: move;
}

.inner-padding_23f0a29f34886451 {
  padding: 90px;
}

.inner-padding_23f0a29f34886451.pos-left_56da97ca76d1317d {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_23f0a29f34886451.pos-left_56da97ca76d1317d {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_e35c6b6e7336fc67,
section.no-padding_e35c6b6e7336fc67 {
  padding: 0;
}

.float-left_0c4ce44595ba4799 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_ebecbaf50c2557a6 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_7cc34de250aabec1 {
  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_a7da30227eb91b6d {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_a7da30227eb91b6d.style-2_7c8cc6c5a9856794 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_a7da30227eb91b6d.style-3_a03fbd21aa5a7115 {
  font-size: 14px;
}

.teaser_a7da30227eb91b6d.style-4_39b40c1ead9f8af6 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_881ad5f90a7b5a8f:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_2497a046e5d15b37 {
  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_fdbaa17e08840465 {
  display: flex;
}

.owl-prev_edf90dedce7a7712,
.owl-next_021cff7a8b44534f,
.d-nav-left_29fb4622b7a3a19c,
.d-nav-right_9fd5625d8c5f2373 {
  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_66b230a37387d319 .owl-prev_edf90dedce7a7712,
.dark-scheme_66b230a37387d319 .owl-next_021cff7a8b44534f {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_edf90dedce7a7712:hover,
.owl-next_021cff7a8b44534f: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_edf90dedce7a7712,
.d-nav-left_29fb4622b7a3a19c {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_021cff7a8b44534f,
.d-nav-right_9fd5625d8c5f2373 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_29fb4622b7a3a19c i,
.d-nav-right_9fd5625d8c5f2373 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_021cff7a8b44534f i,
.d-nav-left_29fb4622b7a3a19c i {
  top: 12px;
  left: 16px;
}

.d-nav-right_9fd5625d8c5f2373 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_4d8a9fa26cd761fd {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_4d8a9fa26cd761fd span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_4d8a9fa26cd761fd .prev {
  left: 0;
}

.owl-arrow_4d8a9fa26cd761fd .next {
  right: 0;
}

.owl-arrow_4d8a9fa26cd761fd .prev:before,
.owl-arrow_4d8a9fa26cd761fd .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_4d8a9fa26cd761fd .next:before {
  content: '\f178';
}

.owl-pagination_ac5366c68c23b2ae {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_f62c00f8d18f65e1 .owl-controls_1e56fa8fb9d50ed5 .owl-page_e71da8b4831d8c99 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_f62c00f8d18f65e1 .owl-controls_1e56fa8fb9d50ed5 .owl-page_e71da8b4831d8c99.active span {
  background: none;
}

.owl-theme_f62c00f8d18f65e1 .owl-controls_1e56fa8fb9d50ed5 .owl-page_e71da8b4831d8c99.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_f62c00f8d18f65e1 .owl-nav_fdbaa17e08840465.disabled+.owl-dots_0c6de28dadda15c0 {
  margin-top: 0px;
}

.owl-dots_0c6de28dadda15c0 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_f62c00f8d18f65e1 .owl-dots_0c6de28dadda15c0 .owl-dot_97cbbc370c173d4b span {
  display: none;
}

/* new owl close */

.text-light_0d29d233220e1681 .owl-theme_f62c00f8d18f65e1 .owl-controls_1e56fa8fb9d50ed5 .owl-page_e71da8b4831d8c99 span {
  background-color: #fff;
}

.text-light_0d29d233220e1681 .owl-theme_f62c00f8d18f65e1 .owl-controls_1e56fa8fb9d50ed5 .owl-page_e71da8b4831d8c99.active span {
  background: none;
}

.text-light_0d29d233220e1681 .owl-theme_f62c00f8d18f65e1 .owl-controls_1e56fa8fb9d50ed5 .owl-page_e71da8b4831d8c99.active span:before {
  border: solid 2px #fff;
}

.text-slider_d14eb1fddd69cead {
  color: #fff;
  display: inline-block;
}

.text-slider_d14eb1fddd69cead.med-text_593571a4ef78c9f8 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_d14eb1fddd69cead.big-text_215734007227e414 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_8bd5632c28fd2bdc .text-item {
  display: inline-block;
}

.text-slider_d14eb1fddd69cead.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_d14eb1fddd69cead.big-text_215734007227e414 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_d14eb1fddd69cead h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_0348c5561c4b9959 {
  color: #ff0000;
}

.teal_41a5661c1de9a026 {
  color: #009999;
}

.purple_e7b59ff53df7b5f0 {
  color: #663366;
}

.green_39cbb6c6a6cde9f9 {
  color: #009900;
}

.bg-overlay_6fd8711c6cab04c7 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_e8bee49903cca068 {
  position: relative;
}

.overlay-bg_6479143d2bc8416b {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_6479143d2bc8416b.p60_a0cb9c2402ae0524 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_d1ad5679ba88029c {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_113f7b10e9d6488e {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_6479143d2bc8416b.t0_78e641a746e378d7 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_6479143d2bc8416b.t20_82e8b0ff1ebb5874 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_6479143d2bc8416b.t30_ce35aee8488426c4 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_6479143d2bc8416b.t40_af54e8b606eb3c90 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_6479143d2bc8416b.t50_d032e99dc56f876e {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_6479143d2bc8416b.t60_1b42ed1ff20c4409 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_6479143d2bc8416b.t70_19c8eb391f6a263d {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_6479143d2bc8416b.t80_f3c1caa4d7a94b65 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_6479143d2bc8416b.t90_bc413a1c4f039e6a {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_6479143d2bc8416b.light-5_b9fa4071fb93aa81 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_6479143d2bc8416b.light-6_36b0b9f78fa899f0 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_6479143d2bc8416b.light-7_a1726ec9fe9e435d {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_6479143d2bc8416b.light-8_7b430786117e4b9b {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_6479143d2bc8416b.c1_0235fdeee2987ba5 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_6479143d2bc8416b.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_6479143d2bc8416b.gradient-blue-aqua_fe9db191ec494020 {
  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_4e7b5b81492eb84f.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_941e4b3a8cef5e20 {
  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_64111482e2993ca1,
section.bg-grey_64111482e2993ca1 {
  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_81437bca97ffbe00 {
  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_701952a40035e0b6 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_701952a40035e0b6:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_d4fdbb0e5c111013 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_62f950b9aecda184 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_62f950b9aecda184:hover {
  color: #707070;
}

a.read_more_62f950b9aecda184 i {
  margin-left: 8px;
}

.text-light_0d29d233220e1681 a.read_more_62f950b9aecda184 {
  color: #fff;
}

.text-black_990874da60d03a04 {
  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_ee378594149397ed {
  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_45420970321f42ae:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_45420970321f42ae: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_0c6de28dadda15c0 {
  text-align: center;
}

.owl-dot_97cbbc370c173d4b {
  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_66b230a37387d319 .owl-dot_97cbbc370c173d4b,
.text-light_0d29d233220e1681 .owl-dot_97cbbc370c173d4b {
  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_17e75d57ad96f532 {
  opacity: 1;
}

.owl-stage_d78d6f4118237631 {
  overflow: none;
}

.typed-strings_de9e044358d63601 p {
  position: absolute;
}

.typed-cursor_2846d43d6b83a5c8 {
  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_7c8cc6c5a9856794 .date-box_801caa8f7d8a7cc1 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_7c8cc6c5a9856794 .date-box_801caa8f7d8a7cc1 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_7c8cc6c5a9856794 .date-box_801caa8f7d8a7cc1 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_287111c5aee77ce4 {
  margin: 0;
  padding: 0;
}

.sitemap_287111c5aee77ce4.s1_e74b99f05e05d758 li {
  list-style: none;
}

.sitemap_287111c5aee77ce4.s1_e74b99f05e05d758 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_cdf988caa06eb63c {
  margin: 0;
  padding: 0;
}

.list_cdf988caa06eb63c li {
  list-style: none;
}

.rtl .list_cdf988caa06eb63c.s1_e74b99f05e05d758 li:after,
.list_cdf988caa06eb63c.s1_e74b99f05e05d758 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_cdf988caa06eb63c.s1_e74b99f05e05d758 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_cdf988caa06eb63c.s1_e74b99f05e05d758 li:before {
  display: none;
}

.list_cdf988caa06eb63c.s2_8fcd203317dbb06f li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_cdf988caa06eb63c.s3_82f854b55e56afb3 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_cdf988caa06eb63c.s3_82f854b55e56afb3 li {
  display: inline;
  margin-right: 20px;
}

.list_cdf988caa06eb63c.s3_82f854b55e56afb3 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_035cfd5ab9212f44 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_66b230a37387d319 .switch-set_035cfd5ab9212f44{
  color:#ffffff;
}

.dark-scheme_66b230a37387d319 .switch_3d7a88fd190f1692 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_035cfd5ab9212f44 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_3d7a88fd190f1692 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_3d7a88fd190f1692::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_7382a91bdbb6cc20 {
  display: block;
}

.de-switch_7382a91bdbb6cc20 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_7382a91bdbb6cc20 input[type=checkbox] {
  display: none;
}

.de-switch_7382a91bdbb6cc20 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_7382a91bdbb6cc20 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_7382a91bdbb6cc20 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_66b230a37387d319 .de-switch_7382a91bdbb6cc20 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_7382a91bdbb6cc20 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_7382a91bdbb6cc20.colored_940f3b3fec4c41da input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_7382a91bdbb6cc20.colored_940f3b3fec4c41da label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_7382a91bdbb6cc20 {
  float: right;
}

.switch_3d7a88fd190f1692:checked::after {
  transform: translateX(20px);
}

.switch_3d7a88fd190f1692:focus {
  outline-color: transparent;
}

.menu_side_area_d1bb71410bbff72c {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_d1bb71410bbff72c {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_66b230a37387d319 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_c115b653d9d44ab1 {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_62f4038b9b28f60f {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_fea8e4270cc7e5d5 {
  display: none;
}

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

.ul-style-2_792f718fd508ace6 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_792f718fd508ace6 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_792f718fd508ace6.s2_8fcd203317dbb06f li h4 {
  font-weight: 600;
}

.ul-style-2_792f718fd508ace6.s2_8fcd203317dbb06f li {
  margin-bottom: 30px;
}

.ul-style-2_792f718fd508ace6.s3_82f854b55e56afb3 li {
  margin-bottom: 5px
}

.ul-style-2_792f718fd508ace6 .d-label_7e6018ace99090c7 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_550e2b873820c2fe{
  margin: 0;
  padding: 0;
}

.ul-check-inline_550e2b873820c2fe li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_550e2b873820c2fe 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_792f718fd508ace6 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_792f718fd508ace6 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_28d7f3f04dc8018a {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_28d7f3f04dc8018a li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_28d7f3f04dc8018a li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_28d7f3f04dc8018a li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_2d2b0bbbf37534ca{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_54e499ab755188ca{
  color:#ffffff;
}


/* shadow */

.shadow-soft_b34f0b1af29485f1,
.de-map-wrapper_2e7b0f2e7bc6c199 iframe,
.expand-custom_044d50b0e66b5101,
#form_sb input,
.container-timeline_9c5c7e80cdaaf9dc 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_aba544bcbbd8d80a {
  -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_75b32820eae532a2 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_12e6ab162db3e301 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_edcba413615f65fe {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_3c44d10e369247c1 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_22cc07c9499126f9{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_42301206569c09d1{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_0f87504f31ecf431 {
  right: 0;
}

.rtl .carousel-control-prev_0c4a067c2c87773a {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_99bf4368061e7d74,
.carousel-control-prev-icon_358a99d9f1d503a1 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_99bf4368061e7d74:after,
.carousel-control-prev-icon_358a99d9f1d503a1:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_99bf4368061e7d74:after {
  content: "\f105";
}

.carousel-control-next-icon_99bf4368061e7d74:hover,
.carousel-control-prev-icon_358a99d9f1d503a1: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_2e7b0f2e7bc6c199 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_75c9ccf58faf2433 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_75c9ccf58faf2433 {
  -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_ab987f2c65d8a9b5 {
  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_26aebeceb12fe773{
  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_50f864b0d6082807 .bubble_26aebeceb12fe773:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_50f864b0d6082807 .bubble_26aebeceb12fe773:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_50f864b0d6082807 .bubble_26aebeceb12fe773:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_8678242aad745a08{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_8678242aad745a08 .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_44f7073e8502b11f{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_44f7073e8502b11f dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_44f7073e8502b11f dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_44f7073e8502b11f dt span:after {
  content: " ";
}
.def-list-dots_44f7073e8502b11f dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_44f7073e8502b11f .no-def-item_a598616c0cb03c7c dt:after {
  content: "";
}
.def-list-dots_44f7073e8502b11f 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_9edd5215e4bbe053 img{
  height: 350px;
  width: auto;
}

.d-list-menu_db54ae01460a5398 {
  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_5a557c4efaa7e20a .dropdown a:hover {
  color: #333;
}

.dark-scheme_66b230a37387d319 .dropdown a,
.dark-scheme_66b230a37387d319 .header-light_5a557c4efaa7e20a .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_66b230a37387d319 .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_66b230a37387d319 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_66b230a37387d319 .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_6ba4f6b7e16ca383 {
  width: 600px !important;
}

.dropdown ul.d-col-3_6ba4f6b7e16ca383 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_6ba4f6b7e16ca383 li span {}

.text-light_0d29d233220e1681 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_0d29d233220e1681 .dropdown a {
  color: #ffffff;
}

.items_filter_5dd9018b13c2131a {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_5dd9018b13c2131a .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_be36304e8e31345f,
.dropdown.fullwidth_be36304e8e31345f a,
.dropdown.fullwidth_be36304e8e31345f ul,
.dropdown.fullwidth_be36304e8e31345f li {
  width: 100%;
}

.dropdown.style-2_7c8cc6c5a9856794,
.dropdown.style-2_7c8cc6c5a9856794 a,
.dropdown.style-2_7c8cc6c5a9856794 ul,
.dropdown.style-2_7c8cc6c5a9856794 li {
  width: 100%;
}

.rtl .dropdown.style-2_7c8cc6c5a9856794 {
  text-align: right;
}

.dropdown.style-2_7c8cc6c5a9856794 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_7c8cc6c5a9856794 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_3911140ca77f2489 {
  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_3911140ca77f2489:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_ab4269a08057dfd1 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_ab4269a08057dfd1 span {
  display: inline-block;
  position: relative;
}

.separator_ab4269a08057dfd1 span:before,
.separator_ab4269a08057dfd1 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_ab4269a08057dfd1 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_ab4269a08057dfd1 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_ab4269a08057dfd1 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_88f124087390af6d .separator_ab4269a08057dfd1 span:before,
.de_light_88f124087390af6d .separator_ab4269a08057dfd1 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_0d29d233220e1681 .separator_ab4269a08057dfd1 span:before,
.text-light_0d29d233220e1681 .separator_ab4269a08057dfd1 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_2dda6569bbac796c: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_2dda6569bbac796c: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_2dda6569bbac796c {
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_1606acc5c92ec3ad {
  -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_1606acc5c92ec3ad {
  -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_4384bbb535e756c8,
.isotope.no-transition_4384bbb535e756c8 .isotope-item_1606acc5c92ec3ad,
.isotope .isotope-item_1606acc5c92ec3ad.no-transition_4384bbb535e756c8 {
  -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_0d29d233220e1681 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_0d29d233220e1681 #filters a:hover {
  color: #fff;
}

.text-light_0d29d233220e1681 #filters a.selected {
  color: #fff;
}

.text-light_0d29d233220e1681 #filters a.selected {
  color: #fff;
}

.isotope-item_1606acc5c92ec3ad {
  z-index: 2;
}

.isotope-hidden_22d2f56e6fc92eab.isotope-item_1606acc5c92ec3ad {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_34d35ba9e2495237 ul.slides,
.project-carousel-3-col_f18cce8385ec2555 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_0020a97e9960887b .flex-direction-nav_609c16f0b0f48109,
.project-carousel_34d35ba9e2495237 .flex-control-nav_c284b3ee7be605d9,
.project-carousel_34d35ba9e2495237 .flex-direction-nav_609c16f0b0f48109,
.project-carousel-3-col_f18cce8385ec2555 .flex-control-nav_c284b3ee7be605d9,
.project-carousel-3-col_f18cce8385ec2555 .flex-direction-nav_609c16f0b0f48109 {
  display: none;
}

.logo-carousel_0020a97e9960887b.owl-carousel_5a41b41667e49332 .owl-item img {
  width: auto;
}

.logo-carousel_0020a97e9960887b.no-control_4d873f313cd7e58c .flex-control-nav_c284b3ee7be605d9 {
  display: none;
}

.logo-carousel_0020a97e9960887b.s2_8fcd203317dbb06f img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_5a41b41667e49332.owl-center_0892418674747d5f .owl-item {
  opacity: .6;
}
.owl-carousel_5a41b41667e49332.owl-center_0892418674747d5f .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_d3e4fd309fda37f0());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_d3e4fd309fda37f0());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_d3e4fd309fda37f0());
}

.typed-strings_de9e044358d63601 p {
  position: absolute;
}

.social-icons-sm_18c9e88f2f91ba9d 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_18c9e88f2f91ba9d i:hover {
  color: #ffffff;
}

.arrowup_30d6001e80141951 {
  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_7607f6e7b74cdd34 {
  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_6d8807231daff92c {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_49d8adf63494acf2 {
  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_a0507bc15a78fb64 .nav-link {
  font-weight: 500;
}

.de-preloader_d887c1c5bff608fe {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_66b230a37387d319 .de-preloader_d887c1c5bff608fe {
  background: var(--bg-color-even);
}

.dot-loader_2a5dae2bf6051483 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_542e50cbf979aa06 {
  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_542e50cbf979aa06.dot1_7c719b8275fee35f {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_542e50cbf979aa06.dot2_1167f47d5b093de6 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_542e50cbf979aa06.dot3_b33412dd15464f46 {
  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_dd9360f8b1d61896 {
  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_dd9360f8b1d61896 .p-line_bce1410bb28571f8 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_dd9360f8b1d61896 .p-line_bce1410bb28571f8: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_dd9360f8b1d61896 .p-line_bce1410bb28571f8:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_dd9360f8b1d61896 .p-line_bce1410bb28571f8: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_f1b6446b4d7101de, .container-md_033abab618059361, .container-sm_731062556918e28f, .container-xl_68e0a9e059834824 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_f1b6446b4d7101de,
  .container-md_033abab618059361,
  .container-sm_731062556918e28f,
  .container-xl_68e0a9e059834824 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_f1b6446b4d7101de,
  .container-md_033abab618059361,
  .container-sm_731062556918e28f,
  .container-xl_68e0a9e059834824 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_2061d72908ef7d70 { width: 20%; }
  .col-md-2-5_da1f74fb996c3f94 { width: 40%; }
  .col-md-3-5_6299d623c0566ba3 { width: 60%; }
  .col-md-4-5_b397157ee793b1ed { width: 80%; }
  .col-md-5-5_8c19f9c255fdc762 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_16e5b48f1a7c539a { width: 20%; }
  .col-lg-2-5_3622ef1566a88be6 { width: 40%; }
  .col-lg-3-5_0c1327450317e381 { width: 60%; }
  .col-lg-4-5_bc153ca4aea50e71 { width: 80%; }
  .col-lg-5-5_a6619b65764c2ff6 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_f1b6446b4d7101de,
  .container-md_033abab618059361,
  .container-sm_731062556918e28f {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_6228130188e52af5 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_f3ad4765cbd6026f .tr .td:nth-child(4),
  .de_table_f3ad4765cbd6026f .tr .td:nth-child(5),
  .de_table_f3ad4765cbd6026f .tr .td:nth-child(6),
  .de_table_f3ad4765cbd6026f .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_1cd5a88826610a1a {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_235e9c18a6c32c9f .countdown-show4_9962271f52f00baf .countdown-section_c115b653d9d44ab1 {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_235e9c18a6c32c9f .countdown-period_64f50fdecd25b0c5{
    font-size:10px;
  }

  .countdown-s2_235e9c18a6c32c9f .countdown-amount_4eb8bf2e33f49932 {
    font-size: 20px;
  }


  .mb-sm-20_065aaf4236410bdb {
    margin-bottom: 20px;
  }

  .mb-sm-30_5c8260d5c6c6f3f5 {
    margin-bottom: 30px;
  }

  .mt-sm-0_8fc4802cd8c689bf{
    margin-top: 0;
  }

  .sm-mt-0_341c63874f066e4b {
    margin-top: 0;
  }

  .p-sm-30_0ddd8345b411124c {
    padding: 40px;
  }

  .pb-sm-0_b5ad24138ec919a9 {
    padding-bottom: 0;
  }

  .mb-sm-0_30876474b1982c0c {
    margin-bottom: 0;
  }

  .sm-p-40_77cccf1f4076d9f2{
    padding: 40px;
  }

  header .header-col_59e9088327cf1145 {
    position: absolute;
    top: 0;
  }

  header .header-col_59e9088327cf1145.mid_72b0282213557f13 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_3880274b0886c34e {
    text-align: center;
  }

  .sm-pt10_6f3c53579d0b8860 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_23f0a29f34886451 {
    padding: 40px;
  }

  .header-col-left_1253f728ed230f6f,
  .header-col-right_8595579e6f6a3ede {
    padding-top: 16px;
  }

  .header-col-mid_15c400266f8d596f #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_245fcd2e2081c36c {
    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_879ab30b55d0a554 {
    position: fixed;
  }

  #subheader.s2_8fcd203317dbb06f {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_a8ef2770bc10bc08 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_6228130188e52af5 h1 {
    font-size: 32px;
  }

  .slider_text_6228130188e52af5 .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_4d3df18f73701e72 {
    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_4d3df18f73701e72,
  #mainmenu li li li a.menu-item_4d3df18f73701e72 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_4d3df18f73701e72:hover {
    background: #111;
  }

  #mainmenu a.menu-item_4d3df18f73701e72: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_4d3df18f73701e72: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_4d3df18f73701e72 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_4d3df18f73701e72:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_4d3df18f73701e72 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_4d3df18f73701e72 {
    display: block;
  }

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

  #mainmenu li ul li:last-child a.menu-item_4d3df18f73701e72 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_4d3df18f73701e72:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_84dee63fea42b60a) {
    border: none;
  }

  #mainmenu>li ul.mega_84dee63fea42b60a .sb-menu_4f52de0ccca68aa5 {
    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_4d3df18f73701e72 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu a.menu-item_4d3df18f73701e72{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_4d3df18f73701e72: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_66b230a37387d319 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_84dee63fea42b60a ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_84dee63fea42b60a .menu-content_97f2409e090ce327 {
    background: #fff;
  }

  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu li,
  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu li ul li a.menu-item_4d3df18f73701e72 {
    border-color: #eee;
  }

  header.header-dark_b937335faf196514.header-mobile {
    background: #222;
  }

  header.header-dark_b937335faf196514.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_b937335faf196514.header-mobile #mainmenu li a.menu-item_4d3df18f73701e72 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_4d3df18f73701e72: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_4d3df18f73701e72 {
    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_66b230a37387d319 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_4d3df18f73701e72 {
    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_4d3df18f73701e72 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_66b230a37387d319 header.header-mobile #mainmenu li a.menu-item_4d3df18f73701e72 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_4d3df18f73701e72:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_66b230a37387d319 header.header-mobile #mainmenu li a.menu-item_4d3df18f73701e72: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(../resources/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_66b230a37387d319 header.header-mobile #mainmenu>li>span {
    background: url(../resources/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../resources/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_66b230a37387d319 header.header-mobile #mainmenu li span.active {
    background: url(../resources/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../resources/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(../resources/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_4d3df18f73701e72 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_66b230a37387d319 header.header-mobile #mainmenu li ul li a.menu-item_4d3df18f73701e72 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_4d3df18f73701e72 {
    border-bottom: none;
  }

  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu>li>span,
  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu li>ul>li>span {
    background: url(../resources/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu>li>span.active,
  header.header-light_5a557c4efaa7e20a.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../resources/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_84dee63fea42b60a {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_84dee63fea42b60a>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_84dee63fea42b60a .menu-content_97f2409e090ce327 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_5a557c4efaa7e20a #mainmenu ul li a.menu-item_4d3df18f73701e72,
  .header-light_5a557c4efaa7e20a #mainmenu ul li a.menu-item_4d3df18f73701e72:hover {
    color: #333;
  }

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

  .de_tab.tab_methods_e01d178466880eb3 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_e01d178466880eb3 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_e01d178466880eb3 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_3c054d56b3625968 {
    display: none;
  }

  .sm-hide_81559e8d39aaeb78 {
    display: none;
  }

  .d-btn-close_1ebc6fd8947005bd {
    position: relative;
  }

  .de_tab.tab_style_4_e2aa215204b5d455 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_4d3df18f73701e72 span {
    display: none;
  }

  .de_tab.tab_methods_e01d178466880eb3.style-2_7c8cc6c5a9856794 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_3098351cf0abee08 {
    position: relative;
    height: auto;
  }

  .timeline_87421624af786a67>li>.timeline-panel_f512129a7c978a99 {
    width: 100%;
  }

  .timeline-badge_38a0570f70da0141 {
    display: none;
  }

  .timeline_87421624af786a67:before {
    background: none;
  }

  .tp-caption_0fc6b74956ab49ad {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_e65b2ea33b5447e3 .de-flex_fe9e6b4c2678606b,
  .subfooter_e65b2ea33b5447e3 .de-flex-col_37046cd982aaa318 {
    display: block;
  }

  .subfooter_e65b2ea33b5447e3 .social-icons_06f6f426109dd600 {
    margin-top: 20px;
  }

  .subfooter_e65b2ea33b5447e3 span.copy_9e497f917049cdd0 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_5ebf3f0df07b5d86{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_53212d0158fb48c6{
    margin:0 20px;
  }

  .crumb_a8ef2770bc10bc08{
    margin-bottom: 0;
  }

  section.bottom-rounded_1ffe14600e745c61{
    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_7d41dcfa7d430a70,
  h1.ultra-big_7d41dcfa7d430a70 .text-line_bec644c02f3d5367,
  h1.ultra-big-2_9b073d84d34762f1,
  .title-text_896afc21abb85111,
  h1.slider-title_66a808010b2aac37{
    font-size: 60px;
  }  

  h1.slider-title_66a808010b2aac37,
  h2.slider-title_66a808010b2aac37{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_4dd0ac5eb1ac52e1 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_de44f6304cb3be1e{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_9cb5848ef8b9e613{padding-top:10px;}
  .pt-sm-20_516543a0f74d28b4{padding-top:20px;}
  .pt-sm-30_0646973d2ce0e877{padding-top:30px;}
  .pt-sm-40_a5f5df926b2bc3ae{padding-top:40px;}
  .pt-sm-50_5a74003dfce48339{padding-top:50px;}
  .pt-sm-60_7279fd532b9bb73d{padding-top:60px;}
  .pt-sm-70_9b75f20aec995829{padding-top:70px;}
  .pt-sm-80_4ed8491ec89ef4cd{padding-top:80px;}
  .pt-sm-90_48c524cd75354fcf{padding-top:90px;}
  .pt-sm-100_78391a40cfc8f083{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_e4632907924156cd{padding-bottom:10px;}
  .pb-sm-20_687a9a2fece50d55{padding-bottom:20px;}
  .pb-sm-30_7a369a69081d629c{padding-bottom:30px;}
  .pb-sm-40_2820ce13e23ab814{padding-bottom:40px;}
  .pb-sm-50_1a7ced75d8d28767{padding-bottom:50px;}
  .pb-sm-60_38cfd82da6cab26e{padding-bottom:60px;}
  .pb-sm-70_1a2d988bccecd63b{padding-bottom:70px;}
  .pb-sm-80_14139bdd120100ce{padding-bottom:80px;}
  .pb-sm-90_c7847d25948b5e70{padding-bottom:90px;}
  .pb-sm-100_5ca7dd4aa9cc4f20{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_1ba6ebabecf6f52f{margin-top:10px;}
  .mt-sm-20_82063d1a5bd794f5{margin-top:20px;}
  .mt-sm-30_e684b3695a067aed{margin-top:30px;}
  .mt-sm-40_b86b58ecbdaace05{margin-top:40px;}
  .mt-sm-50_1dd5b9f12a9e3271{margin-top:50px;}
  .mt-sm-60_ab8211100b136396{margin-top:60px;}
  .mt-sm-70_aa4edf901fafc2ef{margin-top:70px;}
  .mt-sm-80_55dd3cc8a430b557{margin-top:80px;}
  .mt-sm-90_db40bf97b91cbdfa{margin-top:90px;}
  .mt-sm-100_d67e3a84848987ce{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_ea981769e954b882{margin-bottom:10px;}
  .mb-sm-20_065aaf4236410bdb{margin-bottom:20px;}
  .mb-sm-30_5c8260d5c6c6f3f5{margin-bottom:30px;}
  .mb-sm-40_1e62f2ee17972f9f{margin-bottom:40px;}
  .mb-sm-50_6f0165ff1d294ae3{margin-bottom:50px;}
  .mb-sm-60_56cd33f58a0d5bfd{margin-bottom:60px;}
  .mb-sm-70_80eb6016159b40b6{margin-bottom:70px;}
  .mb-sm-80_e75eb3fc8c9caa2c{margin-bottom:80px;}
  .mb-sm-90_56a26b572b2ef106{margin-bottom:90px;}
  .mb-sm-100_7c5d34e438521ed3{margin-bottom:10px;}


  .fs-sm-1vw_1241414aa83dbdf0{font-size: 1vw}
  .fs-sm-2vw_aaf3b7d07ebaa646{font-size: 2vw}
  .fs-sm-3vw_c4e979f2f9ea854f{font-size: 3vw}
  .fs-sm-4vw_5f82562782a72a97{font-size: 4vw}
  .fs-sm-5vw_87e5b3fdce06a482{font-size: 5vw}
  .fs-sm-6vw_4585d3079d67e663{font-size: 6vw}
  .fs-sm-7vw_b9bcb9f4c618aa19{font-size: 7vw}
  .fs-sm-8vw_aa67d0856661f649{font-size: 8vw}
  .fs-sm-9vw_26bdeaf46544f718{font-size: 9vw}
  .fs-sm-10vw_a1b9321327bd0b7b{font-size: 10vw}
  .fs-sm-11vw_7cdbc48223ca32f5{font-size: 11vw}
  .fs-sm-12vw_97c727f9c8ed04c0{font-size: 12vw}
  .fs-sm-13vw_bb1c2564f214cd8f{font-size: 13vw}
  .fs-sm-14vw_d65970040aeb902d{font-size: 14vw}
  .fs-sm-15vw_46cc20e5d9d2b828{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_5054a0a07ca1b921 {
    display: none;
  }

  header .logo-init_7238ca21b3e2d3a4 {
    display: none;
  }

  header .logo-mobile_f02202b4854ff7f8 {
    display: block;
  }

  header .btn-main_fd0efffd074ed645{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_d1bb71410bbff72c {
    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_7bdb3ba130cd9a32 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_e2aa215204b5d455 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_e2aa215204b5d455 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_e2aa215204b5d455 .de_nav li:first-child,
  .de_tab.tab_style_4_e2aa215204b5d455 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_30a3c11816299456 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_d8086bb042514852 span{
    display: none;
  }

  .de-spot_d8086bb042514852 .de-circle-1_13ba314cdf9776ee,
  .de-spot_d8086bb042514852 .de-circle-2_a14d77393f6d3cca{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_7d41dcfa7d430a70,
  h1.ultra-big_7d41dcfa7d430a70 .text-line_bec644c02f3d5367,
  h1.ultra-big-2_9b073d84d34762f1,
  .title-text_896afc21abb85111,
  h1.slider-title_66a808010b2aac37,
  h2.slider-title_66a808010b2aac37{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_391828dc6c888041{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_8b296f6273133b35{padding-top:10px;}
  .pt-xs-20_b8ac0f45f25d87d8{padding-top:20px;}
  .pt-xs-30_aef7a590eaf0cbb2{padding-top:30px;}
  .pt-xs-40_49493fc0fe00cb31{padding-top:40px;}
  .pt-xs-50_95ccd0435dcca8b6{padding-top:50px;}
  .pt-xs-60_664c5d47d065bde1{padding-top:60px;}
  .pt-xs-70_d713015aa51d74be{padding-top:70px;}
  .pt-xs-80_db457872227ff571{padding-top:80px;}
  .pt-xs-90_755067f1de8ba562{padding-top:90px;}
  .pt-xs-100_37df4a9e2ce9be2f{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_8b1d66d9a5e1eac4{padding-bottom:10px;}
  .pb-xs-20_9d7f4c5a7747ce6c{padding-bottom:20px;}
  .pb-xs-30_e1b90dc45876c232{padding-bottom:30px;}
  .pb-xs-40_12bbfaa9b657db43{padding-bottom:40px;}
  .pb-xs-50_033c819358ae851a{padding-bottom:50px;}
  .pb-xs-60_f9ea09196702ab5d{padding-bottom:60px;}
  .pb-xs-70_b1bfbdf52f8036c2{padding-bottom:70px;}
  .pb-xs-80_b697a09047989325{padding-bottom:80px;}
  .pb-xs-90_e00aa78ce60d8586{padding-bottom:90px;}
  .pb-xs-100_4f34b1156b075e9e{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_91a521e388fd2af8{margin-top:10px;}
  .mt-xs-20_6929b251bc708b93{margin-top:20px;}
  .mt-xs-30_4ac9dfda48abf1aa{margin-top:30px;}
  .mt-xs-40_54c6475849f60e50{margin-top:40px;}
  .mt-xs-50_76a142a9f4122c01{margin-top:50px;}
  .mt-xs-60_f3ad5b0ca3109211{margin-top:60px;}
  .mt-xs-70_e7d19b8482ab3eb8{margin-top:70px;}
  .mt-xs-80_d16cc560c90a6d3d{margin-top:80px;}
  .mt-xs-90_b459bd7f3b7e1194{margin-top:90px;}
  .mt-xs-100_52c0b64ccfed1ac7{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_0b4ecad23ff8f229{margin-bottom:10px;}
  .mb-xs-20_f7027a7a84d4eb52{margin-bottom:20px;}
  .mb-xs-30_fe13ff4f279410dc{margin-bottom:30px;}
  .mb-xs-40_0f9eb71265ff9bf3{margin-bottom:40px;}
  .mb-xs-50_680cb54ca8eece72{margin-bottom:50px;}
  .mb-xs-60_8d9160649767d2dd{margin-bottom:60px;}
  .mb-xs-70_c22ea8998dc8d425{margin-bottom:70px;}
  .mb-xs-80_2ae220e640e6c50d{margin-bottom:80px;}
  .mb-xs-90_a3ca6f4372957bdb{margin-bottom:90px;}
  .mb-xs-100_eb39a8608761e913{margin-bottom:10px;}

  .ss-wrap_c6efbcf3bb110ed1{
    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_f512129a7c978a99 {
    margin-bottom: 30px;
  }

  .timeline-pic_dedcac3582f82f2b {
    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_8fcd203317dbb06f span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_8b55ba0aa2af40e0 {
    display: none;
  }

  header a.btn-main_fd0efffd074ed645 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_396ebf5656e181dd .left-half_bbabe34b11a70829,
.half-fluid_396ebf5656e181dd .right-half_6cebe0dee4b2152c {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_396ebf5656e181dd .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_396ebf5656e181dd .left-half_bbabe34b11a70829 {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_396ebf5656e181dd .right-half_6cebe0dee4b2152c {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
