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


/* 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_83969487e157015f,.bg-dark-1_2b0196158f1b07e7{background-color: var(--bg-dark-1) !important}
.bg-dark-2_d6dcd8b6117f4438{background-color: var(--bg-dark-2) !important}
.bg-dark-3_1e59adff3895242c{background-color: var(--bg-dark-3) !important}
.bg-grey_a6f0649b6798094a{background-color: var(--bg-grey) !important}
.bg-gradient-1_de28840a2ef9a9b5{
  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_6ae7d33339a894cf{
  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_437a44e99cb673aa {
  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_b30bc6667e735680 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_e3664f85af18346c {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_359cf69ab3c6fc2b {
  display: none;
}


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

header.scroll-light_432a707be74a6321 .logo-scroll_e3664f85af18346c{
  display: none;
}

header.smaller.scroll-light_432a707be74a6321 .logo-main_7450b54d3038d55f{
  display: none;
}

header.smaller.scroll-light_432a707be74a6321 .logo-scroll_e3664f85af18346c{
  display: block;
}

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

header.header-light_f43bde092198fbdc .h-phone_52ebd4df21d4ad18,
header.smaller.scroll-light_432a707be74a6321 .h-phone_52ebd4df21d4ad18 {
  color: #202020;
}

header:not(.header-light_f43bde092198fbdc).smaller.scroll-light_432a707be74a6321 div#logo .logo_444313d68485406d {
  display: none;
}

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

header.smaller.scroll-light_432a707be74a6321 div#logo .logo-scroll_e3664f85af18346c {
  display: inline-block;
}

header.smaller.header-light_f43bde092198fbdc div#logo .logo_444313d68485406d {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_26cad3361ddd055e.mid_5fc6e6af2ddbdce2 {
  float: right;
}

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


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

.de-overlay-gradient_eea6437ddcce757f{
  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_575beb409c49f038{
  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_dd26f8c36636d301{
  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_94c6f017936b43be {
  font-size: 13px;
}


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


#subheader.text-light_f67b9b9fad352839 .crumb_94c6f017936b43be {
  color: #fff;
}

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

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

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


#subheader.s2_3eac991eafa4d079 h1,
#subheader.s2_3eac991eafa4d079 .crumb_94c6f017936b43be {
  margin: 0;
  padding: 0;
}

#subheader.s2_3eac991eafa4d079 .crumb_94c6f017936b43be {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_3eac991eafa4d079 .crumb_94c6f017936b43be {
  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_1c8885bd3acf7127) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_437a44e99cb673aa #mainmenu ul.mega_1c8885bd3acf7127 {
  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_a2091479fba31456: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_f43bde092198fbdc #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_f43bde092198fbdc #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_f43bde092198fbdc {
  background: #ffffff;
}

.header-light_f43bde092198fbdc #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_437a44e99cb673aa #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_13d746fa2300e180) {
  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_3a7ef46b2e6a8e9d {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_ee679b600e54227f {
  background: #f6f6f6;
}

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

.de_light_da3e5b1118118151 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_40a227d451e99974.header-light_f43bde092198fbdc #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_6b40cbd78b408063,
header.header-mobile.has-topbar .header-col_26cad3361ddd055e {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_40a227d451e99974.header-light_f43bde092198fbdc {
  background: #fff;
}

header.header-light_f43bde092198fbdc .logo_444313d68485406d {
  display: none;
}

header.header-light_f43bde092198fbdc .logo-2_f4e16b0c304e82f2 {
  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_7f8acc00af88fd9d{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_6622b44f9346d6c3,
.topbar-right_99b3d1e506e80c27 {
  display: flex;
}

.topbar-right_99b3d1e506e80c27 {
  float: right;
}

.topbar-solid_973a5db6a419129b {
  background: #ffffff;
}

.tb-light_e72013f94325ce64 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-right_99b3d1e506e80c27 .topbar-widget_55191a020a2dcaca {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-light_7f8acc00af88fd9d .topbar-right_99b3d1e506e80c27 .topbar-widget_55191a020a2dcaca {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-light_7f8acc00af88fd9d .topbar-right_99b3d1e506e80c27 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .tb-light_e72013f94325ce64 .topbar-right_99b3d1e506e80c27 .topbar-widget_55191a020a2dcaca {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .tb-light_e72013f94325ce64 .topbar-right_99b3d1e506e80c27 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-left_6622b44f9346d6c3 .topbar-widget_55191a020a2dcaca {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-light_7f8acc00af88fd9d .topbar-left_6622b44f9346d6c3 .topbar-widget_55191a020a2dcaca {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .tb-light_e72013f94325ce64 .topbar-left_6622b44f9346d6c3 .topbar-widget_55191a020a2dcaca {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .tb-light_e72013f94325ce64 .topbar-left_6622b44f9346d6c3 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_f43bde092198fbdc .h-phone_52ebd4df21d4ad18 span{
  color: var(--body-font-color);
}


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

.menu_side_area_5d6ebbfe1869ca4a .btn-line_1e42216d4c84862e{
  display: inline-block;
}

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

.topbar-widget_55191a020a2dcaca.widget-text_39c6c3fb081f3651 {
  padding-top: 6px;
}

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

.h-sub_10ce37663ed31522 .topbar-widget_55191a020a2dcaca {
  padding: 12px;
}

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

.topbar-widget_55191a020a2dcaca.tb-phone_d717bb7120244aff:before {
  content: "\f095";
}

.topbar-widget_55191a020a2dcaca.tb-email_218071fba96d548c:before {
  content: "\f003";
}

.topbar-widget_55191a020a2dcaca.tb-opening-hours_5975236fe120e7dc:before {
  content: "\f017";
}

.topbar-widget_55191a020a2dcaca.tb-social_720e652b8af155dc {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-light_7f8acc00af88fd9d .topbar-widget_55191a020a2dcaca.tb-social_720e652b8af155dc a,
#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-light_7f8acc00af88fd9d .topbar-widget_55191a020a2dcaca.tb-social_720e652b8af155dc a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_1ddd556016b9dde6) .topbar-widget_55191a020a2dcaca.tb-social_720e652b8af155dc a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_e72013f94325ce64 .topbar-widget_55191a020a2dcaca.tb-social_720e652b8af155dc a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_55191a020a2dcaca.tb-social_720e652b8af155dc a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_da3e5b1118118151 .blog-list_5dbd8c56588a8188 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_da3e5b1118118151 .blog-list_5dbd8c56588a8188 h4 a {
  color: #222222;
}

.de_light_da3e5b1118118151 .text-light_f67b9b9fad352839 .blog-list_5dbd8c56588a8188 h4 a {
  color: #fff;
}

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

.blog-list_5dbd8c56588a8188 .btn-more_3c46fe7d8999e642:hover {
  background: #fff;
}

.de_light_da3e5b1118118151 .blog-list_5dbd8c56588a8188 .btn-more_3c46fe7d8999e642:hover {
  background: #222;
  color: #fff;
}

.blog-list_5dbd8c56588a8188 .post-text_a613e772c5c55dfb {
  padding-left: 80px;
}

.bloglist_fdf21cd1f41ed42b .post-text_a613e772c5c55dfb a.btn-main_6433497c6944a5cb {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_5dbd8c56588a8188 .blog-slider_971754649bf01046 {
  margin-bottom: -60px;
}

.blog-list_5dbd8c56588a8188 .date-box_17cf56d444606094 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_da3e5b1118118151 .blog-list_5dbd8c56588a8188 .date-box_17cf56d444606094 .month {
  color: #222222;
}

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

.blog-list_5dbd8c56588a8188 .date-box_17cf56d444606094 .month {
  font-size: 14px;
}

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

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

.de_light_da3e5b1118118151 .blog-list_5dbd8c56588a8188 .date-box_17cf56d444606094 .month {
  border-bottom-color: #ddd;
}

.de_light_da3e5b1118118151 .text-light_f67b9b9fad352839 .blog-list_5dbd8c56588a8188 .date-box_17cf56d444606094 .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_944370d2e270daa3 .d-image_491ad321edf2ef76 img {
  width: 100%;
}

.de-bloglist-type-1_944370d2e270daa3 .d-content_9fc1d6c400b16b1d {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_944370d2e270daa3 .d-date_2d0bfca815eaea67: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_a0e667caeccd624c {
  margin-bottom: 40px;
}

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

.de-post-type-1_a0e667caeccd624c .d-image_491ad321edf2ef76 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_a0e667caeccd624c .d-meta_00c8b86fe37b7154 span.d-by_ba4ef01c6b1982b7:before {
  content: "\f007";
}

.de-post-type-1_a0e667caeccd624c .d-meta_00c8b86fe37b7154 span.d-date_2d0bfca815eaea67:before {
  content: "\f073";
}

.de-post-type-1_a0e667caeccd624c .d-meta_00c8b86fe37b7154 span.d-tags_8337fffd0fd16a50:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_c04ec7be34cd961d .d-date_2d0bfca815eaea67 .d-month_ed430f30e629aa8e{
  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_c04ec7be34cd961d .d-date_2d0bfca815eaea67 .d-day_626de445bb954988{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_c04ec7be34cd961d .d-image_491ad321edf2ef76{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_ea3700a2712ac985 {}

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

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

.comment-info_1fcb5fb9db9de44a span {}

.comment-info_1fcb5fb9db9de44a .c_name_4bb447720df56cac {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_437a44e99cb673aa .comment-info_1fcb5fb9db9de44a .c_name_4bb447720df56cac {
  color: #ffffff;
}

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

.dark-scheme_437a44e99cb673aa .comment-info_1fcb5fb9db9de44a .c_reply_7ec8d7fd8b3863a0 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_1fcb5fb9db9de44a .c_date_3973b420491eb1e9 {
  font-size: 12px;
}

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

.blog-list_5dbd8c56588a8188 .post-wrapper_30aa90765c976292 {}

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

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

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

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

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

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

.post-content_64a88414b3bf78dc {
  position: relative;
}

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

.post-text_a613e772c5c55dfb .d-date_2d0bfca815eaea67{
  font-size: 14px;
}

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

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

.dark-scheme_437a44e99cb673aa .post-text_a613e772c5c55dfb h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_c4c11356927951c9,
.p-title_4178c06053617ac8 {
  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_c4c11356927951c9,
.p-title_4178c06053617ac8.invert {
  background: var(--secondary-color);
}

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

.post-text_a613e772c5c55dfb .p-date_5cc427888e2c3a88 {
  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_1821209b7f3b4010 img {
  margin-bottom: 20px;
}

.blog-read_1821209b7f3b4010 .post-text_a613e772c5c55dfb {
  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_6448cb798e0676a6 {
  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_6448cb798e0676a6 a {
  color: #888;
}

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

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

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

.post-image_808b48b850d9134b .d-tagline_2496648a2e97fb72 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_6e50e36a01cfd0c9 {
  margin-bottom: 60px;
}

.blog-item_6e50e36a01cfd0c9 img.preview_6588192637a24f9d {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_808b48b850d9134b {
  position: relative;
}

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

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

.post-image_808b48b850d9134b .post-date_f1217771767cc9f6,
.post-image_808b48b850d9134b .post-author_498f791695632e20 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_12bcbcc0dfbf33e5 {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_493525b11906171c{
  float: left;
}


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

.radio-opt_493525b11906171c 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_493525b11906171c 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_3eac991eafa4d079 .radio-img_52f2896e723182b8 input[type="radio"] + label, 
#contact_form.s2_3eac991eafa4d079 .radio-img_52f2896e723182b8 input[type="checkbox"] + label,
#contact_form .radio-img_52f2896e723182b8 input[type="radio"] + label img, 
#contact_form .radio-img_52f2896e723182b8 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_120b0f47979d1bf8 .form-underline_14f69e6b0beefe8c{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_365fdf4d6265eb31 {
  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_9519277203d1f677 {
  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_9519277203d1f677.sm-left_c06aa0b9698eec36 {
  margin-left: 0;
}

.rtl .small-border_9519277203d1f677.sm-left_c06aa0b9698eec36 {
  margin-right: 0;
}

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

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

.small-border_9519277203d1f677.white_2a3e4d565b48025f {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_94c6f017936b43be a {
  text-decoration: none;
}

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

.de_light_da3e5b1118118151 .crumb_94c6f017936b43be a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_da3e5b1118118151 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_14a933bd24230946.btn-id_fd4f5d33d0011395 {
  color: #222;
}

a.btn-dark_d64c257b1dc0f316.btn-id_fd4f5d33d0011395 {
  color: #fff;
}

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

.btn-fx_c4f5f4c957c24d2f.btn-main_6433497c6944a5cb {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_6433497c6944a5cb.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_6433497c6944a5cb.btn-dark-trans_db23f60180f368cd{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_6433497c6944a5cb.big_1fc443c1a6340e53{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_f67b9b9fad352839 .btn-line_1e42216d4c84862e{
  color:#ffffff;
}


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

header:not(.header-light_f43bde092198fbdc) a.btn-line_1e42216d4c84862e,
.dark-scheme_437a44e99cb673aa a.btn-line_1e42216d4c84862e,
.dark-schem_a8a3eaa9461e9cd1 a.btn-line_1e42216d4c84862e:hover {
  color: #ffffff;
}

a.btn-main_6433497c6944a5cb.btn-white_ee8877b1d1cbb03d {
  background: #ffffff;
}

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

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

a.btn-border_022286ff29aff839.light_2ce64ee1f844c815 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_022286ff29aff839.light_2ce64ee1f844c815:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_f67b9b9fad352839 .btn-plus_cf94a69f632f329e{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_f67b9b9fad352839 .btn-plus_cf94a69f632f329e:hover{
  color: #ffffff;;
}

a.btn-main_6433497c6944a5cb.btn-with-arrow_665c23ceb693c09e{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_f67b9b9fad352839 .play-button_6f4221d220ab85ae.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_a14171971eeeb66f p.d-small_99cb3c97c0bc8b54 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_a14171971eeeb66f.big_1fc443c1a6340e53 h3 {
  font-size: 120px;
}

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

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

.de_count_a14171971eeeb66f.small_d66b1ee8dce2595c h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_437a44e99cb673aa .field-set_ffc805adda3cd7d1 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_aefd90e517313d86,
.h2_f9de8bf2733ce68b,
.h3_7e13db42d7dd661d,
.h4_300d5c953c840e84,
.h5_fa7eda39e1a2a1d3,
.h6_a0450ac9b04cf52a,
footer.footer-light_baa36c0ba8adbdec h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_437a44e99cb673aa h1,
.dark-scheme_437a44e99cb673aa h2,
.dark-scheme_437a44e99cb673aa h4,
.dark-scheme_437a44e99cb673aa h3,
.dark-scheme_437a44e99cb673aa h5,
.dark-scheme_437a44e99cb673aa h6,
.dark-scheme_437a44e99cb673aa .h1_big_023e7d90ec91ffbf,
.dark-scheme_437a44e99cb673aa .h1_aefd90e517313d86,
.dark-scheme_437a44e99cb673aa .h2_f9de8bf2733ce68b,
.dark-scheme_437a44e99cb673aa .h3_7e13db42d7dd661d,
.dark-scheme_437a44e99cb673aa .h4_300d5c953c840e84,
.dark-scheme_437a44e99cb673aa .h5_fa7eda39e1a2a1d3,
.dark-scheme_437a44e99cb673aa .h6_a0450ac9b04cf52a {
  color: #ffffff;
}

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


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


h1,
.h1_aefd90e517313d86 {
  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_a2091479fba31456: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_da3e5b1118118151 .text-light_f67b9b9fad352839 h2 {
  color: #fff;
}

.text-light_f67b9b9fad352839 h2.deco_d9a4138f867e6917 span:before,
.text-light_f67b9b9fad352839 h2.deco_d9a4138f867e6917 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_587e6fb60a0f6210 {
  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_587e6fb60a0f6210 .s1_48b46c6dfe7aa57e{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_da4e9fb3722fddff {
  color: #223044;
}

.text-white_d2d3ff3436e8fe3d,
.de_light_da3e5b1118118151 .text-white_d2d3ff3436e8fe3d {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_285cead3cf5a2931.fs-16_2265e1c2cca94d14 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_5089e9473c06c3ad.active .page-link_aea4f670e2c2e330{
  border-color:var(--primary-color);
}

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

.spinner_4912cd430c9b55d5>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_4912cd430c9b55d5 .bounce1_2739b38e861be92e {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_4912cd430c9b55d5 .bounce2_fc21affd67148ca1 {
  -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_437a44e99cb673aa #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_2d670f0f0dec1b35.s2_3eac991eafa4d079 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_2d670f0f0dec1b35 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_2d670f0f0dec1b35.big_1fc443c1a6340e53 i {
  margin: 0 15px 0 15px;
}

.social-icons_2d670f0f0dec1b35.big_1fc443c1a6340e53 i:hover {
  background: none;
}

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

.social-icons_2d670f0f0dec1b35.s1_48b46c6dfe7aa57e:hover i {
  background: none;
}

.social-icons_2d670f0f0dec1b35.s1_48b46c6dfe7aa57e {
  line-height: 0.5;
  text-align: center;
}

.social-icons_2d670f0f0dec1b35.s1_48b46c6dfe7aa57e .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_0043dbcaf571c264 {
  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_437a44e99cb673aa .accordion-section-title,
.text-light_f67b9b9fad352839 .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_f67b9b9fad352839 .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_a3c61cf128607eca.s2_3eac991eafa4d079 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_437a44e99cb673aa .expand-custom_269ecd733bc7cfd0 {
  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_136a5df3e184cb2a .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_437a44e99cb673aa .de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_ab60bbdb3a1e8a89.style-2_14e2440442025a05 .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_ab60bbdb3a1e8a89.style-2_14e2440442025a05.light_2ce64ee1f844c815 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_ab60bbdb3a1e8a89.style-2_14e2440442025a05 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_ab60bbdb3a1e8a89.style-2_14e2440442025a05 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_da3e5b1118118151 .de_tab.tab_style_2_c844aa88fd3b3cb3 .de_nav {}

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

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

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

.text-light_f67b9b9fad352839 .de_tab.tab_style_2_c844aa88fd3b3cb3 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_da3e5b1118118151 .de_tab.tab_style_3_e68f34b32f80d6da .de_nav li span:hover {
  background: #ddd;
}

.de_light_da3e5b1118118151 .de_tab.tab_style_3_e68f34b32f80d6da .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_f67b9b9fad352839 .de_tab.tab_style_3_e68f34b32f80d6da .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_9e06ddb8f65e89e4 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_f67b9b9fad352839 .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_f67b9b9fad352839 .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_094ea293c30ca51e.nav_4_e916de086cdb17b4 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_094ea293c30ca51e.nav_4_e916de086cdb17b4 .dot_234160b291fd4561 {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_094ea293c30ca51e.nav_4_e916de086cdb17b4 li:last-child .dot_234160b291fd4561:before,
.de_tab.timeline_094ea293c30ca51e.nav_4_e916de086cdb17b4 li:last-child .dot_234160b291fd4561:after {
  border-bottom: none;
}

.de_tab.timeline_094ea293c30ca51e li .num_13d712aebaed4eac {
  font-size: 20px;
}

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

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

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

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

a.btn-left_2e3570fb5509bf09,
a.btn-right_bcf2f5c990b6a299 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_ddd77c1c0cbbe1f8 {
  padding-top: 20px;
}

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

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

.de_testi_2bc31b9fbb3cd3e5.no-bg_96a73abb0ac8ee0b blockquote {
  background: none;
}

.de_testi_2bc31b9fbb3cd3e5 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_2bc31b9fbb3cd3e5.type-2_8418240356c15f02.review_c1716d10cb208e15 blockquote {
  padding: 50px;
}

.de_testi_2bc31b9fbb3cd3e5.type-2_8418240356c15f02.review_c1716d10cb208e15 blockquote:before {
  display: none;
}

.de_testi_2bc31b9fbb3cd3e5.type-2_8418240356c15f02.review_c1716d10cb208e15 p {
  padding-top: 0;
}

.de_testi_2bc31b9fbb3cd3e5.type-2_8418240356c15f02.review_c1716d10cb208e15 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_f67b9b9fad352839 .de_testi_2bc31b9fbb3cd3e5.type-2_8418240356c15f02 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_2bc31b9fbb3cd3e5.type-2_8418240356c15f02 .de_testi_by_db1166d8ab762527 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_2bc31b9fbb3cd3e5.opt-3_8bbf0c569f6c41a3 blockquote p {
  font-size: 14px;
}

.de_testi_2bc31b9fbb3cd3e5.opt-3_8bbf0c569f6c41a3 blockquote:before {
  color: #fff;
}

.de_testi_2bc31b9fbb3cd3e5.opt-3_8bbf0c569f6c41a3 .de_testi_by_db1166d8ab762527 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_12e0c6cdc1d698bf .site-center-line_7b4a644e63bc921e {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___2b73a35ab71f760b {
  display: inline-block;
}
.de-timeline-article_12e0c6cdc1d698bf.odd .site-center-line_7b4a644e63bc921e {
  background: var(--primary-color);
}
.de-timeline-article_12e0c6cdc1d698bf.even .site-center-line_7b4a644e63bc921e {
  background: var(--secondary-color);
}
.de-timeline-article_12e0c6cdc1d698bf {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_12e0c6cdc1d698bf .content-left-container_e7d08b89f4f54e64,
.de-timeline-article_12e0c6cdc1d698bf .content-right-container_faa5768fe2ab8d90 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_12e0c6cdc1d698bf .content-left_3928de7318750a4b,
.de-timeline-article_12e0c6cdc1d698bf .content-right_e119b9a82ab36334 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_13e0e1eb1e9f3d6d {
  margin-top: 0;
}
.de-timeline-article_12e0c6cdc1d698bf p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_12e0c6cdc1d698bf .content-left-container_e7d08b89f4f54e64 {
  float: left;
}
h4.de-timeline-year_a32a9054a49b889d {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_12e0c6cdc1d698bf.even h4.de-timeline-year_a32a9054a49b889d{
  color:var(--heading-font-color);
}
.de-timeline-article_12e0c6cdc1d698bf.odd .year___2b73a35ab71f760b {
  float: left;
}
.de-timeline-article_12e0c6cdc1d698bf.odd h4.de-timeline-year_a32a9054a49b889d {
  background: var(--primary-color);
}
.de-timeline-article_12e0c6cdc1d698bf.even .year___2b73a35ab71f760b {
  float: right;
}
.de-timeline-article_12e0c6cdc1d698bf.even h4.de-timeline-year_a32a9054a49b889d {
  background: var(--secondary-color);
}
.de-timeline-article_12e0c6cdc1d698bf .d-line_0888832f7f506906 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_12e0c6cdc1d698bf.odd .d-line_0888832f7f506906 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_12e0c6cdc1d698bf.even .d-line_0888832f7f506906 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_12e0c6cdc1d698bf .owl-carousel_3e3d5a1fde35b160 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_12e0c6cdc1d698bf .content-right-container_faa5768fe2ab8d90 {
  float: right;
}
.de-timeline-article_12e0c6cdc1d698bf .meta-dot_92936d7ddf658705 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_12e0c6cdc1d698bf.odd .meta-dot_92936d7ddf658705 {
  background: var(--primary-color);
}
.de-timeline-article_12e0c6cdc1d698bf.even .meta-dot_92936d7ddf658705 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_12e0c6cdc1d698bf .site-center-line_7b4a644e63bc921e {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_12e0c6cdc1d698bf .meta-dot_92936d7ddf658705 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_12e0c6cdc1d698bf .content-left-container_e7d08b89f4f54e64,
  .de-timeline-article_12e0c6cdc1d698bf .content-right-container_faa5768fe2ab8d90 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_12e0c6cdc1d698bf .content-left-container_e7d08b89f4f54e64 {
    margin-bottom: 20px;
  }
  .de-timeline-article_12e0c6cdc1d698bf .content-left_3928de7318750a4b,
  .de-timeline-article_12e0c6cdc1d698bf .content-right_e119b9a82ab36334 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_12e0c6cdc1d698bf .content-left_3928de7318750a4b:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_12e0c6cdc1d698bf .content-right_e119b9a82ab36334:before {
    display: none;
  }  
  h4.de-timeline-year_a32a9054a49b889d {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_12e0c6cdc1d698bf.odd .d-line_0888832f7f506906 {
    left: 30px;
  }
  .de-timeline-article_12e0c6cdc1d698bf.even .d-line_0888832f7f506906 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_12e0c6cdc1d698bf.odd .content-left-container_e7d08b89f4f54e64{
    padding-top: 20px;
  }
  .de-timeline-article_12e0c6cdc1d698bf.even .content-left-container_e7d08b89f4f54e64{
    padding-top: 50px;
  }
  .de-timeline-article_12e0c6cdc1d698bf.odd .content-left-container_e7d08b89f4f54e64 .owl-carousel_3e3d5a1fde35b160{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_12e0c6cdc1d698bf.even .content-right-container_faa5768fe2ab8d90 .owl-carousel_3e3d5a1fde35b160{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_9db3881bc422d931 {
  position: relative;
}

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

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

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

.timeline-blank_4a8bf747d8c768f4 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_4a8bf747d8c768f4 {
    display: none;
  }

  .timeline-text_c58cc0a8841d5657 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_b9b3ae120e85e7c1 {
  overflow: hidden;
}

.border1_ab7f0605ecd9741c {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_1e42216d4c84862e:after,
.de_count_a14171971eeeb66f,
.social-icons_2d670f0f0dec1b35 a i,
.de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav li span,
.de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_c87786fb87c83d15 .title,
.carousel-item:hover .pf_text_c87786fb87c83d15 .title,
.carousel-item .pf_text_c87786fb87c83d15 .title .type,
.carousel-item:hover .pf_text_c87786fb87c83d15 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_0f28fad24b8b1270 i,
.social-icons-sm_0f28fad24b8b1270 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_a90aecb3fc30bade,
.btn-main_6433497c6944a5cb,
.de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav li,
.form-subscribe_801c906ca50b4353 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_365fdf4d6265eb31,
.de_tab.tab_methods_ab60bbdb3a1e8a89.style-2_14e2440442025a05 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_96d3f8bb771ffbc4 *,
.mask_96d3f8bb771ffbc4 .cover,
.mask_96d3f8bb771ffbc4:hover .cover,
.mask_96d3f8bb771ffbc4 img,
.mask_96d3f8bb771ffbc4:hover img,
.accordion_a3c61cf128607eca .content,
a.btn-border_022286ff29aff839,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_4a880fec684accbb img,
a.a-underline_837b3a1a59f379cc *,
.dropdown *,
.form-border_4384b9ec5a1f70e5 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_95297822c391a307 *,
.d_demo_img *,
.carousel-control-next-icon_851952b0f99453ad,
.carousel-control-prev-icon_61ef06f9f21ecb75,
.grayscale_a3426c0f1c09ebb5,
.hover-color_2f4f0e189491b28f,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_cf94a69f632f329e,
.btn-plus_cf94a69f632f329e *,
.btn-with-arrow_665c23ceb693c09e:after,
.btn-with-arrow_665c23ceb693c09e: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_c4f5f4c957c24d2f:after,
a.btn-fx_c4f5f4c957c24d2f:hover:after,
a.btn-fx_c4f5f4c957c24d2f:before,
a.btn-fx_c4f5f4c957c24d2f:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_bc546d6193dc064e li .post-date_f1217771767cc9f6,
.items_filter_f3a92555e616028b *,
.owl-prev_3a2b2afe0ba35548,
.owl-next_1cf67d10fd2b10f2 {
  -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_b88ecea29dcceb06 {
  -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_1b0dd832822903e8 {
  -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_a117598585b67e5c {
  -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_44be0af293a864ce {
  -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_613b66580fc05562 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_6648f858c4166c7e {
  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_437a44e99cb673aa .modal-header_6479c51a6ec40661,
.nav-tabs_17f74c9351c0a6ca {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_437a44e99cb673aa .modal-content_270076701dce4e80 {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_d6a2635e9174727d .tab-content_1005d8baf8bf12b6 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_d5cb23d21f47aa2f.big_1fc443c1a6340e53{
  font-size: 32px !important;
}

.dark-scheme_437a44e99cb673aa p.lead_d5cb23d21f47aa2f {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_eedc7d7fd074002c {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_fc9d3e7d9e995115,
.panel-collapse_9b8c363ac14107e8,
.panel-collapse_9b8c363ac14107e8,
.panel-group_eedc7d7fd074002c .panel_fe52093b52a1830a {
  border: none;
  border-radius: 0;
}

.panel-heading_9f6b60dd9b0617da {
  background: #222;
}

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

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

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

blockquote.s1_48b46c6dfe7aa57e {
  padding: 0px;
}

blockquote.s1_48b46c6dfe7aa57e: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_f4c958e005fd1f89::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_f4c958e005fd1f89::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_f67b9b9fad352839 .collapsible-link_f4c958e005fd1f89:before,
.text-light_f67b9b9fad352839 .collapsible-link_f4c958e005fd1f89:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_d3809711cad4dfb6 {
  display: block
}

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

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

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

.collapsible-link_f4c958e005fd1f89.text-white_d2d3ff3436e8fe3d {
  color: #ffffff;
}

.collapsible-link_f4c958e005fd1f89.text-white_d2d3ff3436e8fe3d::after,
.collapsible-link_f4c958e005fd1f89.text-white_d2d3ff3436e8fe3d::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_e7ce4e21e3ae5913{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_da3e5b1118118151 .widget_category_a2b6fe2bc3571f7f li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_a2b6fe2bc3571f7f li a {
  color: #606060;
}

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

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

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


.dark-scheme_437a44e99cb673aa .widget-post_bc546d6193dc064e li a {
  color: #ffffff;
}

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

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

.widget-post_bc546d6193dc064e .date_6b52454f1f4b4a0c {
  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_bc546d6193dc064e .date_6b52454f1f4b4a0c {
  float: right;
}

.widget_e7ce4e21e3ae5913 .comments_8e21a7b71c1012ef 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_e7ce4e21e3ae5913 .tiny-border_aefadb4f4b530df9 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_baa36c0ba8adbdec .widget_e7ce4e21e3ae5913 .tiny-border_aefadb4f4b530df9 {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_da3e5b1118118151 .widget_tags_4c718801ed5955eb li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_e7ce4e21e3ae5913.widget_tags_4c718801ed5955eb li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_aefadb4f4b530df9 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_437a44e99cb673aa #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_84c89a08e4276715 {
  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_371325b8ebcb8c1e {
  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_3eac991eafa4d079 .d-item-txt_371325b8ebcb8c1e{
  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_371325b8ebcb8c1e img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_78565726a96a20bb {
  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_3eac991eafa4d079 .d-item-block_78565726a96a20bb{
  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_78565726a96a20bb{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_0c6a8bdde988008d .d-number_997285e1e86d883b {
  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_f67b9b9fad352839 .de-step-s1_0c6a8bdde988008d .d-number_997285e1e86d883b{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_3e3d5a1fde35b160.no-hide_d069c5a5948769f6 .owl-stage-outer_23fdbaa8b191f476{
  overflow: visible; !important;
}

.grayscale_a3426c0f1c09ebb5{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_ad004be423341d34{ background:#ffffff; }
.bg-black_1dd7dd993437df8f{ background:#000000; }

/* width (percent) */
.w-10_11a16cc7ea22c378{width: 10%;}
.w-20_61dfad5386f64433{width: 20%;}
.w-30_4db5b683d1ef7d13{width: 30%;}
.w-40_124c5bb10c6cdfd0{width: 40%;}
.w-50_9f519dabe98a8706{width: 50%;}
.w-60_541634a99d28cd6b{width: 60%;}
.w-70_464225d1d868a733{width: 70%;}
.w-80_76792b8da2b09639{width: 80%;}
.w-90_cc3837b5960e3417{width: 90%;}
.w-100_6fbe299022ae97cc{width: 100%;}

