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


/* 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_bcb0c2777bb869c6,.bg-dark-1_824f31e7f261a9e2{background-color: var(--bg-dark-1) !important}
.bg-dark-2_154ca3b32e342d1d{background-color: var(--bg-dark-2) !important}
.bg-dark-3_ccfead593de4cf83{background-color: var(--bg-dark-3) !important}
.bg-grey_ed0324a3f8422fb4{background-color: var(--bg-grey) !important}
.bg-gradient-1_6f276e862820b0d0{
  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_386c2b2afec47f49{
  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_37298415917dc951 {
  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_b2f77515e0f743fc {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_8be7a4531abbd624 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_9c152e7aed2f6987 {
  display: none;
}


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

header.scroll-light_3be8d2b9eafaa77f .logo-scroll_8be7a4531abbd624{
  display: none;
}

header.smaller.scroll-light_3be8d2b9eafaa77f .logo-main_04088c69fc341c60{
  display: none;
}

header.smaller.scroll-light_3be8d2b9eafaa77f .logo-scroll_8be7a4531abbd624{
  display: block;
}

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

header.header-light_cbbf55cebda4a5b3 .h-phone_d78894fc05009556,
header.smaller.scroll-light_3be8d2b9eafaa77f .h-phone_d78894fc05009556 {
  color: #202020;
}

header:not(.header-light_cbbf55cebda4a5b3).smaller.scroll-light_3be8d2b9eafaa77f div#logo .logo_88acc7bbbca9c539 {
  display: none;
}

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

header.smaller.scroll-light_3be8d2b9eafaa77f div#logo .logo-scroll_8be7a4531abbd624 {
  display: inline-block;
}

header.smaller.header-light_cbbf55cebda4a5b3 div#logo .logo_88acc7bbbca9c539 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_b57e77cb7a164b75.mid_169a6d5dec6f38d5 {
  float: right;
}

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


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

.de-overlay-gradient_6c405e33ec18393c{
  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_b683c4983819a9e5{
  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_20af12ca585392fa{
  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_891c536dca66b7c3 {
  font-size: 13px;
}


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


#subheader.text-light_d09c2181b74a1734 .crumb_891c536dca66b7c3 {
  color: #fff;
}

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

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

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


#subheader.s2_12e03079a34b4ccc h1,
#subheader.s2_12e03079a34b4ccc .crumb_891c536dca66b7c3 {
  margin: 0;
  padding: 0;
}

#subheader.s2_12e03079a34b4ccc .crumb_891c536dca66b7c3 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_12e03079a34b4ccc .crumb_891c536dca66b7c3 {
  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_4cde400412fd26da) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_37298415917dc951 #mainmenu ul.mega_4cde400412fd26da {
  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_bafd7b4cbc0ad273: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_cbbf55cebda4a5b3 #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_cbbf55cebda4a5b3 #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_cbbf55cebda4a5b3 {
  background: #ffffff;
}

.header-light_cbbf55cebda4a5b3 #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_37298415917dc951 #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_176dab419a2a38bf) {
  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_f228640e147e8ac1 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_c49b7383000dcb79 {
  background: #f6f6f6;
}

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

.de_light_7dcddd0acc9a5a29 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_ec4462fb39db0b5f.header-light_cbbf55cebda4a5b3 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_6d6770d25f1841ac,
header.header-mobile.has-topbar .header-col_b57e77cb7a164b75 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_ec4462fb39db0b5f.header-light_cbbf55cebda4a5b3 {
  background: #fff;
}

header.header-light_cbbf55cebda4a5b3 .logo_88acc7bbbca9c539 {
  display: none;
}

header.header-light_cbbf55cebda4a5b3 .logo-2_562cb113bf22335a {
  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_e49ee5076d2bc092{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_c3d39d64c7de9bb5,
.topbar-right_2a21e02f5b1f462b {
  display: flex;
}

.topbar-right_2a21e02f5b1f462b {
  float: right;
}

.topbar-solid_95e0f8f19920bda5 {
  background: #ffffff;
}

.tb-light_abacf76c2b509103 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-right_2a21e02f5b1f462b .topbar-widget_469d80a2f9db335e {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-light_e49ee5076d2bc092 .topbar-right_2a21e02f5b1f462b .topbar-widget_469d80a2f9db335e {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-light_e49ee5076d2bc092 .topbar-right_2a21e02f5b1f462b span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .tb-light_abacf76c2b509103 .topbar-right_2a21e02f5b1f462b .topbar-widget_469d80a2f9db335e {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .tb-light_abacf76c2b509103 .topbar-right_2a21e02f5b1f462b span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-left_c3d39d64c7de9bb5 .topbar-widget_469d80a2f9db335e {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-light_e49ee5076d2bc092 .topbar-left_c3d39d64c7de9bb5 .topbar-widget_469d80a2f9db335e {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_08e1a3479c349685) .tb-light_abacf76c2b509103 .topbar-left_c3d39d64c7de9bb5 .topbar-widget_469d80a2f9db335e {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .tb-light_abacf76c2b509103 .topbar-left_c3d39d64c7de9bb5 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_cbbf55cebda4a5b3 .h-phone_d78894fc05009556 span{
  color: var(--body-font-color);
}


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

.menu_side_area_d1a2dcf817f8b3f1 .btn-line_1e332e56bdad1da9{
  display: inline-block;
}

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

.topbar-widget_469d80a2f9db335e.widget-text_f8804d397e24b7c1 {
  padding-top: 6px;
}

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

.h-sub_211d433087ca5e27 .topbar-widget_469d80a2f9db335e {
  padding: 12px;
}

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

.topbar-widget_469d80a2f9db335e.tb-phone_b30d5a0322c1a2ca:before {
  content: "\f095";
}

.topbar-widget_469d80a2f9db335e.tb-email_9c2bea2808487ce9:before {
  content: "\f003";
}

.topbar-widget_469d80a2f9db335e.tb-opening-hours_56141cececd0a4e5:before {
  content: "\f017";
}

.topbar-widget_469d80a2f9db335e.tb-social_2aac43235d973260 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-light_e49ee5076d2bc092 .topbar-widget_469d80a2f9db335e.tb-social_2aac43235d973260 a,
#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-light_e49ee5076d2bc092 .topbar-widget_469d80a2f9db335e.tb-social_2aac43235d973260 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_08e1a3479c349685) .topbar-widget_469d80a2f9db335e.tb-social_2aac43235d973260 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_abacf76c2b509103 .topbar-widget_469d80a2f9db335e.tb-social_2aac43235d973260 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_469d80a2f9db335e.tb-social_2aac43235d973260 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_7dcddd0acc9a5a29 .blog-list_2cd8f4cfb985662e li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_7dcddd0acc9a5a29 .blog-list_2cd8f4cfb985662e h4 a {
  color: #222222;
}

.de_light_7dcddd0acc9a5a29 .text-light_d09c2181b74a1734 .blog-list_2cd8f4cfb985662e h4 a {
  color: #fff;
}

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

.blog-list_2cd8f4cfb985662e .btn-more_d19e64f341f10dc9:hover {
  background: #fff;
}

.de_light_7dcddd0acc9a5a29 .blog-list_2cd8f4cfb985662e .btn-more_d19e64f341f10dc9:hover {
  background: #222;
  color: #fff;
}

.blog-list_2cd8f4cfb985662e .post-text_0f643dac17dae24a {
  padding-left: 80px;
}

.bloglist_266ebbd9bebb3287 .post-text_0f643dac17dae24a a.btn-main_d7c0dff6e011a59d {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_2cd8f4cfb985662e .blog-slider_bac8dd4f4d11b2d6 {
  margin-bottom: -60px;
}

.blog-list_2cd8f4cfb985662e .date-box_8b501b89e3d4558f {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_7dcddd0acc9a5a29 .blog-list_2cd8f4cfb985662e .date-box_8b501b89e3d4558f .month {
  color: #222222;
}

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

.blog-list_2cd8f4cfb985662e .date-box_8b501b89e3d4558f .month {
  font-size: 14px;
}

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

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

.de_light_7dcddd0acc9a5a29 .blog-list_2cd8f4cfb985662e .date-box_8b501b89e3d4558f .month {
  border-bottom-color: #ddd;
}

.de_light_7dcddd0acc9a5a29 .text-light_d09c2181b74a1734 .blog-list_2cd8f4cfb985662e .date-box_8b501b89e3d4558f .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_69394784ce63dbe5 .d-image_c01e88ab911e3245 img {
  width: 100%;
}

.de-bloglist-type-1_69394784ce63dbe5 .d-content_5d9222c619e3fa81 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_69394784ce63dbe5 .d-date_041080758152b2fc: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_bcd6fd84f96e5550 {
  margin-bottom: 40px;
}

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

.de-post-type-1_bcd6fd84f96e5550 .d-image_c01e88ab911e3245 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_bcd6fd84f96e5550 .d-meta_6aac78040bdfc7cd span.d-by_a64a519d2e755070:before {
  content: "\f007";
}

.de-post-type-1_bcd6fd84f96e5550 .d-meta_6aac78040bdfc7cd span.d-date_041080758152b2fc:before {
  content: "\f073";
}

.de-post-type-1_bcd6fd84f96e5550 .d-meta_6aac78040bdfc7cd span.d-tags_4cbf4eebb6a06b6d:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_55be367ea32ef4db .d-date_041080758152b2fc .d-month_3a19e411d62dc227{
  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_55be367ea32ef4db .d-date_041080758152b2fc .d-day_31fb7cff0aa09445{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_55be367ea32ef4db .d-image_c01e88ab911e3245{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_7f844f120427cf4b {}

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

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

.comment-info_8894b1931c0d7532 span {}

.comment-info_8894b1931c0d7532 .c_name_cecf8904b768e292 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_37298415917dc951 .comment-info_8894b1931c0d7532 .c_name_cecf8904b768e292 {
  color: #ffffff;
}

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

.dark-scheme_37298415917dc951 .comment-info_8894b1931c0d7532 .c_reply_5dc9a548f274cd64 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_8894b1931c0d7532 .c_date_8079a19a28eb2377 {
  font-size: 12px;
}

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

.blog-list_2cd8f4cfb985662e .post-wrapper_bb41b19103ed50c4 {}

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

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

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

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

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

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

.post-content_c988be2ada26506a {
  position: relative;
}

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

.post-text_0f643dac17dae24a .d-date_041080758152b2fc{
  font-size: 14px;
}

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

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

.dark-scheme_37298415917dc951 .post-text_0f643dac17dae24a h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_28fb9ec89298d00e,
.p-title_fd010e8ce3d21108 {
  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_28fb9ec89298d00e,
.p-title_fd010e8ce3d21108.invert {
  background: var(--secondary-color);
}

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

.post-text_0f643dac17dae24a .p-date_4cc2bba77df61e51 {
  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_28128d7498c70f13 img {
  margin-bottom: 20px;
}

.blog-read_28128d7498c70f13 .post-text_0f643dac17dae24a {
  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_bfde400a48fff74a {
  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_bfde400a48fff74a a {
  color: #888;
}

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

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

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

.post-image_4fdd1bfa018be72e .d-tagline_1a421c04d48826e8 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_63d809bf0c294ffd {
  margin-bottom: 60px;
}

.blog-item_63d809bf0c294ffd img.preview_58d64bbc6748734b {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_4fdd1bfa018be72e {
  position: relative;
}

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

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

.post-image_4fdd1bfa018be72e .post-date_0309acb10628a1f2,
.post-image_4fdd1bfa018be72e .post-author_f4215de22aa585b8 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_8805d9665504d91d {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_92ecef298fe5579c{
  float: left;
}


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

.radio-opt_92ecef298fe5579c 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_92ecef298fe5579c 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_12e03079a34b4ccc .radio-img_c1eba7d16bc63229 input[type="radio"] + label, 
#contact_form.s2_12e03079a34b4ccc .radio-img_c1eba7d16bc63229 input[type="checkbox"] + label,
#contact_form .radio-img_c1eba7d16bc63229 input[type="radio"] + label img, 
#contact_form .radio-img_c1eba7d16bc63229 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_2f3ec92165f72c24 .form-underline_8d10ecd673e69f43{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_d69e2bb774b82943 {
  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_1875be6c94a175e4 {
  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_1875be6c94a175e4.sm-left_9ed7864023793144 {
  margin-left: 0;
}

.rtl .small-border_1875be6c94a175e4.sm-left_9ed7864023793144 {
  margin-right: 0;
}

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

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

.small-border_1875be6c94a175e4.white_6328a98c9f715aa1 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_891c536dca66b7c3 a {
  text-decoration: none;
}

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

.de_light_7dcddd0acc9a5a29 .crumb_891c536dca66b7c3 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_7dcddd0acc9a5a29 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_bc25f438292d2f4f.btn-id_a94e4fbfc551d028 {
  color: #222;
}

a.btn-dark_d5e6ee33cf159cc4.btn-id_a94e4fbfc551d028 {
  color: #fff;
}

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

.btn-fx_9e2678e89aac5486.btn-main_d7c0dff6e011a59d {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_d7c0dff6e011a59d.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_d7c0dff6e011a59d.btn-dark-trans_f034cc0e5e2194d8{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_d7c0dff6e011a59d.big_7dcb4aada1077f44{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_d09c2181b74a1734 .btn-line_1e332e56bdad1da9{
  color:#ffffff;
}


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

header:not(.header-light_cbbf55cebda4a5b3) a.btn-line_1e332e56bdad1da9,
.dark-scheme_37298415917dc951 a.btn-line_1e332e56bdad1da9,
.dark-schem_ab348ef07b47f1f0 a.btn-line_1e332e56bdad1da9:hover {
  color: #ffffff;
}

a.btn-main_d7c0dff6e011a59d.btn-white_28a878f37953c1db {
  background: #ffffff;
}

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

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

a.btn-border_88fe297a0956215a.light_95883da5e5049f1c {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_88fe297a0956215a.light_95883da5e5049f1c:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_d09c2181b74a1734 .btn-plus_92e775be53296cc7{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_d09c2181b74a1734 .btn-plus_92e775be53296cc7:hover{
  color: #ffffff;;
}

a.btn-main_d7c0dff6e011a59d.btn-with-arrow_edd3c87d4804f49d{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_d09c2181b74a1734 .play-button_9732dba1cd07e12f.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_5cd6524e5854d905 p.d-small_c5bd6e988371cbbe {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_5cd6524e5854d905.big_7dcb4aada1077f44 h3 {
  font-size: 120px;
}

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

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

.de_count_5cd6524e5854d905.small_2c8a06e2733a700f h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_37298415917dc951 .field-set_2e53382a7658fe3e label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_7a136820e83df9fe,
.h2_d6b26cca5988428d,
.h3_cc2e124129b71304,
.h4_5abf24b5b5268943,
.h5_4e6eae6a55a57828,
.h6_bcaa6d428f5c0597,
footer.footer-light_eb26cc1ed394dc2d h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_37298415917dc951 h1,
.dark-scheme_37298415917dc951 h2,
.dark-scheme_37298415917dc951 h4,
.dark-scheme_37298415917dc951 h3,
.dark-scheme_37298415917dc951 h5,
.dark-scheme_37298415917dc951 h6,
.dark-scheme_37298415917dc951 .h1_big_71a9ef96e83880e3,
.dark-scheme_37298415917dc951 .h1_7a136820e83df9fe,
.dark-scheme_37298415917dc951 .h2_d6b26cca5988428d,
.dark-scheme_37298415917dc951 .h3_cc2e124129b71304,
.dark-scheme_37298415917dc951 .h4_5abf24b5b5268943,
.dark-scheme_37298415917dc951 .h5_4e6eae6a55a57828,
.dark-scheme_37298415917dc951 .h6_bcaa6d428f5c0597 {
  color: #ffffff;
}

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


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


h1,
.h1_7a136820e83df9fe {
  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_bafd7b4cbc0ad273: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_7dcddd0acc9a5a29 .text-light_d09c2181b74a1734 h2 {
  color: #fff;
}

.text-light_d09c2181b74a1734 h2.deco_2da41b5d19df8855 span:before,
.text-light_d09c2181b74a1734 h2.deco_2da41b5d19df8855 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_a8323f8c69f04344 {
  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_a8323f8c69f04344 .s1_be0fcb842c94af4a{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_337530ec69772722 {
  color: #223044;
}

.text-white_1bcda306a25a85e5,
.de_light_7dcddd0acc9a5a29 .text-white_1bcda306a25a85e5 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_9d31b30592777cf8.fs-16_ae38ea2063069ca6 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_ee148fb5b9d676a8.active .page-link_8b58eb3c4af98c84{
  border-color:var(--primary-color);
}

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

.spinner_364b8889225d5c44>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_364b8889225d5c44 .bounce1_3c846c938d938408 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_364b8889225d5c44 .bounce2_eb7978f2c9690146 {
  -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_37298415917dc951 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_e97905a1e6caec39.s2_12e03079a34b4ccc i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_e97905a1e6caec39 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_e97905a1e6caec39.big_7dcb4aada1077f44 i {
  margin: 0 15px 0 15px;
}

.social-icons_e97905a1e6caec39.big_7dcb4aada1077f44 i:hover {
  background: none;
}

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

.social-icons_e97905a1e6caec39.s1_be0fcb842c94af4a:hover i {
  background: none;
}

.social-icons_e97905a1e6caec39.s1_be0fcb842c94af4a {
  line-height: 0.5;
  text-align: center;
}

.social-icons_e97905a1e6caec39.s1_be0fcb842c94af4a .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_1e8e271dab425875 {
  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_37298415917dc951 .accordion-section-title,
.text-light_d09c2181b74a1734 .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_d09c2181b74a1734 .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_898c21f9987c9fe1.s2_12e03079a34b4ccc .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_37298415917dc951 .expand-custom_30f57a6c3156d0fe {
  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_20472c7b7b82c0ad .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_37298415917dc951 .de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_bdef6cbd2d0e4049.style-2_1dbc99cb9f136001 .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_bdef6cbd2d0e4049.style-2_1dbc99cb9f136001.light_95883da5e5049f1c .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_bdef6cbd2d0e4049.style-2_1dbc99cb9f136001 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_bdef6cbd2d0e4049.style-2_1dbc99cb9f136001 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_7dcddd0acc9a5a29 .de_tab.tab_style_2_521e75d14406aaba .de_nav {}

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

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

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

.text-light_d09c2181b74a1734 .de_tab.tab_style_2_521e75d14406aaba .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_7dcddd0acc9a5a29 .de_tab.tab_style_3_1413770fd8f24385 .de_nav li span:hover {
  background: #ddd;
}

.de_light_7dcddd0acc9a5a29 .de_tab.tab_style_3_1413770fd8f24385 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_d09c2181b74a1734 .de_tab.tab_style_3_1413770fd8f24385 .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_1b1de9c54ce51cec .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_d09c2181b74a1734 .de_tab.tab_style_4_1b1de9c54ce51cec .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_d09c2181b74a1734 .de_tab.tab_style_4_1b1de9c54ce51cec .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_6a305cdb206d226e.nav_4_b5ae8332ced50105 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_6a305cdb206d226e.nav_4_b5ae8332ced50105 .dot_757d1094595380ce {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_6a305cdb206d226e.nav_4_b5ae8332ced50105 li:last-child .dot_757d1094595380ce:before,
.de_tab.timeline_6a305cdb206d226e.nav_4_b5ae8332ced50105 li:last-child .dot_757d1094595380ce:after {
  border-bottom: none;
}

.de_tab.timeline_6a305cdb206d226e li .num_19ddbe2451709414 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_f8a92b94c1150b0f,
a.btn-right_b48a80c1911deec3 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_5370c588ed6838b6 {
  padding-top: 20px;
}

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

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

.de_testi_abd9a2c7e3091980.no-bg_eec63f796537ca08 blockquote {
  background: none;
}

.de_testi_abd9a2c7e3091980 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_abd9a2c7e3091980.type-2_b040305b3415eb4c.review_de8e51850620aa5f blockquote {
  padding: 50px;
}

.de_testi_abd9a2c7e3091980.type-2_b040305b3415eb4c.review_de8e51850620aa5f blockquote:before {
  display: none;
}

.de_testi_abd9a2c7e3091980.type-2_b040305b3415eb4c.review_de8e51850620aa5f p {
  padding-top: 0;
}

.de_testi_abd9a2c7e3091980.type-2_b040305b3415eb4c.review_de8e51850620aa5f h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_d09c2181b74a1734 .de_testi_abd9a2c7e3091980.type-2_b040305b3415eb4c blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_abd9a2c7e3091980.type-2_b040305b3415eb4c .de_testi_by_aaef4af8d4aa44af {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_abd9a2c7e3091980.opt-3_942fb1d1434d5abe blockquote p {
  font-size: 14px;
}

.de_testi_abd9a2c7e3091980.opt-3_942fb1d1434d5abe blockquote:before {
  color: #fff;
}

.de_testi_abd9a2c7e3091980.opt-3_942fb1d1434d5abe .de_testi_by_aaef4af8d4aa44af {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_a3c266ab83e0bd8a .site-center-line_5d104ae3518c5c1a {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___dd8ae288ab9bdf4f {
  display: inline-block;
}
.de-timeline-article_a3c266ab83e0bd8a.odd .site-center-line_5d104ae3518c5c1a {
  background: var(--primary-color);
}
.de-timeline-article_a3c266ab83e0bd8a.even .site-center-line_5d104ae3518c5c1a {
  background: var(--secondary-color);
}
.de-timeline-article_a3c266ab83e0bd8a {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_a3c266ab83e0bd8a .content-left-container_4f014dbd6686816e,
.de-timeline-article_a3c266ab83e0bd8a .content-right-container_4f44cee90d5e44b3 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_a3c266ab83e0bd8a .content-left_32e014641c3e4925,
.de-timeline-article_a3c266ab83e0bd8a .content-right_d5dd897a9e7efa1f {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_9ea4f5aaef80951a {
  margin-top: 0;
}
.de-timeline-article_a3c266ab83e0bd8a p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_a3c266ab83e0bd8a .content-left-container_4f014dbd6686816e {
  float: left;
}
h4.de-timeline-year_5ddc2df226c53bdc {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_a3c266ab83e0bd8a.even h4.de-timeline-year_5ddc2df226c53bdc{
  color:var(--heading-font-color);
}
.de-timeline-article_a3c266ab83e0bd8a.odd .year___dd8ae288ab9bdf4f {
  float: left;
}
.de-timeline-article_a3c266ab83e0bd8a.odd h4.de-timeline-year_5ddc2df226c53bdc {
  background: var(--primary-color);
}
.de-timeline-article_a3c266ab83e0bd8a.even .year___dd8ae288ab9bdf4f {
  float: right;
}
.de-timeline-article_a3c266ab83e0bd8a.even h4.de-timeline-year_5ddc2df226c53bdc {
  background: var(--secondary-color);
}
.de-timeline-article_a3c266ab83e0bd8a .d-line_e577c0b3b5a3b894 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_a3c266ab83e0bd8a.odd .d-line_e577c0b3b5a3b894 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_a3c266ab83e0bd8a.even .d-line_e577c0b3b5a3b894 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_a3c266ab83e0bd8a .owl-carousel_154c3353dcd987b9 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_a3c266ab83e0bd8a .content-right-container_4f44cee90d5e44b3 {
  float: right;
}
.de-timeline-article_a3c266ab83e0bd8a .meta-dot_558601e07ce5f4ca {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_a3c266ab83e0bd8a.odd .meta-dot_558601e07ce5f4ca {
  background: var(--primary-color);
}
.de-timeline-article_a3c266ab83e0bd8a.even .meta-dot_558601e07ce5f4ca {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_a3c266ab83e0bd8a .site-center-line_5d104ae3518c5c1a {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_a3c266ab83e0bd8a .meta-dot_558601e07ce5f4ca {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_a3c266ab83e0bd8a .content-left-container_4f014dbd6686816e,
  .de-timeline-article_a3c266ab83e0bd8a .content-right-container_4f44cee90d5e44b3 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_a3c266ab83e0bd8a .content-left-container_4f014dbd6686816e {
    margin-bottom: 20px;
  }
  .de-timeline-article_a3c266ab83e0bd8a .content-left_32e014641c3e4925,
  .de-timeline-article_a3c266ab83e0bd8a .content-right_d5dd897a9e7efa1f {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_a3c266ab83e0bd8a .content-left_32e014641c3e4925:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_a3c266ab83e0bd8a .content-right_d5dd897a9e7efa1f:before {
    display: none;
  }  
  h4.de-timeline-year_5ddc2df226c53bdc {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_a3c266ab83e0bd8a.odd .d-line_e577c0b3b5a3b894 {
    left: 30px;
  }
  .de-timeline-article_a3c266ab83e0bd8a.even .d-line_e577c0b3b5a3b894 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_a3c266ab83e0bd8a.odd .content-left-container_4f014dbd6686816e{
    padding-top: 20px;
  }
  .de-timeline-article_a3c266ab83e0bd8a.even .content-left-container_4f014dbd6686816e{
    padding-top: 50px;
  }
  .de-timeline-article_a3c266ab83e0bd8a.odd .content-left-container_4f014dbd6686816e .owl-carousel_154c3353dcd987b9{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_a3c266ab83e0bd8a.even .content-right-container_4f44cee90d5e44b3 .owl-carousel_154c3353dcd987b9{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_5da461ad3afe5c61 {
  position: relative;
}

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

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

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

.timeline-blank_42cb3162c047d962 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_42cb3162c047d962 {
    display: none;
  }

  .timeline-text_b349ace681ae3150 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_2c1991113d76c804 {
  overflow: hidden;
}

.border1_8287a26a3c755306 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_1e332e56bdad1da9:after,
.de_count_5cd6524e5854d905,
.social-icons_e97905a1e6caec39 a i,
.de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav li span,
.de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_ace1e62a801fcb8b .title,
.carousel-item:hover .pf_text_ace1e62a801fcb8b .title,
.carousel-item .pf_text_ace1e62a801fcb8b .title .type,
.carousel-item:hover .pf_text_ace1e62a801fcb8b .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_7b10ae96bbb8d0e1 i,
.social-icons-sm_7b10ae96bbb8d0e1 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_6f3c6bd7abc8b564,
.btn-main_d7c0dff6e011a59d,
.de_tab.tab_style_4_1b1de9c54ce51cec .de_nav li,
.form-subscribe_96df36cea47e0d5e input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_d69e2bb774b82943,
.de_tab.tab_methods_bdef6cbd2d0e4049.style-2_1dbc99cb9f136001 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_be62b1c7629a5d1c *,
.mask_be62b1c7629a5d1c .cover,
.mask_be62b1c7629a5d1c:hover .cover,
.mask_be62b1c7629a5d1c img,
.mask_be62b1c7629a5d1c:hover img,
.accordion_898c21f9987c9fe1 .content,
a.btn-border_88fe297a0956215a,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_a65b1318736ab9a1 img,
a.a-underline_877689a1cda27f89 *,
.dropdown *,
.form-border_a2db84d5051a1e36 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_f67169ad44a2a45b *,
.d_demo_img *,
.carousel-control-next-icon_ee193d34ee1bf869,
.carousel-control-prev-icon_b4b749ddb73bf083,
.grayscale_e5d811d580687a3d,
.hover-color_785711d077ab26b1,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_92e775be53296cc7,
.btn-plus_92e775be53296cc7 *,
.btn-with-arrow_edd3c87d4804f49d:after,
.btn-with-arrow_edd3c87d4804f49d: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_9e2678e89aac5486:after,
a.btn-fx_9e2678e89aac5486:hover:after,
a.btn-fx_9e2678e89aac5486:before,
a.btn-fx_9e2678e89aac5486:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_e0ca93e1393fa3ab li .post-date_0309acb10628a1f2,
.items_filter_e4d8c2ab0c0478c8 *,
.owl-prev_9b6735343340bf31,
.owl-next_4d78edaa06968a5f {
  -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_d9d8223c8c202d79 {
  -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_c4e43617c65aa26f {
  -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_4a00b07db3178b69 {
  -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_c6fb4875753fa7ac {
  -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_b7309a09cc23b98e {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_1f3c8e7f1611daa1 {
  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_37298415917dc951 .modal-header_86e9d7702a9444ec,
.nav-tabs_b47764c52cb45dc4 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_37298415917dc951 .modal-content_3a65dfb2eeca6caf {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_54dfd3f7f5aa7f29 .tab-content_440576d414d6a5d7 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_9626f51faeb6a905.big_7dcb4aada1077f44{
  font-size: 32px !important;
}

.dark-scheme_37298415917dc951 p.lead_9626f51faeb6a905 {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_fce98c9b46de45b1 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_fec0a84c4178219d,
.panel-collapse_7c325e6e8dfdc01d,
.panel-collapse_7c325e6e8dfdc01d,
.panel-group_fce98c9b46de45b1 .panel_ce0d25175ac2511a {
  border: none;
  border-radius: 0;
}

.panel-heading_edf58089a2f73d1f {
  background: #222;
}

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

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

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

blockquote.s1_be0fcb842c94af4a {
  padding: 0px;
}

blockquote.s1_be0fcb842c94af4a: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_934c403c0a4ec916::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_934c403c0a4ec916::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_d09c2181b74a1734 .collapsible-link_934c403c0a4ec916:before,
.text-light_d09c2181b74a1734 .collapsible-link_934c403c0a4ec916:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_eedb58b787b64214 {
  display: block
}

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

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

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

.collapsible-link_934c403c0a4ec916.text-white_1bcda306a25a85e5 {
  color: #ffffff;
}

.collapsible-link_934c403c0a4ec916.text-white_1bcda306a25a85e5::after,
.collapsible-link_934c403c0a4ec916.text-white_1bcda306a25a85e5::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_04844f3519943f10{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_7dcddd0acc9a5a29 .widget_category_92694c2f84c955f9 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_92694c2f84c955f9 li a {
  color: #606060;
}

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

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

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


.dark-scheme_37298415917dc951 .widget-post_e0ca93e1393fa3ab li a {
  color: #ffffff;
}

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

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

.widget-post_e0ca93e1393fa3ab .date_7441bcde2819bb04 {
  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_e0ca93e1393fa3ab .date_7441bcde2819bb04 {
  float: right;
}

.widget_04844f3519943f10 .comments_a601f66a6ce16700 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_04844f3519943f10 .tiny-border_f6ad5d495c281195 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_eb26cc1ed394dc2d .widget_04844f3519943f10 .tiny-border_f6ad5d495c281195 {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_7dcddd0acc9a5a29 .widget_tags_d1e19eb4f53f55e1 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_04844f3519943f10.widget_tags_d1e19eb4f53f55e1 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_f6ad5d495c281195 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_37298415917dc951 #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_0d383027f7096688 {
  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_54d1e47b3990d9cc {
  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_12e03079a34b4ccc .d-item-txt_54d1e47b3990d9cc{
  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_54d1e47b3990d9cc img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_b62a4ab03f1d073a {
  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_12e03079a34b4ccc .d-item-block_b62a4ab03f1d073a{
  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_b62a4ab03f1d073a{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_26a02a3540200733 .d-number_a43528001507415c {
  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_d09c2181b74a1734 .de-step-s1_26a02a3540200733 .d-number_a43528001507415c{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_154c3353dcd987b9.no-hide_6760d1ec7f728e92 .owl-stage-outer_47885797f556b819{
  overflow: visible; !important;
}

.grayscale_e5d811d580687a3d{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_b5b4b63485dbfc8f{ background:#ffffff; }
.bg-black_8b9502e67845a459{ background:#000000; }

/* width (percent) */
.w-10_f95b86193e366707{width: 10%;}
.w-20_0c4419e1fbbb60b3{width: 20%;}
.w-30_2a88eed6ed6ee4d5{width: 30%;}
.w-40_593b71ee9efb42fb{width: 40%;}
.w-50_48c331479d9f1530{width: 50%;}
.w-60_42bec7a6c91af01c{width: 60%;}
.w-70_92b56f8ce4c8ea27{width: 70%;}
.w-80_bfd8423f73908929{width: 80%;}
.w-90_254598d350d59fcd{width: 90%;}
.w-100_f65645b2e8f4c035{width: 100%;}

