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


/* 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_6bc27d9d99c4f6e5,.bg-dark-1_466d79030731dcbd{background-color: var(--bg-dark-1) !important}
.bg-dark-2_966b1a9778fe49a5{background-color: var(--bg-dark-2) !important}
.bg-dark-3_93bbd51211f4aa2c{background-color: var(--bg-dark-3) !important}
.bg-grey_9d220dbdf8e7d5e0{background-color: var(--bg-grey) !important}
.bg-gradient-1_589c5d6edf5cbdeb{
  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_9d2901c368d6d13c{
  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_832017be1cfc0886 {
  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_854935fb695f52a5 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_5567710b0f871a93 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_df20ccbe95f173dc {
  display: none;
}


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

header.scroll-light_0aa7bac76fc322ec .logo-scroll_5567710b0f871a93{
  display: none;
}

header.smaller.scroll-light_0aa7bac76fc322ec .logo-main_4cdf565051a19167{
  display: none;
}

header.smaller.scroll-light_0aa7bac76fc322ec .logo-scroll_5567710b0f871a93{
  display: block;
}

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

header.header-light_c751295a67f783a4 .h-phone_8dcaa13e93e540fa,
header.smaller.scroll-light_0aa7bac76fc322ec .h-phone_8dcaa13e93e540fa {
  color: #202020;
}

header:not(.header-light_c751295a67f783a4).smaller.scroll-light_0aa7bac76fc322ec div#logo .logo_c024e92f3a257ddf {
  display: none;
}

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

header.smaller.scroll-light_0aa7bac76fc322ec div#logo .logo-scroll_5567710b0f871a93 {
  display: inline-block;
}

header.smaller.header-light_c751295a67f783a4 div#logo .logo_c024e92f3a257ddf {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_9a82d3a7dcd876c6.mid_45acf466d0627d9f {
  float: right;
}

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


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

.de-overlay-gradient_f2d37a50e513b04a{
  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_a90b18e6abcc69da{
  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_3af91797f8851635{
  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_1e2c1cbfffaae1f1 {
  font-size: 13px;
}


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


#subheader.text-light_feedeaad59a3474a .crumb_1e2c1cbfffaae1f1 {
  color: #fff;
}

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

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

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


#subheader.s2_1900b18ba2df8657 h1,
#subheader.s2_1900b18ba2df8657 .crumb_1e2c1cbfffaae1f1 {
  margin: 0;
  padding: 0;
}

#subheader.s2_1900b18ba2df8657 .crumb_1e2c1cbfffaae1f1 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_1900b18ba2df8657 .crumb_1e2c1cbfffaae1f1 {
  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_be4cbd33f11392bf) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_832017be1cfc0886 #mainmenu ul.mega_be4cbd33f11392bf {
  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_15bbbbbe27d859ec: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_c751295a67f783a4 #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_c751295a67f783a4 #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_c751295a67f783a4 {
  background: #ffffff;
}

.header-light_c751295a67f783a4 #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_832017be1cfc0886 #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_0e81d777a1513b9b) {
  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_90a583f2ea606b06 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_9dfb81154556aa5d {
  background: #f6f6f6;
}

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

.de_light_5dca613c5944af49 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_5bc05ce22fc9a987.header-light_c751295a67f783a4 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_c3b2aaa0364b5158,
header.header-mobile.has-topbar .header-col_9a82d3a7dcd876c6 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_5bc05ce22fc9a987.header-light_c751295a67f783a4 {
  background: #fff;
}

header.header-light_c751295a67f783a4 .logo_c024e92f3a257ddf {
  display: none;
}

header.header-light_c751295a67f783a4 .logo-2_19d9f2406d5d6f2a {
  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_5de471971fd7a64b{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_5b0e644a7a9dc7d5,
.topbar-right_1b2aaca383a1ff2b {
  display: flex;
}

.topbar-right_1b2aaca383a1ff2b {
  float: right;
}

.topbar-solid_f2f2e0e638c190ae {
  background: #ffffff;
}

.tb-light_bd9897a209c1a969 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-right_1b2aaca383a1ff2b .topbar-widget_f74b77c264d0845f {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-light_5de471971fd7a64b .topbar-right_1b2aaca383a1ff2b .topbar-widget_f74b77c264d0845f {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-light_5de471971fd7a64b .topbar-right_1b2aaca383a1ff2b span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .tb-light_bd9897a209c1a969 .topbar-right_1b2aaca383a1ff2b .topbar-widget_f74b77c264d0845f {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .tb-light_bd9897a209c1a969 .topbar-right_1b2aaca383a1ff2b span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-left_5b0e644a7a9dc7d5 .topbar-widget_f74b77c264d0845f {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-light_5de471971fd7a64b .topbar-left_5b0e644a7a9dc7d5 .topbar-widget_f74b77c264d0845f {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_9c0595f9e707584c) .tb-light_bd9897a209c1a969 .topbar-left_5b0e644a7a9dc7d5 .topbar-widget_f74b77c264d0845f {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .tb-light_bd9897a209c1a969 .topbar-left_5b0e644a7a9dc7d5 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_c751295a67f783a4 .h-phone_8dcaa13e93e540fa span{
  color: var(--body-font-color);
}


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

.menu_side_area_45255328ea75e31f .btn-line_03523e7c271692c3{
  display: inline-block;
}

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

.topbar-widget_f74b77c264d0845f.widget-text_75a5f6146255d9f9 {
  padding-top: 6px;
}

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

.h-sub_0e40dde23399b15e .topbar-widget_f74b77c264d0845f {
  padding: 12px;
}

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

.topbar-widget_f74b77c264d0845f.tb-phone_7fd25a1a3a90e050:before {
  content: "\f095";
}

.topbar-widget_f74b77c264d0845f.tb-email_40cf658213f2f6f9:before {
  content: "\f003";
}

.topbar-widget_f74b77c264d0845f.tb-opening-hours_e5b0445a9a01ff06:before {
  content: "\f017";
}

.topbar-widget_f74b77c264d0845f.tb-social_89864d580d85f51b {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-light_5de471971fd7a64b .topbar-widget_f74b77c264d0845f.tb-social_89864d580d85f51b a,
#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-light_5de471971fd7a64b .topbar-widget_f74b77c264d0845f.tb-social_89864d580d85f51b a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_9c0595f9e707584c) .topbar-widget_f74b77c264d0845f.tb-social_89864d580d85f51b a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_bd9897a209c1a969 .topbar-widget_f74b77c264d0845f.tb-social_89864d580d85f51b a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_f74b77c264d0845f.tb-social_89864d580d85f51b a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_5dca613c5944af49 .blog-list_3d9705486e273405 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_5dca613c5944af49 .blog-list_3d9705486e273405 h4 a {
  color: #222222;
}

.de_light_5dca613c5944af49 .text-light_feedeaad59a3474a .blog-list_3d9705486e273405 h4 a {
  color: #fff;
}

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

.blog-list_3d9705486e273405 .btn-more_654a2c9ecfbe5b2d:hover {
  background: #fff;
}

.de_light_5dca613c5944af49 .blog-list_3d9705486e273405 .btn-more_654a2c9ecfbe5b2d:hover {
  background: #222;
  color: #fff;
}

.blog-list_3d9705486e273405 .post-text_d3bc3499766fc633 {
  padding-left: 80px;
}

.bloglist_850973c69c026081 .post-text_d3bc3499766fc633 a.btn-main_ca45f344fe01e6b7 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_3d9705486e273405 .blog-slider_5f88ead71aa0ec8c {
  margin-bottom: -60px;
}

.blog-list_3d9705486e273405 .date-box_d79872794c44543b {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_5dca613c5944af49 .blog-list_3d9705486e273405 .date-box_d79872794c44543b .month {
  color: #222222;
}

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

.blog-list_3d9705486e273405 .date-box_d79872794c44543b .month {
  font-size: 14px;
}

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

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

.de_light_5dca613c5944af49 .blog-list_3d9705486e273405 .date-box_d79872794c44543b .month {
  border-bottom-color: #ddd;
}

.de_light_5dca613c5944af49 .text-light_feedeaad59a3474a .blog-list_3d9705486e273405 .date-box_d79872794c44543b .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_499d0711d0c46719 .d-image_8ff33c6919ada937 img {
  width: 100%;
}

.de-bloglist-type-1_499d0711d0c46719 .d-content_e6a659aa21be8d96 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_499d0711d0c46719 .d-date_dd4eb6a60fc9dc12: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_0b33ef4e6f57b196 {
  margin-bottom: 40px;
}

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

.de-post-type-1_0b33ef4e6f57b196 .d-image_8ff33c6919ada937 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_0b33ef4e6f57b196 .d-meta_478743ce666fb326 span.d-by_0a6d02acb40ebb6c:before {
  content: "\f007";
}

.de-post-type-1_0b33ef4e6f57b196 .d-meta_478743ce666fb326 span.d-date_dd4eb6a60fc9dc12:before {
  content: "\f073";
}

.de-post-type-1_0b33ef4e6f57b196 .d-meta_478743ce666fb326 span.d-tags_2e813e31b4b64392:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_7ec71d38d600acb4 .d-date_dd4eb6a60fc9dc12 .d-month_0f1af3d284732094{
  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_7ec71d38d600acb4 .d-date_dd4eb6a60fc9dc12 .d-day_c672c19fe6c8386d{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_7ec71d38d600acb4 .d-image_8ff33c6919ada937{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_dffec4a71bf5bf8c {}

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

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

.comment-info_2708bde769d3de16 span {}

.comment-info_2708bde769d3de16 .c_name_7cc4f91244b3b5f3 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_832017be1cfc0886 .comment-info_2708bde769d3de16 .c_name_7cc4f91244b3b5f3 {
  color: #ffffff;
}

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

.dark-scheme_832017be1cfc0886 .comment-info_2708bde769d3de16 .c_reply_cf357de6a95f7646 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_2708bde769d3de16 .c_date_363dc198a66599df {
  font-size: 12px;
}

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

.blog-list_3d9705486e273405 .post-wrapper_32b1c5bc5a734dd9 {}

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

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

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

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

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

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

.post-content_7c17e7150606c97e {
  position: relative;
}

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

.post-text_d3bc3499766fc633 .d-date_dd4eb6a60fc9dc12{
  font-size: 14px;
}

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

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

.dark-scheme_832017be1cfc0886 .post-text_d3bc3499766fc633 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_4f4f4bf64291670e,
.p-title_dafc89d62f255b08 {
  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_4f4f4bf64291670e,
.p-title_dafc89d62f255b08.invert {
  background: var(--secondary-color);
}

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

.post-text_d3bc3499766fc633 .p-date_0d1560ccc2057745 {
  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_bbf88a954d83260b img {
  margin-bottom: 20px;
}

.blog-read_bbf88a954d83260b .post-text_d3bc3499766fc633 {
  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_15ddb8d1a9812e2f {
  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_15ddb8d1a9812e2f a {
  color: #888;
}

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

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

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

.post-image_1e0c9115d635bc37 .d-tagline_173e6648fdf2b685 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_990848230d3b946a {
  margin-bottom: 60px;
}

.blog-item_990848230d3b946a img.preview_110800edc88347b5 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_1e0c9115d635bc37 {
  position: relative;
}

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

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

.post-image_1e0c9115d635bc37 .post-date_3ebc543d6a7fd77e,
.post-image_1e0c9115d635bc37 .post-author_3c1f196c0003c3f9 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_7b4f5f7764204c05 {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_7b49f62cba8a2e7d{
  float: left;
}


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

.radio-opt_7b49f62cba8a2e7d 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_7b49f62cba8a2e7d 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_1900b18ba2df8657 .radio-img_e44b49869561e2ae input[type="radio"] + label, 
#contact_form.s2_1900b18ba2df8657 .radio-img_e44b49869561e2ae input[type="checkbox"] + label,
#contact_form .radio-img_e44b49869561e2ae input[type="radio"] + label img, 
#contact_form .radio-img_e44b49869561e2ae input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_d5f5bb3d9ae8c8e3 .form-underline_5ad75993a6488406{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_19cc3aa28103bb8f {
  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_1bc78ed4fbac7e88 {
  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_1bc78ed4fbac7e88.sm-left_be777542d3a3529e {
  margin-left: 0;
}

.rtl .small-border_1bc78ed4fbac7e88.sm-left_be777542d3a3529e {
  margin-right: 0;
}

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

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

.small-border_1bc78ed4fbac7e88.white_fc7c9f6172731a1b {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_1e2c1cbfffaae1f1 a {
  text-decoration: none;
}

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

.de_light_5dca613c5944af49 .crumb_1e2c1cbfffaae1f1 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_5dca613c5944af49 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_6c9256aca10e6160.btn-id_d9b785b93e33a5f5 {
  color: #222;
}

a.btn-dark_0217e78ac232a64d.btn-id_d9b785b93e33a5f5 {
  color: #fff;
}

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

.btn-fx_2d46cb7d49afbd6f.btn-main_ca45f344fe01e6b7 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_ca45f344fe01e6b7.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_ca45f344fe01e6b7.btn-dark-trans_a81d58f20d36db4a{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_ca45f344fe01e6b7.big_4186e86fb147c171{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_feedeaad59a3474a .btn-line_03523e7c271692c3{
  color:#ffffff;
}


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

header:not(.header-light_c751295a67f783a4) a.btn-line_03523e7c271692c3,
.dark-scheme_832017be1cfc0886 a.btn-line_03523e7c271692c3,
.dark-schem_a00ade347b08c08c a.btn-line_03523e7c271692c3:hover {
  color: #ffffff;
}

a.btn-main_ca45f344fe01e6b7.btn-white_af2fd0a71eeceea6 {
  background: #ffffff;
}

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

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

a.btn-border_ff85adf73c281b67.light_b8739d1f55bdb633 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_ff85adf73c281b67.light_b8739d1f55bdb633:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_feedeaad59a3474a .btn-plus_ddf36637bae4ed38{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_feedeaad59a3474a .btn-plus_ddf36637bae4ed38:hover{
  color: #ffffff;;
}

a.btn-main_ca45f344fe01e6b7.btn-with-arrow_2d2ab6e92618edef{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_feedeaad59a3474a .play-button_a2f7bb5126cee7ce.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_c540b284945d1a2f p.d-small_f4ebecb74a495308 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_c540b284945d1a2f.big_4186e86fb147c171 h3 {
  font-size: 120px;
}

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

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

.de_count_c540b284945d1a2f.small_907c2186bb6916cf h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_832017be1cfc0886 .field-set_e275b136fcb8453b label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_fb535867154e9150,
.h2_4455343357ed153d,
.h3_790b1706f01d8158,
.h4_452f09812d68579b,
.h5_6a6d7fb09f4e61ed,
.h6_9fe6f3b9a3ae0670,
footer.footer-light_18e18f669c965554 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_832017be1cfc0886 h1,
.dark-scheme_832017be1cfc0886 h2,
.dark-scheme_832017be1cfc0886 h4,
.dark-scheme_832017be1cfc0886 h3,
.dark-scheme_832017be1cfc0886 h5,
.dark-scheme_832017be1cfc0886 h6,
.dark-scheme_832017be1cfc0886 .h1_big_b8eb145b64d94b8a,
.dark-scheme_832017be1cfc0886 .h1_fb535867154e9150,
.dark-scheme_832017be1cfc0886 .h2_4455343357ed153d,
.dark-scheme_832017be1cfc0886 .h3_790b1706f01d8158,
.dark-scheme_832017be1cfc0886 .h4_452f09812d68579b,
.dark-scheme_832017be1cfc0886 .h5_6a6d7fb09f4e61ed,
.dark-scheme_832017be1cfc0886 .h6_9fe6f3b9a3ae0670 {
  color: #ffffff;
}

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


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


h1,
.h1_fb535867154e9150 {
  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_15bbbbbe27d859ec: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_5dca613c5944af49 .text-light_feedeaad59a3474a h2 {
  color: #fff;
}

.text-light_feedeaad59a3474a h2.deco_b77fe3f3acf79aa3 span:before,
.text-light_feedeaad59a3474a h2.deco_b77fe3f3acf79aa3 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_2d7fdb92ea0470b4 {
  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_2d7fdb92ea0470b4 .s1_3eb703fbe535bf22{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_b01c2ea888c9eea8 {
  color: #223044;
}

.text-white_3ff83d522bd12134,
.de_light_5dca613c5944af49 .text-white_3ff83d522bd12134 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_fb428e1dded9535a.fs-16_b10f809e7622bb5b li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_9dc991bc57aaf660.active .page-link_a4492b60ac95204d{
  border-color:var(--primary-color);
}

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

.spinner_cc88854a97bab47c>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_cc88854a97bab47c .bounce1_1a52bf74064d35ff {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_cc88854a97bab47c .bounce2_97fc67537fde7fc1 {
  -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_832017be1cfc0886 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_fc733aff4587bcf6.s2_1900b18ba2df8657 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_fc733aff4587bcf6 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_fc733aff4587bcf6.big_4186e86fb147c171 i {
  margin: 0 15px 0 15px;
}

.social-icons_fc733aff4587bcf6.big_4186e86fb147c171 i:hover {
  background: none;
}

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

.social-icons_fc733aff4587bcf6.s1_3eb703fbe535bf22:hover i {
  background: none;
}

.social-icons_fc733aff4587bcf6.s1_3eb703fbe535bf22 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_fc733aff4587bcf6.s1_3eb703fbe535bf22 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_d1a9227f4e99a9c6 {
  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_832017be1cfc0886 .accordion-section-title,
.text-light_feedeaad59a3474a .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_feedeaad59a3474a .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_1d1002e3d9c32c68.s2_1900b18ba2df8657 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_832017be1cfc0886 .expand-custom_b740ba6fd57a86b1 {
  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_5b10b9a32741a890 .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_832017be1cfc0886 .de_tab.tab_methods_6a5d8a38571f2875 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_6a5d8a38571f2875.style-2_576dc28b8b6bef52 .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_6a5d8a38571f2875.style-2_576dc28b8b6bef52.light_b8739d1f55bdb633 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_6a5d8a38571f2875.style-2_576dc28b8b6bef52 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_6a5d8a38571f2875.style-2_576dc28b8b6bef52 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_5dca613c5944af49 .de_tab.tab_style_2_ef793c0bef071eeb .de_nav {}

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

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

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

.text-light_feedeaad59a3474a .de_tab.tab_style_2_ef793c0bef071eeb .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_5dca613c5944af49 .de_tab.tab_style_3_5678c3ec3dd41133 .de_nav li span:hover {
  background: #ddd;
}

.de_light_5dca613c5944af49 .de_tab.tab_style_3_5678c3ec3dd41133 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_feedeaad59a3474a .de_tab.tab_style_3_5678c3ec3dd41133 .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_9db5a104ff7347c1 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_feedeaad59a3474a .de_tab.tab_style_4_9db5a104ff7347c1 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_feedeaad59a3474a .de_tab.tab_style_4_9db5a104ff7347c1 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_a4c1003c80c160df.nav_4_b3c71ba3685b306f 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_a4c1003c80c160df.nav_4_b3c71ba3685b306f .dot_4f3bd3afa0a2c6ed {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_a4c1003c80c160df.nav_4_b3c71ba3685b306f li:last-child .dot_4f3bd3afa0a2c6ed:before,
.de_tab.timeline_a4c1003c80c160df.nav_4_b3c71ba3685b306f li:last-child .dot_4f3bd3afa0a2c6ed:after {
  border-bottom: none;
}

.de_tab.timeline_a4c1003c80c160df li .num_31c1d4c49d374c8f {
  font-size: 20px;
}

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

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

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

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

a.btn-left_d0b0e4f329df8e42,
a.btn-right_2743f8756531a194 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_9a3800a03dbae938 {
  padding-top: 20px;
}

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

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

.de_testi_19bcd688b72829df.no-bg_e934e9a5fe41b5a0 blockquote {
  background: none;
}

.de_testi_19bcd688b72829df 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_19bcd688b72829df.type-2_1955024abea1e6cd.review_c084ff1e2f527038 blockquote {
  padding: 50px;
}

.de_testi_19bcd688b72829df.type-2_1955024abea1e6cd.review_c084ff1e2f527038 blockquote:before {
  display: none;
}

.de_testi_19bcd688b72829df.type-2_1955024abea1e6cd.review_c084ff1e2f527038 p {
  padding-top: 0;
}

.de_testi_19bcd688b72829df.type-2_1955024abea1e6cd.review_c084ff1e2f527038 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_feedeaad59a3474a .de_testi_19bcd688b72829df.type-2_1955024abea1e6cd blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_19bcd688b72829df.type-2_1955024abea1e6cd .de_testi_by_679c11cc486371a0 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_19bcd688b72829df.opt-3_1fc573cc18345335 blockquote p {
  font-size: 14px;
}

.de_testi_19bcd688b72829df.opt-3_1fc573cc18345335 blockquote:before {
  color: #fff;
}

.de_testi_19bcd688b72829df.opt-3_1fc573cc18345335 .de_testi_by_679c11cc486371a0 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_0a573971f229a304 .site-center-line_551f1db10bc8a2d1 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___44cf2b2971fe435d {
  display: inline-block;
}
.de-timeline-article_0a573971f229a304.odd .site-center-line_551f1db10bc8a2d1 {
  background: var(--primary-color);
}
.de-timeline-article_0a573971f229a304.even .site-center-line_551f1db10bc8a2d1 {
  background: var(--secondary-color);
}
.de-timeline-article_0a573971f229a304 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_0a573971f229a304 .content-left-container_e619dc6cf48c0a4a,
.de-timeline-article_0a573971f229a304 .content-right-container_4ec658a1383abac1 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_0a573971f229a304 .content-left_8010a32f43a3ccef,
.de-timeline-article_0a573971f229a304 .content-right_f5fdb64a8609a45a {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_93d770678eecacaf {
  margin-top: 0;
}
.de-timeline-article_0a573971f229a304 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_0a573971f229a304 .content-left-container_e619dc6cf48c0a4a {
  float: left;
}
h4.de-timeline-year_587c1c316edf7dd6 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_0a573971f229a304.even h4.de-timeline-year_587c1c316edf7dd6{
  color:var(--heading-font-color);
}
.de-timeline-article_0a573971f229a304.odd .year___44cf2b2971fe435d {
  float: left;
}
.de-timeline-article_0a573971f229a304.odd h4.de-timeline-year_587c1c316edf7dd6 {
  background: var(--primary-color);
}
.de-timeline-article_0a573971f229a304.even .year___44cf2b2971fe435d {
  float: right;
}
.de-timeline-article_0a573971f229a304.even h4.de-timeline-year_587c1c316edf7dd6 {
  background: var(--secondary-color);
}
.de-timeline-article_0a573971f229a304 .d-line_d00d6132cdb0eaab {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_0a573971f229a304.odd .d-line_d00d6132cdb0eaab {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_0a573971f229a304.even .d-line_d00d6132cdb0eaab {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_0a573971f229a304 .owl-carousel_d3789a25ba78e7e9 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_0a573971f229a304 .content-right-container_4ec658a1383abac1 {
  float: right;
}
.de-timeline-article_0a573971f229a304 .meta-dot_71e66c3fe7a64fd7 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_0a573971f229a304.odd .meta-dot_71e66c3fe7a64fd7 {
  background: var(--primary-color);
}
.de-timeline-article_0a573971f229a304.even .meta-dot_71e66c3fe7a64fd7 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_0a573971f229a304 .site-center-line_551f1db10bc8a2d1 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_0a573971f229a304 .meta-dot_71e66c3fe7a64fd7 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_0a573971f229a304 .content-left-container_e619dc6cf48c0a4a,
  .de-timeline-article_0a573971f229a304 .content-right-container_4ec658a1383abac1 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_0a573971f229a304 .content-left-container_e619dc6cf48c0a4a {
    margin-bottom: 20px;
  }
  .de-timeline-article_0a573971f229a304 .content-left_8010a32f43a3ccef,
  .de-timeline-article_0a573971f229a304 .content-right_f5fdb64a8609a45a {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_0a573971f229a304 .content-left_8010a32f43a3ccef:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_0a573971f229a304 .content-right_f5fdb64a8609a45a:before {
    display: none;
  }  
  h4.de-timeline-year_587c1c316edf7dd6 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_0a573971f229a304.odd .d-line_d00d6132cdb0eaab {
    left: 30px;
  }
  .de-timeline-article_0a573971f229a304.even .d-line_d00d6132cdb0eaab {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_0a573971f229a304.odd .content-left-container_e619dc6cf48c0a4a{
    padding-top: 20px;
  }
  .de-timeline-article_0a573971f229a304.even .content-left-container_e619dc6cf48c0a4a{
    padding-top: 50px;
  }
  .de-timeline-article_0a573971f229a304.odd .content-left-container_e619dc6cf48c0a4a .owl-carousel_d3789a25ba78e7e9{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_0a573971f229a304.even .content-right-container_4ec658a1383abac1 .owl-carousel_d3789a25ba78e7e9{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_00aed231a34272f8 {
  position: relative;
}

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

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

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

.timeline-blank_7d1e4eb736040cc9 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_7d1e4eb736040cc9 {
    display: none;
  }

  .timeline-text_622e8f8688d82484 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_6b3c2aaff9b0fcc8 {
  overflow: hidden;
}

.border1_0a37e808e187d6be {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_03523e7c271692c3:after,
.de_count_c540b284945d1a2f,
.social-icons_fc733aff4587bcf6 a i,
.de_tab.tab_methods_6a5d8a38571f2875 .de_nav li span,
.de_tab.tab_methods_6a5d8a38571f2875 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_0029eb7d0e8b96bd .title,
.carousel-item:hover .pf_text_0029eb7d0e8b96bd .title,
.carousel-item .pf_text_0029eb7d0e8b96bd .title .type,
.carousel-item:hover .pf_text_0029eb7d0e8b96bd .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_d9942ba5907656d5 i,
.social-icons-sm_d9942ba5907656d5 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_cf2a62b1bc5d5725,
.btn-main_ca45f344fe01e6b7,
.de_tab.tab_style_4_9db5a104ff7347c1 .de_nav li,
.form-subscribe_3eb80d9c78b6bc35 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_19cc3aa28103bb8f,
.de_tab.tab_methods_6a5d8a38571f2875.style-2_576dc28b8b6bef52 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_fb9cde1c34979635 *,
.mask_fb9cde1c34979635 .cover,
.mask_fb9cde1c34979635:hover .cover,
.mask_fb9cde1c34979635 img,
.mask_fb9cde1c34979635:hover img,
.accordion_1d1002e3d9c32c68 .content,
a.btn-border_ff85adf73c281b67,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_c5db055791fd40aa img,
a.a-underline_6141f57b326fde67 *,
.dropdown *,
.form-border_7dd0e93a7b2d1ca5 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_a3095cc509d71dfd *,
.d_demo_img *,
.carousel-control-next-icon_feea21f7a481d04b,
.carousel-control-prev-icon_26025945f3067658,
.grayscale_28109f44e533a747,
.hover-color_5c4452ece31e7afc,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_ddf36637bae4ed38,
.btn-plus_ddf36637bae4ed38 *,
.btn-with-arrow_2d2ab6e92618edef:after,
.btn-with-arrow_2d2ab6e92618edef: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_2d46cb7d49afbd6f:after,
a.btn-fx_2d46cb7d49afbd6f:hover:after,
a.btn-fx_2d46cb7d49afbd6f:before,
a.btn-fx_2d46cb7d49afbd6f:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_41b84486889d3e60 li .post-date_3ebc543d6a7fd77e,
.items_filter_bc413b612e4c253f *,
.owl-prev_23decb8c608957cc,
.owl-next_ee672d84eddee16f {
  -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_c08d49ff0b6b5201 {
  -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_dd134cf32803536d {
  -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_6fb3cc5fba781f3a {
  -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_514052d8f495b1dd {
  -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_d29252f19cc4bbb7 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_f85845ece7e79aa1 {
  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_832017be1cfc0886 .modal-header_49e13caaddd0e611,
.nav-tabs_1f284f0547323959 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_832017be1cfc0886 .modal-content_783fdb64ccf5618f {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_100bbf6991bc52cc .tab-content_3a779a66275458f9 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_eded0954601ecb1c.big_4186e86fb147c171{
  font-size: 32px !important;
}

.dark-scheme_832017be1cfc0886 p.lead_eded0954601ecb1c {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_6f6276c58a252d77 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_00bf18d1a204930b,
.panel-collapse_2d32670c31c732b3,
.panel-collapse_2d32670c31c732b3,
.panel-group_6f6276c58a252d77 .panel_dadbf9a637e6f4c1 {
  border: none;
  border-radius: 0;
}

.panel-heading_f286fb08c6aba684 {
  background: #222;
}

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

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

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

blockquote.s1_3eb703fbe535bf22 {
  padding: 0px;
}

blockquote.s1_3eb703fbe535bf22: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_c6078f1ea0a3cf5c::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_c6078f1ea0a3cf5c::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_feedeaad59a3474a .collapsible-link_c6078f1ea0a3cf5c:before,
.text-light_feedeaad59a3474a .collapsible-link_c6078f1ea0a3cf5c:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_0e74ea7f10332c6a {
  display: block
}

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

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

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

.collapsible-link_c6078f1ea0a3cf5c.text-white_3ff83d522bd12134 {
  color: #ffffff;
}

.collapsible-link_c6078f1ea0a3cf5c.text-white_3ff83d522bd12134::after,
.collapsible-link_c6078f1ea0a3cf5c.text-white_3ff83d522bd12134::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_4d83b7ae88da3ef1{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_5dca613c5944af49 .widget_category_4b7d14ef7c8e6b8e li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_4b7d14ef7c8e6b8e li a {
  color: #606060;
}

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

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

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


.dark-scheme_832017be1cfc0886 .widget-post_41b84486889d3e60 li a {
  color: #ffffff;
}

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

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

.widget-post_41b84486889d3e60 .date_1e0435413019b00a {
  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_41b84486889d3e60 .date_1e0435413019b00a {
  float: right;
}

.widget_4d83b7ae88da3ef1 .comments_7ba193aefccf731c 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_4d83b7ae88da3ef1 .tiny-border_6b9b92ba3de8a24e {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_18e18f669c965554 .widget_4d83b7ae88da3ef1 .tiny-border_6b9b92ba3de8a24e {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_5dca613c5944af49 .widget_tags_7f4a48543e9d9dd0 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_4d83b7ae88da3ef1.widget_tags_7f4a48543e9d9dd0 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_6b9b92ba3de8a24e 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_832017be1cfc0886 #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_e3d3c13280ec6ec6 {
  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_58e55744c01b60dd {
  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_1900b18ba2df8657 .d-item-txt_58e55744c01b60dd{
  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_58e55744c01b60dd img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_f6fdf8fad175b193 {
  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_1900b18ba2df8657 .d-item-block_f6fdf8fad175b193{
  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_f6fdf8fad175b193{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_2b21ec04f6a2db74 .d-number_f3309a601b0e33f0 {
  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_feedeaad59a3474a .de-step-s1_2b21ec04f6a2db74 .d-number_f3309a601b0e33f0{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_d3789a25ba78e7e9.no-hide_c262227c94026ffd .owl-stage-outer_d1a0e2b28ed6a60f{
  overflow: visible; !important;
}

.grayscale_28109f44e533a747{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_6c291f5977866a99{ background:#ffffff; }
.bg-black_1513c0c49eb2d822{ background:#000000; }

/* width (percent) */
.w-10_98386df7181d47cd{width: 10%;}
.w-20_5f809f9458d5a669{width: 20%;}
.w-30_b680efa29bc40f70{width: 30%;}
.w-40_dcef0b6a8573a437{width: 40%;}
.w-50_37a3c8c7dafd805c{width: 50%;}
.w-60_14a154467ac580fe{width: 60%;}
.w-70_df585fea2d319adf{width: 70%;}
.w-80_2861b729391c42a1{width: 80%;}
.w-90_9c0338d37e0b6f4b{width: 90%;}
.w-100_9dda014c8cb78fcb{width: 100%;}

