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


/* 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_3bbb6f261e0423c7,.bg-dark-1_35cc972a808c9d24{background-color: var(--bg-dark-1) !important}
.bg-dark-2_c37ef0196de7d776{background-color: var(--bg-dark-2) !important}
.bg-dark-3_4d682ab15512e2be{background-color: var(--bg-dark-3) !important}
.bg-grey_8aceb2d0ca1b3cab{background-color: var(--bg-grey) !important}
.bg-gradient-1_cd01a2ee908c4d85{
  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_c6c708bbadaea7ca{
  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_fd9d35cfd62e5ea8 {
  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_d158655134b24e32 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_aa5e3186fcc28874 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_650e1a8be9618a5d {
  display: none;
}


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

header.scroll-light_288af3dde713d90e .logo-scroll_aa5e3186fcc28874{
  display: none;
}

header.smaller.scroll-light_288af3dde713d90e .logo-main_b2116c97a3ba2e03{
  display: none;
}

header.smaller.scroll-light_288af3dde713d90e .logo-scroll_aa5e3186fcc28874{
  display: block;
}

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

header.header-light_ce94eda97a569def .h-phone_c20661f1d918e00f,
header.smaller.scroll-light_288af3dde713d90e .h-phone_c20661f1d918e00f {
  color: #202020;
}

header:not(.header-light_ce94eda97a569def).smaller.scroll-light_288af3dde713d90e div#logo .logo_a14de2885a922f83 {
  display: none;
}

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

header.smaller.scroll-light_288af3dde713d90e div#logo .logo-scroll_aa5e3186fcc28874 {
  display: inline-block;
}

header.smaller.header-light_ce94eda97a569def div#logo .logo_a14de2885a922f83 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_0b40d3ab32fba48e.mid_5410cbaa2ae4a8b5 {
  float: right;
}

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


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

.de-overlay-gradient_bc364f7811363675{
  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_cbd886324b6f8401{
  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_f0b52328d66d79a3{
  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_e66833efaaf9ebbc {
  font-size: 13px;
}


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


#subheader.text-light_88d27252441158fb .crumb_e66833efaaf9ebbc {
  color: #fff;
}

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

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

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


#subheader.s2_eb140a0edde3a98d h1,
#subheader.s2_eb140a0edde3a98d .crumb_e66833efaaf9ebbc {
  margin: 0;
  padding: 0;
}

#subheader.s2_eb140a0edde3a98d .crumb_e66833efaaf9ebbc {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_eb140a0edde3a98d .crumb_e66833efaaf9ebbc {
  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_9196687dc5447d82) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_fd9d35cfd62e5ea8 #mainmenu ul.mega_9196687dc5447d82 {
  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_86491856d5f716e8: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_ce94eda97a569def #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_ce94eda97a569def #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_ce94eda97a569def {
  background: #ffffff;
}

.header-light_ce94eda97a569def #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_fd9d35cfd62e5ea8 #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_58a406f23e012e1e) {
  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_e89e240038edb3a6 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_174d73a2ad64e41b {
  background: #f6f6f6;
}

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

.de_light_51311b8e755872e7 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_73e4fc5b777fb69a.header-light_ce94eda97a569def #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_cbbda58839d3f283,
header.header-mobile.has-topbar .header-col_0b40d3ab32fba48e {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_73e4fc5b777fb69a.header-light_ce94eda97a569def {
  background: #fff;
}

header.header-light_ce94eda97a569def .logo_a14de2885a922f83 {
  display: none;
}

header.header-light_ce94eda97a569def .logo-2_a0ec3339f792edc5 {
  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_884512ac780dd57b{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_3633213af598a7a2,
.topbar-right_f7e01423d01407f6 {
  display: flex;
}

.topbar-right_f7e01423d01407f6 {
  float: right;
}

.topbar-solid_fb66f868b83833cc {
  background: #ffffff;
}

.tb-light_561480f0c7228256 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-right_f7e01423d01407f6 .topbar-widget_376481bbd9961413 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-light_884512ac780dd57b .topbar-right_f7e01423d01407f6 .topbar-widget_376481bbd9961413 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-light_884512ac780dd57b .topbar-right_f7e01423d01407f6 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .tb-light_561480f0c7228256 .topbar-right_f7e01423d01407f6 .topbar-widget_376481bbd9961413 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .tb-light_561480f0c7228256 .topbar-right_f7e01423d01407f6 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-left_3633213af598a7a2 .topbar-widget_376481bbd9961413 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-light_884512ac780dd57b .topbar-left_3633213af598a7a2 .topbar-widget_376481bbd9961413 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .tb-light_561480f0c7228256 .topbar-left_3633213af598a7a2 .topbar-widget_376481bbd9961413 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .tb-light_561480f0c7228256 .topbar-left_3633213af598a7a2 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_ce94eda97a569def .h-phone_c20661f1d918e00f span{
  color: var(--body-font-color);
}


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

.menu_side_area_27fc85b7a805fa89 .btn-line_352f67084b35b3c4{
  display: inline-block;
}

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

.topbar-widget_376481bbd9961413.widget-text_621d2606694842d1 {
  padding-top: 6px;
}

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

.h-sub_667659a9bbf15adb .topbar-widget_376481bbd9961413 {
  padding: 12px;
}

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

.topbar-widget_376481bbd9961413.tb-phone_7e2f7c2dd2951332:before {
  content: "\f095";
}

.topbar-widget_376481bbd9961413.tb-email_b2774f95205cfe57:before {
  content: "\f003";
}

.topbar-widget_376481bbd9961413.tb-opening-hours_c61841ccba628ce6:before {
  content: "\f017";
}

.topbar-widget_376481bbd9961413.tb-social_fb5c90f63bf4d44b {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-light_884512ac780dd57b .topbar-widget_376481bbd9961413.tb-social_fb5c90f63bf4d44b a,
#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-light_884512ac780dd57b .topbar-widget_376481bbd9961413.tb-social_fb5c90f63bf4d44b a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_98dcfc604b8b0710) .topbar-widget_376481bbd9961413.tb-social_fb5c90f63bf4d44b a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_561480f0c7228256 .topbar-widget_376481bbd9961413.tb-social_fb5c90f63bf4d44b a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_376481bbd9961413.tb-social_fb5c90f63bf4d44b a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_51311b8e755872e7 .blog-list_56b0ef9b2193a7f0 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_51311b8e755872e7 .blog-list_56b0ef9b2193a7f0 h4 a {
  color: #222222;
}

.de_light_51311b8e755872e7 .text-light_88d27252441158fb .blog-list_56b0ef9b2193a7f0 h4 a {
  color: #fff;
}

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

.blog-list_56b0ef9b2193a7f0 .btn-more_9afccff997795a1c:hover {
  background: #fff;
}

.de_light_51311b8e755872e7 .blog-list_56b0ef9b2193a7f0 .btn-more_9afccff997795a1c:hover {
  background: #222;
  color: #fff;
}

.blog-list_56b0ef9b2193a7f0 .post-text_76da798ca29e943e {
  padding-left: 80px;
}

.bloglist_c92b79d4ce0aabf2 .post-text_76da798ca29e943e a.btn-main_ea00ec27a3af0937 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_56b0ef9b2193a7f0 .blog-slider_26c86c1a66fa2221 {
  margin-bottom: -60px;
}

.blog-list_56b0ef9b2193a7f0 .date-box_6f95085af4fc3ebd {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_51311b8e755872e7 .blog-list_56b0ef9b2193a7f0 .date-box_6f95085af4fc3ebd .month {
  color: #222222;
}

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

.blog-list_56b0ef9b2193a7f0 .date-box_6f95085af4fc3ebd .month {
  font-size: 14px;
}

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

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

.de_light_51311b8e755872e7 .blog-list_56b0ef9b2193a7f0 .date-box_6f95085af4fc3ebd .month {
  border-bottom-color: #ddd;
}

.de_light_51311b8e755872e7 .text-light_88d27252441158fb .blog-list_56b0ef9b2193a7f0 .date-box_6f95085af4fc3ebd .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_667fa97b8db94e4a .d-image_8693fda32c29af1c img {
  width: 100%;
}

.de-bloglist-type-1_667fa97b8db94e4a .d-content_f459bc5e88784b4a {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_667fa97b8db94e4a .d-date_38ae04aaf843790e: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_d0e5f7484a308731 {
  margin-bottom: 40px;
}

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

.de-post-type-1_d0e5f7484a308731 .d-image_8693fda32c29af1c img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_d0e5f7484a308731 .d-meta_1f80f15e5bbcb5e9 span.d-by_4a419b29f16f6b8f:before {
  content: "\f007";
}

.de-post-type-1_d0e5f7484a308731 .d-meta_1f80f15e5bbcb5e9 span.d-date_38ae04aaf843790e:before {
  content: "\f073";
}

.de-post-type-1_d0e5f7484a308731 .d-meta_1f80f15e5bbcb5e9 span.d-tags_a0a4c3c2c17ee0c3:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_26645763f158befc .d-date_38ae04aaf843790e .d-month_304a394161b8ddf9{
  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_26645763f158befc .d-date_38ae04aaf843790e .d-day_9bdd459f82db6167{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_26645763f158befc .d-image_8693fda32c29af1c{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_da857883bb18d515 {}

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

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

.comment-info_532ab7e534b6efb7 span {}

.comment-info_532ab7e534b6efb7 .c_name_7ea680eb7e562604 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_fd9d35cfd62e5ea8 .comment-info_532ab7e534b6efb7 .c_name_7ea680eb7e562604 {
  color: #ffffff;
}

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

.dark-scheme_fd9d35cfd62e5ea8 .comment-info_532ab7e534b6efb7 .c_reply_534f30ce8a94fba6 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_532ab7e534b6efb7 .c_date_17c14948f90c7458 {
  font-size: 12px;
}

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

.blog-list_56b0ef9b2193a7f0 .post-wrapper_6f3eb802d002d555 {}

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

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

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

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

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

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

.post-content_83bfdd9a3d051a7e {
  position: relative;
}

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

.post-text_76da798ca29e943e .d-date_38ae04aaf843790e{
  font-size: 14px;
}

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

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

.dark-scheme_fd9d35cfd62e5ea8 .post-text_76da798ca29e943e h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_7028524246c665c3,
.p-title_40e3cf8b2225b4ef {
  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_7028524246c665c3,
.p-title_40e3cf8b2225b4ef.invert {
  background: var(--secondary-color);
}

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

.post-text_76da798ca29e943e .p-date_cc4c41d3dd3e0367 {
  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_2d65e1332a8b21d9 img {
  margin-bottom: 20px;
}

.blog-read_2d65e1332a8b21d9 .post-text_76da798ca29e943e {
  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_f239e677466509b1 {
  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_f239e677466509b1 a {
  color: #888;
}

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

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

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

.post-image_4183f8d71fadaa35 .d-tagline_a15e80387668a0c4 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_854525c723b20452 {
  margin-bottom: 60px;
}

.blog-item_854525c723b20452 img.preview_d12b264e8e567262 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_4183f8d71fadaa35 {
  position: relative;
}

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

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

.post-image_4183f8d71fadaa35 .post-date_b14f4ed0bde0cdbd,
.post-image_4183f8d71fadaa35 .post-author_49c7f9ecc06e7f81 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_4cc096acc21567e2 {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_202ce00c57933cbf{
  float: left;
}


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

.radio-opt_202ce00c57933cbf 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_202ce00c57933cbf 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_eb140a0edde3a98d .radio-img_0ecbdee6114cbf1d input[type="radio"] + label, 
#contact_form.s2_eb140a0edde3a98d .radio-img_0ecbdee6114cbf1d input[type="checkbox"] + label,
#contact_form .radio-img_0ecbdee6114cbf1d input[type="radio"] + label img, 
#contact_form .radio-img_0ecbdee6114cbf1d input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

.form-underline_66492e2039ee18f8 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_66492e2039ee18f8 select:focus {
  background: url('../gallery/ui/arrow-down-form-hover.png') no-repeat 98% 60%;
}

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

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


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

.hover-underline_6896624245bf18f8 .form-underline_66492e2039ee18f8{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_e516aa18dce8adcc {
  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_dc98e4378150fc6d {
  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_dc98e4378150fc6d.sm-left_9bd4ec5d38ff612f {
  margin-left: 0;
}

.rtl .small-border_dc98e4378150fc6d.sm-left_9bd4ec5d38ff612f {
  margin-right: 0;
}

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

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

.small-border_dc98e4378150fc6d.white_c3ec7b6e8c6dcad3 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_e66833efaaf9ebbc a {
  text-decoration: none;
}

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

.de_light_51311b8e755872e7 .crumb_e66833efaaf9ebbc a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_51311b8e755872e7 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_65a159742d9af071.btn-id_cca8d4ddccd3ba62 {
  color: #222;
}

a.btn-dark_0107f2966de4e527.btn-id_cca8d4ddccd3ba62 {
  color: #fff;
}

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

.btn-fx_a42c694e6bc59ad5.btn-main_ea00ec27a3af0937 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_ea00ec27a3af0937.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_ea00ec27a3af0937.btn-dark-trans_64d4e92e8fd082fd{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_ea00ec27a3af0937.big_4ae2810360f348af{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_88d27252441158fb .btn-line_352f67084b35b3c4{
  color:#ffffff;
}


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

header:not(.header-light_ce94eda97a569def) a.btn-line_352f67084b35b3c4,
.dark-scheme_fd9d35cfd62e5ea8 a.btn-line_352f67084b35b3c4,
.dark-schem_0a119f27e1e3e71e a.btn-line_352f67084b35b3c4:hover {
  color: #ffffff;
}

a.btn-main_ea00ec27a3af0937.btn-white_ab67418afd8ee7d4 {
  background: #ffffff;
}

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

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

a.btn-border_a05491a715de32a0.light_d0373e7219d12a11 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_a05491a715de32a0.light_d0373e7219d12a11:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_88d27252441158fb .btn-plus_f9a51a3d039e7336{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_88d27252441158fb .btn-plus_f9a51a3d039e7336:hover{
  color: #ffffff;;
}

a.btn-main_ea00ec27a3af0937.btn-with-arrow_f1901e53910ca809{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_88d27252441158fb .play-button_b8ea00495469ff11.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_05487be3bd6d05ef p.d-small_4de9a55f8960a9b5 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_05487be3bd6d05ef.big_4ae2810360f348af h3 {
  font-size: 120px;
}

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

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

.de_count_05487be3bd6d05ef.small_23f97b4af3bf36be h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_fd9d35cfd62e5ea8 .field-set_413438cabe904a82 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_b4ade39c53130510,
.h2_cffda41c15644595,
.h3_05ab4f80d5ec3b5c,
.h4_05bfc921af331029,
.h5_5f838ed97a1cdfa6,
.h6_5ddda24789ed902e,
footer.footer-light_9ae0df425b11ca28 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_fd9d35cfd62e5ea8 h1,
.dark-scheme_fd9d35cfd62e5ea8 h2,
.dark-scheme_fd9d35cfd62e5ea8 h4,
.dark-scheme_fd9d35cfd62e5ea8 h3,
.dark-scheme_fd9d35cfd62e5ea8 h5,
.dark-scheme_fd9d35cfd62e5ea8 h6,
.dark-scheme_fd9d35cfd62e5ea8 .h1_big_70038157f49cb751,
.dark-scheme_fd9d35cfd62e5ea8 .h1_b4ade39c53130510,
.dark-scheme_fd9d35cfd62e5ea8 .h2_cffda41c15644595,
.dark-scheme_fd9d35cfd62e5ea8 .h3_05ab4f80d5ec3b5c,
.dark-scheme_fd9d35cfd62e5ea8 .h4_05bfc921af331029,
.dark-scheme_fd9d35cfd62e5ea8 .h5_5f838ed97a1cdfa6,
.dark-scheme_fd9d35cfd62e5ea8 .h6_5ddda24789ed902e {
  color: #ffffff;
}

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


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


h1,
.h1_b4ade39c53130510 {
  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_86491856d5f716e8: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_51311b8e755872e7 .text-light_88d27252441158fb h2 {
  color: #fff;
}

.text-light_88d27252441158fb h2.deco_4c1db155f246621d span:before,
.text-light_88d27252441158fb h2.deco_4c1db155f246621d 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_e0d0de8e03236142 {
  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_e0d0de8e03236142 .s1_431cbbf38297e6a4{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_d3ae2022a5a691c5 {
  color: #223044;
}

.text-white_fdfcef60ac2d8266,
.de_light_51311b8e755872e7 .text-white_fdfcef60ac2d8266 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_19c64d6125085527.fs-16_92cf34b06d02b014 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_e1d518ea46600363.active .page-link_a14fd0a7165caa55{
  border-color:var(--primary-color);
}

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

.spinner_bb357fc9c2f40f42>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_bb357fc9c2f40f42 .bounce1_5626297596d46621 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_bb357fc9c2f40f42 .bounce2_ce9a2466836f4836 {
  -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_fd9d35cfd62e5ea8 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_a01eb0d5ab694150.s2_eb140a0edde3a98d i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_a01eb0d5ab694150 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_a01eb0d5ab694150.big_4ae2810360f348af i {
  margin: 0 15px 0 15px;
}

.social-icons_a01eb0d5ab694150.big_4ae2810360f348af i:hover {
  background: none;
}

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

.social-icons_a01eb0d5ab694150.s1_431cbbf38297e6a4:hover i {
  background: none;
}

.social-icons_a01eb0d5ab694150.s1_431cbbf38297e6a4 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_a01eb0d5ab694150.s1_431cbbf38297e6a4 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_d1e2784007f59346 {
  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_fd9d35cfd62e5ea8 .accordion-section-title,
.text-light_88d27252441158fb .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_88d27252441158fb .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_2aa06ce06afb8c81.s2_eb140a0edde3a98d .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_fd9d35cfd62e5ea8 .expand-custom_e02dbcf6845cf4b1 {
  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_39a1c37dba369d55 .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_fd9d35cfd62e5ea8 .de_tab.tab_methods_0e5a8de1cdc56495 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_0e5a8de1cdc56495.style-2_f5cb2d77527d8dca .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_0e5a8de1cdc56495.style-2_f5cb2d77527d8dca.light_d0373e7219d12a11 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_0e5a8de1cdc56495.style-2_f5cb2d77527d8dca .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_0e5a8de1cdc56495.style-2_f5cb2d77527d8dca .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_51311b8e755872e7 .de_tab.tab_style_2_84297665cb63d85e .de_nav {}

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

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

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

.text-light_88d27252441158fb .de_tab.tab_style_2_84297665cb63d85e .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_51311b8e755872e7 .de_tab.tab_style_3_4f8c5fc86e03387f .de_nav li span:hover {
  background: #ddd;
}

.de_light_51311b8e755872e7 .de_tab.tab_style_3_4f8c5fc86e03387f .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_88d27252441158fb .de_tab.tab_style_3_4f8c5fc86e03387f .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_c9ce30e1384b29c9 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_88d27252441158fb .de_tab.tab_style_4_c9ce30e1384b29c9 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_88d27252441158fb .de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_621c8d4a3718c664.nav_4_674457e456747fa7 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_621c8d4a3718c664.nav_4_674457e456747fa7 .dot_8c442cd68b51cb8d {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_621c8d4a3718c664.nav_4_674457e456747fa7 li:last-child .dot_8c442cd68b51cb8d:before,
.de_tab.timeline_621c8d4a3718c664.nav_4_674457e456747fa7 li:last-child .dot_8c442cd68b51cb8d:after {
  border-bottom: none;
}

.de_tab.timeline_621c8d4a3718c664 li .num_8190cbf7ae45ad9a {
  font-size: 20px;
}

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

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

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

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

a.btn-left_3006a07d7ed11b0a,
a.btn-right_e7e3229b63af5442 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_7c518583c0672b06 {
  padding-top: 20px;
}

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

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

.de_testi_6bc1690db70d3dd4.no-bg_74d5d04bb3fc7ec1 blockquote {
  background: none;
}

.de_testi_6bc1690db70d3dd4 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_6bc1690db70d3dd4.type-2_22b9046af19f1c8c.review_0695dd42abbd9430 blockquote {
  padding: 50px;
}

.de_testi_6bc1690db70d3dd4.type-2_22b9046af19f1c8c.review_0695dd42abbd9430 blockquote:before {
  display: none;
}

.de_testi_6bc1690db70d3dd4.type-2_22b9046af19f1c8c.review_0695dd42abbd9430 p {
  padding-top: 0;
}

.de_testi_6bc1690db70d3dd4.type-2_22b9046af19f1c8c.review_0695dd42abbd9430 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_88d27252441158fb .de_testi_6bc1690db70d3dd4.type-2_22b9046af19f1c8c blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_6bc1690db70d3dd4.type-2_22b9046af19f1c8c .de_testi_by_95af243c6cc257fe {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_6bc1690db70d3dd4.opt-3_284f0ce35a754bc8 blockquote p {
  font-size: 14px;
}

.de_testi_6bc1690db70d3dd4.opt-3_284f0ce35a754bc8 blockquote:before {
  color: #fff;
}

.de_testi_6bc1690db70d3dd4.opt-3_284f0ce35a754bc8 .de_testi_by_95af243c6cc257fe {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_86f6a1dd80c568c6 .site-center-line_e3eb82ab91900316 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___aa99b05060ccbfaa {
  display: inline-block;
}
.de-timeline-article_86f6a1dd80c568c6.odd .site-center-line_e3eb82ab91900316 {
  background: var(--primary-color);
}
.de-timeline-article_86f6a1dd80c568c6.even .site-center-line_e3eb82ab91900316 {
  background: var(--secondary-color);
}
.de-timeline-article_86f6a1dd80c568c6 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_86f6a1dd80c568c6 .content-left-container_75a237bb1fff70a0,
.de-timeline-article_86f6a1dd80c568c6 .content-right-container_936b71472227f883 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_86f6a1dd80c568c6 .content-left_29d1afd00586cbee,
.de-timeline-article_86f6a1dd80c568c6 .content-right_541003148f1d0d38 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_bf7623045090e65f {
  margin-top: 0;
}
.de-timeline-article_86f6a1dd80c568c6 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_86f6a1dd80c568c6 .content-left-container_75a237bb1fff70a0 {
  float: left;
}
h4.de-timeline-year_f5e559ddeb851383 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_86f6a1dd80c568c6.even h4.de-timeline-year_f5e559ddeb851383{
  color:var(--heading-font-color);
}
.de-timeline-article_86f6a1dd80c568c6.odd .year___aa99b05060ccbfaa {
  float: left;
}
.de-timeline-article_86f6a1dd80c568c6.odd h4.de-timeline-year_f5e559ddeb851383 {
  background: var(--primary-color);
}
.de-timeline-article_86f6a1dd80c568c6.even .year___aa99b05060ccbfaa {
  float: right;
}
.de-timeline-article_86f6a1dd80c568c6.even h4.de-timeline-year_f5e559ddeb851383 {
  background: var(--secondary-color);
}
.de-timeline-article_86f6a1dd80c568c6 .d-line_985b4d92a104fec6 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_86f6a1dd80c568c6.odd .d-line_985b4d92a104fec6 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_86f6a1dd80c568c6.even .d-line_985b4d92a104fec6 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_86f6a1dd80c568c6 .owl-carousel_d8b338379e9864e8 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_86f6a1dd80c568c6 .content-right-container_936b71472227f883 {
  float: right;
}
.de-timeline-article_86f6a1dd80c568c6 .meta-dot_a4eb0e4a430982d2 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_86f6a1dd80c568c6.odd .meta-dot_a4eb0e4a430982d2 {
  background: var(--primary-color);
}
.de-timeline-article_86f6a1dd80c568c6.even .meta-dot_a4eb0e4a430982d2 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_86f6a1dd80c568c6 .site-center-line_e3eb82ab91900316 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_86f6a1dd80c568c6 .meta-dot_a4eb0e4a430982d2 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_86f6a1dd80c568c6 .content-left-container_75a237bb1fff70a0,
  .de-timeline-article_86f6a1dd80c568c6 .content-right-container_936b71472227f883 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_86f6a1dd80c568c6 .content-left-container_75a237bb1fff70a0 {
    margin-bottom: 20px;
  }
  .de-timeline-article_86f6a1dd80c568c6 .content-left_29d1afd00586cbee,
  .de-timeline-article_86f6a1dd80c568c6 .content-right_541003148f1d0d38 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_86f6a1dd80c568c6 .content-left_29d1afd00586cbee:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_86f6a1dd80c568c6 .content-right_541003148f1d0d38:before {
    display: none;
  }  
  h4.de-timeline-year_f5e559ddeb851383 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_86f6a1dd80c568c6.odd .d-line_985b4d92a104fec6 {
    left: 30px;
  }
  .de-timeline-article_86f6a1dd80c568c6.even .d-line_985b4d92a104fec6 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_86f6a1dd80c568c6.odd .content-left-container_75a237bb1fff70a0{
    padding-top: 20px;
  }
  .de-timeline-article_86f6a1dd80c568c6.even .content-left-container_75a237bb1fff70a0{
    padding-top: 50px;
  }
  .de-timeline-article_86f6a1dd80c568c6.odd .content-left-container_75a237bb1fff70a0 .owl-carousel_d8b338379e9864e8{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_86f6a1dd80c568c6.even .content-right-container_936b71472227f883 .owl-carousel_d8b338379e9864e8{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_be9255aca1c92c2a {
  position: relative;
}

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

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

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

.timeline-blank_63bb84fa5f55d502 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_63bb84fa5f55d502 {
    display: none;
  }

  .timeline-text_0747631b32f4473a {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_614c8c7292366a44 {
  overflow: hidden;
}

.border1_d8654ea6a12eecb3 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_352f67084b35b3c4:after,
.de_count_05487be3bd6d05ef,
.social-icons_a01eb0d5ab694150 a i,
.de_tab.tab_methods_0e5a8de1cdc56495 .de_nav li span,
.de_tab.tab_methods_0e5a8de1cdc56495 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_7d020f9a479b5efb .title,
.carousel-item:hover .pf_text_7d020f9a479b5efb .title,
.carousel-item .pf_text_7d020f9a479b5efb .title .type,
.carousel-item:hover .pf_text_7d020f9a479b5efb .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_694f45a54ce65626 i,
.social-icons-sm_694f45a54ce65626 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_fe62a98d477371b6,
.btn-main_ea00ec27a3af0937,
.de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav li,
.form-subscribe_4b64fe7ce5373fd3 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_e516aa18dce8adcc,
.de_tab.tab_methods_0e5a8de1cdc56495.style-2_f5cb2d77527d8dca .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_2e6656f471c77750 *,
.mask_2e6656f471c77750 .cover,
.mask_2e6656f471c77750:hover .cover,
.mask_2e6656f471c77750 img,
.mask_2e6656f471c77750:hover img,
.accordion_2aa06ce06afb8c81 .content,
a.btn-border_a05491a715de32a0,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_28cb1235d7d245ee img,
a.a-underline_60242cbb8089dfe0 *,
.dropdown *,
.form-border_cdaa9f735c1d5405 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_880fcf14acb05567 *,
.d_demo_img *,
.carousel-control-next-icon_4421b015c21b7e9d,
.carousel-control-prev-icon_74654a7240400f1d,
.grayscale_43e060640f14821e,
.hover-color_5cbfd1fb57e1bbf3,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_f9a51a3d039e7336,
.btn-plus_f9a51a3d039e7336 *,
.btn-with-arrow_f1901e53910ca809:after,
.btn-with-arrow_f1901e53910ca809: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_a42c694e6bc59ad5:after,
a.btn-fx_a42c694e6bc59ad5:hover:after,
a.btn-fx_a42c694e6bc59ad5:before,
a.btn-fx_a42c694e6bc59ad5:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_e3fa18a3b6839488 li .post-date_b14f4ed0bde0cdbd,
.items_filter_fe74f7c80fdbad80 *,
.owl-prev_612c5964d5c3df68,
.owl-next_053142d9d600a742 {
  -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_b3cb419b998880a1 {
  -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_62dfe00802fb1937 {
  -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_d8a5d617f6a4095e {
  -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_bab4ae3c74eb5534 {
  -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_80202128efa84738 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_5f8f6aca7c4b8a63 {
  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_fd9d35cfd62e5ea8 .modal-header_acea44a7a518ae70,
.nav-tabs_192a5b501bb8a451 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_fd9d35cfd62e5ea8 .modal-content_afbed831d74e9ab6 {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_79f43b5479391449 .tab-content_2a38c27f51ff6af1 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_f0490fbc14fb1dfb.big_4ae2810360f348af{
  font-size: 32px !important;
}

.dark-scheme_fd9d35cfd62e5ea8 p.lead_f0490fbc14fb1dfb {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_b576e5519a178daf {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_951f9594dd77d7db,
.panel-collapse_146f8e90a43b385e,
.panel-collapse_146f8e90a43b385e,
.panel-group_b576e5519a178daf .panel_df1cd8a8c877c68d {
  border: none;
  border-radius: 0;
}

.panel-heading_7e5de08918f8e19c {
  background: #222;
}

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

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

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

blockquote.s1_431cbbf38297e6a4 {
  padding: 0px;
}

blockquote.s1_431cbbf38297e6a4: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_3778c4be18aae98a::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_3778c4be18aae98a::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_88d27252441158fb .collapsible-link_3778c4be18aae98a:before,
.text-light_88d27252441158fb .collapsible-link_3778c4be18aae98a:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_f1c198a4190f2e29 {
  display: block
}

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

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

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

.collapsible-link_3778c4be18aae98a.text-white_fdfcef60ac2d8266 {
  color: #ffffff;
}

.collapsible-link_3778c4be18aae98a.text-white_fdfcef60ac2d8266::after,
.collapsible-link_3778c4be18aae98a.text-white_fdfcef60ac2d8266::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_842dc248c3d07793{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_51311b8e755872e7 .widget_category_60d7fce4f85519bb li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_60d7fce4f85519bb li a {
  color: #606060;
}

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

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

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


.dark-scheme_fd9d35cfd62e5ea8 .widget-post_e3fa18a3b6839488 li a {
  color: #ffffff;
}

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

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

.widget-post_e3fa18a3b6839488 .date_73c13006fdf73f33 {
  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_e3fa18a3b6839488 .date_73c13006fdf73f33 {
  float: right;
}

.widget_842dc248c3d07793 .comments_3e52ea2d1f2e2a58 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_842dc248c3d07793 .tiny-border_8bdd64eae1ef5031 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_9ae0df425b11ca28 .widget_842dc248c3d07793 .tiny-border_8bdd64eae1ef5031 {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_51311b8e755872e7 .widget_tags_281ca7ede73023e9 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_842dc248c3d07793.widget_tags_281ca7ede73023e9 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_8bdd64eae1ef5031 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_fd9d35cfd62e5ea8 #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_099f17f0d3f2639e {
  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_32eeb3a69a82e864 {
  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_eb140a0edde3a98d .d-item-txt_32eeb3a69a82e864{
  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_32eeb3a69a82e864 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_a0c4374e7a52740d {
  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_eb140a0edde3a98d .d-item-block_a0c4374e7a52740d{
  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_a0c4374e7a52740d{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_dcb2740edaaff302 .d-number_26fe2e83129eeee6 {
  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_88d27252441158fb .de-step-s1_dcb2740edaaff302 .d-number_26fe2e83129eeee6{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_d8b338379e9864e8.no-hide_cb0bcd02924df986 .owl-stage-outer_6d2210de402bce16{
  overflow: visible; !important;
}

.grayscale_43e060640f14821e{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

.arrow-divider_43ed182a0d928f67 > [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_43ed182a0d928f67.light_d0373e7219d12a11 > [class*=col-]:nth-child(n+2):after {
  content: url('../gallery/svg/arrow-right-white.svg');
}

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

/* misc */

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

