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


/* 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_5887841b7fc594db,.bg-dark-1_07a61db5e89de3e7{background-color: var(--bg-dark-1) !important}
.bg-dark-2_f9b1054a1959ce62{background-color: var(--bg-dark-2) !important}
.bg-dark-3_f8b9c7dcda22033a{background-color: var(--bg-dark-3) !important}
.bg-grey_47edc23b3169c0be{background-color: var(--bg-grey) !important}
.bg-gradient-1_8122cc79df254cb3{
  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_71928b9f263b268f{
  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_b0bcdd3be12918e7 {
  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_e5eef0de93ff2406 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_c6fc2af6fadc86c5 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_e283eb57b02bacf8 {
  display: none;
}


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

header.scroll-light_0af6d803ba985943 .logo-scroll_c6fc2af6fadc86c5{
  display: none;
}

header.smaller.scroll-light_0af6d803ba985943 .logo-main_2d1e70c15c91e81a{
  display: none;
}

header.smaller.scroll-light_0af6d803ba985943 .logo-scroll_c6fc2af6fadc86c5{
  display: block;
}

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

header.header-light_822ab1a2acbed6f8 .h-phone_a0c5c1a17a98936c,
header.smaller.scroll-light_0af6d803ba985943 .h-phone_a0c5c1a17a98936c {
  color: #202020;
}

header:not(.header-light_822ab1a2acbed6f8).smaller.scroll-light_0af6d803ba985943 div#logo .logo_523aeda778bf47a8 {
  display: none;
}

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

header.smaller.scroll-light_0af6d803ba985943 div#logo .logo-scroll_c6fc2af6fadc86c5 {
  display: inline-block;
}

header.smaller.header-light_822ab1a2acbed6f8 div#logo .logo_523aeda778bf47a8 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_79f2855d244d0a08.mid_50acb613a8a52f60 {
  float: right;
}

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


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

.de-overlay-gradient_a97881db0213dbca{
  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_1b3f43787d7d2848{
  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_67a2b3062963a642{
  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_59fddde62cf7c6b0 {
  font-size: 13px;
}


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


#subheader.text-light_d1ec2d0888f6954d .crumb_59fddde62cf7c6b0 {
  color: #fff;
}

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

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

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


#subheader.s2_1ec64c1cd3bb9d5a h1,
#subheader.s2_1ec64c1cd3bb9d5a .crumb_59fddde62cf7c6b0 {
  margin: 0;
  padding: 0;
}

#subheader.s2_1ec64c1cd3bb9d5a .crumb_59fddde62cf7c6b0 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_1ec64c1cd3bb9d5a .crumb_59fddde62cf7c6b0 {
  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_c3403ed9a869b701) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_b0bcdd3be12918e7 #mainmenu ul.mega_c3403ed9a869b701 {
  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_6bd90c367db39914: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_822ab1a2acbed6f8 #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_822ab1a2acbed6f8 #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_822ab1a2acbed6f8 {
  background: #ffffff;
}

.header-light_822ab1a2acbed6f8 #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_b0bcdd3be12918e7 #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_ae075b33050e5d9b) {
  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_5a796eaaec7f5dfe {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_b7916d0126371278 {
  background: #f6f6f6;
}

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

.de_light_4be1c8e41dfcc8c7 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_517dc018363b36d8.header-light_822ab1a2acbed6f8 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_e66b8b833d008b6e,
header.header-mobile.has-topbar .header-col_79f2855d244d0a08 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_517dc018363b36d8.header-light_822ab1a2acbed6f8 {
  background: #fff;
}

header.header-light_822ab1a2acbed6f8 .logo_523aeda778bf47a8 {
  display: none;
}

header.header-light_822ab1a2acbed6f8 .logo-2_461d9fb2c39f7bb8 {
  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_c18c10ba556bd4b2{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_374ce4a4d7f15e62,
.topbar-right_b585636809cc207e {
  display: flex;
}

.topbar-right_b585636809cc207e {
  float: right;
}

.topbar-solid_4ee3dc62daad7ad2 {
  background: #ffffff;
}

.tb-light_3ac32818b475e785 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-right_b585636809cc207e .topbar-widget_966a558a87bd8964 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-light_c18c10ba556bd4b2 .topbar-right_b585636809cc207e .topbar-widget_966a558a87bd8964 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-light_c18c10ba556bd4b2 .topbar-right_b585636809cc207e span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .tb-light_3ac32818b475e785 .topbar-right_b585636809cc207e .topbar-widget_966a558a87bd8964 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .tb-light_3ac32818b475e785 .topbar-right_b585636809cc207e span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-left_374ce4a4d7f15e62 .topbar-widget_966a558a87bd8964 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-light_c18c10ba556bd4b2 .topbar-left_374ce4a4d7f15e62 .topbar-widget_966a558a87bd8964 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_06a25eb39797560f) .tb-light_3ac32818b475e785 .topbar-left_374ce4a4d7f15e62 .topbar-widget_966a558a87bd8964 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .tb-light_3ac32818b475e785 .topbar-left_374ce4a4d7f15e62 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_822ab1a2acbed6f8 .h-phone_a0c5c1a17a98936c span{
  color: var(--body-font-color);
}


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

.menu_side_area_93872e926faf4d7b .btn-line_9c57d8d4c2443580{
  display: inline-block;
}

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

.topbar-widget_966a558a87bd8964.widget-text_1f20fe2829ac15fc {
  padding-top: 6px;
}

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

.h-sub_72c99c28de22bc06 .topbar-widget_966a558a87bd8964 {
  padding: 12px;
}

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

.topbar-widget_966a558a87bd8964.tb-phone_9782ec3cd47ffe56:before {
  content: "\f095";
}

.topbar-widget_966a558a87bd8964.tb-email_81704ee67f7b48bc:before {
  content: "\f003";
}

.topbar-widget_966a558a87bd8964.tb-opening-hours_4493f04479447f41:before {
  content: "\f017";
}

.topbar-widget_966a558a87bd8964.tb-social_8630cd4bed3631f5 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-light_c18c10ba556bd4b2 .topbar-widget_966a558a87bd8964.tb-social_8630cd4bed3631f5 a,
#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-light_c18c10ba556bd4b2 .topbar-widget_966a558a87bd8964.tb-social_8630cd4bed3631f5 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_06a25eb39797560f) .topbar-widget_966a558a87bd8964.tb-social_8630cd4bed3631f5 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_3ac32818b475e785 .topbar-widget_966a558a87bd8964.tb-social_8630cd4bed3631f5 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_966a558a87bd8964.tb-social_8630cd4bed3631f5 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_4be1c8e41dfcc8c7 .blog-list_ee80aebb988105d8 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_4be1c8e41dfcc8c7 .blog-list_ee80aebb988105d8 h4 a {
  color: #222222;
}

.de_light_4be1c8e41dfcc8c7 .text-light_d1ec2d0888f6954d .blog-list_ee80aebb988105d8 h4 a {
  color: #fff;
}

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

.blog-list_ee80aebb988105d8 .btn-more_20ea77822625a5b6:hover {
  background: #fff;
}

.de_light_4be1c8e41dfcc8c7 .blog-list_ee80aebb988105d8 .btn-more_20ea77822625a5b6:hover {
  background: #222;
  color: #fff;
}

.blog-list_ee80aebb988105d8 .post-text_8027b3118feac853 {
  padding-left: 80px;
}

.bloglist_4360760a75b5bfce .post-text_8027b3118feac853 a.btn-main_196005b6c71ceacd {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_ee80aebb988105d8 .blog-slider_9a625d529de8441d {
  margin-bottom: -60px;
}

.blog-list_ee80aebb988105d8 .date-box_19a8d13504f0cbc1 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_4be1c8e41dfcc8c7 .blog-list_ee80aebb988105d8 .date-box_19a8d13504f0cbc1 .month {
  color: #222222;
}

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

.blog-list_ee80aebb988105d8 .date-box_19a8d13504f0cbc1 .month {
  font-size: 14px;
}

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

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

.de_light_4be1c8e41dfcc8c7 .blog-list_ee80aebb988105d8 .date-box_19a8d13504f0cbc1 .month {
  border-bottom-color: #ddd;
}

.de_light_4be1c8e41dfcc8c7 .text-light_d1ec2d0888f6954d .blog-list_ee80aebb988105d8 .date-box_19a8d13504f0cbc1 .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_e20d5f672c371910 .d-image_0e1258fc7186c615 img {
  width: 100%;
}

.de-bloglist-type-1_e20d5f672c371910 .d-content_9edc1267f4e13cf0 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_e20d5f672c371910 .d-date_a83e8a03d293705f: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_3f42539708bbf2df {
  margin-bottom: 40px;
}

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

.de-post-type-1_3f42539708bbf2df .d-image_0e1258fc7186c615 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_3f42539708bbf2df .d-meta_3acc31c14d4ee0b6 span.d-by_a4edf61c5ef8e478:before {
  content: "\f007";
}

.de-post-type-1_3f42539708bbf2df .d-meta_3acc31c14d4ee0b6 span.d-date_a83e8a03d293705f:before {
  content: "\f073";
}

.de-post-type-1_3f42539708bbf2df .d-meta_3acc31c14d4ee0b6 span.d-tags_8cfd45fe0651e70a:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_5067785e3ae2f082 .d-date_a83e8a03d293705f .d-month_826e112858103e75{
  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_5067785e3ae2f082 .d-date_a83e8a03d293705f .d-day_70de51414b6d0a11{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_5067785e3ae2f082 .d-image_0e1258fc7186c615{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_d6c1085836a42b14 {}

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

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

.comment-info_f010ec83bda40ab9 span {}

.comment-info_f010ec83bda40ab9 .c_name_d16bb9b9137c54a1 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_b0bcdd3be12918e7 .comment-info_f010ec83bda40ab9 .c_name_d16bb9b9137c54a1 {
  color: #ffffff;
}

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

.dark-scheme_b0bcdd3be12918e7 .comment-info_f010ec83bda40ab9 .c_reply_44fd23bfd5941c4b {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_f010ec83bda40ab9 .c_date_53e7ab40e2d8621c {
  font-size: 12px;
}

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

.blog-list_ee80aebb988105d8 .post-wrapper_3e4a8b2dde3b6299 {}

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

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

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

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

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

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

.post-content_beeff5248d7fb050 {
  position: relative;
}

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

.post-text_8027b3118feac853 .d-date_a83e8a03d293705f{
  font-size: 14px;
}

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

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

.dark-scheme_b0bcdd3be12918e7 .post-text_8027b3118feac853 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_a871b5e48f263f55,
.p-title_89452372947d10e5 {
  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_a871b5e48f263f55,
.p-title_89452372947d10e5.invert {
  background: var(--secondary-color);
}

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

.post-text_8027b3118feac853 .p-date_92635bbf1c685555 {
  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_0e2b2b5793cc4d90 img {
  margin-bottom: 20px;
}

.blog-read_0e2b2b5793cc4d90 .post-text_8027b3118feac853 {
  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_19270770611ae1a1 {
  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_19270770611ae1a1 a {
  color: #888;
}

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

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

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

.post-image_f860ae9d6f5d087e .d-tagline_9d9276d0c2d592c6 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_dbde8baf214f4fb2 {
  margin-bottom: 60px;
}

.blog-item_dbde8baf214f4fb2 img.preview_7e91e0bbc4c26347 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_f860ae9d6f5d087e {
  position: relative;
}

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

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

.post-image_f860ae9d6f5d087e .post-date_06771eab2c131c31,
.post-image_f860ae9d6f5d087e .post-author_03becdb47fe24e82 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_cd06530700c9882b {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_560534224d16ae30{
  float: left;
}


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

.radio-opt_560534224d16ae30 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_560534224d16ae30 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_1ec64c1cd3bb9d5a .radio-img_d7e12fc72cedd804 input[type="radio"] + label, 
#contact_form.s2_1ec64c1cd3bb9d5a .radio-img_d7e12fc72cedd804 input[type="checkbox"] + label,
#contact_form .radio-img_d7e12fc72cedd804 input[type="radio"] + label img, 
#contact_form .radio-img_d7e12fc72cedd804 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_ab5cddaf24ad3fc6 .form-underline_02f1e3b234271cfb{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_72467553247b4cb9 {
  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_007c59839470146d {
  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_007c59839470146d.sm-left_df9fe79522369334 {
  margin-left: 0;
}

.rtl .small-border_007c59839470146d.sm-left_df9fe79522369334 {
  margin-right: 0;
}

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

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

.small-border_007c59839470146d.white_4a6666e45ca1da99 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_59fddde62cf7c6b0 a {
  text-decoration: none;
}

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

.de_light_4be1c8e41dfcc8c7 .crumb_59fddde62cf7c6b0 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_4be1c8e41dfcc8c7 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_5ef615aa0101ca5b.btn-id_341d9429e2e34bf0 {
  color: #222;
}

a.btn-dark_802eeea15bb60285.btn-id_341d9429e2e34bf0 {
  color: #fff;
}

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

.btn-fx_f8eb2f5a7067a4b6.btn-main_196005b6c71ceacd {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_196005b6c71ceacd.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_196005b6c71ceacd.btn-dark-trans_e623f19fe0445848{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_196005b6c71ceacd.big_09fac73255d42b30{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_d1ec2d0888f6954d .btn-line_9c57d8d4c2443580{
  color:#ffffff;
}


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

header:not(.header-light_822ab1a2acbed6f8) a.btn-line_9c57d8d4c2443580,
.dark-scheme_b0bcdd3be12918e7 a.btn-line_9c57d8d4c2443580,
.dark-schem_6ed8fda994ff448c a.btn-line_9c57d8d4c2443580:hover {
  color: #ffffff;
}

a.btn-main_196005b6c71ceacd.btn-white_359854881aec1644 {
  background: #ffffff;
}

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

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

a.btn-border_9af5d9b04f4bd230.light_78b016de5a1624a3 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_9af5d9b04f4bd230.light_78b016de5a1624a3:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_d1ec2d0888f6954d .btn-plus_6c93433d66105fef{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_d1ec2d0888f6954d .btn-plus_6c93433d66105fef:hover{
  color: #ffffff;;
}

a.btn-main_196005b6c71ceacd.btn-with-arrow_de3c71ce9dc4573c{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_d1ec2d0888f6954d .play-button_b60f8389d25a585b.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_67e5a72761d45dfa p.d-small_d86983a33b24e9ce {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_67e5a72761d45dfa.big_09fac73255d42b30 h3 {
  font-size: 120px;
}

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

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

.de_count_67e5a72761d45dfa.small_83665ac444b0c884 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_b0bcdd3be12918e7 .field-set_fc6acb0de1c668b2 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_433c8bff63f1934a,
.h2_4ed16f5514079bad,
.h3_373f3c167d74702b,
.h4_1c6d820c9373c6f4,
.h5_22374884a0394d30,
.h6_027cc67dbe7cee23,
footer.footer-light_094593423899b858 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_b0bcdd3be12918e7 h1,
.dark-scheme_b0bcdd3be12918e7 h2,
.dark-scheme_b0bcdd3be12918e7 h4,
.dark-scheme_b0bcdd3be12918e7 h3,
.dark-scheme_b0bcdd3be12918e7 h5,
.dark-scheme_b0bcdd3be12918e7 h6,
.dark-scheme_b0bcdd3be12918e7 .h1_big_f0dda120863e7b7b,
.dark-scheme_b0bcdd3be12918e7 .h1_433c8bff63f1934a,
.dark-scheme_b0bcdd3be12918e7 .h2_4ed16f5514079bad,
.dark-scheme_b0bcdd3be12918e7 .h3_373f3c167d74702b,
.dark-scheme_b0bcdd3be12918e7 .h4_1c6d820c9373c6f4,
.dark-scheme_b0bcdd3be12918e7 .h5_22374884a0394d30,
.dark-scheme_b0bcdd3be12918e7 .h6_027cc67dbe7cee23 {
  color: #ffffff;
}

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


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


h1,
.h1_433c8bff63f1934a {
  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_6bd90c367db39914: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_4be1c8e41dfcc8c7 .text-light_d1ec2d0888f6954d h2 {
  color: #fff;
}

.text-light_d1ec2d0888f6954d h2.deco_9c47829b5c385ece span:before,
.text-light_d1ec2d0888f6954d h2.deco_9c47829b5c385ece 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_243e2bb77317fbac {
  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_243e2bb77317fbac .s1_fbcce980116f5ebf{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_b36e34d84a554954 {
  color: #223044;
}

.text-white_6bc9998e183248b9,
.de_light_4be1c8e41dfcc8c7 .text-white_6bc9998e183248b9 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_6e5ee4079e48c396.fs-16_0cd11e89f09d636a li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_1e36bc76660e7fcb.active .page-link_21cac55c8af47ca4{
  border-color:var(--primary-color);
}

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

.spinner_dba685393efff1ee>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_dba685393efff1ee .bounce1_82322c7e03f8cb23 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_dba685393efff1ee .bounce2_a39c3bc79b78ca3d {
  -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_b0bcdd3be12918e7 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_4643b05609a9a940.s2_1ec64c1cd3bb9d5a i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_4643b05609a9a940 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_4643b05609a9a940.big_09fac73255d42b30 i {
  margin: 0 15px 0 15px;
}

.social-icons_4643b05609a9a940.big_09fac73255d42b30 i:hover {
  background: none;
}

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

.social-icons_4643b05609a9a940.s1_fbcce980116f5ebf:hover i {
  background: none;
}

.social-icons_4643b05609a9a940.s1_fbcce980116f5ebf {
  line-height: 0.5;
  text-align: center;
}

.social-icons_4643b05609a9a940.s1_fbcce980116f5ebf .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_299798e809aab07b {
  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_b0bcdd3be12918e7 .accordion-section-title,
.text-light_d1ec2d0888f6954d .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_d1ec2d0888f6954d .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_eb00c639dae9e29e.s2_1ec64c1cd3bb9d5a .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_b0bcdd3be12918e7 .expand-custom_5111d110698d47f1 {
  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_484e15819a9436a4 .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_b0bcdd3be12918e7 .de_tab.tab_methods_0b65772b89287b16 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_0b65772b89287b16.style-2_e4c3805a9be86bd9 .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_0b65772b89287b16.style-2_e4c3805a9be86bd9.light_78b016de5a1624a3 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_0b65772b89287b16.style-2_e4c3805a9be86bd9 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_0b65772b89287b16.style-2_e4c3805a9be86bd9 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_4be1c8e41dfcc8c7 .de_tab.tab_style_2_fbed383ad75b4290 .de_nav {}

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

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

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

.text-light_d1ec2d0888f6954d .de_tab.tab_style_2_fbed383ad75b4290 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_4be1c8e41dfcc8c7 .de_tab.tab_style_3_006eb86b01a6d273 .de_nav li span:hover {
  background: #ddd;
}

.de_light_4be1c8e41dfcc8c7 .de_tab.tab_style_3_006eb86b01a6d273 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_d1ec2d0888f6954d .de_tab.tab_style_3_006eb86b01a6d273 .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_5add4208f3780fa7 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_d1ec2d0888f6954d .de_tab.tab_style_4_5add4208f3780fa7 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_d1ec2d0888f6954d .de_tab.tab_style_4_5add4208f3780fa7 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_35788b0835ed04e1.nav_4_3f937ba9672bc1f2 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_35788b0835ed04e1.nav_4_3f937ba9672bc1f2 .dot_25289b009fd4b625 {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_35788b0835ed04e1.nav_4_3f937ba9672bc1f2 li:last-child .dot_25289b009fd4b625:before,
.de_tab.timeline_35788b0835ed04e1.nav_4_3f937ba9672bc1f2 li:last-child .dot_25289b009fd4b625:after {
  border-bottom: none;
}

.de_tab.timeline_35788b0835ed04e1 li .num_3622fbf25f2c75e9 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_43adce3bb27c4226,
a.btn-right_36a1b7b6edcb3308 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_9432efee2c67ae0b {
  padding-top: 20px;
}

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

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

.de_testi_17c9bef3eae69086.no-bg_c5d8408369bac4c6 blockquote {
  background: none;
}

.de_testi_17c9bef3eae69086 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_17c9bef3eae69086.type-2_03a6432f505d2e32.review_b2b3075395bb645f blockquote {
  padding: 50px;
}

.de_testi_17c9bef3eae69086.type-2_03a6432f505d2e32.review_b2b3075395bb645f blockquote:before {
  display: none;
}

.de_testi_17c9bef3eae69086.type-2_03a6432f505d2e32.review_b2b3075395bb645f p {
  padding-top: 0;
}

.de_testi_17c9bef3eae69086.type-2_03a6432f505d2e32.review_b2b3075395bb645f h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_d1ec2d0888f6954d .de_testi_17c9bef3eae69086.type-2_03a6432f505d2e32 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_17c9bef3eae69086.type-2_03a6432f505d2e32 .de_testi_by_24568773b09d96c2 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_17c9bef3eae69086.opt-3_0dbdd3fc3b74c83e blockquote p {
  font-size: 14px;
}

.de_testi_17c9bef3eae69086.opt-3_0dbdd3fc3b74c83e blockquote:before {
  color: #fff;
}

.de_testi_17c9bef3eae69086.opt-3_0dbdd3fc3b74c83e .de_testi_by_24568773b09d96c2 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_5f27bb17431bfaf8 .site-center-line_9ee0bfd50247d08d {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___82e0252fde098d35 {
  display: inline-block;
}
.de-timeline-article_5f27bb17431bfaf8.odd .site-center-line_9ee0bfd50247d08d {
  background: var(--primary-color);
}
.de-timeline-article_5f27bb17431bfaf8.even .site-center-line_9ee0bfd50247d08d {
  background: var(--secondary-color);
}
.de-timeline-article_5f27bb17431bfaf8 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_5f27bb17431bfaf8 .content-left-container_1ccb7c90d59c67e0,
.de-timeline-article_5f27bb17431bfaf8 .content-right-container_9371028c96ba1506 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_5f27bb17431bfaf8 .content-left_ce7372e92adeb1e2,
.de-timeline-article_5f27bb17431bfaf8 .content-right_f47c7337a32eb84c {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_ad6369b6d6e8ef0a {
  margin-top: 0;
}
.de-timeline-article_5f27bb17431bfaf8 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_5f27bb17431bfaf8 .content-left-container_1ccb7c90d59c67e0 {
  float: left;
}
h4.de-timeline-year_5d3d1eda55a2cf75 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_5f27bb17431bfaf8.even h4.de-timeline-year_5d3d1eda55a2cf75{
  color:var(--heading-font-color);
}
.de-timeline-article_5f27bb17431bfaf8.odd .year___82e0252fde098d35 {
  float: left;
}
.de-timeline-article_5f27bb17431bfaf8.odd h4.de-timeline-year_5d3d1eda55a2cf75 {
  background: var(--primary-color);
}
.de-timeline-article_5f27bb17431bfaf8.even .year___82e0252fde098d35 {
  float: right;
}
.de-timeline-article_5f27bb17431bfaf8.even h4.de-timeline-year_5d3d1eda55a2cf75 {
  background: var(--secondary-color);
}
.de-timeline-article_5f27bb17431bfaf8 .d-line_38924f0b7547d9f1 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_5f27bb17431bfaf8.odd .d-line_38924f0b7547d9f1 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_5f27bb17431bfaf8.even .d-line_38924f0b7547d9f1 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_5f27bb17431bfaf8 .owl-carousel_946b94def6f5e612 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_5f27bb17431bfaf8 .content-right-container_9371028c96ba1506 {
  float: right;
}
.de-timeline-article_5f27bb17431bfaf8 .meta-dot_cc4eb3e9a366e676 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_5f27bb17431bfaf8.odd .meta-dot_cc4eb3e9a366e676 {
  background: var(--primary-color);
}
.de-timeline-article_5f27bb17431bfaf8.even .meta-dot_cc4eb3e9a366e676 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_5f27bb17431bfaf8 .site-center-line_9ee0bfd50247d08d {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_5f27bb17431bfaf8 .meta-dot_cc4eb3e9a366e676 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_5f27bb17431bfaf8 .content-left-container_1ccb7c90d59c67e0,
  .de-timeline-article_5f27bb17431bfaf8 .content-right-container_9371028c96ba1506 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_5f27bb17431bfaf8 .content-left-container_1ccb7c90d59c67e0 {
    margin-bottom: 20px;
  }
  .de-timeline-article_5f27bb17431bfaf8 .content-left_ce7372e92adeb1e2,
  .de-timeline-article_5f27bb17431bfaf8 .content-right_f47c7337a32eb84c {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_5f27bb17431bfaf8 .content-left_ce7372e92adeb1e2:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_5f27bb17431bfaf8 .content-right_f47c7337a32eb84c:before {
    display: none;
  }  
  h4.de-timeline-year_5d3d1eda55a2cf75 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_5f27bb17431bfaf8.odd .d-line_38924f0b7547d9f1 {
    left: 30px;
  }
  .de-timeline-article_5f27bb17431bfaf8.even .d-line_38924f0b7547d9f1 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_5f27bb17431bfaf8.odd .content-left-container_1ccb7c90d59c67e0{
    padding-top: 20px;
  }
  .de-timeline-article_5f27bb17431bfaf8.even .content-left-container_1ccb7c90d59c67e0{
    padding-top: 50px;
  }
  .de-timeline-article_5f27bb17431bfaf8.odd .content-left-container_1ccb7c90d59c67e0 .owl-carousel_946b94def6f5e612{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_5f27bb17431bfaf8.even .content-right-container_9371028c96ba1506 .owl-carousel_946b94def6f5e612{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_0818145a110beb39 {
  position: relative;
}

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

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

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

.timeline-blank_e16d47aa56f1e3de {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_e16d47aa56f1e3de {
    display: none;
  }

  .timeline-text_c14aea95c14a7c79 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_c2609673a06b0dec {
  overflow: hidden;
}

.border1_3a57328da4b2885a {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_9c57d8d4c2443580:after,
.de_count_67e5a72761d45dfa,
.social-icons_4643b05609a9a940 a i,
.de_tab.tab_methods_0b65772b89287b16 .de_nav li span,
.de_tab.tab_methods_0b65772b89287b16 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_e89a83d847bdac39 .title,
.carousel-item:hover .pf_text_e89a83d847bdac39 .title,
.carousel-item .pf_text_e89a83d847bdac39 .title .type,
.carousel-item:hover .pf_text_e89a83d847bdac39 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_435eed4531d151ed i,
.social-icons-sm_435eed4531d151ed i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_1036325e0ccc0792,
.btn-main_196005b6c71ceacd,
.de_tab.tab_style_4_5add4208f3780fa7 .de_nav li,
.form-subscribe_c242363bcc7de1e2 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_72467553247b4cb9,
.de_tab.tab_methods_0b65772b89287b16.style-2_e4c3805a9be86bd9 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_34f643cb3a44c778 *,
.mask_34f643cb3a44c778 .cover,
.mask_34f643cb3a44c778:hover .cover,
.mask_34f643cb3a44c778 img,
.mask_34f643cb3a44c778:hover img,
.accordion_eb00c639dae9e29e .content,
a.btn-border_9af5d9b04f4bd230,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_7b257cdd21bc245a img,
a.a-underline_02e5c414e82cc0ba *,
.dropdown *,
.form-border_6ac0e0bdb03b5a03 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_e6ab52e07e608b70 *,
.d_demo_img *,
.carousel-control-next-icon_fa8d8b292a29b2a8,
.carousel-control-prev-icon_968f7b9285201e57,
.grayscale_925c95f054a99bec,
.hover-color_cb621581622a70e0,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_6c93433d66105fef,
.btn-plus_6c93433d66105fef *,
.btn-with-arrow_de3c71ce9dc4573c:after,
.btn-with-arrow_de3c71ce9dc4573c: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_f8eb2f5a7067a4b6:after,
a.btn-fx_f8eb2f5a7067a4b6:hover:after,
a.btn-fx_f8eb2f5a7067a4b6:before,
a.btn-fx_f8eb2f5a7067a4b6:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_cf35a005cbd5eb2f li .post-date_06771eab2c131c31,
.items_filter_41e9d5da93c44f4d *,
.owl-prev_c2358a772d1385b5,
.owl-next_fd90e197bee2943b {
  -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_76f7364cbff1e409 {
  -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_d54fe8a0f37a4273 {
  -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_32bd034dd736560d {
  -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_f5f826abbdb64703 {
  -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_093373ed643f604e {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_7104ef6b724e18f0 {
  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_b0bcdd3be12918e7 .modal-header_35fe12f3b037b1c4,
.nav-tabs_87b12261d1970d46 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_b0bcdd3be12918e7 .modal-content_30eb74b7a4207e3c {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_8134d6dc249a184e .tab-content_c47490c8194a765b {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_99074bfc7207c31a.big_09fac73255d42b30{
  font-size: 32px !important;
}

.dark-scheme_b0bcdd3be12918e7 p.lead_99074bfc7207c31a {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_81f88ea66c78ec94 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_02d7c395e87cfcd8,
.panel-collapse_ad5e45d2b33f74a9,
.panel-collapse_ad5e45d2b33f74a9,
.panel-group_81f88ea66c78ec94 .panel_669da94444f7dca7 {
  border: none;
  border-radius: 0;
}

.panel-heading_8df71c054ac89064 {
  background: #222;
}

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

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

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

blockquote.s1_fbcce980116f5ebf {
  padding: 0px;
}

blockquote.s1_fbcce980116f5ebf: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_1068e033a7fc733f::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_1068e033a7fc733f::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_d1ec2d0888f6954d .collapsible-link_1068e033a7fc733f:before,
.text-light_d1ec2d0888f6954d .collapsible-link_1068e033a7fc733f:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_e4da85c63c5e60ae {
  display: block
}

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

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

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

.collapsible-link_1068e033a7fc733f.text-white_6bc9998e183248b9 {
  color: #ffffff;
}

.collapsible-link_1068e033a7fc733f.text-white_6bc9998e183248b9::after,
.collapsible-link_1068e033a7fc733f.text-white_6bc9998e183248b9::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_b1e3a786103c8a1b{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_4be1c8e41dfcc8c7 .widget_category_f42de465c1dce633 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_f42de465c1dce633 li a {
  color: #606060;
}

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

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

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


.dark-scheme_b0bcdd3be12918e7 .widget-post_cf35a005cbd5eb2f li a {
  color: #ffffff;
}

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

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

.widget-post_cf35a005cbd5eb2f .date_ff445e8c128138a9 {
  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_cf35a005cbd5eb2f .date_ff445e8c128138a9 {
  float: right;
}

.widget_b1e3a786103c8a1b .comments_ead3d63226fef7db 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_b1e3a786103c8a1b .tiny-border_778d4182a646bf4c {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_094593423899b858 .widget_b1e3a786103c8a1b .tiny-border_778d4182a646bf4c {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_4be1c8e41dfcc8c7 .widget_tags_f4eeda7ecc982f69 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_b1e3a786103c8a1b.widget_tags_f4eeda7ecc982f69 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_778d4182a646bf4c 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_b0bcdd3be12918e7 #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_5401209cc60ab4d2 {
  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_a7ff99f68f26bcb3 {
  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_1ec64c1cd3bb9d5a .d-item-txt_a7ff99f68f26bcb3{
  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_a7ff99f68f26bcb3 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_35f1c82995a252b5 {
  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_1ec64c1cd3bb9d5a .d-item-block_35f1c82995a252b5{
  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_35f1c82995a252b5{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_aed26c86ec7cf2d4 .d-number_87f92b4464d85e09 {
  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_d1ec2d0888f6954d .de-step-s1_aed26c86ec7cf2d4 .d-number_87f92b4464d85e09{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_946b94def6f5e612.no-hide_b5808965a448cf60 .owl-stage-outer_9188d336c3afb705{
  overflow: visible; !important;
}

.grayscale_925c95f054a99bec{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_9fc7326f5523cfd3{ background:#ffffff; }
.bg-black_7e5cf93d004d18cf{ background:#000000; }

/* width (percent) */
.w-10_c87492f8603109c7{width: 10%;}
.w-20_0888b01bc63954bc{width: 20%;}
.w-30_c3755c59d8af315d{width: 30%;}
.w-40_024a7c6bd933ace9{width: 40%;}
.w-50_23585b1619cc4a33{width: 50%;}
.w-60_4120b8e58fc6fe27{width: 60%;}
.w-70_377d49c9e0ebb3c0{width: 70%;}
.w-80_0aa6373ca19b6509{width: 80%;}
.w-90_a9e065b612ded659{width: 90%;}
.w-100_b0b6f57a15d7538b{width: 100%;}

