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


/* 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_0757be7ad5a6b8d1,.bg-dark-1_b7aa036118da0268{background-color: var(--bg-dark-1) !important}
.bg-dark-2_eab786af93bd4cab{background-color: var(--bg-dark-2) !important}
.bg-dark-3_a6ae1f3fcc905d32{background-color: var(--bg-dark-3) !important}
.bg-grey_b5487f71c150f066{background-color: var(--bg-grey) !important}
.bg-gradient-1_e0131cd091268460{
  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_f124f113bfab74b8{
  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_388b2f112ba4266c {
  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_04e90e786f8e0e24 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_cc63212f65cb7ad6 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_7584d96c02d3617c {
  display: none;
}


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

header.scroll-light_32955f47c48921c5 .logo-scroll_cc63212f65cb7ad6{
  display: none;
}

header.smaller.scroll-light_32955f47c48921c5 .logo-main_e5c2b425c5e91ec4{
  display: none;
}

header.smaller.scroll-light_32955f47c48921c5 .logo-scroll_cc63212f65cb7ad6{
  display: block;
}

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

header.header-light_7a5e4a710c0ce6ab .h-phone_2e1eafa974cb36eb,
header.smaller.scroll-light_32955f47c48921c5 .h-phone_2e1eafa974cb36eb {
  color: #202020;
}

header:not(.header-light_7a5e4a710c0ce6ab).smaller.scroll-light_32955f47c48921c5 div#logo .logo_a2b63a7eb8a8e7cf {
  display: none;
}

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

header.smaller.scroll-light_32955f47c48921c5 div#logo .logo-scroll_cc63212f65cb7ad6 {
  display: inline-block;
}

header.smaller.header-light_7a5e4a710c0ce6ab div#logo .logo_a2b63a7eb8a8e7cf {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_4d63356179eab684.mid_f0c76799892eb7d5 {
  float: right;
}

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


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

.de-overlay-gradient_2e5960be6844d480{
  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_15cf8b99c214b3ce{
  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_5d8193a04814b192{
  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_23f4553858125a09 {
  font-size: 13px;
}


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


#subheader.text-light_ffdda7a506bb787a .crumb_23f4553858125a09 {
  color: #fff;
}

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

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

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


#subheader.s2_54c2b2bdfc85aad5 h1,
#subheader.s2_54c2b2bdfc85aad5 .crumb_23f4553858125a09 {
  margin: 0;
  padding: 0;
}

#subheader.s2_54c2b2bdfc85aad5 .crumb_23f4553858125a09 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_54c2b2bdfc85aad5 .crumb_23f4553858125a09 {
  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_37fab10d3285383e) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_388b2f112ba4266c #mainmenu ul.mega_37fab10d3285383e {
  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_11ff2ca93a204624: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_7a5e4a710c0ce6ab #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_7a5e4a710c0ce6ab #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_7a5e4a710c0ce6ab {
  background: #ffffff;
}

.header-light_7a5e4a710c0ce6ab #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_388b2f112ba4266c #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_c24084cee644550f) {
  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_4803937c8f208a98 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_e00170e05f6dc37b {
  background: #f6f6f6;
}

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

.de_light_e9f77f281e01f3a9 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_d3d101a0509d382c.header-light_7a5e4a710c0ce6ab #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_3dba1a390d9eefb9,
header.header-mobile.has-topbar .header-col_4d63356179eab684 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_d3d101a0509d382c.header-light_7a5e4a710c0ce6ab {
  background: #fff;
}

header.header-light_7a5e4a710c0ce6ab .logo_a2b63a7eb8a8e7cf {
  display: none;
}

header.header-light_7a5e4a710c0ce6ab .logo-2_2e64d026bc90d5db {
  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_81772c4b4e1981d3{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_4c048ca74e4edac8,
.topbar-right_a25b0061cd1b43ac {
  display: flex;
}

.topbar-right_a25b0061cd1b43ac {
  float: right;
}

.topbar-solid_a9d334abd78dc2b3 {
  background: #ffffff;
}

.tb-light_da9dc306f8375fc1 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-right_a25b0061cd1b43ac .topbar-widget_13c604b67c0c2e49 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-light_81772c4b4e1981d3 .topbar-right_a25b0061cd1b43ac .topbar-widget_13c604b67c0c2e49 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-light_81772c4b4e1981d3 .topbar-right_a25b0061cd1b43ac span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .tb-light_da9dc306f8375fc1 .topbar-right_a25b0061cd1b43ac .topbar-widget_13c604b67c0c2e49 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .tb-light_da9dc306f8375fc1 .topbar-right_a25b0061cd1b43ac span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-left_4c048ca74e4edac8 .topbar-widget_13c604b67c0c2e49 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-light_81772c4b4e1981d3 .topbar-left_4c048ca74e4edac8 .topbar-widget_13c604b67c0c2e49 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_aa49d1c79580438c) .tb-light_da9dc306f8375fc1 .topbar-left_4c048ca74e4edac8 .topbar-widget_13c604b67c0c2e49 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .tb-light_da9dc306f8375fc1 .topbar-left_4c048ca74e4edac8 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_7a5e4a710c0ce6ab .h-phone_2e1eafa974cb36eb span{
  color: var(--body-font-color);
}


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

.menu_side_area_92ab8f94c5ddd9c0 .btn-line_0a0f4273f440f204{
  display: inline-block;
}

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

.topbar-widget_13c604b67c0c2e49.widget-text_cddf137d823745fb {
  padding-top: 6px;
}

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

.h-sub_5bb1bb98408e48ab .topbar-widget_13c604b67c0c2e49 {
  padding: 12px;
}

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

.topbar-widget_13c604b67c0c2e49.tb-phone_230c023385f9fd8d:before {
  content: "\f095";
}

.topbar-widget_13c604b67c0c2e49.tb-email_a1feee611e28e49a:before {
  content: "\f003";
}

.topbar-widget_13c604b67c0c2e49.tb-opening-hours_84c2be72f94e7f58:before {
  content: "\f017";
}

.topbar-widget_13c604b67c0c2e49.tb-social_ec2c434dca1746a2 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-light_81772c4b4e1981d3 .topbar-widget_13c604b67c0c2e49.tb-social_ec2c434dca1746a2 a,
#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-light_81772c4b4e1981d3 .topbar-widget_13c604b67c0c2e49.tb-social_ec2c434dca1746a2 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_aa49d1c79580438c) .topbar-widget_13c604b67c0c2e49.tb-social_ec2c434dca1746a2 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_da9dc306f8375fc1 .topbar-widget_13c604b67c0c2e49.tb-social_ec2c434dca1746a2 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_13c604b67c0c2e49.tb-social_ec2c434dca1746a2 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_e9f77f281e01f3a9 .blog-list_661a3d3dc3e9743e li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_e9f77f281e01f3a9 .blog-list_661a3d3dc3e9743e h4 a {
  color: #222222;
}

.de_light_e9f77f281e01f3a9 .text-light_ffdda7a506bb787a .blog-list_661a3d3dc3e9743e h4 a {
  color: #fff;
}

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

.blog-list_661a3d3dc3e9743e .btn-more_098a048a3857ad1b:hover {
  background: #fff;
}

.de_light_e9f77f281e01f3a9 .blog-list_661a3d3dc3e9743e .btn-more_098a048a3857ad1b:hover {
  background: #222;
  color: #fff;
}

.blog-list_661a3d3dc3e9743e .post-text_3f68eef1ede3c09d {
  padding-left: 80px;
}

.bloglist_831a5eec056f5788 .post-text_3f68eef1ede3c09d a.btn-main_474b3055bb6fd33b {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_661a3d3dc3e9743e .blog-slider_440dcf6c7c3f8ca8 {
  margin-bottom: -60px;
}

.blog-list_661a3d3dc3e9743e .date-box_0895575439bf3da7 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_e9f77f281e01f3a9 .blog-list_661a3d3dc3e9743e .date-box_0895575439bf3da7 .month {
  color: #222222;
}

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

.blog-list_661a3d3dc3e9743e .date-box_0895575439bf3da7 .month {
  font-size: 14px;
}

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

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

.de_light_e9f77f281e01f3a9 .blog-list_661a3d3dc3e9743e .date-box_0895575439bf3da7 .month {
  border-bottom-color: #ddd;
}

.de_light_e9f77f281e01f3a9 .text-light_ffdda7a506bb787a .blog-list_661a3d3dc3e9743e .date-box_0895575439bf3da7 .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_9e0fbd5b65a9b9a9 .d-image_6b660e9f91ed660e img {
  width: 100%;
}

.de-bloglist-type-1_9e0fbd5b65a9b9a9 .d-content_93baa4a06a8e3009 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_9e0fbd5b65a9b9a9 .d-date_d1e65135d3c7f845: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_0303f81eebd6bb30 {
  margin-bottom: 40px;
}

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

.de-post-type-1_0303f81eebd6bb30 .d-image_6b660e9f91ed660e img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_0303f81eebd6bb30 .d-meta_e3198e4ee9440d44 span.d-by_793efd13055f77fd:before {
  content: "\f007";
}

.de-post-type-1_0303f81eebd6bb30 .d-meta_e3198e4ee9440d44 span.d-date_d1e65135d3c7f845:before {
  content: "\f073";
}

.de-post-type-1_0303f81eebd6bb30 .d-meta_e3198e4ee9440d44 span.d-tags_b046caf6e7737265:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_811645eeffc20c43 .d-date_d1e65135d3c7f845 .d-month_0eeecf4d007b6644{
  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_811645eeffc20c43 .d-date_d1e65135d3c7f845 .d-day_d7f64e1b84795ef4{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_811645eeffc20c43 .d-image_6b660e9f91ed660e{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_609e502e56b052a0 {}

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

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

.comment-info_5a06261516b88d66 span {}

.comment-info_5a06261516b88d66 .c_name_deb642af3238e6c7 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_388b2f112ba4266c .comment-info_5a06261516b88d66 .c_name_deb642af3238e6c7 {
  color: #ffffff;
}

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

.dark-scheme_388b2f112ba4266c .comment-info_5a06261516b88d66 .c_reply_d2cfb82a38c97f20 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_5a06261516b88d66 .c_date_5203fe4753a46c93 {
  font-size: 12px;
}

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

.blog-list_661a3d3dc3e9743e .post-wrapper_4aa9db9e1599e0c4 {}

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

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

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

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

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

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

.post-content_0cfc7a7dbb6855c2 {
  position: relative;
}

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

.post-text_3f68eef1ede3c09d .d-date_d1e65135d3c7f845{
  font-size: 14px;
}

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

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

.dark-scheme_388b2f112ba4266c .post-text_3f68eef1ede3c09d h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_3c0bb53b21c738bd,
.p-title_8d09a10a78830381 {
  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_3c0bb53b21c738bd,
.p-title_8d09a10a78830381.invert {
  background: var(--secondary-color);
}

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

.post-text_3f68eef1ede3c09d .p-date_13b0d3d7d6ad7ac7 {
  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_f6b052cfeaec6e5b img {
  margin-bottom: 20px;
}

.blog-read_f6b052cfeaec6e5b .post-text_3f68eef1ede3c09d {
  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_fefcdeb9635a4706 {
  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_fefcdeb9635a4706 a {
  color: #888;
}

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

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

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

.post-image_d07c9ac269f819d3 .d-tagline_f117820ecdf339c1 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_a8439d97b75477f1 {
  margin-bottom: 60px;
}

.blog-item_a8439d97b75477f1 img.preview_1ff2d8804d1c1229 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_d07c9ac269f819d3 {
  position: relative;
}

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

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

.post-image_d07c9ac269f819d3 .post-date_62164dbd51f48b8e,
.post-image_d07c9ac269f819d3 .post-author_f86f821c40b34795 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_4bc40b122c394fd3 {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_077c2524dc89977f{
  float: left;
}


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

.radio-opt_077c2524dc89977f 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_077c2524dc89977f 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_54c2b2bdfc85aad5 .radio-img_f6a479ac482f1acc input[type="radio"] + label, 
#contact_form.s2_54c2b2bdfc85aad5 .radio-img_f6a479ac482f1acc input[type="checkbox"] + label,
#contact_form .radio-img_f6a479ac482f1acc input[type="radio"] + label img, 
#contact_form .radio-img_f6a479ac482f1acc input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_432a9ec2f489de23 .form-underline_d623708eb78baf65{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_15d3b99136b5a54f {
  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_890bfe3b694e847b {
  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_890bfe3b694e847b.sm-left_36ff167bdf009bba {
  margin-left: 0;
}

.rtl .small-border_890bfe3b694e847b.sm-left_36ff167bdf009bba {
  margin-right: 0;
}

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

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

.small-border_890bfe3b694e847b.white_dac9c14842c7d394 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_23f4553858125a09 a {
  text-decoration: none;
}

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

.de_light_e9f77f281e01f3a9 .crumb_23f4553858125a09 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_e9f77f281e01f3a9 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_17c849747a406233.btn-id_fae013822c3bfc3c {
  color: #222;
}

a.btn-dark_bad011801817c130.btn-id_fae013822c3bfc3c {
  color: #fff;
}

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

.btn-fx_a93bfc59f447ff7d.btn-main_474b3055bb6fd33b {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_474b3055bb6fd33b.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_474b3055bb6fd33b.btn-dark-trans_386cd1a493430659{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_474b3055bb6fd33b.big_9ac0bab587fb57e0{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_ffdda7a506bb787a .btn-line_0a0f4273f440f204{
  color:#ffffff;
}


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

header:not(.header-light_7a5e4a710c0ce6ab) a.btn-line_0a0f4273f440f204,
.dark-scheme_388b2f112ba4266c a.btn-line_0a0f4273f440f204,
.dark-schem_25d56b201306e296 a.btn-line_0a0f4273f440f204:hover {
  color: #ffffff;
}

a.btn-main_474b3055bb6fd33b.btn-white_3791170b82a21cd0 {
  background: #ffffff;
}

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

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

a.btn-border_0a005c84eb91fbe5.light_144962383cee7678 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_0a005c84eb91fbe5.light_144962383cee7678:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_ffdda7a506bb787a .btn-plus_53e3e84e442ccc03{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_ffdda7a506bb787a .btn-plus_53e3e84e442ccc03:hover{
  color: #ffffff;;
}

a.btn-main_474b3055bb6fd33b.btn-with-arrow_8bf571c9c21664f8{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_ffdda7a506bb787a .play-button_249db1d2dab1cfdd.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_12b97c52b6c43053 p.d-small_83f6725a968fc9d7 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_12b97c52b6c43053.big_9ac0bab587fb57e0 h3 {
  font-size: 120px;
}

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

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

.de_count_12b97c52b6c43053.small_2b34306159d82134 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_388b2f112ba4266c .field-set_b0355d9345451d47 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_401bf9b1d841976a,
.h2_adb37bf246427361,
.h3_a7abd8b00723673a,
.h4_0f5c351c7b5a3d87,
.h5_52a17204c55e0fdc,
.h6_163cc7914f003eea,
footer.footer-light_8d63a8da85794c3d h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_388b2f112ba4266c h1,
.dark-scheme_388b2f112ba4266c h2,
.dark-scheme_388b2f112ba4266c h4,
.dark-scheme_388b2f112ba4266c h3,
.dark-scheme_388b2f112ba4266c h5,
.dark-scheme_388b2f112ba4266c h6,
.dark-scheme_388b2f112ba4266c .h1_big_c681e7d9b85110d0,
.dark-scheme_388b2f112ba4266c .h1_401bf9b1d841976a,
.dark-scheme_388b2f112ba4266c .h2_adb37bf246427361,
.dark-scheme_388b2f112ba4266c .h3_a7abd8b00723673a,
.dark-scheme_388b2f112ba4266c .h4_0f5c351c7b5a3d87,
.dark-scheme_388b2f112ba4266c .h5_52a17204c55e0fdc,
.dark-scheme_388b2f112ba4266c .h6_163cc7914f003eea {
  color: #ffffff;
}

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


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


h1,
.h1_401bf9b1d841976a {
  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_11ff2ca93a204624: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_e9f77f281e01f3a9 .text-light_ffdda7a506bb787a h2 {
  color: #fff;
}

.text-light_ffdda7a506bb787a h2.deco_09539e35970ee8d8 span:before,
.text-light_ffdda7a506bb787a h2.deco_09539e35970ee8d8 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_2afc90525b2c4e93 {
  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_2afc90525b2c4e93 .s1_979bf4ef73ef4e75{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_be4c8bb8c963ed7b {
  color: #223044;
}

.text-white_7b32ff8d9ef2dd7e,
.de_light_e9f77f281e01f3a9 .text-white_7b32ff8d9ef2dd7e {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_b4b746b07e02538c.fs-16_68068f541d5268a0 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_c9e0e526c18b48ed.active .page-link_765d2749c2449a56{
  border-color:var(--primary-color);
}

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

.spinner_caf94f04cb7e03d3>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_caf94f04cb7e03d3 .bounce1_e33057cfb099754c {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_caf94f04cb7e03d3 .bounce2_b4617899c71b3f49 {
  -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_388b2f112ba4266c #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_85bd98757a56caa5.s2_54c2b2bdfc85aad5 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_85bd98757a56caa5 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_85bd98757a56caa5.big_9ac0bab587fb57e0 i {
  margin: 0 15px 0 15px;
}

.social-icons_85bd98757a56caa5.big_9ac0bab587fb57e0 i:hover {
  background: none;
}

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

.social-icons_85bd98757a56caa5.s1_979bf4ef73ef4e75:hover i {
  background: none;
}

.social-icons_85bd98757a56caa5.s1_979bf4ef73ef4e75 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_85bd98757a56caa5.s1_979bf4ef73ef4e75 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_b35d7675f4b86afa {
  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_388b2f112ba4266c .accordion-section-title,
.text-light_ffdda7a506bb787a .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_ffdda7a506bb787a .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_0211ca2c3b14f96d.s2_54c2b2bdfc85aad5 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_388b2f112ba4266c .expand-custom_97f1e0c76513bfa8 {
  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_4fe018f658432a0e .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_388b2f112ba4266c .de_tab.tab_methods_8c77b45eb2772367 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_8c77b45eb2772367.style-2_ee0850bf69de5d62 .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_8c77b45eb2772367.style-2_ee0850bf69de5d62.light_144962383cee7678 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_8c77b45eb2772367.style-2_ee0850bf69de5d62 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_8c77b45eb2772367.style-2_ee0850bf69de5d62 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_e9f77f281e01f3a9 .de_tab.tab_style_2_a1f9c9f69c914e25 .de_nav {}

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

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

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

.text-light_ffdda7a506bb787a .de_tab.tab_style_2_a1f9c9f69c914e25 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_e9f77f281e01f3a9 .de_tab.tab_style_3_1bc8d922c8a0b157 .de_nav li span:hover {
  background: #ddd;
}

.de_light_e9f77f281e01f3a9 .de_tab.tab_style_3_1bc8d922c8a0b157 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_ffdda7a506bb787a .de_tab.tab_style_3_1bc8d922c8a0b157 .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_66155051104a1e26 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_ffdda7a506bb787a .de_tab.tab_style_4_66155051104a1e26 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_ffdda7a506bb787a .de_tab.tab_style_4_66155051104a1e26 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_76227984490e839c.nav_4_3d7b3b189bb8f604 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_76227984490e839c.nav_4_3d7b3b189bb8f604 .dot_a0303358e2fc138c {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_76227984490e839c.nav_4_3d7b3b189bb8f604 li:last-child .dot_a0303358e2fc138c:before,
.de_tab.timeline_76227984490e839c.nav_4_3d7b3b189bb8f604 li:last-child .dot_a0303358e2fc138c:after {
  border-bottom: none;
}

.de_tab.timeline_76227984490e839c li .num_910cefc06fad94bf {
  font-size: 20px;
}

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

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

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

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

a.btn-left_373df7d24c6be275,
a.btn-right_bef6db3c37c67a86 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_c033539b7b59c487 {
  padding-top: 20px;
}

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

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

.de_testi_d8e08716473814a5.no-bg_0af597a09aabe532 blockquote {
  background: none;
}

.de_testi_d8e08716473814a5 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_d8e08716473814a5.type-2_9ffb161f7f5c920a.review_1b6e0d4e6712e06c blockquote {
  padding: 50px;
}

.de_testi_d8e08716473814a5.type-2_9ffb161f7f5c920a.review_1b6e0d4e6712e06c blockquote:before {
  display: none;
}

.de_testi_d8e08716473814a5.type-2_9ffb161f7f5c920a.review_1b6e0d4e6712e06c p {
  padding-top: 0;
}

.de_testi_d8e08716473814a5.type-2_9ffb161f7f5c920a.review_1b6e0d4e6712e06c h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_ffdda7a506bb787a .de_testi_d8e08716473814a5.type-2_9ffb161f7f5c920a blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_d8e08716473814a5.type-2_9ffb161f7f5c920a .de_testi_by_e64cc5b814be06c9 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_d8e08716473814a5.opt-3_89ceb635bef189bb blockquote p {
  font-size: 14px;
}

.de_testi_d8e08716473814a5.opt-3_89ceb635bef189bb blockquote:before {
  color: #fff;
}

.de_testi_d8e08716473814a5.opt-3_89ceb635bef189bb .de_testi_by_e64cc5b814be06c9 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_94661223c6e35347 .site-center-line_d6b92914d9679259 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___b25d181e4aecf4c4 {
  display: inline-block;
}
.de-timeline-article_94661223c6e35347.odd .site-center-line_d6b92914d9679259 {
  background: var(--primary-color);
}
.de-timeline-article_94661223c6e35347.even .site-center-line_d6b92914d9679259 {
  background: var(--secondary-color);
}
.de-timeline-article_94661223c6e35347 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_94661223c6e35347 .content-left-container_35ddef18e8025327,
.de-timeline-article_94661223c6e35347 .content-right-container_da34912fcef733ff {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_94661223c6e35347 .content-left_4ea31efeb88741ea,
.de-timeline-article_94661223c6e35347 .content-right_294355ddf28849f9 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_422aed1387be64de {
  margin-top: 0;
}
.de-timeline-article_94661223c6e35347 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_94661223c6e35347 .content-left-container_35ddef18e8025327 {
  float: left;
}
h4.de-timeline-year_88067462da822dad {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_94661223c6e35347.even h4.de-timeline-year_88067462da822dad{
  color:var(--heading-font-color);
}
.de-timeline-article_94661223c6e35347.odd .year___b25d181e4aecf4c4 {
  float: left;
}
.de-timeline-article_94661223c6e35347.odd h4.de-timeline-year_88067462da822dad {
  background: var(--primary-color);
}
.de-timeline-article_94661223c6e35347.even .year___b25d181e4aecf4c4 {
  float: right;
}
.de-timeline-article_94661223c6e35347.even h4.de-timeline-year_88067462da822dad {
  background: var(--secondary-color);
}
.de-timeline-article_94661223c6e35347 .d-line_faa9da8b9a96672b {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_94661223c6e35347.odd .d-line_faa9da8b9a96672b {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_94661223c6e35347.even .d-line_faa9da8b9a96672b {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_94661223c6e35347 .owl-carousel_af0da8742bb63496 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_94661223c6e35347 .content-right-container_da34912fcef733ff {
  float: right;
}
.de-timeline-article_94661223c6e35347 .meta-dot_ab15df16addecb51 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_94661223c6e35347.odd .meta-dot_ab15df16addecb51 {
  background: var(--primary-color);
}
.de-timeline-article_94661223c6e35347.even .meta-dot_ab15df16addecb51 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_94661223c6e35347 .site-center-line_d6b92914d9679259 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_94661223c6e35347 .meta-dot_ab15df16addecb51 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_94661223c6e35347 .content-left-container_35ddef18e8025327,
  .de-timeline-article_94661223c6e35347 .content-right-container_da34912fcef733ff {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_94661223c6e35347 .content-left-container_35ddef18e8025327 {
    margin-bottom: 20px;
  }
  .de-timeline-article_94661223c6e35347 .content-left_4ea31efeb88741ea,
  .de-timeline-article_94661223c6e35347 .content-right_294355ddf28849f9 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_94661223c6e35347 .content-left_4ea31efeb88741ea:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_94661223c6e35347 .content-right_294355ddf28849f9:before {
    display: none;
  }  
  h4.de-timeline-year_88067462da822dad {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_94661223c6e35347.odd .d-line_faa9da8b9a96672b {
    left: 30px;
  }
  .de-timeline-article_94661223c6e35347.even .d-line_faa9da8b9a96672b {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_94661223c6e35347.odd .content-left-container_35ddef18e8025327{
    padding-top: 20px;
  }
  .de-timeline-article_94661223c6e35347.even .content-left-container_35ddef18e8025327{
    padding-top: 50px;
  }
  .de-timeline-article_94661223c6e35347.odd .content-left-container_35ddef18e8025327 .owl-carousel_af0da8742bb63496{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_94661223c6e35347.even .content-right-container_da34912fcef733ff .owl-carousel_af0da8742bb63496{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_6a5e8356f6cd1b9b {
  position: relative;
}

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

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

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

.timeline-blank_0316ab9fe8989235 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_0316ab9fe8989235 {
    display: none;
  }

  .timeline-text_23859514b82676e5 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_b7d66f4aa2c4138e {
  overflow: hidden;
}

.border1_277d141001334383 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_0a0f4273f440f204:after,
.de_count_12b97c52b6c43053,
.social-icons_85bd98757a56caa5 a i,
.de_tab.tab_methods_8c77b45eb2772367 .de_nav li span,
.de_tab.tab_methods_8c77b45eb2772367 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_938683b4bc602414 .title,
.carousel-item:hover .pf_text_938683b4bc602414 .title,
.carousel-item .pf_text_938683b4bc602414 .title .type,
.carousel-item:hover .pf_text_938683b4bc602414 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_3c4f607b255cdd7a i,
.social-icons-sm_3c4f607b255cdd7a i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_5c8ff9fa6cfee669,
.btn-main_474b3055bb6fd33b,
.de_tab.tab_style_4_66155051104a1e26 .de_nav li,
.form-subscribe_ba1fa06aa6cd873f input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_15d3b99136b5a54f,
.de_tab.tab_methods_8c77b45eb2772367.style-2_ee0850bf69de5d62 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_94469ccb7e3a332a *,
.mask_94469ccb7e3a332a .cover,
.mask_94469ccb7e3a332a:hover .cover,
.mask_94469ccb7e3a332a img,
.mask_94469ccb7e3a332a:hover img,
.accordion_0211ca2c3b14f96d .content,
a.btn-border_0a005c84eb91fbe5,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_3720dfdcf885ddba img,
a.a-underline_bc2400091301ef6a *,
.dropdown *,
.form-border_9757883df6ba542a *,
.d-carousel *,
#slider-carousel *,
.container-timeline_3cf9ba6bb97dfea7 *,
.d_demo_img *,
.carousel-control-next-icon_5bb8b7034aea7d62,
.carousel-control-prev-icon_a29b442229f8b191,
.grayscale_7efd2b61a2dd7643,
.hover-color_f907e50bdb188c2d,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_53e3e84e442ccc03,
.btn-plus_53e3e84e442ccc03 *,
.btn-with-arrow_8bf571c9c21664f8:after,
.btn-with-arrow_8bf571c9c21664f8: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_a93bfc59f447ff7d:after,
a.btn-fx_a93bfc59f447ff7d:hover:after,
a.btn-fx_a93bfc59f447ff7d:before,
a.btn-fx_a93bfc59f447ff7d:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_fc65b1af0efea1b6 li .post-date_62164dbd51f48b8e,
.items_filter_5f4071fcdd2468dd *,
.owl-prev_0b780c7be4f618bc,
.owl-next_03dd1bb9128c8b5e {
  -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_ff8be933972b25de {
  -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_971e9601e7357c42 {
  -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_20c341c1a1df0e21 {
  -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_d275eab9910bba4a {
  -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_4b213c09b3ca48ed {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_dbd494fe4d095378 {
  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_388b2f112ba4266c .modal-header_d6ab6dabc3967232,
.nav-tabs_9db1ab0d26e11395 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_388b2f112ba4266c .modal-content_9d02fb18a7d9cd9b {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_a50d5a7657c512e9 .tab-content_472ab1592c446689 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_4ea1ca9ddf6079c7.big_9ac0bab587fb57e0{
  font-size: 32px !important;
}

.dark-scheme_388b2f112ba4266c p.lead_4ea1ca9ddf6079c7 {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_67ea14439ec9205e {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_4c04fdd4135433ac,
.panel-collapse_90a7d73de0301f38,
.panel-collapse_90a7d73de0301f38,
.panel-group_67ea14439ec9205e .panel_d8a2bb9102a259ca {
  border: none;
  border-radius: 0;
}

.panel-heading_a89ced87d1a0b63a {
  background: #222;
}

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

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

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

blockquote.s1_979bf4ef73ef4e75 {
  padding: 0px;
}

blockquote.s1_979bf4ef73ef4e75: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_c9eba961963dff86::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_c9eba961963dff86::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_ffdda7a506bb787a .collapsible-link_c9eba961963dff86:before,
.text-light_ffdda7a506bb787a .collapsible-link_c9eba961963dff86:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_1a5b8dc55cfd5102 {
  display: block
}

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

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

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

.collapsible-link_c9eba961963dff86.text-white_7b32ff8d9ef2dd7e {
  color: #ffffff;
}

.collapsible-link_c9eba961963dff86.text-white_7b32ff8d9ef2dd7e::after,
.collapsible-link_c9eba961963dff86.text-white_7b32ff8d9ef2dd7e::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_0af9ff0b62604694{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_e9f77f281e01f3a9 .widget_category_23e1d8365376f98d li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_23e1d8365376f98d li a {
  color: #606060;
}

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

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

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


.dark-scheme_388b2f112ba4266c .widget-post_fc65b1af0efea1b6 li a {
  color: #ffffff;
}

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

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

.widget-post_fc65b1af0efea1b6 .date_bc3004f64af8974d {
  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_fc65b1af0efea1b6 .date_bc3004f64af8974d {
  float: right;
}

.widget_0af9ff0b62604694 .comments_7b67f47d6be56dfd 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_0af9ff0b62604694 .tiny-border_ef49f73aff2074e2 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_8d63a8da85794c3d .widget_0af9ff0b62604694 .tiny-border_ef49f73aff2074e2 {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_e9f77f281e01f3a9 .widget_tags_2908079d18be7d1d li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_0af9ff0b62604694.widget_tags_2908079d18be7d1d li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_ef49f73aff2074e2 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_388b2f112ba4266c #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_813ae2b5f3740b61 {
  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_5e083ec55edc34bd {
  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_54c2b2bdfc85aad5 .d-item-txt_5e083ec55edc34bd{
  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_5e083ec55edc34bd img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_a8a5ad0da8818aad {
  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_54c2b2bdfc85aad5 .d-item-block_a8a5ad0da8818aad{
  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_a8a5ad0da8818aad{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_fb147c089895375b .d-number_0909902e95f0d03e {
  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_ffdda7a506bb787a .de-step-s1_fb147c089895375b .d-number_0909902e95f0d03e{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_af0da8742bb63496.no-hide_3b79ee44d44ac028 .owl-stage-outer_3f877c8358285cc8{
  overflow: visible; !important;
}

.grayscale_7efd2b61a2dd7643{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_78c63110dbd76ba1{ background:#ffffff; }
.bg-black_28f254d0fb24df85{ background:#000000; }

/* width (percent) */
.w-10_c85b4520c229b81f{width: 10%;}
.w-20_aef3652114a273e3{width: 20%;}
.w-30_db0d8dc13464e9b4{width: 30%;}
.w-40_c761f2c789cd24a7{width: 40%;}
.w-50_9af91dc8cc66bb88{width: 50%;}
.w-60_2325d168c0461d34{width: 60%;}
.w-70_5da717385a00b48d{width: 70%;}
.w-80_d960386c930af8fb{width: 80%;}
.w-90_5ebbafe0bfe902c2{width: 90%;}
.w-100_10d7c7f3cc9615ad{width: 100%;}

