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


/* 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_0bd5f482b45cc6c2,.bg-dark-1_bc5fe36a97ac1e70{background-color: var(--bg-dark-1) !important}
.bg-dark-2_ed322f7350ec3efa{background-color: var(--bg-dark-2) !important}
.bg-dark-3_b1a0a0abd5ed2ca1{background-color: var(--bg-dark-3) !important}
.bg-grey_3c0079fabb5493e2{background-color: var(--bg-grey) !important}
.bg-gradient-1_c8dca96a276e3728{
  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_8487eaa12b4f8d92{
  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_643086920e862177 {
  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_3efae637ac7b9792 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_4251dd1df1846be8 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_c2308dd67dabadb7 {
  display: none;
}


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

header.scroll-light_bc5b2acfc98a39dc .logo-scroll_4251dd1df1846be8{
  display: none;
}

header.smaller.scroll-light_bc5b2acfc98a39dc .logo-main_b15182328663f7a6{
  display: none;
}

header.smaller.scroll-light_bc5b2acfc98a39dc .logo-scroll_4251dd1df1846be8{
  display: block;
}

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

header.header-light_475d71e7a4b4a613 .h-phone_c45420388c716ce3,
header.smaller.scroll-light_bc5b2acfc98a39dc .h-phone_c45420388c716ce3 {
  color: #202020;
}

header:not(.header-light_475d71e7a4b4a613).smaller.scroll-light_bc5b2acfc98a39dc div#logo .logo_297c1394939cb7e4 {
  display: none;
}

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

header.smaller.scroll-light_bc5b2acfc98a39dc div#logo .logo-scroll_4251dd1df1846be8 {
  display: inline-block;
}

header.smaller.header-light_475d71e7a4b4a613 div#logo .logo_297c1394939cb7e4 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_0d86f0c681dfb991.mid_c2685620456ea7ad {
  float: right;
}

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


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

.de-overlay-gradient_8e8ed143c7528702{
  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_b11b8eca832309a9{
  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_2aa130cc27a4e9cc{
  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_61d1e4b188e13561 {
  font-size: 13px;
}


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


#subheader.text-light_1829ef9801030380 .crumb_61d1e4b188e13561 {
  color: #fff;
}

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

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

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


#subheader.s2_96a4e01466613af7 h1,
#subheader.s2_96a4e01466613af7 .crumb_61d1e4b188e13561 {
  margin: 0;
  padding: 0;
}

#subheader.s2_96a4e01466613af7 .crumb_61d1e4b188e13561 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_96a4e01466613af7 .crumb_61d1e4b188e13561 {
  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_1f92ef549ef9feb2) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_643086920e862177 #mainmenu ul.mega_1f92ef549ef9feb2 {
  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_d0e906160c1bf2f4: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_475d71e7a4b4a613 #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_475d71e7a4b4a613 #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_475d71e7a4b4a613 {
  background: #ffffff;
}

.header-light_475d71e7a4b4a613 #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_643086920e862177 #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_cd293a62c71ad8ef) {
  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_99d439b2fdbcc124 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_973c52efa9275367 {
  background: #f6f6f6;
}

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

.de_light_61a2dc44b37a3855 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_365a55865ac295fa.header-light_475d71e7a4b4a613 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_32e48ae2b04044c3,
header.header-mobile.has-topbar .header-col_0d86f0c681dfb991 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_365a55865ac295fa.header-light_475d71e7a4b4a613 {
  background: #fff;
}

header.header-light_475d71e7a4b4a613 .logo_297c1394939cb7e4 {
  display: none;
}

header.header-light_475d71e7a4b4a613 .logo-2_e4a8a4cfcfc3e2e4 {
  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_b476fb08831745ca{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_922ea3648fd76717,
.topbar-right_27f51ed565d9e3ae {
  display: flex;
}

.topbar-right_27f51ed565d9e3ae {
  float: right;
}

.topbar-solid_dc577ab5e9ec3ad3 {
  background: #ffffff;
}

.tb-light_bcb909566a9e7b6c {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-right_27f51ed565d9e3ae .topbar-widget_1d8d28a73f04a505 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-light_b476fb08831745ca .topbar-right_27f51ed565d9e3ae .topbar-widget_1d8d28a73f04a505 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-light_b476fb08831745ca .topbar-right_27f51ed565d9e3ae span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .tb-light_bcb909566a9e7b6c .topbar-right_27f51ed565d9e3ae .topbar-widget_1d8d28a73f04a505 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .tb-light_bcb909566a9e7b6c .topbar-right_27f51ed565d9e3ae span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-left_922ea3648fd76717 .topbar-widget_1d8d28a73f04a505 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-light_b476fb08831745ca .topbar-left_922ea3648fd76717 .topbar-widget_1d8d28a73f04a505 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .tb-light_bcb909566a9e7b6c .topbar-left_922ea3648fd76717 .topbar-widget_1d8d28a73f04a505 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .tb-light_bcb909566a9e7b6c .topbar-left_922ea3648fd76717 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_475d71e7a4b4a613 .h-phone_c45420388c716ce3 span{
  color: var(--body-font-color);
}


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

.menu_side_area_4754f33d16629b96 .btn-line_ec1143301141505b{
  display: inline-block;
}

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

.topbar-widget_1d8d28a73f04a505.widget-text_cd5ab39f8438ca71 {
  padding-top: 6px;
}

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

.h-sub_96d442da6a601e7e .topbar-widget_1d8d28a73f04a505 {
  padding: 12px;
}

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

.topbar-widget_1d8d28a73f04a505.tb-phone_5867c906efaf6e63:before {
  content: "\f095";
}

.topbar-widget_1d8d28a73f04a505.tb-email_c2479c1ee72d3178:before {
  content: "\f003";
}

.topbar-widget_1d8d28a73f04a505.tb-opening-hours_52b5fc2a8375f6ce:before {
  content: "\f017";
}

.topbar-widget_1d8d28a73f04a505.tb-social_62f389e36f157707 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-light_b476fb08831745ca .topbar-widget_1d8d28a73f04a505.tb-social_62f389e36f157707 a,
#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-light_b476fb08831745ca .topbar-widget_1d8d28a73f04a505.tb-social_62f389e36f157707 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_0d8ddc0d62edafb3) .topbar-widget_1d8d28a73f04a505.tb-social_62f389e36f157707 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_bcb909566a9e7b6c .topbar-widget_1d8d28a73f04a505.tb-social_62f389e36f157707 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_1d8d28a73f04a505.tb-social_62f389e36f157707 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_61a2dc44b37a3855 .blog-list_7f70e06b18153059 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_61a2dc44b37a3855 .blog-list_7f70e06b18153059 h4 a {
  color: #222222;
}

.de_light_61a2dc44b37a3855 .text-light_1829ef9801030380 .blog-list_7f70e06b18153059 h4 a {
  color: #fff;
}

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

.blog-list_7f70e06b18153059 .btn-more_37f28a6814514da8:hover {
  background: #fff;
}

.de_light_61a2dc44b37a3855 .blog-list_7f70e06b18153059 .btn-more_37f28a6814514da8:hover {
  background: #222;
  color: #fff;
}

.blog-list_7f70e06b18153059 .post-text_92c516b8d17564f2 {
  padding-left: 80px;
}

.bloglist_c03fb66170ab20d5 .post-text_92c516b8d17564f2 a.btn-main_f04f8f5f933fae27 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_7f70e06b18153059 .blog-slider_3c8a7f14a9924fd0 {
  margin-bottom: -60px;
}

.blog-list_7f70e06b18153059 .date-box_75b6de43bd8b3c38 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_61a2dc44b37a3855 .blog-list_7f70e06b18153059 .date-box_75b6de43bd8b3c38 .month {
  color: #222222;
}

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

.blog-list_7f70e06b18153059 .date-box_75b6de43bd8b3c38 .month {
  font-size: 14px;
}

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

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

.de_light_61a2dc44b37a3855 .blog-list_7f70e06b18153059 .date-box_75b6de43bd8b3c38 .month {
  border-bottom-color: #ddd;
}

.de_light_61a2dc44b37a3855 .text-light_1829ef9801030380 .blog-list_7f70e06b18153059 .date-box_75b6de43bd8b3c38 .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_dd82b06c2641c1ab .d-image_f5f5142582ccf683 img {
  width: 100%;
}

.de-bloglist-type-1_dd82b06c2641c1ab .d-content_b108055e18be505f {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_dd82b06c2641c1ab .d-date_8de78192f896986b: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_e4edfc3fefe062e5 {
  margin-bottom: 40px;
}

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

.de-post-type-1_e4edfc3fefe062e5 .d-image_f5f5142582ccf683 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_e4edfc3fefe062e5 .d-meta_1266f924538ed0ee span.d-by_010c4d71f0f0e118:before {
  content: "\f007";
}

.de-post-type-1_e4edfc3fefe062e5 .d-meta_1266f924538ed0ee span.d-date_8de78192f896986b:before {
  content: "\f073";
}

.de-post-type-1_e4edfc3fefe062e5 .d-meta_1266f924538ed0ee span.d-tags_a3decbc670d04205:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_ac6d26660494b731 .d-date_8de78192f896986b .d-month_71a8bc7e78280120{
  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_ac6d26660494b731 .d-date_8de78192f896986b .d-day_79dbe43b7b9cde71{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_ac6d26660494b731 .d-image_f5f5142582ccf683{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_58d8a98b9aa084d1 {}

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

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

.comment-info_1f0786cee80677c8 span {}

.comment-info_1f0786cee80677c8 .c_name_fa452a26cda11cdf {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_643086920e862177 .comment-info_1f0786cee80677c8 .c_name_fa452a26cda11cdf {
  color: #ffffff;
}

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

.dark-scheme_643086920e862177 .comment-info_1f0786cee80677c8 .c_reply_a09d9c6d952bb179 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_1f0786cee80677c8 .c_date_8b6b9cdfa2e94838 {
  font-size: 12px;
}

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

.blog-list_7f70e06b18153059 .post-wrapper_13d62c526c812989 {}

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

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

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

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

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

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

.post-content_f7ec0dc0234e7544 {
  position: relative;
}

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

.post-text_92c516b8d17564f2 .d-date_8de78192f896986b{
  font-size: 14px;
}

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

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

.dark-scheme_643086920e862177 .post-text_92c516b8d17564f2 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_7d4879c0d5f9aa11,
.p-title_a0cea1526b7865fe {
  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_7d4879c0d5f9aa11,
.p-title_a0cea1526b7865fe.invert {
  background: var(--secondary-color);
}

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

.post-text_92c516b8d17564f2 .p-date_7a09440567475918 {
  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_627547dc6e699bca img {
  margin-bottom: 20px;
}

.blog-read_627547dc6e699bca .post-text_92c516b8d17564f2 {
  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_f03225deb42589c2 {
  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_f03225deb42589c2 a {
  color: #888;
}

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

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

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

.post-image_922f92ddaeda8d66 .d-tagline_e5947378e9b87adf 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_5c95666a9a8b8bd6 {
  margin-bottom: 60px;
}

.blog-item_5c95666a9a8b8bd6 img.preview_15a5f8d2859faab7 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_922f92ddaeda8d66 {
  position: relative;
}

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

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

.post-image_922f92ddaeda8d66 .post-date_b6128ed9fc8e03dd,
.post-image_922f92ddaeda8d66 .post-author_0585c722583d4ed5 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_2272c0de33fe8f9e {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_317ef29b57e3ca05{
  float: left;
}


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

.radio-opt_317ef29b57e3ca05 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_317ef29b57e3ca05 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_96a4e01466613af7 .radio-img_77d9fd555414c568 input[type="radio"] + label, 
#contact_form.s2_96a4e01466613af7 .radio-img_77d9fd555414c568 input[type="checkbox"] + label,
#contact_form .radio-img_77d9fd555414c568 input[type="radio"] + label img, 
#contact_form .radio-img_77d9fd555414c568 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_bf814431e747238a .form-underline_4610492774cdfc85{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_6b33e56c4f3b918d {
  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_2a2a5e5c319757ab {
  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_2a2a5e5c319757ab.sm-left_405c58726df22374 {
  margin-left: 0;
}

.rtl .small-border_2a2a5e5c319757ab.sm-left_405c58726df22374 {
  margin-right: 0;
}

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

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

.small-border_2a2a5e5c319757ab.white_828f78e144ecd7b3 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_61d1e4b188e13561 a {
  text-decoration: none;
}

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

.de_light_61a2dc44b37a3855 .crumb_61d1e4b188e13561 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_61a2dc44b37a3855 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_adcb9fc3d4ff9bd0.btn-id_aac46eeca0edb987 {
  color: #222;
}

a.btn-dark_112f57871ea53031.btn-id_aac46eeca0edb987 {
  color: #fff;
}

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

.btn-fx_a6255fa4d371cb43.btn-main_f04f8f5f933fae27 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_f04f8f5f933fae27.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_f04f8f5f933fae27.btn-dark-trans_6f3988de03e2d8b2{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_f04f8f5f933fae27.big_bc437b22f195f93b{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_1829ef9801030380 .btn-line_ec1143301141505b{
  color:#ffffff;
}


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

header:not(.header-light_475d71e7a4b4a613) a.btn-line_ec1143301141505b,
.dark-scheme_643086920e862177 a.btn-line_ec1143301141505b,
.dark-schem_a05f44dd962055bb a.btn-line_ec1143301141505b:hover {
  color: #ffffff;
}

a.btn-main_f04f8f5f933fae27.btn-white_e7199c141ce7db25 {
  background: #ffffff;
}

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

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

a.btn-border_922d5be7198207f3.light_4616bd6848edf31a {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_922d5be7198207f3.light_4616bd6848edf31a:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_1829ef9801030380 .btn-plus_a397641f7116917b{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_1829ef9801030380 .btn-plus_a397641f7116917b:hover{
  color: #ffffff;;
}

a.btn-main_f04f8f5f933fae27.btn-with-arrow_e579f6da4b2f6f76{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_1829ef9801030380 .play-button_e92701b7f76021a4.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_c00948f3bb67a08a p.d-small_a900a6ea03a6ac45 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_c00948f3bb67a08a.big_bc437b22f195f93b h3 {
  font-size: 120px;
}

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

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

.de_count_c00948f3bb67a08a.small_f14914d8a3109534 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_643086920e862177 .field-set_f24054a60f9f302f label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_c07c16a4dd2fd51b,
.h2_3a6267e00bd93fc0,
.h3_d8391edb28c30657,
.h4_16e968d56fb37edc,
.h5_4824382139df497d,
.h6_6cba1de3384b55dc,
footer.footer-light_b914778f0893e9e3 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_643086920e862177 h1,
.dark-scheme_643086920e862177 h2,
.dark-scheme_643086920e862177 h4,
.dark-scheme_643086920e862177 h3,
.dark-scheme_643086920e862177 h5,
.dark-scheme_643086920e862177 h6,
.dark-scheme_643086920e862177 .h1_big_a5e93f4b5d7cff37,
.dark-scheme_643086920e862177 .h1_c07c16a4dd2fd51b,
.dark-scheme_643086920e862177 .h2_3a6267e00bd93fc0,
.dark-scheme_643086920e862177 .h3_d8391edb28c30657,
.dark-scheme_643086920e862177 .h4_16e968d56fb37edc,
.dark-scheme_643086920e862177 .h5_4824382139df497d,
.dark-scheme_643086920e862177 .h6_6cba1de3384b55dc {
  color: #ffffff;
}

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


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


h1,
.h1_c07c16a4dd2fd51b {
  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_d0e906160c1bf2f4: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_61a2dc44b37a3855 .text-light_1829ef9801030380 h2 {
  color: #fff;
}

.text-light_1829ef9801030380 h2.deco_c8be1b36d9d65e4d span:before,
.text-light_1829ef9801030380 h2.deco_c8be1b36d9d65e4d 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_29c9995bd49290fe {
  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_29c9995bd49290fe .s1_e5c15bd50a6f90d0{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_3cbdcad4564fc065 {
  color: #223044;
}

.text-white_f5cf8890e95f49f0,
.de_light_61a2dc44b37a3855 .text-white_f5cf8890e95f49f0 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_75f8690ba3d35845.fs-16_7343d1109d184479 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_831dc2cf1ec96cdf.active .page-link_189e014882a6b280{
  border-color:var(--primary-color);
}

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

.spinner_512f62bda96e23f7>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_512f62bda96e23f7 .bounce1_0d7fc6614c490e0f {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_512f62bda96e23f7 .bounce2_6dad15f0c54bab9c {
  -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_643086920e862177 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_524ccd283e964c64.s2_96a4e01466613af7 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_524ccd283e964c64 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_524ccd283e964c64.big_bc437b22f195f93b i {
  margin: 0 15px 0 15px;
}

.social-icons_524ccd283e964c64.big_bc437b22f195f93b i:hover {
  background: none;
}

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

.social-icons_524ccd283e964c64.s1_e5c15bd50a6f90d0:hover i {
  background: none;
}

.social-icons_524ccd283e964c64.s1_e5c15bd50a6f90d0 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_524ccd283e964c64.s1_e5c15bd50a6f90d0 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_071586648ad73e66 {
  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_643086920e862177 .accordion-section-title,
.text-light_1829ef9801030380 .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_1829ef9801030380 .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_99d2ba2d0d370e34.s2_96a4e01466613af7 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_643086920e862177 .expand-custom_f5f41811ee9c29ae {
  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_c3ab7af9e3fa3552 .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_643086920e862177 .de_tab.tab_methods_47b696aed4a8442d .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_47b696aed4a8442d.style-2_1fa5a37b0910edcc .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_47b696aed4a8442d.style-2_1fa5a37b0910edcc.light_4616bd6848edf31a .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_47b696aed4a8442d.style-2_1fa5a37b0910edcc .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_47b696aed4a8442d.style-2_1fa5a37b0910edcc .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_61a2dc44b37a3855 .de_tab.tab_style_2_6f4777545e8ae59d .de_nav {}

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

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

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

.text-light_1829ef9801030380 .de_tab.tab_style_2_6f4777545e8ae59d .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_61a2dc44b37a3855 .de_tab.tab_style_3_4e5e2e10cd820953 .de_nav li span:hover {
  background: #ddd;
}

.de_light_61a2dc44b37a3855 .de_tab.tab_style_3_4e5e2e10cd820953 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_1829ef9801030380 .de_tab.tab_style_3_4e5e2e10cd820953 .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_1c08fd659d596bd0 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_1829ef9801030380 .de_tab.tab_style_4_1c08fd659d596bd0 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_1829ef9801030380 .de_tab.tab_style_4_1c08fd659d596bd0 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_1cb78e735383d3cf.nav_4_f867952b1fd6f5a7 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_1cb78e735383d3cf.nav_4_f867952b1fd6f5a7 .dot_88a660aba42bba5c {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_1cb78e735383d3cf.nav_4_f867952b1fd6f5a7 li:last-child .dot_88a660aba42bba5c:before,
.de_tab.timeline_1cb78e735383d3cf.nav_4_f867952b1fd6f5a7 li:last-child .dot_88a660aba42bba5c:after {
  border-bottom: none;
}

.de_tab.timeline_1cb78e735383d3cf li .num_f61c0e6b111e5fc7 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_0bc53380dd51c626,
a.btn-right_c07f8f655d789493 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_ef5afc0b390b8781 {
  padding-top: 20px;
}

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

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

.de_testi_3c0540413e05891b.no-bg_8d818b11f329b134 blockquote {
  background: none;
}

.de_testi_3c0540413e05891b 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_3c0540413e05891b.type-2_9cd358a4ea5c3b08.review_88a3ad8f7391724b blockquote {
  padding: 50px;
}

.de_testi_3c0540413e05891b.type-2_9cd358a4ea5c3b08.review_88a3ad8f7391724b blockquote:before {
  display: none;
}

.de_testi_3c0540413e05891b.type-2_9cd358a4ea5c3b08.review_88a3ad8f7391724b p {
  padding-top: 0;
}

.de_testi_3c0540413e05891b.type-2_9cd358a4ea5c3b08.review_88a3ad8f7391724b h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_1829ef9801030380 .de_testi_3c0540413e05891b.type-2_9cd358a4ea5c3b08 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_3c0540413e05891b.type-2_9cd358a4ea5c3b08 .de_testi_by_b36a9878a2ac79f0 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_3c0540413e05891b.opt-3_03549517266ba940 blockquote p {
  font-size: 14px;
}

.de_testi_3c0540413e05891b.opt-3_03549517266ba940 blockquote:before {
  color: #fff;
}

.de_testi_3c0540413e05891b.opt-3_03549517266ba940 .de_testi_by_b36a9878a2ac79f0 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_23c818a739df9578 .site-center-line_41456135d8840b9b {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___f1981b07b0cd742e {
  display: inline-block;
}
.de-timeline-article_23c818a739df9578.odd .site-center-line_41456135d8840b9b {
  background: var(--primary-color);
}
.de-timeline-article_23c818a739df9578.even .site-center-line_41456135d8840b9b {
  background: var(--secondary-color);
}
.de-timeline-article_23c818a739df9578 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_23c818a739df9578 .content-left-container_9ce7a07506ea1d6d,
.de-timeline-article_23c818a739df9578 .content-right-container_38f73b6d03a0801f {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_23c818a739df9578 .content-left_22c1716271a9e7ca,
.de-timeline-article_23c818a739df9578 .content-right_7ad7ecab767373af {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_0f4e759c942fdf9b {
  margin-top: 0;
}
.de-timeline-article_23c818a739df9578 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_23c818a739df9578 .content-left-container_9ce7a07506ea1d6d {
  float: left;
}
h4.de-timeline-year_749be297f3b5953e {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_23c818a739df9578.even h4.de-timeline-year_749be297f3b5953e{
  color:var(--heading-font-color);
}
.de-timeline-article_23c818a739df9578.odd .year___f1981b07b0cd742e {
  float: left;
}
.de-timeline-article_23c818a739df9578.odd h4.de-timeline-year_749be297f3b5953e {
  background: var(--primary-color);
}
.de-timeline-article_23c818a739df9578.even .year___f1981b07b0cd742e {
  float: right;
}
.de-timeline-article_23c818a739df9578.even h4.de-timeline-year_749be297f3b5953e {
  background: var(--secondary-color);
}
.de-timeline-article_23c818a739df9578 .d-line_5f77e068307cd17f {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_23c818a739df9578.odd .d-line_5f77e068307cd17f {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_23c818a739df9578.even .d-line_5f77e068307cd17f {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_23c818a739df9578 .owl-carousel_f3ddc75662e4476d {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_23c818a739df9578 .content-right-container_38f73b6d03a0801f {
  float: right;
}
.de-timeline-article_23c818a739df9578 .meta-dot_94623a8fcd035d2f {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_23c818a739df9578.odd .meta-dot_94623a8fcd035d2f {
  background: var(--primary-color);
}
.de-timeline-article_23c818a739df9578.even .meta-dot_94623a8fcd035d2f {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_23c818a739df9578 .site-center-line_41456135d8840b9b {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_23c818a739df9578 .meta-dot_94623a8fcd035d2f {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_23c818a739df9578 .content-left-container_9ce7a07506ea1d6d,
  .de-timeline-article_23c818a739df9578 .content-right-container_38f73b6d03a0801f {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_23c818a739df9578 .content-left-container_9ce7a07506ea1d6d {
    margin-bottom: 20px;
  }
  .de-timeline-article_23c818a739df9578 .content-left_22c1716271a9e7ca,
  .de-timeline-article_23c818a739df9578 .content-right_7ad7ecab767373af {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_23c818a739df9578 .content-left_22c1716271a9e7ca:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_23c818a739df9578 .content-right_7ad7ecab767373af:before {
    display: none;
  }  
  h4.de-timeline-year_749be297f3b5953e {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_23c818a739df9578.odd .d-line_5f77e068307cd17f {
    left: 30px;
  }
  .de-timeline-article_23c818a739df9578.even .d-line_5f77e068307cd17f {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_23c818a739df9578.odd .content-left-container_9ce7a07506ea1d6d{
    padding-top: 20px;
  }
  .de-timeline-article_23c818a739df9578.even .content-left-container_9ce7a07506ea1d6d{
    padding-top: 50px;
  }
  .de-timeline-article_23c818a739df9578.odd .content-left-container_9ce7a07506ea1d6d .owl-carousel_f3ddc75662e4476d{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_23c818a739df9578.even .content-right-container_38f73b6d03a0801f .owl-carousel_f3ddc75662e4476d{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_786dcd10d81cf2e0 {
  position: relative;
}

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

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

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

.timeline-blank_938bd16a63548452 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_938bd16a63548452 {
    display: none;
  }

  .timeline-text_53103dff3a8f846a {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_9779e511f7d6bbe9 {
  overflow: hidden;
}

.border1_686947d9d527c117 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_ec1143301141505b:after,
.de_count_c00948f3bb67a08a,
.social-icons_524ccd283e964c64 a i,
.de_tab.tab_methods_47b696aed4a8442d .de_nav li span,
.de_tab.tab_methods_47b696aed4a8442d .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_c7861490360867e9 .title,
.carousel-item:hover .pf_text_c7861490360867e9 .title,
.carousel-item .pf_text_c7861490360867e9 .title .type,
.carousel-item:hover .pf_text_c7861490360867e9 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_4e5c01e7ca7e0598 i,
.social-icons-sm_4e5c01e7ca7e0598 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_6fc7c650dff0f616,
.btn-main_f04f8f5f933fae27,
.de_tab.tab_style_4_1c08fd659d596bd0 .de_nav li,
.form-subscribe_37b2fa9ef03538a2 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_6b33e56c4f3b918d,
.de_tab.tab_methods_47b696aed4a8442d.style-2_1fa5a37b0910edcc .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_411efad56c6cbf0b *,
.mask_411efad56c6cbf0b .cover,
.mask_411efad56c6cbf0b:hover .cover,
.mask_411efad56c6cbf0b img,
.mask_411efad56c6cbf0b:hover img,
.accordion_99d2ba2d0d370e34 .content,
a.btn-border_922d5be7198207f3,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_838221209a15a251 img,
a.a-underline_846440bc2a0a4069 *,
.dropdown *,
.form-border_20a667f2326cefba *,
.d-carousel *,
#slider-carousel *,
.container-timeline_0f7bbb35484f9700 *,
.d_demo_img *,
.carousel-control-next-icon_08e9a151e5ff06e8,
.carousel-control-prev-icon_a784be7842a326d5,
.grayscale_b3ba7a3a386f58fd,
.hover-color_5610a1c657057416,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_a397641f7116917b,
.btn-plus_a397641f7116917b *,
.btn-with-arrow_e579f6da4b2f6f76:after,
.btn-with-arrow_e579f6da4b2f6f76: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_a6255fa4d371cb43:after,
a.btn-fx_a6255fa4d371cb43:hover:after,
a.btn-fx_a6255fa4d371cb43:before,
a.btn-fx_a6255fa4d371cb43:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_34f843894b32e01a li .post-date_b6128ed9fc8e03dd,
.items_filter_e5cf1ffde1850bad *,
.owl-prev_35adb8bec7bc80da,
.owl-next_81a4812802819251 {
  -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_06e971988845eff0 {
  -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_4866e4a1dbe0f8a3 {
  -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_2d6cb037e88ced05 {
  -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_b57f9a14e8b9048d {
  -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_5fb3527ee1d0f029 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_933f8b9e39cfb874 {
  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_643086920e862177 .modal-header_7b487d37d19d7b89,
.nav-tabs_96a18b55f3a9d758 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_643086920e862177 .modal-content_0ef8a74f23932019 {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_f52a3591af8d1c05 .tab-content_7a1352c2483432cc {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_8faf4f5a074b8c68.big_bc437b22f195f93b{
  font-size: 32px !important;
}

.dark-scheme_643086920e862177 p.lead_8faf4f5a074b8c68 {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_39b4a4d2ae79f005 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_ff6656c029eb5492,
.panel-collapse_1fdd4fcb6343d16c,
.panel-collapse_1fdd4fcb6343d16c,
.panel-group_39b4a4d2ae79f005 .panel_0327b238b09c286f {
  border: none;
  border-radius: 0;
}

.panel-heading_1b80a17a51929290 {
  background: #222;
}

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

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

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

blockquote.s1_e5c15bd50a6f90d0 {
  padding: 0px;
}

blockquote.s1_e5c15bd50a6f90d0: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_63c3190ac636e6f9::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_63c3190ac636e6f9::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_1829ef9801030380 .collapsible-link_63c3190ac636e6f9:before,
.text-light_1829ef9801030380 .collapsible-link_63c3190ac636e6f9:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_fa44c1a66ef48bab {
  display: block
}

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

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

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

.collapsible-link_63c3190ac636e6f9.text-white_f5cf8890e95f49f0 {
  color: #ffffff;
}

.collapsible-link_63c3190ac636e6f9.text-white_f5cf8890e95f49f0::after,
.collapsible-link_63c3190ac636e6f9.text-white_f5cf8890e95f49f0::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_9703c4b0d76d028d{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_61a2dc44b37a3855 .widget_category_e45a4ef5e7932dd1 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_e45a4ef5e7932dd1 li a {
  color: #606060;
}

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

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

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


.dark-scheme_643086920e862177 .widget-post_34f843894b32e01a li a {
  color: #ffffff;
}

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

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

.widget-post_34f843894b32e01a .date_5137ce3c351a98f4 {
  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_34f843894b32e01a .date_5137ce3c351a98f4 {
  float: right;
}

.widget_9703c4b0d76d028d .comments_6df5329141e14b57 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_9703c4b0d76d028d .tiny-border_47c2277593825b3f {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_b914778f0893e9e3 .widget_9703c4b0d76d028d .tiny-border_47c2277593825b3f {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_61a2dc44b37a3855 .widget_tags_0f58cbcf8bbc46a6 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_9703c4b0d76d028d.widget_tags_0f58cbcf8bbc46a6 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_47c2277593825b3f 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_643086920e862177 #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_ed7cf9650ae9201c {
  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_52a313cba6ae7f01 {
  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_96a4e01466613af7 .d-item-txt_52a313cba6ae7f01{
  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_52a313cba6ae7f01 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_90f7ca555a33aa44 {
  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_96a4e01466613af7 .d-item-block_90f7ca555a33aa44{
  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_90f7ca555a33aa44{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_346af8371ecb3dfb .d-number_fd5c17c29d70e580 {
  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_1829ef9801030380 .de-step-s1_346af8371ecb3dfb .d-number_fd5c17c29d70e580{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_f3ddc75662e4476d.no-hide_d6b805aede0fc456 .owl-stage-outer_6e7d9a404eff5a3a{
  overflow: visible; !important;
}

.grayscale_b3ba7a3a386f58fd{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_1eb7219bf84213df{ background:#ffffff; }
.bg-black_da03f3c491b64708{ background:#000000; }

/* width (percent) */
.w-10_f290c12465954bb7{width: 10%;}
.w-20_d9e87199c4291d16{width: 20%;}
.w-30_5c6cb337059e0f7f{width: 30%;}
.w-40_b7d28bbb64a689b9{width: 40%;}
.w-50_b83f9afbb703d80f{width: 50%;}
.w-60_4d9fba78e8aa0049{width: 60%;}
.w-70_17132a77923728c0{width: 70%;}
.w-80_26fdc4e012aaef70{width: 80%;}
.w-90_762f28ea90b62a54{width: 90%;}
.w-100_de3dcd1172e108d9{width: 100%;}