/* width (px) */
.w-10px_078656d829530d41{width: 10px;}
.w-20px_cbde83ab7041856b{width: 20px;}
.w-24px_b34157c4d02b7bc2{width: 24px;}
.w-40px_620cef092c494fd0{width: 40px;}
.w-50px_c9fef2bd4b354264{width: 50px;}
.w-60px_b22edb1002693b03{width: 60px;}
.w-70px_225ab3c912d08a55{width: 70px;}
.w-80px_94907dd231ff8629{width: 80px;}
.w-90px_6abd04e937a3924c{width: 90px;}
.w-100px_290b8a885fc04c49{width: 100px;}
.w-110px_b29cc85c5260a82c{width: 110px;}
.w-120px_636a52a49dec14b0{width: 120px;}
.w-130px_5bcef4bcc225650f{width: 130px;}
.w-140px_2c803c90dbffae06{width: 140px;}
.w-150px_7fccef7832d06892{width: 150px;}
.w-200px_3b1dc8d9abc47fb2{width: 200px;}
.w-250px_f4a481dea15da64a{width: 250px;}
.w-300px_381ef7ba2d7aa831{width: 300px;}

/* height (percent) */
.h-10_1c3635053a5bdf7b{height: 10%;}
.h-20_e13e1f3581d75127{height: 20%;}
.h-30_6bed95e6f7484680{height: 30%;}
.h-40_67755d6821ac9d72{height: 40%;}
.h-50_8c8e1d239c257b5f{height: 50%;}
.h-60_7dc6c5ecbb4e835a{height: 60%;}
.h-70_71df35c53b332b08{height: 70%;}
.h-80_88cbeb373c21b4c7{height: 80%;}
.h-90_9dcb81bbc57c3531{height: 90%;}
.h-100_3247f1c36af2c6f7{height: 100%;}