/* background */
.bg-white_cd7ca85a291c6e6d{ background:#ffffff; }
.bg-black_eb8f9a33469f2bf9{ background:#000000; }

/* width (percent) */
.w-10_42f391e6c685d022{width: 10%;}
.w-20_4ff7dc696880d0e1{width: 20%;}
.w-30_77a476fd2bcd03ec{width: 30%;}
.w-40_af4b37f2681058c6{width: 40%;}
.w-50_dc0b27337412c666{width: 50%;}
.w-60_371cb00f487eba42{width: 60%;}
.w-70_ba85ea8a8f5b9831{width: 70%;}
.w-80_6b5ed40b74c044d8{width: 80%;}
.w-90_7251c1f05f632eac{width: 90%;}
.w-100_ca599c8bb1dcf930{width: 100%;}

/* width (px) */
.w-10px_0b87bff086651989{width: 10px;}
.w-20px_e58f5c0075d05c2d{width: 20px;}
.w-24px_9ea6fbdb2c466002{width: 24px;}
.w-40px_672608a251f5d5e1{width: 40px;}
.w-50px_57215135bf58a6e2{width: 50px;}
.w-60px_0b3ec885c2d7fe32{width: 60px;}
.w-70px_af9cc29bc33bfd55{width: 70px;}
.w-80px_83a93061916015ef{width: 80px;}
.w-90px_a333fbc8b7884e74{width: 90px;}
.w-100px_79299a0b71fa9533{width: 100px;}
.w-110px_3af39e0302894639{width: 110px;}
.w-120px_57867665d5931be7{width: 120px;}
.w-130px_572c8e53f6ee596a{width: 130px;}
.w-140px_483deedd31c19a17{width: 140px;}
.w-150px_8bc0dafce45f5405{width: 150px;}
.w-200px_13a120c2569fddda{width: 200px;}
.w-250px_27333b3189a836ab{width: 250px;}
.w-300px_6a0476f2b58804af{width: 300px;}

/* height (percent) */
.h-10_5d4cfcad38555711{height: 10%;}
.h-20_f736fad6975c48e4{height: 20%;}
.h-30_b6a50a3d02cdfee6{height: 30%;}
.h-40_6944916cf267023d{height: 40%;}
.h-50_9fba8d65adb19b08{height: 50%;}
.h-60_cfb7b5d11d0a851b{height: 60%;}
.h-70_a92329deb0eb7f9d{height: 70%;}
.h-80_7bb5fee8f7d989bb{height: 80%;}
.h-90_d11fa466c42c845f{height: 90%;}
.h-100_4d6b11fb047af920{height: 100%;}

/* height (px) */
.h-10px_c5093f77b0c57678{height: 10px;}
.h-20px_7b45c7fa3b48a799{height: 20px;}
.h-24px_4c346d5a033d07f4{height: 24px;}
.h-40px_e2f06ef9d1bce1cf{height: 40px;}
.h-50px_e82db30b889d3dd7{height: 50px;}
.h-60px_ae22008a91441a56{height: 60px;}
.h-70px_bce5289b4301f836{height: 70px;}
.h-80px_96f198a742367175{height: 80px;}
.h-90px_e9f06a6827765bb5{height: 90px;}
.h-100px_92f76d9581e269f3{height: 100px;}
.h-110px_5fc27b35e624d2de{height: 110px;}
.h-120px_2e760d9039af68b2{height: 120px;}
.h-130px_895a22b5367fd377{height: 130px;}
.h-140px_79851f4ddc041bf0{height: 140px;}
.h-150px_fd717a10cf4de98c{height: 150px;}
.h-200px_38fe1d92796aa4be{height: 200px;}
.h-250px_4da59d863f86a65d{height: 250px;}
.h-300px_118411a47dea856f{height: 300px;}

/* top (percent) */
.top-10_61322fdc054dc249{top: 10%;}
.top-20_ae2cfb69d5187012{top: 20%;}
.top-30_bdf22cd09969fed3{top: 30%;}
.top-40_00678d1068a2c0b8{top: 40%;}
.top-50_0da086ed59dc6c98{top: 50%;}
.top-60_f6266669ea3dc85e{top: 60%;}
.top-70_b191d2cc973d9e3a{top: 70%;}
.top-80_4ab86939d5826cf9{top: 80%;}
.top-90_1bb87fa0c78e3196{top: 90%;}
.top-100_5fe3a438c7fff63d{top: 100%;}

/* top (px) */
.top-10px_f85c45d4beb146c1{top: 10px;}
.top-20px_790f226b839914e1{top: 20px;}
.top-30px_6c046d406c497101{top: 30px;}
.top-40px_a77b882df20d516c{top: 40px;}
.top-50px_c3906afde799f577{top: 50px;}
.top-60px_73c224b61fb813b3{top: 60px;}
.top-70px_b0b776462ba3017a{top: 70px;}
.top-80px_b7c0203cb196cbd5{top: 80px;}
.top-90px_31e0729f1ac61e46{top: 90px;}
.top-100px_02f177b5ffaccf9d{top: 100px;}

/* bottom (percent) */
.bottom-10_2d23d4f5108101a7{bottom: 10%;}
.bottom-20_ff550ba256718819{bottom: 20%;}
.bottom-30_3d6b3b2e8459b832{bottom: 30%;}
.bottom-40_ae414fd1d1ef4b1a{bottom: 40%;}
.bottom-50_af20348f2c173108{bottom: 50%;}
.bottom-60_780d1473e4d72ce8{bottom: 60%;}
.bottom-70_f1d53c4c6a86a313{bottom: 70%;}
.bottom-80_17e74c7b3e1c4ec5{bottom: 80%;}
.bottom-90_22eb66373ab2e795{bottom: 90%;}
.bottom-100_bf6cb7accc663af1{bottom: 100%;}

/* bottom (px) */
.bottom-10px_ea027abe5e747019{bottom: 10px;}
.bottom-20px_8bc1eb5beeca48c2{bottom: 20px;}
.bottom-30px_83ca0b5b6ac64b39{bottom: 30px;}
.bottom-40px_eb4707ab5cd2044b{bottom: 40px;}
.bottom-50px_36eda597237ed694{bottom: 50px;}
.bottom-60px_094e43cfcd500df0{bottom: 60px;}
.bottom-70px_2b32a0f5f54dbd5e{bottom: 70px;}
.bottom-80px_87084c14cd2d1a9e{bottom: 80px;}
.bottom-90px_226a947bb6cef1bf{bottom: 90px;}
.bottom-100px_791ce7ebb87bcc30{bottom: 100px;}

/* top negative (px) */
.top-min-10_ff198bdeb3c96358{top:-10px;}
.top-min-20_0993c734c0ba937b{top:-20px;}
.top-min-30_d659b3df298ad683{top:-30px;}
.top-min-40_58c143dab68ed870{top:-40px;}
.top-min-50_5521ae67cc87818e{top:-50px;}
.top-min-60_be9a59dd00f9cada{top:-60px;}
.top-min-70_7e5d4ac9e725f3bd{top:-70px;}
.top-min-80_8e55ab4f35ba7841{top:-80px;}
.top-min-90_97b439a5811942e6{top:-90px;}
.top-min-100_079da5a9929c4352{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_fed337f552be8f79{bottom:-10px;}
.bottom-min-20_faa9cf9804613804{bottom:-20px;}
.bottom-min-30_58207927aa630f46{bottom:-30px;}
.bottom-min-40_c179571eda954311{bottom:-40px;}
.bottom-min-50_a260ccce53b6bace{bottom:-50px;}
.bottom-min-60_0cf53cee29007103{bottom:-60px;}
.bottom-min-70_fb17cef2d760b2d1{bottom:-70px;}
.bottom-min-80_5cdf369596b47e1f{bottom:-80px;}
.bottom-min-90_f4303205c1e60b29{bottom:-90px;}
.bottom-min-100_8fe396c09756700d{bottom:-100px;}

/* left pos (percent) */
.start-10_5c4ac11f52d575bb{left: 10%;}
.start-20_c3821ea020b24f3f{left: 20%;}
.start-30_2135fce31eaf84af{left: 30%;}
.start-40_471eb6c5314a61f4{left: 40%;}
.start-50_8fc9335774521809{left: 50%;}
.start-60_873d9d035a6a83c0{left: 60%;}
.start-70_9e950855e63f06c1{left: 70%;}
.start-80_1455b1deeed8e25f{left: 80%;}
.start-90_5901e0cdee6e003d{left: 90%;}
.start-100_359993616443d420{left: 100%;}

/* left pos (px) */
.start-10px_be576efd8123d472{left: 10px;}
.start-20px_38c6fd148d69c2f8{left: 20px;}
.start-30px_d062d7dff027b786{left: 30px;}
.start-40px_a4384b4ccfe3f635{left: 40px;}
.start-50px_0595bded4d7703f9{left: 50px;}
.start-60px_245d203813076109{left: 60px;}
.start-70px_97087a85e81b98c5{left: 70px;}
.start-80px_a52d65d63c12308b{left: 80px;}
.start-90px_a30d640668db67ed{left: 90px;}
.start-100px_1d78e9ffbe604b91{left: 100px;}

/* right  pos (percent) */
.end-10_f180357e1c5fbb2e{right: 10%;}
.end-20_dd144b4e1ebdb33a{right: 20%;}
.end-30_5bd851f844d9d703{right: 30%;}
.end-40_6969ea57efca27d5{right: 40%;}
.end-50_22e04c3766098c30{right: 50%;}
.end-60_ed8f62bd7c579678{right: 60%;}
.end-70_ca160d389d3b2e4e{right: 70%;}
.end-80_1357abf068d658c5{right: 80%;}
.end-90_c468eece25624daa{right: 90%;}
.end-100_24d554929b807f17{right: 100%;}

/* right  pos (px) */
.end-10px_9ed65fceb52859d0{right: 10px;}
.end-20px_9247e42a085fdab1{right: 20px;}
.end-30px_556d3f8e4b3dace1{right: 30px;}
.end-40px_2effe39fa1c94dc3{right: 40px;}
.end-50px_d8250590b20e4354{right: 50px;}
.end-60px_3d15e2da27b19dfe{right: 60px;}
.end-70px_e1aa4710506a7b71{right: 70px;}
.end-80px_ee014e76b9229651{right: 80px;}
.end-90px_fa2b18d6c4c653cd{right: 90px;}
.end-100px_4f1f9458ca0ddbc8{right: 100px;}

/* margin-left (percent) */
.ms-10_5c30bd5b3ba49e01{margin-left: 10%;}
.ms-20_cd0a7d62dc58c4fa{margin-left: 20%;}
.ms-30_1f92c6af25d3005f{margin-left: 30%;}
.ms-40_0c317b27e7546e5f{margin-left: 40%;}
.ms-50_c9aa6206ac2d7b86{margin-left: 50%;}
.ms-60_081dc9d3cfb30d30{margin-left: 60%;}
.ms-70_0971eeebe17507a1{margin-left: 70%;}
.ms-80_76b1337229ef8c47{margin-left: 80%;}
.ms-90_61c8d11b7076b3b0{margin-left: 90%;}
.ms-100_8763b71fde7050cc{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_ba3b1398a7afdf5e{margin-left: 10px;}
.ms-20px_68bfd7e653a091e3{margin-left: 20px;}
.ms-30px_3a2cb6101e934eb6{margin-left: 30px;}
.ms-40px_57383aad23ec0ac3{margin-left: 40px;}
.ms-50px_c5e1a6ffca8b3384{margin-left: 50px;}
.ms-60px_9e4348267e9b9062{margin-left: 60px;}
.ms-70px_566bfdeae2ef929f{margin-left: 70px;}
.ms-80px_8ad10caaea045a8c{margin-left: 80px;}
.ms-90px_2c11d30e005efac0{margin-left: 90px;}
.ms-100px_6c4c0772f7a67e02{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_e4f246f68f22602a{margin-top:-10px;}
.mt-min-20_bec27f89dd8af9a8{margin-top:-20px;}
.mt-min-30_a907d949c73ef51e{margin-top:-30px;}
.mt-min-40_ec25c659d92e22b2{margin-top:-40px;}
.mt-min-50_4b214bf53abcec70{margin-top:-50px;}
.mt-min-60_e2f54729eb68e555{margin-top:-60px;}
.mt-min-70_b2d6ab1f91bcc237{margin-top:-70px;}
.mt-min-80_2765412e924fd451{margin-top:-80px;}
.mt-min-90_0f35ac5037de1eac{margin-top:-90px;}
.mt-min-100_3e6cf120e67cc25c{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_1f4ded73c863e304{margin-bottom:-10px;}
.mb-min-20_7935f1f8d67d4294{margin-bottom:-20px;}
.mb-min-30_2615d97c3f208d6a{margin-bottom:-30px;}
.mb-min-40_d5904420041bbdcc{margin-bottom:-40px;}
.mb-min-50_4a43ee25f3ffd23c{margin-bottom:-50px;}
.mb-min-60_0509bdb35a7d1776{margin-bottom:-60px;}
.mb-min-70_1f7b3266ebbe540f{margin-bottom:-70px;}
.mb-min-80_7d920a0d54c6ccf3{margin-bottom:-80px;}
.mb-min-90_64433d277d6ef9b5{margin-bottom:-90px;}
.mb-min-100_06951f2ac5776ec2{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_1bbab8abb0042052{margin-left:-10px;}
.ms-min-20_172ba701da108c27{margin-left:-20px;}
.ms-min-30_f6f131fcae84a261{margin-left:-30px;}
.ms-min-40_37e7161356bc9d25{margin-left:-40px;}
.ms-min-50_5df22856502ed26c{margin-left:-50px;}
.ms-min-60_709d758937b86943{margin-left:-60px;}
.ms-min-70_a7730c8856f54155{margin-left:-70px;}
.ms-min-80_d6c767e635084379{margin-left:-80px;}
.ms-min-90_299ff0cabe091046{margin-left:-90px;}
.ms-min-100_9bc5038310024efb{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_8ffb27acc67b4ad9{margin-right:-10px;}
.me-min-20_9d15f0cbd1c55ef9{margin-right:-20px;}
.me-min-30_e53b1760003fbbee{margin-right:-30px;}
.me-min-40_d8e16923d0a799fa{margin-right:-40px;}
.me-min-50_1d0b34ef34776185{margin-right:-50px;}
.me-min-60_a033ce473a1e88b5{margin-right:-60px;}
.me-min-70_8cc1814f28510cbc{margin-right:-70px;}
.me-min-80_6a539f1b4191bec8{margin-right:-80px;}
.me-min-90_5a9493885e1ac77c{margin-right:-90px;}
.me-min-100_b48f3119693c5a41{margin-right:-100px;}

/* font-size (px) */
.fs-12_05b40655fec6cbfe{font-size: 12px;}
.fs-14_3dfa46d0cc749909{font-size: 14px;}
.fs-15_884104c46e01c2e5{font-size: 15px;}
.fs-16_92cf34b06d02b014{font-size: 16px;}
.fs-18_5c5305e3364d2397{font-size: 18px;}
.fs-20_231fd6badbf30cf3{font-size: 20px;}
.fs-24_90b5ae26ede21738{font-size: 24px;}
.fs-28_d64b7e8017845d13{font-size: 28px;}
.fs-30_c9bbb42a624b6168{font-size: 30px;}
.fs-32_ba407b7ff26d41bf{font-size: 32px;}
.fs-36_34b459b21918fba4{font-size: 36px;}
.fs-40_7a1c5b0cd74030b0{font-size: 40px;}
.fs-48_8f92f7eedd839c9f{font-size: 48px;}
.fs-56_6ffbbb9d1691970e{font-size: 56px;}
.fs-60_2447793c1efd1327{font-size: 60px;}
.fs-64_8f78e1eefbede05e{font-size: 64px;}
.fs-72_3b6f468211261776{font-size: 72px;}
.fs-96_81cc07fdf50dffb4{font-size: 96px;}
.fs-120_15ed99cea86af465{font-size: 120px;}
.fs-150_1c30fc1fbb5558ef{font-size: 150px;}
.fs-200_8ca9ad85bb6cf398{font-size: 200px;}


/* font-weight */
.fw-100_d35df80791869a00{font-weight: 100;}
.fw-200_e04a6602a36fd7b3{font-weight: 200;}
.fw-400_329cdae82fa3ef60{font-weight: 300;}
.fw-400_329cdae82fa3ef60{font-weight: 400;}
.fw-500_600126cd1ed7b5be{font-weight: 500;}
.fw-600_7875c702702752ae{font-weight: 600;}
.fw-bold_450163197e423d0b{font-weight: bold;}

/* margin left (px) */
.ms-10_5c30bd5b3ba49e01{margin-left: 10%;}
.ms-20_cd0a7d62dc58c4fa{margin-left: 20%;}
.ms-30_1f92c6af25d3005f{margin-left: 30%;}
.ms-40_0c317b27e7546e5f{margin-left: 40%;}
.ms-50_c9aa6206ac2d7b86{margin-left: 50%;}
.ms-60_081dc9d3cfb30d30{margin-left: 60%;}
.ms-70_0971eeebe17507a1{margin-left: 70%;}
.ms-80_76b1337229ef8c47{margin-left: 80%;}
.ms-90_61c8d11b7076b3b0{margin-left: 90%;}
.ms-100_8763b71fde7050cc{margin-left: 100%;}

/* padding (px) */
.p-10_285ebab74359b7bd{padding: 10px;}
.p-15_efda1efe399a1bc4{padding: 15px;}
.p-20_0b54ee0f216a3a1d{padding: 20px;}
.p-30_15154187bd8b83a4{padding: 30px;}
.p-40_c7e80a330cfe2e09{padding: 40px;}
.p-50_36ebb7d08e7562c9{padding: 50px;}
.p-60_79623d54f18ee173{padding: 60px;}
.p-70_a4edbea4ca5f3ebe{padding: 70px;}
.p-80_1419699d0aec6fc9{padding: 80px;}
.p-90_66375818bc188519{padding: 90px;}
.p-100_2d0f593e821e7655{padding: 100px;}

/* padding bottom (px) */
.pb-10_726c163a6f9d4ee4{padding-bottom: 10px;}
.pb-20_228dce5aedf720b4{padding-bottom: 20px;}
.pb-30_fc69b1dea42158e8{padding-bottom: 30px;}
.pb-40_f7914d1a4499f371{padding-bottom: 40px;}
.pb-50_b93a7c879cf5016c{padding-bottom: 50px;}
.pb-60_e636ea0b846434a9{padding-bottom: 60px;}
.pb-70_583b798716643f8a{padding-bottom: 70px;}
.pb-80_89a37749d5f83c72{padding-bottom: 80px;}
.pb-90_1d65e2f4d13b0193{padding-bottom: 90px;}
.pb-100_bd88cdc585be6c59{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_ff7b5d501e6ba6ab{padding-top: 10px;}
.pt-20_b0d6adc0f347afb4{padding-top: 20px;}
.pt-30_89dc7ef4ade183e3{padding-top: 30px;}
.pt-40_deafec0fef9143a3{padding-top: 40px;}
.pt-50_9b27f5258420444b{padding-top: 50px;}
.pt-60_fcbece450aee6834{padding-top: 60px;}
.pt-70_f15547c108de4944{padding-top: 70px;}
.pt-80_5ec771cb111a07b3{padding-top: 80px;}
.pt-90_43010a47005505a6{padding-top: 90px;}
.pt-100_56a76b0d3d82d2ef{padding-top: 100px;}

/* padding left (px) */
.ps-10_a4c105ca873c7cba{padding-left: 10px;}
.ps-20_7040adab626dd8b6{padding-left: 20px;}
.ps-30_3f161671f81fe25a{padding-left: 30px;}
.ps-40_db6821eac597d1de{padding-left: 40px;}
.ps-50_625a9a579b2cfea1{padding-left: 50px;}
.ps-60_9cef7a9fc4912798{padding-left: 60px;}
.ps-70_a1a6ce89c364d236{padding-left: 70px;}
.ps-80_d9776e0ec87edb60{padding-left: 80px;}
.ps-90_f2038a3b71b47d20{padding-left: 90px;}
.ps-100_71e2354064d42496{padding-left: 100px;}

/* border white */
.border-white-1_8ed92a8c536499f1{border: solid 1px white;}
.border-white-2_2caf4fa68daffadd{border: solid 2px white;}
.border-white-3_d2e2de8d1f9ea4a3{border: solid 3px white;}
.border-white-4_6a16919b113d3c49{border: solid 4px white;}
.border-white-5_7d47954f9952279f{border: solid 5px white;}
.border-white-6_76477deeaecb2f09{border: solid 6px white;}
.dashed-1-white_154abd7d211c8b97{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_eee0e5824d7d6d5b{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_d0d330ce8ef1f29c{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_0e0bd0c85ceb7606{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_2820c53fa8f97da5{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_df33e44ca846eaaf{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_b7ebf5b26977994c{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_de184c83de5a364b{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_ea37823567a687ac{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_d2089d19dec0bafa{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_d1e0f028045440be{transform: scale(1.2);}
.hover-scale-in-3_7df584254c80319c{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_7df584254c80319c{transform: scale(1); opacity: 1}
.hover-op-0_e90d58232d396c61{ opacity:1 }
.hover:hover .hover-op-0_e90d58232d396c61{ opacity:0 }
.hover-op-1_830bd2cb4b4cda5f,.hover-op-05_309adb5e0c1c94fa{ opacity:0 }
.hover:hover .hover-op-1_830bd2cb4b4cda5f{ opacity:1 }
.hover:hover .hover-op-05_309adb5e0c1c94fa{ opacity:.5 }
.hover:hover .hover-scale-1-1_b3e7e47ea9d1aa2f{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_d1e0f028045440be{transform: scale(1.2);}
.hover-scale-in-3_7df584254c80319c{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_7df584254c80319c{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_3fa0e0449fd2ea74{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_9e73903ae1d4421c{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_f643545047974773{background: var(--heading-font-color)}
.hover-mh-100_1f5ef52b374d9ed6{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_1f5ef52b374d9ed6{max-height: 500px;}
.hover:hover .hover-top-0_3727825c2323a62c{top:0;}
.hover:hover .hover-pb-40_e9d9850f062b1081{padding-bottom: 40px;}
.hover-mt-40_e1df84a6299f312b{margin-top: 40px;}
.hover:hover .hover-mt-40_e1df84a6299f312b{margin-top: 0px;}
.hover:hover .hover-mt-0_694ae2f3901d4010{margin-top: 0;}

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

/* opacity */
.op-1_f64b4be182273d10{ opacity:.1; }
.op-2_2cd5f5b8d6bc484b{ opacity:.2; }
.op-3_94b404f49495ac0a{ opacity:.3; }
.op-4_bd92acd04cf4fd70{ opacity:.4; }
.op-5_e49e246bad6b242c{ opacity:.5; }
.op-6_b51e6a00e30dc7f9{ opacity:.6; }
.op-7_fff9c925c33e21af{ opacity:.7; }
.op-8_9049feddfa1ad4a4{ opacity:.8; }
.op-9_e54323c03d040320{ opacity:.9; }

/* line height em */
.lh-1_dd6886219f7617a1{line-height: 1em;}
.lh-1-1_efb33cd20288916e{line-height: 1.1em;}
.lh-1-2_acdc0d62a1bba66d{line-height: 1.2em;}
.lh-1-3_7ee47407e8e95039{line-height: 1.3em;}
.lh-1-4_967a7758a35eba07{line-height: 1.4em;}
.lh-1-5_e09d6f6875afce11{line-height: 1.5em;}
.lh-1-6_24d3c51ffae4b238{line-height: 1.6em;}
.lh-1-7_7dddc9bca8116841{line-height: 1.7em;}
.lh-1-8_fc7267db8704fd9a{line-height: 1.8em;}

/* min height (px) */
.mh-200_faa81c7f0f1fad03{min-height:200px;}
.mh-300_15590812a44aaba1{min-height:300px;}
.mh-400_fc281c9bc482088f{min-height:400px;}
.mh-500_42fc7cab7b9bad73{min-height:500px;}

/* background dark */
.bg-dark-20_3053543368db6fb7{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_69b32212b6e4718d{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_730441069059e5ac{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_423b8ad10fbc4971{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_90feae6ba3deafb6{background: rgba(0, 0, 0, .1)}
.overlay-black-2_633d1f8ac559f05b{background: rgba(0, 0, 0, .2)}
.overlay-black-3_3661bfc10ff548df{background: rgba(0, 0, 0, .3)}
.overlay-black-4_b045641f1ad781f7{background: rgba(0, 0, 0, .4)}
.overlay-black-5_0cb11f22a2f04d69{background: rgba(0, 0, 0, .5)}
.overlay-black-6_c06aaf9aefeca880{background: rgba(0, 0, 0, .6)}
.overlay-black-7_3b539566e76ee6c5{background: rgba(0, 0, 0, .7)}
.overlay-black-8_ee975e89041d2152{background: rgba(0, 0, 0, .8)}
.overlay-black-9_0e288f0dcb278025{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_18fac83cf8d16e90{background: rgba(255, 255, 255, .1)}
.overlay-white-2_f71e479c312d5427{background: rgba(255, 255, 255, .2)}
.overlay-white-3_02507418a553c094{background: rgba(255, 255, 255, .3)}
.overlay-white-4_28a2b96a357086e0{background: rgba(255, 255, 255, .4)}
.overlay-white-5_3d738d2cbf86e856{background: rgba(255, 255, 255, .5)}
.overlay-white-6_6ec27032c602019f{background: rgba(255, 255, 255, .6)}
.overlay-white-7_a2b2a94c58642d26{background: rgba(255, 255, 255, .7)}
.overlay-white-8_ed2ecc90facfe0f9{background: rgba(255, 255, 255, .8)}
.overlay-white-9_35f778d3c9bd930a{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_89c6b0f498b6f66a { left: 50%; transform: translateX(-50%);}
.abs-middle_3d82017b8bed4cf3{ top: 50%;  transform: translateY(-50%);}
.abs-centered_875ea9f4d55595bd{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_f0266902fe867152 { position: relative; }

/* z-index */
.z-1_929be126fc514ff5{ z-index:1 }
.z-2_7709c32c12382b51{ z-index:2 }
.z-3_5ee10b58907be1ac{ z-index:3 }
.z-4_4f31b7b510c248e4{ z-index:4 }
.z-1000_13f4fc3eda821cdb { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_354aad0c87937b5e 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_354aad0c87937b5e .img-l1_cbce4e2fdc3985ab{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_354aad0c87937b5e .img-l2_a4e6a726ad97be35{
  top:20%;
  left: 0%;
}


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

.ss-wrap_354aad0c87937b5e .img-r2_cae3ac34f6c447c5{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_ae49966c01b24288 .d-item .d-text_ea37861e10152899 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_b9531cf0e2cd8bbb .d-item.no-border_bd2a6f0f18e37431{
  border: none;
}

.de-timeline-s2_b9531cf0e2cd8bbb .d-item  .d-icon_3a1a58f914dd8adb{
  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_b9531cf0e2cd8bbb.color .d-item  .d-icon_3a1a58f914dd8adb{
  background: var(--secondary-color);
}

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

.de-timeline-s2_b9531cf0e2cd8bbb .d-item .d-text_ea37861e10152899{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_ef9cee8eef8b5dfd.border-left_55de873d9964a633.light_d0373e7219d12a11{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_d8a68eb61302edc8 .swiper-pagination-current_2c8c6b7049abe6a9{
  color: var(--heading-font-color);
}

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

.slider-light_d8a68eb61302edc8 .swiper-button-next, .slider-light_d8a68eb61302edc8 .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_cd4e9db4e72cede3{
  color:#ffffff;
}
.sw-price_cd4e9db4e72cede3 .d-starting_eb85cadea39415d9{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_cd4e9db4e72cede3 .d-price_98bbee8de56dc9d0{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_cd4e9db4e72cede3 .d-val_af50b9a07d5e9181{
  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_cd4e9db4e72cede3 .d-cur_d7a1949ac3c63135, .sw-price_cd4e9db4e72cede3 .d-period_6e15585b69b410c4{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_cd4e9db4e72cede3 .d-cur_d7a1949ac3c63135{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

.swiper-container_72056b7d859c31de {
  overflow: hidden;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 480px) {
  .swiper-container_72056b7d859c31de {
    min-height: 320px;
  }
}
.swiper-container-wrapper_fc15f1645a4f9bab {
  display: flex;
  flex-flow: column nowrap;
  height: 100vh;
  width: 100vw;
}
@media (min-width: 480px) {
  .swiper-container-wrapper_fc15f1645a4f9bab {
    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_91076178aae73cfc h3{
  font-size: 22px
}

.sw-caption-thumb_91076178aae73cfc .d-tag_ed622a7c190f0e6c{
  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_2741d05f503aba2d #mainmenu{
  margin: 0;
}

.col-start_368a7b225e270120, .col-end_3cfd8b3a31e985a3 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_3cfd8b3a31e985a3{
  justify-content: end;
}

.col-center_b4651d5458524610 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_b4651d5458524610 img{
  width: 160px;
}


.subtitle_2429e972dd27b729{
  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_2429e972dd27b729: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_fd9d35cfd62e5ea8 .subtitle_2429e972dd27b729, .text-light_88d27252441158fb .subtitle_2429e972dd27b729{
  color:#ffffff;
}


.dark-scheme_fd9d35cfd62e5ea8 .subtitle_2429e972dd27b729:before, .text-light_88d27252441158fb .subtitle_2429e972dd27b729:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_2429e972dd27b729.blink_c138fad1e0e01efe{
  padding-left: 35px;
}

.subtitle_2429e972dd27b729.blink_c138fad1e0e01efe: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_fd9d35cfd62e5ea8::-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_9358ea646f2123fb {
    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_ead12d3bfd88c9ae a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_fd9d35cfd62e5ea8 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_92c7a33e81fa69f6{
      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_92c7a33e81fa69f6 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_c4ce5229dd1ce0f1 {
  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_c4ce5229dd1ce0f1 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_c4ce5229dd1ce0f1 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_c4ce5229dd1ce0f1 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_fe3b5a2e210987db: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_3dc2e2e3600cb92f {
  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_d8b338379e9864e8,
.rtl .bx-wrapper_693ec5c4677509b1 {
  direction: ltr;
}

.rtl .owl-carousel_d8b338379e9864e8 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_2741d05f503aba2d {
  display: flex;
  justify-content: space-between;
}

.de-flex_2741d05f503aba2d>.de-flex-col_a53530ca8ffc112f {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_933afc36947b2ee8,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_933afc36947b2ee8 {
  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_ca7d08bc60cea603 {
  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_ded4a9c1fb1f1070 {
  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_ded4a9c1fb1f1070 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_d74d981b8c943be6 {
  border-color: #EFEFEF !important;
}

.tparrows_84baf280d94718e4 {
  background: none !important;
}

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

.text-light_88d27252441158fb .border_d74d981b8c943be6 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_d8b338379e9864e8 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_5130848c8021da46 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_5130848c8021da46 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_5130848c8021da46 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_afd2187f3c3b7932.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_afd2187f3c3b7932.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_afd2187f3c3b7932 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_c9ce30e1384b29c9 .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_88d27252441158fb strong {
  color: #fff;
}

.bg-white_cd7ca85a291c6e6d {
  background: #ffffff;
}

.bg-white-10_1547fc24f9f06ddf {
  background: rgba(255, 255, 255, .1);
}

.wh80_688965c85062e6ea {
  width: 80%;
  height: 80%;
}

.border-top_9e37268b38f56d28 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_96d15816d080102f {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_fd9d35cfd62e5ea8 header.border-bottom_96d15816d080102f {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_629449a96f15c972 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_629449a96f15c972 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_a53b15dcace731cf {
  background: rgba(26, 37, 48, .85);
}

.circle-x_a2647f871a4c6081 {
  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_3a65811924ef367b:before,
.nav-next_0bf2403647bc2d21:before,
.nav-exit_f2041fb627fc3c49:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_f2041fb627fc3c49:before {
  width: 100%;
  display: block;
}

.nav-next_0bf2403647bc2d21:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_f2041fb627fc3c49:before {
  content: '\f00d';
}

.de_light_51311b8e755872e7 .nav-exit_f2041fb627fc3c49:before {
  color: #222;
}

.no-bottom_daecff46cc76feed {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_106a8fe966b740f7 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_8aceb2d0ca1b3cab {
  background: #f6f6f6;
}

.no-bottom_daecff46cc76feed .col-md-12_4f9e1cd550e13179 {}

.no-bottom_daecff46cc76feed {
  padding-bottom: 0 !important;
}

.no-top_c69aedd36091d5fa {
  padding-top: 0 !important;
}

.no-margin_797dd4f513326c11 {
  margin: 0 !important;
}

.nopadding_12f2b0a16b88430f {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_bdd4679a8dd9faad {
  position: relative;
  overflow: hidden;
}

.image-slider_c78bafdfb7e279f7 {
  cursor: move;
}

.inner-padding_1ca84cb22e61b610 {
  padding: 90px;
}

.inner-padding_1ca84cb22e61b610.pos-left_65cc44f3c0628578 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_1ca84cb22e61b610.pos-left_65cc44f3c0628578 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_7b38506ad189557e,
section.no-padding_7b38506ad189557e {
  padding: 0;
}

.float-left_d3e2b71e10b24bf8 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_3e2a77f37350031f {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_04a20264391c5e71 {
  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_23797442f179ccc7 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_23797442f179ccc7.style-2_f5cb2d77527d8dca {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_23797442f179ccc7.style-3_8f42f3f7fdb04c56 {
  font-size: 14px;
}

.teaser_23797442f179ccc7.style-4_488e8f19497f7bca {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_6aa6f505cdaf5d31:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_379d218080f66aaf {
  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_56f471223c34f801 {
  display: flex;
}

.owl-prev_612c5964d5c3df68,
.owl-next_053142d9d600a742,
.d-nav-left_9c40b37b13115865,
.d-nav-right_86f0a5b209a735af {
  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_fd9d35cfd62e5ea8 .owl-prev_612c5964d5c3df68,
.dark-scheme_fd9d35cfd62e5ea8 .owl-next_053142d9d600a742 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_612c5964d5c3df68:hover,
.owl-next_053142d9d600a742: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_612c5964d5c3df68,
.d-nav-left_9c40b37b13115865 {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_053142d9d600a742,
.d-nav-right_86f0a5b209a735af {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_9c40b37b13115865 i,
.d-nav-right_86f0a5b209a735af i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_053142d9d600a742 i,
.d-nav-left_9c40b37b13115865 i {
  top: 12px;
  left: 16px;
}

.d-nav-right_86f0a5b209a735af i {
  top: 12px;
  right: 16px;
}

.owl-arrow_99b06a4b644f51cd {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_99b06a4b644f51cd span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_99b06a4b644f51cd .prev {
  left: 0;
}

.owl-arrow_99b06a4b644f51cd .next {
  right: 0;
}

.owl-arrow_99b06a4b644f51cd .prev:before,
.owl-arrow_99b06a4b644f51cd .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_99b06a4b644f51cd .next:before {
  content: '\f178';
}

.owl-pagination_2557fb4f69a4dc51 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_ba4249729e7a734e .owl-controls_d01395689910bead .owl-page_01b59415d858d764 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_ba4249729e7a734e .owl-controls_d01395689910bead .owl-page_01b59415d858d764.active span {
  background: none;
}

.owl-theme_ba4249729e7a734e .owl-controls_d01395689910bead .owl-page_01b59415d858d764.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_ba4249729e7a734e .owl-nav_56f471223c34f801.disabled+.owl-dots_31d2c5237f41fab9 {
  margin-top: 0px;
}

.owl-dots_31d2c5237f41fab9 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_ba4249729e7a734e .owl-dots_31d2c5237f41fab9 .owl-dot_5bf340188d9220be span {
  display: none;
}

/* new owl close */

.text-light_88d27252441158fb .owl-theme_ba4249729e7a734e .owl-controls_d01395689910bead .owl-page_01b59415d858d764 span {
  background-color: #fff;
}

.text-light_88d27252441158fb .owl-theme_ba4249729e7a734e .owl-controls_d01395689910bead .owl-page_01b59415d858d764.active span {
  background: none;
}

.text-light_88d27252441158fb .owl-theme_ba4249729e7a734e .owl-controls_d01395689910bead .owl-page_01b59415d858d764.active span:before {
  border: solid 2px #fff;
}

.text-slider_b781963dc0f26893 {
  color: #fff;
  display: inline-block;
}

.text-slider_b781963dc0f26893.med-text_90f901c2095881fa {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_b781963dc0f26893.big-text_6a0d5900e66c1a98 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_d53d57329167452a .text-item {
  display: inline-block;
}

.text-slider_b781963dc0f26893.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_b781963dc0f26893.big-text_6a0d5900e66c1a98 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_b781963dc0f26893 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_54695536f4c4a093 {
  color: #ff0000;
}

.teal_950f079bf67ea0fb {
  color: #009999;
}

.purple_d6927eedd92930a4 {
  color: #663366;
}

.green_ad1d7231f62c67ca {
  color: #009900;
}

.bg-overlay_3dc12fb23960e09e {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_11b731efd4e34bfe {
  position: relative;
}

.overlay-bg_941dbee9351e92fd {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_941dbee9351e92fd.p60_3116a0578a13589d {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_7a79d98cb3180895 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_c4427f3b10156e5e {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_941dbee9351e92fd.t0_3c0b36228154cdc9 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_941dbee9351e92fd.t20_aa3a1a209d0f644d {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_941dbee9351e92fd.t30_b82f16762398f907 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_941dbee9351e92fd.t40_0cd90039209005cb {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_941dbee9351e92fd.t50_34b2cbc62dcdb4e9 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_941dbee9351e92fd.t60_5e4ab06c9b14ccd2 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_941dbee9351e92fd.t70_4aef35ce6711e496 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_941dbee9351e92fd.t80_2cd432f962339e4b {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_941dbee9351e92fd.t90_fea2bd7c8f0ac6d4 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_941dbee9351e92fd.light-5_6e564a7cc5094815 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_941dbee9351e92fd.light-6_c74b716a3f449fc4 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_941dbee9351e92fd.light-7_f55c0d0a58393fcc {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_941dbee9351e92fd.light-8_9a4e6731569520c6 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_941dbee9351e92fd.c1_2ad98219ca65848d {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_941dbee9351e92fd.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_941dbee9351e92fd.gradient-blue-aqua_6962b6bc2c1d6c3a {
  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_482baeaccae86852.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_6b23b6fa6cac8b10 {
  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_8aceb2d0ca1b3cab,
section.bg-grey_8aceb2d0ca1b3cab {
  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_4adc2fd227b4f2f6 {
  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_5af6a0f591f7fe14 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_5af6a0f591f7fe14:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_b39acdc41759c93b {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_d598a2ef26bd05f1 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_d598a2ef26bd05f1:hover {
  color: #707070;
}

a.read_more_d598a2ef26bd05f1 i {
  margin-left: 8px;
}

.text-light_88d27252441158fb a.read_more_d598a2ef26bd05f1 {
  color: #fff;
}

.text-black_64e4db70d15703a3 {
  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_22e63cd92fe7c515 {
  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_609fa4548dbbbd22:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_609fa4548dbbbd22: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_31d2c5237f41fab9 {
  text-align: center;
}

.owl-dot_5bf340188d9220be {
  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_fd9d35cfd62e5ea8 .owl-dot_5bf340188d9220be,
.text-light_88d27252441158fb .owl-dot_5bf340188d9220be {
  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_95af243c6cc257fe {
  opacity: 1;
}

.owl-stage_5f02a0a5cb98dd7c {
  overflow: none;
}

.typed-strings_a1f9bf4bc9376826 p {
  position: absolute;
}

.typed-cursor_1247687af0488675 {
  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_f5cb2d77527d8dca .date-box_6f95085af4fc3ebd {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_f5cb2d77527d8dca .date-box_6f95085af4fc3ebd .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_f5cb2d77527d8dca .date-box_6f95085af4fc3ebd .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_93221449d7279c38 {
  margin: 0;
  padding: 0;
}

.sitemap_93221449d7279c38.s1_431cbbf38297e6a4 li {
  list-style: none;
}

.sitemap_93221449d7279c38.s1_431cbbf38297e6a4 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_56b8d4340f249664 {
  margin: 0;
  padding: 0;
}

.list_56b8d4340f249664 li {
  list-style: none;
}

.rtl .list_56b8d4340f249664.s1_431cbbf38297e6a4 li:after,
.list_56b8d4340f249664.s1_431cbbf38297e6a4 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_56b8d4340f249664.s1_431cbbf38297e6a4 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_56b8d4340f249664.s1_431cbbf38297e6a4 li:before {
  display: none;
}

.list_56b8d4340f249664.s2_eb140a0edde3a98d li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_56b8d4340f249664.s3_8f6309995b6d0b93 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_56b8d4340f249664.s3_8f6309995b6d0b93 li {
  display: inline;
  margin-right: 20px;
}

.list_56b8d4340f249664.s3_8f6309995b6d0b93 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_ac827da03c57e644 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_fd9d35cfd62e5ea8 .switch-set_ac827da03c57e644{
  color:#ffffff;
}

.dark-scheme_fd9d35cfd62e5ea8 .switch_b733f6eed76d66c7 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_ac827da03c57e644 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_b733f6eed76d66c7 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_b733f6eed76d66c7::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_9b1ba0ca261c7f2e {
  display: block;
}

.de-switch_9b1ba0ca261c7f2e h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_9b1ba0ca261c7f2e input[type=checkbox] {
  display: none;
}

.de-switch_9b1ba0ca261c7f2e input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_9b1ba0ca261c7f2e input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_9b1ba0ca261c7f2e 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_fd9d35cfd62e5ea8 .de-switch_9b1ba0ca261c7f2e label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_9b1ba0ca261c7f2e 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_9b1ba0ca261c7f2e.colored_998200b8ad8de9bf input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_9b1ba0ca261c7f2e.colored_998200b8ad8de9bf label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_9b1ba0ca261c7f2e {
  float: right;
}

.switch_b733f6eed76d66c7:checked::after {
  transform: translateX(20px);
}

.switch_b733f6eed76d66c7:focus {
  outline-color: transparent;
}

.menu_side_area_27fc85b7a805fa89 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_27fc85b7a805fa89 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_fd9d35cfd62e5ea8 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_cb59c861ab9574fa {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_e0f00d9e2056ce3c {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_a80cb5561d2457d6 {
  display: none;
}

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

.ul-style-2_f7bdb0cb60c1b165 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_f7bdb0cb60c1b165 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_f7bdb0cb60c1b165.s2_eb140a0edde3a98d li h4 {
  font-weight: 600;
}

.ul-style-2_f7bdb0cb60c1b165.s2_eb140a0edde3a98d li {
  margin-bottom: 30px;
}

.ul-style-2_f7bdb0cb60c1b165.s3_8f6309995b6d0b93 li {
  margin-bottom: 5px
}

.ul-style-2_f7bdb0cb60c1b165 .d-label_cdee734731aefb29 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_e6ac7d3565148e50{
  margin: 0;
  padding: 0;
}

.ul-check-inline_e6ac7d3565148e50 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_e6ac7d3565148e50 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_f7bdb0cb60c1b165 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_f7bdb0cb60c1b165 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_f3977993cd1ba1b1 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_f3977993cd1ba1b1 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_f3977993cd1ba1b1 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_f3977993cd1ba1b1 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_4252ddc53b290d83{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_f67a53501da69b80{
  color:#ffffff;
}


/* shadow */

.shadow-soft_9eb7ecdd3b71fdba,
.de-map-wrapper_864e27a1c809ca36 iframe,
.expand-custom_e02dbcf6845cf4b1,
#form_sb input,
.container-timeline_880fcf14acb05567 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_353e834e59465942 {
  -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_48a89cd7250256c5 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_007287c724dc219e {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_ca49aa0711019fdc {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_e8c67a7e70cdefbb {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_29732dc47e856b42{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_da5e2b97efdaa41e{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_21d7eca83ba9ba94 {
  right: 0;
}

.rtl .carousel-control-prev_69a1f4def6053f76 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_4421b015c21b7e9d,
.carousel-control-prev-icon_74654a7240400f1d {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_4421b015c21b7e9d:after,
.carousel-control-prev-icon_74654a7240400f1d:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_4421b015c21b7e9d:after {
  content: "\f105";
}

.carousel-control-next-icon_4421b015c21b7e9d:hover,
.carousel-control-prev-icon_74654a7240400f1d: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_864e27a1c809ca36 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_dbda14455d872176 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_dbda14455d872176 {
  -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_aaf9727ff9f1fb38 {
  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_42013d7755fd7365{
  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_1e3fefff53ffbaa6 .bubble_42013d7755fd7365:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_1e3fefff53ffbaa6 .bubble_42013d7755fd7365:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_1e3fefff53ffbaa6 .bubble_42013d7755fd7365:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_8aa5ddff4af24fe9{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_8aa5ddff4af24fe9 .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_e1e7e1717c8f10d2{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_e1e7e1717c8f10d2 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_e1e7e1717c8f10d2 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_e1e7e1717c8f10d2 dt span:after {
  content: " ";
}
.def-list-dots_e1e7e1717c8f10d2 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_e1e7e1717c8f10d2 .no-def-item_c8e102230ae4011f dt:after {
  content: "";
}
.def-list-dots_e1e7e1717c8f10d2 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_7814291d0a792cda img{
  height: 350px;
  width: auto;
}

.d-list-menu_c91dbdb75d9a669e {
  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_ce94eda97a569def .dropdown a:hover {
  color: #333;
}

.dark-scheme_fd9d35cfd62e5ea8 .dropdown a,
.dark-scheme_fd9d35cfd62e5ea8 .header-light_ce94eda97a569def .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_fd9d35cfd62e5ea8 .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_fd9d35cfd62e5ea8 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_fd9d35cfd62e5ea8 .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_db2706a5871ed18f {
  width: 600px !important;
}

.dropdown ul.d-col-3_db2706a5871ed18f li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_db2706a5871ed18f li span {}

.text-light_88d27252441158fb .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_88d27252441158fb .dropdown a {
  color: #ffffff;
}

.items_filter_fe74f7c80fdbad80 {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_fe74f7c80fdbad80 .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_4a25a3b2ce7af392,
.dropdown.fullwidth_4a25a3b2ce7af392 a,
.dropdown.fullwidth_4a25a3b2ce7af392 ul,
.dropdown.fullwidth_4a25a3b2ce7af392 li {
  width: 100%;
}

.dropdown.style-2_f5cb2d77527d8dca,
.dropdown.style-2_f5cb2d77527d8dca a,
.dropdown.style-2_f5cb2d77527d8dca ul,
.dropdown.style-2_f5cb2d77527d8dca li {
  width: 100%;
}

.rtl .dropdown.style-2_f5cb2d77527d8dca {
  text-align: right;
}

.dropdown.style-2_f5cb2d77527d8dca h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_f5cb2d77527d8dca a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_7200b2a822a3f35a {
  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_7200b2a822a3f35a:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_1342f5ebbd42c0eb {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_1342f5ebbd42c0eb span {
  display: inline-block;
  position: relative;
}

.separator_1342f5ebbd42c0eb span:before,
.separator_1342f5ebbd42c0eb span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_1342f5ebbd42c0eb span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_1342f5ebbd42c0eb span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_1342f5ebbd42c0eb span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_51311b8e755872e7 .separator_1342f5ebbd42c0eb span:before,
.de_light_51311b8e755872e7 .separator_1342f5ebbd42c0eb span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_88d27252441158fb .separator_1342f5ebbd42c0eb span:before,
.text-light_88d27252441158fb .separator_1342f5ebbd42c0eb span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_468490b73ea9ded4: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_468490b73ea9ded4: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_468490b73ea9ded4 {
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_2aad280d70b78bf8 {
  -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_2aad280d70b78bf8 {
  -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_486778eee2b3b84e,
.isotope.no-transition_486778eee2b3b84e .isotope-item_2aad280d70b78bf8,
.isotope .isotope-item_2aad280d70b78bf8.no-transition_486778eee2b3b84e {
  -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_88d27252441158fb #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_88d27252441158fb #filters a:hover {
  color: #fff;
}

.text-light_88d27252441158fb #filters a.selected {
  color: #fff;
}

.text-light_88d27252441158fb #filters a.selected {
  color: #fff;
}

.isotope-item_2aad280d70b78bf8 {
  z-index: 2;
}

.isotope-hidden_8b98a09ca6923b99.isotope-item_2aad280d70b78bf8 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_76b181ff10820097 ul.slides,
.project-carousel-3-col_5b00aa7a0351fd2d ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_28cb1235d7d245ee .flex-direction-nav_4ab89f223bf4808e,
.project-carousel_76b181ff10820097 .flex-control-nav_b8bd407aeed87d73,
.project-carousel_76b181ff10820097 .flex-direction-nav_4ab89f223bf4808e,
.project-carousel-3-col_5b00aa7a0351fd2d .flex-control-nav_b8bd407aeed87d73,
.project-carousel-3-col_5b00aa7a0351fd2d .flex-direction-nav_4ab89f223bf4808e {
  display: none;
}

.logo-carousel_28cb1235d7d245ee.owl-carousel_d8b338379e9864e8 .owl-item img {
  width: auto;
}

.logo-carousel_28cb1235d7d245ee.no-control_35f717f0391bda8a .flex-control-nav_b8bd407aeed87d73 {
  display: none;
}

.logo-carousel_28cb1235d7d245ee.s2_eb140a0edde3a98d img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_d8b338379e9864e8.owl-center_189edbc8359850c7 .owl-item {
  opacity: .6;
}
.owl-carousel_d8b338379e9864e8.owl-center_189edbc8359850c7 .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_e5ce30c4745078f3());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_e5ce30c4745078f3());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_e5ce30c4745078f3());
}

.typed-strings_a1f9bf4bc9376826 p {
  position: absolute;
}

.social-icons-sm_694f45a54ce65626 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_694f45a54ce65626 i:hover {
  color: #ffffff;
}

.arrowup_5e59cebfc19708d5 {
  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_245399f9111f1f53 {
  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_65ecffb5f8792f6a {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_e51fb237d65594b8 {
  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_213f4b592955c18b .nav-link {
  font-weight: 500;
}

.de-preloader_13f8299801c11c7b {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_fd9d35cfd62e5ea8 .de-preloader_13f8299801c11c7b {
  background: var(--bg-color-even);
}

.dot-loader_0f99d9aa6798d4ee {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_d692e245ea80447c {
  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_d692e245ea80447c.dot1_72ba46eae607c105 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_d692e245ea80447c.dot2_71d55c660b0a00f0 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_d692e245ea80447c.dot3_96dd1aa9807a2d16 {
  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_f5b98c87f81a764a {
  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_f5b98c87f81a764a .p-line_ef866fc8fa09edff {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_f5b98c87f81a764a .p-line_ef866fc8fa09edff: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_f5b98c87f81a764a .p-line_ef866fc8fa09edff:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_f5b98c87f81a764a .p-line_ef866fc8fa09edff: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_14612e33afff95c7, .container-md_e178774453a8bb16, .container-sm_e51a7272211940d0, .container-xl_26835af338d42f04 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_14612e33afff95c7,
  .container-md_e178774453a8bb16,
  .container-sm_e51a7272211940d0,
  .container-xl_26835af338d42f04 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_14612e33afff95c7,
  .container-md_e178774453a8bb16,
  .container-sm_e51a7272211940d0,
  .container-xl_26835af338d42f04 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_d9ef0a695f5d551a { width: 20%; }
  .col-md-2-5_87b48be613bf6b4f { width: 40%; }
  .col-md-3-5_02b92d058c193eb5 { width: 60%; }
  .col-md-4-5_9a5708c80f777dbe { width: 80%; }
  .col-md-5-5_a9a47624fbfc61bb { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_63908ba034ff2ee7 { width: 20%; }
  .col-lg-2-5_0a9224f8b05bf8ff { width: 40%; }
  .col-lg-3-5_2e2230c9c0a0859f { width: 60%; }
  .col-lg-4-5_719cf967e1179441 { width: 80%; }
  .col-lg-5-5_50d92e66887e2104 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_14612e33afff95c7,
  .container-md_e178774453a8bb16,
  .container-sm_e51a7272211940d0 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_f922b53b45bf5cd5 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_feb2bf7456641034 .tr .td:nth-child(4),
  .de_table_feb2bf7456641034 .tr .td:nth-child(5),
  .de_table_feb2bf7456641034 .tr .td:nth-child(6),
  .de_table_feb2bf7456641034 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_d1e2784007f59346 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_8ccda2b2c85c8e72 .countdown-show4_1d0a54a7a5b8e820 .countdown-section_cb59c861ab9574fa {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_8ccda2b2c85c8e72 .countdown-period_91bc258ac65c523d{
    font-size:10px;
  }

  .countdown-s2_8ccda2b2c85c8e72 .countdown-amount_315be4048e11a86a {
    font-size: 20px;
  }


  .mb-sm-20_7f7dd0ee819f22e4 {
    margin-bottom: 20px;
  }

  .mb-sm-30_1cb3af2470f65b40 {
    margin-bottom: 30px;
  }

  .mt-sm-0_6a21c518b2318738{
    margin-top: 0;
  }

  .sm-mt-0_b8fe65a91457b899 {
    margin-top: 0;
  }

  .p-sm-30_c52819ffe89d95ed {
    padding: 40px;
  }

  .pb-sm-0_d664f25fe3fe167d {
    padding-bottom: 0;
  }

  .mb-sm-0_91cd43ab4cc6a8c3 {
    margin-bottom: 0;
  }

  .sm-p-40_2f96d2ad15ead3ee{
    padding: 40px;
  }

  header .header-col_0b40d3ab32fba48e {
    position: absolute;
    top: 0;
  }

  header .header-col_0b40d3ab32fba48e.mid_5410cbaa2ae4a8b5 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_97ee2f4ad9544c1c {
    text-align: center;
  }

  .sm-pt10_62b36d23c048d81a {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_1ca84cb22e61b610 {
    padding: 40px;
  }

  .header-col-left_46d72e98b9cc8a4b,
  .header-col-right_182a9532cc6571fd {
    padding-top: 16px;
  }

  .header-col-mid_02fef29c70b1b11e #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_5d625abf7befed48 {
    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_d8651b2b122519e2 {
    position: fixed;
  }

  #subheader.s2_eb140a0edde3a98d {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_e66833efaaf9ebbc {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_f922b53b45bf5cd5 h1 {
    font-size: 32px;
  }

  .slider_text_f922b53b45bf5cd5 .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_10109d0249b7c5c9 {
    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_10109d0249b7c5c9,
  #mainmenu li li li a.menu-item_10109d0249b7c5c9 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_10109d0249b7c5c9:hover {
    background: #111;
  }

  #mainmenu a.menu-item_10109d0249b7c5c9: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_10109d0249b7c5c9: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_10109d0249b7c5c9 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_10109d0249b7c5c9:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_10109d0249b7c5c9 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_10109d0249b7c5c9 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_10109d0249b7c5c9 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_10109d0249b7c5c9:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_9196687dc5447d82) {
    border: none;
  }

  #mainmenu>li ul.mega_9196687dc5447d82 .sb-menu_85bcb4fe77f9ebaf {
    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_10109d0249b7c5c9 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_ce94eda97a569def.header-mobile #mainmenu a.menu-item_10109d0249b7c5c9{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_10109d0249b7c5c9: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_fd9d35cfd62e5ea8 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_9196687dc5447d82 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_9196687dc5447d82 .menu-content_51a5ae77ed2f61d2 {
    background: #fff;
  }

  header.header-light_ce94eda97a569def.header-mobile #mainmenu li,
  header.header-light_ce94eda97a569def.header-mobile #mainmenu li ul li a.menu-item_10109d0249b7c5c9 {
    border-color: #eee;
  }

  header.header-dark_bb6b4e1baf341f62.header-mobile {
    background: #222;
  }

  header.header-dark_bb6b4e1baf341f62.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_bb6b4e1baf341f62.header-mobile #mainmenu li a.menu-item_10109d0249b7c5c9 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_10109d0249b7c5c9: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_10109d0249b7c5c9 {
    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_fd9d35cfd62e5ea8 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_10109d0249b7c5c9 {
    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_10109d0249b7c5c9 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_fd9d35cfd62e5ea8 header.header-mobile #mainmenu li a.menu-item_10109d0249b7c5c9 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_10109d0249b7c5c9:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_fd9d35cfd62e5ea8 header.header-mobile #mainmenu li a.menu-item_10109d0249b7c5c9: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_fd9d35cfd62e5ea8 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_fd9d35cfd62e5ea8 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_10109d0249b7c5c9 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_fd9d35cfd62e5ea8 header.header-mobile #mainmenu li ul li a.menu-item_10109d0249b7c5c9 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_10109d0249b7c5c9 {
    border-bottom: none;
  }

  header.header-light_ce94eda97a569def.header-mobile #mainmenu>li>span,
  header.header-light_ce94eda97a569def.header-mobile #mainmenu li>ul>li>span {
    background: url(../gallery/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_ce94eda97a569def.header-mobile #mainmenu>li>span.active,
  header.header-light_ce94eda97a569def.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../gallery/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_9196687dc5447d82 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_9196687dc5447d82>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_9196687dc5447d82 .menu-content_51a5ae77ed2f61d2 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_ce94eda97a569def #mainmenu ul li a.menu-item_10109d0249b7c5c9,
  .header-light_ce94eda97a569def #mainmenu ul li a.menu-item_10109d0249b7c5c9:hover {
    color: #333;
  }

  .de_tab.tab_methods_0e5a8de1cdc56495 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_0e5a8de1cdc56495 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_0e5a8de1cdc56495 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_0e5a8de1cdc56495 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_d2e701119df9759a {
    display: none;
  }

  .sm-hide_3dc83610b807088b {
    display: none;
  }

  .d-btn-close_fe62a98d477371b6 {
    position: relative;
  }

  .de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_10109d0249b7c5c9 span {
    display: none;
  }

  .de_tab.tab_methods_0e5a8de1cdc56495.style-2_f5cb2d77527d8dca .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_8ff5a6c396ec340d {
    position: relative;
    height: auto;
  }

  .timeline_621c8d4a3718c664>li>.timeline-panel_93ae5b0d9854bdf0 {
    width: 100%;
  }

  .timeline-badge_1d48636dd2d05310 {
    display: none;
  }

  .timeline_621c8d4a3718c664:before {
    background: none;
  }

  .tp-caption_77b8e1eb8cec6924 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_2fe98e2eb123174c .de-flex_2741d05f503aba2d,
  .subfooter_2fe98e2eb123174c .de-flex-col_a53530ca8ffc112f {
    display: block;
  }

  .subfooter_2fe98e2eb123174c .social-icons_a01eb0d5ab694150 {
    margin-top: 20px;
  }

  .subfooter_2fe98e2eb123174c span.copy_259b147e5afd6116 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_d8e91798467c926e{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_6bc1690db70d3dd4{
    margin:0 20px;
  }

  .crumb_e66833efaaf9ebbc{
    margin-bottom: 0;
  }

  section.bottom-rounded_e07440cad4ef15c9{
    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_d6aeb463b3befe76,
  h1.ultra-big_d6aeb463b3befe76 .text-line_123a8aaad21d087d,
  h1.ultra-big-2_7a2552e164e2351a,
  .title-text_7aafa611bff4bb18,
  h1.slider-title_2e5c1234a1e3ef98{
    font-size: 60px;
  }  

  h1.slider-title_2e5c1234a1e3ef98,
  h2.slider-title_2e5c1234a1e3ef98{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_43ed182a0d928f67 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_af7c7f3d65d76833{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_af3e00e314760940{padding-top:10px;}
  .pt-sm-20_32a2a252e239971e{padding-top:20px;}
  .pt-sm-30_c900df989faa39a2{padding-top:30px;}
  .pt-sm-40_31704d9fc91cb31f{padding-top:40px;}
  .pt-sm-50_7654231768e3cf37{padding-top:50px;}
  .pt-sm-60_a080f06482f7c8b0{padding-top:60px;}
  .pt-sm-70_b9b8164bb156539f{padding-top:70px;}
  .pt-sm-80_ee98b07461e76afa{padding-top:80px;}
  .pt-sm-90_a286f628aa3cf3e4{padding-top:90px;}
  .pt-sm-100_4390f1549603db91{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_3ad3849d0b90f476{padding-bottom:10px;}
  .pb-sm-20_2dab292a3a6658db{padding-bottom:20px;}
  .pb-sm-30_758302b31cb916a3{padding-bottom:30px;}
  .pb-sm-40_b6dbc5d732d28bce{padding-bottom:40px;}
  .pb-sm-50_f68aece587e52052{padding-bottom:50px;}
  .pb-sm-60_45d7344844b09726{padding-bottom:60px;}
  .pb-sm-70_01cd7a212c34dc1e{padding-bottom:70px;}
  .pb-sm-80_12e9d0dd6ef2124c{padding-bottom:80px;}
  .pb-sm-90_91e80e642b22db57{padding-bottom:90px;}
  .pb-sm-100_dcf348b7824aef7f{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_5068cee0210af173{margin-top:10px;}
  .mt-sm-20_991b7166a2ad61d0{margin-top:20px;}
  .mt-sm-30_018a2fb208e3a968{margin-top:30px;}
  .mt-sm-40_d150d0e8442414b1{margin-top:40px;}
  .mt-sm-50_07ff66d0a3929b6d{margin-top:50px;}
  .mt-sm-60_a946883288e534d0{margin-top:60px;}
  .mt-sm-70_965efad0e6d4a300{margin-top:70px;}
  .mt-sm-80_7c41642b4153400e{margin-top:80px;}
  .mt-sm-90_4afa46bd3b9bd2c1{margin-top:90px;}
  .mt-sm-100_0caffc4bb95fb409{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_94671a83bbda24a6{margin-bottom:10px;}
  .mb-sm-20_7f7dd0ee819f22e4{margin-bottom:20px;}
  .mb-sm-30_1cb3af2470f65b40{margin-bottom:30px;}
  .mb-sm-40_3acce8675ed0b673{margin-bottom:40px;}
  .mb-sm-50_1ac288dd362caf6e{margin-bottom:50px;}
  .mb-sm-60_1a02b3422eb146dc{margin-bottom:60px;}
  .mb-sm-70_6efd431a5c454a74{margin-bottom:70px;}
  .mb-sm-80_2d3406e366121e30{margin-bottom:80px;}
  .mb-sm-90_a15b4d8e7344dc2a{margin-bottom:90px;}
  .mb-sm-100_45f0376b2aec1f96{margin-bottom:10px;}


  .fs-sm-1vw_7328fde356d3a00e{font-size: 1vw}
  .fs-sm-2vw_a05edf056a38537c{font-size: 2vw}
  .fs-sm-3vw_0223fc52b9efa8c8{font-size: 3vw}
  .fs-sm-4vw_1a1c2f212a90294b{font-size: 4vw}
  .fs-sm-5vw_1e6fd6ff0e6f3ab3{font-size: 5vw}
  .fs-sm-6vw_ed6d5a63a6b2439a{font-size: 6vw}
  .fs-sm-7vw_8649dec8c394be58{font-size: 7vw}
  .fs-sm-8vw_ce89890145547293{font-size: 8vw}
  .fs-sm-9vw_93580381b1dc57df{font-size: 9vw}
  .fs-sm-10vw_022fd14c30eed889{font-size: 10vw}
  .fs-sm-11vw_dcc9a062eca9d6b7{font-size: 11vw}
  .fs-sm-12vw_badfb77de751753f{font-size: 12vw}
  .fs-sm-13vw_8334552c7ba0a996{font-size: 13vw}
  .fs-sm-14vw_e1045807d73f6a49{font-size: 14vw}
  .fs-sm-15vw_3c5f9bc72122eab5{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_b2116c97a3ba2e03 {
    display: none;
  }

  header .logo-init_baf76eab82d386ed {
    display: none;
  }

  header .logo-mobile_650e1a8be9618a5d {
    display: block;
  }

  header .btn-main_ea00ec27a3af0937{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_27fc85b7a805fa89 {
    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_fed1d7bb508a94e3 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav li:first-child,
  .de_tab.tab_style_4_c9ce30e1384b29c9 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_7f061552ee95908f {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_2061ba1acfff5da0 span{
    display: none;
  }

  .de-spot_2061ba1acfff5da0 .de-circle-1_31fd3a9495eef4c3,
  .de-spot_2061ba1acfff5da0 .de-circle-2_5f8f6aca7c4b8a63{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_d6aeb463b3befe76,
  h1.ultra-big_d6aeb463b3befe76 .text-line_123a8aaad21d087d,
  h1.ultra-big-2_7a2552e164e2351a,
  .title-text_7aafa611bff4bb18,
  h1.slider-title_2e5c1234a1e3ef98,
  h2.slider-title_2e5c1234a1e3ef98{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_9d91c9029e137bbe{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_669b061cd0eead27{padding-top:10px;}
  .pt-xs-20_09119265d6f1fcd3{padding-top:20px;}
  .pt-xs-30_c0724d16c965f0b5{padding-top:30px;}
  .pt-xs-40_8fc13c12c9f980f8{padding-top:40px;}
  .pt-xs-50_bc8a7438d23f9e31{padding-top:50px;}
  .pt-xs-60_bcff365b68b56ec9{padding-top:60px;}
  .pt-xs-70_85471b4ac748d50c{padding-top:70px;}
  .pt-xs-80_2d5b929e4e100421{padding-top:80px;}
  .pt-xs-90_ff976f5d5bb9644f{padding-top:90px;}
  .pt-xs-100_37606aa2dd575410{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_5c7251cef14c9b37{padding-bottom:10px;}
  .pb-xs-20_cad1d485b9d040f2{padding-bottom:20px;}
  .pb-xs-30_a433b295f9231d91{padding-bottom:30px;}
  .pb-xs-40_77222213db8087b9{padding-bottom:40px;}
  .pb-xs-50_778347b160991435{padding-bottom:50px;}
  .pb-xs-60_1b2b70765e5b887c{padding-bottom:60px;}
  .pb-xs-70_3bed7fd97b11cf41{padding-bottom:70px;}
  .pb-xs-80_fb15c85e5ee34889{padding-bottom:80px;}
  .pb-xs-90_958c485b3cd80305{padding-bottom:90px;}
  .pb-xs-100_c7da902edc250416{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_a66bc9c2dbdaeb92{margin-top:10px;}
  .mt-xs-20_3ad9b8bc5a2b8276{margin-top:20px;}
  .mt-xs-30_88be1b23eb72d319{margin-top:30px;}
  .mt-xs-40_b806311da61facc0{margin-top:40px;}
  .mt-xs-50_bf0cf7b866bf7979{margin-top:50px;}
  .mt-xs-60_f847ef59b5a3ec06{margin-top:60px;}
  .mt-xs-70_ba041421d18335c8{margin-top:70px;}
  .mt-xs-80_33b1c01ee2c0ee13{margin-top:80px;}
  .mt-xs-90_e0a49154ed5c0a6f{margin-top:90px;}
  .mt-xs-100_00925dcf0ba12693{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_5f09c17a88d3b830{margin-bottom:10px;}
  .mb-xs-20_20ef4526606cde2b{margin-bottom:20px;}
  .mb-xs-30_96a5de8cac709a05{margin-bottom:30px;}
  .mb-xs-40_b28a01d66954c539{margin-bottom:40px;}
  .mb-xs-50_7d26718de7841804{margin-bottom:50px;}
  .mb-xs-60_92feaf476589de78{margin-bottom:60px;}
  .mb-xs-70_d5f0d138b360fe5f{margin-bottom:70px;}
  .mb-xs-80_91841820bdedf8ef{margin-bottom:80px;}
  .mb-xs-90_5691ab7110547cb4{margin-bottom:90px;}
  .mb-xs-100_564fe9b764a65a78{margin-bottom:10px;}

  .ss-wrap_354aad0c87937b5e{
    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_93ae5b0d9854bdf0 {
    margin-bottom: 30px;
  }

  .timeline-pic_2fab57807a70d42e {
    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_eb140a0edde3a98d span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_c20661f1d918e00f {
    display: none;
  }

  header a.btn-main_ea00ec27a3af0937 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_40b8c40a7ec17d11 .left-half_9065bb0a82f215da,
.half-fluid_40b8c40a7ec17d11 .right-half_7b769d8be8d09102 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_40b8c40a7ec17d11 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_40b8c40a7ec17d11 .left-half_9065bb0a82f215da {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_40b8c40a7ec17d11 .right-half_7b769d8be8d09102 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
