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


/* 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_881d28ea4ec5f093,.bg-dark-1_3771aa14f8d9a60a{background-color: var(--bg-dark-1) !important}
.bg-dark-2_dbe9b00a4e61acbe{background-color: var(--bg-dark-2) !important}
.bg-dark-3_cbcc2a7403b14538{background-color: var(--bg-dark-3) !important}
.bg-grey_e0534fca20b32305{background-color: var(--bg-grey) !important}
.bg-gradient-1_327680e2ca2d63dc{
  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_dad981f57156919d{
  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_588ea4a1f4d9d04d {
  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_23abf0f2a3b2f4e3 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_9c819c6a83d6a98a {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_1ba71b68439d26a1 {
  display: none;
}


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

header.scroll-light_90b62220bee5bfba .logo-scroll_9c819c6a83d6a98a{
  display: none;
}

header.smaller.scroll-light_90b62220bee5bfba .logo-main_2464f343d2f02d6a{
  display: none;
}

header.smaller.scroll-light_90b62220bee5bfba .logo-scroll_9c819c6a83d6a98a{
  display: block;
}

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

header.header-light_2d36ca2da905504c .h-phone_e665c6c9bf9b6e62,
header.smaller.scroll-light_90b62220bee5bfba .h-phone_e665c6c9bf9b6e62 {
  color: #202020;
}

header:not(.header-light_2d36ca2da905504c).smaller.scroll-light_90b62220bee5bfba div#logo .logo_2c4a494877199911 {
  display: none;
}

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

header.smaller.scroll-light_90b62220bee5bfba div#logo .logo-scroll_9c819c6a83d6a98a {
  display: inline-block;
}

header.smaller.header-light_2d36ca2da905504c div#logo .logo_2c4a494877199911 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_284bcd0dab39f268.mid_4e577b04f19f5bfa {
  float: right;
}

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


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

.de-overlay-gradient_4ff2836c9e05e4d7{
  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_0228a7bc08f11c61{
  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_162f692ebb20beab{
  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_ad08d7eefd92111e {
  font-size: 13px;
}


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


#subheader.text-light_0ba86c3cca5ce983 .crumb_ad08d7eefd92111e {
  color: #fff;
}

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

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

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


#subheader.s2_c35dada9ef5a163d h1,
#subheader.s2_c35dada9ef5a163d .crumb_ad08d7eefd92111e {
  margin: 0;
  padding: 0;
}

#subheader.s2_c35dada9ef5a163d .crumb_ad08d7eefd92111e {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_c35dada9ef5a163d .crumb_ad08d7eefd92111e {
  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_9342ce3253fda301) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_588ea4a1f4d9d04d #mainmenu ul.mega_9342ce3253fda301 {
  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_935afc8fc3c65fb4: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_2d36ca2da905504c #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_2d36ca2da905504c #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_2d36ca2da905504c {
  background: #ffffff;
}

.header-light_2d36ca2da905504c #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_588ea4a1f4d9d04d #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_094ed06b596293d5) {
  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_c38500455afd7741 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_4c401c713c12a909 {
  background: #f6f6f6;
}

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

.de_light_9420010396a5997e section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_367c806379b8bde7.header-light_2d36ca2da905504c #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_29855b95a168cba8,
header.header-mobile.has-topbar .header-col_284bcd0dab39f268 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_367c806379b8bde7.header-light_2d36ca2da905504c {
  background: #fff;
}

header.header-light_2d36ca2da905504c .logo_2c4a494877199911 {
  display: none;
}

header.header-light_2d36ca2da905504c .logo-2_880b54482cfc4fe5 {
  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_5adfd00fba7de2ca{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_dc9ce9976c9ae7be,
.topbar-right_545fbf68a39230b6 {
  display: flex;
}

.topbar-right_545fbf68a39230b6 {
  float: right;
}

.topbar-solid_8df7f56b29742c09 {
  background: #ffffff;
}

.tb-light_a010956c5415302b {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-right_545fbf68a39230b6 .topbar-widget_226376742c2080fd {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-light_5adfd00fba7de2ca .topbar-right_545fbf68a39230b6 .topbar-widget_226376742c2080fd {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-light_5adfd00fba7de2ca .topbar-right_545fbf68a39230b6 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .tb-light_a010956c5415302b .topbar-right_545fbf68a39230b6 .topbar-widget_226376742c2080fd {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .tb-light_a010956c5415302b .topbar-right_545fbf68a39230b6 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-left_dc9ce9976c9ae7be .topbar-widget_226376742c2080fd {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-light_5adfd00fba7de2ca .topbar-left_dc9ce9976c9ae7be .topbar-widget_226376742c2080fd {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .tb-light_a010956c5415302b .topbar-left_dc9ce9976c9ae7be .topbar-widget_226376742c2080fd {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .tb-light_a010956c5415302b .topbar-left_dc9ce9976c9ae7be span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_2d36ca2da905504c .h-phone_e665c6c9bf9b6e62 span{
  color: var(--body-font-color);
}


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

.menu_side_area_d7b9fcb72d46aad7 .btn-line_1b71aee933849664{
  display: inline-block;
}

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

.topbar-widget_226376742c2080fd.widget-text_a1bb238be240faa3 {
  padding-top: 6px;
}

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

.h-sub_1d19224382c461cd .topbar-widget_226376742c2080fd {
  padding: 12px;
}

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

.topbar-widget_226376742c2080fd.tb-phone_d44a1fcc9c214d95:before {
  content: "\f095";
}

.topbar-widget_226376742c2080fd.tb-email_a07cd7b111ec0374:before {
  content: "\f003";
}

.topbar-widget_226376742c2080fd.tb-opening-hours_98866eef2342a1cf:before {
  content: "\f017";
}

.topbar-widget_226376742c2080fd.tb-social_c14a30e694e5f10f {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-light_5adfd00fba7de2ca .topbar-widget_226376742c2080fd.tb-social_c14a30e694e5f10f a,
#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-light_5adfd00fba7de2ca .topbar-widget_226376742c2080fd.tb-social_c14a30e694e5f10f a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_64dba0b65c12eb66) .topbar-widget_226376742c2080fd.tb-social_c14a30e694e5f10f a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_a010956c5415302b .topbar-widget_226376742c2080fd.tb-social_c14a30e694e5f10f a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_226376742c2080fd.tb-social_c14a30e694e5f10f a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_9420010396a5997e .blog-list_962caee556726f7f li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_9420010396a5997e .blog-list_962caee556726f7f h4 a {
  color: #222222;
}

.de_light_9420010396a5997e .text-light_0ba86c3cca5ce983 .blog-list_962caee556726f7f h4 a {
  color: #fff;
}

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

.blog-list_962caee556726f7f .btn-more_256b1515274b876a:hover {
  background: #fff;
}

.de_light_9420010396a5997e .blog-list_962caee556726f7f .btn-more_256b1515274b876a:hover {
  background: #222;
  color: #fff;
}

.blog-list_962caee556726f7f .post-text_b82154dc64a18a06 {
  padding-left: 80px;
}

.bloglist_a6b2f1a3974f891d .post-text_b82154dc64a18a06 a.btn-main_6f0f619256e17111 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_962caee556726f7f .blog-slider_c44f1d1b52b843dd {
  margin-bottom: -60px;
}

.blog-list_962caee556726f7f .date-box_56cafd2c1760b34d {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_9420010396a5997e .blog-list_962caee556726f7f .date-box_56cafd2c1760b34d .month {
  color: #222222;
}

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

.blog-list_962caee556726f7f .date-box_56cafd2c1760b34d .month {
  font-size: 14px;
}

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

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

.de_light_9420010396a5997e .blog-list_962caee556726f7f .date-box_56cafd2c1760b34d .month {
  border-bottom-color: #ddd;
}

.de_light_9420010396a5997e .text-light_0ba86c3cca5ce983 .blog-list_962caee556726f7f .date-box_56cafd2c1760b34d .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_6a4cbc845ddbbc32 .d-image_61e08e6530c27bbe img {
  width: 100%;
}

.de-bloglist-type-1_6a4cbc845ddbbc32 .d-content_7ed2e689036f2f46 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_6a4cbc845ddbbc32 .d-date_be3732ecd86088d3: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_eda8a4ef5311f34b {
  margin-bottom: 40px;
}

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

.de-post-type-1_eda8a4ef5311f34b .d-image_61e08e6530c27bbe img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_eda8a4ef5311f34b .d-meta_49232f2cd444b1d9 span.d-by_74f027d4e611d9b5:before {
  content: "\f007";
}

.de-post-type-1_eda8a4ef5311f34b .d-meta_49232f2cd444b1d9 span.d-date_be3732ecd86088d3:before {
  content: "\f073";
}

.de-post-type-1_eda8a4ef5311f34b .d-meta_49232f2cd444b1d9 span.d-tags_10a48f450eeaa1cd:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_e92125bf610654bb .d-date_be3732ecd86088d3 .d-month_0b6f2220bace54db{
  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_e92125bf610654bb .d-date_be3732ecd86088d3 .d-day_c555b03d38fc24ed{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_e92125bf610654bb .d-image_61e08e6530c27bbe{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_288de25cb2973a56 {}

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

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

.comment-info_ae3459f7567dfbf3 span {}

.comment-info_ae3459f7567dfbf3 .c_name_3ca985d575e23b2a {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_588ea4a1f4d9d04d .comment-info_ae3459f7567dfbf3 .c_name_3ca985d575e23b2a {
  color: #ffffff;
}

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

.dark-scheme_588ea4a1f4d9d04d .comment-info_ae3459f7567dfbf3 .c_reply_f69a8d16d6deaf19 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_ae3459f7567dfbf3 .c_date_7eac177c49e1f3d8 {
  font-size: 12px;
}

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

.blog-list_962caee556726f7f .post-wrapper_b6347789e687870e {}

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

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

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

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

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

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

.post-content_1d20156c5b68251f {
  position: relative;
}

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

.post-text_b82154dc64a18a06 .d-date_be3732ecd86088d3{
  font-size: 14px;
}

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

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

.dark-scheme_588ea4a1f4d9d04d .post-text_b82154dc64a18a06 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_82ab1b5b3f94f01b,
.p-title_40d2603d657a1552 {
  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_82ab1b5b3f94f01b,
.p-title_40d2603d657a1552.invert {
  background: var(--secondary-color);
}

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

.post-text_b82154dc64a18a06 .p-date_b6cc5a6664445bfc {
  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_1e648420f3ee3044 img {
  margin-bottom: 20px;
}

.blog-read_1e648420f3ee3044 .post-text_b82154dc64a18a06 {
  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_87445e68ac81beec {
  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_87445e68ac81beec a {
  color: #888;
}

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

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

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

.post-image_503699d7ee324fd5 .d-tagline_560392117969b8a0 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_7897a330b09181b5 {
  margin-bottom: 60px;
}

.blog-item_7897a330b09181b5 img.preview_854eb2fcd781383f {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_503699d7ee324fd5 {
  position: relative;
}

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

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

.post-image_503699d7ee324fd5 .post-date_0b759df15bc69ad1,
.post-image_503699d7ee324fd5 .post-author_3621741dcceb5909 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_6b00ea4c06d3c800 {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_dd62a2b7cb2e005d{
  float: left;
}


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

.radio-opt_dd62a2b7cb2e005d 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_dd62a2b7cb2e005d 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_c35dada9ef5a163d .radio-img_7090ae98e3b003ae input[type="radio"] + label, 
#contact_form.s2_c35dada9ef5a163d .radio-img_7090ae98e3b003ae input[type="checkbox"] + label,
#contact_form .radio-img_7090ae98e3b003ae input[type="radio"] + label img, 
#contact_form .radio-img_7090ae98e3b003ae input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_00133c06aabba935 .form-underline_c7ffec1c5438c10d{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_f1fd0affed3d6cc3 {
  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_3e7ba20f08a709aa {
  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_3e7ba20f08a709aa.sm-left_1033bf16fe79020a {
  margin-left: 0;
}

.rtl .small-border_3e7ba20f08a709aa.sm-left_1033bf16fe79020a {
  margin-right: 0;
}

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

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

.small-border_3e7ba20f08a709aa.white_68cf3bc5aba6d6ea {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_ad08d7eefd92111e a {
  text-decoration: none;
}

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

.de_light_9420010396a5997e .crumb_ad08d7eefd92111e a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_9420010396a5997e a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_375240690f2f15b2.btn-id_0a2e1266cc42a3e9 {
  color: #222;
}

a.btn-dark_bfdeadf5642ab87b.btn-id_0a2e1266cc42a3e9 {
  color: #fff;
}

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

.btn-fx_290016db98327ac4.btn-main_6f0f619256e17111 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_6f0f619256e17111.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_6f0f619256e17111.btn-dark-trans_1c393e8688002c91{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_6f0f619256e17111.big_97c9fbd31ad957d4{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_0ba86c3cca5ce983 .btn-line_1b71aee933849664{
  color:#ffffff;
}


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

header:not(.header-light_2d36ca2da905504c) a.btn-line_1b71aee933849664,
.dark-scheme_588ea4a1f4d9d04d a.btn-line_1b71aee933849664,
.dark-schem_cc8ed6d89577d1ba a.btn-line_1b71aee933849664:hover {
  color: #ffffff;
}

a.btn-main_6f0f619256e17111.btn-white_8ec25ecd65d5dde0 {
  background: #ffffff;
}

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

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

a.btn-border_aceb022815411cb2.light_00368e6d1ec698cd {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_aceb022815411cb2.light_00368e6d1ec698cd:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_0ba86c3cca5ce983 .btn-plus_59fff750d19aa7b9{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_0ba86c3cca5ce983 .btn-plus_59fff750d19aa7b9:hover{
  color: #ffffff;;
}

a.btn-main_6f0f619256e17111.btn-with-arrow_84e88ea41d9a431c{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_0ba86c3cca5ce983 .play-button_0ea629efb9f3a186.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_820037e59122713a p.d-small_658573c8e4d26026 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_820037e59122713a.big_97c9fbd31ad957d4 h3 {
  font-size: 120px;
}

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

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

.de_count_820037e59122713a.small_37bb95a477b2c105 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_588ea4a1f4d9d04d .field-set_5b8b4c32cca685d6 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_dbc982431312fd76,
.h2_ffa184e79202d410,
.h3_09b3064d7d6da108,
.h4_592cba848e7c727b,
.h5_2af3eb023809dc61,
.h6_f71aca14b605fbec,
footer.footer-light_a2854ad13a9924b4 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_588ea4a1f4d9d04d h1,
.dark-scheme_588ea4a1f4d9d04d h2,
.dark-scheme_588ea4a1f4d9d04d h4,
.dark-scheme_588ea4a1f4d9d04d h3,
.dark-scheme_588ea4a1f4d9d04d h5,
.dark-scheme_588ea4a1f4d9d04d h6,
.dark-scheme_588ea4a1f4d9d04d .h1_big_ef6f524c95e9cc5d,
.dark-scheme_588ea4a1f4d9d04d .h1_dbc982431312fd76,
.dark-scheme_588ea4a1f4d9d04d .h2_ffa184e79202d410,
.dark-scheme_588ea4a1f4d9d04d .h3_09b3064d7d6da108,
.dark-scheme_588ea4a1f4d9d04d .h4_592cba848e7c727b,
.dark-scheme_588ea4a1f4d9d04d .h5_2af3eb023809dc61,
.dark-scheme_588ea4a1f4d9d04d .h6_f71aca14b605fbec {
  color: #ffffff;
}

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


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


h1,
.h1_dbc982431312fd76 {
  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_935afc8fc3c65fb4: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_9420010396a5997e .text-light_0ba86c3cca5ce983 h2 {
  color: #fff;
}

.text-light_0ba86c3cca5ce983 h2.deco_84d1a09ba56f72c5 span:before,
.text-light_0ba86c3cca5ce983 h2.deco_84d1a09ba56f72c5 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_a4409e97510836e0 {
  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_a4409e97510836e0 .s1_f5d3280a34c2ded0{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_7ea9689a413187aa {
  color: #223044;
}

.text-white_47827c9e8f74fd10,
.de_light_9420010396a5997e .text-white_47827c9e8f74fd10 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_e770da05ff59d800.fs-16_eae671fa5ead0a35 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_e960a725a83031ec.active .page-link_ab8054d5d6da7cb0{
  border-color:var(--primary-color);
}

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

.spinner_ae7b5d95f0b2dbd3>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_ae7b5d95f0b2dbd3 .bounce1_1453d98f6ba4feb4 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_ae7b5d95f0b2dbd3 .bounce2_6b5f79b226417a6e {
  -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_588ea4a1f4d9d04d #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_cb694ba8b7c811cf.s2_c35dada9ef5a163d i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_cb694ba8b7c811cf 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_cb694ba8b7c811cf.big_97c9fbd31ad957d4 i {
  margin: 0 15px 0 15px;
}

.social-icons_cb694ba8b7c811cf.big_97c9fbd31ad957d4 i:hover {
  background: none;
}

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

.social-icons_cb694ba8b7c811cf.s1_f5d3280a34c2ded0:hover i {
  background: none;
}

.social-icons_cb694ba8b7c811cf.s1_f5d3280a34c2ded0 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_cb694ba8b7c811cf.s1_f5d3280a34c2ded0 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_012d99721512f546 {
  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_588ea4a1f4d9d04d .accordion-section-title,
.text-light_0ba86c3cca5ce983 .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_0ba86c3cca5ce983 .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_a7c1fea6fd6667ca.s2_c35dada9ef5a163d .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_588ea4a1f4d9d04d .expand-custom_56c6785b6c6943b2 {
  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_ad12feef1267b52c .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_588ea4a1f4d9d04d .de_tab.tab_methods_e1ac116ac2b26290 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_e1ac116ac2b26290.style-2_46e82353473fa784 .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_e1ac116ac2b26290.style-2_46e82353473fa784.light_00368e6d1ec698cd .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_e1ac116ac2b26290.style-2_46e82353473fa784 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_e1ac116ac2b26290.style-2_46e82353473fa784 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_9420010396a5997e .de_tab.tab_style_2_74e7e2d880f7a0f0 .de_nav {}

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

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

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

.text-light_0ba86c3cca5ce983 .de_tab.tab_style_2_74e7e2d880f7a0f0 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_9420010396a5997e .de_tab.tab_style_3_15e628014f503027 .de_nav li span:hover {
  background: #ddd;
}

.de_light_9420010396a5997e .de_tab.tab_style_3_15e628014f503027 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_0ba86c3cca5ce983 .de_tab.tab_style_3_15e628014f503027 .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_4f9bfa695739e80b .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_0ba86c3cca5ce983 .de_tab.tab_style_4_4f9bfa695739e80b .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_0ba86c3cca5ce983 .de_tab.tab_style_4_4f9bfa695739e80b .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_dbbf365bb869c238.nav_4_4100d0fe3fde09b4 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_dbbf365bb869c238.nav_4_4100d0fe3fde09b4 .dot_0824187bd2f15a88 {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_dbbf365bb869c238.nav_4_4100d0fe3fde09b4 li:last-child .dot_0824187bd2f15a88:before,
.de_tab.timeline_dbbf365bb869c238.nav_4_4100d0fe3fde09b4 li:last-child .dot_0824187bd2f15a88:after {
  border-bottom: none;
}

.de_tab.timeline_dbbf365bb869c238 li .num_a8109b2013d3d64a {
  font-size: 20px;
}

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

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

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

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

a.btn-left_a5e76683daf8e2ee,
a.btn-right_24cbb9763b4ea814 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_a28971682c3e91a5 {
  padding-top: 20px;
}

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

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

.de_testi_6f72c170a059e252.no-bg_bf47e6c4a15c977d blockquote {
  background: none;
}

.de_testi_6f72c170a059e252 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_6f72c170a059e252.type-2_75493bfc4c258add.review_cc2a595f2f1c9c32 blockquote {
  padding: 50px;
}

.de_testi_6f72c170a059e252.type-2_75493bfc4c258add.review_cc2a595f2f1c9c32 blockquote:before {
  display: none;
}

.de_testi_6f72c170a059e252.type-2_75493bfc4c258add.review_cc2a595f2f1c9c32 p {
  padding-top: 0;
}

.de_testi_6f72c170a059e252.type-2_75493bfc4c258add.review_cc2a595f2f1c9c32 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_0ba86c3cca5ce983 .de_testi_6f72c170a059e252.type-2_75493bfc4c258add blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_6f72c170a059e252.type-2_75493bfc4c258add .de_testi_by_c7f64f9b18286950 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_6f72c170a059e252.opt-3_2f6741adf272d71b blockquote p {
  font-size: 14px;
}

.de_testi_6f72c170a059e252.opt-3_2f6741adf272d71b blockquote:before {
  color: #fff;
}

.de_testi_6f72c170a059e252.opt-3_2f6741adf272d71b .de_testi_by_c7f64f9b18286950 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_ec2e981670e2ab84 .site-center-line_2882cc4e875d40f0 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___949a63bc3baa267c {
  display: inline-block;
}
.de-timeline-article_ec2e981670e2ab84.odd .site-center-line_2882cc4e875d40f0 {
  background: var(--primary-color);
}
.de-timeline-article_ec2e981670e2ab84.even .site-center-line_2882cc4e875d40f0 {
  background: var(--secondary-color);
}
.de-timeline-article_ec2e981670e2ab84 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_ec2e981670e2ab84 .content-left-container_17fa5c7d55300ecf,
.de-timeline-article_ec2e981670e2ab84 .content-right-container_d4f01be76f0441a0 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_ec2e981670e2ab84 .content-left_47438ba121811f4d,
.de-timeline-article_ec2e981670e2ab84 .content-right_d03518f1aa683899 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_dc474f682167c801 {
  margin-top: 0;
}
.de-timeline-article_ec2e981670e2ab84 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_ec2e981670e2ab84 .content-left-container_17fa5c7d55300ecf {
  float: left;
}
h4.de-timeline-year_2ae7839b0573e269 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_ec2e981670e2ab84.even h4.de-timeline-year_2ae7839b0573e269{
  color:var(--heading-font-color);
}
.de-timeline-article_ec2e981670e2ab84.odd .year___949a63bc3baa267c {
  float: left;
}
.de-timeline-article_ec2e981670e2ab84.odd h4.de-timeline-year_2ae7839b0573e269 {
  background: var(--primary-color);
}
.de-timeline-article_ec2e981670e2ab84.even .year___949a63bc3baa267c {
  float: right;
}
.de-timeline-article_ec2e981670e2ab84.even h4.de-timeline-year_2ae7839b0573e269 {
  background: var(--secondary-color);
}
.de-timeline-article_ec2e981670e2ab84 .d-line_57cae7d7e3ee9761 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_ec2e981670e2ab84.odd .d-line_57cae7d7e3ee9761 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_ec2e981670e2ab84.even .d-line_57cae7d7e3ee9761 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_ec2e981670e2ab84 .owl-carousel_a2faf59934b71139 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_ec2e981670e2ab84 .content-right-container_d4f01be76f0441a0 {
  float: right;
}
.de-timeline-article_ec2e981670e2ab84 .meta-dot_25ca110cf6626862 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_ec2e981670e2ab84.odd .meta-dot_25ca110cf6626862 {
  background: var(--primary-color);
}
.de-timeline-article_ec2e981670e2ab84.even .meta-dot_25ca110cf6626862 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_ec2e981670e2ab84 .site-center-line_2882cc4e875d40f0 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_ec2e981670e2ab84 .meta-dot_25ca110cf6626862 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_ec2e981670e2ab84 .content-left-container_17fa5c7d55300ecf,
  .de-timeline-article_ec2e981670e2ab84 .content-right-container_d4f01be76f0441a0 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_ec2e981670e2ab84 .content-left-container_17fa5c7d55300ecf {
    margin-bottom: 20px;
  }
  .de-timeline-article_ec2e981670e2ab84 .content-left_47438ba121811f4d,
  .de-timeline-article_ec2e981670e2ab84 .content-right_d03518f1aa683899 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_ec2e981670e2ab84 .content-left_47438ba121811f4d:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_ec2e981670e2ab84 .content-right_d03518f1aa683899:before {
    display: none;
  }  
  h4.de-timeline-year_2ae7839b0573e269 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_ec2e981670e2ab84.odd .d-line_57cae7d7e3ee9761 {
    left: 30px;
  }
  .de-timeline-article_ec2e981670e2ab84.even .d-line_57cae7d7e3ee9761 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_ec2e981670e2ab84.odd .content-left-container_17fa5c7d55300ecf{
    padding-top: 20px;
  }
  .de-timeline-article_ec2e981670e2ab84.even .content-left-container_17fa5c7d55300ecf{
    padding-top: 50px;
  }
  .de-timeline-article_ec2e981670e2ab84.odd .content-left-container_17fa5c7d55300ecf .owl-carousel_a2faf59934b71139{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_ec2e981670e2ab84.even .content-right-container_d4f01be76f0441a0 .owl-carousel_a2faf59934b71139{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_45ac020eea32ee19 {
  position: relative;
}

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

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

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

.timeline-blank_dad683dfa4162755 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_dad683dfa4162755 {
    display: none;
  }

  .timeline-text_4c992ce989ba7cdc {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_ebde17a42738afd8 {
  overflow: hidden;
}

.border1_78a72f5428b96c4c {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_1b71aee933849664:after,
.de_count_820037e59122713a,
.social-icons_cb694ba8b7c811cf a i,
.de_tab.tab_methods_e1ac116ac2b26290 .de_nav li span,
.de_tab.tab_methods_e1ac116ac2b26290 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_9db3a5386cd75c9a .title,
.carousel-item:hover .pf_text_9db3a5386cd75c9a .title,
.carousel-item .pf_text_9db3a5386cd75c9a .title .type,
.carousel-item:hover .pf_text_9db3a5386cd75c9a .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_9435d16ff1c55584 i,
.social-icons-sm_9435d16ff1c55584 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_a9570647b5648c7f,
.btn-main_6f0f619256e17111,
.de_tab.tab_style_4_4f9bfa695739e80b .de_nav li,
.form-subscribe_130885b85943bda3 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_f1fd0affed3d6cc3,
.de_tab.tab_methods_e1ac116ac2b26290.style-2_46e82353473fa784 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_1b1c1d518da278b1 *,
.mask_1b1c1d518da278b1 .cover,
.mask_1b1c1d518da278b1:hover .cover,
.mask_1b1c1d518da278b1 img,
.mask_1b1c1d518da278b1:hover img,
.accordion_a7c1fea6fd6667ca .content,
a.btn-border_aceb022815411cb2,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_172c8a77384a420d img,
a.a-underline_700e61d96ed6418b *,
.dropdown *,
.form-border_52bda8b75e902e92 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_f09c2bd6cdf40979 *,
.d_demo_img *,
.carousel-control-next-icon_d3652d1159b1b1a9,
.carousel-control-prev-icon_e39309863358a2f9,
.grayscale_b6b150cbeb8bc75a,
.hover-color_85fdfbf1f8d54d27,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_59fff750d19aa7b9,
.btn-plus_59fff750d19aa7b9 *,
.btn-with-arrow_84e88ea41d9a431c:after,
.btn-with-arrow_84e88ea41d9a431c: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_290016db98327ac4:after,
a.btn-fx_290016db98327ac4:hover:after,
a.btn-fx_290016db98327ac4:before,
a.btn-fx_290016db98327ac4:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_39124fe22c30c5c7 li .post-date_0b759df15bc69ad1,
.items_filter_b07bda49290706af *,
.owl-prev_aaa47a14fe007397,
.owl-next_5aa51a2e7f234fc3 {
  -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_3d7492e5e118c97d {
  -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_0217999a798f588f {
  -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_b0c82868ccb50834 {
  -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_8570f2d83c529322 {
  -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_e3cb5e480591ff12 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_43f5c9906bd3d857 {
  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_588ea4a1f4d9d04d .modal-header_c55e805c22612830,
.nav-tabs_14b8d87933de366f {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_588ea4a1f4d9d04d .modal-content_f01d44862eb3608a {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_9b8e99fcd653b376 .tab-content_ae58b7cc3dc9e38c {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_3330a74a58549e09.big_97c9fbd31ad957d4{
  font-size: 32px !important;
}

.dark-scheme_588ea4a1f4d9d04d p.lead_3330a74a58549e09 {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_58225334fb1208dc {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_7c3511061dd6e1d2,
.panel-collapse_a1875d4762b6eaca,
.panel-collapse_a1875d4762b6eaca,
.panel-group_58225334fb1208dc .panel_da3f5b83fca8ca09 {
  border: none;
  border-radius: 0;
}

.panel-heading_f5b33305960acceb {
  background: #222;
}

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

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

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

blockquote.s1_f5d3280a34c2ded0 {
  padding: 0px;
}

blockquote.s1_f5d3280a34c2ded0: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_d3752fa816a68638::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_d3752fa816a68638::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_0ba86c3cca5ce983 .collapsible-link_d3752fa816a68638:before,
.text-light_0ba86c3cca5ce983 .collapsible-link_d3752fa816a68638:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_bec38afaed700a85 {
  display: block
}

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

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

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

.collapsible-link_d3752fa816a68638.text-white_47827c9e8f74fd10 {
  color: #ffffff;
}

.collapsible-link_d3752fa816a68638.text-white_47827c9e8f74fd10::after,
.collapsible-link_d3752fa816a68638.text-white_47827c9e8f74fd10::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_bdfbde299361a71d{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_9420010396a5997e .widget_category_bae94c20af78fe3e li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_bae94c20af78fe3e li a {
  color: #606060;
}

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

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

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


.dark-scheme_588ea4a1f4d9d04d .widget-post_39124fe22c30c5c7 li a {
  color: #ffffff;
}

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

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

.widget-post_39124fe22c30c5c7 .date_dc3cf3799368af56 {
  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_39124fe22c30c5c7 .date_dc3cf3799368af56 {
  float: right;
}

.widget_bdfbde299361a71d .comments_fd383809798ed44b 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_bdfbde299361a71d .tiny-border_a03705e7076b2e3d {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_a2854ad13a9924b4 .widget_bdfbde299361a71d .tiny-border_a03705e7076b2e3d {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_9420010396a5997e .widget_tags_6f5329bddf8d3024 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_bdfbde299361a71d.widget_tags_6f5329bddf8d3024 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_a03705e7076b2e3d 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_588ea4a1f4d9d04d #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_7951d95fcd45fbb9 {
  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_202c0afe1cc5ec61 {
  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_c35dada9ef5a163d .d-item-txt_202c0afe1cc5ec61{
  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_202c0afe1cc5ec61 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_e902028d7554e8c2 {
  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_c35dada9ef5a163d .d-item-block_e902028d7554e8c2{
  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_e902028d7554e8c2{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_d664f249f9720570 .d-number_b491f40de249ade1 {
  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_0ba86c3cca5ce983 .de-step-s1_d664f249f9720570 .d-number_b491f40de249ade1{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_a2faf59934b71139.no-hide_a528e4271a443cb8 .owl-stage-outer_208f93ea49cac29b{
  overflow: visible; !important;
}

.grayscale_b6b150cbeb8bc75a{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_71f571e131838698{ background:#ffffff; }
.bg-black_28ac960f39f6a7ba{ background:#000000; }

/* width (percent) */
.w-10_d21cf11499774217{width: 10%;}
.w-20_20cea9f74a722f34{width: 20%;}
.w-30_b12950f26397d50e{width: 30%;}
.w-40_fc966b9646b2be30{width: 40%;}
.w-50_d3b8d6a07a079896{width: 50%;}
.w-60_a9569cac5f4bb24e{width: 60%;}
.w-70_6ed524d89af6dd50{width: 70%;}
.w-80_670c1f70c2e4f5c4{width: 80%;}
.w-90_af2cc33501533bd0{width: 90%;}
.w-100_d00576baa6079984{width: 100%;}