/* width (px) */
.w-10px_873f1048fa867783{width: 10px;}
.w-20px_86b3c02c9272b043{width: 20px;}
.w-24px_ee2e6005f88fc332{width: 24px;}
.w-40px_9cdc0ab34955fe57{width: 40px;}
.w-50px_d91674c117e4a867{width: 50px;}
.w-60px_924bbda6e47989c0{width: 60px;}
.w-70px_3be4d878c02aba34{width: 70px;}
.w-80px_04295c6e2a989ef0{width: 80px;}
.w-90px_589d280bcf635294{width: 90px;}
.w-100px_d15afa31c41b0457{width: 100px;}
.w-110px_8e2b241efdfc9e92{width: 110px;}
.w-120px_121c68b79013fa18{width: 120px;}
.w-130px_eee447ebfeb94ac0{width: 130px;}
.w-140px_b8ec6976573a7594{width: 140px;}
.w-150px_e81ccc926bb8e59e{width: 150px;}
.w-200px_5224e98ae68fd0ae{width: 200px;}
.w-250px_1bfe86cd34b4482c{width: 250px;}
.w-300px_07139d4414526eb3{width: 300px;}

/* height (percent) */
.h-10_70073cf5f7c6c0e6{height: 10%;}
.h-20_0b7dba548ae6acd0{height: 20%;}
.h-30_01dc6757eea04cfd{height: 30%;}
.h-40_67a7ed9db4f34154{height: 40%;}
.h-50_dcd2055094c6a2cc{height: 50%;}
.h-60_db42195f3e6b3aa6{height: 60%;}
.h-70_89b06ffaebfc1d8f{height: 70%;}
.h-80_2f17c70272fe83b1{height: 80%;}
.h-90_6318e02b68ce083c{height: 90%;}
.h-100_fa47ddcf078e8752{height: 100%;}