/* width (px) */
.w-10px_04ff4600ac5b0413{width: 10px;}
.w-20px_ebbf8707b6262d4b{width: 20px;}
.w-24px_8c9c00bddd01e988{width: 24px;}
.w-40px_a92e4a05c1884415{width: 40px;}
.w-50px_3578f0c0f4d009a7{width: 50px;}
.w-60px_84a8a24cb41e5ceb{width: 60px;}
.w-70px_77f4ad28d2fc3da3{width: 70px;}
.w-80px_072c58ff2cb31060{width: 80px;}
.w-90px_d55dd877d45cd500{width: 90px;}
.w-100px_c7fd1508f83f2850{width: 100px;}
.w-110px_21ff2386a5c11a90{width: 110px;}
.w-120px_836ec8a1a6c1e301{width: 120px;}
.w-130px_3f7a152a03ff593a{width: 130px;}
.w-140px_fd7c715312bd6b46{width: 140px;}
.w-150px_f366b7b32310cf15{width: 150px;}
.w-200px_f79b3baeb609e23c{width: 200px;}
.w-250px_4356cdea625f64d7{width: 250px;}
.w-300px_3202db076c376c69{width: 300px;}

/* height (percent) */
.h-10_b87d8ea8fd37611f{height: 10%;}
.h-20_302a8c92ad8f07cd{height: 20%;}
.h-30_bc61d8eef1ed5148{height: 30%;}
.h-40_cba4db5b09e17088{height: 40%;}
.h-50_884c220bd396f3f4{height: 50%;}
.h-60_13f6f1949e6e7fab{height: 60%;}
.h-70_b32a80a4d7276fe0{height: 70%;}
.h-80_bba58afb3ed7cc04{height: 80%;}
.h-90_292f31ac8a952d19{height: 90%;}
.h-100_3136d2ff89bb03a0{height: 100%;}