/* width (px) */
.w-10px_699927668df51cb1{width: 10px;}
.w-20px_871b6f15939854b5{width: 20px;}
.w-24px_280748a7f1aa3b31{width: 24px;}
.w-40px_0ad9516d883f80d1{width: 40px;}
.w-50px_17f1f8b0e785eea0{width: 50px;}
.w-60px_6cb4a9eb43370ac2{width: 60px;}
.w-70px_f65833ef6729bad6{width: 70px;}
.w-80px_c664881c43883ad7{width: 80px;}
.w-90px_04b4a15fc752418c{width: 90px;}
.w-100px_d782d5a103cc72e7{width: 100px;}
.w-110px_9e2685225b519704{width: 110px;}
.w-120px_55534c41b11cd838{width: 120px;}
.w-130px_5b7f80315e00f12c{width: 130px;}
.w-140px_e85f8fc5d8e6cee6{width: 140px;}
.w-150px_97c3f07a3f7a1afd{width: 150px;}
.w-200px_ce44271d0e73b55f{width: 200px;}
.w-250px_65f95243ef4b8ad8{width: 250px;}
.w-300px_5c6819f9952bd423{width: 300px;}

/* height (percent) */
.h-10_024633f22b69c606{height: 10%;}
.h-20_046b7e8abe71eab1{height: 20%;}
.h-30_09c067bc440d410b{height: 30%;}
.h-40_c15ca7c17312ca06{height: 40%;}
.h-50_c58cc1ddf0ef963a{height: 50%;}
.h-60_8aea32cb4c1a2c18{height: 60%;}
.h-70_15a8e0514c510bfd{height: 70%;}
.h-80_ec3ac12ab5d78e93{height: 80%;}
.h-90_2ee6c16ccc3719e1{height: 90%;}
.h-100_cd4db8d6cef3d690{height: 100%;}