/* height (px) */
.h-10px_8e42b36344cf338b{height: 10px;}
.h-20px_f785718f7a178069{height: 20px;}
.h-24px_ef153f8bff48837e{height: 24px;}
.h-40px_8b68bd1cf62815ec{height: 40px;}
.h-50px_ae0c22518fc7b6e6{height: 50px;}
.h-60px_3292f0bbe159ac75{height: 60px;}
.h-70px_837df872435a94d2{height: 70px;}
.h-80px_a3e7e1960de148f8{height: 80px;}
.h-90px_8043ea2cda58e7bf{height: 90px;}
.h-100px_e9ad407298aeab42{height: 100px;}
.h-110px_f333f8f3d7db7218{height: 110px;}
.h-120px_f84475abf9cf54fa{height: 120px;}
.h-130px_bfae9b5e7e45c1a2{height: 130px;}
.h-140px_8d19d749b8c81957{height: 140px;}
.h-150px_e7e64eaab5f3bc4f{height: 150px;}
.h-200px_e6f4b639b706ca6c{height: 200px;}
.h-250px_d5ec27995976c5db{height: 250px;}
.h-300px_c2d345e192e3f638{height: 300px;}

/* top (percent) */
.top-10_464c5f4cbd91be79{top: 10%;}
.top-20_0034253afb1e9388{top: 20%;}
.top-30_5a8962357324b7ab{top: 30%;}
.top-40_710cb841063c04ea{top: 40%;}
.top-50_8072097aca859b66{top: 50%;}
.top-60_39f4d9defa817d29{top: 60%;}
.top-70_f0d8f805da6e059a{top: 70%;}
.top-80_425b5296857595e2{top: 80%;}
.top-90_9973fd2d0c868b26{top: 90%;}
.top-100_b72bb954e62212e1{top: 100%;}

/* top (px) */
.top-10px_8cfc508b1578038b{top: 10px;}
.top-20px_22f7297586503a21{top: 20px;}
.top-30px_4ec3c3ab9098d5f3{top: 30px;}
.top-40px_aff6bdd84e6214a3{top: 40px;}
.top-50px_b857e53fa929e023{top: 50px;}
.top-60px_792fdf996941c5e1{top: 60px;}
.top-70px_14703a9791533b15{top: 70px;}
.top-80px_555220cf837cbeea{top: 80px;}
.top-90px_6e920bcc303fcaca{top: 90px;}
.top-100px_3384a45afc643b8c{top: 100px;}

/* bottom (percent) */
.bottom-10_943dae32e0860b79{bottom: 10%;}
.bottom-20_dbe5d16bb2256680{bottom: 20%;}
.bottom-30_53daab252d27cdbc{bottom: 30%;}
.bottom-40_b73771a95a90962d{bottom: 40%;}
.bottom-50_814c895712e8ab8c{bottom: 50%;}
.bottom-60_75e0e88a8d1b9e5a{bottom: 60%;}
.bottom-70_d46f7e76adcbfe95{bottom: 70%;}
.bottom-80_04f0d922338b8335{bottom: 80%;}
.bottom-90_dffc5ca06cff0bbd{bottom: 90%;}
.bottom-100_0b899718c8c71148{bottom: 100%;}

/* bottom (px) */
.bottom-10px_15173584849f5be7{bottom: 10px;}
.bottom-20px_c1dbd73b06b3decd{bottom: 20px;}
.bottom-30px_52f6f3a132acdcb9{bottom: 30px;}
.bottom-40px_5291c1af263bb804{bottom: 40px;}
.bottom-50px_df3848946a5b1fe7{bottom: 50px;}
.bottom-60px_1fae398ccf397472{bottom: 60px;}
.bottom-70px_1f02c421eb399f41{bottom: 70px;}
.bottom-80px_c07854495ae5f1e1{bottom: 80px;}
.bottom-90px_fc4302fe2daa86b4{bottom: 90px;}
.bottom-100px_3d0c2cfcbedd845e{bottom: 100px;}