/* width (px) */
.w-10px_6e91019b0ea2cf2c{width: 10px;}
.w-20px_dd5a2de8adfef88d{width: 20px;}
.w-24px_cbbcdabf76d0af13{width: 24px;}
.w-40px_43a747bdf44ab8f2{width: 40px;}
.w-50px_ace29db8f8d12ebb{width: 50px;}
.w-60px_f6c433026fb95988{width: 60px;}
.w-70px_312a9ac3492ced4b{width: 70px;}
.w-80px_ff73d38d2ce21bc4{width: 80px;}
.w-90px_afaf9a6e3879beee{width: 90px;}
.w-100px_122b48ffe8132be0{width: 100px;}
.w-110px_39942e689950407f{width: 110px;}
.w-120px_079c63b0e530625c{width: 120px;}
.w-130px_c5368f95455a0cef{width: 130px;}
.w-140px_785bf84da45d54ce{width: 140px;}
.w-150px_4fb19b2762cd7972{width: 150px;}
.w-200px_272b7275f80f1bf6{width: 200px;}
.w-250px_b738551b90839547{width: 250px;}
.w-300px_fa4a25678a2b4428{width: 300px;}

/* height (percent) */
.h-10_948ea6bb5a0911b6{height: 10%;}
.h-20_8ef21277959e19e9{height: 20%;}
.h-30_3247975aa2190f52{height: 30%;}
.h-40_f0581a715a269cde{height: 40%;}
.h-50_b26353d869d8c73e{height: 50%;}
.h-60_13a0f169b9ae859b{height: 60%;}
.h-70_5ecf6823a314f8f2{height: 70%;}
.h-80_8a05cb00a4be1d4a{height: 80%;}
.h-90_772a3148a6264bf6{height: 90%;}
.h-100_af17813a029204fc{height: 100%;}