/* width (px) */
.w-10px_aef7338dabc5d16b{width: 10px;}
.w-20px_07293b427af3267c{width: 20px;}
.w-24px_e8af59efc003b8fc{width: 24px;}
.w-40px_15b1ee79c4c762ee{width: 40px;}
.w-50px_acd3fc5c12e8c163{width: 50px;}
.w-60px_df89ad17434c1e5b{width: 60px;}
.w-70px_cc550d9bb5db64e9{width: 70px;}
.w-80px_ad01b0ac5a4b1921{width: 80px;}
.w-90px_102da9e920e2ad9c{width: 90px;}
.w-100px_34063d6efda1fee3{width: 100px;}
.w-110px_1d2034736dfc5fcc{width: 110px;}
.w-120px_3014bb60d2bcdc9a{width: 120px;}
.w-130px_a0db0914e7ed044f{width: 130px;}
.w-140px_7a8ac192c03e5088{width: 140px;}
.w-150px_fc8f0d345c6d5e99{width: 150px;}
.w-200px_3108682a3d698124{width: 200px;}
.w-250px_9c62b784bb81b015{width: 250px;}
.w-300px_80d71171b5cf41d8{width: 300px;}

/* height (percent) */
.h-10_ec2ddf4ff6e185e1{height: 10%;}
.h-20_ed71cf0cfe12122a{height: 20%;}
.h-30_41cd9bdaa9acf68f{height: 30%;}
.h-40_dfaaf21e52f604ac{height: 40%;}
.h-50_c7b0768a8732cb1e{height: 50%;}
.h-60_d97e6ce3b821b202{height: 60%;}
.h-70_b4043d41a982c5ff{height: 70%;}
.h-80_3682b6e212930555{height: 80%;}
.h-90_ea48765f8599f299{height: 90%;}
.h-100_4501cba1d53f26e0{height: 100%;}