/* height (px) */
.h-10px_701d99a0aa40e25b{height: 10px;}
.h-20px_2d5a504f11b2739d{height: 20px;}
.h-24px_fcea273794a87c53{height: 24px;}
.h-40px_0afdb5429d8b982c{height: 40px;}
.h-50px_056ec7676ca699a4{height: 50px;}
.h-60px_d54d422c9c0bfe70{height: 60px;}
.h-70px_b2cbfcce67c87166{height: 70px;}
.h-80px_070a405ad8a56d4d{height: 80px;}
.h-90px_95e13b489f46b831{height: 90px;}
.h-100px_1e9768701b400bda{height: 100px;}
.h-110px_82f691fb4d4bd50e{height: 110px;}
.h-120px_193f12cf2dc53657{height: 120px;}
.h-130px_3b7bdd1468d726ce{height: 130px;}
.h-140px_9173c05ed5520a0e{height: 140px;}
.h-150px_267275b1cd89fc54{height: 150px;}
.h-200px_7381bc4a682db1bd{height: 200px;}
.h-250px_78cbbed31c892454{height: 250px;}
.h-300px_72b2d643393f53ab{height: 300px;}

/* top (percent) */
.top-10_8fa69c826e26e9cb{top: 10%;}
.top-20_7fdc7ed0fd411d7e{top: 20%;}
.top-30_5a40253551651b77{top: 30%;}
.top-40_285f6dff1302f747{top: 40%;}
.top-50_a43694296a7d81a6{top: 50%;}
.top-60_876ae81a3813267e{top: 60%;}
.top-70_62fcc4719cc729fa{top: 70%;}
.top-80_3e61e2112c0dac5f{top: 80%;}
.top-90_9d1f7a78edb75d7a{top: 90%;}
.top-100_1ccdf99de3f2900f{top: 100%;}

/* top (px) */
.top-10px_6068b29136c33d9e{top: 10px;}
.top-20px_c768356a89f2b419{top: 20px;}
.top-30px_f8c34550011aad6c{top: 30px;}
.top-40px_16b9c529752a5116{top: 40px;}
.top-50px_2910490e07221e57{top: 50px;}
.top-60px_38eee4bc17fe9f64{top: 60px;}
.top-70px_e068819eb813f83e{top: 70px;}
.top-80px_23b84e07172fc3d7{top: 80px;}
.top-90px_e4faff47bb0e571e{top: 90px;}
.top-100px_6a4f669d2194cce9{top: 100px;}

/* bottom (percent) */
.bottom-10_76af55891c48dd10{bottom: 10%;}
.bottom-20_6ef9114bf039e450{bottom: 20%;}
.bottom-30_14e0c32d6813002d{bottom: 30%;}
.bottom-40_d7645cd6d9d27c94{bottom: 40%;}
.bottom-50_ba5d3179fadcd0c6{bottom: 50%;}
.bottom-60_2c60faba7f4df62b{bottom: 60%;}
.bottom-70_5e020fc70edf7c75{bottom: 70%;}
.bottom-80_784b9f8ed2792f40{bottom: 80%;}
.bottom-90_934753dc5520e4dd{bottom: 90%;}
.bottom-100_e8b1cb3bfacb17cf{bottom: 100%;}

/* bottom (px) */
.bottom-10px_ca15f007c3266fe2{bottom: 10px;}
.bottom-20px_bb2aaae156ea6651{bottom: 20px;}
.bottom-30px_3fbab0a60672dd8c{bottom: 30px;}
.bottom-40px_ac6d8dc524ffd4fa{bottom: 40px;}
.bottom-50px_a5989635c832e3f9{bottom: 50px;}
.bottom-60px_2e2c6550afeb9c95{bottom: 60px;}
.bottom-70px_c6e0ef9c69aa1cde{bottom: 70px;}
.bottom-80px_1e2565c9088f11e2{bottom: 80px;}
.bottom-90px_528391b058dfde58{bottom: 90px;}
.bottom-100px_b203ad959d6b71ec{bottom: 100px;}