/* height (px) */
.h-10px_e428f7858a00e929{height: 10px;}
.h-20px_fd22383d481ebc9c{height: 20px;}
.h-24px_77e52c5110449b13{height: 24px;}
.h-40px_805162220f69414e{height: 40px;}
.h-50px_22cc1a1c1459c565{height: 50px;}
.h-60px_53e9c45f70eb422d{height: 60px;}
.h-70px_ffa8bd94bdb23b49{height: 70px;}
.h-80px_b2f1a91ac6869d60{height: 80px;}
.h-90px_24e0517e9eabb5e7{height: 90px;}
.h-100px_37260958bd3cc52a{height: 100px;}
.h-110px_7969e436c0377b23{height: 110px;}
.h-120px_81311a7e5a821f3d{height: 120px;}
.h-130px_f9d31ccddf27049f{height: 130px;}
.h-140px_b7d094707008276e{height: 140px;}
.h-150px_2aa05e605faca9ff{height: 150px;}
.h-200px_37dcabc6f1607d7a{height: 200px;}
.h-250px_3927cb22ba99361e{height: 250px;}
.h-300px_01f9dd396f84d2f1{height: 300px;}

/* top (percent) */
.top-10_54662e83336ee312{top: 10%;}
.top-20_3dbc283b0079db61{top: 20%;}
.top-30_b9a68b4ea1842be1{top: 30%;}
.top-40_8a75c455d1d1af68{top: 40%;}
.top-50_66570599c1c94964{top: 50%;}
.top-60_35df5ec9afaeb2a9{top: 60%;}
.top-70_0b648fced3bb4622{top: 70%;}
.top-80_7783d3e1dc98bdcb{top: 80%;}
.top-90_c8141b063a8a5739{top: 90%;}
.top-100_cbf63b35aacd2b94{top: 100%;}

/* top (px) */
.top-10px_facdb7a1b59b4ec6{top: 10px;}
.top-20px_1a01fda512df899f{top: 20px;}
.top-30px_dbdadd1397278964{top: 30px;}
.top-40px_69de9d4a07cbdd3e{top: 40px;}
.top-50px_cf624ad464998369{top: 50px;}
.top-60px_8e7546a7721348c5{top: 60px;}
.top-70px_f77ae40f01a21ba1{top: 70px;}
.top-80px_63c8396ea2581f3e{top: 80px;}
.top-90px_01ffb23ebcb07e08{top: 90px;}
.top-100px_d4cafd1527a55285{top: 100px;}

/* bottom (percent) */
.bottom-10_69a53120674d7f6d{bottom: 10%;}
.bottom-20_32d3343aeb14f87b{bottom: 20%;}
.bottom-30_f0a24422b58ee0f8{bottom: 30%;}
.bottom-40_7c0eea1e2d5d6fa9{bottom: 40%;}
.bottom-50_042e08b418221eb1{bottom: 50%;}
.bottom-60_22d07a6cb3c8a68f{bottom: 60%;}
.bottom-70_d71fc37d941fbb29{bottom: 70%;}
.bottom-80_a354c810dcbd5de4{bottom: 80%;}
.bottom-90_165ba468c02e65d2{bottom: 90%;}
.bottom-100_b2a02590c79518b7{bottom: 100%;}

/* bottom (px) */
.bottom-10px_10f7d71160cfba81{bottom: 10px;}
.bottom-20px_b988887ad9be25bb{bottom: 20px;}
.bottom-30px_c1ed568696dbf4a3{bottom: 30px;}
.bottom-40px_d9350d84847e110e{bottom: 40px;}
.bottom-50px_e3979966d1ddbd17{bottom: 50px;}
.bottom-60px_e5bfe8d3ba2bbf78{bottom: 60px;}
.bottom-70px_a5895c5478b9d81b{bottom: 70px;}
.bottom-80px_455a78f4b97f68be{bottom: 80px;}
.bottom-90px_b78af6bf13cbd177{bottom: 90px;}
.bottom-100px_2365e0acd270c428{bottom: 100px;}