/* width (px) */
.w-10px_4f3f048e2fc156db{width: 10px;}
.w-20px_a52ff0db79ca0d70{width: 20px;}
.w-24px_c033ed5f9442eb24{width: 24px;}
.w-40px_960dc5bdfdfba0f4{width: 40px;}
.w-50px_3215a1520e41def1{width: 50px;}
.w-60px_d0f9d434276031d1{width: 60px;}
.w-70px_fc537a9fea0ae4b4{width: 70px;}
.w-80px_0184bb8f0d78d5fe{width: 80px;}
.w-90px_e94edb7067b39f83{width: 90px;}
.w-100px_f694166b624a2f4b{width: 100px;}
.w-110px_bf6451a7ad7bb628{width: 110px;}
.w-120px_1380a77a1b051447{width: 120px;}
.w-130px_cebb8517aef48227{width: 130px;}
.w-140px_318f5ff23b04b583{width: 140px;}
.w-150px_03600802de1a7e90{width: 150px;}
.w-200px_6285d75966c45a10{width: 200px;}
.w-250px_e0f1b766405181b0{width: 250px;}
.w-300px_66a980d1caf633e3{width: 300px;}

/* height (percent) */
.h-10_fca37e8dc93487a0{height: 10%;}
.h-20_3139eb05ac1f9652{height: 20%;}
.h-30_034738b620db5821{height: 30%;}
.h-40_2b3e9948bd569c19{height: 40%;}
.h-50_3ee0fc892f600173{height: 50%;}
.h-60_17ef6a421c23fed3{height: 60%;}
.h-70_de4ea792b9793dd7{height: 70%;}
.h-80_87fc1a711f4e5937{height: 80%;}
.h-90_1764831db4ec85e7{height: 90%;}
.h-100_397ad62476a02796{height: 100%;}