/* top negative (px) */
.top-min-10_bd4dd7bef8fa3f61{top:-10px;}
.top-min-20_cca59627e3d2d9bf{top:-20px;}
.top-min-30_47e9a51dfd4f9042{top:-30px;}
.top-min-40_4e13caacd80672c1{top:-40px;}
.top-min-50_e4c70efaa7ab2984{top:-50px;}
.top-min-60_c497744cbdf769d2{top:-60px;}
.top-min-70_4d37fe17a53b6465{top:-70px;}
.top-min-80_81153a2900e20214{top:-80px;}
.top-min-90_ea50f7bc46b0a3a9{top:-90px;}
.top-min-100_a0ef0546289fb0ca{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_cb0d08ade5afe87d{bottom:-10px;}
.bottom-min-20_66ec47b0085893eb{bottom:-20px;}
.bottom-min-30_28d8875e522ed51a{bottom:-30px;}
.bottom-min-40_1d73c2efac95a6fd{bottom:-40px;}
.bottom-min-50_850036b564e12bc0{bottom:-50px;}
.bottom-min-60_d9bd0c53b7012d99{bottom:-60px;}
.bottom-min-70_a8956acba9bbf789{bottom:-70px;}
.bottom-min-80_809fd7a692dee38f{bottom:-80px;}
.bottom-min-90_26edcc3edac02ded{bottom:-90px;}
.bottom-min-100_94270eedaaa13a23{bottom:-100px;}

/* left pos (percent) */
.start-10_a1cbc1ac926e3800{left: 10%;}
.start-20_0fd84ceeafda0eb6{left: 20%;}
.start-30_7053e80f8d062d43{left: 30%;}
.start-40_405201df52506fa0{left: 40%;}
.start-50_623a1f0398426e8c{left: 50%;}
.start-60_2f99fbebbb454e4b{left: 60%;}
.start-70_30413e8a4da9b787{left: 70%;}
.start-80_13d5a8679969e794{left: 80%;}
.start-90_fd0cd052d7361c02{left: 90%;}
.start-100_a8698b052d67b739{left: 100%;}

/* left pos (px) */
.start-10px_68121f2cdc4a9377{left: 10px;}
.start-20px_b5c19f5fb677b89f{left: 20px;}
.start-30px_6947f890979b5e2f{left: 30px;}
.start-40px_4e87c4374c85fdc4{left: 40px;}
.start-50px_2bc88338fe235d1e{left: 50px;}
.start-60px_8aa824f3b6103760{left: 60px;}
.start-70px_e86a935da41297a3{left: 70px;}
.start-80px_66791583bf10b3af{left: 80px;}
.start-90px_dec366e5f33077f9{left: 90px;}
.start-100px_c6b252cbfd8adb6e{left: 100px;}

/* right  pos (percent) */
.end-10_3f8becedeb1f308b{right: 10%;}
.end-20_7eb8d0ec3ab1d9cd{right: 20%;}
.end-30_aa5a5203a8925981{right: 30%;}
.end-40_b78f5ec38750a0df{right: 40%;}
.end-50_488ae9f548484c8d{right: 50%;}
.end-60_5022cec3cf7988cd{right: 60%;}
.end-70_25ae23d51581b291{right: 70%;}
.end-80_980a14a4a3f71526{right: 80%;}
.end-90_f3342ca75b23741f{right: 90%;}
.end-100_1dcf179649fc7e82{right: 100%;}

/* right  pos (px) */
.end-10px_e51133888c65c9c6{right: 10px;}
.end-20px_eaa79ef737622bbd{right: 20px;}
.end-30px_c862a1f98ce2d168{right: 30px;}
.end-40px_67e68f6e37c99454{right: 40px;}
.end-50px_fdb09819265d04ec{right: 50px;}
.end-60px_9eb0f73418db5970{right: 60px;}
.end-70px_7eb72513aa209540{right: 70px;}
.end-80px_3dff6fcfa711130b{right: 80px;}
.end-90px_11239a58d726a940{right: 90px;}
.end-100px_1d6a710eb9a18bfd{right: 100px;}

/* margin-left (percent) */
.ms-10_e989fa95029e32e6{margin-left: 10%;}
.ms-20_bc51a98485db0377{margin-left: 20%;}
.ms-30_9d8a3843608e9692{margin-left: 30%;}
.ms-40_2a01c4205dba52bc{margin-left: 40%;}
.ms-50_89c0f49450eec432{margin-left: 50%;}
.ms-60_945274b2ec3650e4{margin-left: 60%;}
.ms-70_a86c0b3be7cc95cb{margin-left: 70%;}
.ms-80_eb6234d2f3f6b135{margin-left: 80%;}
.ms-90_f45cb008d32151df{margin-left: 90%;}
.ms-100_c46c87079cff2360{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_5211d4f41d30c0ca{margin-left: 10px;}
.ms-20px_e2e56af4c43f0d8d{margin-left: 20px;}
.ms-30px_d9d790ccb7980523{margin-left: 30px;}
.ms-40px_7adeea8b37c369d5{margin-left: 40px;}
.ms-50px_26dc504e098ba5aa{margin-left: 50px;}
.ms-60px_a287680d94a56ecb{margin-left: 60px;}
.ms-70px_0643e6755c89e129{margin-left: 70px;}
.ms-80px_afea96e4f90382ed{margin-left: 80px;}
.ms-90px_ab5f7ad1eec029b6{margin-left: 90px;}
.ms-100px_e0510dab99bfd5cd{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_bde9dafdd4771061{margin-top:-10px;}
.mt-min-20_449e159d3d437ab0{margin-top:-20px;}
.mt-min-30_01fd0483e1431f74{margin-top:-30px;}
.mt-min-40_6f50b23c26a28928{margin-top:-40px;}
.mt-min-50_5de269872a2fe918{margin-top:-50px;}
.mt-min-60_c293540e466cbde9{margin-top:-60px;}
.mt-min-70_f57aa24e83f8712c{margin-top:-70px;}
.mt-min-80_bbac893df7483e8e{margin-top:-80px;}
.mt-min-90_770b306ef59780c7{margin-top:-90px;}
.mt-min-100_cad6073a48cd5de7{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_c292bef659beb9cb{margin-bottom:-10px;}
.mb-min-20_3af9e7b85f0d4d6c{margin-bottom:-20px;}
.mb-min-30_c62675036f0096ef{margin-bottom:-30px;}
.mb-min-40_d54d621dfbb73491{margin-bottom:-40px;}
.mb-min-50_a6d17d28c564696f{margin-bottom:-50px;}
.mb-min-60_0563d9c115a028f8{margin-bottom:-60px;}
.mb-min-70_4d34f768fa1ed0c4{margin-bottom:-70px;}
.mb-min-80_d077c9887ce63980{margin-bottom:-80px;}
.mb-min-90_f15b899af8ca7da5{margin-bottom:-90px;}
.mb-min-100_d7327f401c164637{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_3e67ae8b2945b8d7{margin-left:-10px;}
.ms-min-20_520669a2a4b1bec0{margin-left:-20px;}
.ms-min-30_7eabaf5a0a155f4b{margin-left:-30px;}
.ms-min-40_b4ae51a3cd364834{margin-left:-40px;}
.ms-min-50_e11f6c867c278c04{margin-left:-50px;}
.ms-min-60_e93a67dc169a7c77{margin-left:-60px;}
.ms-min-70_bb231bdfe7824955{margin-left:-70px;}
.ms-min-80_6a2d3a80af363ea7{margin-left:-80px;}
.ms-min-90_ac83d9c51a2fc3b9{margin-left:-90px;}
.ms-min-100_8c32d2339b1c6aac{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_b5347cb652e6ed72{margin-right:-10px;}
.me-min-20_b3df415074a905b1{margin-right:-20px;}
.me-min-30_9ea91b19371ec81e{margin-right:-30px;}
.me-min-40_66f369b97467332f{margin-right:-40px;}
.me-min-50_5a840eee88fecba3{margin-right:-50px;}
.me-min-60_ed9fce8fb35095f4{margin-right:-60px;}
.me-min-70_7d545dc822383949{margin-right:-70px;}
.me-min-80_58ee1d6b99d6707c{margin-right:-80px;}
.me-min-90_c1595c7dde182949{margin-right:-90px;}
.me-min-100_2ba0be6c429e862e{margin-right:-100px;}

/* font-size (px) */
.fs-12_e36d8452c21b6f97{font-size: 12px;}
.fs-14_613811e1270c3d6e{font-size: 14px;}
.fs-15_78b2b178b83cf7bd{font-size: 15px;}
.fs-16_b10f809e7622bb5b{font-size: 16px;}
.fs-18_914b53a6f88e447e{font-size: 18px;}
.fs-20_d5fbdad139a380ff{font-size: 20px;}
.fs-24_e133db44a2baa677{font-size: 24px;}
.fs-28_48284b96ee32bf01{font-size: 28px;}
.fs-30_b0a8926858ce31c2{font-size: 30px;}
.fs-32_a1c767650f5459ab{font-size: 32px;}
.fs-36_f342a2076be3c747{font-size: 36px;}
.fs-40_e9ab99d126069f66{font-size: 40px;}
.fs-48_37b06cdafc2398d2{font-size: 48px;}
.fs-56_70fb00cdb3ba45f0{font-size: 56px;}
.fs-60_782c5a1af6f5cabc{font-size: 60px;}
.fs-64_dd9930e83f237fb7{font-size: 64px;}
.fs-72_0f8d42652eb5c90f{font-size: 72px;}
.fs-96_f56a36396fc39762{font-size: 96px;}
.fs-120_b04f68409486bd8d{font-size: 120px;}
.fs-150_59aa97a391bad47a{font-size: 150px;}
.fs-200_a835ce877baa785a{font-size: 200px;}


/* font-weight */
.fw-100_a8574913af5a388f{font-weight: 100;}
.fw-200_edeb66bac7d39cc8{font-weight: 200;}
.fw-400_cb13e5ae7ca5b84d{font-weight: 300;}
.fw-400_cb13e5ae7ca5b84d{font-weight: 400;}
.fw-500_b6ebaabc1fce7069{font-weight: 500;}
.fw-600_aa3a698f52685299{font-weight: 600;}
.fw-bold_6f783abab76786c6{font-weight: bold;}

/* margin left (px) */
.ms-10_e989fa95029e32e6{margin-left: 10%;}
.ms-20_bc51a98485db0377{margin-left: 20%;}
.ms-30_9d8a3843608e9692{margin-left: 30%;}
.ms-40_2a01c4205dba52bc{margin-left: 40%;}
.ms-50_89c0f49450eec432{margin-left: 50%;}
.ms-60_945274b2ec3650e4{margin-left: 60%;}
.ms-70_a86c0b3be7cc95cb{margin-left: 70%;}
.ms-80_eb6234d2f3f6b135{margin-left: 80%;}
.ms-90_f45cb008d32151df{margin-left: 90%;}
.ms-100_c46c87079cff2360{margin-left: 100%;}

/* padding (px) */
.p-10_38dbb4090cf834db{padding: 10px;}
.p-15_cb6635d7cf4b38ac{padding: 15px;}
.p-20_7687848ddc18e0e1{padding: 20px;}
.p-30_c471230e975b9eb9{padding: 30px;}
.p-40_d514fd96cf21e090{padding: 40px;}
.p-50_c46b32f878d4705b{padding: 50px;}
.p-60_8dce7a1ea41a0861{padding: 60px;}
.p-70_7a1328c9fc952189{padding: 70px;}
.p-80_3101378df8900ab9{padding: 80px;}
.p-90_ff24e1eba81d5c80{padding: 90px;}
.p-100_4de629380c796a2c{padding: 100px;}

/* padding bottom (px) */
.pb-10_086fc9087630d1cf{padding-bottom: 10px;}
.pb-20_a5adfcc379485506{padding-bottom: 20px;}
.pb-30_7342471200a2ed00{padding-bottom: 30px;}
.pb-40_b02547561e7404b2{padding-bottom: 40px;}
.pb-50_8db8e92e099b8905{padding-bottom: 50px;}
.pb-60_7ce05a6e2a833a6c{padding-bottom: 60px;}
.pb-70_00b5002c17ddf635{padding-bottom: 70px;}
.pb-80_de65d870f674388d{padding-bottom: 80px;}
.pb-90_ea691d53156d63ed{padding-bottom: 90px;}
.pb-100_dc7c9c2c4d507928{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_40c95e89eb754e4f{padding-top: 10px;}
.pt-20_187a88040ceec5cf{padding-top: 20px;}
.pt-30_f95317cd1159142f{padding-top: 30px;}
.pt-40_fea0355f69a13f36{padding-top: 40px;}
.pt-50_1ab03f6687f75f4d{padding-top: 50px;}
.pt-60_a13741d0c814caae{padding-top: 60px;}
.pt-70_8f13192c80b09281{padding-top: 70px;}
.pt-80_a5569dad7d9f87ea{padding-top: 80px;}
.pt-90_100e202a8b1ff73f{padding-top: 90px;}
.pt-100_793567c2231d4fee{padding-top: 100px;}

/* padding left (px) */
.ps-10_0446eca1f900ffac{padding-left: 10px;}
.ps-20_5de8c44e1ecf3ae4{padding-left: 20px;}
.ps-30_a401325b6e36e108{padding-left: 30px;}
.ps-40_66e906630e34aea9{padding-left: 40px;}
.ps-50_2eef38a5d1076844{padding-left: 50px;}
.ps-60_3d04c22be0c76d4b{padding-left: 60px;}
.ps-70_e1c1267c1b895d25{padding-left: 70px;}
.ps-80_4b69cbcdca88cf39{padding-left: 80px;}
.ps-90_a836d791b84da46f{padding-left: 90px;}
.ps-100_ea3c73cac31eb014{padding-left: 100px;}

/* border white */
.border-white-1_c2915f9ad9b0a9cd{border: solid 1px white;}
.border-white-2_2e6a6cbf2ee1e6f3{border: solid 2px white;}
.border-white-3_6ce0292a86324ab6{border: solid 3px white;}
.border-white-4_a5f0a93310df757c{border: solid 4px white;}
.border-white-5_2b0aa1a377d2f2d1{border: solid 5px white;}
.border-white-6_81d6a3b62176defd{border: solid 6px white;}
.dashed-1-white_d44e5218dce8a6c3{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_997c298e12885a28{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_7d4a92f5d08feb50{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_abc4fdb161b05c2b{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_2066f7930d7dc881{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_60038243d465bcfb{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_cb94636d2d583eee{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_5c271ceb84183f52{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_9895edf86cc98ce6{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_77cba79f6863c6c7{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_0d67cbca5c27f900{transform: scale(1.2);}
.hover-scale-in-3_3b7be56b2ea2e5e7{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_3b7be56b2ea2e5e7{transform: scale(1); opacity: 1}
.hover-op-0_264a96512f6aad42{ opacity:1 }
.hover:hover .hover-op-0_264a96512f6aad42{ opacity:0 }
.hover-op-1_af121998b02c1645,.hover-op-05_ebe4917aa40604c2{ opacity:0 }
.hover:hover .hover-op-1_af121998b02c1645{ opacity:1 }
.hover:hover .hover-op-05_ebe4917aa40604c2{ opacity:.5 }
.hover:hover .hover-scale-1-1_1fc654dce0dcd320{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_0d67cbca5c27f900{transform: scale(1.2);}
.hover-scale-in-3_3b7be56b2ea2e5e7{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_3b7be56b2ea2e5e7{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_ad80aa73aefef1e3{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_e8715b6e27f1ca55{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_6a4ae9fb15dbf73c{background: var(--heading-font-color)}
.hover-mh-100_22a705855fa6d994{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_22a705855fa6d994{max-height: 500px;}
.hover:hover .hover-top-0_69624872e7b16a40{top:0;}
.hover:hover .hover-pb-40_1c4dc05476c99be4{padding-bottom: 40px;}
.hover-mt-40_df96f25842ce50eb{margin-top: 40px;}
.hover:hover .hover-mt-40_df96f25842ce50eb{margin-top: 0px;}
.hover:hover .hover-mt-0_7b8ffb9d2ef0de74{margin-top: 0;}

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

/* opacity */
.op-1_9de87f3b65e6c9f9{ opacity:.1; }
.op-2_68c554467a56f092{ opacity:.2; }
.op-3_b2560f2f985004b9{ opacity:.3; }
.op-4_16399c85f2673074{ opacity:.4; }
.op-5_7817a3779d74b5ee{ opacity:.5; }
.op-6_79c31a2f4cffaa20{ opacity:.6; }
.op-7_1ab85b4474187384{ opacity:.7; }
.op-8_fb9677f56dd3c158{ opacity:.8; }
.op-9_11140a344d08566d{ opacity:.9; }

/* line height em */
.lh-1_7d57a163f5588cfa{line-height: 1em;}
.lh-1-1_4bcd71a560c98652{line-height: 1.1em;}
.lh-1-2_096141926b3fbe65{line-height: 1.2em;}
.lh-1-3_7750f0015e559670{line-height: 1.3em;}
.lh-1-4_fea2937dd6b8fbd9{line-height: 1.4em;}
.lh-1-5_0f4c0c2a1cdebc9d{line-height: 1.5em;}
.lh-1-6_c2220b8355fb6ce1{line-height: 1.6em;}
.lh-1-7_ac9b59936f523ba8{line-height: 1.7em;}
.lh-1-8_6dfcfaf3a2132427{line-height: 1.8em;}

/* min height (px) */
.mh-200_d3d0349cbcdb1f69{min-height:200px;}
.mh-300_2841750d5f0d04c7{min-height:300px;}
.mh-400_c0fcc12d386f49b8{min-height:400px;}
.mh-500_6358fa5cd09e54f3{min-height:500px;}

/* background dark */
.bg-dark-20_3e198d4b191866cd{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_b2b9580557bc4d79{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_d02f85d9c4cf253c{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_3ddae2867a54616c{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_35e7abc6a2dac708{background: rgba(0, 0, 0, .1)}
.overlay-black-2_ca9daa67902d5bf7{background: rgba(0, 0, 0, .2)}
.overlay-black-3_5c3a287be080cf7a{background: rgba(0, 0, 0, .3)}
.overlay-black-4_0083b725e2c38362{background: rgba(0, 0, 0, .4)}
.overlay-black-5_1c035436bd83c3f7{background: rgba(0, 0, 0, .5)}
.overlay-black-6_075c3fd24611cf63{background: rgba(0, 0, 0, .6)}
.overlay-black-7_b21ed08693f754a7{background: rgba(0, 0, 0, .7)}
.overlay-black-8_842bf9574e3b5d44{background: rgba(0, 0, 0, .8)}
.overlay-black-9_f10b41f29670d8dd{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_df8ba4f9d52cb718{background: rgba(255, 255, 255, .1)}
.overlay-white-2_9fcabc9f8562ba33{background: rgba(255, 255, 255, .2)}
.overlay-white-3_17dba441e8574c0c{background: rgba(255, 255, 255, .3)}
.overlay-white-4_ec6e6838ea784635{background: rgba(255, 255, 255, .4)}
.overlay-white-5_ad38ec6b7fba3abb{background: rgba(255, 255, 255, .5)}
.overlay-white-6_f4fdbf2140555851{background: rgba(255, 255, 255, .6)}
.overlay-white-7_ee349b0e6b515dc7{background: rgba(255, 255, 255, .7)}
.overlay-white-8_a0b6980b410d30c0{background: rgba(255, 255, 255, .8)}
.overlay-white-9_4c99f5f94d234949{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_c43e808e933f5b43 { left: 50%; transform: translateX(-50%);}
.abs-middle_ff7d7ac47f8f5283{ top: 50%;  transform: translateY(-50%);}
.abs-centered_f46ee8a02a51f503{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_d5324ec3cf5fafb9 { position: relative; }

/* z-index */
.z-1_11358ae2d5bfd700{ z-index:1 }
.z-2_d2f54afe2850b148{ z-index:2 }
.z-3_018815ac2528bfbf{ z-index:3 }
.z-4_6f8d4fca9c5e6a02{ z-index:4 }
.z-1000_20c0589a7ba407ef { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_a533cf0da1dafb5a 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_a533cf0da1dafb5a .img-l1_eaff76a6c0191a99{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_a533cf0da1dafb5a .img-l2_478c7837637f4e8e{
  top:20%;
  left: 0%;
}


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

.ss-wrap_a533cf0da1dafb5a .img-r2_27b7a3e80bc2f346{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_04c904d2b2162a03 .d-item .d-text_0f255378ad616d93 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_e20ca26504b54057 .d-item.no-border_822679efdeff680a{
  border: none;
}

.de-timeline-s2_e20ca26504b54057 .d-item  .d-icon_b679094c2884183b{
  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_e20ca26504b54057.color .d-item  .d-icon_b679094c2884183b{
  background: var(--secondary-color);
}

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

.de-timeline-s2_e20ca26504b54057 .d-item .d-text_0f255378ad616d93{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_f07a2010c75f355e.border-left_bffe459d56003fb0.light_b8739d1f55bdb633{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_3fb2f44da770054b .swiper-pagination-current_bf7c6bed77701c7a{
  color: var(--heading-font-color);
}

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

.slider-light_3fb2f44da770054b .swiper-button-next, .slider-light_3fb2f44da770054b .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_2bd5b238b9b80593{
  color:#ffffff;
}
.sw-price_2bd5b238b9b80593 .d-starting_877141cc02cccbd7{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_2bd5b238b9b80593 .d-price_607a9c0af4d0c429{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_2bd5b238b9b80593 .d-val_74e9f198a11881cc{
  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_2bd5b238b9b80593 .d-cur_31973ffc808c395e, .sw-price_2bd5b238b9b80593 .d-period_edea3dac526fbab4{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_2bd5b238b9b80593 .d-cur_31973ffc808c395e{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_77bb907c87bb570b {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_77bb907c87bb570b {
    min-height: 320px;
  }
}
.swiper-container-wrapper_73f4675cfd4efd7d {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_73f4675cfd4efd7d {
    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_4bc25c082b1a1c37 h3{
  font-size: 22px
}

.sw-caption-thumb_4bc25c082b1a1c37 .d-tag_f7f3744da1853ab3{
  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_ddc466e5285768c0 #mainmenu{
  margin: 0;
}

.col-start_02424c6570489c46, .col-end_68687e5452e67012 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_68687e5452e67012{
  justify-content: end;
}

.col-center_175cac2548c391e0 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_175cac2548c391e0 img{
  width: 160px;
}


.subtitle_cab28aeeaca93b2d{
  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_cab28aeeaca93b2d: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_832017be1cfc0886 .subtitle_cab28aeeaca93b2d, .text-light_feedeaad59a3474a .subtitle_cab28aeeaca93b2d{
  color:#ffffff;
}


.dark-scheme_832017be1cfc0886 .subtitle_cab28aeeaca93b2d:before, .text-light_feedeaad59a3474a .subtitle_cab28aeeaca93b2d:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_cab28aeeaca93b2d.blink_61acaaa3858bb366{
  padding-left: 35px;
}

.subtitle_cab28aeeaca93b2d.blink_61acaaa3858bb366: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_832017be1cfc0886::-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_7474f24ff509df02 {
    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_9763c7a0814ae538 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_832017be1cfc0886 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_8802fc901404bc80{
      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_8802fc901404bc80 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_224f0cfbff669633 {
  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_224f0cfbff669633 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_224f0cfbff669633 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_224f0cfbff669633 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_3cfff5ade5b35727: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_bff4c39b31cf35ed {
  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_d3789a25ba78e7e9,
.rtl .bx-wrapper_4a62e8b44074ad5d {
  direction: ltr;
}

.rtl .owl-carousel_d3789a25ba78e7e9 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_ddc466e5285768c0 {
  display: flex;
  justify-content: space-between;
}

.de-flex_ddc466e5285768c0>.de-flex-col_428fc4ec8ae22a5c {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_1fc2ae501a05af61,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_1fc2ae501a05af61 {
  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_d03018013f500cdb {
  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_d91c20a956872848 {
  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_d91c20a956872848 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_25a8c76ad962a987 {
  border-color: #EFEFEF !important;
}

.tparrows_baefb6bb328c3022 {
  background: none !important;
}

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

.text-light_feedeaad59a3474a .border_25a8c76ad962a987 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_d3789a25ba78e7e9 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_b302dc41a590139d img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_b302dc41a590139d {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_b302dc41a590139d 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_356dcd79a16e24e5.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_356dcd79a16e24e5.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_356dcd79a16e24e5 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_9db5a104ff7347c1 .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_feedeaad59a3474a strong {
  color: #fff;
}

.bg-white_6c291f5977866a99 {
  background: #ffffff;
}

.bg-white-10_89ff54e5bb8b86e5 {
  background: rgba(255, 255, 255, .1);
}

.wh80_70d9159630eb8143 {
  width: 80%;
  height: 80%;
}

.border-top_3e76080748f8635e {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_382c974acfd3ed57 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_832017be1cfc0886 header.border-bottom_382c974acfd3ed57 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_292cdfe39c419791 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_292cdfe39c419791 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_67afe45ff7affe04 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_8943d818da656636 {
  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_f52f50b7eb01926e:before,
.nav-next_6293d78b872b549b:before,
.nav-exit_a1abccf368921d42:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_a1abccf368921d42:before {
  width: 100%;
  display: block;
}

.nav-next_6293d78b872b549b:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_a1abccf368921d42:before {
  content: '\f00d';
}

.de_light_5dca613c5944af49 .nav-exit_a1abccf368921d42:before {
  color: #222;
}

.no-bottom_02cd4400380834c6 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_2d68b571998a35f2 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_9d220dbdf8e7d5e0 {
  background: #f6f6f6;
}

.no-bottom_02cd4400380834c6 .col-md-12_b29224038409a52e {}

.no-bottom_02cd4400380834c6 {
  padding-bottom: 0 !important;
}

.no-top_0d4c859b14cf7846 {
  padding-top: 0 !important;
}

.no-margin_7fbf189a368489d1 {
  margin: 0 !important;
}

.nopadding_40977e75d352f4e3 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_e4e8f9fe351360e5 {
  position: relative;
  overflow: hidden;
}

.image-slider_ca0923424bd16b60 {
  cursor: move;
}

.inner-padding_98838165156d34aa {
  padding: 90px;
}

.inner-padding_98838165156d34aa.pos-left_afec8ff5bd4c4ca1 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_98838165156d34aa.pos-left_afec8ff5bd4c4ca1 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_4e063e9e975a5c48,
section.no-padding_4e063e9e975a5c48 {
  padding: 0;
}

.float-left_c299b3856601dace {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_06c4c8ff4873fbfd {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_6d4cd5463db68b00 {
  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_01ee375aea00a3c8 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_01ee375aea00a3c8.style-2_576dc28b8b6bef52 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_01ee375aea00a3c8.style-3_303e8fd51f2dad24 {
  font-size: 14px;
}

.teaser_01ee375aea00a3c8.style-4_c708f9fde4d1abb0 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_c3b5ddc77d341711:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_0e136b786313af4d {
  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_809c928693be816c {
  display: flex;
}

.owl-prev_23decb8c608957cc,
.owl-next_ee672d84eddee16f,
.d-nav-left_fa0f2b7ca718f584,
.d-nav-right_e4a2712cffbd322d {
  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_832017be1cfc0886 .owl-prev_23decb8c608957cc,
.dark-scheme_832017be1cfc0886 .owl-next_ee672d84eddee16f {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_23decb8c608957cc:hover,
.owl-next_ee672d84eddee16f: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_23decb8c608957cc,
.d-nav-left_fa0f2b7ca718f584 {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_ee672d84eddee16f,
.d-nav-right_e4a2712cffbd322d {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_fa0f2b7ca718f584 i,
.d-nav-right_e4a2712cffbd322d i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_ee672d84eddee16f i,
.d-nav-left_fa0f2b7ca718f584 i {
  top: 12px;
  left: 16px;
}

.d-nav-right_e4a2712cffbd322d i {
  top: 12px;
  right: 16px;
}

.owl-arrow_10f55dcdfb953bb1 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_10f55dcdfb953bb1 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_10f55dcdfb953bb1 .prev {
  left: 0;
}

.owl-arrow_10f55dcdfb953bb1 .next {
  right: 0;
}

.owl-arrow_10f55dcdfb953bb1 .prev:before,
.owl-arrow_10f55dcdfb953bb1 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_10f55dcdfb953bb1 .next:before {
  content: '\f178';
}

.owl-pagination_9ddd931955a3b282 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_64ad05f8e6eadf30 .owl-controls_9d8929c9ba4a77aa .owl-page_b05a57b0a8877363 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_64ad05f8e6eadf30 .owl-controls_9d8929c9ba4a77aa .owl-page_b05a57b0a8877363.active span {
  background: none;
}

.owl-theme_64ad05f8e6eadf30 .owl-controls_9d8929c9ba4a77aa .owl-page_b05a57b0a8877363.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_64ad05f8e6eadf30 .owl-nav_809c928693be816c.disabled+.owl-dots_45778ca5a76f7272 {
  margin-top: 0px;
}

.owl-dots_45778ca5a76f7272 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_64ad05f8e6eadf30 .owl-dots_45778ca5a76f7272 .owl-dot_3a352f41241773d3 span {
  display: none;
}

/* new owl close */

.text-light_feedeaad59a3474a .owl-theme_64ad05f8e6eadf30 .owl-controls_9d8929c9ba4a77aa .owl-page_b05a57b0a8877363 span {
  background-color: #fff;
}

.text-light_feedeaad59a3474a .owl-theme_64ad05f8e6eadf30 .owl-controls_9d8929c9ba4a77aa .owl-page_b05a57b0a8877363.active span {
  background: none;
}

.text-light_feedeaad59a3474a .owl-theme_64ad05f8e6eadf30 .owl-controls_9d8929c9ba4a77aa .owl-page_b05a57b0a8877363.active span:before {
  border: solid 2px #fff;
}

.text-slider_01e56513fd770162 {
  color: #fff;
  display: inline-block;
}

.text-slider_01e56513fd770162.med-text_6284d3d75008e014 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_01e56513fd770162.big-text_41c1a8b4f631ad72 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_4ebe339760020b06 .text-item {
  display: inline-block;
}

.text-slider_01e56513fd770162.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_01e56513fd770162.big-text_41c1a8b4f631ad72 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_01e56513fd770162 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_0711bf722887903a {
  color: #ff0000;
}

.teal_0fe292c4eb877ae6 {
  color: #009999;
}

.purple_e6d8fee7dc8c9af4 {
  color: #663366;
}

.green_a5ee84b2192bcbe2 {
  color: #009900;
}

.bg-overlay_7f8ebeb136080ddf {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_7be727817696f37c {
  position: relative;
}

.overlay-bg_bf3734217f012bc6 {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_bf3734217f012bc6.p60_62a0aedf05fd7c95 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_638c1930976acd72 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_3c58049d7909c2b1 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_bf3734217f012bc6.t0_e29f2550e214444e {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_bf3734217f012bc6.t20_29aff05e12279849 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_bf3734217f012bc6.t30_b88de763dadaed00 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_bf3734217f012bc6.t40_35888946b96d3be7 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_bf3734217f012bc6.t50_a5f96ee1d86e1f6c {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_bf3734217f012bc6.t60_853e198774e27d7d {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_bf3734217f012bc6.t70_e0db90a460ee9127 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_bf3734217f012bc6.t80_b8b5bf75947ec84f {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_bf3734217f012bc6.t90_439817b178fa7c81 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_bf3734217f012bc6.light-5_f1764c2e5b2ed4bd {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_bf3734217f012bc6.light-6_82649e77993fa6f8 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_bf3734217f012bc6.light-7_ab8872443db291a0 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_bf3734217f012bc6.light-8_6f323305fa1cd4d8 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_bf3734217f012bc6.c1_135c6e470f308522 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_bf3734217f012bc6.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_bf3734217f012bc6.gradient-blue-aqua_5922ce54455da074 {
  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_5d4c689b342380de.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_d46cdcbfabd9db9d {
  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_9d220dbdf8e7d5e0,
section.bg-grey_9d220dbdf8e7d5e0 {
  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_4048b66a03b3d4ad {
  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_04e2666f8e2d9f67 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_04e2666f8e2d9f67:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_8cf55db866117177 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_e44351cb1447ea91 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_e44351cb1447ea91:hover {
  color: #707070;
}

a.read_more_e44351cb1447ea91 i {
  margin-left: 8px;
}

.text-light_feedeaad59a3474a a.read_more_e44351cb1447ea91 {
  color: #fff;
}

.text-black_24ea246b588efd9f {
  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_e50c95b4d21bbe3d {
  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_2326f5522530031d:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_2326f5522530031d: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_45778ca5a76f7272 {
  text-align: center;
}

.owl-dot_3a352f41241773d3 {
  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_832017be1cfc0886 .owl-dot_3a352f41241773d3,
.text-light_feedeaad59a3474a .owl-dot_3a352f41241773d3 {
  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_679c11cc486371a0 {
  opacity: 1;
}

.owl-stage_02c5c716a57e8f72 {
  overflow: none;
}

.typed-strings_43ff836de9c111b4 p {
  position: absolute;
}

.typed-cursor_d33b37591b8b3c49 {
  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_576dc28b8b6bef52 .date-box_d79872794c44543b {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_576dc28b8b6bef52 .date-box_d79872794c44543b .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_576dc28b8b6bef52 .date-box_d79872794c44543b .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_78c54823d4917498 {
  margin: 0;
  padding: 0;
}

.sitemap_78c54823d4917498.s1_3eb703fbe535bf22 li {
  list-style: none;
}

.sitemap_78c54823d4917498.s1_3eb703fbe535bf22 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_fdb2711eebea9183 {
  margin: 0;
  padding: 0;
}

.list_fdb2711eebea9183 li {
  list-style: none;
}

.rtl .list_fdb2711eebea9183.s1_3eb703fbe535bf22 li:after,
.list_fdb2711eebea9183.s1_3eb703fbe535bf22 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_fdb2711eebea9183.s1_3eb703fbe535bf22 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_fdb2711eebea9183.s1_3eb703fbe535bf22 li:before {
  display: none;
}

.list_fdb2711eebea9183.s2_1900b18ba2df8657 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_fdb2711eebea9183.s3_36b9846f0abd14e5 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_fdb2711eebea9183.s3_36b9846f0abd14e5 li {
  display: inline;
  margin-right: 20px;
}

.list_fdb2711eebea9183.s3_36b9846f0abd14e5 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_d12e55ebc57babe6 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_832017be1cfc0886 .switch-set_d12e55ebc57babe6{
  color:#ffffff;
}

.dark-scheme_832017be1cfc0886 .switch_a58e3b5ff8638535 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_d12e55ebc57babe6 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_a58e3b5ff8638535 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_a58e3b5ff8638535::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_5d2677727de73250 {
  display: block;
}

.de-switch_5d2677727de73250 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_5d2677727de73250 input[type=checkbox] {
  display: none;
}

.de-switch_5d2677727de73250 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_5d2677727de73250 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_5d2677727de73250 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_832017be1cfc0886 .de-switch_5d2677727de73250 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_5d2677727de73250 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_5d2677727de73250.colored_b648b8659d373f6d input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_5d2677727de73250.colored_b648b8659d373f6d label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_5d2677727de73250 {
  float: right;
}

.switch_a58e3b5ff8638535:checked::after {
  transform: translateX(20px);
}

.switch_a58e3b5ff8638535:focus {
  outline-color: transparent;
}

.menu_side_area_45255328ea75e31f {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_45255328ea75e31f {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_832017be1cfc0886 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_3ef1d0c7da2d4abe {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_03e2ea29001d0ffa {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_b90ed521a9086458 {
  display: none;
}

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

.ul-style-2_db420bd29b338003 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_db420bd29b338003 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_db420bd29b338003.s2_1900b18ba2df8657 li h4 {
  font-weight: 600;
}

.ul-style-2_db420bd29b338003.s2_1900b18ba2df8657 li {
  margin-bottom: 30px;
}

.ul-style-2_db420bd29b338003.s3_36b9846f0abd14e5 li {
  margin-bottom: 5px
}

.ul-style-2_db420bd29b338003 .d-label_f8373f7eee0971fa {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_a3612b105cc68b58{
  margin: 0;
  padding: 0;
}

.ul-check-inline_a3612b105cc68b58 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_a3612b105cc68b58 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_db420bd29b338003 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_db420bd29b338003 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_b2d7a4924cf9aded {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_b2d7a4924cf9aded li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_b2d7a4924cf9aded li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_b2d7a4924cf9aded li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_115778c60b0867b3{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_4679feb6a657ce20{
  color:#ffffff;
}


/* shadow */

.shadow-soft_b2ccf4d1d466384a,
.de-map-wrapper_b7c099935fc4c5a4 iframe,
.expand-custom_b740ba6fd57a86b1,
#form_sb input,
.container-timeline_a3095cc509d71dfd 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_539c288b32c77109 {
  -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_2c1366fcb0ba776a {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_5f10e86a31dec47d {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_44be5d5b8d069770 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_7b16a13f041c338b {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_4d492179e0e15b5a{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_425a8c68b7544b9e{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_de2b1b090bbc0ab1 {
  right: 0;
}

.rtl .carousel-control-prev_060de0f4da3f4268 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_feea21f7a481d04b,
.carousel-control-prev-icon_26025945f3067658 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_feea21f7a481d04b:after,
.carousel-control-prev-icon_26025945f3067658:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_feea21f7a481d04b:after {
  content: "\f105";
}

.carousel-control-next-icon_feea21f7a481d04b:hover,
.carousel-control-prev-icon_26025945f3067658: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_b7c099935fc4c5a4 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_62cd5466b9cf3cb8 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_62cd5466b9cf3cb8 {
  -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_ca4babafdcac8dd7 {
  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_6228943e3dba2290{
  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_d2cebd5544ab0e85 .bubble_6228943e3dba2290:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_d2cebd5544ab0e85 .bubble_6228943e3dba2290:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_d2cebd5544ab0e85 .bubble_6228943e3dba2290:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_f832676cd744c6a5{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_f832676cd744c6a5 .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_ad76b54278f04ddf{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_ad76b54278f04ddf dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_ad76b54278f04ddf dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_ad76b54278f04ddf dt span:after {
  content: " ";
}
.def-list-dots_ad76b54278f04ddf dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_ad76b54278f04ddf .no-def-item_70f254380e2d3e45 dt:after {
  content: "";
}
.def-list-dots_ad76b54278f04ddf 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_1dad44552a829a27 img{
  height: 350px;
  width: auto;
}

.d-list-menu_8c35c49bd8b8787e {
  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_c751295a67f783a4 .dropdown a:hover {
  color: #333;
}

.dark-scheme_832017be1cfc0886 .dropdown a,
.dark-scheme_832017be1cfc0886 .header-light_c751295a67f783a4 .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_832017be1cfc0886 .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_832017be1cfc0886 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_832017be1cfc0886 .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_8573341a3c8b09df {
  width: 600px !important;
}

.dropdown ul.d-col-3_8573341a3c8b09df li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_8573341a3c8b09df li span {}

.text-light_feedeaad59a3474a .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_feedeaad59a3474a .dropdown a {
  color: #ffffff;
}

.items_filter_bc413b612e4c253f {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_bc413b612e4c253f .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_59352975afb6e0f6,
.dropdown.fullwidth_59352975afb6e0f6 a,
.dropdown.fullwidth_59352975afb6e0f6 ul,
.dropdown.fullwidth_59352975afb6e0f6 li {
  width: 100%;
}

.dropdown.style-2_576dc28b8b6bef52,
.dropdown.style-2_576dc28b8b6bef52 a,
.dropdown.style-2_576dc28b8b6bef52 ul,
.dropdown.style-2_576dc28b8b6bef52 li {
  width: 100%;
}

.rtl .dropdown.style-2_576dc28b8b6bef52 {
  text-align: right;
}

.dropdown.style-2_576dc28b8b6bef52 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_576dc28b8b6bef52 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_72a0a48282a191fb {
  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_72a0a48282a191fb:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_b9857ce7480ab27e {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_b9857ce7480ab27e span {
  display: inline-block;
  position: relative;
}

.separator_b9857ce7480ab27e span:before,
.separator_b9857ce7480ab27e span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_b9857ce7480ab27e span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_b9857ce7480ab27e span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_b9857ce7480ab27e span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_5dca613c5944af49 .separator_b9857ce7480ab27e span:before,
.de_light_5dca613c5944af49 .separator_b9857ce7480ab27e span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_feedeaad59a3474a .separator_b9857ce7480ab27e span:before,
.text-light_feedeaad59a3474a .separator_b9857ce7480ab27e span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_6d2fb8d627f2a211: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_6d2fb8d627f2a211: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_6d2fb8d627f2a211 {
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_bbb4661fb998146f {
  -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_bbb4661fb998146f {
  -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_40a946e60d1ea68b,
.isotope.no-transition_40a946e60d1ea68b .isotope-item_bbb4661fb998146f,
.isotope .isotope-item_bbb4661fb998146f.no-transition_40a946e60d1ea68b {
  -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_feedeaad59a3474a #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_feedeaad59a3474a #filters a:hover {
  color: #fff;
}

.text-light_feedeaad59a3474a #filters a.selected {
  color: #fff;
}

.text-light_feedeaad59a3474a #filters a.selected {
  color: #fff;
}

.isotope-item_bbb4661fb998146f {
  z-index: 2;
}

.isotope-hidden_2fe58742f2ce5a04.isotope-item_bbb4661fb998146f {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_4d40cc846c4929a8 ul.slides,
.project-carousel-3-col_56dfbfef73188d87 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_c5db055791fd40aa .flex-direction-nav_47f3ac2491be4ee2,
.project-carousel_4d40cc846c4929a8 .flex-control-nav_6a7651dc8b3276ee,
.project-carousel_4d40cc846c4929a8 .flex-direction-nav_47f3ac2491be4ee2,
.project-carousel-3-col_56dfbfef73188d87 .flex-control-nav_6a7651dc8b3276ee,
.project-carousel-3-col_56dfbfef73188d87 .flex-direction-nav_47f3ac2491be4ee2 {
  display: none;
}

.logo-carousel_c5db055791fd40aa.owl-carousel_d3789a25ba78e7e9 .owl-item img {
  width: auto;
}

.logo-carousel_c5db055791fd40aa.no-control_9c360b12460caf51 .flex-control-nav_6a7651dc8b3276ee {
  display: none;
}

.logo-carousel_c5db055791fd40aa.s2_1900b18ba2df8657 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_d3789a25ba78e7e9.owl-center_9aa7fc3bd0299d6d .owl-item {
  opacity: .6;
}
.owl-carousel_d3789a25ba78e7e9.owl-center_9aa7fc3bd0299d6d .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_fb4416d5c2596a78());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_fb4416d5c2596a78());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_fb4416d5c2596a78());
}

.typed-strings_43ff836de9c111b4 p {
  position: absolute;
}

.social-icons-sm_d9942ba5907656d5 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_d9942ba5907656d5 i:hover {
  color: #ffffff;
}

.arrowup_4d34355bf009d58b {
  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_307ca072a3fd8e59 {
  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_df80ae0e70aca968 {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_956d40c496f4076a {
  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_fc746f98fc8ede1e .nav-link {
  font-weight: 500;
}

.de-preloader_69bdb245b06f75e6 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_832017be1cfc0886 .de-preloader_69bdb245b06f75e6 {
  background: var(--bg-color-even);
}

.dot-loader_66cc95dd15e20218 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_92b32c97f87f37d0 {
  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_92b32c97f87f37d0.dot1_3572812b553975db {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_92b32c97f87f37d0.dot2_505d8e8b0ea59cbf {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_92b32c97f87f37d0.dot3_b9e5c2da61ac716c {
  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_aea0207d0d94fd4e {
  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_aea0207d0d94fd4e .p-line_0cad6b2182002dae {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_aea0207d0d94fd4e .p-line_0cad6b2182002dae: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_aea0207d0d94fd4e .p-line_0cad6b2182002dae:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_aea0207d0d94fd4e .p-line_0cad6b2182002dae: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_2e018f52a2b63f67, .container-md_99f79bfa06ceb700, .container-sm_ccfb0fe490d52f72, .container-xl_8ddd7a7d4b3e0f11 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_2e018f52a2b63f67,
  .container-md_99f79bfa06ceb700,
  .container-sm_ccfb0fe490d52f72,
  .container-xl_8ddd7a7d4b3e0f11 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_2e018f52a2b63f67,
  .container-md_99f79bfa06ceb700,
  .container-sm_ccfb0fe490d52f72,
  .container-xl_8ddd7a7d4b3e0f11 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_b1ccb5a78064474e { width: 20%; }
  .col-md-2-5_1132fdd5b958f8f5 { width: 40%; }
  .col-md-3-5_9f55dea6e957ab3c { width: 60%; }
  .col-md-4-5_257ec989cdc1318e { width: 80%; }
  .col-md-5-5_f52bbba73d56befa { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_c0191ca616d82ab9 { width: 20%; }
  .col-lg-2-5_170c40cbc09fe639 { width: 40%; }
  .col-lg-3-5_1b0294bb72e5b0fe { width: 60%; }
  .col-lg-4-5_c51a6799189f66f3 { width: 80%; }
  .col-lg-5-5_dfb5b5f67d5ad5d4 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_2e018f52a2b63f67,
  .container-md_99f79bfa06ceb700,
  .container-sm_ccfb0fe490d52f72 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_9f4ba6ff743aa140 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_c85869933fd27e84 .tr .td:nth-child(4),
  .de_table_c85869933fd27e84 .tr .td:nth-child(5),
  .de_table_c85869933fd27e84 .tr .td:nth-child(6),
  .de_table_c85869933fd27e84 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_d1a9227f4e99a9c6 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_e94e0bf2e662043f .countdown-show4_b468edb50e68c1b7 .countdown-section_3ef1d0c7da2d4abe {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_e94e0bf2e662043f .countdown-period_4947d788fa1f166e{
    font-size:10px;
  }

  .countdown-s2_e94e0bf2e662043f .countdown-amount_aebdb9fe6bae4c93 {
    font-size: 20px;
  }


  .mb-sm-20_01f47a786da92397 {
    margin-bottom: 20px;
  }

  .mb-sm-30_db7332173d5cee18 {
    margin-bottom: 30px;
  }

  .mt-sm-0_19a590a310328445{
    margin-top: 0;
  }

  .sm-mt-0_1bf2180c80c3cb66 {
    margin-top: 0;
  }

  .p-sm-30_ea65e28f92145468 {
    padding: 40px;
  }

  .pb-sm-0_9892ea4a0c44f68b {
    padding-bottom: 0;
  }

  .mb-sm-0_3996752a31eeb5f1 {
    margin-bottom: 0;
  }

  .sm-p-40_d88dab9163920773{
    padding: 40px;
  }

  header .header-col_9a82d3a7dcd876c6 {
    position: absolute;
    top: 0;
  }

  header .header-col_9a82d3a7dcd876c6.mid_45acf466d0627d9f {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_f32e20f8776546b5 {
    text-align: center;
  }

  .sm-pt10_e7bd701a6267d3e7 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_98838165156d34aa {
    padding: 40px;
  }

  .header-col-left_74b40009afe67e94,
  .header-col-right_0d148e9a67d25cb4 {
    padding-top: 16px;
  }

  .header-col-mid_dced6d9b849a49e3 #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_dd94545c16ecf2f3 {
    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_dfab03338ec154e7 {
    position: fixed;
  }

  #subheader.s2_1900b18ba2df8657 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_1e2c1cbfffaae1f1 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_9f4ba6ff743aa140 h1 {
    font-size: 32px;
  }

  .slider_text_9f4ba6ff743aa140 .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_506c39a438d4965b {
    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_506c39a438d4965b,
  #mainmenu li li li a.menu-item_506c39a438d4965b {
    padding-left: 0;
  }

  #mainmenu a.menu-item_506c39a438d4965b:hover {
    background: #111;
  }

  #mainmenu a.menu-item_506c39a438d4965b: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_506c39a438d4965b: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_506c39a438d4965b {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_506c39a438d4965b:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_506c39a438d4965b {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_506c39a438d4965b {
    display: block;
  }

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

  #mainmenu li ul li:last-child a.menu-item_506c39a438d4965b {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_506c39a438d4965b:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_be4cbd33f11392bf) {
    border: none;
  }

  #mainmenu>li ul.mega_be4cbd33f11392bf .sb-menu_095351bab991a471 {
    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_506c39a438d4965b {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_c751295a67f783a4.header-mobile #mainmenu a.menu-item_506c39a438d4965b{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_506c39a438d4965b: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_832017be1cfc0886 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_be4cbd33f11392bf ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_be4cbd33f11392bf .menu-content_d0b19b5bf5c0172c {
    background: #fff;
  }

  header.header-light_c751295a67f783a4.header-mobile #mainmenu li,
  header.header-light_c751295a67f783a4.header-mobile #mainmenu li ul li a.menu-item_506c39a438d4965b {
    border-color: #eee;
  }

  header.header-dark_0dc082220f240f29.header-mobile {
    background: #222;
  }

  header.header-dark_0dc082220f240f29.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_0dc082220f240f29.header-mobile #mainmenu li a.menu-item_506c39a438d4965b {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_506c39a438d4965b: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_506c39a438d4965b {
    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_832017be1cfc0886 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_506c39a438d4965b {
    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_506c39a438d4965b {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_832017be1cfc0886 header.header-mobile #mainmenu li a.menu-item_506c39a438d4965b {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_506c39a438d4965b:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_832017be1cfc0886 header.header-mobile #mainmenu li a.menu-item_506c39a438d4965b: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(../media/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_832017be1cfc0886 header.header-mobile #mainmenu>li>span {
    background: url(../media/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../media/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_832017be1cfc0886 header.header-mobile #mainmenu li span.active {
    background: url(../media/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../media/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(../media/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_506c39a438d4965b {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_832017be1cfc0886 header.header-mobile #mainmenu li ul li a.menu-item_506c39a438d4965b {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_506c39a438d4965b {
    border-bottom: none;
  }

  header.header-light_c751295a67f783a4.header-mobile #mainmenu>li>span,
  header.header-light_c751295a67f783a4.header-mobile #mainmenu li>ul>li>span {
    background: url(../media/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_c751295a67f783a4.header-mobile #mainmenu>li>span.active,
  header.header-light_c751295a67f783a4.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../media/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_be4cbd33f11392bf {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_be4cbd33f11392bf>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_be4cbd33f11392bf .menu-content_d0b19b5bf5c0172c {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_c751295a67f783a4 #mainmenu ul li a.menu-item_506c39a438d4965b,
  .header-light_c751295a67f783a4 #mainmenu ul li a.menu-item_506c39a438d4965b:hover {
    color: #333;
  }

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

  .de_tab.tab_methods_6a5d8a38571f2875 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_6a5d8a38571f2875 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_6a5d8a38571f2875 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_0b170717845edd65 {
    display: none;
  }

  .sm-hide_d1bd4931e27f617d {
    display: none;
  }

  .d-btn-close_cf2a62b1bc5d5725 {
    position: relative;
  }

  .de_tab.tab_style_4_9db5a104ff7347c1 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_506c39a438d4965b span {
    display: none;
  }

  .de_tab.tab_methods_6a5d8a38571f2875.style-2_576dc28b8b6bef52 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_f5de5bc4c60e9987 {
    position: relative;
    height: auto;
  }

  .timeline_a4c1003c80c160df>li>.timeline-panel_af13eab2dfdfb5c6 {
    width: 100%;
  }

  .timeline-badge_d3ce60c3f5e96b5d {
    display: none;
  }

  .timeline_a4c1003c80c160df:before {
    background: none;
  }

  .tp-caption_39dd717a1f4c3c0f {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_e7c393d1d0f6d3aa .de-flex_ddc466e5285768c0,
  .subfooter_e7c393d1d0f6d3aa .de-flex-col_428fc4ec8ae22a5c {
    display: block;
  }

  .subfooter_e7c393d1d0f6d3aa .social-icons_fc733aff4587bcf6 {
    margin-top: 20px;
  }

  .subfooter_e7c393d1d0f6d3aa span.copy_b999c68bf75d5ca7 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_4d438b2edc8d758c{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_19bcd688b72829df{
    margin:0 20px;
  }

  .crumb_1e2c1cbfffaae1f1{
    margin-bottom: 0;
  }

  section.bottom-rounded_cf50390a7f95dae7{
    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_cfbaed482e1ae24f,
  h1.ultra-big_cfbaed482e1ae24f .text-line_79484ce008311855,
  h1.ultra-big-2_0206824fa1aa637f,
  .title-text_705f2d19f31924bc,
  h1.slider-title_075df4aed083a255{
    font-size: 60px;
  }  

  h1.slider-title_075df4aed083a255,
  h2.slider-title_075df4aed083a255{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_f64aafef4aa9045a > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_b7e7839eba0b011b{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_2cee65812f565ca1{padding-top:10px;}
  .pt-sm-20_b9b14b5e0e48fabf{padding-top:20px;}
  .pt-sm-30_a677f4585791aa61{padding-top:30px;}
  .pt-sm-40_d5fefea66b2a2f8a{padding-top:40px;}
  .pt-sm-50_819ff01e92d2b76f{padding-top:50px;}
  .pt-sm-60_921943c431419889{padding-top:60px;}
  .pt-sm-70_98e36fa5ff8bccdb{padding-top:70px;}
  .pt-sm-80_6ed93a31c009e093{padding-top:80px;}
  .pt-sm-90_4f3eabad3ad58aa4{padding-top:90px;}
  .pt-sm-100_a5c1b636551d68bf{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_75d9d25427148488{padding-bottom:10px;}
  .pb-sm-20_c4f76fdef163683f{padding-bottom:20px;}
  .pb-sm-30_1deebfe9f013a09d{padding-bottom:30px;}
  .pb-sm-40_3199f4c659bbd994{padding-bottom:40px;}
  .pb-sm-50_654da1db3c3bc7c2{padding-bottom:50px;}
  .pb-sm-60_dc853b22fe3bedb9{padding-bottom:60px;}
  .pb-sm-70_a142a45eebb2a09c{padding-bottom:70px;}
  .pb-sm-80_52052b702e400272{padding-bottom:80px;}
  .pb-sm-90_fe9896386c9bc1ff{padding-bottom:90px;}
  .pb-sm-100_0c120fc219565781{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_9f04e4f10fa1dba7{margin-top:10px;}
  .mt-sm-20_ddcf7b4b3ccd72e7{margin-top:20px;}
  .mt-sm-30_438fc73b84971561{margin-top:30px;}
  .mt-sm-40_05babca7fbb4acd9{margin-top:40px;}
  .mt-sm-50_ebe7a08df1aa5aa8{margin-top:50px;}
  .mt-sm-60_0972a314e77b1a3d{margin-top:60px;}
  .mt-sm-70_1badd37e59fde13a{margin-top:70px;}
  .mt-sm-80_470b2d3775212e9f{margin-top:80px;}
  .mt-sm-90_7bb49fc14245d25a{margin-top:90px;}
  .mt-sm-100_ea6c0e09ae1f0da0{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_fed06747f4e169a5{margin-bottom:10px;}
  .mb-sm-20_01f47a786da92397{margin-bottom:20px;}
  .mb-sm-30_db7332173d5cee18{margin-bottom:30px;}
  .mb-sm-40_d30f57ed54ad3610{margin-bottom:40px;}
  .mb-sm-50_7a7d4eb3201613c4{margin-bottom:50px;}
  .mb-sm-60_2f8898d51c10730d{margin-bottom:60px;}
  .mb-sm-70_a53895109ef59e02{margin-bottom:70px;}
  .mb-sm-80_c2d30decc9fe3e3b{margin-bottom:80px;}
  .mb-sm-90_4aae19b967f29dc1{margin-bottom:90px;}
  .mb-sm-100_c7bc5a591570e921{margin-bottom:10px;}


  .fs-sm-1vw_bd707fe55239a59f{font-size: 1vw}
  .fs-sm-2vw_9a9986cacc3e182d{font-size: 2vw}
  .fs-sm-3vw_7e305adb36d5976f{font-size: 3vw}
  .fs-sm-4vw_41620568d7c5dcae{font-size: 4vw}
  .fs-sm-5vw_477a24660b1fa897{font-size: 5vw}
  .fs-sm-6vw_2d1a050719d8b1ec{font-size: 6vw}
  .fs-sm-7vw_7e9457324808134e{font-size: 7vw}
  .fs-sm-8vw_f33b5acfce1add5e{font-size: 8vw}
  .fs-sm-9vw_cb43981e341831e2{font-size: 9vw}
  .fs-sm-10vw_4acdfc17c8f3a68d{font-size: 10vw}
  .fs-sm-11vw_1fcd316e2151213c{font-size: 11vw}
  .fs-sm-12vw_200302d8445a31ea{font-size: 12vw}
  .fs-sm-13vw_0e042a1b6dc0369f{font-size: 13vw}
  .fs-sm-14vw_2e621d41dd6592eb{font-size: 14vw}
  .fs-sm-15vw_12a77d11972c8bb7{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_4cdf565051a19167 {
    display: none;
  }

  header .logo-init_771eba34cab7882c {
    display: none;
  }

  header .logo-mobile_df20ccbe95f173dc {
    display: block;
  }

  header .btn-main_ca45f344fe01e6b7{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_45255328ea75e31f {
    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_f8d2b0843810645c {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_9db5a104ff7347c1 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_9db5a104ff7347c1 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_9db5a104ff7347c1 .de_nav li:first-child,
  .de_tab.tab_style_4_9db5a104ff7347c1 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_9852e53ecaea67cc {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_03a500c4ba983475 span{
    display: none;
  }

  .de-spot_03a500c4ba983475 .de-circle-1_2f2fe80ae32e85d9,
  .de-spot_03a500c4ba983475 .de-circle-2_f85845ece7e79aa1{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_cfbaed482e1ae24f,
  h1.ultra-big_cfbaed482e1ae24f .text-line_79484ce008311855,
  h1.ultra-big-2_0206824fa1aa637f,
  .title-text_705f2d19f31924bc,
  h1.slider-title_075df4aed083a255,
  h2.slider-title_075df4aed083a255{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_9b38ad964a5a3aff{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_36887e6abe907987{padding-top:10px;}
  .pt-xs-20_8c1016157c34ae9c{padding-top:20px;}
  .pt-xs-30_5151faa2995e50db{padding-top:30px;}
  .pt-xs-40_c5829319c8e16fe1{padding-top:40px;}
  .pt-xs-50_d9449cdaca9ff2b5{padding-top:50px;}
  .pt-xs-60_03179fa76803afbe{padding-top:60px;}
  .pt-xs-70_58224472e39896ef{padding-top:70px;}
  .pt-xs-80_709786769733056e{padding-top:80px;}
  .pt-xs-90_f47703ed38df1f50{padding-top:90px;}
  .pt-xs-100_70e35475445a1b71{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_dea9fe388ca1f703{padding-bottom:10px;}
  .pb-xs-20_1ee9934be1a123c4{padding-bottom:20px;}
  .pb-xs-30_22983b70e18945e9{padding-bottom:30px;}
  .pb-xs-40_afbef83c773d2d50{padding-bottom:40px;}
  .pb-xs-50_94fa13b0774e6a96{padding-bottom:50px;}
  .pb-xs-60_6131f1ecae483097{padding-bottom:60px;}
  .pb-xs-70_f454585f5c11f3b6{padding-bottom:70px;}
  .pb-xs-80_adc43e0a7f3d1f99{padding-bottom:80px;}
  .pb-xs-90_805d075a990938c5{padding-bottom:90px;}
  .pb-xs-100_ca1a5923deaa1567{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_2d85ebc2d86b85a7{margin-top:10px;}
  .mt-xs-20_9d44c1d76b860fb5{margin-top:20px;}
  .mt-xs-30_dab05ae06a451548{margin-top:30px;}
  .mt-xs-40_2658f9b462a6cb14{margin-top:40px;}
  .mt-xs-50_e0bc228b8c782f54{margin-top:50px;}
  .mt-xs-60_3be42b3b60e8424e{margin-top:60px;}
  .mt-xs-70_4676cd5822432b8f{margin-top:70px;}
  .mt-xs-80_6b161669a719dc12{margin-top:80px;}
  .mt-xs-90_8a2fd7112eb05d26{margin-top:90px;}
  .mt-xs-100_c0f88596fc6a6a79{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_3888154a2651b557{margin-bottom:10px;}
  .mb-xs-20_f14ac6121305f6f6{margin-bottom:20px;}
  .mb-xs-30_d2a28e679a75b561{margin-bottom:30px;}
  .mb-xs-40_23b419cf966f0d60{margin-bottom:40px;}
  .mb-xs-50_e3966c4f9befd5c7{margin-bottom:50px;}
  .mb-xs-60_10e250334a4e1fe5{margin-bottom:60px;}
  .mb-xs-70_663b5429ed4ee9c7{margin-bottom:70px;}
  .mb-xs-80_839d47d43b4e1e8c{margin-bottom:80px;}
  .mb-xs-90_784c28be4e75841e{margin-bottom:90px;}
  .mb-xs-100_0c7dd9511d23a5d9{margin-bottom:10px;}

  .ss-wrap_a533cf0da1dafb5a{
    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_af13eab2dfdfb5c6 {
    margin-bottom: 30px;
  }

  .timeline-pic_c0a62e07a8054f34 {
    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_1900b18ba2df8657 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_8dcaa13e93e540fa {
    display: none;
  }

  header a.btn-main_ca45f344fe01e6b7 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_519642ea3a5df089 .left-half_24d755e218fe8e0c,
.half-fluid_519642ea3a5df089 .right-half_35451929424415d6 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_519642ea3a5df089 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_519642ea3a5df089 .left-half_24d755e218fe8e0c {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_519642ea3a5df089 .right-half_35451929424415d6 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