/* height (px) */
.h-10px_6b65adcfee3a53bf{height: 10px;}
.h-20px_f49ed809ef2b899b{height: 20px;}
.h-24px_d2cb2a3c0e9765e8{height: 24px;}
.h-40px_32aa03bb8cd84dcc{height: 40px;}
.h-50px_5ce7729200c22275{height: 50px;}
.h-60px_c9cd71dc973e2ec6{height: 60px;}
.h-70px_9c11aef856cd7595{height: 70px;}
.h-80px_73cbe9c8831a66fc{height: 80px;}
.h-90px_cd76fe4254d2dcad{height: 90px;}
.h-100px_759bfa4dfbe7e465{height: 100px;}
.h-110px_731671cd853c916d{height: 110px;}
.h-120px_cf377b846049d032{height: 120px;}
.h-130px_51f49e5cc9182074{height: 130px;}
.h-140px_99f0519191b74c30{height: 140px;}
.h-150px_79c68fcec36c9e29{height: 150px;}
.h-200px_f3f5f8b530a150f3{height: 200px;}
.h-250px_eda43404aa865255{height: 250px;}
.h-300px_bd70c627c33e8914{height: 300px;}

/* top (percent) */
.top-10_5596eff7edb48ee7{top: 10%;}
.top-20_572191c82ac404d0{top: 20%;}
.top-30_c1539b3c4019ef55{top: 30%;}
.top-40_b50b7391a2ccf381{top: 40%;}
.top-50_81bfbfcb0719c941{top: 50%;}
.top-60_007672ade7639f4c{top: 60%;}
.top-70_238f3615e534063a{top: 70%;}
.top-80_0ffcec4c5c078dc7{top: 80%;}
.top-90_aadc4a81372c1d05{top: 90%;}
.top-100_096631338baa7be9{top: 100%;}

/* top (px) */
.top-10px_83c4a841745e69db{top: 10px;}
.top-20px_ff0034802218aaed{top: 20px;}
.top-30px_3face7ef7534067c{top: 30px;}
.top-40px_39fa13ae16ddd01a{top: 40px;}
.top-50px_c080e2c2e5e5515f{top: 50px;}
.top-60px_723b2e27356a1e35{top: 60px;}
.top-70px_5ed1ed56935a0cba{top: 70px;}
.top-80px_b06e0434f766aa3e{top: 80px;}
.top-90px_8612a1067797d9ff{top: 90px;}
.top-100px_5f14e94336677f14{top: 100px;}

/* bottom (percent) */
.bottom-10_fd58012f92d7bfd3{bottom: 10%;}
.bottom-20_7665d87e3a73b72e{bottom: 20%;}
.bottom-30_64c8a0122721ada7{bottom: 30%;}
.bottom-40_1300ef05de5f7007{bottom: 40%;}
.bottom-50_2a585bf8986fe4bd{bottom: 50%;}
.bottom-60_b7a497ac286b55cc{bottom: 60%;}
.bottom-70_d4c21415b31b241c{bottom: 70%;}
.bottom-80_56dd3a43eedbfefa{bottom: 80%;}
.bottom-90_c53b95afc58f5cc9{bottom: 90%;}
.bottom-100_41c81604721a6776{bottom: 100%;}

/* bottom (px) */
.bottom-10px_6fff499c96e68a1f{bottom: 10px;}
.bottom-20px_ccbe5dfc1b59f181{bottom: 20px;}
.bottom-30px_e671ab6f39c42f53{bottom: 30px;}
.bottom-40px_aa27024ba92e8b4d{bottom: 40px;}
.bottom-50px_a89e6bcbda54b90f{bottom: 50px;}
.bottom-60px_94194ea7d1b9192d{bottom: 60px;}
.bottom-70px_46be0443fdc9ad99{bottom: 70px;}
.bottom-80px_8c265d21c837b715{bottom: 80px;}
.bottom-90px_1a0e3697c5e281f7{bottom: 90px;}
.bottom-100px_ccd9940c9ebfa6b4{bottom: 100px;}