/* height (px) */
.h-10px_67b54b7ecf6509ee{height: 10px;}
.h-20px_f927a749492b9f7e{height: 20px;}
.h-24px_c7c5b71ff2bbefa8{height: 24px;}
.h-40px_910be4e09928100f{height: 40px;}
.h-50px_e3e9e852db2355c5{height: 50px;}
.h-60px_b19c8f8e14f6dbfd{height: 60px;}
.h-70px_b64dac04e9e4e7da{height: 70px;}
.h-80px_3d35bf9a150c3e78{height: 80px;}
.h-90px_8b4d80f7563dd8fe{height: 90px;}
.h-100px_1c85dd06454f754a{height: 100px;}
.h-110px_b9d384748df4c4be{height: 110px;}
.h-120px_8265461ee2f3b32b{height: 120px;}
.h-130px_0218393c33cf6339{height: 130px;}
.h-140px_e84c7aaf82d22183{height: 140px;}
.h-150px_423d124d9b659c66{height: 150px;}
.h-200px_2fb4677cf6a194d7{height: 200px;}
.h-250px_c0afe6be173dd688{height: 250px;}
.h-300px_b5553cfa579c7e06{height: 300px;}

/* top (percent) */
.top-10_281fffbfe98d26de{top: 10%;}
.top-20_9b0e9b7eda440fd4{top: 20%;}
.top-30_32fdd247a36b4073{top: 30%;}
.top-40_9d4810f678b90b13{top: 40%;}
.top-50_29e87d81c3f6bfa4{top: 50%;}
.top-60_c1a2beb126b0c35d{top: 60%;}
.top-70_ab86b01183e5b02e{top: 70%;}
.top-80_0ce6e9b3df204af8{top: 80%;}
.top-90_bc3bd1d024d76dfb{top: 90%;}
.top-100_1a31737f38de7689{top: 100%;}

/* top (px) */
.top-10px_6bea6004a14d0649{top: 10px;}
.top-20px_acc7de1bb11ce004{top: 20px;}
.top-30px_209e5bea93535642{top: 30px;}
.top-40px_4028e2e19bbb1d84{top: 40px;}
.top-50px_13bdfc48636991a6{top: 50px;}
.top-60px_b853bf7b96487ce0{top: 60px;}
.top-70px_914e7e864c510798{top: 70px;}
.top-80px_5ad99022511d3d66{top: 80px;}
.top-90px_e8a7a0bc1374403d{top: 90px;}
.top-100px_707c42307a942c24{top: 100px;}

/* bottom (percent) */
.bottom-10_3010fe218dc1d027{bottom: 10%;}
.bottom-20_75f125071458ee04{bottom: 20%;}
.bottom-30_8ccd747596379a1a{bottom: 30%;}
.bottom-40_5b4f037cb74a6e6a{bottom: 40%;}
.bottom-50_8f1ddf56b36f3f4e{bottom: 50%;}
.bottom-60_69672176b06358ff{bottom: 60%;}
.bottom-70_0f604615a47c8177{bottom: 70%;}
.bottom-80_46d886a4f1199021{bottom: 80%;}
.bottom-90_4b81d8d07cb7417a{bottom: 90%;}
.bottom-100_a31ec7abba456e06{bottom: 100%;}

/* bottom (px) */
.bottom-10px_452aab9456a88ec3{bottom: 10px;}
.bottom-20px_2bed7de994820d9e{bottom: 20px;}
.bottom-30px_92b26b6fc2bb66fb{bottom: 30px;}
.bottom-40px_57d98f08086f64a6{bottom: 40px;}
.bottom-50px_dedf1f3ef97623e8{bottom: 50px;}
.bottom-60px_4175307d61257905{bottom: 60px;}
.bottom-70px_0b84ff23ffc69dc4{bottom: 70px;}
.bottom-80px_a69cf0e342500bb1{bottom: 80px;}
.bottom-90px_9ff1b616e2b154b7{bottom: 90px;}
.bottom-100px_67cc1108f442a2dc{bottom: 100px;}