/* height (px) */
.h-10px_1710bc3daecf0163{height: 10px;}
.h-20px_a2b860efb5dce786{height: 20px;}
.h-24px_9c20dfa5263c07d4{height: 24px;}
.h-40px_4c3b406dae68cd66{height: 40px;}
.h-50px_09d3a7f7d5a2376a{height: 50px;}
.h-60px_bed18edf71d2cf19{height: 60px;}
.h-70px_1a370dcdc6dcf72c{height: 70px;}
.h-80px_1d9103f04c9f2aca{height: 80px;}
.h-90px_9d62504575877fb4{height: 90px;}
.h-100px_6188a751fb44ad31{height: 100px;}
.h-110px_31c246747e3cde9b{height: 110px;}
.h-120px_be441d58c6ecc6b4{height: 120px;}
.h-130px_faabb5891eb74fd9{height: 130px;}
.h-140px_73b9e903931368cc{height: 140px;}
.h-150px_3b54ef4d46ba094c{height: 150px;}
.h-200px_9384c3a7b2df0b6a{height: 200px;}
.h-250px_5e7d15f4ee34bdd7{height: 250px;}
.h-300px_5705f6e6808fe4ec{height: 300px;}

/* top (percent) */
.top-10_7d6f759af9ca1306{top: 10%;}
.top-20_955a61d1100150d5{top: 20%;}
.top-30_115878384ba6cf17{top: 30%;}
.top-40_c983f9cbf5b858eb{top: 40%;}
.top-50_6fb71668f5324952{top: 50%;}
.top-60_d52e82cb4aa6f7d5{top: 60%;}
.top-70_40028c2512235556{top: 70%;}
.top-80_3a364191add59a9a{top: 80%;}
.top-90_c057ffe348242e9d{top: 90%;}
.top-100_6936ef836619683d{top: 100%;}

/* top (px) */
.top-10px_57962f1aadea1178{top: 10px;}
.top-20px_1208513897c8f71a{top: 20px;}
.top-30px_21ba692d45f71bb3{top: 30px;}
.top-40px_1798e14af3425cbb{top: 40px;}
.top-50px_b2a701f385476793{top: 50px;}
.top-60px_a6c0e6816040599a{top: 60px;}
.top-70px_7532aa7b42cb4b38{top: 70px;}
.top-80px_998aaa5d491ff361{top: 80px;}
.top-90px_0fb3012620ca8f2b{top: 90px;}
.top-100px_5768d4a881563f64{top: 100px;}

/* bottom (percent) */
.bottom-10_85a5e95ab605a053{bottom: 10%;}
.bottom-20_f8cc8d500670b94d{bottom: 20%;}
.bottom-30_0879589df043276a{bottom: 30%;}
.bottom-40_620228038f7b7033{bottom: 40%;}
.bottom-50_ee10af6f7fb042ff{bottom: 50%;}
.bottom-60_f7e8732952513917{bottom: 60%;}
.bottom-70_cdb81ad20d3c7e9b{bottom: 70%;}
.bottom-80_4dd95990a6abfa50{bottom: 80%;}
.bottom-90_a0866f163b662552{bottom: 90%;}
.bottom-100_e4fe7853e4f1e490{bottom: 100%;}