/* top negative (px) */
.top-min-10_0b578d8087ef6047{top:-10px;}
.top-min-20_85d5747d2fa848cd{top:-20px;}
.top-min-30_69106d75271bcb28{top:-30px;}
.top-min-40_02700008691365b8{top:-40px;}
.top-min-50_d2ef872e6ee69981{top:-50px;}
.top-min-60_6a1f6d903630b1eb{top:-60px;}
.top-min-70_d88013303e33f8d1{top:-70px;}
.top-min-80_abe0efd286d19d3c{top:-80px;}
.top-min-90_5569d2b44fac1ed3{top:-90px;}
.top-min-100_7c9b76f10348a527{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_1a57d6899bfbb145{bottom:-10px;}
.bottom-min-20_e011e336676cd70e{bottom:-20px;}
.bottom-min-30_137bfa8065cf894e{bottom:-30px;}
.bottom-min-40_1a0f110a3868be25{bottom:-40px;}
.bottom-min-50_99bae3d823338743{bottom:-50px;}
.bottom-min-60_ff13c85a215264b3{bottom:-60px;}
.bottom-min-70_0aaa5ac711523736{bottom:-70px;}
.bottom-min-80_327a46e0c19a94a4{bottom:-80px;}
.bottom-min-90_9babdb5648612456{bottom:-90px;}
.bottom-min-100_a112c035274e8713{bottom:-100px;}

/* left pos (percent) */
.start-10_535eaa4cceb10cff{left: 10%;}
.start-20_6b766d5ae7e2e00d{left: 20%;}
.start-30_09aa5e9ccbfb043d{left: 30%;}
.start-40_076be718a4d680bd{left: 40%;}
.start-50_77f8d8c061c04523{left: 50%;}
.start-60_f1ddd29a805e15b9{left: 60%;}
.start-70_3a58aa794991de75{left: 70%;}
.start-80_0f37fd03d77416f4{left: 80%;}
.start-90_6848332b50f95dcd{left: 90%;}
.start-100_2aa1fe5b593f2100{left: 100%;}

/* left pos (px) */
.start-10px_e5f62914178a7608{left: 10px;}
.start-20px_a10917ac323908b0{left: 20px;}
.start-30px_020e0600deb43128{left: 30px;}
.start-40px_d4733617c47ad075{left: 40px;}
.start-50px_e51e86158fc5f097{left: 50px;}
.start-60px_9e48ae7f307e7e27{left: 60px;}
.start-70px_243908f8c2dc58d9{left: 70px;}
.start-80px_f93c425d26fd3d1d{left: 80px;}
.start-90px_81967294a619aac0{left: 90px;}
.start-100px_13f887df848b412b{left: 100px;}

/* right  pos (percent) */
.end-10_095abe56d82d66bc{right: 10%;}
.end-20_082f21d8f46e7952{right: 20%;}
.end-30_1becefdf3fd9b2e7{right: 30%;}
.end-40_36e9b279c2c42509{right: 40%;}
.end-50_92c6b35d46771308{right: 50%;}
.end-60_c1c4af990965ae25{right: 60%;}
.end-70_5dd5d5829000a828{right: 70%;}
.end-80_c9ca1e24fc4b5ad6{right: 80%;}
.end-90_8ec9562c66a9467a{right: 90%;}
.end-100_88d163c33a299160{right: 100%;}

/* right  pos (px) */
.end-10px_82ba1e698b7df1cc{right: 10px;}
.end-20px_f70f2e54cd6e4b87{right: 20px;}
.end-30px_bf371d293acdd6f0{right: 30px;}
.end-40px_30b30a773ccfb383{right: 40px;}
.end-50px_173e99e23d691441{right: 50px;}
.end-60px_1ef39e0962e5617d{right: 60px;}
.end-70px_d4b8cba01e0a5d6b{right: 70px;}
.end-80px_674ae438deedb944{right: 80px;}
.end-90px_52a35f3cab675dbb{right: 90px;}
.end-100px_f7e8c26d814049c0{right: 100px;}

/* margin-left (percent) */
.ms-10_b9eb6c49de87526b{margin-left: 10%;}
.ms-20_31193238f03f5a15{margin-left: 20%;}
.ms-30_5a2704ffd9946212{margin-left: 30%;}
.ms-40_2906f4160be2e8e5{margin-left: 40%;}
.ms-50_7ea6af0e142f5050{margin-left: 50%;}
.ms-60_57f38464fb542b80{margin-left: 60%;}
.ms-70_97187b6ea15f8cd7{margin-left: 70%;}
.ms-80_f1a1929c00e9611a{margin-left: 80%;}
.ms-90_2de0c974db17a43a{margin-left: 90%;}
.ms-100_2ef7202eefd4667f{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_f0ed4ede324005d6{margin-left: 10px;}
.ms-20px_44bb46d492404b82{margin-left: 20px;}
.ms-30px_01a0949473a1102d{margin-left: 30px;}
.ms-40px_74572e648e6a6a37{margin-left: 40px;}
.ms-50px_11daf1b4ceb48361{margin-left: 50px;}
.ms-60px_5460b47ae21f2013{margin-left: 60px;}
.ms-70px_716e27dcec4084b3{margin-left: 70px;}
.ms-80px_49d8cb81d8227b56{margin-left: 80px;}
.ms-90px_43ade01b6ccbf066{margin-left: 90px;}
.ms-100px_e4769584d1623905{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_d2ee728e9d4dff10{margin-top:-10px;}
.mt-min-20_da88d32b3ef8300e{margin-top:-20px;}
.mt-min-30_4ab6e2f5c7c0a9d0{margin-top:-30px;}
.mt-min-40_415adc2104fddb1c{margin-top:-40px;}
.mt-min-50_7b0bc6af708d348e{margin-top:-50px;}
.mt-min-60_45f63025411fe2f9{margin-top:-60px;}
.mt-min-70_84f54f37f37e0629{margin-top:-70px;}
.mt-min-80_a0dbb8763d630d7d{margin-top:-80px;}
.mt-min-90_ffb0fc1bfd2a7703{margin-top:-90px;}
.mt-min-100_3808dcb212425ee7{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_ec1a2155659ac641{margin-bottom:-10px;}
.mb-min-20_2baa3b78e41ee329{margin-bottom:-20px;}
.mb-min-30_a4876d26e683dc07{margin-bottom:-30px;}
.mb-min-40_df0b9573296c5b58{margin-bottom:-40px;}
.mb-min-50_59a437e8705e970c{margin-bottom:-50px;}
.mb-min-60_9bf06a96c4f38762{margin-bottom:-60px;}
.mb-min-70_21bd8dd5f6eba243{margin-bottom:-70px;}
.mb-min-80_4073d344f8fe13ef{margin-bottom:-80px;}
.mb-min-90_0cf6adbb4e337b97{margin-bottom:-90px;}
.mb-min-100_eb9a60ba4bf76ac3{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_8074dbaa2e1f0824{margin-left:-10px;}
.ms-min-20_d1f495352512fcd0{margin-left:-20px;}
.ms-min-30_162ad094f3f9ae16{margin-left:-30px;}
.ms-min-40_25f9ebd774b28895{margin-left:-40px;}
.ms-min-50_72cce724a1dd6190{margin-left:-50px;}
.ms-min-60_1801f624e6533543{margin-left:-60px;}
.ms-min-70_7cc76dd49be70a7d{margin-left:-70px;}
.ms-min-80_55bbd40e7360b3bc{margin-left:-80px;}
.ms-min-90_43dc3154ecd810db{margin-left:-90px;}
.ms-min-100_f76d2ac6a77db430{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_b585e90b948a86c6{margin-right:-10px;}
.me-min-20_e9bfa0bf49ca29b1{margin-right:-20px;}
.me-min-30_39a2565db5eb053c{margin-right:-30px;}
.me-min-40_99f6f5b22f232c77{margin-right:-40px;}
.me-min-50_0d1e69a51e3ca479{margin-right:-50px;}
.me-min-60_ae58b9c228f7d2d7{margin-right:-60px;}
.me-min-70_fe4263653ae9068c{margin-right:-70px;}
.me-min-80_39c25c5fe0d33285{margin-right:-80px;}
.me-min-90_16deb94a875c4a11{margin-right:-90px;}
.me-min-100_0cb078b2ec4f0384{margin-right:-100px;}

/* font-size (px) */
.fs-12_5a8af9555d0e1e72{font-size: 12px;}
.fs-14_dc7e32bf65b7db02{font-size: 14px;}
.fs-15_cd77c78d1e37ee54{font-size: 15px;}
.fs-16_7343d1109d184479{font-size: 16px;}
.fs-18_30cbbf43627eee2a{font-size: 18px;}
.fs-20_578ea4032124eaaa{font-size: 20px;}
.fs-24_a9908d5a3162d468{font-size: 24px;}
.fs-28_fcc56e9cfbf6424d{font-size: 28px;}
.fs-30_6514e0e77614ab96{font-size: 30px;}
.fs-32_9634f08443d1fd95{font-size: 32px;}
.fs-36_39c50bc3c76355f7{font-size: 36px;}
.fs-40_32ffa078bdad7fc7{font-size: 40px;}
.fs-48_836b162fd40b079e{font-size: 48px;}
.fs-56_9c7352bedb9ec824{font-size: 56px;}
.fs-60_92d3e120f489e1c0{font-size: 60px;}
.fs-64_f9bf7c2c59777d2e{font-size: 64px;}
.fs-72_6bbd7685d375badb{font-size: 72px;}
.fs-96_15d664065e49a683{font-size: 96px;}
.fs-120_b80805e942fec607{font-size: 120px;}
.fs-150_a154a633c2b7c4bd{font-size: 150px;}
.fs-200_b77ff27c4b02e277{font-size: 200px;}


/* font-weight */
.fw-100_970086c5907292a8{font-weight: 100;}
.fw-200_f5cd9076c7f50f43{font-weight: 200;}
.fw-400_60b751a6dffd6a54{font-weight: 300;}
.fw-400_60b751a6dffd6a54{font-weight: 400;}
.fw-500_426e7a7e15928596{font-weight: 500;}
.fw-600_44a94cf11c52d15a{font-weight: 600;}
.fw-bold_b34c899d986259b0{font-weight: bold;}

/* margin left (px) */
.ms-10_b9eb6c49de87526b{margin-left: 10%;}
.ms-20_31193238f03f5a15{margin-left: 20%;}
.ms-30_5a2704ffd9946212{margin-left: 30%;}
.ms-40_2906f4160be2e8e5{margin-left: 40%;}
.ms-50_7ea6af0e142f5050{margin-left: 50%;}
.ms-60_57f38464fb542b80{margin-left: 60%;}
.ms-70_97187b6ea15f8cd7{margin-left: 70%;}
.ms-80_f1a1929c00e9611a{margin-left: 80%;}
.ms-90_2de0c974db17a43a{margin-left: 90%;}
.ms-100_2ef7202eefd4667f{margin-left: 100%;}

/* padding (px) */
.p-10_9f6dd7711d1c32f1{padding: 10px;}
.p-15_5e9c420d32e5b38d{padding: 15px;}
.p-20_e574548e61631362{padding: 20px;}
.p-30_967bf0321ba46c81{padding: 30px;}
.p-40_f4c5967503d59fa5{padding: 40px;}
.p-50_abed3e25863da6af{padding: 50px;}
.p-60_0a5b8843789d77b5{padding: 60px;}
.p-70_bd0c396f07e83a16{padding: 70px;}
.p-80_442a2a49957df2c6{padding: 80px;}
.p-90_13d200b8df6d116e{padding: 90px;}
.p-100_54e4f53c3acb3788{padding: 100px;}

/* padding bottom (px) */
.pb-10_18c9b80a70715974{padding-bottom: 10px;}
.pb-20_81f57b0b69d65895{padding-bottom: 20px;}
.pb-30_a770fddd18a698a0{padding-bottom: 30px;}
.pb-40_058f71668af91c5c{padding-bottom: 40px;}
.pb-50_78ce389d6ed70d02{padding-bottom: 50px;}
.pb-60_846b74538ee6de67{padding-bottom: 60px;}
.pb-70_d4c061b683e78fc6{padding-bottom: 70px;}
.pb-80_c8a87bf88e064832{padding-bottom: 80px;}
.pb-90_2a5fc9877e561323{padding-bottom: 90px;}
.pb-100_17de150745c071b2{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_1d72ce63f41a2132{padding-top: 10px;}
.pt-20_270fbb7b36a0e9b3{padding-top: 20px;}
.pt-30_fa54e48638ad46fc{padding-top: 30px;}
.pt-40_9a03c9c9b84389f5{padding-top: 40px;}
.pt-50_6768d3864948bf79{padding-top: 50px;}
.pt-60_a640ea6ebe04f778{padding-top: 60px;}
.pt-70_ed27f1f284e8dcc7{padding-top: 70px;}
.pt-80_6b3bb2af0a41f2d5{padding-top: 80px;}
.pt-90_c092c1dcd2cb2085{padding-top: 90px;}
.pt-100_421a7a9552c61c33{padding-top: 100px;}

/* padding left (px) */
.ps-10_3f45109c5edd2c10{padding-left: 10px;}
.ps-20_d4774a43667333e0{padding-left: 20px;}
.ps-30_e053919af144616f{padding-left: 30px;}
.ps-40_0db047f54f421463{padding-left: 40px;}
.ps-50_b8f1b8c4f37749d8{padding-left: 50px;}
.ps-60_39ee3c111c027e9f{padding-left: 60px;}
.ps-70_52b854e1f86aceda{padding-left: 70px;}
.ps-80_cb66e59b81ede26b{padding-left: 80px;}
.ps-90_ef5d58875094e149{padding-left: 90px;}
.ps-100_4e4e8e2322dcb148{padding-left: 100px;}

/* border white */
.border-white-1_d043bb2ec572fb14{border: solid 1px white;}
.border-white-2_43fc4f96e5e7ffb9{border: solid 2px white;}
.border-white-3_bffb50c873aec918{border: solid 3px white;}
.border-white-4_2d3b816715e77aa8{border: solid 4px white;}
.border-white-5_95a2f63223ad1e74{border: solid 5px white;}
.border-white-6_21a8444d684ebd77{border: solid 6px white;}
.dashed-1-white_2f5066795a10d6d2{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_40ef276d53ae86c0{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_e181aa6eb63d4730{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_ee96b45418778f99{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_50d2aedf68c02f16{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_85a5589fe2f2fba9{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_8bdddbd525d92d1a{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_ae433b1331f4b833{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_db53f5be752539f9{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_f9aea1a853863926{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_1c6d5ab8f7a2a3f9{transform: scale(1.2);}
.hover-scale-in-3_9e2bfdd0ecf5f775{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_9e2bfdd0ecf5f775{transform: scale(1); opacity: 1}
.hover-op-0_56d0e3ee42535571{ opacity:1 }
.hover:hover .hover-op-0_56d0e3ee42535571{ opacity:0 }
.hover-op-1_755a9a27d7b80a74,.hover-op-05_a8a3b3bc71cd458b{ opacity:0 }
.hover:hover .hover-op-1_755a9a27d7b80a74{ opacity:1 }
.hover:hover .hover-op-05_a8a3b3bc71cd458b{ opacity:.5 }
.hover:hover .hover-scale-1-1_9f827e2c5e27752c{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_1c6d5ab8f7a2a3f9{transform: scale(1.2);}
.hover-scale-in-3_9e2bfdd0ecf5f775{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_9e2bfdd0ecf5f775{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_cc8e7aa8e047e5c9{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_a1fe0e3743c06e51{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_1ef490374d7b21fe{background: var(--heading-font-color)}
.hover-mh-100_a186230ff9a76f84{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_a186230ff9a76f84{max-height: 500px;}
.hover:hover .hover-top-0_edea438faa068465{top:0;}
.hover:hover .hover-pb-40_5574a9b43ce30da1{padding-bottom: 40px;}
.hover-mt-40_9566ba9bd31291e9{margin-top: 40px;}
.hover:hover .hover-mt-40_9566ba9bd31291e9{margin-top: 0px;}
.hover:hover .hover-mt-0_2084cf0a5c79a43b{margin-top: 0;}

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

/* opacity */
.op-1_842b9dd7fdaeb607{ opacity:.1; }
.op-2_7d24f97de404f729{ opacity:.2; }
.op-3_14fd6954abee74fd{ opacity:.3; }
.op-4_9cd2c45f139f02b9{ opacity:.4; }
.op-5_d00567e0cb91b839{ opacity:.5; }
.op-6_ff5f8a7ae73dd347{ opacity:.6; }
.op-7_cfac6a27cb96c3e5{ opacity:.7; }
.op-8_3457c29b5fea3c17{ opacity:.8; }
.op-9_00084a2c44e42a2f{ opacity:.9; }

/* line height em */
.lh-1_44661e8c19b94eab{line-height: 1em;}
.lh-1-1_e40dd700dc5ab5e0{line-height: 1.1em;}
.lh-1-2_59986bc31089f998{line-height: 1.2em;}
.lh-1-3_5f97b701f25c97f5{line-height: 1.3em;}
.lh-1-4_e6821d73d80831d8{line-height: 1.4em;}
.lh-1-5_3013bc24764fdc96{line-height: 1.5em;}
.lh-1-6_c02f9fa6a349351f{line-height: 1.6em;}
.lh-1-7_dbd48b58699d44d5{line-height: 1.7em;}
.lh-1-8_e9bf9fa4b4e29f65{line-height: 1.8em;}

/* min height (px) */
.mh-200_43bf6ae0f79ebbaa{min-height:200px;}
.mh-300_3609c9956a77d8de{min-height:300px;}
.mh-400_c9af50113b4da7ee{min-height:400px;}
.mh-500_d59823fd5e2c0c98{min-height:500px;}

/* background dark */
.bg-dark-20_1fc797688baa0e4f{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_faeb9f9b3988e774{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_dcd7b1ab716aad72{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_737e81b6e87dbeae{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_d7b790c5439fb08f{background: rgba(0, 0, 0, .1)}
.overlay-black-2_21dd91f193bf2c9b{background: rgba(0, 0, 0, .2)}
.overlay-black-3_f73158888f26b573{background: rgba(0, 0, 0, .3)}
.overlay-black-4_32b2ee3cd0e8eca7{background: rgba(0, 0, 0, .4)}
.overlay-black-5_9066c1ff7b9ba163{background: rgba(0, 0, 0, .5)}
.overlay-black-6_f29945bab881d133{background: rgba(0, 0, 0, .6)}
.overlay-black-7_511f8de958f23e46{background: rgba(0, 0, 0, .7)}
.overlay-black-8_21304a0e3964ea41{background: rgba(0, 0, 0, .8)}
.overlay-black-9_9113832a0a6bf51e{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_d770d882a3886013{background: rgba(255, 255, 255, .1)}
.overlay-white-2_dfb234bc19d701bd{background: rgba(255, 255, 255, .2)}
.overlay-white-3_85145508d72abcd6{background: rgba(255, 255, 255, .3)}
.overlay-white-4_25f18a7d64903276{background: rgba(255, 255, 255, .4)}
.overlay-white-5_82610eac60301911{background: rgba(255, 255, 255, .5)}
.overlay-white-6_2f9d9e590e3e3b95{background: rgba(255, 255, 255, .6)}
.overlay-white-7_732deb34b8c3294d{background: rgba(255, 255, 255, .7)}
.overlay-white-8_86d57e406bad04cb{background: rgba(255, 255, 255, .8)}
.overlay-white-9_defd35917772664d{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_917400cdf4562c2a { left: 50%; transform: translateX(-50%);}
.abs-middle_57d9a209edfce433{ top: 50%;  transform: translateY(-50%);}
.abs-centered_b2c875c99dd2ae99{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_c8e1f281d838a4b0 { position: relative; }

/* z-index */
.z-1_959e268c02867d1f{ z-index:1 }
.z-2_094c0fae72e812e4{ z-index:2 }
.z-3_beb7c28dc726542d{ z-index:3 }
.z-4_ca7053a3bbb019ad{ z-index:4 }
.z-1000_1efa5a76d49cc196 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_2405fcb14f33e927 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_2405fcb14f33e927 .img-l1_d58b8e060c51ca95{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_2405fcb14f33e927 .img-l2_e6c8c8c67e158b3f{
  top:20%;
  left: 0%;
}


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

.ss-wrap_2405fcb14f33e927 .img-r2_6ae91e64ddeca5bc{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_d0714086a08ae78c .d-item .d-text_778bbc2db0d99baf h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_b95671a299881cb0 .d-item.no-border_674c74c2aac7d1eb{
  border: none;
}

.de-timeline-s2_b95671a299881cb0 .d-item  .d-icon_25fb6fa43b569a12{
  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_b95671a299881cb0.color .d-item  .d-icon_25fb6fa43b569a12{
  background: var(--secondary-color);
}

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

.de-timeline-s2_b95671a299881cb0 .d-item .d-text_778bbc2db0d99baf{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_6343487cc87db467.border-left_404d5526de64bd21.light_4616bd6848edf31a{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_cbbe1b54c88da6a9 .swiper-pagination-current_c14b24bc5d5017ad{
  color: var(--heading-font-color);
}

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

.slider-light_cbbe1b54c88da6a9 .swiper-button-next, .slider-light_cbbe1b54c88da6a9 .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_d0439beec134b089{
  color:#ffffff;
}
.sw-price_d0439beec134b089 .d-starting_893bb2948de134c4{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_d0439beec134b089 .d-price_70d51e637e9835f7{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_d0439beec134b089 .d-val_74751502943d2ab5{
  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_d0439beec134b089 .d-cur_8c429994387f2080, .sw-price_d0439beec134b089 .d-period_f09fafc8cc2baaf9{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_d0439beec134b089 .d-cur_8c429994387f2080{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_259712a70d47c0c0 {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_259712a70d47c0c0 {
    min-height: 320px;
  }
}
.swiper-container-wrapper_c39213e6a18ce875 {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_c39213e6a18ce875 {
    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_7054f7131a2261d6 h3{
  font-size: 22px
}

.sw-caption-thumb_7054f7131a2261d6 .d-tag_8cb5e399e4e703de{
  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_aa763ac00d00c2d4 #mainmenu{
  margin: 0;
}

.col-start_1b539e73ba012feb, .col-end_9f5d95d71840e952 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_9f5d95d71840e952{
  justify-content: end;
}

.col-center_991b7554da904d83 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_991b7554da904d83 img{
  width: 160px;
}


.subtitle_034875c42ac06d9d{
  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_034875c42ac06d9d: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_643086920e862177 .subtitle_034875c42ac06d9d, .text-light_1829ef9801030380 .subtitle_034875c42ac06d9d{
  color:#ffffff;
}


.dark-scheme_643086920e862177 .subtitle_034875c42ac06d9d:before, .text-light_1829ef9801030380 .subtitle_034875c42ac06d9d:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_034875c42ac06d9d.blink_074e55d935d993d5{
  padding-left: 35px;
}

.subtitle_034875c42ac06d9d.blink_074e55d935d993d5: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_643086920e862177::-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_426ce2d43cf6ed35 {
    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_98059d980bc78455 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_643086920e862177 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_8ff69f45070d8433{
      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_8ff69f45070d8433 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_3d5454f03ef51e99 {
  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_3d5454f03ef51e99 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_3d5454f03ef51e99 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_3d5454f03ef51e99 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_2531666c9aa5e197: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_ab0e440538af46c6 {
  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_f3ddc75662e4476d,
.rtl .bx-wrapper_93de6490db0ab056 {
  direction: ltr;
}

.rtl .owl-carousel_f3ddc75662e4476d .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_aa763ac00d00c2d4 {
  display: flex;
  justify-content: space-between;
}

.de-flex_aa763ac00d00c2d4>.de-flex-col_a8231b0805b5f6b8 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_1488f467c70b40eb,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_1488f467c70b40eb {
  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_223c7a279b73adf7 {
  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_25d4b6e5d467317d {
  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_25d4b6e5d467317d {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_414a10ef0e7e67b3 {
  border-color: #EFEFEF !important;
}

.tparrows_0c9b36c1264bed40 {
  background: none !important;
}

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

.text-light_1829ef9801030380 .border_414a10ef0e7e67b3 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_f3ddc75662e4476d {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_6853aecfd1f95b77 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_6853aecfd1f95b77 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_6853aecfd1f95b77 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_fdf1d324678f43ba.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_fdf1d324678f43ba.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_fdf1d324678f43ba img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_1c08fd659d596bd0 .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_1829ef9801030380 strong {
  color: #fff;
}

.bg-white_1eb7219bf84213df {
  background: #ffffff;
}

.bg-white-10_ab60340cad601bba {
  background: rgba(255, 255, 255, .1);
}

.wh80_97bb97436787ac5c {
  width: 80%;
  height: 80%;
}

.border-top_e894ff716f791389 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_3dcf859ee779e257 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_643086920e862177 header.border-bottom_3dcf859ee779e257 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_62680603c9d553c7 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_62680603c9d553c7 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_599854dc69de5b08 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_07a5c3bb3788d765 {
  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_8e79b8ff4ffa2e6b:before,
.nav-next_330d1f46fceb6499:before,
.nav-exit_8ac95916ede455f1:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_8ac95916ede455f1:before {
  width: 100%;
  display: block;
}

.nav-next_330d1f46fceb6499:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_8ac95916ede455f1:before {
  content: '\f00d';
}

.de_light_61a2dc44b37a3855 .nav-exit_8ac95916ede455f1:before {
  color: #222;
}

.no-bottom_06dcad14af18f642 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_30a3380fe18b9322 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_3c0079fabb5493e2 {
  background: #f6f6f6;
}

.no-bottom_06dcad14af18f642 .col-md-12_ef51864b215b9ddd {}

.no-bottom_06dcad14af18f642 {
  padding-bottom: 0 !important;
}

.no-top_759959ab6e9dfca5 {
  padding-top: 0 !important;
}

.no-margin_17e9d1ddc8ddd8fa {
  margin: 0 !important;
}

.nopadding_95701bbcd1ba93a4 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_4e20182b93e3c867 {
  position: relative;
  overflow: hidden;
}

.image-slider_2acc14e5c6922860 {
  cursor: move;
}

.inner-padding_8a25cafa13802741 {
  padding: 90px;
}

.inner-padding_8a25cafa13802741.pos-left_5857e0eeafdb4cf3 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_8a25cafa13802741.pos-left_5857e0eeafdb4cf3 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_298b0e2bc6fbcd47,
section.no-padding_298b0e2bc6fbcd47 {
  padding: 0;
}

.float-left_819c84dbac7a71c2 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_e52f522c88623887 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_54e9c8c5f224467d {
  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_43cde5ad5cd26cd1 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_43cde5ad5cd26cd1.style-2_1fa5a37b0910edcc {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_43cde5ad5cd26cd1.style-3_ce346eb21864715f {
  font-size: 14px;
}

.teaser_43cde5ad5cd26cd1.style-4_2a0799111418d882 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_5ff8ce1e5e7099c3:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_b4aa72ad8a19c3c7 {
  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_6105576b320f6539 {
  display: flex;
}

.owl-prev_35adb8bec7bc80da,
.owl-next_81a4812802819251,
.d-nav-left_358839f8069b6b9c,
.d-nav-right_2f07d47c69b434d3 {
  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_643086920e862177 .owl-prev_35adb8bec7bc80da,
.dark-scheme_643086920e862177 .owl-next_81a4812802819251 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_35adb8bec7bc80da:hover,
.owl-next_81a4812802819251: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_35adb8bec7bc80da,
.d-nav-left_358839f8069b6b9c {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_81a4812802819251,
.d-nav-right_2f07d47c69b434d3 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_358839f8069b6b9c i,
.d-nav-right_2f07d47c69b434d3 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_81a4812802819251 i,
.d-nav-left_358839f8069b6b9c i {
  top: 12px;
  left: 16px;
}

.d-nav-right_2f07d47c69b434d3 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_530177cef21e82b1 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_530177cef21e82b1 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_530177cef21e82b1 .prev {
  left: 0;
}

.owl-arrow_530177cef21e82b1 .next {
  right: 0;
}

.owl-arrow_530177cef21e82b1 .prev:before,
.owl-arrow_530177cef21e82b1 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_530177cef21e82b1 .next:before {
  content: '\f178';
}

.owl-pagination_7e5436e16580c4a2 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_d2162ffb173dd957 .owl-controls_b435eb2e8c2c8c88 .owl-page_0f9ada6c7af71110 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_d2162ffb173dd957 .owl-controls_b435eb2e8c2c8c88 .owl-page_0f9ada6c7af71110.active span {
  background: none;
}

.owl-theme_d2162ffb173dd957 .owl-controls_b435eb2e8c2c8c88 .owl-page_0f9ada6c7af71110.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_d2162ffb173dd957 .owl-nav_6105576b320f6539.disabled+.owl-dots_e9b3b228f3caae1c {
  margin-top: 0px;
}

.owl-dots_e9b3b228f3caae1c 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_d2162ffb173dd957 .owl-dots_e9b3b228f3caae1c .owl-dot_e61d92a1d804f6b5 span {
  display: none;
}

/* new owl close */

.text-light_1829ef9801030380 .owl-theme_d2162ffb173dd957 .owl-controls_b435eb2e8c2c8c88 .owl-page_0f9ada6c7af71110 span {
  background-color: #fff;
}

.text-light_1829ef9801030380 .owl-theme_d2162ffb173dd957 .owl-controls_b435eb2e8c2c8c88 .owl-page_0f9ada6c7af71110.active span {
  background: none;
}

.text-light_1829ef9801030380 .owl-theme_d2162ffb173dd957 .owl-controls_b435eb2e8c2c8c88 .owl-page_0f9ada6c7af71110.active span:before {
  border: solid 2px #fff;
}

.text-slider_4aa2248f20be8250 {
  color: #fff;
  display: inline-block;
}

.text-slider_4aa2248f20be8250.med-text_34f7bb90e263f453 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_4aa2248f20be8250.big-text_ccb26612f6b09826 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_65dda5f4cb4687d3 .text-item {
  display: inline-block;
}

.text-slider_4aa2248f20be8250.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_4aa2248f20be8250.big-text_ccb26612f6b09826 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_4aa2248f20be8250 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_a10fffe6d15ffa15 {
  color: #ff0000;
}

.teal_7bc402ee77c86c86 {
  color: #009999;
}

.purple_98d1394f2d7f929d {
  color: #663366;
}

.green_4feba81185f2154b {
  color: #009900;
}

.bg-overlay_9c098c67fc049718 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_e89f8932a9ebbaee {
  position: relative;
}

.overlay-bg_a4dd66cbb8e11d5c {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_a4dd66cbb8e11d5c.p60_7c999288c450b3ff {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_871f9f77321edf27 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_d576f508c3b19b23 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_a4dd66cbb8e11d5c.t0_e553c2c24183b361 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_a4dd66cbb8e11d5c.t20_d8c77006bb805114 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_a4dd66cbb8e11d5c.t30_ec26cc33ca0d68a7 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_a4dd66cbb8e11d5c.t40_c1c8fba3407e7d32 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_a4dd66cbb8e11d5c.t50_3232e90442f1aab1 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_a4dd66cbb8e11d5c.t60_8034232c81e68915 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_a4dd66cbb8e11d5c.t70_9fae895b2118dc19 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_a4dd66cbb8e11d5c.t80_8c923f8795f040a9 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_a4dd66cbb8e11d5c.t90_86250f9e91c2938f {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_a4dd66cbb8e11d5c.light-5_0c7ada5ad59e261d {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_a4dd66cbb8e11d5c.light-6_5ad64a9623f40600 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_a4dd66cbb8e11d5c.light-7_1da6263b4b4aff01 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_a4dd66cbb8e11d5c.light-8_002256fc747bc098 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_a4dd66cbb8e11d5c.c1_8d7d8c77d4df48fc {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_a4dd66cbb8e11d5c.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_a4dd66cbb8e11d5c.gradient-blue-aqua_a403d44f6480cbdb {
  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_f3b158d967650141.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_95a6f28c38db910d {
  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_3c0079fabb5493e2,
section.bg-grey_3c0079fabb5493e2 {
  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_2d3f8e216a81e80e {
  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_8f3c52e9006e06d5 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_8f3c52e9006e06d5:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_73a6801d9122cc01 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_ca8d7f9576a9d561 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_ca8d7f9576a9d561:hover {
  color: #707070;
}

a.read_more_ca8d7f9576a9d561 i {
  margin-left: 8px;
}

.text-light_1829ef9801030380 a.read_more_ca8d7f9576a9d561 {
  color: #fff;
}

.text-black_40197382a84d4847 {
  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_aeda030b1ba56363 {
  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_bd7e1b2b0e047d3a:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_bd7e1b2b0e047d3a: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_e9b3b228f3caae1c {
  text-align: center;
}

.owl-dot_e61d92a1d804f6b5 {
  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_643086920e862177 .owl-dot_e61d92a1d804f6b5,
.text-light_1829ef9801030380 .owl-dot_e61d92a1d804f6b5 {
  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_b36a9878a2ac79f0 {
  opacity: 1;
}

.owl-stage_a407810c61bbb695 {
  overflow: none;
}

.typed-strings_2114bab99380ed19 p {
  position: absolute;
}

.typed-cursor_2420078beb7db2a2 {
  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_1fa5a37b0910edcc .date-box_75b6de43bd8b3c38 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_1fa5a37b0910edcc .date-box_75b6de43bd8b3c38 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_1fa5a37b0910edcc .date-box_75b6de43bd8b3c38 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_b913a0c2c876af29 {
  margin: 0;
  padding: 0;
}

.sitemap_b913a0c2c876af29.s1_e5c15bd50a6f90d0 li {
  list-style: none;
}

.sitemap_b913a0c2c876af29.s1_e5c15bd50a6f90d0 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_ed1dc883f686c52d {
  margin: 0;
  padding: 0;
}

.list_ed1dc883f686c52d li {
  list-style: none;
}

.rtl .list_ed1dc883f686c52d.s1_e5c15bd50a6f90d0 li:after,
.list_ed1dc883f686c52d.s1_e5c15bd50a6f90d0 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_ed1dc883f686c52d.s1_e5c15bd50a6f90d0 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_ed1dc883f686c52d.s1_e5c15bd50a6f90d0 li:before {
  display: none;
}

.list_ed1dc883f686c52d.s2_96a4e01466613af7 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_ed1dc883f686c52d.s3_3e848b924f6cf70b {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_ed1dc883f686c52d.s3_3e848b924f6cf70b li {
  display: inline;
  margin-right: 20px;
}

.list_ed1dc883f686c52d.s3_3e848b924f6cf70b a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_b7770cdfd65c8a36 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_643086920e862177 .switch-set_b7770cdfd65c8a36{
  color:#ffffff;
}

.dark-scheme_643086920e862177 .switch_753b9d7d2f9b6748 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_b7770cdfd65c8a36 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_753b9d7d2f9b6748 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_753b9d7d2f9b6748::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_fd75bc34c6309874 {
  display: block;
}

.de-switch_fd75bc34c6309874 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_fd75bc34c6309874 input[type=checkbox] {
  display: none;
}

.de-switch_fd75bc34c6309874 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_fd75bc34c6309874 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_fd75bc34c6309874 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_643086920e862177 .de-switch_fd75bc34c6309874 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_fd75bc34c6309874 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_fd75bc34c6309874.colored_d47c0db3d67d8ebf input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_fd75bc34c6309874.colored_d47c0db3d67d8ebf label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_fd75bc34c6309874 {
  float: right;
}

.switch_753b9d7d2f9b6748:checked::after {
  transform: translateX(20px);
}

.switch_753b9d7d2f9b6748:focus {
  outline-color: transparent;
}

.menu_side_area_4754f33d16629b96 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_4754f33d16629b96 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_643086920e862177 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_15a5d33bc2dbed9a {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_3b7bb11b1fd3c6f4 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_ea889eaca8481ba5 {
  display: none;
}

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

.ul-style-2_143613f605a38566 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_143613f605a38566 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_143613f605a38566.s2_96a4e01466613af7 li h4 {
  font-weight: 600;
}

.ul-style-2_143613f605a38566.s2_96a4e01466613af7 li {
  margin-bottom: 30px;
}

.ul-style-2_143613f605a38566.s3_3e848b924f6cf70b li {
  margin-bottom: 5px
}

.ul-style-2_143613f605a38566 .d-label_fa70f5c8c8a79533 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_06f543b604cff518{
  margin: 0;
  padding: 0;
}

.ul-check-inline_06f543b604cff518 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_06f543b604cff518 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_143613f605a38566 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_143613f605a38566 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_14033cea87540307 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_14033cea87540307 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_14033cea87540307 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_14033cea87540307 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_a0d7e43cd629ab20{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_10f6c086efb8e7a6{
  color:#ffffff;
}


/* shadow */

.shadow-soft_51f1fb123f1e2349,
.de-map-wrapper_67831a9e64b9d9c4 iframe,
.expand-custom_f5f41811ee9c29ae,
#form_sb input,
.container-timeline_0f7bbb35484f9700 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_02b5b87c3b9626e5 {
  -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_4b9fe0a55db4856b {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_9f56e2b25420534f {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_63108786d2169a46 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_ee488da3cceb724d {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_f191f1a2370606da{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_55d1350230e9aff7{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_8ec8305878c28fd2 {
  right: 0;
}

.rtl .carousel-control-prev_31c139c2e8b57db6 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_08e9a151e5ff06e8,
.carousel-control-prev-icon_a784be7842a326d5 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_08e9a151e5ff06e8:after,
.carousel-control-prev-icon_a784be7842a326d5:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_08e9a151e5ff06e8:after {
  content: "\f105";
}

.carousel-control-next-icon_08e9a151e5ff06e8:hover,
.carousel-control-prev-icon_a784be7842a326d5: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_67831a9e64b9d9c4 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_d52c0aed352a5408 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_d52c0aed352a5408 {
  -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_b77bdaf6c9fb0455 {
  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_292605d2cba20c19{
  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_d440cd562f30699c .bubble_292605d2cba20c19:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_d440cd562f30699c .bubble_292605d2cba20c19:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_d440cd562f30699c .bubble_292605d2cba20c19:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_18fa2aeb72aef59e{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_18fa2aeb72aef59e .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_d98f6a142c7d6815{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_d98f6a142c7d6815 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_d98f6a142c7d6815 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_d98f6a142c7d6815 dt span:after {
  content: " ";
}
.def-list-dots_d98f6a142c7d6815 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_d98f6a142c7d6815 .no-def-item_5e10519cd50b10ac dt:after {
  content: "";
}
.def-list-dots_d98f6a142c7d6815 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_17aade548aa40fd0 img{
  height: 350px;
  width: auto;
}

.d-list-menu_e73c07e25cb00cdf {
  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_475d71e7a4b4a613 .dropdown a:hover {
  color: #333;
}

.dark-scheme_643086920e862177 .dropdown a,
.dark-scheme_643086920e862177 .header-light_475d71e7a4b4a613 .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_643086920e862177 .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_643086920e862177 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_643086920e862177 .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_9eab7cdf27183f74 {
  width: 600px !important;
}

.dropdown ul.d-col-3_9eab7cdf27183f74 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_9eab7cdf27183f74 li span {}

.text-light_1829ef9801030380 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_1829ef9801030380 .dropdown a {
  color: #ffffff;
}

.items_filter_e5cf1ffde1850bad {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_e5cf1ffde1850bad .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_b04ccc9bedfa039b,
.dropdown.fullwidth_b04ccc9bedfa039b a,
.dropdown.fullwidth_b04ccc9bedfa039b ul,
.dropdown.fullwidth_b04ccc9bedfa039b li {
  width: 100%;
}

.dropdown.style-2_1fa5a37b0910edcc,
.dropdown.style-2_1fa5a37b0910edcc a,
.dropdown.style-2_1fa5a37b0910edcc ul,
.dropdown.style-2_1fa5a37b0910edcc li {
  width: 100%;
}

.rtl .dropdown.style-2_1fa5a37b0910edcc {
  text-align: right;
}

.dropdown.style-2_1fa5a37b0910edcc h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_1fa5a37b0910edcc a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_778434791dbc9889 {
  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_778434791dbc9889:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_db09a5aff7fad106 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_db09a5aff7fad106 span {
  display: inline-block;
  position: relative;
}

.separator_db09a5aff7fad106 span:before,
.separator_db09a5aff7fad106 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_db09a5aff7fad106 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_db09a5aff7fad106 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_db09a5aff7fad106 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_61a2dc44b37a3855 .separator_db09a5aff7fad106 span:before,
.de_light_61a2dc44b37a3855 .separator_db09a5aff7fad106 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_1829ef9801030380 .separator_db09a5aff7fad106 span:before,
.text-light_1829ef9801030380 .separator_db09a5aff7fad106 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_3d0ed823044140b6: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_3d0ed823044140b6: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_3d0ed823044140b6 {
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_eab475fc5c4bf36f {
  -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_eab475fc5c4bf36f {
  -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_4814a2efcc84895e,
.isotope.no-transition_4814a2efcc84895e .isotope-item_eab475fc5c4bf36f,
.isotope .isotope-item_eab475fc5c4bf36f.no-transition_4814a2efcc84895e {
  -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_1829ef9801030380 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_1829ef9801030380 #filters a:hover {
  color: #fff;
}

.text-light_1829ef9801030380 #filters a.selected {
  color: #fff;
}

.text-light_1829ef9801030380 #filters a.selected {
  color: #fff;
}

.isotope-item_eab475fc5c4bf36f {
  z-index: 2;
}

.isotope-hidden_7da26aa74a2fea57.isotope-item_eab475fc5c4bf36f {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_91f80d97ea2cdee4 ul.slides,
.project-carousel-3-col_82e57ef54a73cf99 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_838221209a15a251 .flex-direction-nav_7ba7d111b62edab5,
.project-carousel_91f80d97ea2cdee4 .flex-control-nav_8bec127b700749b4,
.project-carousel_91f80d97ea2cdee4 .flex-direction-nav_7ba7d111b62edab5,
.project-carousel-3-col_82e57ef54a73cf99 .flex-control-nav_8bec127b700749b4,
.project-carousel-3-col_82e57ef54a73cf99 .flex-direction-nav_7ba7d111b62edab5 {
  display: none;
}

.logo-carousel_838221209a15a251.owl-carousel_f3ddc75662e4476d .owl-item img {
  width: auto;
}

.logo-carousel_838221209a15a251.no-control_bb62dd5d90b26c20 .flex-control-nav_8bec127b700749b4 {
  display: none;
}

.logo-carousel_838221209a15a251.s2_96a4e01466613af7 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_f3ddc75662e4476d.owl-center_d78691446a09e302 .owl-item {
  opacity: .6;
}
.owl-carousel_f3ddc75662e4476d.owl-center_d78691446a09e302 .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_2f53b77e70e3d359());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_2f53b77e70e3d359());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_2f53b77e70e3d359());
}

.typed-strings_2114bab99380ed19 p {
  position: absolute;
}

.social-icons-sm_4e5c01e7ca7e0598 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_4e5c01e7ca7e0598 i:hover {
  color: #ffffff;
}

.arrowup_a27f40d0d4d3b3e5 {
  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_e2ed7d38f6d4a56c {
  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_70bf0e92488577dd {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_7df6d549c83e2cac {
  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_b40381e61b7f0a2f .nav-link {
  font-weight: 500;
}

.de-preloader_fd593662e50614c5 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_643086920e862177 .de-preloader_fd593662e50614c5 {
  background: var(--bg-color-even);
}

.dot-loader_1aa9aa326aa99bad {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_f1c37987dd4afd43 {
  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_f1c37987dd4afd43.dot1_7afc63fec154cb50 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_f1c37987dd4afd43.dot2_4dc7823b8ca188e9 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_f1c37987dd4afd43.dot3_f678946455b62a25 {
  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_309ed2e94c13b159 {
  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_309ed2e94c13b159 .p-line_f301ae3c0f33089d {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_309ed2e94c13b159 .p-line_f301ae3c0f33089d: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_309ed2e94c13b159 .p-line_f301ae3c0f33089d:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_309ed2e94c13b159 .p-line_f301ae3c0f33089d: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_cdb3ba482a6c3f8d, .container-md_6004dbea6652e3ca, .container-sm_ceffa6c516639228, .container-xl_41e9c2628d5dee26 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_cdb3ba482a6c3f8d,
  .container-md_6004dbea6652e3ca,
  .container-sm_ceffa6c516639228,
  .container-xl_41e9c2628d5dee26 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_cdb3ba482a6c3f8d,
  .container-md_6004dbea6652e3ca,
  .container-sm_ceffa6c516639228,
  .container-xl_41e9c2628d5dee26 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_1da1fb93451f9d50 { width: 20%; }
  .col-md-2-5_20689b0e4e9ffe81 { width: 40%; }
  .col-md-3-5_0d7c312fbc2602cc { width: 60%; }
  .col-md-4-5_360dfac3489c8198 { width: 80%; }
  .col-md-5-5_d69c6caeadb6a92c { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_9e096cccf11ebf04 { width: 20%; }
  .col-lg-2-5_40b37b50691db92f { width: 40%; }
  .col-lg-3-5_25b46267c5ee99c0 { width: 60%; }
  .col-lg-4-5_636037cb0d3c2758 { width: 80%; }
  .col-lg-5-5_44cb2f911b9fad77 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_cdb3ba482a6c3f8d,
  .container-md_6004dbea6652e3ca,
  .container-sm_ceffa6c516639228 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_5d67899305a1ad01 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_1abc6624397ddd7e .tr .td:nth-child(4),
  .de_table_1abc6624397ddd7e .tr .td:nth-child(5),
  .de_table_1abc6624397ddd7e .tr .td:nth-child(6),
  .de_table_1abc6624397ddd7e .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_071586648ad73e66 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_d034348cfbdc2242 .countdown-show4_319726126bd09b2d .countdown-section_15a5d33bc2dbed9a {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_d034348cfbdc2242 .countdown-period_9e1aa4cac5de67af{
    font-size:10px;
  }

  .countdown-s2_d034348cfbdc2242 .countdown-amount_89e10386a3bd7e81 {
    font-size: 20px;
  }


  .mb-sm-20_8f21d91821971cea {
    margin-bottom: 20px;
  }

  .mb-sm-30_3fde6081b6cabed2 {
    margin-bottom: 30px;
  }

  .mt-sm-0_07cd1320feb7f707{
    margin-top: 0;
  }

  .sm-mt-0_caa16e4a9d7348ae {
    margin-top: 0;
  }

  .p-sm-30_28caecd6ba26043a {
    padding: 40px;
  }

  .pb-sm-0_1642d58a46c3f4f2 {
    padding-bottom: 0;
  }

  .mb-sm-0_44cfc818cdb11848 {
    margin-bottom: 0;
  }

  .sm-p-40_70f466f46c947bf7{
    padding: 40px;
  }

  header .header-col_0d86f0c681dfb991 {
    position: absolute;
    top: 0;
  }

  header .header-col_0d86f0c681dfb991.mid_c2685620456ea7ad {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_27d067eaa50c0c6a {
    text-align: center;
  }

  .sm-pt10_9752651a9d55f4e9 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_8a25cafa13802741 {
    padding: 40px;
  }

  .header-col-left_9df16c1e1245d94d,
  .header-col-right_b5192b1f435f6bd2 {
    padding-top: 16px;
  }

  .header-col-mid_4ffe361d65215c63 #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_86674b2978066375 {
    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_5ce6a7bf5dc2f567 {
    position: fixed;
  }

  #subheader.s2_96a4e01466613af7 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_61d1e4b188e13561 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_5d67899305a1ad01 h1 {
    font-size: 32px;
  }

  .slider_text_5d67899305a1ad01 .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_2523f036c829a36b {
    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_2523f036c829a36b,
  #mainmenu li li li a.menu-item_2523f036c829a36b {
    padding-left: 0;
  }

  #mainmenu a.menu-item_2523f036c829a36b:hover {
    background: #111;
  }

  #mainmenu a.menu-item_2523f036c829a36b: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_2523f036c829a36b: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_2523f036c829a36b {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_2523f036c829a36b:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_2523f036c829a36b {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_2523f036c829a36b {
    display: block;
  }

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

  #mainmenu li ul li:last-child a.menu-item_2523f036c829a36b {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_2523f036c829a36b:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_1f92ef549ef9feb2) {
    border: none;
  }

  #mainmenu>li ul.mega_1f92ef549ef9feb2 .sb-menu_ee86c6e2b814b3e9 {
    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_2523f036c829a36b {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu a.menu-item_2523f036c829a36b{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_2523f036c829a36b: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_643086920e862177 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_1f92ef549ef9feb2 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_1f92ef549ef9feb2 .menu-content_057397e6169ac2d2 {
    background: #fff;
  }

  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu li,
  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu li ul li a.menu-item_2523f036c829a36b {
    border-color: #eee;
  }

  header.header-dark_5e92a77a79bab60c.header-mobile {
    background: #222;
  }

  header.header-dark_5e92a77a79bab60c.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_5e92a77a79bab60c.header-mobile #mainmenu li a.menu-item_2523f036c829a36b {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_2523f036c829a36b: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_2523f036c829a36b {
    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_643086920e862177 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_2523f036c829a36b {
    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_2523f036c829a36b {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_643086920e862177 header.header-mobile #mainmenu li a.menu-item_2523f036c829a36b {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_2523f036c829a36b:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_643086920e862177 header.header-mobile #mainmenu li a.menu-item_2523f036c829a36b:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../resources/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_643086920e862177 header.header-mobile #mainmenu>li>span {
    background: url(../resources/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../resources/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_643086920e862177 header.header-mobile #mainmenu li span.active {
    background: url(../resources/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../resources/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../resources/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_2523f036c829a36b {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_643086920e862177 header.header-mobile #mainmenu li ul li a.menu-item_2523f036c829a36b {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_2523f036c829a36b {
    border-bottom: none;
  }

  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu>li>span,
  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu li>ul>li>span {
    background: url(../resources/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu>li>span.active,
  header.header-light_475d71e7a4b4a613.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../resources/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_1f92ef549ef9feb2 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_1f92ef549ef9feb2>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_1f92ef549ef9feb2 .menu-content_057397e6169ac2d2 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_475d71e7a4b4a613 #mainmenu ul li a.menu-item_2523f036c829a36b,
  .header-light_475d71e7a4b4a613 #mainmenu ul li a.menu-item_2523f036c829a36b:hover {
    color: #333;
  }

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

  .de_tab.tab_methods_47b696aed4a8442d .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_47b696aed4a8442d .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_47b696aed4a8442d .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_bc024cccf7124448 {
    display: none;
  }

  .sm-hide_e2bac9164a5d6243 {
    display: none;
  }

  .d-btn-close_6fc7c650dff0f616 {
    position: relative;
  }

  .de_tab.tab_style_4_1c08fd659d596bd0 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_2523f036c829a36b span {
    display: none;
  }

  .de_tab.tab_methods_47b696aed4a8442d.style-2_1fa5a37b0910edcc .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_82db9169165d1800 {
    position: relative;
    height: auto;
  }

  .timeline_1cb78e735383d3cf>li>.timeline-panel_8444c2a0ec6b102b {
    width: 100%;
  }

  .timeline-badge_68e7408c5ee89f2b {
    display: none;
  }

  .timeline_1cb78e735383d3cf:before {
    background: none;
  }

  .tp-caption_2bd3f322427afec3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_3cf6c3488ce5689b .de-flex_aa763ac00d00c2d4,
  .subfooter_3cf6c3488ce5689b .de-flex-col_a8231b0805b5f6b8 {
    display: block;
  }

  .subfooter_3cf6c3488ce5689b .social-icons_524ccd283e964c64 {
    margin-top: 20px;
  }

  .subfooter_3cf6c3488ce5689b span.copy_ce86f89408751d4b {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_f8c6989e0d89e06b{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_3c0540413e05891b{
    margin:0 20px;
  }

  .crumb_61d1e4b188e13561{
    margin-bottom: 0;
  }

  section.bottom-rounded_7b9a9a37291760b8{
    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_86c2e8c4202609e2,
  h1.ultra-big_86c2e8c4202609e2 .text-line_aa955f39f2869c2b,
  h1.ultra-big-2_da289b6c6891a2da,
  .title-text_77c3f4b6640ed64a,
  h1.slider-title_9863bf00f6268ab5{
    font-size: 60px;
  }  

  h1.slider-title_9863bf00f6268ab5,
  h2.slider-title_9863bf00f6268ab5{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_d687b1c9c5925d19 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_84e51407976bd465{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_589970527124ce66{padding-top:10px;}
  .pt-sm-20_cd014c8227aaf2f3{padding-top:20px;}
  .pt-sm-30_255ad5c8adbfef45{padding-top:30px;}
  .pt-sm-40_093504ed46c48d45{padding-top:40px;}
  .pt-sm-50_3e6ea5ba3be6268c{padding-top:50px;}
  .pt-sm-60_84a79ddfc0360ee7{padding-top:60px;}
  .pt-sm-70_d37c9b871509e6db{padding-top:70px;}
  .pt-sm-80_48fc75aeaeb680e4{padding-top:80px;}
  .pt-sm-90_8756b17a42e7e964{padding-top:90px;}
  .pt-sm-100_a6b1dcb58f1cd5a6{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_906a2eaebb01fa16{padding-bottom:10px;}
  .pb-sm-20_f61ede29bfe98852{padding-bottom:20px;}
  .pb-sm-30_8a23530bd81bfb8a{padding-bottom:30px;}
  .pb-sm-40_ab71fb1d6d6bc7fd{padding-bottom:40px;}
  .pb-sm-50_4b9c50884615b270{padding-bottom:50px;}
  .pb-sm-60_fbe9549afcd802cb{padding-bottom:60px;}
  .pb-sm-70_c353bee750549617{padding-bottom:70px;}
  .pb-sm-80_9475383e943858ae{padding-bottom:80px;}
  .pb-sm-90_1d70803bbba14f9a{padding-bottom:90px;}
  .pb-sm-100_be06cde0685364a3{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_1f9dbe4da20e9412{margin-top:10px;}
  .mt-sm-20_6c15bf7928cfea13{margin-top:20px;}
  .mt-sm-30_ac5435bedea1ee5a{margin-top:30px;}
  .mt-sm-40_60741d9c59227f2c{margin-top:40px;}
  .mt-sm-50_77caadfe267d5b03{margin-top:50px;}
  .mt-sm-60_ab8edd224b218d19{margin-top:60px;}
  .mt-sm-70_f2c186b1f0877790{margin-top:70px;}
  .mt-sm-80_f399037e5ea5b279{margin-top:80px;}
  .mt-sm-90_63663dd15d24b1ec{margin-top:90px;}
  .mt-sm-100_75cfa51536d9a0e2{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_fbf78f45639cd5be{margin-bottom:10px;}
  .mb-sm-20_8f21d91821971cea{margin-bottom:20px;}
  .mb-sm-30_3fde6081b6cabed2{margin-bottom:30px;}
  .mb-sm-40_43057223655f7324{margin-bottom:40px;}
  .mb-sm-50_cb576ac522083261{margin-bottom:50px;}
  .mb-sm-60_5d80accbefa98c98{margin-bottom:60px;}
  .mb-sm-70_28b5e7141e8a2ad4{margin-bottom:70px;}
  .mb-sm-80_c42532d3876c183f{margin-bottom:80px;}
  .mb-sm-90_835ec49b02110c63{margin-bottom:90px;}
  .mb-sm-100_94cc866c92ce078a{margin-bottom:10px;}


  .fs-sm-1vw_726be5557fa0bec1{font-size: 1vw}
  .fs-sm-2vw_f8f2ace86d1303b0{font-size: 2vw}
  .fs-sm-3vw_84ca2135d121705e{font-size: 3vw}
  .fs-sm-4vw_3bd8d9ab642b6f61{font-size: 4vw}
  .fs-sm-5vw_acbb955390d66575{font-size: 5vw}
  .fs-sm-6vw_d863e503bd0c6e36{font-size: 6vw}
  .fs-sm-7vw_280124c62a4cc394{font-size: 7vw}
  .fs-sm-8vw_26129823ba159515{font-size: 8vw}
  .fs-sm-9vw_b26a8d30163bb5e7{font-size: 9vw}
  .fs-sm-10vw_d921cd26a0559731{font-size: 10vw}
  .fs-sm-11vw_4ca9d1791c4ab900{font-size: 11vw}
  .fs-sm-12vw_a24ac8a318571860{font-size: 12vw}
  .fs-sm-13vw_4e7dc3887d7c9695{font-size: 13vw}
  .fs-sm-14vw_35b138c17bc5fa38{font-size: 14vw}
  .fs-sm-15vw_3dcc8d5209e17dc1{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_b15182328663f7a6 {
    display: none;
  }

  header .logo-init_88c94ff856ed3f1d {
    display: none;
  }

  header .logo-mobile_c2308dd67dabadb7 {
    display: block;
  }

  header .btn-main_f04f8f5f933fae27{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_4754f33d16629b96 {
    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_4046fd9708bb5b01 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_1c08fd659d596bd0 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_1c08fd659d596bd0 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_1c08fd659d596bd0 .de_nav li:first-child,
  .de_tab.tab_style_4_1c08fd659d596bd0 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_d57975aca24024d8 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_dce55751414b337c span{
    display: none;
  }

  .de-spot_dce55751414b337c .de-circle-1_4856487751856923,
  .de-spot_dce55751414b337c .de-circle-2_933f8b9e39cfb874{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_86c2e8c4202609e2,
  h1.ultra-big_86c2e8c4202609e2 .text-line_aa955f39f2869c2b,
  h1.ultra-big-2_da289b6c6891a2da,
  .title-text_77c3f4b6640ed64a,
  h1.slider-title_9863bf00f6268ab5,
  h2.slider-title_9863bf00f6268ab5{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_ed8472440f262644{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_ba70aebdb16b031f{padding-top:10px;}
  .pt-xs-20_73ed4e921ce7111c{padding-top:20px;}
  .pt-xs-30_db7f73eb9be38226{padding-top:30px;}
  .pt-xs-40_586defc492e128ca{padding-top:40px;}
  .pt-xs-50_3fa1cfae35c120b8{padding-top:50px;}
  .pt-xs-60_8887e98f8eb655dd{padding-top:60px;}
  .pt-xs-70_9c88143822ab970e{padding-top:70px;}
  .pt-xs-80_6510541fce1ad759{padding-top:80px;}
  .pt-xs-90_315d106c88d9d003{padding-top:90px;}
  .pt-xs-100_0414820a208ce737{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_48cb195ca50fbc4b{padding-bottom:10px;}
  .pb-xs-20_30ee420ec10f5994{padding-bottom:20px;}
  .pb-xs-30_48d1589590db4765{padding-bottom:30px;}
  .pb-xs-40_699ff562e734384e{padding-bottom:40px;}
  .pb-xs-50_c53fd0f3d5bcdea2{padding-bottom:50px;}
  .pb-xs-60_3d42ff1820e28e1c{padding-bottom:60px;}
  .pb-xs-70_4195f03ade33d5bc{padding-bottom:70px;}
  .pb-xs-80_1c60ec84fcfbd9e5{padding-bottom:80px;}
  .pb-xs-90_2df0ede01f504d79{padding-bottom:90px;}
  .pb-xs-100_0e5ee5109b3d43c5{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_b5894059669615ee{margin-top:10px;}
  .mt-xs-20_e7e4c14f818b9689{margin-top:20px;}
  .mt-xs-30_d60e6cf758ef50c5{margin-top:30px;}
  .mt-xs-40_305fb261e158e7ad{margin-top:40px;}
  .mt-xs-50_fbb569a85db52193{margin-top:50px;}
  .mt-xs-60_ef8b8608f0597f9e{margin-top:60px;}
  .mt-xs-70_9d9c217515328048{margin-top:70px;}
  .mt-xs-80_ecfbb12f61e9d325{margin-top:80px;}
  .mt-xs-90_d3640384f57803d2{margin-top:90px;}
  .mt-xs-100_6444a9947d2f6f6b{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_ac0524387706b793{margin-bottom:10px;}
  .mb-xs-20_e69510627fd80ff4{margin-bottom:20px;}
  .mb-xs-30_8c83bc0fc63ffbd6{margin-bottom:30px;}
  .mb-xs-40_c898a22e4c9733e1{margin-bottom:40px;}
  .mb-xs-50_38c8318fdb8645f4{margin-bottom:50px;}
  .mb-xs-60_e118d316a9cf8b53{margin-bottom:60px;}
  .mb-xs-70_dccd61d009b624e0{margin-bottom:70px;}
  .mb-xs-80_7af4582fadee03b6{margin-bottom:80px;}
  .mb-xs-90_a633d2c6cec9307f{margin-bottom:90px;}
  .mb-xs-100_dc2834a76b9345be{margin-bottom:10px;}

  .ss-wrap_2405fcb14f33e927{
    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_8444c2a0ec6b102b {
    margin-bottom: 30px;
  }

  .timeline-pic_75261b345dd384d6 {
    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_96a4e01466613af7 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_c45420388c716ce3 {
    display: none;
  }

  header a.btn-main_f04f8f5f933fae27 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_7f5443cf689f9e7b .left-half_9b5bfdd46322464a,
.half-fluid_7f5443cf689f9e7b .right-half_8792501974e99114 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_7f5443cf689f9e7b .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_7f5443cf689f9e7b .left-half_9b5bfdd46322464a {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_7f5443cf689f9e7b .right-half_8792501974e99114 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