/* top negative (px) */
.top-min-10_9e4ba0236bfc053b{top:-10px;}
.top-min-20_cd1457ee4de574b0{top:-20px;}
.top-min-30_5eac456038528a16{top:-30px;}
.top-min-40_24e48ccc91f4da2a{top:-40px;}
.top-min-50_87893d8d327cc9c2{top:-50px;}
.top-min-60_7657424bb8f020aa{top:-60px;}
.top-min-70_0059eae2fb500f0b{top:-70px;}
.top-min-80_b4886b960d395b8d{top:-80px;}
.top-min-90_6c5e0fa54fdf153d{top:-90px;}
.top-min-100_0bd1654d5c81a6bc{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_90bb23af9c829953{bottom:-10px;}
.bottom-min-20_805c8c0a04535b10{bottom:-20px;}
.bottom-min-30_e8495c148d39f4ef{bottom:-30px;}
.bottom-min-40_6d7ba988f531e2e3{bottom:-40px;}
.bottom-min-50_45bffc79eac05592{bottom:-50px;}
.bottom-min-60_aab7f6518add43dd{bottom:-60px;}
.bottom-min-70_45d0c0715625e2e0{bottom:-70px;}
.bottom-min-80_4591c5cdb2584d39{bottom:-80px;}
.bottom-min-90_12a53570e78808e1{bottom:-90px;}
.bottom-min-100_a367b8414f3dd5b3{bottom:-100px;}

/* left pos (percent) */
.start-10_f2e6e6ed88a8fce4{left: 10%;}
.start-20_4f551e280c9880e4{left: 20%;}
.start-30_6215915e9d22f4bd{left: 30%;}
.start-40_c3ebb3b7ebe976c8{left: 40%;}
.start-50_6db8220ad1a5366d{left: 50%;}
.start-60_03fe1a9155a8a823{left: 60%;}
.start-70_80028e206bf11556{left: 70%;}
.start-80_a9d1b45ba3b7ded3{left: 80%;}
.start-90_3568fc0949a7d9d4{left: 90%;}
.start-100_8b2318d8d3135cda{left: 100%;}

/* left pos (px) */
.start-10px_6ffff8c9d77713d1{left: 10px;}
.start-20px_f490046a6e10fd67{left: 20px;}
.start-30px_72251fc0baf388a1{left: 30px;}
.start-40px_e473c5666881200c{left: 40px;}
.start-50px_de8aaa67c28f6b14{left: 50px;}
.start-60px_4d36d97ebe547b89{left: 60px;}
.start-70px_63f4607dc389d31c{left: 70px;}
.start-80px_e9d670fdc2cf7e4e{left: 80px;}
.start-90px_8608d45e84ef8403{left: 90px;}
.start-100px_0aef0d52de1cad4a{left: 100px;}

/* right  pos (percent) */
.end-10_bbf68ae90da4fe0c{right: 10%;}
.end-20_9a78fe83257ebdf2{right: 20%;}
.end-30_40b4697445e49ed0{right: 30%;}
.end-40_5285ff82151fac0c{right: 40%;}
.end-50_3cdfa9849c82cf1d{right: 50%;}
.end-60_bdcfc1e57810ab11{right: 60%;}
.end-70_92e122b9fb5f12d1{right: 70%;}
.end-80_c957f7c09f5a7f72{right: 80%;}
.end-90_e97f033cce41d64f{right: 90%;}
.end-100_5435bb7a98d83197{right: 100%;}

/* right  pos (px) */
.end-10px_2186e90f16af532e{right: 10px;}
.end-20px_e3993ad12fb052ad{right: 20px;}
.end-30px_ddbd942e45061e16{right: 30px;}
.end-40px_fa87a6f359b6a230{right: 40px;}
.end-50px_d463a0090823b093{right: 50px;}
.end-60px_82b9611160c426cd{right: 60px;}
.end-70px_d6fd912bfd6298b1{right: 70px;}
.end-80px_784660245def8277{right: 80px;}
.end-90px_55170c674b124ec1{right: 90px;}
.end-100px_4c6c038181dadecf{right: 100px;}

/* margin-left (percent) */
.ms-10_1364d0ec97839876{margin-left: 10%;}
.ms-20_27e63e344a07e129{margin-left: 20%;}
.ms-30_ed22af9fd85752e3{margin-left: 30%;}
.ms-40_c2b9d740f07f03d3{margin-left: 40%;}
.ms-50_81f62038e1fe8ba1{margin-left: 50%;}
.ms-60_966292269b08cb4d{margin-left: 60%;}
.ms-70_9a8dbcb84c28410f{margin-left: 70%;}
.ms-80_e9b6a41c2d3ae66a{margin-left: 80%;}
.ms-90_e0608d7253f9cf7b{margin-left: 90%;}
.ms-100_67524959b64db669{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_caf5b7d36777f355{margin-left: 10px;}
.ms-20px_bf6debdfd7465432{margin-left: 20px;}
.ms-30px_8abde93a3773aaa4{margin-left: 30px;}
.ms-40px_4bf44e7cfd846969{margin-left: 40px;}
.ms-50px_fea0e2b0bb3764ae{margin-left: 50px;}
.ms-60px_18e4c6f105f0046f{margin-left: 60px;}
.ms-70px_c4c37f1eb767913e{margin-left: 70px;}
.ms-80px_9b363cd69d09bac4{margin-left: 80px;}
.ms-90px_ff54d6dc605f088b{margin-left: 90px;}
.ms-100px_2a316e6ca9bf959e{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_bd1e90db1d9b7170{margin-top:-10px;}
.mt-min-20_38f019bb7cae4084{margin-top:-20px;}
.mt-min-30_de38936f5f7a4650{margin-top:-30px;}
.mt-min-40_18da6282126f3ed7{margin-top:-40px;}
.mt-min-50_48f9cca396e9df98{margin-top:-50px;}
.mt-min-60_b9e27906c2457bb3{margin-top:-60px;}
.mt-min-70_5b45b7c8ac81db12{margin-top:-70px;}
.mt-min-80_5ff9327c5cbc5da3{margin-top:-80px;}
.mt-min-90_d4d1ac47d0b23fda{margin-top:-90px;}
.mt-min-100_16bc51bef92b387a{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_d958ce5753f7949d{margin-bottom:-10px;}
.mb-min-20_52a1fa0568fc3960{margin-bottom:-20px;}
.mb-min-30_b939282eec33ff6e{margin-bottom:-30px;}
.mb-min-40_170dad3ccc9fe524{margin-bottom:-40px;}
.mb-min-50_95d3377b8add8758{margin-bottom:-50px;}
.mb-min-60_e69d3ff604c2e99a{margin-bottom:-60px;}
.mb-min-70_33c3214aa9a1e8d0{margin-bottom:-70px;}
.mb-min-80_571092a0e169031b{margin-bottom:-80px;}
.mb-min-90_36759ffe7bb0e565{margin-bottom:-90px;}
.mb-min-100_8cd7ca41cf9d6f54{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_2a2205c6281ad1ca{margin-left:-10px;}
.ms-min-20_1dc6a50d5fd908b0{margin-left:-20px;}
.ms-min-30_3d821267ee1acf6d{margin-left:-30px;}
.ms-min-40_780e9b8cf264ea29{margin-left:-40px;}
.ms-min-50_76f63db9d3cb422e{margin-left:-50px;}
.ms-min-60_18048384d450a9b6{margin-left:-60px;}
.ms-min-70_2a344e710250cf9e{margin-left:-70px;}
.ms-min-80_a3422a8fc1235e60{margin-left:-80px;}
.ms-min-90_f898aa8c45ce7784{margin-left:-90px;}
.ms-min-100_742dd0b64127c071{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_463b55898a59d8d0{margin-right:-10px;}
.me-min-20_108adbe06b3b8fd3{margin-right:-20px;}
.me-min-30_e0c190f048cbb4eb{margin-right:-30px;}
.me-min-40_316c152ad4bf6dd1{margin-right:-40px;}
.me-min-50_5c15dd656607f1d8{margin-right:-50px;}
.me-min-60_7f605981bdc2d569{margin-right:-60px;}
.me-min-70_928cc0062e6c4795{margin-right:-70px;}
.me-min-80_679cec463b46458c{margin-right:-80px;}
.me-min-90_77c22cefacf080fb{margin-right:-90px;}
.me-min-100_23492565a83f3ad3{margin-right:-100px;}

/* font-size (px) */
.fs-12_98257d92c32cbb54{font-size: 12px;}
.fs-14_dcc7252174ca5c53{font-size: 14px;}
.fs-15_3b3c6043fdbe0e6e{font-size: 15px;}
.fs-16_2265e1c2cca94d14{font-size: 16px;}
.fs-18_37285fbabfda741e{font-size: 18px;}
.fs-20_e0a83c726970e221{font-size: 20px;}
.fs-24_2b52b7999e8ad8d8{font-size: 24px;}
.fs-28_32abb64c27871cb6{font-size: 28px;}
.fs-30_7977fb141a5e24c9{font-size: 30px;}
.fs-32_18cff38533483068{font-size: 32px;}
.fs-36_fbf39fae0b404c1f{font-size: 36px;}
.fs-40_5e379fbc69998e15{font-size: 40px;}
.fs-48_5e0ed1b819c4081c{font-size: 48px;}
.fs-56_ce12870cfa2bfee0{font-size: 56px;}
.fs-60_948f55c1f68a0fe0{font-size: 60px;}
.fs-64_a01efe1c1f55d763{font-size: 64px;}
.fs-72_24d91968e779eab9{font-size: 72px;}
.fs-96_033647f610d5da84{font-size: 96px;}
.fs-120_3920185e723c645a{font-size: 120px;}
.fs-150_aa320a5459206d14{font-size: 150px;}
.fs-200_eef5c8527bd0473e{font-size: 200px;}


/* font-weight */
.fw-100_e121779470519f5a{font-weight: 100;}
.fw-200_340747c32a34332b{font-weight: 200;}
.fw-400_11bda0585834928e{font-weight: 300;}
.fw-400_11bda0585834928e{font-weight: 400;}
.fw-500_f1be90c428a2cfa3{font-weight: 500;}
.fw-600_b8847db783bc4dd2{font-weight: 600;}
.fw-bold_b5a4a415720186ac{font-weight: bold;}

/* margin left (px) */
.ms-10_1364d0ec97839876{margin-left: 10%;}
.ms-20_27e63e344a07e129{margin-left: 20%;}
.ms-30_ed22af9fd85752e3{margin-left: 30%;}
.ms-40_c2b9d740f07f03d3{margin-left: 40%;}
.ms-50_81f62038e1fe8ba1{margin-left: 50%;}
.ms-60_966292269b08cb4d{margin-left: 60%;}
.ms-70_9a8dbcb84c28410f{margin-left: 70%;}
.ms-80_e9b6a41c2d3ae66a{margin-left: 80%;}
.ms-90_e0608d7253f9cf7b{margin-left: 90%;}
.ms-100_67524959b64db669{margin-left: 100%;}

/* padding (px) */
.p-10_402ad013fb5ae0f7{padding: 10px;}
.p-15_4c9527bfea90b50a{padding: 15px;}
.p-20_75a0ef3a5c681687{padding: 20px;}
.p-30_d77c08320fdbba45{padding: 30px;}
.p-40_cd10a37dbcbd4fac{padding: 40px;}
.p-50_82e511ac5b96744a{padding: 50px;}
.p-60_1ab4087c21b0fd80{padding: 60px;}
.p-70_e7b2bb9fa3831d79{padding: 70px;}
.p-80_9fd8c22e209a6589{padding: 80px;}
.p-90_5d05c51223a6fd93{padding: 90px;}
.p-100_ab735100ec1948fd{padding: 100px;}

/* padding bottom (px) */
.pb-10_325ed7b332382cbd{padding-bottom: 10px;}
.pb-20_66925349362cd10b{padding-bottom: 20px;}
.pb-30_4c3651a4a157f910{padding-bottom: 30px;}
.pb-40_94d741177391363e{padding-bottom: 40px;}
.pb-50_fdfab912856656b6{padding-bottom: 50px;}
.pb-60_8b0531730f7a5f10{padding-bottom: 60px;}
.pb-70_a34e46552491bf52{padding-bottom: 70px;}
.pb-80_8741602e78dd1d52{padding-bottom: 80px;}
.pb-90_6b8309973b6b9956{padding-bottom: 90px;}
.pb-100_9b09942f2a8e146b{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_4b7d042b8f9e314b{padding-top: 10px;}
.pt-20_b24f222193219002{padding-top: 20px;}
.pt-30_d2a8844afde30dd4{padding-top: 30px;}
.pt-40_532c9fc2da37cfc1{padding-top: 40px;}
.pt-50_9e83e471acf7b1e4{padding-top: 50px;}
.pt-60_2b66f2da4b81c390{padding-top: 60px;}
.pt-70_7a0fbdbe6fec6b14{padding-top: 70px;}
.pt-80_78f5596652470c43{padding-top: 80px;}
.pt-90_1d5348369cf3e17d{padding-top: 90px;}
.pt-100_0e74a33c13a1a703{padding-top: 100px;}

/* padding left (px) */
.ps-10_6e36c3addb1b6523{padding-left: 10px;}
.ps-20_5cba54a308f2e3d1{padding-left: 20px;}
.ps-30_477411391f94452a{padding-left: 30px;}
.ps-40_7ee12d06f4d70c64{padding-left: 40px;}
.ps-50_80d8a4a67a1bf0d6{padding-left: 50px;}
.ps-60_048b10c3899ae274{padding-left: 60px;}
.ps-70_7d5e36070c7ba2c3{padding-left: 70px;}
.ps-80_31af1dbf02c4a1e1{padding-left: 80px;}
.ps-90_1143f4077d9b4e80{padding-left: 90px;}
.ps-100_ea30f69fba43d8e4{padding-left: 100px;}

/* border white */
.border-white-1_1d7ac6fea9b09a0d{border: solid 1px white;}
.border-white-2_ef7f755a60bb4c19{border: solid 2px white;}
.border-white-3_af7b5139e7c55a32{border: solid 3px white;}
.border-white-4_a5a1b3917f128f4b{border: solid 4px white;}
.border-white-5_0c8d673096f4887d{border: solid 5px white;}
.border-white-6_006ce205225fdda6{border: solid 6px white;}
.dashed-1-white_79b2326abedf488e{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_bc94619c68c6449c{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_f814b4853e612b7a{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_66def9c622c4eb87{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_4112321a57ab29da{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_6de7c39d765729b0{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_9647c2d401986c50{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_850830870c22e9fb{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_73fec6ae5bb35d65{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_663219a7658e2124{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_5cd3219f75459b24{transform: scale(1.2);}
.hover-scale-in-3_90d9d421ae6b560d{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_90d9d421ae6b560d{transform: scale(1); opacity: 1}
.hover-op-0_4707fad387f56cbf{ opacity:1 }
.hover:hover .hover-op-0_4707fad387f56cbf{ opacity:0 }
.hover-op-1_85c38ba826dafba4,.hover-op-05_a851aa4ae3488043{ opacity:0 }
.hover:hover .hover-op-1_85c38ba826dafba4{ opacity:1 }
.hover:hover .hover-op-05_a851aa4ae3488043{ opacity:.5 }
.hover:hover .hover-scale-1-1_14ec1f9b198c22f1{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_5cd3219f75459b24{transform: scale(1.2);}
.hover-scale-in-3_90d9d421ae6b560d{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_90d9d421ae6b560d{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_09239cfab523f72c{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_a58c86d6175e3e57{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_a7e60e868177e575{background: var(--heading-font-color)}
.hover-mh-100_c2b48335acb21438{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_c2b48335acb21438{max-height: 500px;}
.hover:hover .hover-top-0_a17c96854e9ea51a{top:0;}
.hover:hover .hover-pb-40_4fc92d1332a3d4cd{padding-bottom: 40px;}
.hover-mt-40_24cf8d37ded831b5{margin-top: 40px;}
.hover:hover .hover-mt-40_24cf8d37ded831b5{margin-top: 0px;}
.hover:hover .hover-mt-0_348f8dd0513a8fa6{margin-top: 0;}

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

/* opacity */
.op-1_5f05ba2fdeb5f694{ opacity:.1; }
.op-2_8327084c5a61f151{ opacity:.2; }
.op-3_8c72a0553e056c05{ opacity:.3; }
.op-4_1806df176a2b4568{ opacity:.4; }
.op-5_aebc18083e56208f{ opacity:.5; }
.op-6_19c34b05b989d812{ opacity:.6; }
.op-7_a1a7321e0725b988{ opacity:.7; }
.op-8_c312995846ccd7df{ opacity:.8; }
.op-9_04d9d65681fdb08e{ opacity:.9; }

/* line height em */
.lh-1_3c87359d27a92cb9{line-height: 1em;}
.lh-1-1_c4f4370d7a6bea8a{line-height: 1.1em;}
.lh-1-2_b222a73fef7e20c1{line-height: 1.2em;}
.lh-1-3_21e1dcdb98d4174e{line-height: 1.3em;}
.lh-1-4_b9a31a51a9bf2364{line-height: 1.4em;}
.lh-1-5_955a7b75f6e6dc51{line-height: 1.5em;}
.lh-1-6_5fbc65e5a5c41fb5{line-height: 1.6em;}
.lh-1-7_dc06ebf742c3e8a5{line-height: 1.7em;}
.lh-1-8_f13450f7a04a0f9a{line-height: 1.8em;}

/* min height (px) */
.mh-200_67d806db61c074f4{min-height:200px;}
.mh-300_6bd0becdb2011af7{min-height:300px;}
.mh-400_dd1c07f77611dd45{min-height:400px;}
.mh-500_e0456217059c6402{min-height:500px;}

/* background dark */
.bg-dark-20_4b5b73df345b36df{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_37afd6d9b0407330{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_a97150822c7bf818{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_4bb719fe118b8fde{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_739ef444377474cc{background: rgba(0, 0, 0, .1)}
.overlay-black-2_037164d62ab489f7{background: rgba(0, 0, 0, .2)}
.overlay-black-3_80a35c25d6786d14{background: rgba(0, 0, 0, .3)}
.overlay-black-4_5476753873b389f9{background: rgba(0, 0, 0, .4)}
.overlay-black-5_da02bef560cc23be{background: rgba(0, 0, 0, .5)}
.overlay-black-6_8702d3507c697303{background: rgba(0, 0, 0, .6)}
.overlay-black-7_25e0c241efc036a6{background: rgba(0, 0, 0, .7)}
.overlay-black-8_49b23b017b8c5c50{background: rgba(0, 0, 0, .8)}
.overlay-black-9_fd627978774c8b5c{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_b1c99a65327da33e{background: rgba(255, 255, 255, .1)}
.overlay-white-2_9074866fe0cfcefc{background: rgba(255, 255, 255, .2)}
.overlay-white-3_90257da74c55fdea{background: rgba(255, 255, 255, .3)}
.overlay-white-4_4e515bbca7b7fde2{background: rgba(255, 255, 255, .4)}
.overlay-white-5_34fccf5a3c5e5954{background: rgba(255, 255, 255, .5)}
.overlay-white-6_6a5585636459136e{background: rgba(255, 255, 255, .6)}
.overlay-white-7_8b0fc95139f472b1{background: rgba(255, 255, 255, .7)}
.overlay-white-8_abb787ed877ba027{background: rgba(255, 255, 255, .8)}
.overlay-white-9_d96fbe62622e1343{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_03c289121e7c942f { left: 50%; transform: translateX(-50%);}
.abs-middle_60651f5f87ccdc73{ top: 50%;  transform: translateY(-50%);}
.abs-centered_ed670b76f0a48eb5{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_4ecf7e0c9ea5dfa8 { position: relative; }

/* z-index */
.z-1_99a18400ce63de87{ z-index:1 }
.z-2_783e0c775aa49b93{ z-index:2 }
.z-3_b2b0ba096c8ecd4d{ z-index:3 }
.z-4_2478931774588f61{ z-index:4 }
.z-1000_13bcf51d92a86784 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_a76eef23e9f9bb2b 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_a76eef23e9f9bb2b .img-l1_83c26c421453d3e1{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_a76eef23e9f9bb2b .img-l2_5c7816f10a5dd773{
  top:20%;
  left: 0%;
}


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

.ss-wrap_a76eef23e9f9bb2b .img-r2_0cdae2223567c591{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_44c2addc309dd013 .d-item .d-text_350c82189ed7f769 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_f08828942c84d968 .d-item.no-border_bc53f726fb0e5d45{
  border: none;
}

.de-timeline-s2_f08828942c84d968 .d-item  .d-icon_54f4ae2922b5b64f{
  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_f08828942c84d968.color .d-item  .d-icon_54f4ae2922b5b64f{
  background: var(--secondary-color);
}

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

.de-timeline-s2_f08828942c84d968 .d-item .d-text_350c82189ed7f769{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_da7f6110ce4ecd4e.border-left_1b4f34d91580f40e.light_2ce64ee1f844c815{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_f493df500ffb36f8 .swiper-pagination-current_1df9b5e905172e7b{
  color: var(--heading-font-color);
}

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

.slider-light_f493df500ffb36f8 .swiper-button-next, .slider-light_f493df500ffb36f8 .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_96c30d4a34838638{
  color:#ffffff;
}
.sw-price_96c30d4a34838638 .d-starting_c564554a2270e2b6{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_96c30d4a34838638 .d-price_4bcd820688b1ad40{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_96c30d4a34838638 .d-val_5b3e0c66b74c6ab1{
  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_96c30d4a34838638 .d-cur_980b2e30622b0859, .sw-price_96c30d4a34838638 .d-period_05ac689399a9877d{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_96c30d4a34838638 .d-cur_980b2e30622b0859{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

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

.sw-caption-thumb_575985236f02a5e5 .d-tag_b86957b9af910fb1{
  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_8c5492f6f06922bb #mainmenu{
  margin: 0;
}

.col-start_67dae742bd39bb7c, .col-end_00356540e7962476 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_00356540e7962476{
  justify-content: end;
}

.col-center_731e4b4e864cdd29 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_731e4b4e864cdd29 img{
  width: 160px;
}


.subtitle_c071178e1245f7b9{
  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_c071178e1245f7b9: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_437a44e99cb673aa .subtitle_c071178e1245f7b9, .text-light_f67b9b9fad352839 .subtitle_c071178e1245f7b9{
  color:#ffffff;
}


.dark-scheme_437a44e99cb673aa .subtitle_c071178e1245f7b9:before, .text-light_f67b9b9fad352839 .subtitle_c071178e1245f7b9:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_c071178e1245f7b9.blink_2ada5537b7b39572{
  padding-left: 35px;
}

.subtitle_c071178e1245f7b9.blink_2ada5537b7b39572: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_437a44e99cb673aa::-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_cd05fa70c951716a {
    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_44a490b61e9b292d a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_437a44e99cb673aa .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_a99580a784ae3f64{
      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_a99580a784ae3f64 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_d68c4323371150a3 {
  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_d68c4323371150a3 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_d68c4323371150a3 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_d68c4323371150a3 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_e1e1a0770365e389: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_9cac4db66fb226d7 {
  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_3e3d5a1fde35b160,
.rtl .bx-wrapper_d2df23bb2252c929 {
  direction: ltr;
}

.rtl .owl-carousel_3e3d5a1fde35b160 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_8c5492f6f06922bb {
  display: flex;
  justify-content: space-between;
}

.de-flex_8c5492f6f06922bb>.de-flex-col_22ab10fa33ecb1f1 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_f9d73ff79fcf7a58,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_f9d73ff79fcf7a58 {
  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_2289d305e421f45f {
  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_45b4242b796f934a {
  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_45b4242b796f934a {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_cdfa78ec4e64e69c {
  border-color: #EFEFEF !important;
}

.tparrows_4cbc88e23037968d {
  background: none !important;
}

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

.text-light_f67b9b9fad352839 .border_cdfa78ec4e64e69c {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_3e3d5a1fde35b160 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_36bf29648b1fd19f img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_36bf29648b1fd19f {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_36bf29648b1fd19f 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_6d69f242fe9026e5.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_6d69f242fe9026e5.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_6d69f242fe9026e5 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_9e06ddb8f65e89e4 .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_f67b9b9fad352839 strong {
  color: #fff;
}

.bg-white_ad004be423341d34 {
  background: #ffffff;
}

.bg-white-10_01f2225ce219dbba {
  background: rgba(255, 255, 255, .1);
}

.wh80_67513ef48c272d67 {
  width: 80%;
  height: 80%;
}

.border-top_a61d281949897faa {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_153ab7be6b9bc611 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_437a44e99cb673aa header.border-bottom_153ab7be6b9bc611 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_c63df06b3586fbb0 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_c63df06b3586fbb0 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_9e5e1a0a439f80dd {
  background: rgba(26, 37, 48, .85);
}

.circle-x_0aac6b521b83c7ee {
  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_a1eca92b133bea5c:before,
.nav-next_fdc8f0405c0c963d:before,
.nav-exit_19b1f8d928e0dfe8:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_19b1f8d928e0dfe8:before {
  width: 100%;
  display: block;
}

.nav-next_fdc8f0405c0c963d:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_19b1f8d928e0dfe8:before {
  content: '\f00d';
}

.de_light_da3e5b1118118151 .nav-exit_19b1f8d928e0dfe8:before {
  color: #222;
}

.no-bottom_1f208dc00714b4b0 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_c46b6d2375a010fb {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_a6f0649b6798094a {
  background: #f6f6f6;
}

.no-bottom_1f208dc00714b4b0 .col-md-12_65d8b8021f583954 {}

.no-bottom_1f208dc00714b4b0 {
  padding-bottom: 0 !important;
}

.no-top_b678a948fed60eff {
  padding-top: 0 !important;
}

.no-margin_b8522d5bf7525b91 {
  margin: 0 !important;
}

.nopadding_368512d4167e23bf {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_c4ad40386c9485db {
  position: relative;
  overflow: hidden;
}

.image-slider_36babf13fb7efcde {
  cursor: move;
}

.inner-padding_11d25be9ea246764 {
  padding: 90px;
}

.inner-padding_11d25be9ea246764.pos-left_2b7f2a0cdbcf8e7d {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_11d25be9ea246764.pos-left_2b7f2a0cdbcf8e7d {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_822e7fc8090b9cb6,
section.no-padding_822e7fc8090b9cb6 {
  padding: 0;
}

.float-left_3e79638bfb466af7 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_c96b9cea21df9e5b {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_86a793aa758f6199 {
  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_508261bf71b7915f {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_508261bf71b7915f.style-2_14e2440442025a05 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_508261bf71b7915f.style-3_6227d5dcf30b2eba {
  font-size: 14px;
}

.teaser_508261bf71b7915f.style-4_d60567ced3d835d9 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_a9a00384890a2b27:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_6501290152fb7b8f {
  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_7bbb20f90b935f5c {
  display: flex;
}

.owl-prev_3a2b2afe0ba35548,
.owl-next_1cf67d10fd2b10f2,
.d-nav-left_efd93af191cdc4ff,
.d-nav-right_c9423cc99d546b4e {
  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_437a44e99cb673aa .owl-prev_3a2b2afe0ba35548,
.dark-scheme_437a44e99cb673aa .owl-next_1cf67d10fd2b10f2 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_3a2b2afe0ba35548:hover,
.owl-next_1cf67d10fd2b10f2: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_3a2b2afe0ba35548,
.d-nav-left_efd93af191cdc4ff {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_1cf67d10fd2b10f2,
.d-nav-right_c9423cc99d546b4e {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_efd93af191cdc4ff i,
.d-nav-right_c9423cc99d546b4e i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_1cf67d10fd2b10f2 i,
.d-nav-left_efd93af191cdc4ff i {
  top: 12px;
  left: 16px;
}

.d-nav-right_c9423cc99d546b4e i {
  top: 12px;
  right: 16px;
}

.owl-arrow_a036dd0716712374 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_a036dd0716712374 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_a036dd0716712374 .prev {
  left: 0;
}

.owl-arrow_a036dd0716712374 .next {
  right: 0;
}

.owl-arrow_a036dd0716712374 .prev:before,
.owl-arrow_a036dd0716712374 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_a036dd0716712374 .next:before {
  content: '\f178';
}

.owl-pagination_6abe37ded077f917 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_fbea1ba90190e7b4 .owl-controls_f7d025595962c167 .owl-page_e56c4a8ebbbd93a6 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_fbea1ba90190e7b4 .owl-controls_f7d025595962c167 .owl-page_e56c4a8ebbbd93a6.active span {
  background: none;
}

.owl-theme_fbea1ba90190e7b4 .owl-controls_f7d025595962c167 .owl-page_e56c4a8ebbbd93a6.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_fbea1ba90190e7b4 .owl-nav_7bbb20f90b935f5c.disabled+.owl-dots_bed08ea38036d546 {
  margin-top: 0px;
}

.owl-dots_bed08ea38036d546 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_fbea1ba90190e7b4 .owl-dots_bed08ea38036d546 .owl-dot_a4ed06bb25653538 span {
  display: none;
}

/* new owl close */

.text-light_f67b9b9fad352839 .owl-theme_fbea1ba90190e7b4 .owl-controls_f7d025595962c167 .owl-page_e56c4a8ebbbd93a6 span {
  background-color: #fff;
}

.text-light_f67b9b9fad352839 .owl-theme_fbea1ba90190e7b4 .owl-controls_f7d025595962c167 .owl-page_e56c4a8ebbbd93a6.active span {
  background: none;
}

.text-light_f67b9b9fad352839 .owl-theme_fbea1ba90190e7b4 .owl-controls_f7d025595962c167 .owl-page_e56c4a8ebbbd93a6.active span:before {
  border: solid 2px #fff;
}

.text-slider_7530a27ae7985948 {
  color: #fff;
  display: inline-block;
}

.text-slider_7530a27ae7985948.med-text_4daae937a991b41b {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_7530a27ae7985948.big-text_21f22c455f9e1fab {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_bd652b878bb65221 .text-item {
  display: inline-block;
}

.text-slider_7530a27ae7985948.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_7530a27ae7985948.big-text_21f22c455f9e1fab i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_7530a27ae7985948 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_e0e7dccbff3b64ea {
  color: #ff0000;
}

.teal_19b95026194c85c1 {
  color: #009999;
}

.purple_8438e32849ea48ba {
  color: #663366;
}

.green_57134521410b6a30 {
  color: #009900;
}

.bg-overlay_5ddad5b287167c57 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_e8ed75285a014c57 {
  position: relative;
}

.overlay-bg_c719e1e8920de3ae {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_c719e1e8920de3ae.p60_7697cc3cd8db1edf {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_83c78241ac0690f3 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_ee86cbb525302279 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_c719e1e8920de3ae.t0_26581b0a6c43a4e0 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_c719e1e8920de3ae.t20_9e9aac7ba9b18e1e {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_c719e1e8920de3ae.t30_17cc564b51806636 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_c719e1e8920de3ae.t40_ed886aea0a638d7a {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_c719e1e8920de3ae.t50_92c552131effcdff {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_c719e1e8920de3ae.t60_51c447516a163998 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_c719e1e8920de3ae.t70_f05a21dc57b0029b {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_c719e1e8920de3ae.t80_787e1e8e58580a9a {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_c719e1e8920de3ae.t90_5839bc531998c712 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_c719e1e8920de3ae.light-5_db02049217d72dc7 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_c719e1e8920de3ae.light-6_6a2dfdccfacd12b1 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_c719e1e8920de3ae.light-7_27b2b67e226acd47 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_c719e1e8920de3ae.light-8_64810d9204b78b37 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_c719e1e8920de3ae.c1_38ee20075a1ded39 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_c719e1e8920de3ae.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_c719e1e8920de3ae.gradient-blue-aqua_5dc5bb3fb01e3b2a {
  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_aac2074faa65dc58.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_9203539a8bdcc013 {
  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_a6f0649b6798094a,
section.bg-grey_a6f0649b6798094a {
  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_80ab0b0fa78b3ee6 {
  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_854f7a50926db9e8 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_854f7a50926db9e8:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_bc2186be90c89cd9 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_c36628bddb72a064 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_c36628bddb72a064:hover {
  color: #707070;
}

a.read_more_c36628bddb72a064 i {
  margin-left: 8px;
}

.text-light_f67b9b9fad352839 a.read_more_c36628bddb72a064 {
  color: #fff;
}

.text-black_2d0154ea905e8eca {
  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_8ab87e37ed937747 {
  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_68d15a83e848cf49:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_68d15a83e848cf49: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_bed08ea38036d546 {
  text-align: center;
}

.owl-dot_a4ed06bb25653538 {
  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_437a44e99cb673aa .owl-dot_a4ed06bb25653538,
.text-light_f67b9b9fad352839 .owl-dot_a4ed06bb25653538 {
  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_db1166d8ab762527 {
  opacity: 1;
}

.owl-stage_01d920f20e14c6c8 {
  overflow: none;
}

.typed-strings_f65ad78bf63bf832 p {
  position: absolute;
}

.typed-cursor_c9c89b4be3bbdeda {
  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_14e2440442025a05 .date-box_17cf56d444606094 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_14e2440442025a05 .date-box_17cf56d444606094 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_14e2440442025a05 .date-box_17cf56d444606094 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_616820520787f9ae {
  margin: 0;
  padding: 0;
}

.sitemap_616820520787f9ae.s1_48b46c6dfe7aa57e li {
  list-style: none;
}

.sitemap_616820520787f9ae.s1_48b46c6dfe7aa57e li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_de5d85b8d27c6739 {
  margin: 0;
  padding: 0;
}

.list_de5d85b8d27c6739 li {
  list-style: none;
}

.rtl .list_de5d85b8d27c6739.s1_48b46c6dfe7aa57e li:after,
.list_de5d85b8d27c6739.s1_48b46c6dfe7aa57e li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_de5d85b8d27c6739.s1_48b46c6dfe7aa57e li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_de5d85b8d27c6739.s1_48b46c6dfe7aa57e li:before {
  display: none;
}

.list_de5d85b8d27c6739.s2_3eac991eafa4d079 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_de5d85b8d27c6739.s3_8d36d31e8abe4b01 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_de5d85b8d27c6739.s3_8d36d31e8abe4b01 li {
  display: inline;
  margin-right: 20px;
}

.list_de5d85b8d27c6739.s3_8d36d31e8abe4b01 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_845fdebf69b0931d {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_437a44e99cb673aa .switch-set_845fdebf69b0931d{
  color:#ffffff;
}

.dark-scheme_437a44e99cb673aa .switch_f3082e11f2f8ca42 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_845fdebf69b0931d div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_f3082e11f2f8ca42 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_f3082e11f2f8ca42::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_fae4d2ffe6f58728 {
  display: block;
}

.de-switch_fae4d2ffe6f58728 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_fae4d2ffe6f58728 input[type=checkbox] {
  display: none;
}

.de-switch_fae4d2ffe6f58728 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_fae4d2ffe6f58728 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_fae4d2ffe6f58728 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_437a44e99cb673aa .de-switch_fae4d2ffe6f58728 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_fae4d2ffe6f58728 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_fae4d2ffe6f58728.colored_b3519e7e3ae6291c input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_fae4d2ffe6f58728.colored_b3519e7e3ae6291c label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_fae4d2ffe6f58728 {
  float: right;
}

.switch_f3082e11f2f8ca42:checked::after {
  transform: translateX(20px);
}

.switch_f3082e11f2f8ca42:focus {
  outline-color: transparent;
}

.menu_side_area_5d6ebbfe1869ca4a {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_5d6ebbfe1869ca4a {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_437a44e99cb673aa .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_9fbc942f34071b7b {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_e012de4daad408c4 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_b83d4c735361b9aa {
  display: none;
}

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

.ul-style-2_c111945b204bd095 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_c111945b204bd095 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_c111945b204bd095.s2_3eac991eafa4d079 li h4 {
  font-weight: 600;
}

.ul-style-2_c111945b204bd095.s2_3eac991eafa4d079 li {
  margin-bottom: 30px;
}

.ul-style-2_c111945b204bd095.s3_8d36d31e8abe4b01 li {
  margin-bottom: 5px
}

.ul-style-2_c111945b204bd095 .d-label_ed4fa5dc728642bf {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_93823974bc48cce0{
  margin: 0;
  padding: 0;
}

.ul-check-inline_93823974bc48cce0 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_93823974bc48cce0 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_c111945b204bd095 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_c111945b204bd095 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_c3ca416d984cd674 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_c3ca416d984cd674 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_c3ca416d984cd674 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_c3ca416d984cd674 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_187d193c62ef0243{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_65e55bc3cdd42d94{
  color:#ffffff;
}


/* shadow */

.shadow-soft_578224e9c60823b9,
.de-map-wrapper_2aac963b68f70124 iframe,
.expand-custom_269ecd733bc7cfd0,
#form_sb input,
.container-timeline_95297822c391a307 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_b0b9ef6255ade409 {
  -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_6edf3e90e3f2ffd7 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_2621fd310c3e26f2 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_afe2083d9d7356e5 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_b812b8466c1090da {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_0996ae6490bba7c2{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_d7c2a4aec109d85c{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_49cf120b4bbe6ad3 {
  right: 0;
}

.rtl .carousel-control-prev_00de045f2242b751 {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_851952b0f99453ad,
.carousel-control-prev-icon_61ef06f9f21ecb75 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_851952b0f99453ad:after,
.carousel-control-prev-icon_61ef06f9f21ecb75:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_851952b0f99453ad:after {
  content: "\f105";
}

.carousel-control-next-icon_851952b0f99453ad:hover,
.carousel-control-prev-icon_61ef06f9f21ecb75: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_2aac963b68f70124 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_e9f6a619548902a5 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_e9f6a619548902a5 {
  -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_08511e39fe21c53d {
  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_a2306ef2785d8d10{
  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_4f3b20890560d02d .bubble_a2306ef2785d8d10:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_4f3b20890560d02d .bubble_a2306ef2785d8d10:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_4f3b20890560d02d .bubble_a2306ef2785d8d10:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_a66db97c664c2ab6{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_a66db97c664c2ab6 .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_f849ee91dac8287a{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_f849ee91dac8287a dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_f849ee91dac8287a dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_f849ee91dac8287a dt span:after {
  content: " ";
}
.def-list-dots_f849ee91dac8287a dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_f849ee91dac8287a .no-def-item_c0364eac9dc7912e dt:after {
  content: "";
}
.def-list-dots_f849ee91dac8287a 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_2767ac92bc7ae8b6 img{
  height: 350px;
  width: auto;
}

.d-list-menu_bf620fc68f94d052 {
  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_f43bde092198fbdc .dropdown a:hover {
  color: #333;
}

.dark-scheme_437a44e99cb673aa .dropdown a,
.dark-scheme_437a44e99cb673aa .header-light_f43bde092198fbdc .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_437a44e99cb673aa .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_437a44e99cb673aa .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_437a44e99cb673aa .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_ab6e6e5a3215d9ab {
  width: 600px !important;
}

.dropdown ul.d-col-3_ab6e6e5a3215d9ab li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_ab6e6e5a3215d9ab li span {}

.text-light_f67b9b9fad352839 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_f67b9b9fad352839 .dropdown a {
  color: #ffffff;
}

.items_filter_f3a92555e616028b {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_f3a92555e616028b .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_ed4d29dbb3f02488,
.dropdown.fullwidth_ed4d29dbb3f02488 a,
.dropdown.fullwidth_ed4d29dbb3f02488 ul,
.dropdown.fullwidth_ed4d29dbb3f02488 li {
  width: 100%;
}

.dropdown.style-2_14e2440442025a05,
.dropdown.style-2_14e2440442025a05 a,
.dropdown.style-2_14e2440442025a05 ul,
.dropdown.style-2_14e2440442025a05 li {
  width: 100%;
}

.rtl .dropdown.style-2_14e2440442025a05 {
  text-align: right;
}

.dropdown.style-2_14e2440442025a05 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_14e2440442025a05 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_cd33cdc617a6e000 {
  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_cd33cdc617a6e000:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_0d0fe2c1740ff512 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_0d0fe2c1740ff512 span {
  display: inline-block;
  position: relative;
}

.separator_0d0fe2c1740ff512 span:before,
.separator_0d0fe2c1740ff512 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_0d0fe2c1740ff512 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_0d0fe2c1740ff512 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_0d0fe2c1740ff512 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_da3e5b1118118151 .separator_0d0fe2c1740ff512 span:before,
.de_light_da3e5b1118118151 .separator_0d0fe2c1740ff512 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_f67b9b9fad352839 .separator_0d0fe2c1740ff512 span:before,
.text-light_f67b9b9fad352839 .separator_0d0fe2c1740ff512 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_c32584b8fb520c84: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_c32584b8fb520c84: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_c32584b8fb520c84 {
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_232d87309b8e9a29 {
  -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_232d87309b8e9a29 {
  -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_6f414db2a3552b02,
.isotope.no-transition_6f414db2a3552b02 .isotope-item_232d87309b8e9a29,
.isotope .isotope-item_232d87309b8e9a29.no-transition_6f414db2a3552b02 {
  -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_f67b9b9fad352839 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_f67b9b9fad352839 #filters a:hover {
  color: #fff;
}

.text-light_f67b9b9fad352839 #filters a.selected {
  color: #fff;
}

.text-light_f67b9b9fad352839 #filters a.selected {
  color: #fff;
}

.isotope-item_232d87309b8e9a29 {
  z-index: 2;
}

.isotope-hidden_10d2b160c8d653ec.isotope-item_232d87309b8e9a29 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_52e7970711af5a53 ul.slides,
.project-carousel-3-col_a9b391054ab87244 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_4a880fec684accbb .flex-direction-nav_adebe01e640e152c,
.project-carousel_52e7970711af5a53 .flex-control-nav_8b5079543627dcc0,
.project-carousel_52e7970711af5a53 .flex-direction-nav_adebe01e640e152c,
.project-carousel-3-col_a9b391054ab87244 .flex-control-nav_8b5079543627dcc0,
.project-carousel-3-col_a9b391054ab87244 .flex-direction-nav_adebe01e640e152c {
  display: none;
}

.logo-carousel_4a880fec684accbb.owl-carousel_3e3d5a1fde35b160 .owl-item img {
  width: auto;
}

.logo-carousel_4a880fec684accbb.no-control_af1f5d50ce7c2c8c .flex-control-nav_8b5079543627dcc0 {
  display: none;
}

.logo-carousel_4a880fec684accbb.s2_3eac991eafa4d079 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_3e3d5a1fde35b160.owl-center_04dbf9b528f3682b .owl-item {
  opacity: .6;
}
.owl-carousel_3e3d5a1fde35b160.owl-center_04dbf9b528f3682b .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_13ad6d7c7a7c8d11());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_13ad6d7c7a7c8d11());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_13ad6d7c7a7c8d11());
}

.typed-strings_f65ad78bf63bf832 p {
  position: absolute;
}

.social-icons-sm_0f28fad24b8b1270 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_0f28fad24b8b1270 i:hover {
  color: #ffffff;
}

.arrowup_e76f394f264ff686 {
  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_371b4b702348de3d {
  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_caafd0400913984b {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_e8ac905ef2dd4809 {
  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_8549ec48d197e05d .nav-link {
  font-weight: 500;
}

.de-preloader_de561b3348d305f4 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_437a44e99cb673aa .de-preloader_de561b3348d305f4 {
  background: var(--bg-color-even);
}

.dot-loader_506a578ca1dba5df {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_0199bd8eb68e2eff {
  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_0199bd8eb68e2eff.dot1_237f7816523d5039 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_0199bd8eb68e2eff.dot2_9ed686ec5fd0b1c2 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_0199bd8eb68e2eff.dot3_0840800dc2e320a8 {
  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_78f8a2ea6f18489b {
  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_78f8a2ea6f18489b .p-line_d30471d272bda823 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_78f8a2ea6f18489b .p-line_d30471d272bda823: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_78f8a2ea6f18489b .p-line_d30471d272bda823:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_78f8a2ea6f18489b .p-line_d30471d272bda823: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_8de55841e9b68e66, .container-md_71e4ebfba0cdd9c1, .container-sm_02ad93985bc1f0b2, .container-xl_b72225da2f7e4196 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_8de55841e9b68e66,
  .container-md_71e4ebfba0cdd9c1,
  .container-sm_02ad93985bc1f0b2,
  .container-xl_b72225da2f7e4196 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_8de55841e9b68e66,
  .container-md_71e4ebfba0cdd9c1,
  .container-sm_02ad93985bc1f0b2,
  .container-xl_b72225da2f7e4196 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_bf71acad7772af55 { width: 20%; }
  .col-md-2-5_cb53f72db5e29c45 { width: 40%; }
  .col-md-3-5_5813414135bfdf0b { width: 60%; }
  .col-md-4-5_28d8846261930286 { width: 80%; }
  .col-md-5-5_2357d2f66679fab8 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_886cafbf24d665b3 { width: 20%; }
  .col-lg-2-5_c8b52038b3aeb52b { width: 40%; }
  .col-lg-3-5_df54a27724743460 { width: 60%; }
  .col-lg-4-5_f127b151befee924 { width: 80%; }
  .col-lg-5-5_4c1bda0d90328f30 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_8de55841e9b68e66,
  .container-md_71e4ebfba0cdd9c1,
  .container-sm_02ad93985bc1f0b2 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_c44d2a19f9c195c6 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_fff6656743009643 .tr .td:nth-child(4),
  .de_table_fff6656743009643 .tr .td:nth-child(5),
  .de_table_fff6656743009643 .tr .td:nth-child(6),
  .de_table_fff6656743009643 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_0043dbcaf571c264 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_87603bbfa08064ec .countdown-show4_b61c3577483a804e .countdown-section_9fbc942f34071b7b {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_87603bbfa08064ec .countdown-period_e33b675a644a0051{
    font-size:10px;
  }

  .countdown-s2_87603bbfa08064ec .countdown-amount_6bec934b60a5f279 {
    font-size: 20px;
  }


  .mb-sm-20_4e1e5dcb9f7cfa5e {
    margin-bottom: 20px;
  }

  .mb-sm-30_39fde60d7d8073f3 {
    margin-bottom: 30px;
  }

  .mt-sm-0_d832dd26cac27980{
    margin-top: 0;
  }

  .sm-mt-0_9518fecd7dc685e4 {
    margin-top: 0;
  }

  .p-sm-30_85f2f05fc760ffa5 {
    padding: 40px;
  }

  .pb-sm-0_56468884fefc4b94 {
    padding-bottom: 0;
  }

  .mb-sm-0_6242fcee2b40b360 {
    margin-bottom: 0;
  }

  .sm-p-40_6afe13f0454a949d{
    padding: 40px;
  }

  header .header-col_26cad3361ddd055e {
    position: absolute;
    top: 0;
  }

  header .header-col_26cad3361ddd055e.mid_5fc6e6af2ddbdce2 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_550c004593b477ad {
    text-align: center;
  }

  .sm-pt10_4af68a0e6a936f76 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_11d25be9ea246764 {
    padding: 40px;
  }

  .header-col-left_e45d4c0eb53b4353,
  .header-col-right_fe6555c78358c733 {
    padding-top: 16px;
  }

  .header-col-mid_9482fbeb45d48fa1 #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_5fa903570db7974a {
    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_752e54cf81e83869 {
    position: fixed;
  }

  #subheader.s2_3eac991eafa4d079 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_94c6f017936b43be {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_c44d2a19f9c195c6 h1 {
    font-size: 32px;
  }

  .slider_text_c44d2a19f9c195c6 .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_a09831cdbc04809f {
    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_a09831cdbc04809f,
  #mainmenu li li li a.menu-item_a09831cdbc04809f {
    padding-left: 0;
  }

  #mainmenu a.menu-item_a09831cdbc04809f:hover {
    background: #111;
  }

  #mainmenu a.menu-item_a09831cdbc04809f: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_a09831cdbc04809f: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_a09831cdbc04809f {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_a09831cdbc04809f:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_a09831cdbc04809f {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_a09831cdbc04809f {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_a09831cdbc04809f {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_a09831cdbc04809f:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_1c8885bd3acf7127) {
    border: none;
  }

  #mainmenu>li ul.mega_1c8885bd3acf7127 .sb-menu_501c81942e077440 {
    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_a09831cdbc04809f {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_f43bde092198fbdc.header-mobile #mainmenu a.menu-item_a09831cdbc04809f{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_a09831cdbc04809f: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_437a44e99cb673aa header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_1c8885bd3acf7127 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_1c8885bd3acf7127 .menu-content_346ccada992a6af5 {
    background: #fff;
  }

  header.header-light_f43bde092198fbdc.header-mobile #mainmenu li,
  header.header-light_f43bde092198fbdc.header-mobile #mainmenu li ul li a.menu-item_a09831cdbc04809f {
    border-color: #eee;
  }

  header.header-dark_ba901186c47faa93.header-mobile {
    background: #222;
  }

  header.header-dark_ba901186c47faa93.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_ba901186c47faa93.header-mobile #mainmenu li a.menu-item_a09831cdbc04809f {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_a09831cdbc04809f: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_a09831cdbc04809f {
    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_437a44e99cb673aa 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_a09831cdbc04809f {
    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_a09831cdbc04809f {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_437a44e99cb673aa header.header-mobile #mainmenu li a.menu-item_a09831cdbc04809f {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_a09831cdbc04809f:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_437a44e99cb673aa header.header-mobile #mainmenu li a.menu-item_a09831cdbc04809f: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(../img/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_437a44e99cb673aa header.header-mobile #mainmenu>li>span {
    background: url(../img/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../img/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_437a44e99cb673aa header.header-mobile #mainmenu li span.active {
    background: url(../img/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../img/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(../img/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_a09831cdbc04809f {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_437a44e99cb673aa header.header-mobile #mainmenu li ul li a.menu-item_a09831cdbc04809f {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_a09831cdbc04809f {
    border-bottom: none;
  }

  header.header-light_f43bde092198fbdc.header-mobile #mainmenu>li>span,
  header.header-light_f43bde092198fbdc.header-mobile #mainmenu li>ul>li>span {
    background: url(../img/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_f43bde092198fbdc.header-mobile #mainmenu>li>span.active,
  header.header-light_f43bde092198fbdc.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../img/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_1c8885bd3acf7127 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_1c8885bd3acf7127>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_1c8885bd3acf7127 .menu-content_346ccada992a6af5 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_f43bde092198fbdc #mainmenu ul li a.menu-item_a09831cdbc04809f,
  .header-light_f43bde092198fbdc #mainmenu ul li a.menu-item_a09831cdbc04809f:hover {
    color: #333;
  }

  .de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_ab60bbdb3a1e8a89 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_70b184b74a81a4eb {
    display: none;
  }

  .sm-hide_f6e65a3b28698ebf {
    display: none;
  }

  .d-btn-close_a90aecb3fc30bade {
    position: relative;
  }

  .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_a09831cdbc04809f span {
    display: none;
  }

  .de_tab.tab_methods_ab60bbdb3a1e8a89.style-2_14e2440442025a05 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_b2364eed4e8fc3b0 {
    position: relative;
    height: auto;
  }

  .timeline_094ea293c30ca51e>li>.timeline-panel_a96a2b8069ccddff {
    width: 100%;
  }

  .timeline-badge_c14be6fb21196ad3 {
    display: none;
  }

  .timeline_094ea293c30ca51e:before {
    background: none;
  }

  .tp-caption_852cb4beb69c3d10 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_42ad702fd9956cd9 .de-flex_8c5492f6f06922bb,
  .subfooter_42ad702fd9956cd9 .de-flex-col_22ab10fa33ecb1f1 {
    display: block;
  }

  .subfooter_42ad702fd9956cd9 .social-icons_2d670f0f0dec1b35 {
    margin-top: 20px;
  }

  .subfooter_42ad702fd9956cd9 span.copy_ce0f02724da875f9 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_aadf4e013817a9a2{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_2bc31b9fbb3cd3e5{
    margin:0 20px;
  }

  .crumb_94c6f017936b43be{
    margin-bottom: 0;
  }

  section.bottom-rounded_6f69e8a33ef83c40{
    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_7e737aedd896db22,
  h1.ultra-big_7e737aedd896db22 .text-line_1828c188590e1265,
  h1.ultra-big-2_05162127b7f11d8b,
  .title-text_88bb4d8e3c3f69c1,
  h1.slider-title_c7b64ad7f7a863e9{
    font-size: 60px;
  }  

  h1.slider-title_c7b64ad7f7a863e9,
  h2.slider-title_c7b64ad7f7a863e9{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_87a328003a1468bf > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_91031b3d343a3e1c{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_808c89d74a2caa29{padding-top:10px;}
  .pt-sm-20_e6de3f7a3a707e51{padding-top:20px;}
  .pt-sm-30_946063ecae9cc142{padding-top:30px;}
  .pt-sm-40_81af4d5a2a3e6412{padding-top:40px;}
  .pt-sm-50_37e9041e22c66950{padding-top:50px;}
  .pt-sm-60_f4c7d1e341501aa1{padding-top:60px;}
  .pt-sm-70_a366bb47024e62c8{padding-top:70px;}
  .pt-sm-80_2deeb62f381bb08a{padding-top:80px;}
  .pt-sm-90_00db468ef6e5c2bf{padding-top:90px;}
  .pt-sm-100_f63f421fb66a8d8b{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_6be8a9effc3e49fe{padding-bottom:10px;}
  .pb-sm-20_79ea6ce02f1f5fff{padding-bottom:20px;}
  .pb-sm-30_dc4d1f8e9d83ad35{padding-bottom:30px;}
  .pb-sm-40_25e33a610c5a0da6{padding-bottom:40px;}
  .pb-sm-50_634151fb605fa710{padding-bottom:50px;}
  .pb-sm-60_dff15ac62bff8ca7{padding-bottom:60px;}
  .pb-sm-70_7d15c9c0e1a8fed1{padding-bottom:70px;}
  .pb-sm-80_d0ea1349d6e5dc14{padding-bottom:80px;}
  .pb-sm-90_fa1da373022708d6{padding-bottom:90px;}
  .pb-sm-100_b56dd754f3cdd810{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_56efc82e913068f8{margin-top:10px;}
  .mt-sm-20_8d02e6290419b379{margin-top:20px;}
  .mt-sm-30_7562a2757c13b128{margin-top:30px;}
  .mt-sm-40_b7feb1f3c3be8931{margin-top:40px;}
  .mt-sm-50_f7d2043e05cd93b7{margin-top:50px;}
  .mt-sm-60_ad11e896683476a3{margin-top:60px;}
  .mt-sm-70_fd87b6ab1d13e086{margin-top:70px;}
  .mt-sm-80_863d288e5ba8306e{margin-top:80px;}
  .mt-sm-90_0580fcbf7d153f83{margin-top:90px;}
  .mt-sm-100_017a7cf369dc150f{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_6b2af46868a58bbe{margin-bottom:10px;}
  .mb-sm-20_4e1e5dcb9f7cfa5e{margin-bottom:20px;}
  .mb-sm-30_39fde60d7d8073f3{margin-bottom:30px;}
  .mb-sm-40_ed4b9bf9b0fc0633{margin-bottom:40px;}
  .mb-sm-50_b90bdff50bdce934{margin-bottom:50px;}
  .mb-sm-60_09ffba6ac0005847{margin-bottom:60px;}
  .mb-sm-70_d6c23e5f74d71a9e{margin-bottom:70px;}
  .mb-sm-80_59dd052593889f47{margin-bottom:80px;}
  .mb-sm-90_32d29227883aa8de{margin-bottom:90px;}
  .mb-sm-100_b944e53feb73ffcf{margin-bottom:10px;}


  .fs-sm-1vw_676a5d639e594e18{font-size: 1vw}
  .fs-sm-2vw_16d90d34f7e5ab8f{font-size: 2vw}
  .fs-sm-3vw_3d3901ef7a6f0e6e{font-size: 3vw}
  .fs-sm-4vw_4de3237d66b39b77{font-size: 4vw}
  .fs-sm-5vw_87f493f6ffefa8ce{font-size: 5vw}
  .fs-sm-6vw_0141e275647ff865{font-size: 6vw}
  .fs-sm-7vw_e3596eb840dc4f8d{font-size: 7vw}
  .fs-sm-8vw_8c3333af4f2e17f7{font-size: 8vw}
  .fs-sm-9vw_c75efdca04680061{font-size: 9vw}
  .fs-sm-10vw_995d6458acab1c40{font-size: 10vw}
  .fs-sm-11vw_ea3ab54678b18ac5{font-size: 11vw}
  .fs-sm-12vw_2ef708294989083f{font-size: 12vw}
  .fs-sm-13vw_2d590deac53d3a2b{font-size: 13vw}
  .fs-sm-14vw_1c7c5aad825bec43{font-size: 14vw}
  .fs-sm-15vw_48a9f89f9f583430{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_7450b54d3038d55f {
    display: none;
  }

  header .logo-init_2eb9a8eea3df03b7 {
    display: none;
  }

  header .logo-mobile_359cf69ab3c6fc2b {
    display: block;
  }

  header .btn-main_6433497c6944a5cb{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_5d6ebbfe1869ca4a {
    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_df2f8a24ff3b5cd6 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav li:first-child,
  .de_tab.tab_style_4_9e06ddb8f65e89e4 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_bd7698c84dc9ba53 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_e4b7ab10193f2d1d span{
    display: none;
  }

  .de-spot_e4b7ab10193f2d1d .de-circle-1_edc79f2a52d76598,
  .de-spot_e4b7ab10193f2d1d .de-circle-2_6648f858c4166c7e{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_7e737aedd896db22,
  h1.ultra-big_7e737aedd896db22 .text-line_1828c188590e1265,
  h1.ultra-big-2_05162127b7f11d8b,
  .title-text_88bb4d8e3c3f69c1,
  h1.slider-title_c7b64ad7f7a863e9,
  h2.slider-title_c7b64ad7f7a863e9{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_e8d95e18530af765{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_b9f5a0e1d970f8e9{padding-top:10px;}
  .pt-xs-20_ffabaf8411493630{padding-top:20px;}
  .pt-xs-30_e42aeca779c6a46a{padding-top:30px;}
  .pt-xs-40_2bf75c0e9498f252{padding-top:40px;}
  .pt-xs-50_5f5fb68ae7fb16b5{padding-top:50px;}
  .pt-xs-60_fe7302919f9a949f{padding-top:60px;}
  .pt-xs-70_743e993dece850a7{padding-top:70px;}
  .pt-xs-80_04c2615e81d57f4d{padding-top:80px;}
  .pt-xs-90_b6500a3677354367{padding-top:90px;}
  .pt-xs-100_f70b0d334699bf29{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_a31fac9e9e735f72{padding-bottom:10px;}
  .pb-xs-20_ad85a1e6eaf5178f{padding-bottom:20px;}
  .pb-xs-30_3f7fa3070a9c8eae{padding-bottom:30px;}
  .pb-xs-40_03dff3385e4d6611{padding-bottom:40px;}
  .pb-xs-50_50b2d18566f8c0c4{padding-bottom:50px;}
  .pb-xs-60_047997daf1effe9d{padding-bottom:60px;}
  .pb-xs-70_39ae8a7ed21ec5be{padding-bottom:70px;}
  .pb-xs-80_e57331c8a744fcdd{padding-bottom:80px;}
  .pb-xs-90_0f8d497b14bfa160{padding-bottom:90px;}
  .pb-xs-100_f46d1419b4ee10a3{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_9ad3db1a1ba8b371{margin-top:10px;}
  .mt-xs-20_4ed45ab035904f56{margin-top:20px;}
  .mt-xs-30_052540e0cd4bb580{margin-top:30px;}
  .mt-xs-40_7a657435bed70728{margin-top:40px;}
  .mt-xs-50_e7c4adf1fa8591d6{margin-top:50px;}
  .mt-xs-60_b30b7bf3081995c6{margin-top:60px;}
  .mt-xs-70_840fed7f5c5a46fc{margin-top:70px;}
  .mt-xs-80_7f458b4f010ba287{margin-top:80px;}
  .mt-xs-90_cf3455814825d792{margin-top:90px;}
  .mt-xs-100_586e9593d3c718b3{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_202d73e5ccbbb6dd{margin-bottom:10px;}
  .mb-xs-20_6c63d502ea9990f4{margin-bottom:20px;}
  .mb-xs-30_d922795f21822116{margin-bottom:30px;}
  .mb-xs-40_74a251d8f3fb4e1e{margin-bottom:40px;}
  .mb-xs-50_89c47c51539bec0c{margin-bottom:50px;}
  .mb-xs-60_5527ce37c4bc79c9{margin-bottom:60px;}
  .mb-xs-70_45416526898646d2{margin-bottom:70px;}
  .mb-xs-80_3de4cd5b189fde22{margin-bottom:80px;}
  .mb-xs-90_3883e1e5866f28cd{margin-bottom:90px;}
  .mb-xs-100_5593dfcc76b796da{margin-bottom:10px;}

  .ss-wrap_a76eef23e9f9bb2b{
    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_a96a2b8069ccddff {
    margin-bottom: 30px;
  }

  .timeline-pic_6bcd453c04cb4aff {
    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_3eac991eafa4d079 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_52ebd4df21d4ad18 {
    display: none;
  }

  header a.btn-main_6433497c6944a5cb 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_b66ebcf2ddc24686 .left-half_072d4a59a297330b,
.half-fluid_b66ebcf2ddc24686 .right-half_a15398ce2c23dd9b {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_b66ebcf2ddc24686 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_b66ebcf2ddc24686 .left-half_072d4a59a297330b {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_b66ebcf2ddc24686 .right-half_a15398ce2c23dd9b {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