/* bottom (px) */
.bottom-10px_8006d28f4a39dcd1{bottom: 10px;}
.bottom-20px_6695159eaab585c1{bottom: 20px;}
.bottom-30px_55a9412b4a3c77ba{bottom: 30px;}
.bottom-40px_bef49293370a8437{bottom: 40px;}
.bottom-50px_c3a14da49d262608{bottom: 50px;}
.bottom-60px_5a3982af5033b7c4{bottom: 60px;}
.bottom-70px_85541e1baf536a47{bottom: 70px;}
.bottom-80px_b76e9abceeefa987{bottom: 80px;}
.bottom-90px_67ea93476df5f174{bottom: 90px;}
.bottom-100px_4fd17b23fbfa1f48{bottom: 100px;}

/* top negative (px) */
.top-min-10_2922b80838f161a4{top:-10px;}
.top-min-20_cc748d1ed968ffc8{top:-20px;}
.top-min-30_0c8327aeefcf797b{top:-30px;}
.top-min-40_7566b3b2c8ac43a1{top:-40px;}
.top-min-50_422530a6baa0144a{top:-50px;}
.top-min-60_8efcc7f5b69668e6{top:-60px;}
.top-min-70_29cedd926d55889e{top:-70px;}
.top-min-80_689c0b813f6a12ae{top:-80px;}
.top-min-90_c09c7817ce2f7c9d{top:-90px;}
.top-min-100_fc05ddde38fa1209{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_ecd1a9813afd28a1{bottom:-10px;}
.bottom-min-20_7a4141d964516830{bottom:-20px;}
.bottom-min-30_b2f93d7e08ad7b55{bottom:-30px;}
.bottom-min-40_ac1ca83fd8f3cf06{bottom:-40px;}
.bottom-min-50_570ecdfcc1c1870e{bottom:-50px;}
.bottom-min-60_5abb85a3086deb2e{bottom:-60px;}
.bottom-min-70_4e88ab7adf6f85c5{bottom:-70px;}
.bottom-min-80_1799a950f007ea35{bottom:-80px;}
.bottom-min-90_c770817566c7a725{bottom:-90px;}
.bottom-min-100_ab1ddbfc244618a1{bottom:-100px;}

/* left pos (percent) */
.start-10_7194097efa9a6fd7{left: 10%;}
.start-20_538183e6b7ac7e0c{left: 20%;}
.start-30_0826b623b0562fdb{left: 30%;}
.start-40_64190371702cbfa9{left: 40%;}
.start-50_da73f27b7e325d06{left: 50%;}
.start-60_8de4216fe08c1ae7{left: 60%;}
.start-70_8fc8e9039b78b8f1{left: 70%;}
.start-80_ba99cc3c8b182dd2{left: 80%;}
.start-90_929c1d07cff4374a{left: 90%;}
.start-100_fb4d8fd97bbb00ee{left: 100%;}

/* left pos (px) */
.start-10px_cf2797f2e45ee75b{left: 10px;}
.start-20px_d667ea89d6bb9123{left: 20px;}
.start-30px_1ec5f66d5e530456{left: 30px;}
.start-40px_44149e65f77d1bd1{left: 40px;}
.start-50px_2470e4ea87fd05b8{left: 50px;}
.start-60px_ad18c475bcc4631c{left: 60px;}
.start-70px_5500a8a9330203ee{left: 70px;}
.start-80px_01473ca27618cf41{left: 80px;}
.start-90px_2398b00c4e4b07f8{left: 90px;}
.start-100px_5dc5b439b924a087{left: 100px;}

/* right  pos (percent) */
.end-10_b7d87954ee169f5b{right: 10%;}
.end-20_47fe231243630906{right: 20%;}
.end-30_e5dfb64ebee86ad5{right: 30%;}
.end-40_15fcc6e41e7fc800{right: 40%;}
.end-50_b16c81bc4bf3b429{right: 50%;}
.end-60_88cd6c7c609a706a{right: 60%;}
.end-70_86fb88a793269199{right: 70%;}
.end-80_4128f31acffe3042{right: 80%;}
.end-90_9c318c2c4f9b7742{right: 90%;}
.end-100_71a1c750f1151546{right: 100%;}

/* right  pos (px) */
.end-10px_45a6013dccdbc756{right: 10px;}
.end-20px_f966f64dede1952d{right: 20px;}
.end-30px_b40c3dc30aa7af81{right: 30px;}
.end-40px_2516fa5ed0b68b32{right: 40px;}
.end-50px_7728af251d9cbe14{right: 50px;}
.end-60px_64f06a178b7d5fe2{right: 60px;}
.end-70px_3d6ecf89812c7b3c{right: 70px;}
.end-80px_eb8e483d04670c7d{right: 80px;}
.end-90px_4e8e5d0cfc57aa61{right: 90px;}
.end-100px_87635dd6c2bc5bde{right: 100px;}

/* margin-left (percent) */
.ms-10_760f706f1c6feed2{margin-left: 10%;}
.ms-20_f14e07a2ead6c503{margin-left: 20%;}
.ms-30_7856d7b102888a24{margin-left: 30%;}
.ms-40_0d1faeeb0ef74428{margin-left: 40%;}
.ms-50_3e515b46979e4cbc{margin-left: 50%;}
.ms-60_8f4275d8cd4fe9b7{margin-left: 60%;}
.ms-70_ac131997b5b12e78{margin-left: 70%;}
.ms-80_47b825d2559013ea{margin-left: 80%;}
.ms-90_0272c64289e6c15d{margin-left: 90%;}
.ms-100_86eae242bbd3dbbc{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_1e78840126035fc4{margin-left: 10px;}
.ms-20px_37bf3a9507b2188b{margin-left: 20px;}
.ms-30px_8fbe3b0c0d05f396{margin-left: 30px;}
.ms-40px_594861aebd4752ec{margin-left: 40px;}
.ms-50px_92b710dfe842c824{margin-left: 50px;}
.ms-60px_61956f9516048ff5{margin-left: 60px;}
.ms-70px_e8bb58f100f9673e{margin-left: 70px;}
.ms-80px_c652418b0402cff3{margin-left: 80px;}
.ms-90px_a5b3f00a503efbab{margin-left: 90px;}
.ms-100px_cfede61ecd12321f{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_a25c64dff3c5f69a{margin-top:-10px;}
.mt-min-20_4a4b05940de71759{margin-top:-20px;}
.mt-min-30_16aea784b13ecaf4{margin-top:-30px;}
.mt-min-40_4a3ee1605fad9755{margin-top:-40px;}
.mt-min-50_81ab6faac6bb82ed{margin-top:-50px;}
.mt-min-60_28369f3b5e18f83b{margin-top:-60px;}
.mt-min-70_4a52b7d226a717f9{margin-top:-70px;}
.mt-min-80_9adae3cdac1d2ef6{margin-top:-80px;}
.mt-min-90_9a1b1e89268d7048{margin-top:-90px;}
.mt-min-100_553ba99f00827ae7{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_e77dd6098ee55a42{margin-bottom:-10px;}
.mb-min-20_002fce8da2f02c36{margin-bottom:-20px;}
.mb-min-30_cf2d3b5c708b2717{margin-bottom:-30px;}
.mb-min-40_512b911a4d8a3935{margin-bottom:-40px;}
.mb-min-50_943e1081b1f89837{margin-bottom:-50px;}
.mb-min-60_d5ba802679b4a78b{margin-bottom:-60px;}
.mb-min-70_e6991916f3455990{margin-bottom:-70px;}
.mb-min-80_6c6ae805629201bd{margin-bottom:-80px;}
.mb-min-90_4b7ca9f8a1978316{margin-bottom:-90px;}
.mb-min-100_0f75cc18f083269c{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_844dff5e5c5e912c{margin-left:-10px;}
.ms-min-20_7557b4127a02ca51{margin-left:-20px;}
.ms-min-30_46c0ae6b5806b597{margin-left:-30px;}
.ms-min-40_05d38f14a88fef68{margin-left:-40px;}
.ms-min-50_c07ac7a61575d2fd{margin-left:-50px;}
.ms-min-60_9a41a8b289d6c243{margin-left:-60px;}
.ms-min-70_f848a88df021dcf4{margin-left:-70px;}
.ms-min-80_1b1e796429ba4779{margin-left:-80px;}
.ms-min-90_30d45ffb1f5fa656{margin-left:-90px;}
.ms-min-100_a3f1fbc8b66ee6d5{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_05831f94c6f59020{margin-right:-10px;}
.me-min-20_3f7b42d1e72abc26{margin-right:-20px;}
.me-min-30_4f95046aa31b1936{margin-right:-30px;}
.me-min-40_21e1e083f36d42b5{margin-right:-40px;}
.me-min-50_8ced66dbd5896f9f{margin-right:-50px;}
.me-min-60_20d43c8cafd16c22{margin-right:-60px;}
.me-min-70_ec2a6aad26dba91e{margin-right:-70px;}
.me-min-80_c9e9529fe69d7d63{margin-right:-80px;}
.me-min-90_0a8f1ac82cce93bd{margin-right:-90px;}
.me-min-100_81e50de3821e27e5{margin-right:-100px;}

/* font-size (px) */
.fs-12_32ab7a28fac02652{font-size: 12px;}
.fs-14_8e2364feae522e6b{font-size: 14px;}
.fs-15_58b054f48680b760{font-size: 15px;}
.fs-16_0cd11e89f09d636a{font-size: 16px;}
.fs-18_2bfc48d4658461ee{font-size: 18px;}
.fs-20_2f91579051e28d36{font-size: 20px;}
.fs-24_428313f0fb8ebe27{font-size: 24px;}
.fs-28_82c5e5d745c2e775{font-size: 28px;}
.fs-30_792a190a3e40656e{font-size: 30px;}
.fs-32_1a18ea33ad6b6f89{font-size: 32px;}
.fs-36_aed16f760bf74f03{font-size: 36px;}
.fs-40_cb23216c6a50100a{font-size: 40px;}
.fs-48_bad00f072f3e9199{font-size: 48px;}
.fs-56_d5fee46441a1149e{font-size: 56px;}
.fs-60_d8c8ea0430700d1b{font-size: 60px;}
.fs-64_d55f529713b586b5{font-size: 64px;}
.fs-72_607e8c301c32e576{font-size: 72px;}
.fs-96_4aba4e9949149dd2{font-size: 96px;}
.fs-120_e394dd6d229d315b{font-size: 120px;}
.fs-150_3947aff5494c6d33{font-size: 150px;}
.fs-200_439a0a363b3d84a2{font-size: 200px;}


/* font-weight */
.fw-100_19a05eadc7e9990a{font-weight: 100;}
.fw-200_6422e147915ff8b4{font-weight: 200;}
.fw-400_4069650d59bcc952{font-weight: 300;}
.fw-400_4069650d59bcc952{font-weight: 400;}
.fw-500_9c1db2b301be9653{font-weight: 500;}
.fw-600_97b4affaac2f4dec{font-weight: 600;}
.fw-bold_acb6c77647963e03{font-weight: bold;}

/* margin left (px) */
.ms-10_760f706f1c6feed2{margin-left: 10%;}
.ms-20_f14e07a2ead6c503{margin-left: 20%;}
.ms-30_7856d7b102888a24{margin-left: 30%;}
.ms-40_0d1faeeb0ef74428{margin-left: 40%;}
.ms-50_3e515b46979e4cbc{margin-left: 50%;}
.ms-60_8f4275d8cd4fe9b7{margin-left: 60%;}
.ms-70_ac131997b5b12e78{margin-left: 70%;}
.ms-80_47b825d2559013ea{margin-left: 80%;}
.ms-90_0272c64289e6c15d{margin-left: 90%;}
.ms-100_86eae242bbd3dbbc{margin-left: 100%;}

/* padding (px) */
.p-10_86e7ba589c5e6653{padding: 10px;}
.p-15_e408dac29551987c{padding: 15px;}
.p-20_82c878e0c66f3b29{padding: 20px;}
.p-30_90715ca8bbdc8cf1{padding: 30px;}
.p-40_13d3ce8ad2d6935e{padding: 40px;}
.p-50_d6359123028eaac8{padding: 50px;}
.p-60_0d5898baa0a618c6{padding: 60px;}
.p-70_f37475b88bada303{padding: 70px;}
.p-80_0ceacfa11d3bbeea{padding: 80px;}
.p-90_8696c29e358a2317{padding: 90px;}
.p-100_b806188f01f43e9e{padding: 100px;}

/* padding bottom (px) */
.pb-10_69d91c7aa6ab1ea6{padding-bottom: 10px;}
.pb-20_fa0e679257b7ff49{padding-bottom: 20px;}
.pb-30_eba917856535ebdc{padding-bottom: 30px;}
.pb-40_299c113d51295c37{padding-bottom: 40px;}
.pb-50_a5873df106539b98{padding-bottom: 50px;}
.pb-60_15abc2f446ba9b35{padding-bottom: 60px;}
.pb-70_eefd23c63a9ff774{padding-bottom: 70px;}
.pb-80_0c32e9f3546b788b{padding-bottom: 80px;}
.pb-90_a97d249cdbbba39d{padding-bottom: 90px;}
.pb-100_fe9680a64e6ef548{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_d6e2b6871bb95474{padding-top: 10px;}
.pt-20_4003bc308799fe96{padding-top: 20px;}
.pt-30_671c3984678ded20{padding-top: 30px;}
.pt-40_97032ee7c67fdbe1{padding-top: 40px;}
.pt-50_1355e95a388f1523{padding-top: 50px;}
.pt-60_18d0b6d6027bccd9{padding-top: 60px;}
.pt-70_9b711f42631a12ef{padding-top: 70px;}
.pt-80_fa65340aea7087d7{padding-top: 80px;}
.pt-90_2093666d3191d244{padding-top: 90px;}
.pt-100_37e03545a5f03422{padding-top: 100px;}

/* padding left (px) */
.ps-10_2a6ec93e96aa7983{padding-left: 10px;}
.ps-20_132f274a40622614{padding-left: 20px;}
.ps-30_ee5fb9f44f6dff6f{padding-left: 30px;}
.ps-40_bc0290d624725e5b{padding-left: 40px;}
.ps-50_34d0db5e4d02d17a{padding-left: 50px;}
.ps-60_5a93d627c9fc3373{padding-left: 60px;}
.ps-70_69a7b3c73b3d37b1{padding-left: 70px;}
.ps-80_ea8dca0f6c8800cc{padding-left: 80px;}
.ps-90_a718eda96e01e9ca{padding-left: 90px;}
.ps-100_4eeb82374b53839d{padding-left: 100px;}

/* border white */
.border-white-1_0ba9e84bf201b5c7{border: solid 1px white;}
.border-white-2_6166379d51367533{border: solid 2px white;}
.border-white-3_7777f7a601f04aa1{border: solid 3px white;}
.border-white-4_e7f326dab7fd275b{border: solid 4px white;}
.border-white-5_15e5c7cbbfc33189{border: solid 5px white;}
.border-white-6_51846166ddefbed1{border: solid 6px white;}
.dashed-1-white_c50622dc09149177{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_f4a75b544e95e557{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_b89f1472815c856f{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_1a1fe2be514a5aaf{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_fc0a6824f0e2dde7{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_99ff0a6ade723507{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_4722506a61e665ac{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_e05b53900019a699{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_e8ddb3e844c7424e{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_da820043cf4404e4{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_20779d164c45aa23{transform: scale(1.2);}
.hover-scale-in-3_96a53973ae9b396e{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_96a53973ae9b396e{transform: scale(1); opacity: 1}
.hover-op-0_6a3d2a15efd0312b{ opacity:1 }
.hover:hover .hover-op-0_6a3d2a15efd0312b{ opacity:0 }
.hover-op-1_aacf878dab24ac44,.hover-op-05_bc8e473f0bd508c7{ opacity:0 }
.hover:hover .hover-op-1_aacf878dab24ac44{ opacity:1 }
.hover:hover .hover-op-05_bc8e473f0bd508c7{ opacity:.5 }
.hover:hover .hover-scale-1-1_c9471631e68cc6cd{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_20779d164c45aa23{transform: scale(1.2);}
.hover-scale-in-3_96a53973ae9b396e{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_96a53973ae9b396e{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_95429ff88709ab3f{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_18b23971a120a34f{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_92fac59ae4698022{background: var(--heading-font-color)}
.hover-mh-100_157425943c130f5c{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_157425943c130f5c{max-height: 500px;}
.hover:hover .hover-top-0_6cef7c309508cefb{top:0;}
.hover:hover .hover-pb-40_a7bb858342b8bdb6{padding-bottom: 40px;}
.hover-mt-40_008b117a0308816b{margin-top: 40px;}
.hover:hover .hover-mt-40_008b117a0308816b{margin-top: 0px;}
.hover:hover .hover-mt-0_c70c2e6318d7b4c1{margin-top: 0;}

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

/* opacity */
.op-1_6048b1169d7347b2{ opacity:.1; }
.op-2_0898086795f20f88{ opacity:.2; }
.op-3_294d115817695d76{ opacity:.3; }
.op-4_a42aa23d39c59112{ opacity:.4; }
.op-5_58d5799af918ab8c{ opacity:.5; }
.op-6_ae16521d49033dca{ opacity:.6; }
.op-7_12a538c4309874d2{ opacity:.7; }
.op-8_85948327beb93fc5{ opacity:.8; }
.op-9_d526766b1328e397{ opacity:.9; }

/* line height em */
.lh-1_f86edf5f5a66edfc{line-height: 1em;}
.lh-1-1_b3a2885a973769c1{line-height: 1.1em;}
.lh-1-2_ba450e6706b9d230{line-height: 1.2em;}
.lh-1-3_b8d17ecbe955e677{line-height: 1.3em;}
.lh-1-4_6d9859d5ea8a02d9{line-height: 1.4em;}
.lh-1-5_af71fa704ad54898{line-height: 1.5em;}
.lh-1-6_148eca0f67d1ac4a{line-height: 1.6em;}
.lh-1-7_2a4cf2dd4ad5dbd9{line-height: 1.7em;}
.lh-1-8_538c597b95fd6858{line-height: 1.8em;}

/* min height (px) */
.mh-200_51cb3e97f7c2baf9{min-height:200px;}
.mh-300_c67d7c07f11b372c{min-height:300px;}
.mh-400_e3a6d9b1dd4a008c{min-height:400px;}
.mh-500_bbdf39db46ff2df7{min-height:500px;}

/* background dark */
.bg-dark-20_7d245d4ea48f97c8{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_e75b102a7d3a23bd{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_b6107e97223b5f3b{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_0d916ba17ea4613e{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_299e550fda031e21{background: rgba(0, 0, 0, .1)}
.overlay-black-2_cbb8a5207f48048a{background: rgba(0, 0, 0, .2)}
.overlay-black-3_758dc85168065b87{background: rgba(0, 0, 0, .3)}
.overlay-black-4_c1365ef65566a288{background: rgba(0, 0, 0, .4)}
.overlay-black-5_67471523805c819a{background: rgba(0, 0, 0, .5)}
.overlay-black-6_92d98c79b5771e94{background: rgba(0, 0, 0, .6)}
.overlay-black-7_de7d3d5ca6dff995{background: rgba(0, 0, 0, .7)}
.overlay-black-8_6a4cd8e2fa53a5ff{background: rgba(0, 0, 0, .8)}
.overlay-black-9_2346d0751a8be005{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_ff9d1895bc3d6077{background: rgba(255, 255, 255, .1)}
.overlay-white-2_241fe0b6ca4e10c5{background: rgba(255, 255, 255, .2)}
.overlay-white-3_1c154a5e12d30edb{background: rgba(255, 255, 255, .3)}
.overlay-white-4_4b47531fa99bbdcc{background: rgba(255, 255, 255, .4)}
.overlay-white-5_c3cd855df2e63b1f{background: rgba(255, 255, 255, .5)}
.overlay-white-6_f8e8196f6d006b1b{background: rgba(255, 255, 255, .6)}
.overlay-white-7_7e0bbac6bf911f5f{background: rgba(255, 255, 255, .7)}
.overlay-white-8_69534985193eb669{background: rgba(255, 255, 255, .8)}
.overlay-white-9_4b23359deeef2625{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_850110fbe6088a86 { left: 50%; transform: translateX(-50%);}
.abs-middle_4fe4ef80b6dfe706{ top: 50%;  transform: translateY(-50%);}
.abs-centered_39e5930f756dda30{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_c25bb24613add676 { position: relative; }

/* z-index */
.z-1_659c7368268e2ac9{ z-index:1 }
.z-2_45abbbb57f125275{ z-index:2 }
.z-3_44e2b228065a7712{ z-index:3 }
.z-4_8bc33f5d3d4b5014{ z-index:4 }
.z-1000_4750686088caadd8 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_2e430d0389b46056 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_2e430d0389b46056 .img-l1_f266afbbdb16cf52{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_2e430d0389b46056 .img-l2_67209ce3ce5d2f9f{
  top:20%;
  left: 0%;
}


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

.ss-wrap_2e430d0389b46056 .img-r2_1c3eb5b32c9b0ebc{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_f0b82f7dc0fe05b0 .d-item .d-text_2c8961d0569e8b36 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_315bbed04de41fae .d-item.no-border_e0eb7da6f93a4d49{
  border: none;
}

.de-timeline-s2_315bbed04de41fae .d-item  .d-icon_711664296e09ff96{
  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_315bbed04de41fae.color .d-item  .d-icon_711664296e09ff96{
  background: var(--secondary-color);
}

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

.de-timeline-s2_315bbed04de41fae .d-item .d-text_2c8961d0569e8b36{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_855de275e6e66954.border-left_c8bc8ff3c765d116.light_78b016de5a1624a3{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_9d5d346557cd04df .swiper-pagination-current_f4c47dd549a01d0b{
  color: var(--heading-font-color);
}

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

.slider-light_9d5d346557cd04df .swiper-button-next, .slider-light_9d5d346557cd04df .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_230f979983b1bdfe{
  color:#ffffff;
}
.sw-price_230f979983b1bdfe .d-starting_04439cb8eb92b380{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_230f979983b1bdfe .d-price_8c1eba5957d4c83c{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_230f979983b1bdfe .d-val_26f2700c177b6243{
  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_230f979983b1bdfe .d-cur_424318af264cee92, .sw-price_230f979983b1bdfe .d-period_5beb0bb6c2617560{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_230f979983b1bdfe .d-cur_424318af264cee92{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

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

.sw-caption-thumb_b256f0a5fbf857c3 .d-tag_0627693965771f9f{
  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_571eb9b87efe8b45 #mainmenu{
  margin: 0;
}

.col-start_96fd9992f6535eb7, .col-end_d0aec3f8bd151992 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_d0aec3f8bd151992{
  justify-content: end;
}

.col-center_0649c5716edf7b08 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_0649c5716edf7b08 img{
  width: 160px;
}


.subtitle_91d883ac142441cb{
  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_91d883ac142441cb: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_b0bcdd3be12918e7 .subtitle_91d883ac142441cb, .text-light_d1ec2d0888f6954d .subtitle_91d883ac142441cb{
  color:#ffffff;
}


.dark-scheme_b0bcdd3be12918e7 .subtitle_91d883ac142441cb:before, .text-light_d1ec2d0888f6954d .subtitle_91d883ac142441cb:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_91d883ac142441cb.blink_c9f17a2398a108b5{
  padding-left: 35px;
}

.subtitle_91d883ac142441cb.blink_c9f17a2398a108b5: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_b0bcdd3be12918e7::-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_c659710b4b1b6f97 {
    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_9218dc10b2fc6612 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_b0bcdd3be12918e7 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_ac38cdec7d6d1020{
      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_ac38cdec7d6d1020 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_b950f01900f0fafb {
  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_b950f01900f0fafb 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_b950f01900f0fafb {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_b950f01900f0fafb span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_c5f11b717fa618a9: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_08eb3c842651e0b3 {
  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_946b94def6f5e612,
.rtl .bx-wrapper_1846ac89d605203e {
  direction: ltr;
}

.rtl .owl-carousel_946b94def6f5e612 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_571eb9b87efe8b45 {
  display: flex;
  justify-content: space-between;
}

.de-flex_571eb9b87efe8b45>.de-flex-col_8ed754f1b2542692 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_5a1e0ccaa42046b7,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_5a1e0ccaa42046b7 {
  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_65bdb4bab757e020 {
  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_e8e56cf140802d83 {
  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_e8e56cf140802d83 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_f7b45669d28f37ec {
  border-color: #EFEFEF !important;
}

.tparrows_1b25b2217bd5fd9d {
  background: none !important;
}

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

.text-light_d1ec2d0888f6954d .border_f7b45669d28f37ec {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_946b94def6f5e612 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_f0f99aa67e08288f img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_f0f99aa67e08288f {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_f0f99aa67e08288f 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_34ddfece474386fa.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_34ddfece474386fa.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_34ddfece474386fa img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_5add4208f3780fa7 .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_d1ec2d0888f6954d strong {
  color: #fff;
}

.bg-white_9fc7326f5523cfd3 {
  background: #ffffff;
}

.bg-white-10_7a3cc1b305f644e0 {
  background: rgba(255, 255, 255, .1);
}

.wh80_12d4bafa2be2892e {
  width: 80%;
  height: 80%;
}

.border-top_7a1dc5f3312e3167 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_c13bb0d52b24f6f9 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_b0bcdd3be12918e7 header.border-bottom_c13bb0d52b24f6f9 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_e7bc5a4a3cc691f3 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_e7bc5a4a3cc691f3 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_b64602b2e5797477 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_1f39ea1214356cef {
  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_b49f64633c218385:before,
.nav-next_d429b72588973a05:before,
.nav-exit_6cdc82dde54d42f2:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_6cdc82dde54d42f2:before {
  width: 100%;
  display: block;
}

.nav-next_d429b72588973a05:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_6cdc82dde54d42f2:before {
  content: '\f00d';
}

.de_light_4be1c8e41dfcc8c7 .nav-exit_6cdc82dde54d42f2:before {
  color: #222;
}

.no-bottom_223e6ac75925683f {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_a744f54837f80648 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_47edc23b3169c0be {
  background: #f6f6f6;
}

.no-bottom_223e6ac75925683f .col-md-12_36ab90efc3aaf2eb {}

.no-bottom_223e6ac75925683f {
  padding-bottom: 0 !important;
}

.no-top_60970d0ed8608519 {
  padding-top: 0 !important;
}

.no-margin_ad68ff5bb6aff504 {
  margin: 0 !important;
}

.nopadding_08e03f9aef40f213 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_5398fb476e058ea9 {
  position: relative;
  overflow: hidden;
}

.image-slider_7c30f673228ae5ac {
  cursor: move;
}

.inner-padding_f9497a67d83d5255 {
  padding: 90px;
}

.inner-padding_f9497a67d83d5255.pos-left_d6a13e4e953d5cc4 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_f9497a67d83d5255.pos-left_d6a13e4e953d5cc4 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_af3c307cf4826b6a,
section.no-padding_af3c307cf4826b6a {
  padding: 0;
}

.float-left_54a51448d656906a {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_8cd0f7405aaaf620 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_8f9f118302e4bb83 {
  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_afc32ef67d5864aa {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_afc32ef67d5864aa.style-2_e4c3805a9be86bd9 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_afc32ef67d5864aa.style-3_9a5e12f6984d8246 {
  font-size: 14px;
}

.teaser_afc32ef67d5864aa.style-4_4611140d9e49c74f {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_2f02a2db04fa334f:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_5f68280b044dab99 {
  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_d81d163c7f0a1512 {
  display: flex;
}

.owl-prev_c2358a772d1385b5,
.owl-next_fd90e197bee2943b,
.d-nav-left_bef572dbbf007e8a,
.d-nav-right_a63c820694b72a29 {
  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_b0bcdd3be12918e7 .owl-prev_c2358a772d1385b5,
.dark-scheme_b0bcdd3be12918e7 .owl-next_fd90e197bee2943b {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_c2358a772d1385b5:hover,
.owl-next_fd90e197bee2943b: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_c2358a772d1385b5,
.d-nav-left_bef572dbbf007e8a {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_fd90e197bee2943b,
.d-nav-right_a63c820694b72a29 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_bef572dbbf007e8a i,
.d-nav-right_a63c820694b72a29 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_fd90e197bee2943b i,
.d-nav-left_bef572dbbf007e8a i {
  top: 12px;
  left: 16px;
}

.d-nav-right_a63c820694b72a29 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_49a53423b846e6ea {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_49a53423b846e6ea span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_49a53423b846e6ea .prev {
  left: 0;
}

.owl-arrow_49a53423b846e6ea .next {
  right: 0;
}

.owl-arrow_49a53423b846e6ea .prev:before,
.owl-arrow_49a53423b846e6ea .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_49a53423b846e6ea .next:before {
  content: '\f178';
}

.owl-pagination_a5268da5a4b8ebd3 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_89a918356e9e3eb1 .owl-controls_ef3683e0a7cd7429 .owl-page_9a17f215f7faf000 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_89a918356e9e3eb1 .owl-controls_ef3683e0a7cd7429 .owl-page_9a17f215f7faf000.active span {
  background: none;
}

.owl-theme_89a918356e9e3eb1 .owl-controls_ef3683e0a7cd7429 .owl-page_9a17f215f7faf000.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_89a918356e9e3eb1 .owl-nav_d81d163c7f0a1512.disabled+.owl-dots_6a490c3782345528 {
  margin-top: 0px;
}

.owl-dots_6a490c3782345528 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_89a918356e9e3eb1 .owl-dots_6a490c3782345528 .owl-dot_b6f82ffc40d67545 span {
  display: none;
}

/* new owl close */

.text-light_d1ec2d0888f6954d .owl-theme_89a918356e9e3eb1 .owl-controls_ef3683e0a7cd7429 .owl-page_9a17f215f7faf000 span {
  background-color: #fff;
}

.text-light_d1ec2d0888f6954d .owl-theme_89a918356e9e3eb1 .owl-controls_ef3683e0a7cd7429 .owl-page_9a17f215f7faf000.active span {
  background: none;
}

.text-light_d1ec2d0888f6954d .owl-theme_89a918356e9e3eb1 .owl-controls_ef3683e0a7cd7429 .owl-page_9a17f215f7faf000.active span:before {
  border: solid 2px #fff;
}

.text-slider_1ef96555234aefd4 {
  color: #fff;
  display: inline-block;
}

.text-slider_1ef96555234aefd4.med-text_7ba394224c976113 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_1ef96555234aefd4.big-text_d0e2d86ed4e15f4e {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_fa250f2a4bfe68ad .text-item {
  display: inline-block;
}

.text-slider_1ef96555234aefd4.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_1ef96555234aefd4.big-text_d0e2d86ed4e15f4e i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_1ef96555234aefd4 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_1d0568589c0b4828 {
  color: #ff0000;
}

.teal_6cb2c00d375fdfe2 {
  color: #009999;
}

.purple_9d780659ee8dfb7d {
  color: #663366;
}

.green_4627e2de15edadaa {
  color: #009900;
}

.bg-overlay_e8c764ba250b61f7 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_8544e34d8dc7786e {
  position: relative;
}

.overlay-bg_67aaf1bc2816ab22 {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_67aaf1bc2816ab22.p60_bbc8c7a64aa73bdf {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_489be4ac209f80d1 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_e797f4dad92036d2 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_67aaf1bc2816ab22.t0_342facfd8f0c2934 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_67aaf1bc2816ab22.t20_cb7802df369fa9b0 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_67aaf1bc2816ab22.t30_77e81750bc19e748 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_67aaf1bc2816ab22.t40_23ff2e9bfd689d82 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_67aaf1bc2816ab22.t50_70337dc715dffd9c {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_67aaf1bc2816ab22.t60_aa0907582dfe7e1b {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_67aaf1bc2816ab22.t70_658b2904ee114d88 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_67aaf1bc2816ab22.t80_fa137bd2c645229f {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_67aaf1bc2816ab22.t90_53154b5a25aeaf28 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_67aaf1bc2816ab22.light-5_652fda5b37a1a2c9 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_67aaf1bc2816ab22.light-6_96bbb3b9ac4ddb32 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_67aaf1bc2816ab22.light-7_9ee2f5c177dc8731 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_67aaf1bc2816ab22.light-8_cf6f4c44eefd295c {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_67aaf1bc2816ab22.c1_edab58d4ff75c950 {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_67aaf1bc2816ab22.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_67aaf1bc2816ab22.gradient-blue-aqua_9a384f068bc20fc1 {
  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_0ffbcdb9e4ba0990.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_838865e519c7b477 {
  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_47edc23b3169c0be,
section.bg-grey_47edc23b3169c0be {
  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_028bc3b4ee5dae10 {
  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_3587713086460a92 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_3587713086460a92:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_bbbb01337fa5c996 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_e2ced2be3802247b {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_e2ced2be3802247b:hover {
  color: #707070;
}

a.read_more_e2ced2be3802247b i {
  margin-left: 8px;
}

.text-light_d1ec2d0888f6954d a.read_more_e2ced2be3802247b {
  color: #fff;
}

.text-black_c9cd8ded85c71e5e {
  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_966b7336c726c6b6 {
  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_70b4c9009852770f:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_70b4c9009852770f: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_6a490c3782345528 {
  text-align: center;
}

.owl-dot_b6f82ffc40d67545 {
  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_b0bcdd3be12918e7 .owl-dot_b6f82ffc40d67545,
.text-light_d1ec2d0888f6954d .owl-dot_b6f82ffc40d67545 {
  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_24568773b09d96c2 {
  opacity: 1;
}

.owl-stage_3e54c7ca01b42fcb {
  overflow: none;
}

.typed-strings_7d4f7fc681b0da1d p {
  position: absolute;
}

.typed-cursor_68fb77f33becbce2 {
  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_e4c3805a9be86bd9 .date-box_19a8d13504f0cbc1 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_e4c3805a9be86bd9 .date-box_19a8d13504f0cbc1 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_e4c3805a9be86bd9 .date-box_19a8d13504f0cbc1 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_1550d868f76678f9 {
  margin: 0;
  padding: 0;
}

.sitemap_1550d868f76678f9.s1_fbcce980116f5ebf li {
  list-style: none;
}

.sitemap_1550d868f76678f9.s1_fbcce980116f5ebf li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_6c083a7cab9162dc {
  margin: 0;
  padding: 0;
}

.list_6c083a7cab9162dc li {
  list-style: none;
}

.rtl .list_6c083a7cab9162dc.s1_fbcce980116f5ebf li:after,
.list_6c083a7cab9162dc.s1_fbcce980116f5ebf li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_6c083a7cab9162dc.s1_fbcce980116f5ebf li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_6c083a7cab9162dc.s1_fbcce980116f5ebf li:before {
  display: none;
}

.list_6c083a7cab9162dc.s2_1ec64c1cd3bb9d5a li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_6c083a7cab9162dc.s3_b5d4dcbcba407d10 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_6c083a7cab9162dc.s3_b5d4dcbcba407d10 li {
  display: inline;
  margin-right: 20px;
}

.list_6c083a7cab9162dc.s3_b5d4dcbcba407d10 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_a46042d8eb937949 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_b0bcdd3be12918e7 .switch-set_a46042d8eb937949{
  color:#ffffff;
}

.dark-scheme_b0bcdd3be12918e7 .switch_188d60645cbee483 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_a46042d8eb937949 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_188d60645cbee483 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_188d60645cbee483::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_eae7b611abfa0aca {
  display: block;
}

.de-switch_eae7b611abfa0aca h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_eae7b611abfa0aca input[type=checkbox] {
  display: none;
}

.de-switch_eae7b611abfa0aca input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_eae7b611abfa0aca input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_eae7b611abfa0aca 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_b0bcdd3be12918e7 .de-switch_eae7b611abfa0aca label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_eae7b611abfa0aca 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_eae7b611abfa0aca.colored_d13feaf1e1b0dbef input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_eae7b611abfa0aca.colored_d13feaf1e1b0dbef label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_eae7b611abfa0aca {
  float: right;
}

.switch_188d60645cbee483:checked::after {
  transform: translateX(20px);
}

.switch_188d60645cbee483:focus {
  outline-color: transparent;
}

.menu_side_area_93872e926faf4d7b {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_93872e926faf4d7b {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_b0bcdd3be12918e7 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_e526833f328cd080 {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_444c94de3d79b05d {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_4a191cc38cfb2002 {
  display: none;
}

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

.ul-style-2_b8ee0cbabc8d9a9a 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_b8ee0cbabc8d9a9a li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_b8ee0cbabc8d9a9a.s2_1ec64c1cd3bb9d5a li h4 {
  font-weight: 600;
}

.ul-style-2_b8ee0cbabc8d9a9a.s2_1ec64c1cd3bb9d5a li {
  margin-bottom: 30px;
}

.ul-style-2_b8ee0cbabc8d9a9a.s3_b5d4dcbcba407d10 li {
  margin-bottom: 5px
}

.ul-style-2_b8ee0cbabc8d9a9a .d-label_330f02510714da51 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_fd5516f1532fb2d2{
  margin: 0;
  padding: 0;
}

.ul-check-inline_fd5516f1532fb2d2 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_fd5516f1532fb2d2 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_b8ee0cbabc8d9a9a 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_b8ee0cbabc8d9a9a li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_cee942d90e6cdcbc {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_cee942d90e6cdcbc li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_cee942d90e6cdcbc li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_cee942d90e6cdcbc li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_681f22a7bf08ca8d{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_5beec3722bf41255{
  color:#ffffff;
}


/* shadow */

.shadow-soft_a6c6772298b320f0,
.de-map-wrapper_c909dc3da380120d iframe,
.expand-custom_5111d110698d47f1,
#form_sb input,
.container-timeline_e6ab52e07e608b70 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_8df6bbc42ae24bd3 {
  -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_989143b95ae31e51 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_48c932ea15fb4264 {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_216f6fd19b1d8143 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_7d2666c924571077 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_1316ee7da803f0e0{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_18566f5aa4c6cc43{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_455c6f5a848a0373 {
  right: 0;
}

.rtl .carousel-control-prev_302f245f57a8727e {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_fa8d8b292a29b2a8,
.carousel-control-prev-icon_968f7b9285201e57 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_fa8d8b292a29b2a8:after,
.carousel-control-prev-icon_968f7b9285201e57:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_fa8d8b292a29b2a8:after {
  content: "\f105";
}

.carousel-control-next-icon_fa8d8b292a29b2a8:hover,
.carousel-control-prev-icon_968f7b9285201e57: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_c909dc3da380120d iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_f1e7348cdaf7886a {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_f1e7348cdaf7886a {
  -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_f8491dbcc06e7b48 {
  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_6428e5fb3d150910{
  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_c829c55bde33f88c .bubble_6428e5fb3d150910:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_c829c55bde33f88c .bubble_6428e5fb3d150910:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_c829c55bde33f88c .bubble_6428e5fb3d150910:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_a2ac71b9f6af1141{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_a2ac71b9f6af1141 .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_33dd4459ad86b02b{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_33dd4459ad86b02b dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_33dd4459ad86b02b dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_33dd4459ad86b02b dt span:after {
  content: " ";
}
.def-list-dots_33dd4459ad86b02b dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_33dd4459ad86b02b .no-def-item_68696a51fd6ce141 dt:after {
  content: "";
}
.def-list-dots_33dd4459ad86b02b 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_7c6c99302cd192f8 img{
  height: 350px;
  width: auto;
}

.d-list-menu_7c304a03a39a1621 {
  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_822ab1a2acbed6f8 .dropdown a:hover {
  color: #333;
}

.dark-scheme_b0bcdd3be12918e7 .dropdown a,
.dark-scheme_b0bcdd3be12918e7 .header-light_822ab1a2acbed6f8 .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_b0bcdd3be12918e7 .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_b0bcdd3be12918e7 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_b0bcdd3be12918e7 .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_682108e21b1a1b5a {
  width: 600px !important;
}

.dropdown ul.d-col-3_682108e21b1a1b5a li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_682108e21b1a1b5a li span {}

.text-light_d1ec2d0888f6954d .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_d1ec2d0888f6954d .dropdown a {
  color: #ffffff;
}

.items_filter_41e9d5da93c44f4d {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_41e9d5da93c44f4d .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_e818bc8d788af270,
.dropdown.fullwidth_e818bc8d788af270 a,
.dropdown.fullwidth_e818bc8d788af270 ul,
.dropdown.fullwidth_e818bc8d788af270 li {
  width: 100%;
}

.dropdown.style-2_e4c3805a9be86bd9,
.dropdown.style-2_e4c3805a9be86bd9 a,
.dropdown.style-2_e4c3805a9be86bd9 ul,
.dropdown.style-2_e4c3805a9be86bd9 li {
  width: 100%;
}

.rtl .dropdown.style-2_e4c3805a9be86bd9 {
  text-align: right;
}

.dropdown.style-2_e4c3805a9be86bd9 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_e4c3805a9be86bd9 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_49cc9b2699314c6f {
  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_49cc9b2699314c6f:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_82ef76a394a1455f {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_82ef76a394a1455f span {
  display: inline-block;
  position: relative;
}

.separator_82ef76a394a1455f span:before,
.separator_82ef76a394a1455f span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_82ef76a394a1455f span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_82ef76a394a1455f span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_82ef76a394a1455f span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_4be1c8e41dfcc8c7 .separator_82ef76a394a1455f span:before,
.de_light_4be1c8e41dfcc8c7 .separator_82ef76a394a1455f span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_d1ec2d0888f6954d .separator_82ef76a394a1455f span:before,
.text-light_d1ec2d0888f6954d .separator_82ef76a394a1455f span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_fee63f8d9b612f0a: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_fee63f8d9b612f0a: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_fee63f8d9b612f0a {
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_f6655b409f5b9ff0 {
  -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_f6655b409f5b9ff0 {
  -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_1efea995e26e9d66,
.isotope.no-transition_1efea995e26e9d66 .isotope-item_f6655b409f5b9ff0,
.isotope .isotope-item_f6655b409f5b9ff0.no-transition_1efea995e26e9d66 {
  -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_d1ec2d0888f6954d #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_d1ec2d0888f6954d #filters a:hover {
  color: #fff;
}

.text-light_d1ec2d0888f6954d #filters a.selected {
  color: #fff;
}

.text-light_d1ec2d0888f6954d #filters a.selected {
  color: #fff;
}

.isotope-item_f6655b409f5b9ff0 {
  z-index: 2;
}

.isotope-hidden_2d9f70244d88fa22.isotope-item_f6655b409f5b9ff0 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_c916d9721138ceaa ul.slides,
.project-carousel-3-col_db63d8e3e9a7fe1d ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_7b257cdd21bc245a .flex-direction-nav_457ea3e487178c70,
.project-carousel_c916d9721138ceaa .flex-control-nav_9c63c5f78db42c54,
.project-carousel_c916d9721138ceaa .flex-direction-nav_457ea3e487178c70,
.project-carousel-3-col_db63d8e3e9a7fe1d .flex-control-nav_9c63c5f78db42c54,
.project-carousel-3-col_db63d8e3e9a7fe1d .flex-direction-nav_457ea3e487178c70 {
  display: none;
}

.logo-carousel_7b257cdd21bc245a.owl-carousel_946b94def6f5e612 .owl-item img {
  width: auto;
}

.logo-carousel_7b257cdd21bc245a.no-control_87bfa8c6f87e5274 .flex-control-nav_9c63c5f78db42c54 {
  display: none;
}

.logo-carousel_7b257cdd21bc245a.s2_1ec64c1cd3bb9d5a img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_946b94def6f5e612.owl-center_fdfae9840fb33248 .owl-item {
  opacity: .6;
}
.owl-carousel_946b94def6f5e612.owl-center_fdfae9840fb33248 .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_210a9bde7bef170d());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_210a9bde7bef170d());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_210a9bde7bef170d());
}

.typed-strings_7d4f7fc681b0da1d p {
  position: absolute;
}

.social-icons-sm_435eed4531d151ed 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_435eed4531d151ed i:hover {
  color: #ffffff;
}

.arrowup_d2b5638dc7666fca {
  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_0ade1445aec1533c {
  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_d40249d37ab1dc8b {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_af14a5ed58c19852 {
  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_1194ff0f48e4963e .nav-link {
  font-weight: 500;
}

.de-preloader_5745760f17466ba0 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_b0bcdd3be12918e7 .de-preloader_5745760f17466ba0 {
  background: var(--bg-color-even);
}

.dot-loader_54ac9d673eace3d6 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_476a9ad15aa397cc {
  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_476a9ad15aa397cc.dot1_bbd83b458d13b502 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_476a9ad15aa397cc.dot2_8b95a74e2e7b9e5b {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_476a9ad15aa397cc.dot3_202775bd595b405d {
  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_c73012958e2f4ef2 {
  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_c73012958e2f4ef2 .p-line_f2a9b5c995676bf9 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_c73012958e2f4ef2 .p-line_f2a9b5c995676bf9: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_c73012958e2f4ef2 .p-line_f2a9b5c995676bf9:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_c73012958e2f4ef2 .p-line_f2a9b5c995676bf9: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_34d61c56a0747b98, .container-md_d3d15a2e0be969fc, .container-sm_5a6ffe77301c47cf, .container-xl_c8d07082c5b9a016 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_34d61c56a0747b98,
  .container-md_d3d15a2e0be969fc,
  .container-sm_5a6ffe77301c47cf,
  .container-xl_c8d07082c5b9a016 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_34d61c56a0747b98,
  .container-md_d3d15a2e0be969fc,
  .container-sm_5a6ffe77301c47cf,
  .container-xl_c8d07082c5b9a016 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_dd7128b9df000c47 { width: 20%; }
  .col-md-2-5_37980bc0add1acfa { width: 40%; }
  .col-md-3-5_1b644fd586fbe562 { width: 60%; }
  .col-md-4-5_be1d092e952dc9a8 { width: 80%; }
  .col-md-5-5_c107e98289fedb7a { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_a8687081ef50ea66 { width: 20%; }
  .col-lg-2-5_12878abde1be5d08 { width: 40%; }
  .col-lg-3-5_26d65f2ffbe44ee1 { width: 60%; }
  .col-lg-4-5_459efbd06ddda812 { width: 80%; }
  .col-lg-5-5_acc79d1fa3c010a0 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_34d61c56a0747b98,
  .container-md_d3d15a2e0be969fc,
  .container-sm_5a6ffe77301c47cf {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_ef13ba6049bda500 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_9f1f73c0c3f66463 .tr .td:nth-child(4),
  .de_table_9f1f73c0c3f66463 .tr .td:nth-child(5),
  .de_table_9f1f73c0c3f66463 .tr .td:nth-child(6),
  .de_table_9f1f73c0c3f66463 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_299798e809aab07b {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_632eda197c101c28 .countdown-show4_f964e04d9b6a914f .countdown-section_e526833f328cd080 {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_632eda197c101c28 .countdown-period_a66f4fa968a738b9{
    font-size:10px;
  }

  .countdown-s2_632eda197c101c28 .countdown-amount_5d540ac119df7da5 {
    font-size: 20px;
  }


  .mb-sm-20_2695d448cc59dd36 {
    margin-bottom: 20px;
  }

  .mb-sm-30_2e394655b5466b71 {
    margin-bottom: 30px;
  }

  .mt-sm-0_b1688ee9876ab59f{
    margin-top: 0;
  }

  .sm-mt-0_1af354a214288ba6 {
    margin-top: 0;
  }

  .p-sm-30_5fecff393829d4ae {
    padding: 40px;
  }

  .pb-sm-0_7b78528120aeb1d3 {
    padding-bottom: 0;
  }

  .mb-sm-0_7675417bda311b82 {
    margin-bottom: 0;
  }

  .sm-p-40_969151e3f10163ff{
    padding: 40px;
  }

  header .header-col_79f2855d244d0a08 {
    position: absolute;
    top: 0;
  }

  header .header-col_79f2855d244d0a08.mid_50acb613a8a52f60 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_39fb8ec97eb860e3 {
    text-align: center;
  }

  .sm-pt10_7276788f141350a3 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_f9497a67d83d5255 {
    padding: 40px;
  }

  .header-col-left_bfeba94f5394c749,
  .header-col-right_3e11ad090266ba7d {
    padding-top: 16px;
  }

  .header-col-mid_4612337ad9884375 #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_0f6f1d91d57fa08a {
    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_971ce6cfc687f48d {
    position: fixed;
  }

  #subheader.s2_1ec64c1cd3bb9d5a {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_59fddde62cf7c6b0 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_ef13ba6049bda500 h1 {
    font-size: 32px;
  }

  .slider_text_ef13ba6049bda500 .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_f007f81a3ca534ff {
    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_f007f81a3ca534ff,
  #mainmenu li li li a.menu-item_f007f81a3ca534ff {
    padding-left: 0;
  }

  #mainmenu a.menu-item_f007f81a3ca534ff:hover {
    background: #111;
  }

  #mainmenu a.menu-item_f007f81a3ca534ff: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_f007f81a3ca534ff: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_f007f81a3ca534ff {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_f007f81a3ca534ff:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_f007f81a3ca534ff {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_f007f81a3ca534ff {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_f007f81a3ca534ff {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_f007f81a3ca534ff:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_c3403ed9a869b701) {
    border: none;
  }

  #mainmenu>li ul.mega_c3403ed9a869b701 .sb-menu_5b4d2b88a6418e61 {
    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_f007f81a3ca534ff {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu a.menu-item_f007f81a3ca534ff{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_f007f81a3ca534ff: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_b0bcdd3be12918e7 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_c3403ed9a869b701 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_c3403ed9a869b701 .menu-content_2962e63c0c77b24b {
    background: #fff;
  }

  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu li,
  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu li ul li a.menu-item_f007f81a3ca534ff {
    border-color: #eee;
  }

  header.header-dark_46ece537229d393d.header-mobile {
    background: #222;
  }

  header.header-dark_46ece537229d393d.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_46ece537229d393d.header-mobile #mainmenu li a.menu-item_f007f81a3ca534ff {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_f007f81a3ca534ff: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_f007f81a3ca534ff {
    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_b0bcdd3be12918e7 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_f007f81a3ca534ff {
    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_f007f81a3ca534ff {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_b0bcdd3be12918e7 header.header-mobile #mainmenu li a.menu-item_f007f81a3ca534ff {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_f007f81a3ca534ff:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_b0bcdd3be12918e7 header.header-mobile #mainmenu li a.menu-item_f007f81a3ca534ff:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_b0bcdd3be12918e7 header.header-mobile #mainmenu>li>span {
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_b0bcdd3be12918e7 header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_f007f81a3ca534ff {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_b0bcdd3be12918e7 header.header-mobile #mainmenu li ul li a.menu-item_f007f81a3ca534ff {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_f007f81a3ca534ff {
    border-bottom: none;
  }

  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu>li>span,
  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu li>ul>li>span {
    background: url(../photos/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu>li>span.active,
  header.header-light_822ab1a2acbed6f8.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_c3403ed9a869b701 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_c3403ed9a869b701>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_c3403ed9a869b701 .menu-content_2962e63c0c77b24b {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_822ab1a2acbed6f8 #mainmenu ul li a.menu-item_f007f81a3ca534ff,
  .header-light_822ab1a2acbed6f8 #mainmenu ul li a.menu-item_f007f81a3ca534ff:hover {
    color: #333;
  }

  .de_tab.tab_methods_0b65772b89287b16 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_0b65772b89287b16 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_0b65772b89287b16 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_0b65772b89287b16 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_7d39aaa9a78d9709 {
    display: none;
  }

  .sm-hide_a63c5378dfaff602 {
    display: none;
  }

  .d-btn-close_1036325e0ccc0792 {
    position: relative;
  }

  .de_tab.tab_style_4_5add4208f3780fa7 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_f007f81a3ca534ff span {
    display: none;
  }

  .de_tab.tab_methods_0b65772b89287b16.style-2_e4c3805a9be86bd9 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_3354f5033f0f68bc {
    position: relative;
    height: auto;
  }

  .timeline_35788b0835ed04e1>li>.timeline-panel_0b20fe2c22dbf9fb {
    width: 100%;
  }

  .timeline-badge_c8866c93b1311aa5 {
    display: none;
  }

  .timeline_35788b0835ed04e1:before {
    background: none;
  }

  .tp-caption_27ca3e9d47c0dc9d {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_91c506d552f256ed .de-flex_571eb9b87efe8b45,
  .subfooter_91c506d552f256ed .de-flex-col_8ed754f1b2542692 {
    display: block;
  }

  .subfooter_91c506d552f256ed .social-icons_4643b05609a9a940 {
    margin-top: 20px;
  }

  .subfooter_91c506d552f256ed span.copy_7d3efdb3e3039610 {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_29ea081d7a544d69{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_17c9bef3eae69086{
    margin:0 20px;
  }

  .crumb_59fddde62cf7c6b0{
    margin-bottom: 0;
  }

  section.bottom-rounded_c8823fd40bbcb2f7{
    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_2d148a72ea633a14,
  h1.ultra-big_2d148a72ea633a14 .text-line_a8c4c13d53cc99f6,
  h1.ultra-big-2_4615aeaf05c640e9,
  .title-text_5a180d74c76c0926,
  h1.slider-title_cf0d593727f6d4c4{
    font-size: 60px;
  }  

  h1.slider-title_cf0d593727f6d4c4,
  h2.slider-title_cf0d593727f6d4c4{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_ac24d23dab2bcbdf > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_0d81bef75ada6748{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_bd9fd0cd8387bc35{padding-top:10px;}
  .pt-sm-20_c4cbe7028a132c60{padding-top:20px;}
  .pt-sm-30_e46a6ff4e93d8bc4{padding-top:30px;}
  .pt-sm-40_f01ad05292700d7a{padding-top:40px;}
  .pt-sm-50_8cda1bcf22fcce5e{padding-top:50px;}
  .pt-sm-60_744b010d67093c7c{padding-top:60px;}
  .pt-sm-70_3038d76991dd0762{padding-top:70px;}
  .pt-sm-80_92cc48426c821019{padding-top:80px;}
  .pt-sm-90_ddde2b1f8e229461{padding-top:90px;}
  .pt-sm-100_0ebe6f06b91690a6{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_b3d0621a72dd3a68{padding-bottom:10px;}
  .pb-sm-20_dd8c98fbce4620ec{padding-bottom:20px;}
  .pb-sm-30_769c963400dedf50{padding-bottom:30px;}
  .pb-sm-40_57b45cc1c0c29738{padding-bottom:40px;}
  .pb-sm-50_38437fdc0bbd785f{padding-bottom:50px;}
  .pb-sm-60_4a901a7a4857e773{padding-bottom:60px;}
  .pb-sm-70_fa13aac22d66eb57{padding-bottom:70px;}
  .pb-sm-80_ddac03aa0548c621{padding-bottom:80px;}
  .pb-sm-90_d52f1db21c632173{padding-bottom:90px;}
  .pb-sm-100_29cf6b92ceff3cf2{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_bf0afd87d24a5589{margin-top:10px;}
  .mt-sm-20_abdb36a957224932{margin-top:20px;}
  .mt-sm-30_8182836e2dcbd8e5{margin-top:30px;}
  .mt-sm-40_3d94435fbb433c2f{margin-top:40px;}
  .mt-sm-50_d319bd6f81fba14d{margin-top:50px;}
  .mt-sm-60_c99a54395303d6bd{margin-top:60px;}
  .mt-sm-70_bdbb7a7de7b060a1{margin-top:70px;}
  .mt-sm-80_00567f399bc59d2d{margin-top:80px;}
  .mt-sm-90_aa7f199eb80dcfa8{margin-top:90px;}
  .mt-sm-100_b116e591d7ce03a8{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_33cbad00c18bf9b7{margin-bottom:10px;}
  .mb-sm-20_2695d448cc59dd36{margin-bottom:20px;}
  .mb-sm-30_2e394655b5466b71{margin-bottom:30px;}
  .mb-sm-40_4ccff92cb6d8df76{margin-bottom:40px;}
  .mb-sm-50_027cd534c2114a22{margin-bottom:50px;}
  .mb-sm-60_509b8ad0459cc8af{margin-bottom:60px;}
  .mb-sm-70_c5c6a0c582e930eb{margin-bottom:70px;}
  .mb-sm-80_3a9e57156cf483d5{margin-bottom:80px;}
  .mb-sm-90_7ccd083088393928{margin-bottom:90px;}
  .mb-sm-100_a4aebebca347978c{margin-bottom:10px;}


  .fs-sm-1vw_8318606d028a1929{font-size: 1vw}
  .fs-sm-2vw_d3d11dfd33ade02f{font-size: 2vw}
  .fs-sm-3vw_2e2e47e05b873c2c{font-size: 3vw}
  .fs-sm-4vw_af4de29473e49ccb{font-size: 4vw}
  .fs-sm-5vw_8b40d89d2d2a48b6{font-size: 5vw}
  .fs-sm-6vw_dc694ac8819eee4c{font-size: 6vw}
  .fs-sm-7vw_0f66e95f46f0c4da{font-size: 7vw}
  .fs-sm-8vw_beb2002b105e3612{font-size: 8vw}
  .fs-sm-9vw_ac08acba4bfba9fb{font-size: 9vw}
  .fs-sm-10vw_a5f88ed25e3b4c0e{font-size: 10vw}
  .fs-sm-11vw_c24500a99c6282d8{font-size: 11vw}
  .fs-sm-12vw_08b5f8306e2a824c{font-size: 12vw}
  .fs-sm-13vw_fd36f24a8a0a2db7{font-size: 13vw}
  .fs-sm-14vw_4f21c58fca8c6630{font-size: 14vw}
  .fs-sm-15vw_0211dfa114649bb1{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_2d1e70c15c91e81a {
    display: none;
  }

  header .logo-init_8a44c483e8c2254c {
    display: none;
  }

  header .logo-mobile_e283eb57b02bacf8 {
    display: block;
  }

  header .btn-main_196005b6c71ceacd{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_93872e926faf4d7b {
    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_fcd49499f17da57e {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_5add4208f3780fa7 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_5add4208f3780fa7 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_5add4208f3780fa7 .de_nav li:first-child,
  .de_tab.tab_style_4_5add4208f3780fa7 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_a09edd22c94e1083 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_9453d1d570e23e2b span{
    display: none;
  }

  .de-spot_9453d1d570e23e2b .de-circle-1_ccaf0e5321840654,
  .de-spot_9453d1d570e23e2b .de-circle-2_7104ef6b724e18f0{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_2d148a72ea633a14,
  h1.ultra-big_2d148a72ea633a14 .text-line_a8c4c13d53cc99f6,
  h1.ultra-big-2_4615aeaf05c640e9,
  .title-text_5a180d74c76c0926,
  h1.slider-title_cf0d593727f6d4c4,
  h2.slider-title_cf0d593727f6d4c4{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_f1a69761d849b28d{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_f7ffe3d79af54a98{padding-top:10px;}
  .pt-xs-20_4b4a21cade93aa29{padding-top:20px;}
  .pt-xs-30_20bd0086ddf5cda9{padding-top:30px;}
  .pt-xs-40_552d98ca504cc8d5{padding-top:40px;}
  .pt-xs-50_510074c6b0fec8fa{padding-top:50px;}
  .pt-xs-60_ff95c7b8cc644644{padding-top:60px;}
  .pt-xs-70_09f31d6b1b1970a7{padding-top:70px;}
  .pt-xs-80_837b95ea8c908a7e{padding-top:80px;}
  .pt-xs-90_0c7b25c131b0ba6c{padding-top:90px;}
  .pt-xs-100_665e736f9d260f5d{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_e01edb983918d938{padding-bottom:10px;}
  .pb-xs-20_a29f0d760c38d6e2{padding-bottom:20px;}
  .pb-xs-30_e3d70f9c4b4f8e86{padding-bottom:30px;}
  .pb-xs-40_d078810567191e66{padding-bottom:40px;}
  .pb-xs-50_37adb2036d2dc520{padding-bottom:50px;}
  .pb-xs-60_4b888ef5fc7871d1{padding-bottom:60px;}
  .pb-xs-70_0a1ed3512b459212{padding-bottom:70px;}
  .pb-xs-80_75e8d5e802bb06f1{padding-bottom:80px;}
  .pb-xs-90_476dd7350872c978{padding-bottom:90px;}
  .pb-xs-100_d2b19e8b0339f66b{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_fb40d40816f77a9e{margin-top:10px;}
  .mt-xs-20_58de36f1d1b1be7c{margin-top:20px;}
  .mt-xs-30_6e4c1d5b587ee799{margin-top:30px;}
  .mt-xs-40_d22e88087c8221a4{margin-top:40px;}
  .mt-xs-50_b4f3058571c59bc8{margin-top:50px;}
  .mt-xs-60_b43211c683efd25f{margin-top:60px;}
  .mt-xs-70_e3274036eee43e88{margin-top:70px;}
  .mt-xs-80_8208069f82e2eb84{margin-top:80px;}
  .mt-xs-90_49a43a0b8128b16b{margin-top:90px;}
  .mt-xs-100_934e47d84a332746{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_a3880e020344beec{margin-bottom:10px;}
  .mb-xs-20_b6a379e23f5c108c{margin-bottom:20px;}
  .mb-xs-30_dc7db502bd4dbf15{margin-bottom:30px;}
  .mb-xs-40_3ae38a2137b33f58{margin-bottom:40px;}
  .mb-xs-50_fc00bec6d58e84bc{margin-bottom:50px;}
  .mb-xs-60_7f67f31f240804b2{margin-bottom:60px;}
  .mb-xs-70_e1946621ef62658d{margin-bottom:70px;}
  .mb-xs-80_e63fcb70e6efca57{margin-bottom:80px;}
  .mb-xs-90_d512053198c9b666{margin-bottom:90px;}
  .mb-xs-100_004efca63fa40eda{margin-bottom:10px;}

  .ss-wrap_2e430d0389b46056{
    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_0b20fe2c22dbf9fb {
    margin-bottom: 30px;
  }

  .timeline-pic_11ee6f28df2f0d85 {
    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_1ec64c1cd3bb9d5a span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_a0c5c1a17a98936c {
    display: none;
  }

  header a.btn-main_196005b6c71ceacd 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_3c69789cdb3921fe .left-half_4aa97cb11f5fad6d,
.half-fluid_3c69789cdb3921fe .right-half_eac4701a2e2f1ec6 {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_3c69789cdb3921fe .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_3c69789cdb3921fe .left-half_4aa97cb11f5fad6d {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_3c69789cdb3921fe .right-half_eac4701a2e2f1ec6 {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