/* height (px) */
.h-10px_686290879fda4235{height: 10px;}
.h-20px_ad5c4e109d45aa6c{height: 20px;}
.h-24px_731ac8302bf1e1b7{height: 24px;}
.h-40px_fd6483ae438d6478{height: 40px;}
.h-50px_d5eeee91c6b4222a{height: 50px;}
.h-60px_49cc8d44f7b63d13{height: 60px;}
.h-70px_963b12b90846ef2d{height: 70px;}
.h-80px_67d48ea787b6a73a{height: 80px;}
.h-90px_17d2c8a02035f566{height: 90px;}
.h-100px_57048d0355787c24{height: 100px;}
.h-110px_56ba1b8b1dfa4a4b{height: 110px;}
.h-120px_b1cea664111b16d8{height: 120px;}
.h-130px_47b7026e7ff4ba38{height: 130px;}
.h-140px_38513856f84f8abc{height: 140px;}
.h-150px_5345327d7a1facb4{height: 150px;}
.h-200px_e2502dfb55d44168{height: 200px;}
.h-250px_4b1c5f62180c7880{height: 250px;}
.h-300px_9dee4fa6efe13f8e{height: 300px;}

/* top (percent) */
.top-10_f26b66bf84141c07{top: 10%;}
.top-20_449c81f5ec107938{top: 20%;}
.top-30_711f700a9c5984ca{top: 30%;}
.top-40_69e4fce9706b1b56{top: 40%;}
.top-50_8f2fe70f29216e35{top: 50%;}
.top-60_2dafa836adcdd65e{top: 60%;}
.top-70_9851bb98243da514{top: 70%;}
.top-80_f3b212e179c5a908{top: 80%;}
.top-90_9c943911923cc33d{top: 90%;}
.top-100_749ad3d0ccbd1888{top: 100%;}

/* top (px) */
.top-10px_7ea1a737c4e911c8{top: 10px;}
.top-20px_1d670ac7095d0151{top: 20px;}
.top-30px_601c71f4918da4ec{top: 30px;}
.top-40px_6fc95654eb18d3cc{top: 40px;}
.top-50px_3a4fb2c7d6690201{top: 50px;}
.top-60px_3d73d5f485198514{top: 60px;}
.top-70px_a8f1966728a8662f{top: 70px;}
.top-80px_6ea99ef233974d83{top: 80px;}
.top-90px_ab9667d28ac8ade8{top: 90px;}
.top-100px_443b7c9b4681732c{top: 100px;}

/* bottom (percent) */
.bottom-10_8c3898f25cec7e78{bottom: 10%;}
.bottom-20_b19a424569110a65{bottom: 20%;}
.bottom-30_fbcc456ef120598b{bottom: 30%;}
.bottom-40_ae776f6f10313761{bottom: 40%;}
.bottom-50_70d056477d28d73a{bottom: 50%;}
.bottom-60_c05b679a213faa9a{bottom: 60%;}
.bottom-70_5430af39714fe650{bottom: 70%;}
.bottom-80_b1fea06e6ded1259{bottom: 80%;}
.bottom-90_cae4efc042f77cab{bottom: 90%;}
.bottom-100_da9b4c264dbcc860{bottom: 100%;}

/* bottom (px) */
.bottom-10px_fb8abaab93537869{bottom: 10px;}
.bottom-20px_fad784af0c6f0efd{bottom: 20px;}
.bottom-30px_2fb2c9d1dbfed0cc{bottom: 30px;}
.bottom-40px_f91b8eff2c94d823{bottom: 40px;}
.bottom-50px_bed230a7776a6532{bottom: 50px;}
.bottom-60px_c1ffdfe2b884722a{bottom: 60px;}
.bottom-70px_0d1fd4ce6e62102b{bottom: 70px;}
.bottom-80px_b2f4376cd477c4dd{bottom: 80px;}
.bottom-90px_0592b641b52d81e9{bottom: 90px;}
.bottom-100px_d6f0120a013d967f{bottom: 100px;}