/* top negative (px) */
.top-min-10_0564266f157e113c{top:-10px;}
.top-min-20_4f8bacad7aa4644a{top:-20px;}
.top-min-30_71ca22674ed774a1{top:-30px;}
.top-min-40_1ed764d59ef24b69{top:-40px;}
.top-min-50_f07b6219092942e5{top:-50px;}
.top-min-60_aaf57f917ac43793{top:-60px;}
.top-min-70_b15fee5552c141ff{top:-70px;}
.top-min-80_0c5a789349a8255c{top:-80px;}
.top-min-90_a77c8114c7288e3e{top:-90px;}
.top-min-100_0ffe46a4b368f202{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_d9879ee1db70a04c{bottom:-10px;}
.bottom-min-20_4308083a8c17e439{bottom:-20px;}
.bottom-min-30_ba1a6d5ca9faddec{bottom:-30px;}
.bottom-min-40_8c039e3fb64da530{bottom:-40px;}
.bottom-min-50_fe38b0a1ceb35c41{bottom:-50px;}
.bottom-min-60_98e708309f8987ba{bottom:-60px;}
.bottom-min-70_b4f5acc899e31e52{bottom:-70px;}
.bottom-min-80_8185aac575991d14{bottom:-80px;}
.bottom-min-90_74216163c05d3cf8{bottom:-90px;}
.bottom-min-100_9ef0dafbfed68031{bottom:-100px;}

/* left pos (percent) */
.start-10_a7dd03924b71677b{left: 10%;}
.start-20_8b128948ef6fac6d{left: 20%;}
.start-30_68f080fa3e844c6b{left: 30%;}
.start-40_330718df780e2b84{left: 40%;}
.start-50_eb17aa597f156946{left: 50%;}
.start-60_333aa807fcbf1b31{left: 60%;}
.start-70_1e62f3267ebb8c8e{left: 70%;}
.start-80_b1e79d0114ee92f6{left: 80%;}
.start-90_80ee8cff0efc8af3{left: 90%;}
.start-100_ac5e865814340492{left: 100%;}

/* left pos (px) */
.start-10px_6e513805a63a7c96{left: 10px;}
.start-20px_c9607236ef4a9c74{left: 20px;}
.start-30px_76e402c00f698ce3{left: 30px;}
.start-40px_ea385ed1abb0211d{left: 40px;}
.start-50px_8fe4d96b6bc07191{left: 50px;}
.start-60px_7e0a51d19bde05a3{left: 60px;}
.start-70px_942cebee620ba388{left: 70px;}
.start-80px_4bd97df73be4eebf{left: 80px;}
.start-90px_4ae6d98e053c24f0{left: 90px;}
.start-100px_23a4f6ee5db4639e{left: 100px;}

/* right  pos (percent) */
.end-10_39f54d562a1cbc23{right: 10%;}
.end-20_4d83cdc5aa269f4c{right: 20%;}
.end-30_c5bde2c15d0bf6ee{right: 30%;}
.end-40_9cdee6452d6a6770{right: 40%;}
.end-50_2713c0e0ce049911{right: 50%;}
.end-60_aa3e6accd796d21b{right: 60%;}
.end-70_b74c61202d807a18{right: 70%;}
.end-80_92293e483a4fb3f2{right: 80%;}
.end-90_15132fbfb461cccb{right: 90%;}
.end-100_264f0e1b4bc510d0{right: 100%;}

/* right  pos (px) */
.end-10px_abbe082be0a5969c{right: 10px;}
.end-20px_ac539c99bc56dd42{right: 20px;}
.end-30px_134dcfd392292d0e{right: 30px;}
.end-40px_53974550a76e3489{right: 40px;}
.end-50px_45701c4618909af1{right: 50px;}
.end-60px_abf7321b8f586523{right: 60px;}
.end-70px_5b8e09af57f7b2d5{right: 70px;}
.end-80px_5f96b78c6885528d{right: 80px;}
.end-90px_4d264184be8d0187{right: 90px;}
.end-100px_5eb78f31d54412ba{right: 100px;}

/* margin-left (percent) */
.ms-10_802975c0b4014901{margin-left: 10%;}
.ms-20_c0a688e2ca8844cb{margin-left: 20%;}
.ms-30_b155a6431cdb4ae7{margin-left: 30%;}
.ms-40_4a374ad5c6ce72b9{margin-left: 40%;}
.ms-50_077cad9e782bc788{margin-left: 50%;}
.ms-60_e1fcc9e3112ee465{margin-left: 60%;}
.ms-70_71ce6c379d52ab81{margin-left: 70%;}
.ms-80_d01d53c284c77e95{margin-left: 80%;}
.ms-90_f79d70e9cf6db0e8{margin-left: 90%;}
.ms-100_abcd0ba913afa003{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_af563dca25ee04a4{margin-left: 10px;}
.ms-20px_808dfaac64edc009{margin-left: 20px;}
.ms-30px_2def5cd69de98767{margin-left: 30px;}
.ms-40px_734a2b917bc5946d{margin-left: 40px;}
.ms-50px_acb6b97da1590c5c{margin-left: 50px;}
.ms-60px_191d4996cedd2d58{margin-left: 60px;}
.ms-70px_c12ea49cf0078692{margin-left: 70px;}
.ms-80px_45ed8ae31c9254fb{margin-left: 80px;}
.ms-90px_9ca582255ac76f4d{margin-left: 90px;}
.ms-100px_e29242d87f2957b2{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_2960e7c0d4c97aac{margin-top:-10px;}
.mt-min-20_4f6c144088529d46{margin-top:-20px;}
.mt-min-30_bdda4e61c6316f6b{margin-top:-30px;}
.mt-min-40_46d203c85bc7695d{margin-top:-40px;}
.mt-min-50_3e5d907601199e69{margin-top:-50px;}
.mt-min-60_979722d295e12be7{margin-top:-60px;}
.mt-min-70_923d15820269fba3{margin-top:-70px;}
.mt-min-80_0209bb4c7241b9e7{margin-top:-80px;}
.mt-min-90_c2b2706fc02e2cac{margin-top:-90px;}
.mt-min-100_5b56647d5d1c48d0{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_159e10b239c7ab4b{margin-bottom:-10px;}
.mb-min-20_91118a70a9d1c642{margin-bottom:-20px;}
.mb-min-30_36d7d6fa1c9df00f{margin-bottom:-30px;}
.mb-min-40_85c33b9c2a0b9e23{margin-bottom:-40px;}
.mb-min-50_5a0499fbe0737e6f{margin-bottom:-50px;}
.mb-min-60_e0e4eed430fb217c{margin-bottom:-60px;}
.mb-min-70_6830c5f67ce847e7{margin-bottom:-70px;}
.mb-min-80_24802370d1f45952{margin-bottom:-80px;}
.mb-min-90_58f60acdc53cc47d{margin-bottom:-90px;}
.mb-min-100_fbcf04091d8902d1{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_5f64d2b7d9b9eba7{margin-left:-10px;}
.ms-min-20_922996eb6d1c02a8{margin-left:-20px;}
.ms-min-30_89e4f1ef4255ba9b{margin-left:-30px;}
.ms-min-40_520f4c4582125cd4{margin-left:-40px;}
.ms-min-50_a55bfa4e7a684521{margin-left:-50px;}
.ms-min-60_70f661a9e8ebfeef{margin-left:-60px;}
.ms-min-70_8562a9700ad1ce53{margin-left:-70px;}
.ms-min-80_d609f681c616c22d{margin-left:-80px;}
.ms-min-90_9884e1a207b43fc2{margin-left:-90px;}
.ms-min-100_859008df3dabf8f7{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_5f91e42bb345e9e5{margin-right:-10px;}
.me-min-20_bd2125badc34de94{margin-right:-20px;}
.me-min-30_83f0009f1abf1d84{margin-right:-30px;}
.me-min-40_93f9c7fe3fe24c4e{margin-right:-40px;}
.me-min-50_7078f4bc13a9c548{margin-right:-50px;}
.me-min-60_262686fd9b009fec{margin-right:-60px;}
.me-min-70_26680f62ece2f74f{margin-right:-70px;}
.me-min-80_6b7f7ad541101e46{margin-right:-80px;}
.me-min-90_8c6706bfd37c1c4a{margin-right:-90px;}
.me-min-100_bf783ad028229dc0{margin-right:-100px;}

/* font-size (px) */
.fs-12_5b6c9d746ce2a352{font-size: 12px;}
.fs-14_f4dbb46d875c1d17{font-size: 14px;}
.fs-15_795cdf12dd90f65e{font-size: 15px;}
.fs-16_68068f541d5268a0{font-size: 16px;}
.fs-18_9e7b83d90dcfd7ff{font-size: 18px;}
.fs-20_7b92bf687582f2ee{font-size: 20px;}
.fs-24_688e8845c80dfeb4{font-size: 24px;}
.fs-28_57664997f5c4581c{font-size: 28px;}
.fs-30_8a71efe241b026d3{font-size: 30px;}
.fs-32_d3cefa74f4d76c8a{font-size: 32px;}
.fs-36_12ce85e66fedfdb7{font-size: 36px;}
.fs-40_7f814cee6a752414{font-size: 40px;}
.fs-48_b4c24f5ee3649e50{font-size: 48px;}
.fs-56_6c3332754daea940{font-size: 56px;}
.fs-60_0d2d963f94d68dd8{font-size: 60px;}
.fs-64_8c5b47dc2ae2a050{font-size: 64px;}
.fs-72_ba7fa3e135b5f506{font-size: 72px;}
.fs-96_db98bca837d50286{font-size: 96px;}
.fs-120_d686021d40d44f62{font-size: 120px;}
.fs-150_f3849d17a4d04fdc{font-size: 150px;}
.fs-200_224990d32cb4a8e0{font-size: 200px;}


/* font-weight */
.fw-100_dc3a4046cf1b05a7{font-weight: 100;}
.fw-200_796f116fe7a9d0e9{font-weight: 200;}
.fw-400_c570413e4255777a{font-weight: 300;}
.fw-400_c570413e4255777a{font-weight: 400;}
.fw-500_0b7f3b425826a219{font-weight: 500;}
.fw-600_c45f031c03408bad{font-weight: 600;}
.fw-bold_b13701752e503d77{font-weight: bold;}

/* margin left (px) */
.ms-10_802975c0b4014901{margin-left: 10%;}
.ms-20_c0a688e2ca8844cb{margin-left: 20%;}
.ms-30_b155a6431cdb4ae7{margin-left: 30%;}
.ms-40_4a374ad5c6ce72b9{margin-left: 40%;}
.ms-50_077cad9e782bc788{margin-left: 50%;}
.ms-60_e1fcc9e3112ee465{margin-left: 60%;}
.ms-70_71ce6c379d52ab81{margin-left: 70%;}
.ms-80_d01d53c284c77e95{margin-left: 80%;}
.ms-90_f79d70e9cf6db0e8{margin-left: 90%;}
.ms-100_abcd0ba913afa003{margin-left: 100%;}

/* padding (px) */
.p-10_f12bc637d11262ef{padding: 10px;}
.p-15_738d424426349638{padding: 15px;}
.p-20_8fbecac6cc825a5c{padding: 20px;}
.p-30_d1a458975946e5f6{padding: 30px;}
.p-40_12d4a9ef321c9cd2{padding: 40px;}
.p-50_704f5faeb09b5dca{padding: 50px;}
.p-60_9e4cc83e2fd7ca7c{padding: 60px;}
.p-70_60faef586b080864{padding: 70px;}
.p-80_ab3f56e446bbdc90{padding: 80px;}
.p-90_0d4bb6accf3e2352{padding: 90px;}
.p-100_c8217ba0cb0989d6{padding: 100px;}

/* padding bottom (px) */
.pb-10_d9a5d7309c6c5e67{padding-bottom: 10px;}
.pb-20_196ea99a0446af31{padding-bottom: 20px;}
.pb-30_3c7b42bf15418d12{padding-bottom: 30px;}
.pb-40_ba4e3b67229fb677{padding-bottom: 40px;}
.pb-50_94fe1aacb9ce41a2{padding-bottom: 50px;}
.pb-60_1c78c185d683d510{padding-bottom: 60px;}
.pb-70_e5d8f654050c105d{padding-bottom: 70px;}
.pb-80_8000d08a6a9f0d52{padding-bottom: 80px;}
.pb-90_68464e416ff31e51{padding-bottom: 90px;}
.pb-100_a51705b8f1c06061{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_2f69c7a3859d85c0{padding-top: 10px;}
.pt-20_c6932678b0095801{padding-top: 20px;}
.pt-30_3f51655ff61580f8{padding-top: 30px;}
.pt-40_0baef5899518db55{padding-top: 40px;}
.pt-50_24a602c3bae81987{padding-top: 50px;}
.pt-60_6b4549b0d89130d3{padding-top: 60px;}
.pt-70_79db11149b530d18{padding-top: 70px;}
.pt-80_6932741241c444cb{padding-top: 80px;}
.pt-90_3b84bd04ed64c3a4{padding-top: 90px;}
.pt-100_0c98a8f7ac33b68d{padding-top: 100px;}

/* padding left (px) */
.ps-10_fcbd8d559be9d9c8{padding-left: 10px;}
.ps-20_4fb593ae99863dad{padding-left: 20px;}
.ps-30_a6ddaccc816fbe0e{padding-left: 30px;}
.ps-40_8efb09b3d4b84941{padding-left: 40px;}
.ps-50_fa8515be7aa820c7{padding-left: 50px;}
.ps-60_6620b37f3bca6240{padding-left: 60px;}
.ps-70_f50c660dc4f036c7{padding-left: 70px;}
.ps-80_3a3e0d39c086e150{padding-left: 80px;}
.ps-90_3852f1ca59fb5e73{padding-left: 90px;}
.ps-100_a87ebe7058a5db4b{padding-left: 100px;}

/* border white */
.border-white-1_eb30dc4210bccfd1{border: solid 1px white;}
.border-white-2_5efb93cb063123bf{border: solid 2px white;}
.border-white-3_a4f5e19cdc2f0028{border: solid 3px white;}
.border-white-4_1a21493e5dfd71ef{border: solid 4px white;}
.border-white-5_bee60218cf8a9693{border: solid 5px white;}
.border-white-6_5fc81d361d3af6f2{border: solid 6px white;}
.dashed-1-white_4c9e8b7eb779dc42{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_dfc94e7b7bf7ec82{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_b350e47ec17d9bf5{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_4e128166896978b5{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_e58bcb37d49f4222{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_f943b76640c00038{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_d0e935df3b7a7783{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_d3b6ce5b5d986797{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_e4baac2cd05a6416{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_5c02b467013042c5{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_e17c44ca06a75d46{transform: scale(1.2);}
.hover-scale-in-3_3c84cf0ba9c4eafd{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_3c84cf0ba9c4eafd{transform: scale(1); opacity: 1}
.hover-op-0_21a2fe1bde33777a{ opacity:1 }
.hover:hover .hover-op-0_21a2fe1bde33777a{ opacity:0 }
.hover-op-1_884f788dc69b87f8,.hover-op-05_2913dc64c104116f{ opacity:0 }
.hover:hover .hover-op-1_884f788dc69b87f8{ opacity:1 }
.hover:hover .hover-op-05_2913dc64c104116f{ opacity:.5 }
.hover:hover .hover-scale-1-1_fcf8d220e21158f4{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_e17c44ca06a75d46{transform: scale(1.2);}
.hover-scale-in-3_3c84cf0ba9c4eafd{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_3c84cf0ba9c4eafd{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_2d0e98259b66af56{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_af22cda11615ed7f{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_c811f10df1c3ddb2{background: var(--heading-font-color)}
.hover-mh-100_e7c74d0c4f708010{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_e7c74d0c4f708010{max-height: 500px;}
.hover:hover .hover-top-0_7d2fd43931c88d4e{top:0;}
.hover:hover .hover-pb-40_6650bff5ec4735d2{padding-bottom: 40px;}
.hover-mt-40_f8f769de2c9e2e8f{margin-top: 40px;}
.hover:hover .hover-mt-40_f8f769de2c9e2e8f{margin-top: 0px;}
.hover:hover .hover-mt-0_47500e835ba37f64{margin-top: 0;}

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

/* opacity */
.op-1_46bd1486eb7e30fe{ opacity:.1; }
.op-2_e08e42f5ace883e7{ opacity:.2; }
.op-3_d250f2e7437ffcc5{ opacity:.3; }
.op-4_31a59a7a2b1e1922{ opacity:.4; }
.op-5_d66f8ba6660fc1af{ opacity:.5; }
.op-6_db8750a6e434c8e1{ opacity:.6; }
.op-7_a84e217c3741d499{ opacity:.7; }
.op-8_a4644aa56c777ec3{ opacity:.8; }
.op-9_94c41dd4e8321551{ opacity:.9; }

/* line height em */
.lh-1_733f5450b1f43aa2{line-height: 1em;}
.lh-1-1_0c7b4d9b3bb22dc5{line-height: 1.1em;}
.lh-1-2_a1038cf491dc5f20{line-height: 1.2em;}
.lh-1-3_f8241494f55735f2{line-height: 1.3em;}
.lh-1-4_50d0532ff83f75a2{line-height: 1.4em;}
.lh-1-5_dc030010a07f0b03{line-height: 1.5em;}
.lh-1-6_3d99c8b2690621f9{line-height: 1.6em;}
.lh-1-7_de2e2b6820969310{line-height: 1.7em;}
.lh-1-8_9c4e5db0c0157cdb{line-height: 1.8em;}

/* min height (px) */
.mh-200_7ea63b4b2e558fa8{min-height:200px;}
.mh-300_ef4b87f67150e740{min-height:300px;}
.mh-400_1fb42869c8c937f1{min-height:400px;}
.mh-500_59e6a6d9ed2129f6{min-height:500px;}

/* background dark */
.bg-dark-20_feb11224220f4cc6{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_0ea8fca800c05608{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_099d40a957e62f4b{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_12e569627b151c4c{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_4fd912a73b60fa0c{background: rgba(0, 0, 0, .1)}
.overlay-black-2_3ea5770c72db325b{background: rgba(0, 0, 0, .2)}
.overlay-black-3_541bb9eb4c8ad6e5{background: rgba(0, 0, 0, .3)}
.overlay-black-4_e992b87f63898174{background: rgba(0, 0, 0, .4)}
.overlay-black-5_982094fd13b16ade{background: rgba(0, 0, 0, .5)}
.overlay-black-6_47908249c046af88{background: rgba(0, 0, 0, .6)}
.overlay-black-7_012a942205883a5a{background: rgba(0, 0, 0, .7)}
.overlay-black-8_190bbcd289381e5c{background: rgba(0, 0, 0, .8)}
.overlay-black-9_edf2e5d06eb66b7f{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_5a5436f4da7f2f88{background: rgba(255, 255, 255, .1)}
.overlay-white-2_61b4448fde8ba079{background: rgba(255, 255, 255, .2)}
.overlay-white-3_d30055792b3a6350{background: rgba(255, 255, 255, .3)}
.overlay-white-4_14ed25b0843bef06{background: rgba(255, 255, 255, .4)}
.overlay-white-5_e5c6b90b90a7b3e4{background: rgba(255, 255, 255, .5)}
.overlay-white-6_242bd34ad15d1d4c{background: rgba(255, 255, 255, .6)}
.overlay-white-7_e345050043203cc7{background: rgba(255, 255, 255, .7)}
.overlay-white-8_2a0ac8d06864aeff{background: rgba(255, 255, 255, .8)}
.overlay-white-9_9dd4a08be7c6ef05{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_67dcd7b24ab643fa { left: 50%; transform: translateX(-50%);}
.abs-middle_0170c93ed19764aa{ top: 50%;  transform: translateY(-50%);}
.abs-centered_92ac643895132f06{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_d595bc479a4d6333 { position: relative; }

/* z-index */
.z-1_3b024f185c7f8380{ z-index:1 }
.z-2_7456527e70b350b7{ z-index:2 }
.z-3_6d1c14813d439354{ z-index:3 }
.z-4_848acd851f3791a1{ z-index:4 }
.z-1000_6d000176aac1e21d { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_b2f9037733d6f864 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_b2f9037733d6f864 .img-l1_50ff8adb762c41b0{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_b2f9037733d6f864 .img-l2_0159664edc533938{
  top:20%;
  left: 0%;
}


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

.ss-wrap_b2f9037733d6f864 .img-r2_c318bcc6622fd640{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_ff27a3694f7bc1b2 .d-item .d-text_5efa65a3768ebf13 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_2998864241dc0f8f .d-item.no-border_af7e363c883dde0c{
  border: none;
}

.de-timeline-s2_2998864241dc0f8f .d-item  .d-icon_215c6a7d523823f1{
  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_2998864241dc0f8f.color .d-item  .d-icon_215c6a7d523823f1{
  background: var(--secondary-color);
}

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

.de-timeline-s2_2998864241dc0f8f .d-item .d-text_5efa65a3768ebf13{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_32e87062b0a57214.border-left_526dfc51ad5bdce6.light_144962383cee7678{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_b587d0166a28c336 .swiper-pagination-current_1026a02226a442ad{
  color: var(--heading-font-color);
}

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

.slider-light_b587d0166a28c336 .swiper-button-next, .slider-light_b587d0166a28c336 .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_fa839f74dfb7ce99{
  color:#ffffff;
}
.sw-price_fa839f74dfb7ce99 .d-starting_c8e2eac9deb81c64{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_fa839f74dfb7ce99 .d-price_19e08e79d487f49a{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_fa839f74dfb7ce99 .d-val_ed64bff5ce3a8cba{
  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_fa839f74dfb7ce99 .d-cur_674de2cfd671e680, .sw-price_fa839f74dfb7ce99 .d-period_1eda3221d8d2c972{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_fa839f74dfb7ce99 .d-cur_674de2cfd671e680{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_95ff84d5c1ba8335 {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_95ff84d5c1ba8335 {
    min-height: 320px;
  }
}
.swiper-container-wrapper_065312df14a9e1a7 {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_065312df14a9e1a7 {
    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_c068cd270732c279 h3{
  font-size: 22px
}

.sw-caption-thumb_c068cd270732c279 .d-tag_433dd1f98e2efda8{
  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_941e5777acc0c5b0 #mainmenu{
  margin: 0;
}

.col-start_ec75d9bd0d175945, .col-end_e6eda705e659d181 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_e6eda705e659d181{
  justify-content: end;
}

.col-center_fe7810bf3abf1947 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_fe7810bf3abf1947 img{
  width: 160px;
}


.subtitle_89e2d83b9fad8185{
  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_89e2d83b9fad8185: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_388b2f112ba4266c .subtitle_89e2d83b9fad8185, .text-light_ffdda7a506bb787a .subtitle_89e2d83b9fad8185{
  color:#ffffff;
}


.dark-scheme_388b2f112ba4266c .subtitle_89e2d83b9fad8185:before, .text-light_ffdda7a506bb787a .subtitle_89e2d83b9fad8185:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_89e2d83b9fad8185.blink_99270cd57f5f65cd{
  padding-left: 35px;
}

.subtitle_89e2d83b9fad8185.blink_99270cd57f5f65cd: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_388b2f112ba4266c::-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_4058d69c9fb74f0a {
    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_7335d0a317ecad30 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_388b2f112ba4266c .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_1550175a66124352{
      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_1550175a66124352 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_f56becec02a99409 {
  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_f56becec02a99409 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_f56becec02a99409 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_f56becec02a99409 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_dcb2c4acd1a54290: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_09a7856cf0492259 {
  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_af0da8742bb63496,
.rtl .bx-wrapper_0a53e10622d1a003 {
  direction: ltr;
}

.rtl .owl-carousel_af0da8742bb63496 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_941e5777acc0c5b0 {
  display: flex;
  justify-content: space-between;
}

.de-flex_941e5777acc0c5b0>.de-flex-col_343e9d877d172600 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_966186d469aaf1b1,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_966186d469aaf1b1 {
  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_8725aec9589a855b {
  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_de99e2c106b354d3 {
  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_de99e2c106b354d3 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_eae4a231e182d965 {
  border-color: #EFEFEF !important;
}

.tparrows_a98bac699d0dc46d {
  background: none !important;
}

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

.text-light_ffdda7a506bb787a .border_eae4a231e182d965 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_af0da8742bb63496 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_48b501af3adeef0c img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_48b501af3adeef0c {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_48b501af3adeef0c 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_718b02f24818f278.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_718b02f24818f278.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_718b02f24818f278 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_66155051104a1e26 .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_ffdda7a506bb787a strong {
  color: #fff;
}

.bg-white_78c63110dbd76ba1 {
  background: #ffffff;
}

.bg-white-10_4532651c366f0df1 {
  background: rgba(255, 255, 255, .1);
}

.wh80_1c0807d475bc8fb9 {
  width: 80%;
  height: 80%;
}

.border-top_5b0c62a3065b35b0 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_a3d63a1d05b6a7ca {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_388b2f112ba4266c header.border-bottom_a3d63a1d05b6a7ca {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_12f7394901a23642 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_12f7394901a23642 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_3597629b9dba477a {
  background: rgba(26, 37, 48, .85);
}

.circle-x_a6ad6452371a68b1 {
  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_ae58bc94e5fa48b6:before,
.nav-next_47177702577d4884:before,
.nav-exit_c2afaaec1aaba5e6:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_c2afaaec1aaba5e6:before {
  width: 100%;
  display: block;
}

.nav-next_47177702577d4884:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_c2afaaec1aaba5e6:before {
  content: '\f00d';
}

.de_light_e9f77f281e01f3a9 .nav-exit_c2afaaec1aaba5e6:before {
  color: #222;
}

.no-bottom_1099ac19c45ce8d0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_7105a3c06a935f26 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_b5487f71c150f066 {
  background: #f6f6f6;
}

.no-bottom_1099ac19c45ce8d0 .col-md-12_e3a5372f12537cd3 {}

.no-bottom_1099ac19c45ce8d0 {
  padding-bottom: 0 !important;
}

.no-top_730241404dc45f2e {
  padding-top: 0 !important;
}

.no-margin_cc574e732fd9568a {
  margin: 0 !important;
}

.nopadding_fefd4f0228fdc67d {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_214e3ba541cb0ff5 {
  position: relative;
  overflow: hidden;
}

.image-slider_8cf4c77c71d4aefd {
  cursor: move;
}

.inner-padding_ba5b028b05374f7d {
  padding: 90px;
}

.inner-padding_ba5b028b05374f7d.pos-left_5028c481e0b2b52f {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_ba5b028b05374f7d.pos-left_5028c481e0b2b52f {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_c2511c33b6949b02,
section.no-padding_c2511c33b6949b02 {
  padding: 0;
}

.float-left_a9bba732f89182e1 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_4316b7be1f041ebf {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_b448b42651181bfe {
  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_d68ec224dee2cd5c {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_d68ec224dee2cd5c.style-2_ee0850bf69de5d62 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_d68ec224dee2cd5c.style-3_a2deba2851b6a4f3 {
  font-size: 14px;
}

.teaser_d68ec224dee2cd5c.style-4_ac71f76359f8e07a {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_6ea16198c67653e8:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_edd1c42996258355 {
  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_397b47358760d28a {
  display: flex;
}

.owl-prev_0b780c7be4f618bc,
.owl-next_03dd1bb9128c8b5e,
.d-nav-left_5d102259fc49a2eb,
.d-nav-right_f55db7fee2b9d7f0 {
  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_388b2f112ba4266c .owl-prev_0b780c7be4f618bc,
.dark-scheme_388b2f112ba4266c .owl-next_03dd1bb9128c8b5e {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_0b780c7be4f618bc:hover,
.owl-next_03dd1bb9128c8b5e: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_0b780c7be4f618bc,
.d-nav-left_5d102259fc49a2eb {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_03dd1bb9128c8b5e,
.d-nav-right_f55db7fee2b9d7f0 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_5d102259fc49a2eb i,
.d-nav-right_f55db7fee2b9d7f0 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_03dd1bb9128c8b5e i,
.d-nav-left_5d102259fc49a2eb i {
  top: 12px;
  left: 16px;
}

.d-nav-right_f55db7fee2b9d7f0 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_4d07a3bc06311277 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_4d07a3bc06311277 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_4d07a3bc06311277 .prev {
  left: 0;
}

.owl-arrow_4d07a3bc06311277 .next {
  right: 0;
}

.owl-arrow_4d07a3bc06311277 .prev:before,
.owl-arrow_4d07a3bc06311277 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_4d07a3bc06311277 .next:before {
  content: '\f178';
}

.owl-pagination_d6d493261aaac498 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_01c25c8c7eff7802 .owl-controls_69d9736fc67c0947 .owl-page_15d5eedbc957d0c9 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_01c25c8c7eff7802 .owl-controls_69d9736fc67c0947 .owl-page_15d5eedbc957d0c9.active span {
  background: none;
}

.owl-theme_01c25c8c7eff7802 .owl-controls_69d9736fc67c0947 .owl-page_15d5eedbc957d0c9.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_01c25c8c7eff7802 .owl-nav_397b47358760d28a.disabled+.owl-dots_fab2f1af35702dd2 {
  margin-top: 0px;
}

.owl-dots_fab2f1af35702dd2 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_01c25c8c7eff7802 .owl-dots_fab2f1af35702dd2 .owl-dot_ed5f30a6d90b0a77 span {
  display: none;
}

/* new owl close */

.text-light_ffdda7a506bb787a .owl-theme_01c25c8c7eff7802 .owl-controls_69d9736fc67c0947 .owl-page_15d5eedbc957d0c9 span {
  background-color: #fff;
}

.text-light_ffdda7a506bb787a .owl-theme_01c25c8c7eff7802 .owl-controls_69d9736fc67c0947 .owl-page_15d5eedbc957d0c9.active span {
  background: none;
}

.text-light_ffdda7a506bb787a .owl-theme_01c25c8c7eff7802 .owl-controls_69d9736fc67c0947 .owl-page_15d5eedbc957d0c9.active span:before {
  border: solid 2px #fff;
}

.text-slider_8b5985d50b5e14a3 {
  color: #fff;
  display: inline-block;
}

.text-slider_8b5985d50b5e14a3.med-text_58967bee5c8a33c1 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_8b5985d50b5e14a3.big-text_1ec320c53c5378f3 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_fe9b57703102b0af .text-item {
  display: inline-block;
}

.text-slider_8b5985d50b5e14a3.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_8b5985d50b5e14a3.big-text_1ec320c53c5378f3 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_8b5985d50b5e14a3 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_f149718467eef6c5 {
  color: #ff0000;
}

.teal_f27720c35bfb6e2c {
  color: #009999;
}

.purple_70c5a09c95ea5a9f {
  color: #663366;
}

.green_9c557fb61b02a8cb {
  color: #009900;
}

.bg-overlay_5e1c2fb306a05317 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_4f1575cfe7650cc5 {
  position: relative;
}

.overlay-bg_19eb2191eea8c09a {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_19eb2191eea8c09a.p60_9df7786525c84380 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_47fbec2e0bc5e9e8 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_5eaced6615cabfc8 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_19eb2191eea8c09a.t0_4a937d7715e15ce7 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_19eb2191eea8c09a.t20_bcfd64f73e1852e2 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_19eb2191eea8c09a.t30_ca6e62f77bd03cd9 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_19eb2191eea8c09a.t40_76f9c620dd5c4134 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_19eb2191eea8c09a.t50_ed729909c307d629 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_19eb2191eea8c09a.t60_bf33dbef96d2b863 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_19eb2191eea8c09a.t70_2b7e3daf1939cc17 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_19eb2191eea8c09a.t80_b4eb15b56717e779 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_19eb2191eea8c09a.t90_9ec65d8add937037 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_19eb2191eea8c09a.light-5_a9517095eb8cbeb0 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_19eb2191eea8c09a.light-6_21822ddbff397b90 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_19eb2191eea8c09a.light-7_55e6953c757a5315 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_19eb2191eea8c09a.light-8_2f1218c76a13e07c {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_19eb2191eea8c09a.c1_54ad0a291e5b75bc {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_19eb2191eea8c09a.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_19eb2191eea8c09a.gradient-blue-aqua_2af87e89e2a9bba3 {
  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_ecbd30b94d781d51.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_777a982a53656682 {
  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_b5487f71c150f066,
section.bg-grey_b5487f71c150f066 {
  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_972619dd9ff6279e {
  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_90f652a4d4533021 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_90f652a4d4533021:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_34c5f54a5b7045e6 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_888bb88ba12461cb {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_888bb88ba12461cb:hover {
  color: #707070;
}

a.read_more_888bb88ba12461cb i {
  margin-left: 8px;
}

.text-light_ffdda7a506bb787a a.read_more_888bb88ba12461cb {
  color: #fff;
}

.text-black_ddd3e87fc6475cdf {
  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_e175714b3b56fd26 {
  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_5d01aa5139105142:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_5d01aa5139105142: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_fab2f1af35702dd2 {
  text-align: center;
}

.owl-dot_ed5f30a6d90b0a77 {
  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_388b2f112ba4266c .owl-dot_ed5f30a6d90b0a77,
.text-light_ffdda7a506bb787a .owl-dot_ed5f30a6d90b0a77 {
  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_e64cc5b814be06c9 {
  opacity: 1;
}

.owl-stage_c3f72a963ede2087 {
  overflow: none;
}

.typed-strings_6fcc4f046bcfb3ac p {
  position: absolute;
}

.typed-cursor_59d7c752ce3d75a1 {
  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_ee0850bf69de5d62 .date-box_0895575439bf3da7 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_ee0850bf69de5d62 .date-box_0895575439bf3da7 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_ee0850bf69de5d62 .date-box_0895575439bf3da7 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_344725ca2b97db7e {
  margin: 0;
  padding: 0;
}

.sitemap_344725ca2b97db7e.s1_979bf4ef73ef4e75 li {
  list-style: none;
}

.sitemap_344725ca2b97db7e.s1_979bf4ef73ef4e75 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_238ee6207afd6d83 {
  margin: 0;
  padding: 0;
}

.list_238ee6207afd6d83 li {
  list-style: none;
}

.rtl .list_238ee6207afd6d83.s1_979bf4ef73ef4e75 li:after,
.list_238ee6207afd6d83.s1_979bf4ef73ef4e75 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_238ee6207afd6d83.s1_979bf4ef73ef4e75 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_238ee6207afd6d83.s1_979bf4ef73ef4e75 li:before {
  display: none;
}

.list_238ee6207afd6d83.s2_54c2b2bdfc85aad5 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_238ee6207afd6d83.s3_ac8b0924a478f45f {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_238ee6207afd6d83.s3_ac8b0924a478f45f li {
  display: inline;
  margin-right: 20px;
}

.list_238ee6207afd6d83.s3_ac8b0924a478f45f a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_708e4d9cdd42ea65 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_388b2f112ba4266c .switch-set_708e4d9cdd42ea65{
  color:#ffffff;
}

.dark-scheme_388b2f112ba4266c .switch_3c44d6136f6a9586 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_708e4d9cdd42ea65 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_3c44d6136f6a9586 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_3c44d6136f6a9586::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_af00bf7a491405e8 {
  display: block;
}

.de-switch_af00bf7a491405e8 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_af00bf7a491405e8 input[type=checkbox] {
  display: none;
}

.de-switch_af00bf7a491405e8 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_af00bf7a491405e8 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_af00bf7a491405e8 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_388b2f112ba4266c .de-switch_af00bf7a491405e8 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_af00bf7a491405e8 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_af00bf7a491405e8.colored_580d0073a2dab927 input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_af00bf7a491405e8.colored_580d0073a2dab927 label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_af00bf7a491405e8 {
  float: right;
}

.switch_3c44d6136f6a9586:checked::after {
  transform: translateX(20px);
}

.switch_3c44d6136f6a9586:focus {
  outline-color: transparent;
}

.menu_side_area_92ab8f94c5ddd9c0 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_92ab8f94c5ddd9c0 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_388b2f112ba4266c .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_f1b157985c7df6de {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_d31136ac73f74ad1 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_f3a52c767e11816a {
  display: none;
}

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

.ul-style-2_e5727fdac069180d 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_e5727fdac069180d li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_e5727fdac069180d.s2_54c2b2bdfc85aad5 li h4 {
  font-weight: 600;
}

.ul-style-2_e5727fdac069180d.s2_54c2b2bdfc85aad5 li {
  margin-bottom: 30px;
}

.ul-style-2_e5727fdac069180d.s3_ac8b0924a478f45f li {
  margin-bottom: 5px
}

.ul-style-2_e5727fdac069180d .d-label_d09bd4f3b69e71fc {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_8a0e33a9c50c688d{
  margin: 0;
  padding: 0;
}

.ul-check-inline_8a0e33a9c50c688d li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_8a0e33a9c50c688d 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_e5727fdac069180d 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_e5727fdac069180d li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_5122b02698fcc865 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_5122b02698fcc865 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_5122b02698fcc865 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_5122b02698fcc865 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_692f986c1ed7c803{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_7300a44b3373f9c8{
  color:#ffffff;
}


/* shadow */

.shadow-soft_57065a04fe242fc9,
.de-map-wrapper_87051d807c2bd274 iframe,
.expand-custom_97f1e0c76513bfa8,
#form_sb input,
.container-timeline_3cf9ba6bb97dfea7 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_0fe80302c66cfb40 {
  -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_9bfa440cf8f75725 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_96a69a9060616e69 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_631c59c7227575da {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_c91ce77e149072e3 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_568bab7794f856f9{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_a36562a3d5e8f1ff{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_91e282f4eada5e85 {
  right: 0;
}

.rtl .carousel-control-prev_7cab6f3711ab8b57 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_5bb8b7034aea7d62,
.carousel-control-prev-icon_a29b442229f8b191 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_5bb8b7034aea7d62:after,
.carousel-control-prev-icon_a29b442229f8b191:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_5bb8b7034aea7d62:after {
  content: "\f105";
}

.carousel-control-next-icon_5bb8b7034aea7d62:hover,
.carousel-control-prev-icon_a29b442229f8b191: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_87051d807c2bd274 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_ae59d22eafef5618 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_ae59d22eafef5618 {
  -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_1b99c8f99859a1f4 {
  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_c8182fc1ba017985{
  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_2d551c53819dd316 .bubble_c8182fc1ba017985:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_2d551c53819dd316 .bubble_c8182fc1ba017985:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_2d551c53819dd316 .bubble_c8182fc1ba017985:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_7b3b3561e5185129{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_7b3b3561e5185129 .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_a5644cd2b59dca1c{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_a5644cd2b59dca1c dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_a5644cd2b59dca1c dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_a5644cd2b59dca1c dt span:after {
  content: " ";
}
.def-list-dots_a5644cd2b59dca1c dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_a5644cd2b59dca1c .no-def-item_afd514b8ead2a458 dt:after {
  content: "";
}
.def-list-dots_a5644cd2b59dca1c 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_6f37154f959b58f6 img{
  height: 350px;
  width: auto;
}

.d-list-menu_73b0085f7f77e8a7 {
  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_7a5e4a710c0ce6ab .dropdown a:hover {
  color: #333;
}

.dark-scheme_388b2f112ba4266c .dropdown a,
.dark-scheme_388b2f112ba4266c .header-light_7a5e4a710c0ce6ab .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_388b2f112ba4266c .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_388b2f112ba4266c .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_388b2f112ba4266c .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_1df0ca6d0827ef51 {
  width: 600px !important;
}

.dropdown ul.d-col-3_1df0ca6d0827ef51 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_1df0ca6d0827ef51 li span {}

.text-light_ffdda7a506bb787a .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_ffdda7a506bb787a .dropdown a {
  color: #ffffff;
}

.items_filter_5f4071fcdd2468dd {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_5f4071fcdd2468dd .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_1bc67e89ce3b30de,
.dropdown.fullwidth_1bc67e89ce3b30de a,
.dropdown.fullwidth_1bc67e89ce3b30de ul,
.dropdown.fullwidth_1bc67e89ce3b30de li {
  width: 100%;
}

.dropdown.style-2_ee0850bf69de5d62,
.dropdown.style-2_ee0850bf69de5d62 a,
.dropdown.style-2_ee0850bf69de5d62 ul,
.dropdown.style-2_ee0850bf69de5d62 li {
  width: 100%;
}

.rtl .dropdown.style-2_ee0850bf69de5d62 {
  text-align: right;
}

.dropdown.style-2_ee0850bf69de5d62 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_ee0850bf69de5d62 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_fe321e84c340c334 {
  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_fe321e84c340c334:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_1c6a6e0815b6aa60 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_1c6a6e0815b6aa60 span {
  display: inline-block;
  position: relative;
}

.separator_1c6a6e0815b6aa60 span:before,
.separator_1c6a6e0815b6aa60 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_1c6a6e0815b6aa60 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_1c6a6e0815b6aa60 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_1c6a6e0815b6aa60 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_e9f77f281e01f3a9 .separator_1c6a6e0815b6aa60 span:before,
.de_light_e9f77f281e01f3a9 .separator_1c6a6e0815b6aa60 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_ffdda7a506bb787a .separator_1c6a6e0815b6aa60 span:before,
.text-light_ffdda7a506bb787a .separator_1c6a6e0815b6aa60 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_a9d27107b7c72446: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_a9d27107b7c72446: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_a9d27107b7c72446 {
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_d761ed583e4bb8e0 {
  -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_d761ed583e4bb8e0 {
  -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_2c37aa6d7b0ee32f,
.isotope.no-transition_2c37aa6d7b0ee32f .isotope-item_d761ed583e4bb8e0,
.isotope .isotope-item_d761ed583e4bb8e0.no-transition_2c37aa6d7b0ee32f {
  -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_ffdda7a506bb787a #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_ffdda7a506bb787a #filters a:hover {
  color: #fff;
}

.text-light_ffdda7a506bb787a #filters a.selected {
  color: #fff;
}

.text-light_ffdda7a506bb787a #filters a.selected {
  color: #fff;
}

.isotope-item_d761ed583e4bb8e0 {
  z-index: 2;
}

.isotope-hidden_8d037ab13dfa8683.isotope-item_d761ed583e4bb8e0 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_a4f0b62c042a4da1 ul.slides,
.project-carousel-3-col_80d1a97f9487212c ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_3720dfdcf885ddba .flex-direction-nav_83c56deb2e07f85c,
.project-carousel_a4f0b62c042a4da1 .flex-control-nav_f8047f21680b21e0,
.project-carousel_a4f0b62c042a4da1 .flex-direction-nav_83c56deb2e07f85c,
.project-carousel-3-col_80d1a97f9487212c .flex-control-nav_f8047f21680b21e0,
.project-carousel-3-col_80d1a97f9487212c .flex-direction-nav_83c56deb2e07f85c {
  display: none;
}

.logo-carousel_3720dfdcf885ddba.owl-carousel_af0da8742bb63496 .owl-item img {
  width: auto;
}

.logo-carousel_3720dfdcf885ddba.no-control_d123966cb0c062a0 .flex-control-nav_f8047f21680b21e0 {
  display: none;
}

.logo-carousel_3720dfdcf885ddba.s2_54c2b2bdfc85aad5 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_af0da8742bb63496.owl-center_0fa8e6e576c50fdf .owl-item {
  opacity: .6;
}
.owl-carousel_af0da8742bb63496.owl-center_0fa8e6e576c50fdf .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_69e3ef16baa07f99());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_69e3ef16baa07f99());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_69e3ef16baa07f99());
}

.typed-strings_6fcc4f046bcfb3ac p {
  position: absolute;
}

.social-icons-sm_3c4f607b255cdd7a 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_3c4f607b255cdd7a i:hover {
  color: #ffffff;
}

.arrowup_eb36023d2b92225e {
  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_1c72f9ed6c9d0a70 {
  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_e27969e3f91456ab {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_456ec1a93c0ab044 {
  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_ce948ccb09fedbf0 .nav-link {
  font-weight: 500;
}

.de-preloader_299191070f48c65d {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_388b2f112ba4266c .de-preloader_299191070f48c65d {
  background: var(--bg-color-even);
}

.dot-loader_d0f5bbd476baad09 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_fedb791cd3911b9b {
  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_fedb791cd3911b9b.dot1_2b2aaa59bb06b632 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_fedb791cd3911b9b.dot2_c5f71f0b245fa121 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_fedb791cd3911b9b.dot3_e2cddb6b8b36d6f2 {
  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_e3a503b9ecb6f70e {
  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_e3a503b9ecb6f70e .p-line_cca3d9d80d6318df {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_e3a503b9ecb6f70e .p-line_cca3d9d80d6318df: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_e3a503b9ecb6f70e .p-line_cca3d9d80d6318df:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_e3a503b9ecb6f70e .p-line_cca3d9d80d6318df: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_d8c2ec0323f36255, .container-md_74204d2d92a8673f, .container-sm_9c80fe9316cb5d9b, .container-xl_90c7dc3e0d042cc3 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_d8c2ec0323f36255,
  .container-md_74204d2d92a8673f,
  .container-sm_9c80fe9316cb5d9b,
  .container-xl_90c7dc3e0d042cc3 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_d8c2ec0323f36255,
  .container-md_74204d2d92a8673f,
  .container-sm_9c80fe9316cb5d9b,
  .container-xl_90c7dc3e0d042cc3 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_91b208ed1bc41fb0 { width: 20%; }
  .col-md-2-5_bb91acf650d6c4ff { width: 40%; }
  .col-md-3-5_6bfc86af3e40a94d { width: 60%; }
  .col-md-4-5_b8f3a187324f7838 { width: 80%; }
  .col-md-5-5_91ccb243989b7b20 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_8a0a91a92daf98ed { width: 20%; }
  .col-lg-2-5_eb393a8cda4577f1 { width: 40%; }
  .col-lg-3-5_7b771634a5595c9f { width: 60%; }
  .col-lg-4-5_7fea9b081d932aef { width: 80%; }
  .col-lg-5-5_763e1414ac42fc7e { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_d8c2ec0323f36255,
  .container-md_74204d2d92a8673f,
  .container-sm_9c80fe9316cb5d9b {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_e4c0ec6137f578d1 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_53bc4563a292f091 .tr .td:nth-child(4),
  .de_table_53bc4563a292f091 .tr .td:nth-child(5),
  .de_table_53bc4563a292f091 .tr .td:nth-child(6),
  .de_table_53bc4563a292f091 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_b35d7675f4b86afa {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_4cb1aae8860a834e .countdown-show4_43647faec0cd7e82 .countdown-section_f1b157985c7df6de {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_4cb1aae8860a834e .countdown-period_6e6c9fbeec7cd2e0{
    font-size:10px;
  }

  .countdown-s2_4cb1aae8860a834e .countdown-amount_5d098d40a9ab4681 {
    font-size: 20px;
  }


  .mb-sm-20_1331d83cfc78c8d1 {
    margin-bottom: 20px;
  }

  .mb-sm-30_c16e7d351d76a4cb {
    margin-bottom: 30px;
  }

  .mt-sm-0_f62be62d4ef19316{
    margin-top: 0;
  }

  .sm-mt-0_605dcf60cc3ea386 {
    margin-top: 0;
  }

  .p-sm-30_9fe756cbc7132b01 {
    padding: 40px;
  }

  .pb-sm-0_312576f3e6c18351 {
    padding-bottom: 0;
  }

  .mb-sm-0_96b9d1c26c049fa1 {
    margin-bottom: 0;
  }

  .sm-p-40_f6c98ae56b09ff67{
    padding: 40px;
  }

  header .header-col_4d63356179eab684 {
    position: absolute;
    top: 0;
  }

  header .header-col_4d63356179eab684.mid_f0c76799892eb7d5 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_62b83f28790fb258 {
    text-align: center;
  }

  .sm-pt10_c9f2127b5f26f1c1 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_ba5b028b05374f7d {
    padding: 40px;
  }

  .header-col-left_17224252805699ae,
  .header-col-right_53a875ba3cab5979 {
    padding-top: 16px;
  }

  .header-col-mid_5680fdfdd868d96b #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_70dc0d5ac70d5246 {
    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_245544cc7c0209ca {
    position: fixed;
  }

  #subheader.s2_54c2b2bdfc85aad5 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_23f4553858125a09 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_e4c0ec6137f578d1 h1 {
    font-size: 32px;
  }

  .slider_text_e4c0ec6137f578d1 .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_1ce5078c3976fd18 {
    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_1ce5078c3976fd18,
  #mainmenu li li li a.menu-item_1ce5078c3976fd18 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_1ce5078c3976fd18:hover {
    background: #111;
  }

  #mainmenu a.menu-item_1ce5078c3976fd18: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_1ce5078c3976fd18: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_1ce5078c3976fd18 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_1ce5078c3976fd18:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_1ce5078c3976fd18 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_1ce5078c3976fd18 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_1ce5078c3976fd18 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_1ce5078c3976fd18:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_37fab10d3285383e) {
    border: none;
  }

  #mainmenu>li ul.mega_37fab10d3285383e .sb-menu_07854e81fc7c9c6a {
    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_1ce5078c3976fd18 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu a.menu-item_1ce5078c3976fd18{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_1ce5078c3976fd18: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_388b2f112ba4266c header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_37fab10d3285383e ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_37fab10d3285383e .menu-content_1e3122344f49f838 {
    background: #fff;
  }

  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu li,
  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu li ul li a.menu-item_1ce5078c3976fd18 {
    border-color: #eee;
  }

  header.header-dark_f9f7402088eb12a6.header-mobile {
    background: #222;
  }

  header.header-dark_f9f7402088eb12a6.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_f9f7402088eb12a6.header-mobile #mainmenu li a.menu-item_1ce5078c3976fd18 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_1ce5078c3976fd18: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_1ce5078c3976fd18 {
    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_388b2f112ba4266c 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_1ce5078c3976fd18 {
    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_1ce5078c3976fd18 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_388b2f112ba4266c header.header-mobile #mainmenu li a.menu-item_1ce5078c3976fd18 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_1ce5078c3976fd18:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_388b2f112ba4266c header.header-mobile #mainmenu li a.menu-item_1ce5078c3976fd18:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_388b2f112ba4266c header.header-mobile #mainmenu>li>span {
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_388b2f112ba4266c header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_1ce5078c3976fd18 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_388b2f112ba4266c header.header-mobile #mainmenu li ul li a.menu-item_1ce5078c3976fd18 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_1ce5078c3976fd18 {
    border-bottom: none;
  }

  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu>li>span,
  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu li>ul>li>span {
    background: url(../photos/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu>li>span.active,
  header.header-light_7a5e4a710c0ce6ab.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_37fab10d3285383e {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_37fab10d3285383e>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_37fab10d3285383e .menu-content_1e3122344f49f838 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_7a5e4a710c0ce6ab #mainmenu ul li a.menu-item_1ce5078c3976fd18,
  .header-light_7a5e4a710c0ce6ab #mainmenu ul li a.menu-item_1ce5078c3976fd18:hover {
    color: #333;
  }

  .de_tab.tab_methods_8c77b45eb2772367 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_8c77b45eb2772367 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_8c77b45eb2772367 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_8c77b45eb2772367 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_1f4185261321f7a9 {
    display: none;
  }

  .sm-hide_8d00fb19794e68f1 {
    display: none;
  }

  .d-btn-close_5c8ff9fa6cfee669 {
    position: relative;
  }

  .de_tab.tab_style_4_66155051104a1e26 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_1ce5078c3976fd18 span {
    display: none;
  }

  .de_tab.tab_methods_8c77b45eb2772367.style-2_ee0850bf69de5d62 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_48a3d7be3790ff4e {
    position: relative;
    height: auto;
  }

  .timeline_76227984490e839c>li>.timeline-panel_9dff38ef5b017ae6 {
    width: 100%;
  }

  .timeline-badge_70e5acaa7b6ffac7 {
    display: none;
  }

  .timeline_76227984490e839c:before {
    background: none;
  }

  .tp-caption_e8b923c950ee7ac1 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_f15490cef6dbd949 .de-flex_941e5777acc0c5b0,
  .subfooter_f15490cef6dbd949 .de-flex-col_343e9d877d172600 {
    display: block;
  }

  .subfooter_f15490cef6dbd949 .social-icons_85bd98757a56caa5 {
    margin-top: 20px;
  }

  .subfooter_f15490cef6dbd949 span.copy_cf2ad41cbb3714db {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_9edd295e1262283a{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_d8e08716473814a5{
    margin:0 20px;
  }

  .crumb_23f4553858125a09{
    margin-bottom: 0;
  }

  section.bottom-rounded_49eec71bad4f0df4{
    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_a480a5e42a03246e,
  h1.ultra-big_a480a5e42a03246e .text-line_9cfb0e9e1e83a256,
  h1.ultra-big-2_e69431b527b526e6,
  .title-text_528da81839c37249,
  h1.slider-title_ed095d7a7f38ff8e{
    font-size: 60px;
  }  

  h1.slider-title_ed095d7a7f38ff8e,
  h2.slider-title_ed095d7a7f38ff8e{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_fac88823344f3c13 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_6d5c1d894bb8440c{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_7d1648e743a8d1c8{padding-top:10px;}
  .pt-sm-20_f19bc50de0e1059d{padding-top:20px;}
  .pt-sm-30_a8d75a8a9d3d22cd{padding-top:30px;}
  .pt-sm-40_4cd90160c6771b01{padding-top:40px;}
  .pt-sm-50_ecf78929c7c0d0af{padding-top:50px;}
  .pt-sm-60_3b08db96e1a88ddd{padding-top:60px;}
  .pt-sm-70_e687d4eb3073e23f{padding-top:70px;}
  .pt-sm-80_549aa39e33aabc89{padding-top:80px;}
  .pt-sm-90_ade9c232d7e6d9ce{padding-top:90px;}
  .pt-sm-100_998a6ba7e895ccad{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_d59bf30ca7d53cb9{padding-bottom:10px;}
  .pb-sm-20_e5740989cbb4d231{padding-bottom:20px;}
  .pb-sm-30_19c3f3d1ae80e4e7{padding-bottom:30px;}
  .pb-sm-40_091baed78db42195{padding-bottom:40px;}
  .pb-sm-50_fe6d6470f98c5213{padding-bottom:50px;}
  .pb-sm-60_9630aab21ca50f37{padding-bottom:60px;}
  .pb-sm-70_27d1a9e46475fac3{padding-bottom:70px;}
  .pb-sm-80_220315492c22e578{padding-bottom:80px;}
  .pb-sm-90_17f9acb91fc98d25{padding-bottom:90px;}
  .pb-sm-100_a9664c91e8e4e5a9{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_8bf3247c394e54ea{margin-top:10px;}
  .mt-sm-20_b11f3841e56ae768{margin-top:20px;}
  .mt-sm-30_16e3a3aa52636657{margin-top:30px;}
  .mt-sm-40_0c3d507f7a766c15{margin-top:40px;}
  .mt-sm-50_b60c18ebf06132bf{margin-top:50px;}
  .mt-sm-60_3a3a5159c1641302{margin-top:60px;}
  .mt-sm-70_2255468f0d3b7942{margin-top:70px;}
  .mt-sm-80_5dd1ddabefc5d856{margin-top:80px;}
  .mt-sm-90_4878d8764647b916{margin-top:90px;}
  .mt-sm-100_b700a9dfc8d0a5c1{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_68aa5fcef7455699{margin-bottom:10px;}
  .mb-sm-20_1331d83cfc78c8d1{margin-bottom:20px;}
  .mb-sm-30_c16e7d351d76a4cb{margin-bottom:30px;}
  .mb-sm-40_1e28d110ab0e1ae8{margin-bottom:40px;}
  .mb-sm-50_e7510c2906559854{margin-bottom:50px;}
  .mb-sm-60_945bf11892a98323{margin-bottom:60px;}
  .mb-sm-70_b54612653c3c86bf{margin-bottom:70px;}
  .mb-sm-80_e34b20a500ba00be{margin-bottom:80px;}
  .mb-sm-90_8a0c369d563a6cdd{margin-bottom:90px;}
  .mb-sm-100_2e8874e354777361{margin-bottom:10px;}


  .fs-sm-1vw_482ce442b60be1e7{font-size: 1vw}
  .fs-sm-2vw_2603b506594c8d73{font-size: 2vw}
  .fs-sm-3vw_407e237a33f139c6{font-size: 3vw}
  .fs-sm-4vw_e6fd747022ed2fe7{font-size: 4vw}
  .fs-sm-5vw_8fc9f3f29da7d207{font-size: 5vw}
  .fs-sm-6vw_f18d19366f5d4deb{font-size: 6vw}
  .fs-sm-7vw_09c3f9ffcbb854b8{font-size: 7vw}
  .fs-sm-8vw_5b59d0a9cba81b18{font-size: 8vw}
  .fs-sm-9vw_0c1ffec2834e8c8b{font-size: 9vw}
  .fs-sm-10vw_38be31baab26516b{font-size: 10vw}
  .fs-sm-11vw_46667ed6be796d6f{font-size: 11vw}
  .fs-sm-12vw_b049c10242c946e4{font-size: 12vw}
  .fs-sm-13vw_12d7c56fa8281091{font-size: 13vw}
  .fs-sm-14vw_0831ec2a5c303554{font-size: 14vw}
  .fs-sm-15vw_b33157090aae6c96{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_e5c2b425c5e91ec4 {
    display: none;
  }

  header .logo-init_6f3d38b4f55e060f {
    display: none;
  }

  header .logo-mobile_7584d96c02d3617c {
    display: block;
  }

  header .btn-main_474b3055bb6fd33b{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_92ab8f94c5ddd9c0 {
    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_fcbe8094b011227b {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_66155051104a1e26 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_66155051104a1e26 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_66155051104a1e26 .de_nav li:first-child,
  .de_tab.tab_style_4_66155051104a1e26 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_d1e178e356999261 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_65ce7a696365f299 span{
    display: none;
  }

  .de-spot_65ce7a696365f299 .de-circle-1_fe848afde683d1cf,
  .de-spot_65ce7a696365f299 .de-circle-2_dbd494fe4d095378{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_a480a5e42a03246e,
  h1.ultra-big_a480a5e42a03246e .text-line_9cfb0e9e1e83a256,
  h1.ultra-big-2_e69431b527b526e6,
  .title-text_528da81839c37249,
  h1.slider-title_ed095d7a7f38ff8e,
  h2.slider-title_ed095d7a7f38ff8e{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_a5fdedfeb5f34467{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_1e246201d84ff8ae{padding-top:10px;}
  .pt-xs-20_7641875a998a1745{padding-top:20px;}
  .pt-xs-30_bdaaf8f8eccef71d{padding-top:30px;}
  .pt-xs-40_736d47d3f5d5bef4{padding-top:40px;}
  .pt-xs-50_1e5007507054d34c{padding-top:50px;}
  .pt-xs-60_9da91ac42db7c6c0{padding-top:60px;}
  .pt-xs-70_704bb9a3081da9e1{padding-top:70px;}
  .pt-xs-80_54281d3cedde13a0{padding-top:80px;}
  .pt-xs-90_05e15d2bdbb520ec{padding-top:90px;}
  .pt-xs-100_61b5cb61a47547be{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_f82b2d2bb5b7f1c4{padding-bottom:10px;}
  .pb-xs-20_335cae1bf400d89b{padding-bottom:20px;}
  .pb-xs-30_2a9a90c32c3ec209{padding-bottom:30px;}
  .pb-xs-40_bf5bc53b11d3eaa9{padding-bottom:40px;}
  .pb-xs-50_32382db1afed0c82{padding-bottom:50px;}
  .pb-xs-60_c26de0f8932406f4{padding-bottom:60px;}
  .pb-xs-70_eb33366b67c9d5ab{padding-bottom:70px;}
  .pb-xs-80_cfee5112f1dbbcd4{padding-bottom:80px;}
  .pb-xs-90_fe0649532f12ef5f{padding-bottom:90px;}
  .pb-xs-100_84f457858e4a5f69{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_bdf4269f94f8a3c7{margin-top:10px;}
  .mt-xs-20_7840f617a3764f4e{margin-top:20px;}
  .mt-xs-30_05e673c961c8ac30{margin-top:30px;}
  .mt-xs-40_bf78c9fda1fdc678{margin-top:40px;}
  .mt-xs-50_af6a362c7dc1b53b{margin-top:50px;}
  .mt-xs-60_4a19dc013a93c81a{margin-top:60px;}
  .mt-xs-70_a783058b0f1beb4e{margin-top:70px;}
  .mt-xs-80_21663e19da8aa156{margin-top:80px;}
  .mt-xs-90_14ac6debfef238ca{margin-top:90px;}
  .mt-xs-100_dfcaa231d83684a7{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_e54f315823cc4bec{margin-bottom:10px;}
  .mb-xs-20_acd51e0d0a3677b0{margin-bottom:20px;}
  .mb-xs-30_1e67a437bd30056a{margin-bottom:30px;}
  .mb-xs-40_f4fa8451c1397f00{margin-bottom:40px;}
  .mb-xs-50_5ae044c1c9bde44f{margin-bottom:50px;}
  .mb-xs-60_47895e9784791ba3{margin-bottom:60px;}
  .mb-xs-70_656fff27c6b95b72{margin-bottom:70px;}
  .mb-xs-80_f3c9478a387e23d1{margin-bottom:80px;}
  .mb-xs-90_c18319823813a914{margin-bottom:90px;}
  .mb-xs-100_4ad775049e8f8a2c{margin-bottom:10px;}

  .ss-wrap_b2f9037733d6f864{
    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_9dff38ef5b017ae6 {
    margin-bottom: 30px;
  }

  .timeline-pic_b0229a4bead4d758 {
    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_54c2b2bdfc85aad5 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_2e1eafa974cb36eb {
    display: none;
  }

  header a.btn-main_474b3055bb6fd33b 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_a63a8352a6f04503 .left-half_51fbd2094fc9b108,
.half-fluid_a63a8352a6f04503 .right-half_d3a548a16f4c38ce {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_a63a8352a6f04503 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_a63a8352a6f04503 .left-half_51fbd2094fc9b108 {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_a63a8352a6f04503 .right-half_d3a548a16f4c38ce {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