/* top negative (px) */
.top-min-10_f41288fccbf77d33{top:-10px;}
.top-min-20_423d5564a58918aa{top:-20px;}
.top-min-30_5e8c3ab566f6d559{top:-30px;}
.top-min-40_4d553d9bd07f4784{top:-40px;}
.top-min-50_1e4b6d02a40c1f54{top:-50px;}
.top-min-60_81dcb3a4e7657c85{top:-60px;}
.top-min-70_43d79b70d4de1c6e{top:-70px;}
.top-min-80_3418ef75c77d113c{top:-80px;}
.top-min-90_e72bbcd852617cd8{top:-90px;}
.top-min-100_2b193ed7732fa637{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_6d65d7580ba02c49{bottom:-10px;}
.bottom-min-20_154682dd68225980{bottom:-20px;}
.bottom-min-30_2ccb869d58492b43{bottom:-30px;}
.bottom-min-40_ce265f85a180b49b{bottom:-40px;}
.bottom-min-50_ac639deb9f05fb79{bottom:-50px;}
.bottom-min-60_598a3568e5d1238d{bottom:-60px;}
.bottom-min-70_d10d8d4412af065d{bottom:-70px;}
.bottom-min-80_560cd14ed49cf4be{bottom:-80px;}
.bottom-min-90_7058c173b16e57ba{bottom:-90px;}
.bottom-min-100_bfdaff61e07beb85{bottom:-100px;}

/* left pos (percent) */
.start-10_389db7f90c89884c{left: 10%;}
.start-20_2ad0a5b4cd2c0289{left: 20%;}
.start-30_fa14bfaab24b47e4{left: 30%;}
.start-40_f874b24387bda08e{left: 40%;}
.start-50_83878b453d1268b9{left: 50%;}
.start-60_0be2b06498cf4683{left: 60%;}
.start-70_b7609da776744963{left: 70%;}
.start-80_7660eef486b5f586{left: 80%;}
.start-90_5733b57b666e3f1f{left: 90%;}
.start-100_1620824d40fa1d24{left: 100%;}

/* left pos (px) */
.start-10px_2c49cac062082707{left: 10px;}
.start-20px_300c46bf9e446134{left: 20px;}
.start-30px_a53c0349a343abf2{left: 30px;}
.start-40px_25cf973c5b8bbca7{left: 40px;}
.start-50px_af66d96a17bc7bf4{left: 50px;}
.start-60px_52bc5cadb86619cb{left: 60px;}
.start-70px_733363b00bbe6c94{left: 70px;}
.start-80px_1a6d4105d31cc009{left: 80px;}
.start-90px_6a3b9200eb980ce8{left: 90px;}
.start-100px_4eb41d6f7d40ebaa{left: 100px;}

/* right  pos (percent) */
.end-10_513c14840c7dc4d4{right: 10%;}
.end-20_dd686e9620f5f352{right: 20%;}
.end-30_08f82da689a18b4c{right: 30%;}
.end-40_d7d862ea42977e12{right: 40%;}
.end-50_514a1e400782499a{right: 50%;}
.end-60_da77cc15a477340e{right: 60%;}
.end-70_1a623d70a7ea2665{right: 70%;}
.end-80_0df63d547baf93ab{right: 80%;}
.end-90_1a129f123f697f9f{right: 90%;}
.end-100_f6949b27764f411f{right: 100%;}

/* right  pos (px) */
.end-10px_d46043781a69542a{right: 10px;}
.end-20px_5022a60e9b812b60{right: 20px;}
.end-30px_891a5365ce44281f{right: 30px;}
.end-40px_0a4798e7d5443719{right: 40px;}
.end-50px_40f61eab2ab22c84{right: 50px;}
.end-60px_631e02d76d12ccb6{right: 60px;}
.end-70px_6fc60bc2f6fae254{right: 70px;}
.end-80px_f8e1bb2f1818369d{right: 80px;}
.end-90px_d344c03b9b95bac9{right: 90px;}
.end-100px_6a9fd267fa95ac48{right: 100px;}

/* margin-left (percent) */
.ms-10_8103493eab251b3e{margin-left: 10%;}
.ms-20_4203d34db80f110c{margin-left: 20%;}
.ms-30_f44f109407d6c6d2{margin-left: 30%;}
.ms-40_81bc661ed9bfc6c1{margin-left: 40%;}
.ms-50_81f2d9609aac6daa{margin-left: 50%;}
.ms-60_816d11a88cfa8e74{margin-left: 60%;}
.ms-70_a9b4f0415ef5aca9{margin-left: 70%;}
.ms-80_d9ef50012cdab79d{margin-left: 80%;}
.ms-90_bdbf990d1cbcb246{margin-left: 90%;}
.ms-100_426578e0a365f759{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_6842583b4b9fe097{margin-left: 10px;}
.ms-20px_654f79f30e55008b{margin-left: 20px;}
.ms-30px_8b7d2da593b575a2{margin-left: 30px;}
.ms-40px_bf3128ccaca7173e{margin-left: 40px;}
.ms-50px_9230c1d213b0d17c{margin-left: 50px;}
.ms-60px_295ef5ccbc108ea2{margin-left: 60px;}
.ms-70px_725193ed0eeb9f40{margin-left: 70px;}
.ms-80px_d1ae4e9366b66251{margin-left: 80px;}
.ms-90px_23a14c6c73a0f860{margin-left: 90px;}
.ms-100px_3404964c69df17d3{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_a30c09c4ee45a4a7{margin-top:-10px;}
.mt-min-20_c48d9a7ee2bbe663{margin-top:-20px;}
.mt-min-30_37254a5e375dc153{margin-top:-30px;}
.mt-min-40_5c1d28e19fa57afa{margin-top:-40px;}
.mt-min-50_c8d479722fbccf3c{margin-top:-50px;}
.mt-min-60_ecbf6c9cc17601cf{margin-top:-60px;}
.mt-min-70_3dac7d04acfc8596{margin-top:-70px;}
.mt-min-80_12151544c942a9c6{margin-top:-80px;}
.mt-min-90_8691cc3e064f7ba0{margin-top:-90px;}
.mt-min-100_bf4024050291ad55{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_13ab022eb0af3963{margin-bottom:-10px;}
.mb-min-20_8517f6e74fcfbb73{margin-bottom:-20px;}
.mb-min-30_e4c53b4f064a603c{margin-bottom:-30px;}
.mb-min-40_f4791d7181a0f5a1{margin-bottom:-40px;}
.mb-min-50_ebafcc90e84c7752{margin-bottom:-50px;}
.mb-min-60_dc72828422fc98fe{margin-bottom:-60px;}
.mb-min-70_d85bb0930f9ea83e{margin-bottom:-70px;}
.mb-min-80_98f85b56e9f20a4b{margin-bottom:-80px;}
.mb-min-90_80a1d769fdc9dd77{margin-bottom:-90px;}
.mb-min-100_7991f0d7ca21fc02{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_d888f0746e9d87f1{margin-left:-10px;}
.ms-min-20_4d9024fe3dc5cd09{margin-left:-20px;}
.ms-min-30_af7d5366adff17a2{margin-left:-30px;}
.ms-min-40_716ccf94e0409ba4{margin-left:-40px;}
.ms-min-50_d48db87ea6355eca{margin-left:-50px;}
.ms-min-60_e2cbcd703a5d44a1{margin-left:-60px;}
.ms-min-70_0786d3827ddd1193{margin-left:-70px;}
.ms-min-80_e9c3b35d5638a4c8{margin-left:-80px;}
.ms-min-90_e9a881035c1fc224{margin-left:-90px;}
.ms-min-100_00d1f57c80205809{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_9223bac1d9d88617{margin-right:-10px;}
.me-min-20_44586bdc326e54e6{margin-right:-20px;}
.me-min-30_a3a6ee028ec73202{margin-right:-30px;}
.me-min-40_8a9c3cb989a37e9a{margin-right:-40px;}
.me-min-50_0f4c0a93c4d80d3c{margin-right:-50px;}
.me-min-60_a208661c888b3a61{margin-right:-60px;}
.me-min-70_03d1e1075135eb2b{margin-right:-70px;}
.me-min-80_d763055212c6ecab{margin-right:-80px;}
.me-min-90_eecf806e05088c04{margin-right:-90px;}
.me-min-100_dd9740ad7f68a082{margin-right:-100px;}

/* font-size (px) */
.fs-12_abc0e86d30bdad06{font-size: 12px;}
.fs-14_449f03b70c8f93a5{font-size: 14px;}
.fs-15_0a4b3b8dce25e1d4{font-size: 15px;}
.fs-16_eae671fa5ead0a35{font-size: 16px;}
.fs-18_c0635f9546760864{font-size: 18px;}
.fs-20_a45657c5ab10f151{font-size: 20px;}
.fs-24_eedc748c6987b1c7{font-size: 24px;}
.fs-28_048a6089407eac19{font-size: 28px;}
.fs-30_a346ed7fe674cfd0{font-size: 30px;}
.fs-32_d2e6d5a287adf652{font-size: 32px;}
.fs-36_be53707932c737a3{font-size: 36px;}
.fs-40_fcf79b696563e0ef{font-size: 40px;}
.fs-48_197450d9b49c6b89{font-size: 48px;}
.fs-56_3dc785b72fca4ec8{font-size: 56px;}
.fs-60_5d064e732d22b312{font-size: 60px;}
.fs-64_2199e91df4afd0c9{font-size: 64px;}
.fs-72_3d15aa39ca13629d{font-size: 72px;}
.fs-96_aa14276dc639b264{font-size: 96px;}
.fs-120_b46d4edc46605deb{font-size: 120px;}
.fs-150_eb5b29387a96d208{font-size: 150px;}
.fs-200_743c1e68f4ffd520{font-size: 200px;}


/* font-weight */
.fw-100_f52c8d657c6f4349{font-weight: 100;}
.fw-200_92f47a2bb692cea9{font-weight: 200;}
.fw-400_cf5ae16d675b949b{font-weight: 300;}
.fw-400_cf5ae16d675b949b{font-weight: 400;}
.fw-500_b99c8c5edda9d286{font-weight: 500;}
.fw-600_64df6c04b88e1b8d{font-weight: 600;}
.fw-bold_2ab061bb8d3fe1ba{font-weight: bold;}

/* margin left (px) */
.ms-10_8103493eab251b3e{margin-left: 10%;}
.ms-20_4203d34db80f110c{margin-left: 20%;}
.ms-30_f44f109407d6c6d2{margin-left: 30%;}
.ms-40_81bc661ed9bfc6c1{margin-left: 40%;}
.ms-50_81f2d9609aac6daa{margin-left: 50%;}
.ms-60_816d11a88cfa8e74{margin-left: 60%;}
.ms-70_a9b4f0415ef5aca9{margin-left: 70%;}
.ms-80_d9ef50012cdab79d{margin-left: 80%;}
.ms-90_bdbf990d1cbcb246{margin-left: 90%;}
.ms-100_426578e0a365f759{margin-left: 100%;}

/* padding (px) */
.p-10_ce38190e0d54d06f{padding: 10px;}
.p-15_b98622591eea3815{padding: 15px;}
.p-20_3e20ecdd3bd6cb1b{padding: 20px;}
.p-30_2aec6867360b864f{padding: 30px;}
.p-40_245ec30985f2f5d0{padding: 40px;}
.p-50_56204745e742dec6{padding: 50px;}
.p-60_e87dede0864c222e{padding: 60px;}
.p-70_767dc2329ab0521b{padding: 70px;}
.p-80_8199b22b7cea9114{padding: 80px;}
.p-90_80a7e39a1ed96bc3{padding: 90px;}
.p-100_dd7735dff55ef119{padding: 100px;}

/* padding bottom (px) */
.pb-10_cccc7e273f3eed99{padding-bottom: 10px;}
.pb-20_5ced8a98453ec436{padding-bottom: 20px;}
.pb-30_396db54bcbeddbe7{padding-bottom: 30px;}
.pb-40_a0e1f13415cb7436{padding-bottom: 40px;}
.pb-50_c3fc9301c7cde724{padding-bottom: 50px;}
.pb-60_512baa23ddb410f8{padding-bottom: 60px;}
.pb-70_fc2915e529ca9df1{padding-bottom: 70px;}
.pb-80_62fd406e6581ee4c{padding-bottom: 80px;}
.pb-90_7bb1fb8e1994c606{padding-bottom: 90px;}
.pb-100_07482d1722ffc946{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_1b621ac9877ed765{padding-top: 10px;}
.pt-20_446b5b6c48883536{padding-top: 20px;}
.pt-30_f629178e26da0796{padding-top: 30px;}
.pt-40_88a81bef82ed3d34{padding-top: 40px;}
.pt-50_73cef45f14d119c9{padding-top: 50px;}
.pt-60_9f08b465242f5fce{padding-top: 60px;}
.pt-70_693bf874cb61c667{padding-top: 70px;}
.pt-80_2eb8384b8f83253a{padding-top: 80px;}
.pt-90_e0daf07f5c121f8c{padding-top: 90px;}
.pt-100_7d63f23d85444eed{padding-top: 100px;}

/* padding left (px) */
.ps-10_47b8401db9053882{padding-left: 10px;}
.ps-20_fad8f188553abacb{padding-left: 20px;}
.ps-30_008991fce26fd3f3{padding-left: 30px;}
.ps-40_a172565ca7312577{padding-left: 40px;}
.ps-50_8d944a75a1ead66a{padding-left: 50px;}
.ps-60_2608922511141336{padding-left: 60px;}
.ps-70_4b3cf7d3106de374{padding-left: 70px;}
.ps-80_e188533e2b846c82{padding-left: 80px;}
.ps-90_b51f40be76a2d78d{padding-left: 90px;}
.ps-100_0e5c8d1d43b942ab{padding-left: 100px;}

/* border white */
.border-white-1_287b2eba814d1831{border: solid 1px white;}
.border-white-2_c0f2bbb8d31bdcaa{border: solid 2px white;}
.border-white-3_777724129c4b4999{border: solid 3px white;}
.border-white-4_e22a43af414f3a50{border: solid 4px white;}
.border-white-5_16795d09033f2163{border: solid 5px white;}
.border-white-6_c9da7a453d71945f{border: solid 6px white;}
.dashed-1-white_4213062669abfe1e{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_9df9de97220e8e6b{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_ff059096b67f174a{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_325de49284089016{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_1fdb629905303d33{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_7cdf9e412491fba0{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_ea130e0e907b8c9e{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_d52973654b4926e7{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_bbe06e499465a7fc{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_cf8d8ddd49d03bfd{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_f37796b8b33d00d9{transform: scale(1.2);}
.hover-scale-in-3_27d7954b4f5015a6{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_27d7954b4f5015a6{transform: scale(1); opacity: 1}
.hover-op-0_ed460611d7041360{ opacity:1 }
.hover:hover .hover-op-0_ed460611d7041360{ opacity:0 }
.hover-op-1_9e36d19aea7d7c54,.hover-op-05_7c50696956980526{ opacity:0 }
.hover:hover .hover-op-1_9e36d19aea7d7c54{ opacity:1 }
.hover:hover .hover-op-05_7c50696956980526{ opacity:.5 }
.hover:hover .hover-scale-1-1_2dcff88c039d0fc1{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_f37796b8b33d00d9{transform: scale(1.2);}
.hover-scale-in-3_27d7954b4f5015a6{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_27d7954b4f5015a6{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_8bd50a870ffbd464{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_7b0fc89e8407751b{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_a65d6f34d7b0275d{background: var(--heading-font-color)}
.hover-mh-100_30fbe7d75b9aa903{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_30fbe7d75b9aa903{max-height: 500px;}
.hover:hover .hover-top-0_50f8ad724c4a07be{top:0;}
.hover:hover .hover-pb-40_372dcaf3414b8fc3{padding-bottom: 40px;}
.hover-mt-40_31c45187d72625aa{margin-top: 40px;}
.hover:hover .hover-mt-40_31c45187d72625aa{margin-top: 0px;}
.hover:hover .hover-mt-0_efffcb7a87c778ce{margin-top: 0;}

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

/* opacity */
.op-1_00b1862a889e6a35{ opacity:.1; }
.op-2_e636b1429e2c6000{ opacity:.2; }
.op-3_1df5f2dd5aaf228a{ opacity:.3; }
.op-4_0b7373c9a62f2631{ opacity:.4; }
.op-5_9312eca69a848a37{ opacity:.5; }
.op-6_2274cce69b043cb7{ opacity:.6; }
.op-7_89e292a02b9a1c78{ opacity:.7; }
.op-8_6c27775f72da02c1{ opacity:.8; }
.op-9_07d51f173fbd1736{ opacity:.9; }

/* line height em */
.lh-1_a1642a031bbb0b2c{line-height: 1em;}
.lh-1-1_09373abe810d51e2{line-height: 1.1em;}
.lh-1-2_2b86324a9ab2db8f{line-height: 1.2em;}
.lh-1-3_1fc81db93743813e{line-height: 1.3em;}
.lh-1-4_c45736bb1ed39528{line-height: 1.4em;}
.lh-1-5_c76f7dd4f134d49c{line-height: 1.5em;}
.lh-1-6_88de1293dd38c8ab{line-height: 1.6em;}
.lh-1-7_9fc93b3130481dbd{line-height: 1.7em;}
.lh-1-8_e8c5ec6069770053{line-height: 1.8em;}

/* min height (px) */
.mh-200_a31bf2bc20729a63{min-height:200px;}
.mh-300_ab6abd4667acdf24{min-height:300px;}
.mh-400_6e3da8b6ccb18622{min-height:400px;}
.mh-500_ff6d235a68a346de{min-height:500px;}

/* background dark */
.bg-dark-20_d622fd38b891c0db{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_328a24de586bd7f0{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_19d039093bf941a6{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_147a028cd930e515{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_0a341868b2c9224d{background: rgba(0, 0, 0, .1)}
.overlay-black-2_c636d60a4f75f2ab{background: rgba(0, 0, 0, .2)}
.overlay-black-3_e13dc38a9965d1f6{background: rgba(0, 0, 0, .3)}
.overlay-black-4_4500a17cd2580038{background: rgba(0, 0, 0, .4)}
.overlay-black-5_5b650cda69111cc2{background: rgba(0, 0, 0, .5)}
.overlay-black-6_865affdedb9914af{background: rgba(0, 0, 0, .6)}
.overlay-black-7_82b301015f80f2db{background: rgba(0, 0, 0, .7)}
.overlay-black-8_c7b412022cd81922{background: rgba(0, 0, 0, .8)}
.overlay-black-9_f7ad405c0bd88b88{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_04dc3694700025f3{background: rgba(255, 255, 255, .1)}
.overlay-white-2_379ab9a804ffcaba{background: rgba(255, 255, 255, .2)}
.overlay-white-3_10047f4db4378c3f{background: rgba(255, 255, 255, .3)}
.overlay-white-4_42fa88874686765d{background: rgba(255, 255, 255, .4)}
.overlay-white-5_0979bed699f72863{background: rgba(255, 255, 255, .5)}
.overlay-white-6_4585f9483b90bcfd{background: rgba(255, 255, 255, .6)}
.overlay-white-7_a24a8c5913288d2e{background: rgba(255, 255, 255, .7)}
.overlay-white-8_9414d6fc79e0c19d{background: rgba(255, 255, 255, .8)}
.overlay-white-9_c869f1ac1a6ea2b7{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_88e7aead05e1433a { left: 50%; transform: translateX(-50%);}
.abs-middle_4f276339354fcf3e{ top: 50%;  transform: translateY(-50%);}
.abs-centered_fb171ab784fdbe63{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_a00cfaf4e504e124 { position: relative; }

/* z-index */
.z-1_c02b5e77c18dfe92{ z-index:1 }
.z-2_cbb0a105ff572a0f{ z-index:2 }
.z-3_7b9d43529dfb170f{ z-index:3 }
.z-4_2648e17c9f62e28c{ z-index:4 }
.z-1000_ffb4ab191a598800 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_cd76c12e9fef55b4 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_cd76c12e9fef55b4 .img-l1_2d1cd14312c09586{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_cd76c12e9fef55b4 .img-l2_73d51885408ca2dc{
  top:20%;
  left: 0%;
}


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

.ss-wrap_cd76c12e9fef55b4 .img-r2_41499bd78ab87878{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_8d09e2c5c4d8ba1e .d-item .d-text_4b5a9f27e28f0629 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_753f80bbbaf30c4c .d-item.no-border_ff4387a24c003235{
  border: none;
}

.de-timeline-s2_753f80bbbaf30c4c .d-item  .d-icon_b6f4e19651fe0f30{
  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_753f80bbbaf30c4c.color .d-item  .d-icon_b6f4e19651fe0f30{
  background: var(--secondary-color);
}

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

.de-timeline-s2_753f80bbbaf30c4c .d-item .d-text_4b5a9f27e28f0629{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_45aa7470b9918292.border-left_efe9fe3d282d39d5.light_00368e6d1ec698cd{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_0abb79412d9f5241 .swiper-pagination-current_71551ced00b6afa2{
  color: var(--heading-font-color);
}

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

.slider-light_0abb79412d9f5241 .swiper-button-next, .slider-light_0abb79412d9f5241 .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_eb58f63bcfea8fc2{
  color:#ffffff;
}
.sw-price_eb58f63bcfea8fc2 .d-starting_1ff8d05c112fa0af{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_eb58f63bcfea8fc2 .d-price_9bbf4ed3e4a7d2c4{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_eb58f63bcfea8fc2 .d-val_2bd9923c973f9050{
  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_eb58f63bcfea8fc2 .d-cur_6baa5e18037049c8, .sw-price_eb58f63bcfea8fc2 .d-period_736fc9bda731511e{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_eb58f63bcfea8fc2 .d-cur_6baa5e18037049c8{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_3ead730d1e3ac414 {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_3ead730d1e3ac414 {
    min-height: 320px;
  }
}
.swiper-container-wrapper_0bb602b5629ad18e {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_0bb602b5629ad18e {
    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_135c7d9339a92668 h3{
  font-size: 22px
}

.sw-caption-thumb_135c7d9339a92668 .d-tag_4aeb9e8ac76e79a9{
  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_16cbc7be600bd254 #mainmenu{
  margin: 0;
}

.col-start_140cc8d8f44d6d4d, .col-end_24183efdb4527f75 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_24183efdb4527f75{
  justify-content: end;
}

.col-center_93d5d5b75136642f {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_93d5d5b75136642f img{
  width: 160px;
}


.subtitle_213959a7952173da{
  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_213959a7952173da: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_588ea4a1f4d9d04d .subtitle_213959a7952173da, .text-light_0ba86c3cca5ce983 .subtitle_213959a7952173da{
  color:#ffffff;
}


.dark-scheme_588ea4a1f4d9d04d .subtitle_213959a7952173da:before, .text-light_0ba86c3cca5ce983 .subtitle_213959a7952173da:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_213959a7952173da.blink_b66f50de053d3c9f{
  padding-left: 35px;
}

.subtitle_213959a7952173da.blink_b66f50de053d3c9f: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_588ea4a1f4d9d04d::-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_a0f51fbaecd1b40e {
    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_a3892a85b67e1038 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_588ea4a1f4d9d04d .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_7cb3600c54711106{
      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_7cb3600c54711106 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_4ba20bd894c7ec32 {
  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_4ba20bd894c7ec32 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_4ba20bd894c7ec32 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_4ba20bd894c7ec32 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_20e82c8247a87f74: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_77ccddd3e6705818 {
  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_a2faf59934b71139,
.rtl .bx-wrapper_293e5704f5b698a9 {
  direction: ltr;
}

.rtl .owl-carousel_a2faf59934b71139 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_16cbc7be600bd254 {
  display: flex;
  justify-content: space-between;
}

.de-flex_16cbc7be600bd254>.de-flex-col_ff9315cbc1217771 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_58aecc413576985f,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_58aecc413576985f {
  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_7497011e4d7b167c {
  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_5fd1663771b7fecd {
  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_5fd1663771b7fecd {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_02757be9ded84ebe {
  border-color: #EFEFEF !important;
}

.tparrows_a42b33fb5f77a736 {
  background: none !important;
}

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

.text-light_0ba86c3cca5ce983 .border_02757be9ded84ebe {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_a2faf59934b71139 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_9e8b32d1ec9b54e8 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_9e8b32d1ec9b54e8 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_9e8b32d1ec9b54e8 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_b0a08a3ef01c26a4.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_b0a08a3ef01c26a4.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_b0a08a3ef01c26a4 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_4f9bfa695739e80b .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_0ba86c3cca5ce983 strong {
  color: #fff;
}

.bg-white_71f571e131838698 {
  background: #ffffff;
}

.bg-white-10_cb0500bd30f576a7 {
  background: rgba(255, 255, 255, .1);
}

.wh80_f90808dbd8c15931 {
  width: 80%;
  height: 80%;
}

.border-top_33800b40b8144a52 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_dfc1a1b495a991af {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_588ea4a1f4d9d04d header.border-bottom_dfc1a1b495a991af {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_ba876a850d5db86d {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_ba876a850d5db86d {
  padding: 60px 0 60px 0;
}

.color-overlay-2_5c6b644f4dcaa82d {
  background: rgba(26, 37, 48, .85);
}

.circle-x_7015b10e1b7fa717 {
  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_654f6d27887a98af:before,
.nav-next_94d8107e3588e984:before,
.nav-exit_0e2e62b22ec24d7f:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_0e2e62b22ec24d7f:before {
  width: 100%;
  display: block;
}

.nav-next_94d8107e3588e984:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_0e2e62b22ec24d7f:before {
  content: '\f00d';
}

.de_light_9420010396a5997e .nav-exit_0e2e62b22ec24d7f:before {
  color: #222;
}

.no-bottom_cd6526199b4c7d57 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_bec21d9c2595797d {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_e0534fca20b32305 {
  background: #f6f6f6;
}

.no-bottom_cd6526199b4c7d57 .col-md-12_b6e42362fe483e62 {}

.no-bottom_cd6526199b4c7d57 {
  padding-bottom: 0 !important;
}

.no-top_23e46e62ffb8b042 {
  padding-top: 0 !important;
}

.no-margin_05ce989a3447eac0 {
  margin: 0 !important;
}

.nopadding_2f83c85a7b6a9074 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_e992160e06b0bc07 {
  position: relative;
  overflow: hidden;
}

.image-slider_52466e6ccc0dffcc {
  cursor: move;
}

.inner-padding_315fbc6a6a45d55a {
  padding: 90px;
}

.inner-padding_315fbc6a6a45d55a.pos-left_528f5f01b1eb664b {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_315fbc6a6a45d55a.pos-left_528f5f01b1eb664b {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_ca36bc1e5a592bd1,
section.no-padding_ca36bc1e5a592bd1 {
  padding: 0;
}

.float-left_8e7540e1ceb21261 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_a3faf87a7368f71b {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_21ece9e6ae8b69ab {
  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_0b17e46ffc152c2f {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_0b17e46ffc152c2f.style-2_46e82353473fa784 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_0b17e46ffc152c2f.style-3_8811b38c865c87c7 {
  font-size: 14px;
}

.teaser_0b17e46ffc152c2f.style-4_ac0bc1ad6bd2e31e {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_abf1dd5f2cb80801:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_7ae9dbc04ad69a40 {
  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_1bf0d8b855b2b319 {
  display: flex;
}

.owl-prev_aaa47a14fe007397,
.owl-next_5aa51a2e7f234fc3,
.d-nav-left_4340b1d00743497e,
.d-nav-right_bb7ad720bae77c89 {
  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_588ea4a1f4d9d04d .owl-prev_aaa47a14fe007397,
.dark-scheme_588ea4a1f4d9d04d .owl-next_5aa51a2e7f234fc3 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_aaa47a14fe007397:hover,
.owl-next_5aa51a2e7f234fc3: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_aaa47a14fe007397,
.d-nav-left_4340b1d00743497e {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_5aa51a2e7f234fc3,
.d-nav-right_bb7ad720bae77c89 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_4340b1d00743497e i,
.d-nav-right_bb7ad720bae77c89 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_5aa51a2e7f234fc3 i,
.d-nav-left_4340b1d00743497e i {
  top: 12px;
  left: 16px;
}

.d-nav-right_bb7ad720bae77c89 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_7eea42bb5f246ebf {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_7eea42bb5f246ebf span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_7eea42bb5f246ebf .prev {
  left: 0;
}

.owl-arrow_7eea42bb5f246ebf .next {
  right: 0;
}

.owl-arrow_7eea42bb5f246ebf .prev:before,
.owl-arrow_7eea42bb5f246ebf .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_7eea42bb5f246ebf .next:before {
  content: '\f178';
}

.owl-pagination_42e0504931f29e4f {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_7d3375870aab13c2 .owl-controls_4dffc142077d5849 .owl-page_83425d76914b1134 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_7d3375870aab13c2 .owl-controls_4dffc142077d5849 .owl-page_83425d76914b1134.active span {
  background: none;
}

.owl-theme_7d3375870aab13c2 .owl-controls_4dffc142077d5849 .owl-page_83425d76914b1134.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_7d3375870aab13c2 .owl-nav_1bf0d8b855b2b319.disabled+.owl-dots_318445db7c36ac14 {
  margin-top: 0px;
}

.owl-dots_318445db7c36ac14 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_7d3375870aab13c2 .owl-dots_318445db7c36ac14 .owl-dot_f3dd432a679200c0 span {
  display: none;
}

/* new owl close */

.text-light_0ba86c3cca5ce983 .owl-theme_7d3375870aab13c2 .owl-controls_4dffc142077d5849 .owl-page_83425d76914b1134 span {
  background-color: #fff;
}

.text-light_0ba86c3cca5ce983 .owl-theme_7d3375870aab13c2 .owl-controls_4dffc142077d5849 .owl-page_83425d76914b1134.active span {
  background: none;
}

.text-light_0ba86c3cca5ce983 .owl-theme_7d3375870aab13c2 .owl-controls_4dffc142077d5849 .owl-page_83425d76914b1134.active span:before {
  border: solid 2px #fff;
}

.text-slider_cf67448060730754 {
  color: #fff;
  display: inline-block;
}

.text-slider_cf67448060730754.med-text_7d06ef3619b44edc {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_cf67448060730754.big-text_dc7df29a4e6fd0b3 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_5f8edbf0d636e262 .text-item {
  display: inline-block;
}

.text-slider_cf67448060730754.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_cf67448060730754.big-text_dc7df29a4e6fd0b3 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_cf67448060730754 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_cbf2379090db7819 {
  color: #ff0000;
}

.teal_8898e79381c9efd6 {
  color: #009999;
}

.purple_9175143f33780c33 {
  color: #663366;
}

.green_39d9a252bd6d5256 {
  color: #009900;
}

.bg-overlay_1e83f29bf467c307 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_8d0be5f5652f91b9 {
  position: relative;
}

.overlay-bg_ab2ab31767f434f2 {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_ab2ab31767f434f2.p60_0f7517bf13554d00 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_d94221bae0ebbb52 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_194686d05889a666 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_ab2ab31767f434f2.t0_16ad48c0c72fe871 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_ab2ab31767f434f2.t20_eec782e94137bc85 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_ab2ab31767f434f2.t30_a24fcaef4dd9280b {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_ab2ab31767f434f2.t40_33caea8e08feb905 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_ab2ab31767f434f2.t50_a10ccd63c5732dbe {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_ab2ab31767f434f2.t60_c057bc4afad2ddff {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_ab2ab31767f434f2.t70_1706cc14f69c6a1a {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_ab2ab31767f434f2.t80_73dbb522c0816c21 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_ab2ab31767f434f2.t90_c9fad6776cbd68b9 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_ab2ab31767f434f2.light-5_8aeadf87fb7aefff {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_ab2ab31767f434f2.light-6_53ebc711dba0c3ea {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_ab2ab31767f434f2.light-7_bcb5834baddd0dbf {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_ab2ab31767f434f2.light-8_fb9839fa85aa5226 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_ab2ab31767f434f2.c1_909fbd495871e2ac {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_ab2ab31767f434f2.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_ab2ab31767f434f2.gradient-blue-aqua_d9b79aa2d0b131f3 {
  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_9b6d0c9dd5d7eab5.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_d3ded4a13d838ba1 {
  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_e0534fca20b32305,
section.bg-grey_e0534fca20b32305 {
  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_745935db3540fc50 {
  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_6c826e0467160122 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_6c826e0467160122:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_8026ae27659ce972 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_c9011134727e6d0a {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_c9011134727e6d0a:hover {
  color: #707070;
}

a.read_more_c9011134727e6d0a i {
  margin-left: 8px;
}

.text-light_0ba86c3cca5ce983 a.read_more_c9011134727e6d0a {
  color: #fff;
}

.text-black_df057ba98f3d4315 {
  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_e86447ee71406ba8 {
  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_aaa61c7b6ba38b25:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_aaa61c7b6ba38b25: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_318445db7c36ac14 {
  text-align: center;
}

.owl-dot_f3dd432a679200c0 {
  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_588ea4a1f4d9d04d .owl-dot_f3dd432a679200c0,
.text-light_0ba86c3cca5ce983 .owl-dot_f3dd432a679200c0 {
  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_c7f64f9b18286950 {
  opacity: 1;
}

.owl-stage_1a31cfe8a7d3a382 {
  overflow: none;
}

.typed-strings_c0db582a1d308005 p {
  position: absolute;
}

.typed-cursor_94ed8ba7f2ca9c95 {
  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_46e82353473fa784 .date-box_56cafd2c1760b34d {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_46e82353473fa784 .date-box_56cafd2c1760b34d .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_46e82353473fa784 .date-box_56cafd2c1760b34d .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_8fa21c6079bcd6f3 {
  margin: 0;
  padding: 0;
}

.sitemap_8fa21c6079bcd6f3.s1_f5d3280a34c2ded0 li {
  list-style: none;
}

.sitemap_8fa21c6079bcd6f3.s1_f5d3280a34c2ded0 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_c705b3146e323de8 {
  margin: 0;
  padding: 0;
}

.list_c705b3146e323de8 li {
  list-style: none;
}

.rtl .list_c705b3146e323de8.s1_f5d3280a34c2ded0 li:after,
.list_c705b3146e323de8.s1_f5d3280a34c2ded0 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_c705b3146e323de8.s1_f5d3280a34c2ded0 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_c705b3146e323de8.s1_f5d3280a34c2ded0 li:before {
  display: none;
}

.list_c705b3146e323de8.s2_c35dada9ef5a163d li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_c705b3146e323de8.s3_e5b8831245c5d44e {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_c705b3146e323de8.s3_e5b8831245c5d44e li {
  display: inline;
  margin-right: 20px;
}

.list_c705b3146e323de8.s3_e5b8831245c5d44e a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_9866607dc6ff5b71 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_588ea4a1f4d9d04d .switch-set_9866607dc6ff5b71{
  color:#ffffff;
}

.dark-scheme_588ea4a1f4d9d04d .switch_c9d6730cbac5d14d {
  background: rgba(255, 255, 255, .1);
}

.switch-set_9866607dc6ff5b71 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_c9d6730cbac5d14d {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_c9d6730cbac5d14d::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_43d544973da08887 {
  display: block;
}

.de-switch_43d544973da08887 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_43d544973da08887 input[type=checkbox] {
  display: none;
}

.de-switch_43d544973da08887 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_43d544973da08887 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_43d544973da08887 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_588ea4a1f4d9d04d .de-switch_43d544973da08887 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_43d544973da08887 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_43d544973da08887.colored_557522cb56acbde9 input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_43d544973da08887.colored_557522cb56acbde9 label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_43d544973da08887 {
  float: right;
}

.switch_c9d6730cbac5d14d:checked::after {
  transform: translateX(20px);
}

.switch_c9d6730cbac5d14d:focus {
  outline-color: transparent;
}

.menu_side_area_d7b9fcb72d46aad7 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_d7b9fcb72d46aad7 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_588ea4a1f4d9d04d .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_6a9f00c48735774a {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_8ee8a18e61036292 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_d88cbc81516d63e1 {
  display: none;
}

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

.ul-style-2_54f59cc56d99d3c0 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_54f59cc56d99d3c0 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_54f59cc56d99d3c0.s2_c35dada9ef5a163d li h4 {
  font-weight: 600;
}

.ul-style-2_54f59cc56d99d3c0.s2_c35dada9ef5a163d li {
  margin-bottom: 30px;
}

.ul-style-2_54f59cc56d99d3c0.s3_e5b8831245c5d44e li {
  margin-bottom: 5px
}

.ul-style-2_54f59cc56d99d3c0 .d-label_2699b479c686eb2d {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_a4ea569cc2ac5340{
  margin: 0;
  padding: 0;
}

.ul-check-inline_a4ea569cc2ac5340 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_a4ea569cc2ac5340 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_54f59cc56d99d3c0 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_54f59cc56d99d3c0 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_566aeb74da034458 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_566aeb74da034458 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_566aeb74da034458 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_566aeb74da034458 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_261cdc9e13432ba2{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_c2d0a51bd26e5a77{
  color:#ffffff;
}


/* shadow */

.shadow-soft_88e4d8af8fc7614f,
.de-map-wrapper_f605d3c806a80428 iframe,
.expand-custom_56c6785b6c6943b2,
#form_sb input,
.container-timeline_f09c2bd6cdf40979 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_db52b8f4bee5b06c {
  -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_c7934d6f0918cff3 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_3f3e788a78dd6799 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_7222175c7da2e95d {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_da73b397282b707d {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_fb2f62ba7f787792{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_14523b113c825dad{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_4a6d85f9fde3549c {
  right: 0;
}

.rtl .carousel-control-prev_2f1cecb386788b28 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_d3652d1159b1b1a9,
.carousel-control-prev-icon_e39309863358a2f9 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_d3652d1159b1b1a9:after,
.carousel-control-prev-icon_e39309863358a2f9:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_d3652d1159b1b1a9:after {
  content: "\f105";
}

.carousel-control-next-icon_d3652d1159b1b1a9:hover,
.carousel-control-prev-icon_e39309863358a2f9: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_f605d3c806a80428 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_9989a058c655a7c6 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_9989a058c655a7c6 {
  -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_96a57534515bb85b {
  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_07e4dd5190f6bbe0{
  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_e3cb3ba6d26dfeb7 .bubble_07e4dd5190f6bbe0:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_e3cb3ba6d26dfeb7 .bubble_07e4dd5190f6bbe0:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_e3cb3ba6d26dfeb7 .bubble_07e4dd5190f6bbe0:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_dc4cee2168d38972{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_dc4cee2168d38972 .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_7656450c2c7275fb{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_7656450c2c7275fb dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_7656450c2c7275fb dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_7656450c2c7275fb dt span:after {
  content: " ";
}
.def-list-dots_7656450c2c7275fb dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_7656450c2c7275fb .no-def-item_95dbc03bed65c763 dt:after {
  content: "";
}
.def-list-dots_7656450c2c7275fb 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_df06de6dbd47b287 img{
  height: 350px;
  width: auto;
}

.d-list-menu_b3bff152046f799b {
  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_2d36ca2da905504c .dropdown a:hover {
  color: #333;
}

.dark-scheme_588ea4a1f4d9d04d .dropdown a,
.dark-scheme_588ea4a1f4d9d04d .header-light_2d36ca2da905504c .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_588ea4a1f4d9d04d .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_588ea4a1f4d9d04d .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_588ea4a1f4d9d04d .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_b7238ba02fd08a28 {
  width: 600px !important;
}

.dropdown ul.d-col-3_b7238ba02fd08a28 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_b7238ba02fd08a28 li span {}

.text-light_0ba86c3cca5ce983 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_0ba86c3cca5ce983 .dropdown a {
  color: #ffffff;
}

.items_filter_b07bda49290706af {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_b07bda49290706af .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_2c77108c1e579801,
.dropdown.fullwidth_2c77108c1e579801 a,
.dropdown.fullwidth_2c77108c1e579801 ul,
.dropdown.fullwidth_2c77108c1e579801 li {
  width: 100%;
}

.dropdown.style-2_46e82353473fa784,
.dropdown.style-2_46e82353473fa784 a,
.dropdown.style-2_46e82353473fa784 ul,
.dropdown.style-2_46e82353473fa784 li {
  width: 100%;
}

.rtl .dropdown.style-2_46e82353473fa784 {
  text-align: right;
}

.dropdown.style-2_46e82353473fa784 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_46e82353473fa784 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_66c51a431135c81d {
  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_66c51a431135c81d:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_0463544e83f02171 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_0463544e83f02171 span {
  display: inline-block;
  position: relative;
}

.separator_0463544e83f02171 span:before,
.separator_0463544e83f02171 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_0463544e83f02171 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_0463544e83f02171 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_0463544e83f02171 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_9420010396a5997e .separator_0463544e83f02171 span:before,
.de_light_9420010396a5997e .separator_0463544e83f02171 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_0ba86c3cca5ce983 .separator_0463544e83f02171 span:before,
.text-light_0ba86c3cca5ce983 .separator_0463544e83f02171 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_c5031b1a86c64541: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_c5031b1a86c64541: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_c5031b1a86c64541 {
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_967fcddb3b7fbb16 {
  -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_967fcddb3b7fbb16 {
  -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_e236bfe44cdb3d9b,
.isotope.no-transition_e236bfe44cdb3d9b .isotope-item_967fcddb3b7fbb16,
.isotope .isotope-item_967fcddb3b7fbb16.no-transition_e236bfe44cdb3d9b {
  -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_0ba86c3cca5ce983 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_0ba86c3cca5ce983 #filters a:hover {
  color: #fff;
}

.text-light_0ba86c3cca5ce983 #filters a.selected {
  color: #fff;
}

.text-light_0ba86c3cca5ce983 #filters a.selected {
  color: #fff;
}

.isotope-item_967fcddb3b7fbb16 {
  z-index: 2;
}

.isotope-hidden_33bd0505dbd947d7.isotope-item_967fcddb3b7fbb16 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_7aab86f9b2ac4740 ul.slides,
.project-carousel-3-col_478633794dd32aea ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_172c8a77384a420d .flex-direction-nav_744c616577283416,
.project-carousel_7aab86f9b2ac4740 .flex-control-nav_3e8fdd710e907294,
.project-carousel_7aab86f9b2ac4740 .flex-direction-nav_744c616577283416,
.project-carousel-3-col_478633794dd32aea .flex-control-nav_3e8fdd710e907294,
.project-carousel-3-col_478633794dd32aea .flex-direction-nav_744c616577283416 {
  display: none;
}

.logo-carousel_172c8a77384a420d.owl-carousel_a2faf59934b71139 .owl-item img {
  width: auto;
}

.logo-carousel_172c8a77384a420d.no-control_51d1c20dcb711461 .flex-control-nav_3e8fdd710e907294 {
  display: none;
}

.logo-carousel_172c8a77384a420d.s2_c35dada9ef5a163d img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_a2faf59934b71139.owl-center_6b70ea0e36920bbb .owl-item {
  opacity: .6;
}
.owl-carousel_a2faf59934b71139.owl-center_6b70ea0e36920bbb .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_5650843f3d8737d6());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_5650843f3d8737d6());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_5650843f3d8737d6());
}

.typed-strings_c0db582a1d308005 p {
  position: absolute;
}

.social-icons-sm_9435d16ff1c55584 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_9435d16ff1c55584 i:hover {
  color: #ffffff;
}

.arrowup_11922975e45cd10a {
  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_a19c83198fe4d55a {
  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_fd79a931c2dc39fd {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_c90438dc04779641 {
  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_1e77c0a9e4f6dc8b .nav-link {
  font-weight: 500;
}

.de-preloader_5d9e10d232565532 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_588ea4a1f4d9d04d .de-preloader_5d9e10d232565532 {
  background: var(--bg-color-even);
}

.dot-loader_240f17aaf11cf95f {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_290cb7a1d03523a0 {
  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_290cb7a1d03523a0.dot1_0b7144c19c9d27ba {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_290cb7a1d03523a0.dot2_30f52158d125806a {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_290cb7a1d03523a0.dot3_d2df255b88fb9b13 {
  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_bdef6cfe27af5ec4 {
  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_bdef6cfe27af5ec4 .p-line_9c5805f539edd0c4 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_bdef6cfe27af5ec4 .p-line_9c5805f539edd0c4: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_bdef6cfe27af5ec4 .p-line_9c5805f539edd0c4:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_bdef6cfe27af5ec4 .p-line_9c5805f539edd0c4: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_645abeeed5729371, .container-md_77377726c83b9d62, .container-sm_f9c6ec806bc22d37, .container-xl_b735b70aa476d5d6 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_645abeeed5729371,
  .container-md_77377726c83b9d62,
  .container-sm_f9c6ec806bc22d37,
  .container-xl_b735b70aa476d5d6 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_645abeeed5729371,
  .container-md_77377726c83b9d62,
  .container-sm_f9c6ec806bc22d37,
  .container-xl_b735b70aa476d5d6 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_0fc471c818405afd { width: 20%; }
  .col-md-2-5_cc0967ef8350bbea { width: 40%; }
  .col-md-3-5_1cccb6123d657524 { width: 60%; }
  .col-md-4-5_6b85731ed891b1f4 { width: 80%; }
  .col-md-5-5_c7503114f389f117 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_53ad9ae6cc43705b { width: 20%; }
  .col-lg-2-5_6709f70759697b0b { width: 40%; }
  .col-lg-3-5_4491f9c3a3e41e07 { width: 60%; }
  .col-lg-4-5_bde5b7c6ce813b71 { width: 80%; }
  .col-lg-5-5_226d95f0699df46f { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_645abeeed5729371,
  .container-md_77377726c83b9d62,
  .container-sm_f9c6ec806bc22d37 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_24e3899be620fbe3 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_ab36bafbd8630970 .tr .td:nth-child(4),
  .de_table_ab36bafbd8630970 .tr .td:nth-child(5),
  .de_table_ab36bafbd8630970 .tr .td:nth-child(6),
  .de_table_ab36bafbd8630970 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_012d99721512f546 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_d66fd9aab80fcd42 .countdown-show4_a75c245c8143240e .countdown-section_6a9f00c48735774a {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_d66fd9aab80fcd42 .countdown-period_5150e6fcd163e2df{
    font-size:10px;
  }

  .countdown-s2_d66fd9aab80fcd42 .countdown-amount_fdc12a277456db78 {
    font-size: 20px;
  }


  .mb-sm-20_5f21ba62babd2784 {
    margin-bottom: 20px;
  }

  .mb-sm-30_272b23e5f677bec1 {
    margin-bottom: 30px;
  }

  .mt-sm-0_ec0a32428343ff61{
    margin-top: 0;
  }

  .sm-mt-0_4a7ad14c286c4a05 {
    margin-top: 0;
  }

  .p-sm-30_dda2c79d9ed5c5d8 {
    padding: 40px;
  }

  .pb-sm-0_aa55e25e0be69f86 {
    padding-bottom: 0;
  }

  .mb-sm-0_7d8e342e8acf100c {
    margin-bottom: 0;
  }

  .sm-p-40_6e9bb2fe17a3e580{
    padding: 40px;
  }

  header .header-col_284bcd0dab39f268 {
    position: absolute;
    top: 0;
  }

  header .header-col_284bcd0dab39f268.mid_4e577b04f19f5bfa {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_7074b2fc71f8ad83 {
    text-align: center;
  }

  .sm-pt10_187d758dc1fa49b4 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_315fbc6a6a45d55a {
    padding: 40px;
  }

  .header-col-left_aed0a18fae60ed29,
  .header-col-right_4fd5e3c2973c24f0 {
    padding-top: 16px;
  }

  .header-col-mid_3b115b0cfd69d55d #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_1ed27653dc2d8baf {
    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_fe5fd479dc71e067 {
    position: fixed;
  }

  #subheader.s2_c35dada9ef5a163d {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_ad08d7eefd92111e {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_24e3899be620fbe3 h1 {
    font-size: 32px;
  }

  .slider_text_24e3899be620fbe3 .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_96843ef66632bc32 {
    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_96843ef66632bc32,
  #mainmenu li li li a.menu-item_96843ef66632bc32 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_96843ef66632bc32:hover {
    background: #111;
  }

  #mainmenu a.menu-item_96843ef66632bc32: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_96843ef66632bc32: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_96843ef66632bc32 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_96843ef66632bc32:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_96843ef66632bc32 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_96843ef66632bc32 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_96843ef66632bc32 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_96843ef66632bc32:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_9342ce3253fda301) {
    border: none;
  }

  #mainmenu>li ul.mega_9342ce3253fda301 .sb-menu_7901aaf1a865ec80 {
    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_96843ef66632bc32 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_2d36ca2da905504c.header-mobile #mainmenu a.menu-item_96843ef66632bc32{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_96843ef66632bc32: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_588ea4a1f4d9d04d header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_9342ce3253fda301 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_9342ce3253fda301 .menu-content_b520f1e6a1038f82 {
    background: #fff;
  }

  header.header-light_2d36ca2da905504c.header-mobile #mainmenu li,
  header.header-light_2d36ca2da905504c.header-mobile #mainmenu li ul li a.menu-item_96843ef66632bc32 {
    border-color: #eee;
  }

  header.header-dark_b7c3a0f12d8282e9.header-mobile {
    background: #222;
  }

  header.header-dark_b7c3a0f12d8282e9.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_b7c3a0f12d8282e9.header-mobile #mainmenu li a.menu-item_96843ef66632bc32 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_96843ef66632bc32: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_96843ef66632bc32 {
    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_588ea4a1f4d9d04d 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_96843ef66632bc32 {
    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_96843ef66632bc32 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_588ea4a1f4d9d04d header.header-mobile #mainmenu li a.menu-item_96843ef66632bc32 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_96843ef66632bc32:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_588ea4a1f4d9d04d header.header-mobile #mainmenu li a.menu-item_96843ef66632bc32: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(../gallery/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_588ea4a1f4d9d04d header.header-mobile #mainmenu>li>span {
    background: url(../gallery/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../gallery/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_588ea4a1f4d9d04d header.header-mobile #mainmenu li span.active {
    background: url(../gallery/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../gallery/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(../gallery/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_96843ef66632bc32 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_588ea4a1f4d9d04d header.header-mobile #mainmenu li ul li a.menu-item_96843ef66632bc32 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_96843ef66632bc32 {
    border-bottom: none;
  }

  header.header-light_2d36ca2da905504c.header-mobile #mainmenu>li>span,
  header.header-light_2d36ca2da905504c.header-mobile #mainmenu li>ul>li>span {
    background: url(../gallery/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_2d36ca2da905504c.header-mobile #mainmenu>li>span.active,
  header.header-light_2d36ca2da905504c.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../gallery/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_9342ce3253fda301 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_9342ce3253fda301>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_9342ce3253fda301 .menu-content_b520f1e6a1038f82 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_2d36ca2da905504c #mainmenu ul li a.menu-item_96843ef66632bc32,
  .header-light_2d36ca2da905504c #mainmenu ul li a.menu-item_96843ef66632bc32:hover {
    color: #333;
  }

  .de_tab.tab_methods_e1ac116ac2b26290 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_e1ac116ac2b26290 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_e1ac116ac2b26290 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_e1ac116ac2b26290 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_32fb917202a6e9bb {
    display: none;
  }

  .sm-hide_c37ba2aac65b19e7 {
    display: none;
  }

  .d-btn-close_a9570647b5648c7f {
    position: relative;
  }

  .de_tab.tab_style_4_4f9bfa695739e80b .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_96843ef66632bc32 span {
    display: none;
  }

  .de_tab.tab_methods_e1ac116ac2b26290.style-2_46e82353473fa784 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_56058f1382731b67 {
    position: relative;
    height: auto;
  }

  .timeline_dbbf365bb869c238>li>.timeline-panel_9e62bfd5e80f568a {
    width: 100%;
  }

  .timeline-badge_e77450743a2cd4ce {
    display: none;
  }

  .timeline_dbbf365bb869c238:before {
    background: none;
  }

  .tp-caption_1f263e1996ecbe3f {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_fb6fa2d478f09626 .de-flex_16cbc7be600bd254,
  .subfooter_fb6fa2d478f09626 .de-flex-col_ff9315cbc1217771 {
    display: block;
  }

  .subfooter_fb6fa2d478f09626 .social-icons_cb694ba8b7c811cf {
    margin-top: 20px;
  }

  .subfooter_fb6fa2d478f09626 span.copy_46083d6d9dad5978 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_06a31d816d0fdc74{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_6f72c170a059e252{
    margin:0 20px;
  }

  .crumb_ad08d7eefd92111e{
    margin-bottom: 0;
  }

  section.bottom-rounded_23178c5a8be816ad{
    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_2ea7621477125f3a,
  h1.ultra-big_2ea7621477125f3a .text-line_c369521292334c6f,
  h1.ultra-big-2_972af6b1b0e5939f,
  .title-text_eaf146be2ad054b7,
  h1.slider-title_d5e6ff38b18b58fe{
    font-size: 60px;
  }  

  h1.slider-title_d5e6ff38b18b58fe,
  h2.slider-title_d5e6ff38b18b58fe{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_d94385d6ff9c732c > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_22eb36095b40ae1d{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_5d7f0bce0fc6e080{padding-top:10px;}
  .pt-sm-20_6bb5d6da17d578a1{padding-top:20px;}
  .pt-sm-30_cbca83074f9553af{padding-top:30px;}
  .pt-sm-40_baf025b70c9da9ea{padding-top:40px;}
  .pt-sm-50_bacc697d304434c5{padding-top:50px;}
  .pt-sm-60_90caca8b86e03244{padding-top:60px;}
  .pt-sm-70_c827124e9b0c49a2{padding-top:70px;}
  .pt-sm-80_f7f23c1c7beaf3d4{padding-top:80px;}
  .pt-sm-90_6d3053b27a6ef0ec{padding-top:90px;}
  .pt-sm-100_e2cdf6972abc618d{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_24d1b85a7545c19b{padding-bottom:10px;}
  .pb-sm-20_41b34da747449d55{padding-bottom:20px;}
  .pb-sm-30_0e783da98f1d21ea{padding-bottom:30px;}
  .pb-sm-40_9ac3a890212a4a77{padding-bottom:40px;}
  .pb-sm-50_6045f11c492f335a{padding-bottom:50px;}
  .pb-sm-60_a2341270d7a619fe{padding-bottom:60px;}
  .pb-sm-70_a8b2a1f2ac021a36{padding-bottom:70px;}
  .pb-sm-80_19245bc23213c53f{padding-bottom:80px;}
  .pb-sm-90_75b0b15ddb522238{padding-bottom:90px;}
  .pb-sm-100_7305c8a88b9fd0e8{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_9c8767295955309c{margin-top:10px;}
  .mt-sm-20_91169080828b1503{margin-top:20px;}
  .mt-sm-30_04862d420f95ae51{margin-top:30px;}
  .mt-sm-40_3341449dc003fb70{margin-top:40px;}
  .mt-sm-50_63a87889fe9ee973{margin-top:50px;}
  .mt-sm-60_60000193a388ea97{margin-top:60px;}
  .mt-sm-70_45d4a940c562bec7{margin-top:70px;}
  .mt-sm-80_20708d1e6dd84945{margin-top:80px;}
  .mt-sm-90_28031cd10ad3d304{margin-top:90px;}
  .mt-sm-100_21d36d43dd4dba65{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_279ea5f25663987e{margin-bottom:10px;}
  .mb-sm-20_5f21ba62babd2784{margin-bottom:20px;}
  .mb-sm-30_272b23e5f677bec1{margin-bottom:30px;}
  .mb-sm-40_2aac06d141dd10c9{margin-bottom:40px;}
  .mb-sm-50_0a67a0e886dae370{margin-bottom:50px;}
  .mb-sm-60_ed7645e1d7724cb5{margin-bottom:60px;}
  .mb-sm-70_69d07e705ddcc419{margin-bottom:70px;}
  .mb-sm-80_db36dbc305062686{margin-bottom:80px;}
  .mb-sm-90_4a2b119a82207b73{margin-bottom:90px;}
  .mb-sm-100_3fb15df20db97f31{margin-bottom:10px;}


  .fs-sm-1vw_53bfffbe642c51f4{font-size: 1vw}
  .fs-sm-2vw_880db08482ab5c62{font-size: 2vw}
  .fs-sm-3vw_32cad17af9e7de0a{font-size: 3vw}
  .fs-sm-4vw_57565f8afb5c306e{font-size: 4vw}
  .fs-sm-5vw_7e2d85854a091591{font-size: 5vw}
  .fs-sm-6vw_fca9f63c7bec859e{font-size: 6vw}
  .fs-sm-7vw_836c36d5163dd75a{font-size: 7vw}
  .fs-sm-8vw_25fbf93e75157462{font-size: 8vw}
  .fs-sm-9vw_a51e4cdb76685ecf{font-size: 9vw}
  .fs-sm-10vw_bc80941681ffe3bc{font-size: 10vw}
  .fs-sm-11vw_803c934b60c916d0{font-size: 11vw}
  .fs-sm-12vw_e9133ebe3e7e5f02{font-size: 12vw}
  .fs-sm-13vw_22dd75e650ab266d{font-size: 13vw}
  .fs-sm-14vw_f7266a5263633290{font-size: 14vw}
  .fs-sm-15vw_e4ddd4abe5b8ecd7{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_2464f343d2f02d6a {
    display: none;
  }

  header .logo-init_478f28f567a0af49 {
    display: none;
  }

  header .logo-mobile_1ba71b68439d26a1 {
    display: block;
  }

  header .btn-main_6f0f619256e17111{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_d7b9fcb72d46aad7 {
    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_2f26083ccfd50980 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_4f9bfa695739e80b .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_4f9bfa695739e80b .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_4f9bfa695739e80b .de_nav li:first-child,
  .de_tab.tab_style_4_4f9bfa695739e80b .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_6b90f12cda40bd50 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_ed07dd12446cf703 span{
    display: none;
  }

  .de-spot_ed07dd12446cf703 .de-circle-1_5fa528dcd11e68a4,
  .de-spot_ed07dd12446cf703 .de-circle-2_43f5c9906bd3d857{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_2ea7621477125f3a,
  h1.ultra-big_2ea7621477125f3a .text-line_c369521292334c6f,
  h1.ultra-big-2_972af6b1b0e5939f,
  .title-text_eaf146be2ad054b7,
  h1.slider-title_d5e6ff38b18b58fe,
  h2.slider-title_d5e6ff38b18b58fe{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_44be7922978ac6bc{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_aef1942e54683d82{padding-top:10px;}
  .pt-xs-20_95b5fdfc6e067b47{padding-top:20px;}
  .pt-xs-30_4522b18fa85b82c2{padding-top:30px;}
  .pt-xs-40_c5364c259b749376{padding-top:40px;}
  .pt-xs-50_723ab8d1d83c6a18{padding-top:50px;}
  .pt-xs-60_bfe83568b0c647be{padding-top:60px;}
  .pt-xs-70_cd8bb65256d677b4{padding-top:70px;}
  .pt-xs-80_4f09d00eed885d7d{padding-top:80px;}
  .pt-xs-90_be1dbcedd0fc5077{padding-top:90px;}
  .pt-xs-100_a51430cf274d4312{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_d2ccb97894c690a5{padding-bottom:10px;}
  .pb-xs-20_e9ec071cb0fd4890{padding-bottom:20px;}
  .pb-xs-30_2999d678199e4c31{padding-bottom:30px;}
  .pb-xs-40_6c1b12a15b245a56{padding-bottom:40px;}
  .pb-xs-50_5a643b961e1e0c8b{padding-bottom:50px;}
  .pb-xs-60_c3c073e4cc8a59ac{padding-bottom:60px;}
  .pb-xs-70_51e109fd9f382aff{padding-bottom:70px;}
  .pb-xs-80_84b3a32798b4f0e3{padding-bottom:80px;}
  .pb-xs-90_ccbc8c29ddd4b0bb{padding-bottom:90px;}
  .pb-xs-100_cc6772b27f49d29c{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_3b251b3eff92eb34{margin-top:10px;}
  .mt-xs-20_945487c6102e6185{margin-top:20px;}
  .mt-xs-30_c11511f03a50734b{margin-top:30px;}
  .mt-xs-40_fb2298af8105183d{margin-top:40px;}
  .mt-xs-50_d33fecc8a93cc4f6{margin-top:50px;}
  .mt-xs-60_a0142d6bde28752a{margin-top:60px;}
  .mt-xs-70_5198733e584dfbf5{margin-top:70px;}
  .mt-xs-80_31ec9ead64a07715{margin-top:80px;}
  .mt-xs-90_9be7fbbecb39fdf0{margin-top:90px;}
  .mt-xs-100_1baa1bb319691d9d{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_ed294ce861ae22be{margin-bottom:10px;}
  .mb-xs-20_143cc7cec07a7835{margin-bottom:20px;}
  .mb-xs-30_6a05904c3c2428a1{margin-bottom:30px;}
  .mb-xs-40_4d4db346d51b6743{margin-bottom:40px;}
  .mb-xs-50_e2c37ec28c8541d7{margin-bottom:50px;}
  .mb-xs-60_37e96785ccb5c3ab{margin-bottom:60px;}
  .mb-xs-70_255cb6930d1b9ff0{margin-bottom:70px;}
  .mb-xs-80_916761974cceed5c{margin-bottom:80px;}
  .mb-xs-90_7d5bdc00fed63cb1{margin-bottom:90px;}
  .mb-xs-100_c28f8f56a33e845f{margin-bottom:10px;}

  .ss-wrap_cd76c12e9fef55b4{
    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_9e62bfd5e80f568a {
    margin-bottom: 30px;
  }

  .timeline-pic_4a4c029c313db392 {
    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_c35dada9ef5a163d span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_e665c6c9bf9b6e62 {
    display: none;
  }

  header a.btn-main_6f0f619256e17111 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_9f0455f5437c04eb .left-half_b777a86f1c3f9ed1,
.half-fluid_9f0455f5437c04eb .right-half_8cbbb9373c788fa1 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_9f0455f5437c04eb .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_9f0455f5437c04eb .left-half_b777a86f1c3f9ed1 {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_9f0455f5437c04eb .right-half_8cbbb9373c788fa1 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