/* top negative (px) */
.top-min-10_4cffb1e218055250{top:-10px;}
.top-min-20_2ae9c71e327ff90e{top:-20px;}
.top-min-30_e92f02c72e061f5a{top:-30px;}
.top-min-40_ef0925419f66801c{top:-40px;}
.top-min-50_2ff7400dac624a32{top:-50px;}
.top-min-60_5b73d0e9b63bbbf7{top:-60px;}
.top-min-70_8f3066ab09e141aa{top:-70px;}
.top-min-80_4cf1d6625497ef9c{top:-80px;}
.top-min-90_22484b5814f4e0c8{top:-90px;}
.top-min-100_abf2f3461f72f577{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_28342c4b32527926{bottom:-10px;}
.bottom-min-20_357b12256a4030fe{bottom:-20px;}
.bottom-min-30_d7548a44974c917b{bottom:-30px;}
.bottom-min-40_060e5267466cabe6{bottom:-40px;}
.bottom-min-50_fef0118752b4fce0{bottom:-50px;}
.bottom-min-60_a6631af8fa5da5ed{bottom:-60px;}
.bottom-min-70_b8ffe52d342cb815{bottom:-70px;}
.bottom-min-80_02c8cdbedc0d15bf{bottom:-80px;}
.bottom-min-90_373a57bae5c035ad{bottom:-90px;}
.bottom-min-100_91771909a5e7421e{bottom:-100px;}

/* left pos (percent) */
.start-10_c5286b0a9cab7256{left: 10%;}
.start-20_1dd29beadc48490f{left: 20%;}
.start-30_d5e33c64b14207ad{left: 30%;}
.start-40_44f559c86b0d55aa{left: 40%;}
.start-50_707b4e33b4c9b320{left: 50%;}
.start-60_27766af0050f2e66{left: 60%;}
.start-70_479db0913fb403f2{left: 70%;}
.start-80_598f239f4c53fcf9{left: 80%;}
.start-90_88b19681a8a08bb1{left: 90%;}
.start-100_5eb895652d329a7f{left: 100%;}

/* left pos (px) */
.start-10px_8167e8ad34a40190{left: 10px;}
.start-20px_12f5496f4cd6c043{left: 20px;}
.start-30px_8001d0e2a33cee88{left: 30px;}
.start-40px_a2e6afd2457c455d{left: 40px;}
.start-50px_8550eba7f9719e9f{left: 50px;}
.start-60px_c76175a91f74e6c1{left: 60px;}
.start-70px_d81ac1c289128c7f{left: 70px;}
.start-80px_ccbce1a5c4f0e4bd{left: 80px;}
.start-90px_0febfccdd0721463{left: 90px;}
.start-100px_e80ad1b5a545d453{left: 100px;}

/* right  pos (percent) */
.end-10_24533ce59ff8b3ab{right: 10%;}
.end-20_26660e145a5ab826{right: 20%;}
.end-30_9f89a416918b3a4d{right: 30%;}
.end-40_ac90c4cc4b287d1f{right: 40%;}
.end-50_08efa4d3e78b5770{right: 50%;}
.end-60_3b49e4660db9f72f{right: 60%;}
.end-70_758f4472852d0b2d{right: 70%;}
.end-80_ed942fb3347f4737{right: 80%;}
.end-90_a34a4ca9010fa81f{right: 90%;}
.end-100_d8e0a611dd1108e8{right: 100%;}

/* right  pos (px) */
.end-10px_c75929121848bbcf{right: 10px;}
.end-20px_1fa844463d650b62{right: 20px;}
.end-30px_2d09b60aa31dd359{right: 30px;}
.end-40px_1efbc21487a7f5cc{right: 40px;}
.end-50px_47f835b1b75848bc{right: 50px;}
.end-60px_f2469a5a0ff22b66{right: 60px;}
.end-70px_4747f6fe4be64271{right: 70px;}
.end-80px_118838b9eee20687{right: 80px;}
.end-90px_1fc92f818a7952af{right: 90px;}
.end-100px_51e379c91359bafc{right: 100px;}

/* margin-left (percent) */
.ms-10_7d19f3fa70653d09{margin-left: 10%;}
.ms-20_7ffc434ba2000fbc{margin-left: 20%;}
.ms-30_93fa1284f9d3bf60{margin-left: 30%;}
.ms-40_96962609e1e4f710{margin-left: 40%;}
.ms-50_8b112b1340b3c6a2{margin-left: 50%;}
.ms-60_b869b3d3fb6be912{margin-left: 60%;}
.ms-70_0ecc78e8d7e45a81{margin-left: 70%;}
.ms-80_fcb47da0178c9853{margin-left: 80%;}
.ms-90_417310a1cf1db313{margin-left: 90%;}
.ms-100_f46674d008e5a381{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_cf79ead97ef3fb6b{margin-left: 10px;}
.ms-20px_63909bd847f845b2{margin-left: 20px;}
.ms-30px_67d318ed7203297c{margin-left: 30px;}
.ms-40px_93649ac78c1a628e{margin-left: 40px;}
.ms-50px_a59d9052a941a9af{margin-left: 50px;}
.ms-60px_7d838f6a61c37724{margin-left: 60px;}
.ms-70px_3cb3854c3df8344a{margin-left: 70px;}
.ms-80px_0ff266d4b2ea77f6{margin-left: 80px;}
.ms-90px_c392e2a2c7aefd87{margin-left: 90px;}
.ms-100px_a0aef331e1d89c51{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_bf9250c147a2f791{margin-top:-10px;}
.mt-min-20_2dfa612709b789d5{margin-top:-20px;}
.mt-min-30_8fdcf8261fbf75e0{margin-top:-30px;}
.mt-min-40_9e050f07a15c5c5b{margin-top:-40px;}
.mt-min-50_039bb60812e2da25{margin-top:-50px;}
.mt-min-60_290ed4272cdcc2f2{margin-top:-60px;}
.mt-min-70_fb91215143928a54{margin-top:-70px;}
.mt-min-80_064a083ffe4ad9c4{margin-top:-80px;}
.mt-min-90_c5d3d0429c904482{margin-top:-90px;}
.mt-min-100_4d22cd3dd0258062{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_db760580eba8a8e7{margin-bottom:-10px;}
.mb-min-20_e6fb65528fc6afb6{margin-bottom:-20px;}
.mb-min-30_878d7b5988b6ee33{margin-bottom:-30px;}
.mb-min-40_bbc6e31a1e6b3fbb{margin-bottom:-40px;}
.mb-min-50_ef8583d7382d492e{margin-bottom:-50px;}
.mb-min-60_a718ce196043cb83{margin-bottom:-60px;}
.mb-min-70_f6c6f134f2ed96ba{margin-bottom:-70px;}
.mb-min-80_52f3bf134e745fe8{margin-bottom:-80px;}
.mb-min-90_60a83cace3bd158a{margin-bottom:-90px;}
.mb-min-100_7da6ec75f07c904c{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_1bb097c86a0af37a{margin-left:-10px;}
.ms-min-20_51c83fd82f188430{margin-left:-20px;}
.ms-min-30_6a5da6dd3b5ba8ee{margin-left:-30px;}
.ms-min-40_48bd03f7b3fef42e{margin-left:-40px;}
.ms-min-50_17b635febf92cfc8{margin-left:-50px;}
.ms-min-60_adb10cb705c44ff7{margin-left:-60px;}
.ms-min-70_f03842768757521a{margin-left:-70px;}
.ms-min-80_91a6bed8daa74561{margin-left:-80px;}
.ms-min-90_9dffa4fce5d464e9{margin-left:-90px;}
.ms-min-100_741aee5173b422e1{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_adb9f0ce031f15c5{margin-right:-10px;}
.me-min-20_4cd739c4bb29ba01{margin-right:-20px;}
.me-min-30_d9ac25ff68518c6a{margin-right:-30px;}
.me-min-40_c4664b1a56b9eee7{margin-right:-40px;}
.me-min-50_856fc1e829a2fc8d{margin-right:-50px;}
.me-min-60_87448b16a7f71f32{margin-right:-60px;}
.me-min-70_a344019f34f46e7b{margin-right:-70px;}
.me-min-80_e4cdcbb120c48b8e{margin-right:-80px;}
.me-min-90_6eb23af508b00b90{margin-right:-90px;}
.me-min-100_e53e34bec951199e{margin-right:-100px;}

/* font-size (px) */
.fs-12_eefebf20ae877e08{font-size: 12px;}
.fs-14_e0dfa1b916e32911{font-size: 14px;}
.fs-15_b804365b8f634907{font-size: 15px;}
.fs-16_ae38ea2063069ca6{font-size: 16px;}
.fs-18_0781a671bb6fdeff{font-size: 18px;}
.fs-20_d7e3e01e7fc5b5df{font-size: 20px;}
.fs-24_fdc07b931252d14a{font-size: 24px;}
.fs-28_41e36712fe48d1b8{font-size: 28px;}
.fs-30_5dc1e46777696f0d{font-size: 30px;}
.fs-32_44b9683fe625d613{font-size: 32px;}
.fs-36_02ebe5bb3fb8f588{font-size: 36px;}
.fs-40_4e286d8a8e6dc683{font-size: 40px;}
.fs-48_215fcbdd39ee0772{font-size: 48px;}
.fs-56_d18a8d85d9e81b01{font-size: 56px;}
.fs-60_1eca3869fd5723eb{font-size: 60px;}
.fs-64_fb6f3fb45d54c5d9{font-size: 64px;}
.fs-72_549527fcfdcefa2f{font-size: 72px;}
.fs-96_e7d19157c34d34c5{font-size: 96px;}
.fs-120_db89359a4c88eec0{font-size: 120px;}
.fs-150_a888e906b112fd7a{font-size: 150px;}
.fs-200_8d4f95fc7d888e8e{font-size: 200px;}


/* font-weight */
.fw-100_8b34ecba601dfd4b{font-weight: 100;}
.fw-200_a7cd69cb689ba575{font-weight: 200;}
.fw-400_f058b38876f44e76{font-weight: 300;}
.fw-400_f058b38876f44e76{font-weight: 400;}
.fw-500_0c3e39a13ba0431c{font-weight: 500;}
.fw-600_4db2b8373d432194{font-weight: 600;}
.fw-bold_acfb263c53c825f4{font-weight: bold;}

/* margin left (px) */
.ms-10_7d19f3fa70653d09{margin-left: 10%;}
.ms-20_7ffc434ba2000fbc{margin-left: 20%;}
.ms-30_93fa1284f9d3bf60{margin-left: 30%;}
.ms-40_96962609e1e4f710{margin-left: 40%;}
.ms-50_8b112b1340b3c6a2{margin-left: 50%;}
.ms-60_b869b3d3fb6be912{margin-left: 60%;}
.ms-70_0ecc78e8d7e45a81{margin-left: 70%;}
.ms-80_fcb47da0178c9853{margin-left: 80%;}
.ms-90_417310a1cf1db313{margin-left: 90%;}
.ms-100_f46674d008e5a381{margin-left: 100%;}

/* padding (px) */
.p-10_060db898b6995527{padding: 10px;}
.p-15_c54abe817568094d{padding: 15px;}
.p-20_35e217da6f377d3f{padding: 20px;}
.p-30_a3930003a0431d18{padding: 30px;}
.p-40_2790301c9b98f0a3{padding: 40px;}
.p-50_a962566518f96863{padding: 50px;}
.p-60_10ab249bae805dd4{padding: 60px;}
.p-70_d2104c3b59e04c86{padding: 70px;}
.p-80_99de5ca238a29b66{padding: 80px;}
.p-90_700bdb9d0cbd9d02{padding: 90px;}
.p-100_96d8530df4518733{padding: 100px;}

/* padding bottom (px) */
.pb-10_d629fe210d0e8cfa{padding-bottom: 10px;}
.pb-20_b6e0086808d5dda6{padding-bottom: 20px;}
.pb-30_299ffd9ead2f255b{padding-bottom: 30px;}
.pb-40_68adf79c2ab93b2d{padding-bottom: 40px;}
.pb-50_0202fd402c230253{padding-bottom: 50px;}
.pb-60_f07197f80f30d2ed{padding-bottom: 60px;}
.pb-70_2db48b2891e6fd5b{padding-bottom: 70px;}
.pb-80_e3b5ab0e62bdce86{padding-bottom: 80px;}
.pb-90_301fc4e2fa7e9e97{padding-bottom: 90px;}
.pb-100_608208a299924b7f{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_1fc66e3c9818bdd6{padding-top: 10px;}
.pt-20_6d0a24e267c1fbe3{padding-top: 20px;}
.pt-30_2d649c49220a2eb8{padding-top: 30px;}
.pt-40_a5c45acc5bbe4f72{padding-top: 40px;}
.pt-50_ebabeb6939074f84{padding-top: 50px;}
.pt-60_d6d96fdf899f9721{padding-top: 60px;}
.pt-70_5b310ba6c842dd03{padding-top: 70px;}
.pt-80_c7460be642bc3c0b{padding-top: 80px;}
.pt-90_3218db42d2750067{padding-top: 90px;}
.pt-100_ba3fe0c08af49957{padding-top: 100px;}

/* padding left (px) */
.ps-10_70116e1acd501286{padding-left: 10px;}
.ps-20_44a380dd8bde01ed{padding-left: 20px;}
.ps-30_8b46edb9058b5955{padding-left: 30px;}
.ps-40_6f9027f58ff82d4a{padding-left: 40px;}
.ps-50_68b8fa212482753c{padding-left: 50px;}
.ps-60_cc627307cdc827f4{padding-left: 60px;}
.ps-70_0deff33eb174c452{padding-left: 70px;}
.ps-80_7403909bd291dbfe{padding-left: 80px;}
.ps-90_e853e26567352762{padding-left: 90px;}
.ps-100_4ee8607e41008c3f{padding-left: 100px;}

/* border white */
.border-white-1_755f8a2f9c60f74c{border: solid 1px white;}
.border-white-2_6b40b79b11cb373b{border: solid 2px white;}
.border-white-3_b110b40cd03d3d16{border: solid 3px white;}
.border-white-4_2775d81dfc2e6fe9{border: solid 4px white;}
.border-white-5_528e254c33fa5ad3{border: solid 5px white;}
.border-white-6_d2d74717068a30ef{border: solid 6px white;}
.dashed-1-white_b65b013fffa41a78{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_2df3a6287667a100{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_d92bb8f0d4207634{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_89a5139e7f67250a{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_45d1e8dd42583b83{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_d245cf1439c0301a{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_51a01b6b58c92d82{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_2640e1f83579be3a{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_f5f2f3f5d6c9c497{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_fe16079c39dc6f7e{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_0752481bd8bcfcd2{transform: scale(1.2);}
.hover-scale-in-3_4c0b7733d7eea415{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_4c0b7733d7eea415{transform: scale(1); opacity: 1}
.hover-op-0_6b092c03ffb56b32{ opacity:1 }
.hover:hover .hover-op-0_6b092c03ffb56b32{ opacity:0 }
.hover-op-1_b1ca4918359f43f2,.hover-op-05_5cb71c426df4ab6d{ opacity:0 }
.hover:hover .hover-op-1_b1ca4918359f43f2{ opacity:1 }
.hover:hover .hover-op-05_5cb71c426df4ab6d{ opacity:.5 }
.hover:hover .hover-scale-1-1_185c39ec2be1dba2{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_0752481bd8bcfcd2{transform: scale(1.2);}
.hover-scale-in-3_4c0b7733d7eea415{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_4c0b7733d7eea415{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_3243485def32f76f{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_39e92e9db7bd1b68{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_92bd59f82c403024{background: var(--heading-font-color)}
.hover-mh-100_c0a7c17139d8efd0{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_c0a7c17139d8efd0{max-height: 500px;}
.hover:hover .hover-top-0_a006cb76beb03a3d{top:0;}
.hover:hover .hover-pb-40_848fd825809116b1{padding-bottom: 40px;}
.hover-mt-40_f21be6d8267dea34{margin-top: 40px;}
.hover:hover .hover-mt-40_f21be6d8267dea34{margin-top: 0px;}
.hover:hover .hover-mt-0_efa21eb5cec85884{margin-top: 0;}

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

/* opacity */
.op-1_f9018894b75e1fdd{ opacity:.1; }
.op-2_98229638493fc4f9{ opacity:.2; }
.op-3_397264341e76abb7{ opacity:.3; }
.op-4_5d63737ad81913d7{ opacity:.4; }
.op-5_0d5587d975d4fed9{ opacity:.5; }
.op-6_d6f54e44a4e0532a{ opacity:.6; }
.op-7_8b6b381fe4469287{ opacity:.7; }
.op-8_43030745970e5a5c{ opacity:.8; }
.op-9_a178e50ae92e21d6{ opacity:.9; }

/* line height em */
.lh-1_468e398dfbc0b6d9{line-height: 1em;}
.lh-1-1_d0e914a54141f2ac{line-height: 1.1em;}
.lh-1-2_ca3809951345d490{line-height: 1.2em;}
.lh-1-3_2050a2cac0e2509e{line-height: 1.3em;}
.lh-1-4_52b9e8f10ce4dc12{line-height: 1.4em;}
.lh-1-5_ad73c07602cdb580{line-height: 1.5em;}
.lh-1-6_241d7ae0225f2991{line-height: 1.6em;}
.lh-1-7_74cf3f0b18dc52f1{line-height: 1.7em;}
.lh-1-8_dfb579687c9e0623{line-height: 1.8em;}

/* min height (px) */
.mh-200_9b687a531cb2bdd9{min-height:200px;}
.mh-300_cbf0d654dbc5b053{min-height:300px;}
.mh-400_fcf11dcf4ff1476f{min-height:400px;}
.mh-500_43caf18c64c45dfc{min-height:500px;}

/* background dark */
.bg-dark-20_88dfcc10c3a0b960{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_63d1c19f90c3377c{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_46316d0e0e2e4640{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_db9848226677949e{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_f411ea920b6a722c{background: rgba(0, 0, 0, .1)}
.overlay-black-2_ee4c2a0e1a1851f6{background: rgba(0, 0, 0, .2)}
.overlay-black-3_fd3bcf982d683789{background: rgba(0, 0, 0, .3)}
.overlay-black-4_167c2536c4996300{background: rgba(0, 0, 0, .4)}
.overlay-black-5_30939168223e5d4a{background: rgba(0, 0, 0, .5)}
.overlay-black-6_df10cc7d5f3e66e8{background: rgba(0, 0, 0, .6)}
.overlay-black-7_4abd232d5ffa62e8{background: rgba(0, 0, 0, .7)}
.overlay-black-8_9d682554ff00e0a6{background: rgba(0, 0, 0, .8)}
.overlay-black-9_ae6acb8433b49e78{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_d21b3ecd6c82016a{background: rgba(255, 255, 255, .1)}
.overlay-white-2_afd18a523dc7d79b{background: rgba(255, 255, 255, .2)}
.overlay-white-3_c7d25d54282faa7f{background: rgba(255, 255, 255, .3)}
.overlay-white-4_ba6cb9bcd32ca402{background: rgba(255, 255, 255, .4)}
.overlay-white-5_99132a7d3278de43{background: rgba(255, 255, 255, .5)}
.overlay-white-6_8c64b057bc7bc308{background: rgba(255, 255, 255, .6)}
.overlay-white-7_83161753f4aa4f13{background: rgba(255, 255, 255, .7)}
.overlay-white-8_a99c36d59f24649e{background: rgba(255, 255, 255, .8)}
.overlay-white-9_c2c83b37365641e2{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_ba7421ad5fe6bfbb { left: 50%; transform: translateX(-50%);}
.abs-middle_52c215604c197e96{ top: 50%;  transform: translateY(-50%);}
.abs-centered_8e6c57872755bdd8{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_b0a8b3e5f2b476d6 { position: relative; }

/* z-index */
.z-1_1830733a54023fed{ z-index:1 }
.z-2_4c3ad3f4d0a0e280{ z-index:2 }
.z-3_5f34ada6933d88e0{ z-index:3 }
.z-4_3c0da99b9f3c81da{ z-index:4 }
.z-1000_c60fd48e54d91ff0 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_cc9d4d6fe4873113 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_cc9d4d6fe4873113 .img-l1_9f9ed418ad5ed38f{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_cc9d4d6fe4873113 .img-l2_5335b23fa207b07b{
  top:20%;
  left: 0%;
}


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

.ss-wrap_cc9d4d6fe4873113 .img-r2_96de0d206af12318{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_78126c0283424bf7 .d-item .d-text_f3466c2c3566f62f h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_d1446c15a42101a2 .d-item.no-border_51f06e49bfaabad7{
  border: none;
}

.de-timeline-s2_d1446c15a42101a2 .d-item  .d-icon_c0154b963c586b0c{
  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_d1446c15a42101a2.color .d-item  .d-icon_c0154b963c586b0c{
  background: var(--secondary-color);
}

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

.de-timeline-s2_d1446c15a42101a2 .d-item .d-text_f3466c2c3566f62f{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_fff143876b7a6a65.border-left_b6d8d625d482baee.light_95883da5e5049f1c{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_e0fc79436752e89c .swiper-pagination-current_f31428c1c6c89725{
  color: var(--heading-font-color);
}

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

.slider-light_e0fc79436752e89c .swiper-button-next, .slider-light_e0fc79436752e89c .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_2d9a4bb7277e3a2c{
  color:#ffffff;
}
.sw-price_2d9a4bb7277e3a2c .d-starting_0ae92bda605ac8ad{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_2d9a4bb7277e3a2c .d-price_89cc09b43c2201b7{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_2d9a4bb7277e3a2c .d-val_aff54535ccbf00f9{
  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_2d9a4bb7277e3a2c .d-cur_6fc7ea25e0a4e9c7, .sw-price_2d9a4bb7277e3a2c .d-period_aa5cca66c0bca974{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_2d9a4bb7277e3a2c .d-cur_6fc7ea25e0a4e9c7{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_be608d8d2ab221d1 {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_be608d8d2ab221d1 {
    min-height: 320px;
  }
}
.swiper-container-wrapper_d3135b3f637423ef {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_d3135b3f637423ef {
    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_9e3fa5bd0cd72a29 h3{
  font-size: 22px
}

.sw-caption-thumb_9e3fa5bd0cd72a29 .d-tag_428659ab808e983b{
  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_a89db6244587fdd7 #mainmenu{
  margin: 0;
}

.col-start_2af6843809677eef, .col-end_ba22bf36a33f8fc6 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_ba22bf36a33f8fc6{
  justify-content: end;
}

.col-center_01a3e036b3355ce8 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_01a3e036b3355ce8 img{
  width: 160px;
}


.subtitle_484d9888fa21de68{
  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_484d9888fa21de68: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_37298415917dc951 .subtitle_484d9888fa21de68, .text-light_d09c2181b74a1734 .subtitle_484d9888fa21de68{
  color:#ffffff;
}


.dark-scheme_37298415917dc951 .subtitle_484d9888fa21de68:before, .text-light_d09c2181b74a1734 .subtitle_484d9888fa21de68:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_484d9888fa21de68.blink_32183e47fdfb35db{
  padding-left: 35px;
}

.subtitle_484d9888fa21de68.blink_32183e47fdfb35db: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_37298415917dc951::-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_86f619d182b6307d {
    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_30ceb095dbeabee3 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_37298415917dc951 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_89dc9d2255863ff2{
      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_89dc9d2255863ff2 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_a3fc12fa14ec71d4 {
  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_a3fc12fa14ec71d4 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_a3fc12fa14ec71d4 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_a3fc12fa14ec71d4 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_1b6b6ebdde0b50c5: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_749c17f4fa98d53b {
  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_154c3353dcd987b9,
.rtl .bx-wrapper_660b69e34cdd7f4d {
  direction: ltr;
}

.rtl .owl-carousel_154c3353dcd987b9 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_a89db6244587fdd7 {
  display: flex;
  justify-content: space-between;
}

.de-flex_a89db6244587fdd7>.de-flex-col_49ccf085673f13dc {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_c8bae3ba114387ef,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_c8bae3ba114387ef {
  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_11433cb85c3b03c3 {
  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_58a8a55387094883 {
  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_58a8a55387094883 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_9986e0330d0ca69f {
  border-color: #EFEFEF !important;
}

.tparrows_b048620ad64f216f {
  background: none !important;
}

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

.text-light_d09c2181b74a1734 .border_9986e0330d0ca69f {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_154c3353dcd987b9 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_a40f94b95944f868 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_a40f94b95944f868 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_a40f94b95944f868 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_891a6302fef6504a.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_891a6302fef6504a.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_891a6302fef6504a img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_1b1de9c54ce51cec .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_d09c2181b74a1734 strong {
  color: #fff;
}

.bg-white_b5b4b63485dbfc8f {
  background: #ffffff;
}

.bg-white-10_77c3cdd7387ca305 {
  background: rgba(255, 255, 255, .1);
}

.wh80_3828a4c2cf458889 {
  width: 80%;
  height: 80%;
}

.border-top_f8108d68dc6db688 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_7ac5fa8868800993 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_37298415917dc951 header.border-bottom_7ac5fa8868800993 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_bfa7cbfe76abaf59 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_bfa7cbfe76abaf59 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_915425f8c8c13328 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_902a648073196f53 {
  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_a50e4f9253ec874b:before,
.nav-next_9bffc1db75c9107a:before,
.nav-exit_3a171c3046c3723a:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_3a171c3046c3723a:before {
  width: 100%;
  display: block;
}

.nav-next_9bffc1db75c9107a:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_3a171c3046c3723a:before {
  content: '\f00d';
}

.de_light_7dcddd0acc9a5a29 .nav-exit_3a171c3046c3723a:before {
  color: #222;
}

.no-bottom_0bbc8aa8aede7036 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_f0ab07fb14d2a6fe {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_ed0324a3f8422fb4 {
  background: #f6f6f6;
}

.no-bottom_0bbc8aa8aede7036 .col-md-12_cae63ecacb1ba09d {}

.no-bottom_0bbc8aa8aede7036 {
  padding-bottom: 0 !important;
}

.no-top_2c3e99d539314f24 {
  padding-top: 0 !important;
}

.no-margin_0f55c2240074124a {
  margin: 0 !important;
}

.nopadding_29bf7617c16c3da5 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_266975d487588b08 {
  position: relative;
  overflow: hidden;
}

.image-slider_91a33c02e2f061b3 {
  cursor: move;
}

.inner-padding_efbfcd16fbe4f4e8 {
  padding: 90px;
}

.inner-padding_efbfcd16fbe4f4e8.pos-left_efbdbb10ccf4533d {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_efbfcd16fbe4f4e8.pos-left_efbdbb10ccf4533d {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_7f9834c807fb0f8a,
section.no-padding_7f9834c807fb0f8a {
  padding: 0;
}

.float-left_46a2b3e481ef400e {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_e6c47921bddd2b70 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_515e08acc8f7b201 {
  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_8963dba7a9092c87 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_8963dba7a9092c87.style-2_1dbc99cb9f136001 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_8963dba7a9092c87.style-3_fcad3355409af0f7 {
  font-size: 14px;
}

.teaser_8963dba7a9092c87.style-4_df4604adedb8a6d5 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_bd7a9fb09f286e78:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_032625e6334df881 {
  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_6c67ec6f45c239bf {
  display: flex;
}

.owl-prev_9b6735343340bf31,
.owl-next_4d78edaa06968a5f,
.d-nav-left_3e3f3730aa745960,
.d-nav-right_1e13515b6617d11a {
  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_37298415917dc951 .owl-prev_9b6735343340bf31,
.dark-scheme_37298415917dc951 .owl-next_4d78edaa06968a5f {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_9b6735343340bf31:hover,
.owl-next_4d78edaa06968a5f: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_9b6735343340bf31,
.d-nav-left_3e3f3730aa745960 {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_4d78edaa06968a5f,
.d-nav-right_1e13515b6617d11a {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_3e3f3730aa745960 i,
.d-nav-right_1e13515b6617d11a i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_4d78edaa06968a5f i,
.d-nav-left_3e3f3730aa745960 i {
  top: 12px;
  left: 16px;
}

.d-nav-right_1e13515b6617d11a i {
  top: 12px;
  right: 16px;
}

.owl-arrow_ddcd079934e5fc35 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_ddcd079934e5fc35 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_ddcd079934e5fc35 .prev {
  left: 0;
}

.owl-arrow_ddcd079934e5fc35 .next {
  right: 0;
}

.owl-arrow_ddcd079934e5fc35 .prev:before,
.owl-arrow_ddcd079934e5fc35 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_ddcd079934e5fc35 .next:before {
  content: '\f178';
}

.owl-pagination_4adf0bb2a9eaab69 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_9a1435da3131c27e .owl-controls_4458f2068405560f .owl-page_c6e34bffeae9c7c4 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_9a1435da3131c27e .owl-controls_4458f2068405560f .owl-page_c6e34bffeae9c7c4.active span {
  background: none;
}

.owl-theme_9a1435da3131c27e .owl-controls_4458f2068405560f .owl-page_c6e34bffeae9c7c4.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_9a1435da3131c27e .owl-nav_6c67ec6f45c239bf.disabled+.owl-dots_22fc56d271095b4e {
  margin-top: 0px;
}

.owl-dots_22fc56d271095b4e 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_9a1435da3131c27e .owl-dots_22fc56d271095b4e .owl-dot_51934ed1579a497b span {
  display: none;
}

/* new owl close */

.text-light_d09c2181b74a1734 .owl-theme_9a1435da3131c27e .owl-controls_4458f2068405560f .owl-page_c6e34bffeae9c7c4 span {
  background-color: #fff;
}

.text-light_d09c2181b74a1734 .owl-theme_9a1435da3131c27e .owl-controls_4458f2068405560f .owl-page_c6e34bffeae9c7c4.active span {
  background: none;
}

.text-light_d09c2181b74a1734 .owl-theme_9a1435da3131c27e .owl-controls_4458f2068405560f .owl-page_c6e34bffeae9c7c4.active span:before {
  border: solid 2px #fff;
}

.text-slider_ae7135f0b13a605d {
  color: #fff;
  display: inline-block;
}

.text-slider_ae7135f0b13a605d.med-text_e59344f512080d84 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_ae7135f0b13a605d.big-text_abc9240ca6065ba8 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_5d4bb53a85fe5b86 .text-item {
  display: inline-block;
}

.text-slider_ae7135f0b13a605d.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_ae7135f0b13a605d.big-text_abc9240ca6065ba8 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_ae7135f0b13a605d h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_1ca34e20692b145d {
  color: #ff0000;
}

.teal_75fe7d482d7b1b24 {
  color: #009999;
}

.purple_295ddbb287554cd0 {
  color: #663366;
}

.green_0ba382e497e6e927 {
  color: #009900;
}

.bg-overlay_c37c24a8b491ea34 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_06a446bc03ed5a0e {
  position: relative;
}

.overlay-bg_94686b5b358062df {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_94686b5b358062df.p60_e5474941ee10587b {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_63c7882622a1ba01 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_7969cd5f2ea1ae41 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_94686b5b358062df.t0_47fdf6c6c66796da {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_94686b5b358062df.t20_fdc745b1169f5127 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_94686b5b358062df.t30_db7be028b74e0450 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_94686b5b358062df.t40_f815c11069ec97a1 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_94686b5b358062df.t50_0afa6d22eb71c016 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_94686b5b358062df.t60_94b8e154d1d321d7 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_94686b5b358062df.t70_89f5216c81a8db26 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_94686b5b358062df.t80_e5732125436280b3 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_94686b5b358062df.t90_7d4b7ebbb5d3e73f {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_94686b5b358062df.light-5_eedb7a2fc2db3451 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_94686b5b358062df.light-6_b84f69e70ac66cc8 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_94686b5b358062df.light-7_4e05e10d6099cf6e {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_94686b5b358062df.light-8_600f70890122e512 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_94686b5b358062df.c1_36334c25efbe0e40 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_94686b5b358062df.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_94686b5b358062df.gradient-blue-aqua_a5b56c9c9ec978cd {
  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_c687debce3bc6401.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_9d103f240a43c119 {
  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_ed0324a3f8422fb4,
section.bg-grey_ed0324a3f8422fb4 {
  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_b88f5aa17f90aefa {
  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_91c2bc71c26d28ad {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_91c2bc71c26d28ad:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_e2016eab92aaafb1 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_6209f0f2597a9abb {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_6209f0f2597a9abb:hover {
  color: #707070;
}

a.read_more_6209f0f2597a9abb i {
  margin-left: 8px;
}

.text-light_d09c2181b74a1734 a.read_more_6209f0f2597a9abb {
  color: #fff;
}

.text-black_683b9f30cad1f2da {
  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_71eb4a5860442b2c {
  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_658a6d58426a1815:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_658a6d58426a1815: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_22fc56d271095b4e {
  text-align: center;
}

.owl-dot_51934ed1579a497b {
  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_37298415917dc951 .owl-dot_51934ed1579a497b,
.text-light_d09c2181b74a1734 .owl-dot_51934ed1579a497b {
  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_aaef4af8d4aa44af {
  opacity: 1;
}

.owl-stage_94b1f2d0c24b83ad {
  overflow: none;
}

.typed-strings_3761d7e085b08be1 p {
  position: absolute;
}

.typed-cursor_e3980c181ed92a62 {
  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_1dbc99cb9f136001 .date-box_8b501b89e3d4558f {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_1dbc99cb9f136001 .date-box_8b501b89e3d4558f .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_1dbc99cb9f136001 .date-box_8b501b89e3d4558f .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_86e696a7f4270632 {
  margin: 0;
  padding: 0;
}

.sitemap_86e696a7f4270632.s1_be0fcb842c94af4a li {
  list-style: none;
}

.sitemap_86e696a7f4270632.s1_be0fcb842c94af4a li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_0238104f3bbc8f8f {
  margin: 0;
  padding: 0;
}

.list_0238104f3bbc8f8f li {
  list-style: none;
}

.rtl .list_0238104f3bbc8f8f.s1_be0fcb842c94af4a li:after,
.list_0238104f3bbc8f8f.s1_be0fcb842c94af4a li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_0238104f3bbc8f8f.s1_be0fcb842c94af4a li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_0238104f3bbc8f8f.s1_be0fcb842c94af4a li:before {
  display: none;
}

.list_0238104f3bbc8f8f.s2_12e03079a34b4ccc li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_0238104f3bbc8f8f.s3_9f7a3c0eafe4a787 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_0238104f3bbc8f8f.s3_9f7a3c0eafe4a787 li {
  display: inline;
  margin-right: 20px;
}

.list_0238104f3bbc8f8f.s3_9f7a3c0eafe4a787 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_7c1012dc527fa345 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_37298415917dc951 .switch-set_7c1012dc527fa345{
  color:#ffffff;
}

.dark-scheme_37298415917dc951 .switch_9044fe96fa50b3f7 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_7c1012dc527fa345 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_9044fe96fa50b3f7 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_9044fe96fa50b3f7::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_e92ee8eb38b0ef9f {
  display: block;
}

.de-switch_e92ee8eb38b0ef9f h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_e92ee8eb38b0ef9f input[type=checkbox] {
  display: none;
}

.de-switch_e92ee8eb38b0ef9f input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_e92ee8eb38b0ef9f input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_e92ee8eb38b0ef9f 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_37298415917dc951 .de-switch_e92ee8eb38b0ef9f label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_e92ee8eb38b0ef9f 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_e92ee8eb38b0ef9f.colored_48a26c2ae5901ca3 input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_e92ee8eb38b0ef9f.colored_48a26c2ae5901ca3 label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_e92ee8eb38b0ef9f {
  float: right;
}

.switch_9044fe96fa50b3f7:checked::after {
  transform: translateX(20px);
}

.switch_9044fe96fa50b3f7:focus {
  outline-color: transparent;
}

.menu_side_area_d1a2dcf817f8b3f1 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_d1a2dcf817f8b3f1 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_37298415917dc951 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_025c2a41e0ad886f {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_8e529f1f165f0494 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_08144fbef9c26537 {
  display: none;
}

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

.ul-style-2_78fe551a394723e9 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_78fe551a394723e9 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_78fe551a394723e9.s2_12e03079a34b4ccc li h4 {
  font-weight: 600;
}

.ul-style-2_78fe551a394723e9.s2_12e03079a34b4ccc li {
  margin-bottom: 30px;
}

.ul-style-2_78fe551a394723e9.s3_9f7a3c0eafe4a787 li {
  margin-bottom: 5px
}

.ul-style-2_78fe551a394723e9 .d-label_14b19d53f35d0eca {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_820d36188dd7f2b7{
  margin: 0;
  padding: 0;
}

.ul-check-inline_820d36188dd7f2b7 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_820d36188dd7f2b7 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_78fe551a394723e9 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_78fe551a394723e9 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_83f7546d978f1ed3 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_83f7546d978f1ed3 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_83f7546d978f1ed3 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_83f7546d978f1ed3 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_95682fc0734f9c80{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_e73d83930da46b66{
  color:#ffffff;
}


/* shadow */

.shadow-soft_a89e83fbde3dbf19,
.de-map-wrapper_c70c9d8fa5daeb38 iframe,
.expand-custom_30f57a6c3156d0fe,
#form_sb input,
.container-timeline_f67169ad44a2a45b 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_1546833f82cbcffe {
  -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_e81674fb3886a04f {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_714c6ab5adc5eb5b {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_4523c4b589f82ab3 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_dcd266e8890ae9e6 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_a7ac7b93483dafd1{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_53f1984da627eb5a{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_6fe4fa30a899ee40 {
  right: 0;
}

.rtl .carousel-control-prev_dcc9a76b341a2397 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_ee193d34ee1bf869,
.carousel-control-prev-icon_b4b749ddb73bf083 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_ee193d34ee1bf869:after,
.carousel-control-prev-icon_b4b749ddb73bf083:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_ee193d34ee1bf869:after {
  content: "\f105";
}

.carousel-control-next-icon_ee193d34ee1bf869:hover,
.carousel-control-prev-icon_b4b749ddb73bf083: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_c70c9d8fa5daeb38 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_d2387f9759ef7bde {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_d2387f9759ef7bde {
  -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_ad39794119ab3230 {
  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_0e5f237bd3b40086{
  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_5ae8c1f59c60c3d3 .bubble_0e5f237bd3b40086:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_5ae8c1f59c60c3d3 .bubble_0e5f237bd3b40086:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_5ae8c1f59c60c3d3 .bubble_0e5f237bd3b40086:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_9543f8dd3a10842c{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_9543f8dd3a10842c .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_c0d9ccda504a1b83{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_c0d9ccda504a1b83 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_c0d9ccda504a1b83 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_c0d9ccda504a1b83 dt span:after {
  content: " ";
}
.def-list-dots_c0d9ccda504a1b83 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_c0d9ccda504a1b83 .no-def-item_e3e2a6105b78e266 dt:after {
  content: "";
}
.def-list-dots_c0d9ccda504a1b83 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_2f0d74d710b677d6 img{
  height: 350px;
  width: auto;
}

.d-list-menu_790af2df4922f36c {
  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_cbbf55cebda4a5b3 .dropdown a:hover {
  color: #333;
}

.dark-scheme_37298415917dc951 .dropdown a,
.dark-scheme_37298415917dc951 .header-light_cbbf55cebda4a5b3 .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_37298415917dc951 .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_37298415917dc951 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_37298415917dc951 .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_5d82b56b0ca6de68 {
  width: 600px !important;
}

.dropdown ul.d-col-3_5d82b56b0ca6de68 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_5d82b56b0ca6de68 li span {}

.text-light_d09c2181b74a1734 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_d09c2181b74a1734 .dropdown a {
  color: #ffffff;
}

.items_filter_e4d8c2ab0c0478c8 {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_e4d8c2ab0c0478c8 .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_562eaf185aaaffce,
.dropdown.fullwidth_562eaf185aaaffce a,
.dropdown.fullwidth_562eaf185aaaffce ul,
.dropdown.fullwidth_562eaf185aaaffce li {
  width: 100%;
}

.dropdown.style-2_1dbc99cb9f136001,
.dropdown.style-2_1dbc99cb9f136001 a,
.dropdown.style-2_1dbc99cb9f136001 ul,
.dropdown.style-2_1dbc99cb9f136001 li {
  width: 100%;
}

.rtl .dropdown.style-2_1dbc99cb9f136001 {
  text-align: right;
}

.dropdown.style-2_1dbc99cb9f136001 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_1dbc99cb9f136001 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_00b166773388d871 {
  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_00b166773388d871:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_d23ba176bfe697fa {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_d23ba176bfe697fa span {
  display: inline-block;
  position: relative;
}

.separator_d23ba176bfe697fa span:before,
.separator_d23ba176bfe697fa span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_d23ba176bfe697fa span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_d23ba176bfe697fa span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_d23ba176bfe697fa span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_7dcddd0acc9a5a29 .separator_d23ba176bfe697fa span:before,
.de_light_7dcddd0acc9a5a29 .separator_d23ba176bfe697fa span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_d09c2181b74a1734 .separator_d23ba176bfe697fa span:before,
.text-light_d09c2181b74a1734 .separator_d23ba176bfe697fa span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_2b66ba43653655a7: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_2b66ba43653655a7: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_2b66ba43653655a7 {
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_7058aa18695daf5c {
  -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_7058aa18695daf5c {
  -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_15bbb5e7941aa45b,
.isotope.no-transition_15bbb5e7941aa45b .isotope-item_7058aa18695daf5c,
.isotope .isotope-item_7058aa18695daf5c.no-transition_15bbb5e7941aa45b {
  -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_d09c2181b74a1734 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_d09c2181b74a1734 #filters a:hover {
  color: #fff;
}

.text-light_d09c2181b74a1734 #filters a.selected {
  color: #fff;
}

.text-light_d09c2181b74a1734 #filters a.selected {
  color: #fff;
}

.isotope-item_7058aa18695daf5c {
  z-index: 2;
}

.isotope-hidden_0da942267b24449e.isotope-item_7058aa18695daf5c {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_1fd8b5ed5288738b ul.slides,
.project-carousel-3-col_e434461d1dea321e ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_a65b1318736ab9a1 .flex-direction-nav_672b86e0d2558a1c,
.project-carousel_1fd8b5ed5288738b .flex-control-nav_f1d19aae0029e01a,
.project-carousel_1fd8b5ed5288738b .flex-direction-nav_672b86e0d2558a1c,
.project-carousel-3-col_e434461d1dea321e .flex-control-nav_f1d19aae0029e01a,
.project-carousel-3-col_e434461d1dea321e .flex-direction-nav_672b86e0d2558a1c {
  display: none;
}

.logo-carousel_a65b1318736ab9a1.owl-carousel_154c3353dcd987b9 .owl-item img {
  width: auto;
}

.logo-carousel_a65b1318736ab9a1.no-control_14bdaff8277c674a .flex-control-nav_f1d19aae0029e01a {
  display: none;
}

.logo-carousel_a65b1318736ab9a1.s2_12e03079a34b4ccc img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_154c3353dcd987b9.owl-center_fe1997201400101e .owl-item {
  opacity: .6;
}
.owl-carousel_154c3353dcd987b9.owl-center_fe1997201400101e .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_6c8f4c8074cda8c0());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_6c8f4c8074cda8c0());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_6c8f4c8074cda8c0());
}

.typed-strings_3761d7e085b08be1 p {
  position: absolute;
}

.social-icons-sm_7b10ae96bbb8d0e1 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_7b10ae96bbb8d0e1 i:hover {
  color: #ffffff;
}

.arrowup_dab931e2cd456455 {
  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_bef5cc6a760d1549 {
  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_e6dc0b4e9833168f {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_82746bee39de1b77 {
  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_a92b48a30cfa1fb7 .nav-link {
  font-weight: 500;
}

.de-preloader_bfe16fbc85ca9688 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_37298415917dc951 .de-preloader_bfe16fbc85ca9688 {
  background: var(--bg-color-even);
}

.dot-loader_6bd335991a254f09 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_15d80298a15ef294 {
  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_15d80298a15ef294.dot1_bf8111e904b68d6f {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_15d80298a15ef294.dot2_0602aa7121584640 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_15d80298a15ef294.dot3_c60d8e1d980f2af9 {
  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_c8b3e5faedcaacd3 {
  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_c8b3e5faedcaacd3 .p-line_e41b4724f03111f9 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_c8b3e5faedcaacd3 .p-line_e41b4724f03111f9: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_c8b3e5faedcaacd3 .p-line_e41b4724f03111f9:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_c8b3e5faedcaacd3 .p-line_e41b4724f03111f9: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_c4beb1c56d5da4e9, .container-md_16c8cb377a6ee95e, .container-sm_8daae38083fbd335, .container-xl_7c4a4ed17005b306 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_c4beb1c56d5da4e9,
  .container-md_16c8cb377a6ee95e,
  .container-sm_8daae38083fbd335,
  .container-xl_7c4a4ed17005b306 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_c4beb1c56d5da4e9,
  .container-md_16c8cb377a6ee95e,
  .container-sm_8daae38083fbd335,
  .container-xl_7c4a4ed17005b306 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_cc9931f44b4a4246 { width: 20%; }
  .col-md-2-5_73e3a0d3e9c5ed11 { width: 40%; }
  .col-md-3-5_b5fd588a1f405496 { width: 60%; }
  .col-md-4-5_eb789f2cccd92dea { width: 80%; }
  .col-md-5-5_63dfdb6ded801d4e { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_fb92902749fb5914 { width: 20%; }
  .col-lg-2-5_a5852707217ad5b0 { width: 40%; }
  .col-lg-3-5_db108b0a1d3e682a { width: 60%; }
  .col-lg-4-5_d3d5d22b84be427e { width: 80%; }
  .col-lg-5-5_1e523cc5e2d8f722 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_c4beb1c56d5da4e9,
  .container-md_16c8cb377a6ee95e,
  .container-sm_8daae38083fbd335 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_0b481c799794f6b0 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_de6d44d017f33caf .tr .td:nth-child(4),
  .de_table_de6d44d017f33caf .tr .td:nth-child(5),
  .de_table_de6d44d017f33caf .tr .td:nth-child(6),
  .de_table_de6d44d017f33caf .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_1e8e271dab425875 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_f44e1f32f72520b4 .countdown-show4_bae3c4950664b35b .countdown-section_025c2a41e0ad886f {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_f44e1f32f72520b4 .countdown-period_2f235b08b999738b{
    font-size:10px;
  }

  .countdown-s2_f44e1f32f72520b4 .countdown-amount_113bc0354d66905e {
    font-size: 20px;
  }


  .mb-sm-20_eea7177c5d80bc5e {
    margin-bottom: 20px;
  }

  .mb-sm-30_ee83da5777f572cd {
    margin-bottom: 30px;
  }

  .mt-sm-0_f088c2172dd8281b{
    margin-top: 0;
  }

  .sm-mt-0_7a0a7f72986a27bd {
    margin-top: 0;
  }

  .p-sm-30_8008ebdefc14605c {
    padding: 40px;
  }

  .pb-sm-0_e076030418fb6f4a {
    padding-bottom: 0;
  }

  .mb-sm-0_7d532a05a63d81c3 {
    margin-bottom: 0;
  }

  .sm-p-40_94ca80a77fb05367{
    padding: 40px;
  }

  header .header-col_b57e77cb7a164b75 {
    position: absolute;
    top: 0;
  }

  header .header-col_b57e77cb7a164b75.mid_169a6d5dec6f38d5 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_64289fb40ad92286 {
    text-align: center;
  }

  .sm-pt10_786f9b7af0825ac4 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_efbfcd16fbe4f4e8 {
    padding: 40px;
  }

  .header-col-left_7a7d612c4613a0a2,
  .header-col-right_6a192ad1a130d4d4 {
    padding-top: 16px;
  }

  .header-col-mid_72536e0d9ae3547e #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_bb3f6e9bfcf9f178 {
    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_09c9904b5f52eb9a {
    position: fixed;
  }

  #subheader.s2_12e03079a34b4ccc {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_891c536dca66b7c3 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_0b481c799794f6b0 h1 {
    font-size: 32px;
  }

  .slider_text_0b481c799794f6b0 .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_2f24c2d98c5f74a4 {
    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_2f24c2d98c5f74a4,
  #mainmenu li li li a.menu-item_2f24c2d98c5f74a4 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_2f24c2d98c5f74a4:hover {
    background: #111;
  }

  #mainmenu a.menu-item_2f24c2d98c5f74a4: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_2f24c2d98c5f74a4: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_2f24c2d98c5f74a4 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_2f24c2d98c5f74a4:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_2f24c2d98c5f74a4 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_2f24c2d98c5f74a4 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_2f24c2d98c5f74a4 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_2f24c2d98c5f74a4:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_4cde400412fd26da) {
    border: none;
  }

  #mainmenu>li ul.mega_4cde400412fd26da .sb-menu_83a2e631572ca49c {
    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_2f24c2d98c5f74a4 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu a.menu-item_2f24c2d98c5f74a4{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_2f24c2d98c5f74a4: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_37298415917dc951 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_4cde400412fd26da ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_4cde400412fd26da .menu-content_4243150e30197389 {
    background: #fff;
  }

  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu li,
  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu li ul li a.menu-item_2f24c2d98c5f74a4 {
    border-color: #eee;
  }

  header.header-dark_d2acea7c16e05be0.header-mobile {
    background: #222;
  }

  header.header-dark_d2acea7c16e05be0.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_d2acea7c16e05be0.header-mobile #mainmenu li a.menu-item_2f24c2d98c5f74a4 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_2f24c2d98c5f74a4: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_2f24c2d98c5f74a4 {
    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_37298415917dc951 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_2f24c2d98c5f74a4 {
    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_2f24c2d98c5f74a4 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_37298415917dc951 header.header-mobile #mainmenu li a.menu-item_2f24c2d98c5f74a4 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_2f24c2d98c5f74a4:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_37298415917dc951 header.header-mobile #mainmenu li a.menu-item_2f24c2d98c5f74a4: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(../captures/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_37298415917dc951 header.header-mobile #mainmenu>li>span {
    background: url(../captures/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../captures/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_37298415917dc951 header.header-mobile #mainmenu li span.active {
    background: url(../captures/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../captures/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(../captures/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_2f24c2d98c5f74a4 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_37298415917dc951 header.header-mobile #mainmenu li ul li a.menu-item_2f24c2d98c5f74a4 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_2f24c2d98c5f74a4 {
    border-bottom: none;
  }

  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu>li>span,
  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu li>ul>li>span {
    background: url(../captures/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu>li>span.active,
  header.header-light_cbbf55cebda4a5b3.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../captures/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_4cde400412fd26da {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_4cde400412fd26da>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_4cde400412fd26da .menu-content_4243150e30197389 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_cbbf55cebda4a5b3 #mainmenu ul li a.menu-item_2f24c2d98c5f74a4,
  .header-light_cbbf55cebda4a5b3 #mainmenu ul li a.menu-item_2f24c2d98c5f74a4:hover {
    color: #333;
  }

  .de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_bdef6cbd2d0e4049 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_907cc4da5ca3ca6c {
    display: none;
  }

  .sm-hide_a3f537240d9d9b93 {
    display: none;
  }

  .d-btn-close_6f3c6bd7abc8b564 {
    position: relative;
  }

  .de_tab.tab_style_4_1b1de9c54ce51cec .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_2f24c2d98c5f74a4 span {
    display: none;
  }

  .de_tab.tab_methods_bdef6cbd2d0e4049.style-2_1dbc99cb9f136001 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_b00547037e5f138e {
    position: relative;
    height: auto;
  }

  .timeline_6a305cdb206d226e>li>.timeline-panel_75b320bc3623bd05 {
    width: 100%;
  }

  .timeline-badge_fccaedd2889029c8 {
    display: none;
  }

  .timeline_6a305cdb206d226e:before {
    background: none;
  }

  .tp-caption_8e95688af0dd56dc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_5b4a4a69c05ca69b .de-flex_a89db6244587fdd7,
  .subfooter_5b4a4a69c05ca69b .de-flex-col_49ccf085673f13dc {
    display: block;
  }

  .subfooter_5b4a4a69c05ca69b .social-icons_e97905a1e6caec39 {
    margin-top: 20px;
  }

  .subfooter_5b4a4a69c05ca69b span.copy_999e1fdf87673bf2 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_c918566bbf88cecc{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_abd9a2c7e3091980{
    margin:0 20px;
  }

  .crumb_891c536dca66b7c3{
    margin-bottom: 0;
  }

  section.bottom-rounded_02f32fefa911a3eb{
    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_67d9c46d350e85aa,
  h1.ultra-big_67d9c46d350e85aa .text-line_99e5b307ede53fa2,
  h1.ultra-big-2_e5821580e781e3c4,
  .title-text_86620523fd2edcc6,
  h1.slider-title_70dbdf6174f699f2{
    font-size: 60px;
  }  

  h1.slider-title_70dbdf6174f699f2,
  h2.slider-title_70dbdf6174f699f2{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_2c2d3fc4df864005 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_904117434b0225eb{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_f72582f2a2e5ee35{padding-top:10px;}
  .pt-sm-20_a4a684027d1ceae5{padding-top:20px;}
  .pt-sm-30_aed74c62e631c832{padding-top:30px;}
  .pt-sm-40_fef4dd5c5977fc70{padding-top:40px;}
  .pt-sm-50_29de4309e640b638{padding-top:50px;}
  .pt-sm-60_d710346720087f54{padding-top:60px;}
  .pt-sm-70_ed2aa2523a5e70cf{padding-top:70px;}
  .pt-sm-80_f02eb050709a0e2c{padding-top:80px;}
  .pt-sm-90_f7d70e3ee230056f{padding-top:90px;}
  .pt-sm-100_319e1e59c9932b0e{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_ccae74d6a01f69f6{padding-bottom:10px;}
  .pb-sm-20_c34b280642151e43{padding-bottom:20px;}
  .pb-sm-30_af359175aaab30c2{padding-bottom:30px;}
  .pb-sm-40_b6ee59058781cddf{padding-bottom:40px;}
  .pb-sm-50_b3d8e4fbc2e65d4c{padding-bottom:50px;}
  .pb-sm-60_99c721b6bd3fb9c1{padding-bottom:60px;}
  .pb-sm-70_dd5457ab9c805fc9{padding-bottom:70px;}
  .pb-sm-80_b02f2d3cd9867bdc{padding-bottom:80px;}
  .pb-sm-90_eb97c2d436810366{padding-bottom:90px;}
  .pb-sm-100_c2ec2d53a8335061{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_b84a95efd14e7278{margin-top:10px;}
  .mt-sm-20_5feb0bfd17011b37{margin-top:20px;}
  .mt-sm-30_3e16e210e98216e9{margin-top:30px;}
  .mt-sm-40_f224cd4607e1884e{margin-top:40px;}
  .mt-sm-50_ebca3044bf53cd02{margin-top:50px;}
  .mt-sm-60_435ee70480797616{margin-top:60px;}
  .mt-sm-70_d80812d01e25cd98{margin-top:70px;}
  .mt-sm-80_7c20b2bcc1927197{margin-top:80px;}
  .mt-sm-90_cad66a5e7b36936e{margin-top:90px;}
  .mt-sm-100_5df91b7db850ed8b{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_8c89f60a4c4789f1{margin-bottom:10px;}
  .mb-sm-20_eea7177c5d80bc5e{margin-bottom:20px;}
  .mb-sm-30_ee83da5777f572cd{margin-bottom:30px;}
  .mb-sm-40_aebeaa084aee3674{margin-bottom:40px;}
  .mb-sm-50_2fa6e4f667ae4b92{margin-bottom:50px;}
  .mb-sm-60_b96ab2bbbbbc5ad8{margin-bottom:60px;}
  .mb-sm-70_37295f824ae26266{margin-bottom:70px;}
  .mb-sm-80_b4a885e04c3e5853{margin-bottom:80px;}
  .mb-sm-90_3db8c800438c8427{margin-bottom:90px;}
  .mb-sm-100_e301b5c8b4488c9b{margin-bottom:10px;}


  .fs-sm-1vw_eede027798886738{font-size: 1vw}
  .fs-sm-2vw_13173526ede351a3{font-size: 2vw}
  .fs-sm-3vw_400e73b9766d9591{font-size: 3vw}
  .fs-sm-4vw_53185f6a5ebb3ab7{font-size: 4vw}
  .fs-sm-5vw_a2980c3f5bdd10d8{font-size: 5vw}
  .fs-sm-6vw_8066c8b1c26321ff{font-size: 6vw}
  .fs-sm-7vw_3c67a3971949ee46{font-size: 7vw}
  .fs-sm-8vw_c31eb05734ed9aa2{font-size: 8vw}
  .fs-sm-9vw_e8500271b7a53241{font-size: 9vw}
  .fs-sm-10vw_ad043a517136df63{font-size: 10vw}
  .fs-sm-11vw_1cb0d9b51a8579be{font-size: 11vw}
  .fs-sm-12vw_de3ae7c5f0a1049b{font-size: 12vw}
  .fs-sm-13vw_3de2af8f8c921d0f{font-size: 13vw}
  .fs-sm-14vw_f1097bf0813fe4ec{font-size: 14vw}
  .fs-sm-15vw_5fe857fdefc1e56a{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_04088c69fc341c60 {
    display: none;
  }

  header .logo-init_6c88b27b09b4cc13 {
    display: none;
  }

  header .logo-mobile_9c152e7aed2f6987 {
    display: block;
  }

  header .btn-main_d7c0dff6e011a59d{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_d1a2dcf817f8b3f1 {
    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_69edaa5fc93ada2b {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_1b1de9c54ce51cec .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_1b1de9c54ce51cec .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_1b1de9c54ce51cec .de_nav li:first-child,
  .de_tab.tab_style_4_1b1de9c54ce51cec .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_29b9cb6163a97530 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_272909aff9e423b1 span{
    display: none;
  }

  .de-spot_272909aff9e423b1 .de-circle-1_0e07b0fac8e3e937,
  .de-spot_272909aff9e423b1 .de-circle-2_1f3c8e7f1611daa1{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_67d9c46d350e85aa,
  h1.ultra-big_67d9c46d350e85aa .text-line_99e5b307ede53fa2,
  h1.ultra-big-2_e5821580e781e3c4,
  .title-text_86620523fd2edcc6,
  h1.slider-title_70dbdf6174f699f2,
  h2.slider-title_70dbdf6174f699f2{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_99f07d981ac7b59c{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_890e043e6965db22{padding-top:10px;}
  .pt-xs-20_f9d781f09059ceb4{padding-top:20px;}
  .pt-xs-30_9161ae3dcb233bbf{padding-top:30px;}
  .pt-xs-40_23fbe58234ab0626{padding-top:40px;}
  .pt-xs-50_dcc956fb6f617257{padding-top:50px;}
  .pt-xs-60_87867c0fdbc12137{padding-top:60px;}
  .pt-xs-70_cf10f3ea4cc1e9ff{padding-top:70px;}
  .pt-xs-80_1287e376420a9df2{padding-top:80px;}
  .pt-xs-90_3a3c68f05bb466e7{padding-top:90px;}
  .pt-xs-100_9c61ff1e5d58c08b{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_b6805b64e13e0cd4{padding-bottom:10px;}
  .pb-xs-20_831be3a9d6637e80{padding-bottom:20px;}
  .pb-xs-30_dd684fa492f0b466{padding-bottom:30px;}
  .pb-xs-40_73e7ca43c5277c17{padding-bottom:40px;}
  .pb-xs-50_5dd1910d8f304698{padding-bottom:50px;}
  .pb-xs-60_f080afb27245a3a9{padding-bottom:60px;}
  .pb-xs-70_333defb85d91862b{padding-bottom:70px;}
  .pb-xs-80_fbf7d261aeb5648c{padding-bottom:80px;}
  .pb-xs-90_f8bd90463e5ce0a2{padding-bottom:90px;}
  .pb-xs-100_9c643e462afefae5{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_f44c0821bf7bcb96{margin-top:10px;}
  .mt-xs-20_cd8922f161691818{margin-top:20px;}
  .mt-xs-30_ae693fe37ebd9bf4{margin-top:30px;}
  .mt-xs-40_444124a3dbb278d8{margin-top:40px;}
  .mt-xs-50_a36647f9410c59da{margin-top:50px;}
  .mt-xs-60_c8dacfff5cc174c7{margin-top:60px;}
  .mt-xs-70_b09d1f91c7d94139{margin-top:70px;}
  .mt-xs-80_8727095729de9ed2{margin-top:80px;}
  .mt-xs-90_1c4d68d280dd4056{margin-top:90px;}
  .mt-xs-100_0939445098a1bae8{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_e6d9396e758bd7b0{margin-bottom:10px;}
  .mb-xs-20_d59cc6054bdd5222{margin-bottom:20px;}
  .mb-xs-30_18ecfdd75718e8d1{margin-bottom:30px;}
  .mb-xs-40_06a9d78b6e8b6bce{margin-bottom:40px;}
  .mb-xs-50_5c9ac0ff1154bec0{margin-bottom:50px;}
  .mb-xs-60_3fb41a037e5683b1{margin-bottom:60px;}
  .mb-xs-70_f84915ee8ef7cbdc{margin-bottom:70px;}
  .mb-xs-80_1ad1a9ab21379769{margin-bottom:80px;}
  .mb-xs-90_4eb71fdecd057e87{margin-bottom:90px;}
  .mb-xs-100_653a6be113b40560{margin-bottom:10px;}

  .ss-wrap_cc9d4d6fe4873113{
    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_75b320bc3623bd05 {
    margin-bottom: 30px;
  }

  .timeline-pic_6275bfd685428a02 {
    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_12e03079a34b4ccc span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_d78894fc05009556 {
    display: none;
  }

  header a.btn-main_d7c0dff6e011a59d 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_c33a4215407ca5dc .left-half_a10cc1f498a632ad,
.half-fluid_c33a4215407ca5dc .right-half_7c931f86da8c25b2 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_c33a4215407ca5dc .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_c33a4215407ca5dc .left-half_a10cc1f498a632ad {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_c33a4215407ca5dc .right-half_7c931f86da8c25b2 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
