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


/* 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_b0310ddbb42e7ced,.bg-dark-1_57098d3f19da1116{background-color: var(--bg-dark-1) !important}
.bg-dark-2_42a9ebb014feb1ba{background-color: var(--bg-dark-2) !important}
.bg-dark-3_73ab11472409e21f{background-color: var(--bg-dark-3) !important}
.bg-grey_a921d862cba409be{background-color: var(--bg-grey) !important}
.bg-gradient-1_95d664b7ddaab3ea{
  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_e955c78b7fae396a{
  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_91923c8739129ab6 {
  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_cf7d5b549fdcb29e {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_0e0b95057514a8f9 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_df8e030417d05961 {
  display: none;
}


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

header.scroll-light_89f048768008f3a5 .logo-scroll_0e0b95057514a8f9{
  display: none;
}

header.smaller.scroll-light_89f048768008f3a5 .logo-main_27499deb0a97a54e{
  display: none;
}

header.smaller.scroll-light_89f048768008f3a5 .logo-scroll_0e0b95057514a8f9{
  display: block;
}

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

header.header-light_2944b0dcdb1cad9e .h-phone_82497504dd1d06b2,
header.smaller.scroll-light_89f048768008f3a5 .h-phone_82497504dd1d06b2 {
  color: #202020;
}

header:not(.header-light_2944b0dcdb1cad9e).smaller.scroll-light_89f048768008f3a5 div#logo .logo_cefcc5a3d93ae487 {
  display: none;
}

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

header.smaller.scroll-light_89f048768008f3a5 div#logo .logo-scroll_0e0b95057514a8f9 {
  display: inline-block;
}

header.smaller.header-light_2944b0dcdb1cad9e div#logo .logo_cefcc5a3d93ae487 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_c60e8c7a2ec195a7.mid_8cc0e9491b8b2444 {
  float: right;
}

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


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

.de-overlay-gradient_73e30cac2ca9be90{
  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_f9c5e995e67c5cf7{
  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_183c242de1d1d270{
  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_57391454319840ac {
  font-size: 13px;
}


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


#subheader.text-light_7da2a19f7bc0bf3a .crumb_57391454319840ac {
  color: #fff;
}

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

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

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


#subheader.s2_00a4c3343d6f3ef0 h1,
#subheader.s2_00a4c3343d6f3ef0 .crumb_57391454319840ac {
  margin: 0;
  padding: 0;
}

#subheader.s2_00a4c3343d6f3ef0 .crumb_57391454319840ac {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_00a4c3343d6f3ef0 .crumb_57391454319840ac {
  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_f9a62dbb69d7ae7e) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_91923c8739129ab6 #mainmenu ul.mega_f9a62dbb69d7ae7e {
  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_d65186ffd4f41d91: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_2944b0dcdb1cad9e #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_2944b0dcdb1cad9e #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_2944b0dcdb1cad9e {
  background: #ffffff;
}

.header-light_2944b0dcdb1cad9e #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_91923c8739129ab6 #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_5348c23bed272b08) {
  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_9657212a353a597a {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_846d876460ad9364 {
  background: #f6f6f6;
}

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

.de_light_8cfa9564fdc9d828 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_73acc7133ab2b5d3.header-light_2944b0dcdb1cad9e #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_b6601d6a18996be3,
header.header-mobile.has-topbar .header-col_c60e8c7a2ec195a7 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_73acc7133ab2b5d3.header-light_2944b0dcdb1cad9e {
  background: #fff;
}

header.header-light_2944b0dcdb1cad9e .logo_cefcc5a3d93ae487 {
  display: none;
}

header.header-light_2944b0dcdb1cad9e .logo-2_91ba3b73e633dfd2 {
  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_3a09e08ea88fab58{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_a1f24909f31868c7,
.topbar-right_665a7efa6825280a {
  display: flex;
}

.topbar-right_665a7efa6825280a {
  float: right;
}

.topbar-solid_610455868708c435 {
  background: #ffffff;
}

.tb-light_12c830223367146b {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_0440489800687402) .topbar-right_665a7efa6825280a .topbar-widget_8385f0eb9ac5bce2 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_0440489800687402) .topbar-light_3a09e08ea88fab58 .topbar-right_665a7efa6825280a .topbar-widget_8385f0eb9ac5bce2 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_0440489800687402) .topbar-light_3a09e08ea88fab58 .topbar-right_665a7efa6825280a span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_0440489800687402) .tb-light_12c830223367146b .topbar-right_665a7efa6825280a .topbar-widget_8385f0eb9ac5bce2 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_0440489800687402) .tb-light_12c830223367146b .topbar-right_665a7efa6825280a span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_0440489800687402) .topbar-left_a1f24909f31868c7 .topbar-widget_8385f0eb9ac5bce2 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_0440489800687402) .topbar-light_3a09e08ea88fab58 .topbar-left_a1f24909f31868c7 .topbar-widget_8385f0eb9ac5bce2 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_0440489800687402) .tb-light_12c830223367146b .topbar-left_a1f24909f31868c7 .topbar-widget_8385f0eb9ac5bce2 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_0440489800687402) .tb-light_12c830223367146b .topbar-left_a1f24909f31868c7 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_2944b0dcdb1cad9e .h-phone_82497504dd1d06b2 span{
  color: var(--body-font-color);
}


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

.menu_side_area_ae58fc996562e9da .btn-line_78b4e9323f65ea7b{
  display: inline-block;
}

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

.topbar-widget_8385f0eb9ac5bce2.widget-text_d7f1f3c7be2d691c {
  padding-top: 6px;
}

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

.h-sub_b8fa08f10d153ecd .topbar-widget_8385f0eb9ac5bce2 {
  padding: 12px;
}

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

.topbar-widget_8385f0eb9ac5bce2.tb-phone_e2ebd10227b15586:before {
  content: "\f095";
}

.topbar-widget_8385f0eb9ac5bce2.tb-email_bbf58a121fd1271c:before {
  content: "\f003";
}

.topbar-widget_8385f0eb9ac5bce2.tb-opening-hours_4a9e794642561c02:before {
  content: "\f017";
}

.topbar-widget_8385f0eb9ac5bce2.tb-social_0bb18d3b1764cf01 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_0440489800687402) .topbar-light_3a09e08ea88fab58 .topbar-widget_8385f0eb9ac5bce2.tb-social_0bb18d3b1764cf01 a,
#topbar:not(.topbar-noborder_0440489800687402) .topbar-light_3a09e08ea88fab58 .topbar-widget_8385f0eb9ac5bce2.tb-social_0bb18d3b1764cf01 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_0440489800687402) .topbar-widget_8385f0eb9ac5bce2.tb-social_0bb18d3b1764cf01 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_12c830223367146b .topbar-widget_8385f0eb9ac5bce2.tb-social_0bb18d3b1764cf01 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_8385f0eb9ac5bce2.tb-social_0bb18d3b1764cf01 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_8cfa9564fdc9d828 .blog-list_eb99954217c3c989 li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_8cfa9564fdc9d828 .blog-list_eb99954217c3c989 h4 a {
  color: #222222;
}

.de_light_8cfa9564fdc9d828 .text-light_7da2a19f7bc0bf3a .blog-list_eb99954217c3c989 h4 a {
  color: #fff;
}

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

.blog-list_eb99954217c3c989 .btn-more_f3386ddb17d40b5a:hover {
  background: #fff;
}

.de_light_8cfa9564fdc9d828 .blog-list_eb99954217c3c989 .btn-more_f3386ddb17d40b5a:hover {
  background: #222;
  color: #fff;
}

.blog-list_eb99954217c3c989 .post-text_478f962022c5ba17 {
  padding-left: 80px;
}

.bloglist_31c2158c49941549 .post-text_478f962022c5ba17 a.btn-main_f5ae47e25d3be7a1 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_eb99954217c3c989 .blog-slider_1614db3d34d53f73 {
  margin-bottom: -60px;
}

.blog-list_eb99954217c3c989 .date-box_d8f73380c7f5e94d {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_8cfa9564fdc9d828 .blog-list_eb99954217c3c989 .date-box_d8f73380c7f5e94d .month {
  color: #222222;
}

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

.blog-list_eb99954217c3c989 .date-box_d8f73380c7f5e94d .month {
  font-size: 14px;
}

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

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

.de_light_8cfa9564fdc9d828 .blog-list_eb99954217c3c989 .date-box_d8f73380c7f5e94d .month {
  border-bottom-color: #ddd;
}

.de_light_8cfa9564fdc9d828 .text-light_7da2a19f7bc0bf3a .blog-list_eb99954217c3c989 .date-box_d8f73380c7f5e94d .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_52e1dc422e1e9644 .d-image_b0ebc08e5e814cb5 img {
  width: 100%;
}

.de-bloglist-type-1_52e1dc422e1e9644 .d-content_148fffb223e88d2d {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_52e1dc422e1e9644 .d-date_72e2043a06da5297: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_e50f86789bf068f0 {
  margin-bottom: 40px;
}

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

.de-post-type-1_e50f86789bf068f0 .d-image_b0ebc08e5e814cb5 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_e50f86789bf068f0 .d-meta_6c93f447019c180c span.d-by_a2b9708e71b2371d:before {
  content: "\f007";
}

.de-post-type-1_e50f86789bf068f0 .d-meta_6c93f447019c180c span.d-date_72e2043a06da5297:before {
  content: "\f073";
}

.de-post-type-1_e50f86789bf068f0 .d-meta_6c93f447019c180c span.d-tags_18a39940cd4bb146:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_cb8b6b6089398610 .d-date_72e2043a06da5297 .d-month_02f43165090a51ee{
  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_cb8b6b6089398610 .d-date_72e2043a06da5297 .d-day_812e0f172da8d44a{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_cb8b6b6089398610 .d-image_b0ebc08e5e814cb5{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_59e27d948ba52bbd {}

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

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

.comment-info_aecd515baa9169bd span {}

.comment-info_aecd515baa9169bd .c_name_0b49fb181d73547c {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_91923c8739129ab6 .comment-info_aecd515baa9169bd .c_name_0b49fb181d73547c {
  color: #ffffff;
}

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

.dark-scheme_91923c8739129ab6 .comment-info_aecd515baa9169bd .c_reply_acb4032477ec5b82 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_aecd515baa9169bd .c_date_027e3e984207f440 {
  font-size: 12px;
}

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

.blog-list_eb99954217c3c989 .post-wrapper_fc0d4d7e0600fbb5 {}

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

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

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

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

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

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

.post-content_9719bea2926e14b5 {
  position: relative;
}

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

.post-text_478f962022c5ba17 .d-date_72e2043a06da5297{
  font-size: 14px;
}

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

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

.dark-scheme_91923c8739129ab6 .post-text_478f962022c5ba17 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_85586beabc9e1dc9,
.p-title_c61f6b4ffc300480 {
  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_85586beabc9e1dc9,
.p-title_c61f6b4ffc300480.invert {
  background: var(--secondary-color);
}

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

.post-text_478f962022c5ba17 .p-date_bc60e007473aa376 {
  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_2c8e660b25c09bc4 img {
  margin-bottom: 20px;
}

.blog-read_2c8e660b25c09bc4 .post-text_478f962022c5ba17 {
  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_a5bf75258d566b8f {
  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_a5bf75258d566b8f a {
  color: #888;
}

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

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

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

.post-image_e86b64f1955eff3c .d-tagline_07ca7ad10a86f4c9 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_8b1cf72de35b883e {
  margin-bottom: 60px;
}

.blog-item_8b1cf72de35b883e img.preview_0d51ea27c166a733 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_e86b64f1955eff3c {
  position: relative;
}

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

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

.post-image_e86b64f1955eff3c .post-date_69f0418a30cca3c5,
.post-image_e86b64f1955eff3c .post-author_211489f8ad13a0fa {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_06553920c585292c {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_68db7bfe75610416{
  float: left;
}


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

.radio-opt_68db7bfe75610416 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_68db7bfe75610416 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_00a4c3343d6f3ef0 .radio-img_b9a58449d23036f6 input[type="radio"] + label, 
#contact_form.s2_00a4c3343d6f3ef0 .radio-img_b9a58449d23036f6 input[type="checkbox"] + label,
#contact_form .radio-img_b9a58449d23036f6 input[type="radio"] + label img, 
#contact_form .radio-img_b9a58449d23036f6 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_0084143cd37ee9f7 .form-underline_7c8208163e4190fe{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_1946c2680123ae0a {
  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_cf8823a8b5bcab48 {
  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_cf8823a8b5bcab48.sm-left_be4510bdb4b3a9c4 {
  margin-left: 0;
}

.rtl .small-border_cf8823a8b5bcab48.sm-left_be4510bdb4b3a9c4 {
  margin-right: 0;
}

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

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

.small-border_cf8823a8b5bcab48.white_c6dc2295fea5c45d {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_57391454319840ac a {
  text-decoration: none;
}

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

.de_light_8cfa9564fdc9d828 .crumb_57391454319840ac a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_8cfa9564fdc9d828 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_d99f59344af274b0.btn-id_b153cf2a5c61d9b3 {
  color: #222;
}

a.btn-dark_55c76b93e2afb4f0.btn-id_b153cf2a5c61d9b3 {
  color: #fff;
}

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

.btn-fx_b9e2c5ae47f4b0ac.btn-main_f5ae47e25d3be7a1 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_f5ae47e25d3be7a1.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_f5ae47e25d3be7a1.btn-dark-trans_7142d03ec22d7ac8{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_f5ae47e25d3be7a1.big_2dca5a41ef4ad555{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_7da2a19f7bc0bf3a .btn-line_78b4e9323f65ea7b{
  color:#ffffff;
}


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

header:not(.header-light_2944b0dcdb1cad9e) a.btn-line_78b4e9323f65ea7b,
.dark-scheme_91923c8739129ab6 a.btn-line_78b4e9323f65ea7b,
.dark-schem_ae4e7b6f6d7fac6b a.btn-line_78b4e9323f65ea7b:hover {
  color: #ffffff;
}

a.btn-main_f5ae47e25d3be7a1.btn-white_ba73bed9a19f2571 {
  background: #ffffff;
}

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

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

a.btn-border_8f0e47ab0b280eb4.light_16fc85a48b483b1e {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_8f0e47ab0b280eb4.light_16fc85a48b483b1e:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_7da2a19f7bc0bf3a .btn-plus_2ef2ed4b99c2b709{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_7da2a19f7bc0bf3a .btn-plus_2ef2ed4b99c2b709:hover{
  color: #ffffff;;
}

a.btn-main_f5ae47e25d3be7a1.btn-with-arrow_f74c11b0cef818d0{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_7da2a19f7bc0bf3a .play-button_53d90ab6511141c4.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_9bf1c6b3ed874b90 p.d-small_943521ca6fc22b30 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_9bf1c6b3ed874b90.big_2dca5a41ef4ad555 h3 {
  font-size: 120px;
}

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

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

.de_count_9bf1c6b3ed874b90.small_807ee487f11739a2 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_91923c8739129ab6 .field-set_afa04a7f217637bf label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_3dd5039392e9fe1f,
.h2_1d9a0e79c447f326,
.h3_a24e22f306c6cae0,
.h4_8f8bc9438f697379,
.h5_1530bf1cb23e8d19,
.h6_12475f931d047f78,
footer.footer-light_ffe2bbeabd2fadb1 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_91923c8739129ab6 h1,
.dark-scheme_91923c8739129ab6 h2,
.dark-scheme_91923c8739129ab6 h4,
.dark-scheme_91923c8739129ab6 h3,
.dark-scheme_91923c8739129ab6 h5,
.dark-scheme_91923c8739129ab6 h6,
.dark-scheme_91923c8739129ab6 .h1_big_06f49edf3aabcb12,
.dark-scheme_91923c8739129ab6 .h1_3dd5039392e9fe1f,
.dark-scheme_91923c8739129ab6 .h2_1d9a0e79c447f326,
.dark-scheme_91923c8739129ab6 .h3_a24e22f306c6cae0,
.dark-scheme_91923c8739129ab6 .h4_8f8bc9438f697379,
.dark-scheme_91923c8739129ab6 .h5_1530bf1cb23e8d19,
.dark-scheme_91923c8739129ab6 .h6_12475f931d047f78 {
  color: #ffffff;
}

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


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


h1,
.h1_3dd5039392e9fe1f {
  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_d65186ffd4f41d91: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_8cfa9564fdc9d828 .text-light_7da2a19f7bc0bf3a h2 {
  color: #fff;
}

.text-light_7da2a19f7bc0bf3a h2.deco_5cd6407a7f251409 span:before,
.text-light_7da2a19f7bc0bf3a h2.deco_5cd6407a7f251409 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_8a56439cd0ae52e9 {
  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_8a56439cd0ae52e9 .s1_33bdda1bbae1f146{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_78c4cb61fb984274 {
  color: #223044;
}

.text-white_0c6fc57450c22540,
.de_light_8cfa9564fdc9d828 .text-white_0c6fc57450c22540 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_63a1901bb556350d.fs-16_e942a825c1add7aa li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_79731effd044a5c3.active .page-link_fa6dcd39a218a490{
  border-color:var(--primary-color);
}

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

.spinner_23309c1b6505fe7a>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_23309c1b6505fe7a .bounce1_64eeeb97e8ca26f2 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_23309c1b6505fe7a .bounce2_1a30dc1c5cf4144f {
  -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_91923c8739129ab6 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_ccef96783dd75c31.s2_00a4c3343d6f3ef0 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_ccef96783dd75c31 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_ccef96783dd75c31.big_2dca5a41ef4ad555 i {
  margin: 0 15px 0 15px;
}

.social-icons_ccef96783dd75c31.big_2dca5a41ef4ad555 i:hover {
  background: none;
}

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

.social-icons_ccef96783dd75c31.s1_33bdda1bbae1f146:hover i {
  background: none;
}

.social-icons_ccef96783dd75c31.s1_33bdda1bbae1f146 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_ccef96783dd75c31.s1_33bdda1bbae1f146 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_eae0a3d292f610c8 {
  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_91923c8739129ab6 .accordion-section-title,
.text-light_7da2a19f7bc0bf3a .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_7da2a19f7bc0bf3a .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_a8c2ade0d1188183.s2_00a4c3343d6f3ef0 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_91923c8739129ab6 .expand-custom_053d5114d61df3af {
  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_4813827d81ef9a8f .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_91923c8739129ab6 .de_tab.tab_methods_97f8adc64f6e638b .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_97f8adc64f6e638b.style-2_78a51eb1fcf88edf .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_97f8adc64f6e638b.style-2_78a51eb1fcf88edf.light_16fc85a48b483b1e .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_97f8adc64f6e638b.style-2_78a51eb1fcf88edf .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_97f8adc64f6e638b.style-2_78a51eb1fcf88edf .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_8cfa9564fdc9d828 .de_tab.tab_style_2_8715abe6db6b3cd0 .de_nav {}

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

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

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

.text-light_7da2a19f7bc0bf3a .de_tab.tab_style_2_8715abe6db6b3cd0 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_8cfa9564fdc9d828 .de_tab.tab_style_3_3a1491be909efa49 .de_nav li span:hover {
  background: #ddd;
}

.de_light_8cfa9564fdc9d828 .de_tab.tab_style_3_3a1491be909efa49 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_7da2a19f7bc0bf3a .de_tab.tab_style_3_3a1491be909efa49 .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_f5cd59cad208f1a0 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_7da2a19f7bc0bf3a .de_tab.tab_style_4_f5cd59cad208f1a0 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_7da2a19f7bc0bf3a .de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_68ed96b8953a2479.nav_4_25e17c95bc3426f9 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_68ed96b8953a2479.nav_4_25e17c95bc3426f9 .dot_d4334b0544e66ad7 {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_68ed96b8953a2479.nav_4_25e17c95bc3426f9 li:last-child .dot_d4334b0544e66ad7:before,
.de_tab.timeline_68ed96b8953a2479.nav_4_25e17c95bc3426f9 li:last-child .dot_d4334b0544e66ad7:after {
  border-bottom: none;
}

.de_tab.timeline_68ed96b8953a2479 li .num_30522ca81b5d47a1 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_daff4d714fa6a32c,
a.btn-right_5f880864cda42ef3 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_896fbc3cd7bea3b7 {
  padding-top: 20px;
}

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

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

.de_testi_8dfd6332bf531939.no-bg_d9e59823dc660fe4 blockquote {
  background: none;
}

.de_testi_8dfd6332bf531939 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_8dfd6332bf531939.type-2_d9c59acb98079633.review_aac98bb24f925a33 blockquote {
  padding: 50px;
}

.de_testi_8dfd6332bf531939.type-2_d9c59acb98079633.review_aac98bb24f925a33 blockquote:before {
  display: none;
}

.de_testi_8dfd6332bf531939.type-2_d9c59acb98079633.review_aac98bb24f925a33 p {
  padding-top: 0;
}

.de_testi_8dfd6332bf531939.type-2_d9c59acb98079633.review_aac98bb24f925a33 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_7da2a19f7bc0bf3a .de_testi_8dfd6332bf531939.type-2_d9c59acb98079633 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_8dfd6332bf531939.type-2_d9c59acb98079633 .de_testi_by_16673a9dff26b3d8 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_8dfd6332bf531939.opt-3_4b3b2de02e2697dc blockquote p {
  font-size: 14px;
}

.de_testi_8dfd6332bf531939.opt-3_4b3b2de02e2697dc blockquote:before {
  color: #fff;
}

.de_testi_8dfd6332bf531939.opt-3_4b3b2de02e2697dc .de_testi_by_16673a9dff26b3d8 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_a70b00ce0e3dce43 .site-center-line_3e7bc33a200ed70a {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___bfb150ecf6d53aca {
  display: inline-block;
}
.de-timeline-article_a70b00ce0e3dce43.odd .site-center-line_3e7bc33a200ed70a {
  background: var(--primary-color);
}
.de-timeline-article_a70b00ce0e3dce43.even .site-center-line_3e7bc33a200ed70a {
  background: var(--secondary-color);
}
.de-timeline-article_a70b00ce0e3dce43 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_a70b00ce0e3dce43 .content-left-container_6ecaeb223a541b30,
.de-timeline-article_a70b00ce0e3dce43 .content-right-container_5673372a530371cd {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_a70b00ce0e3dce43 .content-left_70f00675bab93db1,
.de-timeline-article_a70b00ce0e3dce43 .content-right_aeae4f35467e3203 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_1be2aaec9ad7deed {
  margin-top: 0;
}
.de-timeline-article_a70b00ce0e3dce43 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_a70b00ce0e3dce43 .content-left-container_6ecaeb223a541b30 {
  float: left;
}
h4.de-timeline-year_8814b58ddde3904b {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_a70b00ce0e3dce43.even h4.de-timeline-year_8814b58ddde3904b{
  color:var(--heading-font-color);
}
.de-timeline-article_a70b00ce0e3dce43.odd .year___bfb150ecf6d53aca {
  float: left;
}
.de-timeline-article_a70b00ce0e3dce43.odd h4.de-timeline-year_8814b58ddde3904b {
  background: var(--primary-color);
}
.de-timeline-article_a70b00ce0e3dce43.even .year___bfb150ecf6d53aca {
  float: right;
}
.de-timeline-article_a70b00ce0e3dce43.even h4.de-timeline-year_8814b58ddde3904b {
  background: var(--secondary-color);
}
.de-timeline-article_a70b00ce0e3dce43 .d-line_af9bd859628b28ec {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_a70b00ce0e3dce43.odd .d-line_af9bd859628b28ec {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_a70b00ce0e3dce43.even .d-line_af9bd859628b28ec {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_a70b00ce0e3dce43 .owl-carousel_042a7a02ff83fd26 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_a70b00ce0e3dce43 .content-right-container_5673372a530371cd {
  float: right;
}
.de-timeline-article_a70b00ce0e3dce43 .meta-dot_1331573d31153713 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_a70b00ce0e3dce43.odd .meta-dot_1331573d31153713 {
  background: var(--primary-color);
}
.de-timeline-article_a70b00ce0e3dce43.even .meta-dot_1331573d31153713 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_a70b00ce0e3dce43 .site-center-line_3e7bc33a200ed70a {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_a70b00ce0e3dce43 .meta-dot_1331573d31153713 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_a70b00ce0e3dce43 .content-left-container_6ecaeb223a541b30,
  .de-timeline-article_a70b00ce0e3dce43 .content-right-container_5673372a530371cd {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_a70b00ce0e3dce43 .content-left-container_6ecaeb223a541b30 {
    margin-bottom: 20px;
  }
  .de-timeline-article_a70b00ce0e3dce43 .content-left_70f00675bab93db1,
  .de-timeline-article_a70b00ce0e3dce43 .content-right_aeae4f35467e3203 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_a70b00ce0e3dce43 .content-left_70f00675bab93db1:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_a70b00ce0e3dce43 .content-right_aeae4f35467e3203:before {
    display: none;
  }  
  h4.de-timeline-year_8814b58ddde3904b {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_a70b00ce0e3dce43.odd .d-line_af9bd859628b28ec {
    left: 30px;
  }
  .de-timeline-article_a70b00ce0e3dce43.even .d-line_af9bd859628b28ec {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_a70b00ce0e3dce43.odd .content-left-container_6ecaeb223a541b30{
    padding-top: 20px;
  }
  .de-timeline-article_a70b00ce0e3dce43.even .content-left-container_6ecaeb223a541b30{
    padding-top: 50px;
  }
  .de-timeline-article_a70b00ce0e3dce43.odd .content-left-container_6ecaeb223a541b30 .owl-carousel_042a7a02ff83fd26{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_a70b00ce0e3dce43.even .content-right-container_5673372a530371cd .owl-carousel_042a7a02ff83fd26{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_0f4ea4dfb75d4765 {
  position: relative;
}

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

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

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

.timeline-blank_70f0ef8cd83cce56 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_70f0ef8cd83cce56 {
    display: none;
  }

  .timeline-text_dfded4cba889363c {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_67ca19231567d228 {
  overflow: hidden;
}

.border1_cc64d5c6b346a909 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_78b4e9323f65ea7b:after,
.de_count_9bf1c6b3ed874b90,
.social-icons_ccef96783dd75c31 a i,
.de_tab.tab_methods_97f8adc64f6e638b .de_nav li span,
.de_tab.tab_methods_97f8adc64f6e638b .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_5520c3da30f8eed6 .title,
.carousel-item:hover .pf_text_5520c3da30f8eed6 .title,
.carousel-item .pf_text_5520c3da30f8eed6 .title .type,
.carousel-item:hover .pf_text_5520c3da30f8eed6 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_f21b7215f1a78ff1 i,
.social-icons-sm_f21b7215f1a78ff1 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_d4d22d1d54300ec4,
.btn-main_f5ae47e25d3be7a1,
.de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav li,
.form-subscribe_2f9d5c888a847896 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_1946c2680123ae0a,
.de_tab.tab_methods_97f8adc64f6e638b.style-2_78a51eb1fcf88edf .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_354bf11ff3340ecc *,
.mask_354bf11ff3340ecc .cover,
.mask_354bf11ff3340ecc:hover .cover,
.mask_354bf11ff3340ecc img,
.mask_354bf11ff3340ecc:hover img,
.accordion_a8c2ade0d1188183 .content,
a.btn-border_8f0e47ab0b280eb4,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_43fa34cfa834a391 img,
a.a-underline_b9d250881a0fcd72 *,
.dropdown *,
.form-border_17e241909a7e7779 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_5c8c77ba61ee4cdb *,
.d_demo_img *,
.carousel-control-next-icon_4ca72c1e54e93985,
.carousel-control-prev-icon_ce85c4a8702cc909,
.grayscale_9fc8a42855f2803c,
.hover-color_d4b674434ef07269,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_2ef2ed4b99c2b709,
.btn-plus_2ef2ed4b99c2b709 *,
.btn-with-arrow_f74c11b0cef818d0:after,
.btn-with-arrow_f74c11b0cef818d0: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_b9e2c5ae47f4b0ac:after,
a.btn-fx_b9e2c5ae47f4b0ac:hover:after,
a.btn-fx_b9e2c5ae47f4b0ac:before,
a.btn-fx_b9e2c5ae47f4b0ac:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_48a32d1a7d4344c3 li .post-date_69f0418a30cca3c5,
.items_filter_9f93f24555868bff *,
.owl-prev_34a2472be8620ce2,
.owl-next_a1d900c430bfe964 {
  -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_e4824366fb2442e6 {
  -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_47aa2cde71ca5a58 {
  -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_c250ee6c04a2661a {
  -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_8cdf8e2da4975fa1 {
  -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_8cbc365eb6d90ff9 {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_9d2ee1fb1be5f263 {
  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_91923c8739129ab6 .modal-header_44242a6b32f888a5,
.nav-tabs_82aac7d0b59e6838 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_91923c8739129ab6 .modal-content_dcd9a4acb0a46674 {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_d03534c9c5e93263 .tab-content_933fa28e7aff5975 {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_f7f21bd20f08cecc.big_2dca5a41ef4ad555{
  font-size: 32px !important;
}

.dark-scheme_91923c8739129ab6 p.lead_f7f21bd20f08cecc {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_2687fb5874d46db1 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_7b30b4ff3e9f9851,
.panel-collapse_1e412cb7bdc5b0a4,
.panel-collapse_1e412cb7bdc5b0a4,
.panel-group_2687fb5874d46db1 .panel_ea56017a28278593 {
  border: none;
  border-radius: 0;
}

.panel-heading_20268ce2fe59195c {
  background: #222;
}

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

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

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

blockquote.s1_33bdda1bbae1f146 {
  padding: 0px;
}

blockquote.s1_33bdda1bbae1f146: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_65e28ac7fbd8f2c3::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_65e28ac7fbd8f2c3::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_7da2a19f7bc0bf3a .collapsible-link_65e28ac7fbd8f2c3:before,
.text-light_7da2a19f7bc0bf3a .collapsible-link_65e28ac7fbd8f2c3:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_19d7d0df56dc7906 {
  display: block
}

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

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

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

.collapsible-link_65e28ac7fbd8f2c3.text-white_0c6fc57450c22540 {
  color: #ffffff;
}

.collapsible-link_65e28ac7fbd8f2c3.text-white_0c6fc57450c22540::after,
.collapsible-link_65e28ac7fbd8f2c3.text-white_0c6fc57450c22540::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_110d90e4807d73e0{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_8cfa9564fdc9d828 .widget_category_1919993fb2e46f00 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_1919993fb2e46f00 li a {
  color: #606060;
}

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

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

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


.dark-scheme_91923c8739129ab6 .widget-post_48a32d1a7d4344c3 li a {
  color: #ffffff;
}

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

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

.widget-post_48a32d1a7d4344c3 .date_8175e1154b3595f5 {
  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_48a32d1a7d4344c3 .date_8175e1154b3595f5 {
  float: right;
}

.widget_110d90e4807d73e0 .comments_977f14e7ac9746c9 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_110d90e4807d73e0 .tiny-border_f42771d992cafb9d {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_ffe2bbeabd2fadb1 .widget_110d90e4807d73e0 .tiny-border_f42771d992cafb9d {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_8cfa9564fdc9d828 .widget_tags_a5a07e79a052899a li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_110d90e4807d73e0.widget_tags_a5a07e79a052899a li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_f42771d992cafb9d 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_91923c8739129ab6 #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_ea8ae84a1d4c17b5 {
  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_c5af9f624565a789 {
  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_00a4c3343d6f3ef0 .d-item-txt_c5af9f624565a789{
  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_c5af9f624565a789 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_1bbe0c5ab5615a3e {
  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_00a4c3343d6f3ef0 .d-item-block_1bbe0c5ab5615a3e{
  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_1bbe0c5ab5615a3e{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_a068d4d202a9d9e8 .d-number_3222e0e4d0de116a {
  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_7da2a19f7bc0bf3a .de-step-s1_a068d4d202a9d9e8 .d-number_3222e0e4d0de116a{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_042a7a02ff83fd26.no-hide_c502ac4c74237083 .owl-stage-outer_df07d17434aa66a3{
  overflow: visible; !important;
}

.grayscale_9fc8a42855f2803c{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_3bb823ce403038ca{ background:#ffffff; }
.bg-black_a2e9fece989ffee3{ background:#000000; }

/* width (percent) */
.w-10_6d87d1743f9c4a88{width: 10%;}
.w-20_a5dbc0a2ac266b5c{width: 20%;}
.w-30_848ee23d19849a5f{width: 30%;}
.w-40_dfeab2e066117670{width: 40%;}
.w-50_12e4d053e11a9b71{width: 50%;}
.w-60_3f412fe871a028bc{width: 60%;}
.w-70_d244f69a8f9b992c{width: 70%;}
.w-80_faeb6cce2cb71c14{width: 80%;}
.w-90_23f0e5be3f263977{width: 90%;}
.w-100_4419a9978d5e5e4e{width: 100%;}

/* width (px) */
.w-10px_b422c54f5f5dfe92{width: 10px;}
.w-20px_37f5d2b3abef8b43{width: 20px;}
.w-24px_5635cc22f4bd39fa{width: 24px;}
.w-40px_2accc0e082af1d8f{width: 40px;}
.w-50px_81f718654728822f{width: 50px;}
.w-60px_a0221543eb948789{width: 60px;}
.w-70px_b588abc0fdd78c04{width: 70px;}
.w-80px_473f0f6fd21f8c9d{width: 80px;}
.w-90px_6a9dc0b7ae06d1fd{width: 90px;}
.w-100px_ee69c73e9808ac89{width: 100px;}
.w-110px_f7d52b0691414dad{width: 110px;}
.w-120px_04fdf43836b50f26{width: 120px;}
.w-130px_edb8f4beb7ecc155{width: 130px;}
.w-140px_745b066d9827e92a{width: 140px;}
.w-150px_0a1e10f25b5ff37a{width: 150px;}
.w-200px_304935dd5a2413db{width: 200px;}
.w-250px_c15af952b34b29f6{width: 250px;}
.w-300px_2f644e10cca960c9{width: 300px;}

/* height (percent) */
.h-10_8c6fd74b36d1a43e{height: 10%;}
.h-20_71f18c57c042cd79{height: 20%;}
.h-30_a87387f4b39560ad{height: 30%;}
.h-40_2738cc1f89359c84{height: 40%;}
.h-50_80a40d7aedc32a6b{height: 50%;}
.h-60_aea7792aa78d4e13{height: 60%;}
.h-70_7db0d5afe3589697{height: 70%;}
.h-80_df6224371cd67ea2{height: 80%;}
.h-90_74e71d046b5ae6ed{height: 90%;}
.h-100_6cdc62ad4f34d8f2{height: 100%;}

/* height (px) */
.h-10px_b1f2bb86fb79c4cf{height: 10px;}
.h-20px_7cdbc2d3c3c9f03d{height: 20px;}
.h-24px_f9779cc7b658dcd9{height: 24px;}
.h-40px_ac129adf693c1ab3{height: 40px;}
.h-50px_cdc37043bf7e8ce7{height: 50px;}
.h-60px_52a931993cd02647{height: 60px;}
.h-70px_7cc41fc7d2df29a1{height: 70px;}
.h-80px_e59ef40c77b8a165{height: 80px;}
.h-90px_8da5fc9c33851bcf{height: 90px;}
.h-100px_118a85152cc8e433{height: 100px;}
.h-110px_8cde9d50af340c62{height: 110px;}
.h-120px_ff78351a42aa86b5{height: 120px;}
.h-130px_ba8b6fb1a6cb7c3d{height: 130px;}
.h-140px_25e2c9fbcce6a9e0{height: 140px;}
.h-150px_dd3d63c065f8b42d{height: 150px;}
.h-200px_6acdc56299d5b0b9{height: 200px;}
.h-250px_dde384afb3841851{height: 250px;}
.h-300px_ffa884d3930639bd{height: 300px;}

/* top (percent) */
.top-10_2160fe83ae5b9355{top: 10%;}
.top-20_10f85486fe0c1c33{top: 20%;}
.top-30_5cad84e83d6bc16d{top: 30%;}
.top-40_163dd0497a256195{top: 40%;}
.top-50_8fb53fc8a01edcc7{top: 50%;}
.top-60_72fa481d49d5db25{top: 60%;}
.top-70_39c0d923941ba18e{top: 70%;}
.top-80_4b76311ed5056f36{top: 80%;}
.top-90_d6113d858c8cd63e{top: 90%;}
.top-100_b1a1e59bf6dc7a6a{top: 100%;}

/* top (px) */
.top-10px_9049be8edad6ff7e{top: 10px;}
.top-20px_22b83e688a61ce28{top: 20px;}
.top-30px_f710187b2d4d586c{top: 30px;}
.top-40px_a6bbdd62548a5009{top: 40px;}
.top-50px_4608bdf838bbf679{top: 50px;}
.top-60px_16adb7eafc54c06d{top: 60px;}
.top-70px_0882581412743c65{top: 70px;}
.top-80px_066f3c51fcf34fa7{top: 80px;}
.top-90px_07f7ba7293374f26{top: 90px;}
.top-100px_cc04d33ed1bad909{top: 100px;}

/* bottom (percent) */
.bottom-10_f325ec5cb4082a2a{bottom: 10%;}
.bottom-20_8d150fe5c0a319ba{bottom: 20%;}
.bottom-30_4fc3a86a4d6cfcdd{bottom: 30%;}
.bottom-40_cc7c4b7e075fedb2{bottom: 40%;}
.bottom-50_6076e7fcaf370d82{bottom: 50%;}
.bottom-60_5d349976a9a7dd83{bottom: 60%;}
.bottom-70_d4162d3671278251{bottom: 70%;}
.bottom-80_93dfa5a0b717826e{bottom: 80%;}
.bottom-90_6d192c87d2417e62{bottom: 90%;}
.bottom-100_0af23806e4b13567{bottom: 100%;}

/* bottom (px) */
.bottom-10px_c52f791455746340{bottom: 10px;}
.bottom-20px_683601d3be7bd04e{bottom: 20px;}
.bottom-30px_e931b1f5dbeb822c{bottom: 30px;}
.bottom-40px_65e72f547366db4a{bottom: 40px;}
.bottom-50px_9ffe258a213c0794{bottom: 50px;}
.bottom-60px_a5c7db67f5681967{bottom: 60px;}
.bottom-70px_d3994abec7375687{bottom: 70px;}
.bottom-80px_78f8c651dffa449d{bottom: 80px;}
.bottom-90px_d3e92791114c03f4{bottom: 90px;}
.bottom-100px_f8f08f7524d1a3f8{bottom: 100px;}

/* top negative (px) */
.top-min-10_966a7ddd704a6042{top:-10px;}
.top-min-20_50ff77994cd645e3{top:-20px;}
.top-min-30_8e5ab09ab6a47db4{top:-30px;}
.top-min-40_4c78529bc4a815ac{top:-40px;}
.top-min-50_6e8592466ccff2da{top:-50px;}
.top-min-60_993e006c2e472ec6{top:-60px;}
.top-min-70_ee10e3cbe5cf65b7{top:-70px;}
.top-min-80_b4e8732580745456{top:-80px;}
.top-min-90_69a5172948776801{top:-90px;}
.top-min-100_56c57627b8ec26c1{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_f155eace2ac1014a{bottom:-10px;}
.bottom-min-20_d790a88cf05aad95{bottom:-20px;}
.bottom-min-30_f28e751e0f77fb3a{bottom:-30px;}
.bottom-min-40_0944fa05b2409001{bottom:-40px;}
.bottom-min-50_f2ccf6b17d514111{bottom:-50px;}
.bottom-min-60_e130d72ab953b22d{bottom:-60px;}
.bottom-min-70_cd48ecb4541dc543{bottom:-70px;}
.bottom-min-80_6386dbfb4612195a{bottom:-80px;}
.bottom-min-90_869d828ee325fb8b{bottom:-90px;}
.bottom-min-100_2ad212fe3ecd6869{bottom:-100px;}

/* left pos (percent) */
.start-10_d880aa545855bffa{left: 10%;}
.start-20_bfb5c47773ed9709{left: 20%;}
.start-30_e057b1b836c4a018{left: 30%;}
.start-40_01f9d6819af6c9a2{left: 40%;}
.start-50_f28083612682ed8e{left: 50%;}
.start-60_1526209939381a09{left: 60%;}
.start-70_d58ba85c5fdc3e2e{left: 70%;}
.start-80_4a3e49f8e3cdbfc5{left: 80%;}
.start-90_5f47bb5d55428e88{left: 90%;}
.start-100_a418331457ae1cb4{left: 100%;}

/* left pos (px) */
.start-10px_c43e47d69a3313f0{left: 10px;}
.start-20px_1e38ac62f4c2abfd{left: 20px;}
.start-30px_ebf5877fdcbd15d8{left: 30px;}
.start-40px_050fad277a1dfb0a{left: 40px;}
.start-50px_0a5721eb909ee06a{left: 50px;}
.start-60px_f0001906e143d2ff{left: 60px;}
.start-70px_ec28343d1907b361{left: 70px;}
.start-80px_b62f9d24207fe083{left: 80px;}
.start-90px_520b6bf035da81e0{left: 90px;}
.start-100px_15a5f17eaf1c2b01{left: 100px;}

/* right  pos (percent) */
.end-10_7a7004e57480e079{right: 10%;}
.end-20_c128562bbf23664f{right: 20%;}
.end-30_9f013c2244f9e409{right: 30%;}
.end-40_2069381987a9f879{right: 40%;}
.end-50_4ab182754573fec7{right: 50%;}
.end-60_4c751f3773e8807f{right: 60%;}
.end-70_8407cbdc14c457e5{right: 70%;}
.end-80_5a0d0cb34eeb9baf{right: 80%;}
.end-90_81b1ce33ffcfae8c{right: 90%;}
.end-100_9121f5e25d22e503{right: 100%;}

/* right  pos (px) */
.end-10px_4d5d3cfa77625995{right: 10px;}
.end-20px_3957ae0821d98a33{right: 20px;}
.end-30px_d30fc81e09b56cb9{right: 30px;}
.end-40px_29f6e9dfb3d3b8d3{right: 40px;}
.end-50px_e6dac001646bc94a{right: 50px;}
.end-60px_12520b8a6c1c8389{right: 60px;}
.end-70px_013fa6ee4f119e86{right: 70px;}
.end-80px_8e53a8c3f1664842{right: 80px;}
.end-90px_fecf5998f8da48f5{right: 90px;}
.end-100px_03f4c10813670c8b{right: 100px;}

/* margin-left (percent) */
.ms-10_2eb83bb905ed5aa1{margin-left: 10%;}
.ms-20_ad0954ae065fa742{margin-left: 20%;}
.ms-30_3be540dcfa4a065d{margin-left: 30%;}
.ms-40_14ce88ba713f5a3c{margin-left: 40%;}
.ms-50_b130e7f202f82e8a{margin-left: 50%;}
.ms-60_70256d1b5daed514{margin-left: 60%;}
.ms-70_008099677642ab52{margin-left: 70%;}
.ms-80_c3e42f56ede1354b{margin-left: 80%;}
.ms-90_b7dffb75195e9938{margin-left: 90%;}
.ms-100_816c27f33034a9c8{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_a2449abc8b9ad80c{margin-left: 10px;}
.ms-20px_bc97d5a7d3cdb6d8{margin-left: 20px;}
.ms-30px_cd3034e0dcd5443d{margin-left: 30px;}
.ms-40px_e8cf0fd98026820d{margin-left: 40px;}
.ms-50px_e6bacac1ac8092cc{margin-left: 50px;}
.ms-60px_a2571146b797390d{margin-left: 60px;}
.ms-70px_438ca95fa734721d{margin-left: 70px;}
.ms-80px_03b02aecb1eec801{margin-left: 80px;}
.ms-90px_debb40ef9398725f{margin-left: 90px;}
.ms-100px_97f7bda6da11e656{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_96bb2d4de40b8bf5{margin-top:-10px;}
.mt-min-20_3cc21eb78996c79d{margin-top:-20px;}
.mt-min-30_d5c3446693f9b44c{margin-top:-30px;}
.mt-min-40_1785f4ad1059d2cf{margin-top:-40px;}
.mt-min-50_8d3a05635bd1e357{margin-top:-50px;}
.mt-min-60_f74a7bdf29965987{margin-top:-60px;}
.mt-min-70_a7603950b4f331b0{margin-top:-70px;}
.mt-min-80_b825401ccc89f4d4{margin-top:-80px;}
.mt-min-90_77ad91a97024d7f0{margin-top:-90px;}
.mt-min-100_3fe0b43ed20ba222{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_0659167496fb727d{margin-bottom:-10px;}
.mb-min-20_f65b0047888455b5{margin-bottom:-20px;}
.mb-min-30_0488d3894907e3b9{margin-bottom:-30px;}
.mb-min-40_3499285b492467f2{margin-bottom:-40px;}
.mb-min-50_08d489e7891a5f47{margin-bottom:-50px;}
.mb-min-60_21479890c5576a54{margin-bottom:-60px;}
.mb-min-70_38171d5c96264997{margin-bottom:-70px;}
.mb-min-80_8145579d5895766b{margin-bottom:-80px;}
.mb-min-90_14fda5c660e37987{margin-bottom:-90px;}
.mb-min-100_742a84fcfce41a53{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_654c1f659132f773{margin-left:-10px;}
.ms-min-20_6ca2d08cd2a959b6{margin-left:-20px;}
.ms-min-30_f37cd48d2e3a2a5c{margin-left:-30px;}
.ms-min-40_610fc04ca3338c9c{margin-left:-40px;}
.ms-min-50_26125a907619e9ad{margin-left:-50px;}
.ms-min-60_951ca33e226c0518{margin-left:-60px;}
.ms-min-70_ff76e7a7e75772b3{margin-left:-70px;}
.ms-min-80_d905b2bc3dd2e5a7{margin-left:-80px;}
.ms-min-90_5495b49a0a48fd4f{margin-left:-90px;}
.ms-min-100_cdb28b3ff7949ce7{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_5459a9e86290a91d{margin-right:-10px;}
.me-min-20_af18c78fd9ed52ad{margin-right:-20px;}
.me-min-30_34531f39974fd32a{margin-right:-30px;}
.me-min-40_a05bf575e311780c{margin-right:-40px;}
.me-min-50_03bc5ab3a6d99221{margin-right:-50px;}
.me-min-60_54d104d9bc0a3bd4{margin-right:-60px;}
.me-min-70_67f189ed6ce52cca{margin-right:-70px;}
.me-min-80_d1c64c0445b4a7e1{margin-right:-80px;}
.me-min-90_7b3ce11b54974e0a{margin-right:-90px;}
.me-min-100_1bfa6170bf51574d{margin-right:-100px;}

/* font-size (px) */
.fs-12_b1f54dd3ccfd86ca{font-size: 12px;}
.fs-14_bd996275e59d5ddf{font-size: 14px;}
.fs-15_6a3ceef057dc9d75{font-size: 15px;}
.fs-16_e942a825c1add7aa{font-size: 16px;}
.fs-18_a2fff2a30a1d33f7{font-size: 18px;}
.fs-20_e5036b3cdae5b529{font-size: 20px;}
.fs-24_89ff44606f0b6f49{font-size: 24px;}
.fs-28_5a2c2758bbe3ee19{font-size: 28px;}
.fs-30_3894fae53e04c343{font-size: 30px;}
.fs-32_af39a711dc650db1{font-size: 32px;}
.fs-36_76659e3e6143fd78{font-size: 36px;}
.fs-40_e15a1975216d8299{font-size: 40px;}
.fs-48_c8aad6958a851ecb{font-size: 48px;}
.fs-56_826058ac261ca56d{font-size: 56px;}
.fs-60_1da7462cf7b76b4a{font-size: 60px;}
.fs-64_509392d8f64789ec{font-size: 64px;}
.fs-72_6b2c96881759feeb{font-size: 72px;}
.fs-96_2877511f3da09a2f{font-size: 96px;}
.fs-120_628e6899a9e539a4{font-size: 120px;}
.fs-150_d3b34826a2fe7353{font-size: 150px;}
.fs-200_8c179c43d58f4caf{font-size: 200px;}


/* font-weight */
.fw-100_09f2735ebbcc8f77{font-weight: 100;}
.fw-200_74ef7c60423298c4{font-weight: 200;}
.fw-400_743207da0f781b45{font-weight: 300;}
.fw-400_743207da0f781b45{font-weight: 400;}
.fw-500_f19b43312828681a{font-weight: 500;}
.fw-600_a39d1b05ecb73c40{font-weight: 600;}
.fw-bold_058a3893e051c6bf{font-weight: bold;}

/* margin left (px) */
.ms-10_2eb83bb905ed5aa1{margin-left: 10%;}
.ms-20_ad0954ae065fa742{margin-left: 20%;}
.ms-30_3be540dcfa4a065d{margin-left: 30%;}
.ms-40_14ce88ba713f5a3c{margin-left: 40%;}
.ms-50_b130e7f202f82e8a{margin-left: 50%;}
.ms-60_70256d1b5daed514{margin-left: 60%;}
.ms-70_008099677642ab52{margin-left: 70%;}
.ms-80_c3e42f56ede1354b{margin-left: 80%;}
.ms-90_b7dffb75195e9938{margin-left: 90%;}
.ms-100_816c27f33034a9c8{margin-left: 100%;}

/* padding (px) */
.p-10_648b6810edb8ffa2{padding: 10px;}
.p-15_4443fe7d907f2b68{padding: 15px;}
.p-20_72ea3e661ac69163{padding: 20px;}
.p-30_465b5eb2fd1d7314{padding: 30px;}
.p-40_6451481b5afe465a{padding: 40px;}
.p-50_c53bbf5053640b3a{padding: 50px;}
.p-60_0c670fc826ecd518{padding: 60px;}
.p-70_961995efc9511a21{padding: 70px;}
.p-80_1e69030abaf62d68{padding: 80px;}
.p-90_6c7329f0cfb292f8{padding: 90px;}
.p-100_e1ef628521e5e7e8{padding: 100px;}

/* padding bottom (px) */
.pb-10_16b8ce5fff48944a{padding-bottom: 10px;}
.pb-20_e0aa9411d76791f5{padding-bottom: 20px;}
.pb-30_132730e1dabdc13a{padding-bottom: 30px;}
.pb-40_f201d99af925dd0a{padding-bottom: 40px;}
.pb-50_c5722906bb872919{padding-bottom: 50px;}
.pb-60_f2c2e1ec1c122f57{padding-bottom: 60px;}
.pb-70_fed8dc8e85101344{padding-bottom: 70px;}
.pb-80_a5c95f055e24eecf{padding-bottom: 80px;}
.pb-90_2c080cbdcc53c382{padding-bottom: 90px;}
.pb-100_032e344e09ca4bae{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_31fa75f52218b761{padding-top: 10px;}
.pt-20_a5087a85bb68fa28{padding-top: 20px;}
.pt-30_a6ca0c13b23e77b1{padding-top: 30px;}
.pt-40_bc4d5a7da8064513{padding-top: 40px;}
.pt-50_ad857b52b4026380{padding-top: 50px;}
.pt-60_0d5860fdeef1e362{padding-top: 60px;}
.pt-70_6c90c4ff47794792{padding-top: 70px;}
.pt-80_31ad7222be539ac0{padding-top: 80px;}
.pt-90_f442bc7ec5595359{padding-top: 90px;}
.pt-100_9c0a424b4b148d77{padding-top: 100px;}

/* padding left (px) */
.ps-10_719e445ce992a6ab{padding-left: 10px;}
.ps-20_0afc473ffa4976fa{padding-left: 20px;}
.ps-30_fe4a0a2133111a73{padding-left: 30px;}
.ps-40_3d5a80c22662067f{padding-left: 40px;}
.ps-50_29bdee27fb234c3a{padding-left: 50px;}
.ps-60_db0a503d2a7eb530{padding-left: 60px;}
.ps-70_9118cdc59ff5a187{padding-left: 70px;}
.ps-80_1b3080f8d49acbbc{padding-left: 80px;}
.ps-90_33562b7f51e76703{padding-left: 90px;}
.ps-100_8f20bac9b0f7e343{padding-left: 100px;}

/* border white */
.border-white-1_0c85eebf99ff77fa{border: solid 1px white;}
.border-white-2_19677467eb293af8{border: solid 2px white;}
.border-white-3_b2151233d56ff4fb{border: solid 3px white;}
.border-white-4_389d7278deacb2b4{border: solid 4px white;}
.border-white-5_4532e51a5935702b{border: solid 5px white;}
.border-white-6_a1123088fb4174f3{border: solid 6px white;}
.dashed-1-white_b389c328a2c8e4f0{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_bd1cdb34d5e915f6{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_c160c6f9d3081de1{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_08a01510e4bf4078{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_08dcd061a1a42f21{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_055589355f899d7b{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_d9b2b70a5c852712{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_68b0b6f51f734b79{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_96436898573e79b5{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_0c4c2199a0bfded3{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_c6aff7defa977dec{transform: scale(1.2);}
.hover-scale-in-3_9cacdbd0342824de{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_9cacdbd0342824de{transform: scale(1); opacity: 1}
.hover-op-0_d4800431acbd6f35{ opacity:1 }
.hover:hover .hover-op-0_d4800431acbd6f35{ opacity:0 }
.hover-op-1_7cd54faf2ec341fb,.hover-op-05_3520c841f6b5b1ef{ opacity:0 }
.hover:hover .hover-op-1_7cd54faf2ec341fb{ opacity:1 }
.hover:hover .hover-op-05_3520c841f6b5b1ef{ opacity:.5 }
.hover:hover .hover-scale-1-1_6995ac3ef611c9bf{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_c6aff7defa977dec{transform: scale(1.2);}
.hover-scale-in-3_9cacdbd0342824de{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_9cacdbd0342824de{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_ecc05ff519fe7b34{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_0f65aa36bbc89eb8{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_15218905e4b39dc3{background: var(--heading-font-color)}
.hover-mh-100_cb5c67a11eabf31b{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_cb5c67a11eabf31b{max-height: 500px;}
.hover:hover .hover-top-0_8e0d556e7e281395{top:0;}
.hover:hover .hover-pb-40_dffec6b31b709f54{padding-bottom: 40px;}
.hover-mt-40_ae19e55df4788d33{margin-top: 40px;}
.hover:hover .hover-mt-40_ae19e55df4788d33{margin-top: 0px;}
.hover:hover .hover-mt-0_5761fb5a70c97735{margin-top: 0;}

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

/* opacity */
.op-1_cf93a707cf08d164{ opacity:.1; }
.op-2_5f6d271374a071c6{ opacity:.2; }
.op-3_9815d582f6a6c999{ opacity:.3; }
.op-4_e16944dff67c7ad0{ opacity:.4; }
.op-5_c5a43589f0a208e0{ opacity:.5; }
.op-6_314a3927595f1151{ opacity:.6; }
.op-7_5c9e4d22412a3c91{ opacity:.7; }
.op-8_a0b64c15e2857d19{ opacity:.8; }
.op-9_d571e0ec5ac78a61{ opacity:.9; }

/* line height em */
.lh-1_e8645e96567e0f7f{line-height: 1em;}
.lh-1-1_8f9072fe3e4c168a{line-height: 1.1em;}
.lh-1-2_358684a574914339{line-height: 1.2em;}
.lh-1-3_2266c7225fa103fd{line-height: 1.3em;}
.lh-1-4_bd03e850e2fc8fcb{line-height: 1.4em;}
.lh-1-5_d2f0df63c231f911{line-height: 1.5em;}
.lh-1-6_9aef9b85e6f0074b{line-height: 1.6em;}
.lh-1-7_ca6fc7faf1cb007d{line-height: 1.7em;}
.lh-1-8_4b27f2453251af74{line-height: 1.8em;}

/* min height (px) */
.mh-200_5379fe7e2ddcf107{min-height:200px;}
.mh-300_3ad5ab624406020a{min-height:300px;}
.mh-400_ac780c2622827229{min-height:400px;}
.mh-500_2395ef21ff48afea{min-height:500px;}

/* background dark */
.bg-dark-20_bd7b74e4edb8f775{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_0ed34d30cb6bc0f4{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_c718e5aa3a57da5b{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_ce28b039d27d6ad7{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_f0b028043f395aca{background: rgba(0, 0, 0, .1)}
.overlay-black-2_1878fd753586afc0{background: rgba(0, 0, 0, .2)}
.overlay-black-3_cb5c62cd705a0804{background: rgba(0, 0, 0, .3)}
.overlay-black-4_aa6094ee0370bd6e{background: rgba(0, 0, 0, .4)}
.overlay-black-5_ab820790d87e7afb{background: rgba(0, 0, 0, .5)}
.overlay-black-6_29a6f955bf90ef33{background: rgba(0, 0, 0, .6)}
.overlay-black-7_5ab5c391b068d202{background: rgba(0, 0, 0, .7)}
.overlay-black-8_906a72d31f620876{background: rgba(0, 0, 0, .8)}
.overlay-black-9_47172cd148927296{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_eddd8a8ffc531b25{background: rgba(255, 255, 255, .1)}
.overlay-white-2_dca16f6b0180346f{background: rgba(255, 255, 255, .2)}
.overlay-white-3_a8ad5427ca58e1b7{background: rgba(255, 255, 255, .3)}
.overlay-white-4_7670fa7e2e7ee52d{background: rgba(255, 255, 255, .4)}
.overlay-white-5_75b62d7e0d6e40ab{background: rgba(255, 255, 255, .5)}
.overlay-white-6_e509ddf3b1a46059{background: rgba(255, 255, 255, .6)}
.overlay-white-7_fec697831ee60c26{background: rgba(255, 255, 255, .7)}
.overlay-white-8_7e46ace8842770c1{background: rgba(255, 255, 255, .8)}
.overlay-white-9_7637452a484605f1{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_b8293af4a236dacc { left: 50%; transform: translateX(-50%);}
.abs-middle_2c182f07c67754ee{ top: 50%;  transform: translateY(-50%);}
.abs-centered_6e3aebe64dda5443{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_7b4aa527ef8a5910 { position: relative; }

/* z-index */
.z-1_4156eecc31ad22ac{ z-index:1 }
.z-2_cb07e1c11ba201ad{ z-index:2 }
.z-3_8e21323c89eb0f34{ z-index:3 }
.z-4_42639e898e4560a5{ z-index:4 }
.z-1000_a46355d07f3f1b38 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_4afdc90e8a17f31f 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_4afdc90e8a17f31f .img-l1_1ceb26c9fb09ef5d{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_4afdc90e8a17f31f .img-l2_f53a2afb37d9e932{
  top:20%;
  left: 0%;
}


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

.ss-wrap_4afdc90e8a17f31f .img-r2_c47b66e3a2ba2119{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_c91f069a3ba5c5e2 .d-item .d-text_5b85a7d5eef9d051 h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_2b081cba0124789d .d-item.no-border_4d9f289e11bfe029{
  border: none;
}

.de-timeline-s2_2b081cba0124789d .d-item  .d-icon_081c765748c309dd{
  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_2b081cba0124789d.color .d-item  .d-icon_081c765748c309dd{
  background: var(--secondary-color);
}

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

.de-timeline-s2_2b081cba0124789d .d-item .d-text_5b85a7d5eef9d051{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_2ae9d394ab34e443.border-left_3ff2e1c8b737d15d.light_16fc85a48b483b1e{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_0b723f6da3598865 .swiper-pagination-current_2220c02b3003bd91{
  color: var(--heading-font-color);
}

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

.slider-light_0b723f6da3598865 .swiper-button-next, .slider-light_0b723f6da3598865 .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_0c5a2f62c57fd6fa{
  color:#ffffff;
}
.sw-price_0c5a2f62c57fd6fa .d-starting_ebd38e6860978d22{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_0c5a2f62c57fd6fa .d-price_fbe9cb3cc642f88c{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_0c5a2f62c57fd6fa .d-val_7a02fefc013e8eb8{
  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_0c5a2f62c57fd6fa .d-cur_faed84f7e2afdbb1, .sw-price_0c5a2f62c57fd6fa .d-period_f18c23f40821f6bb{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_0c5a2f62c57fd6fa .d-cur_faed84f7e2afdbb1{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

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

.sw-caption-thumb_b888fc4c3e5172b6 .d-tag_dba1ac5e03ab9f79{
  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_1a83835c8fb76a05 #mainmenu{
  margin: 0;
}

.col-start_fb2f6cfe5e70a86d, .col-end_119e2c34b62af38b {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_119e2c34b62af38b{
  justify-content: end;
}

.col-center_2d00bc553100ed05 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_2d00bc553100ed05 img{
  width: 160px;
}


.subtitle_b00c7649e535c96a{
  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_b00c7649e535c96a: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_91923c8739129ab6 .subtitle_b00c7649e535c96a, .text-light_7da2a19f7bc0bf3a .subtitle_b00c7649e535c96a{
  color:#ffffff;
}


.dark-scheme_91923c8739129ab6 .subtitle_b00c7649e535c96a:before, .text-light_7da2a19f7bc0bf3a .subtitle_b00c7649e535c96a:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_b00c7649e535c96a.blink_2c74ca6ac43508b2{
  padding-left: 35px;
}

.subtitle_b00c7649e535c96a.blink_2c74ca6ac43508b2: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_91923c8739129ab6::-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_7de208cd9818bc45 {
    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_de18f33cfc4e0dec a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_91923c8739129ab6 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_fb5fcea9f070aa2c{
      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_fb5fcea9f070aa2c 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_e6276a6af66d3be3 {
  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_e6276a6af66d3be3 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_e6276a6af66d3be3 {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_e6276a6af66d3be3 span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_cec3634274a2f54f: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_b28a3732181ab9ab {
  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_042a7a02ff83fd26,
.rtl .bx-wrapper_10e5b8c7533003fe {
  direction: ltr;
}

.rtl .owl-carousel_042a7a02ff83fd26 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_1a83835c8fb76a05 {
  display: flex;
  justify-content: space-between;
}

.de-flex_1a83835c8fb76a05>.de-flex-col_c0109be9232ba0e0 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_20b2fd1e4736a84e,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_20b2fd1e4736a84e {
  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_78c380cb64b441c7 {
  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_f635dabac8c37347 {
  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_f635dabac8c37347 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_89e0a7f3e4d00c33 {
  border-color: #EFEFEF !important;
}

.tparrows_5ab62eb617256c40 {
  background: none !important;
}

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

.text-light_7da2a19f7bc0bf3a .border_89e0a7f3e4d00c33 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_042a7a02ff83fd26 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_91d4bdfd260284f8 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_91d4bdfd260284f8 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_91d4bdfd260284f8 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_54e705040eb6a6d6.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_54e705040eb6a6d6.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_54e705040eb6a6d6 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_f5cd59cad208f1a0 .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_7da2a19f7bc0bf3a strong {
  color: #fff;
}

.bg-white_3bb823ce403038ca {
  background: #ffffff;
}

.bg-white-10_431516c4a71ddab9 {
  background: rgba(255, 255, 255, .1);
}

.wh80_49c18a96171eb85e {
  width: 80%;
  height: 80%;
}

.border-top_c61928b9a3680e19 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_59ff62af528cb14b {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_91923c8739129ab6 header.border-bottom_59ff62af528cb14b {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_93aa02678a0d5637 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_93aa02678a0d5637 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_c7e80e719c71c5df {
  background: rgba(26, 37, 48, .85);
}

.circle-x_682454ea834a88fb {
  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_3ef58b2cbc00b58d:before,
.nav-next_4a2258b50653e5f3:before,
.nav-exit_ca651b56e2b2ac6d:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_ca651b56e2b2ac6d:before {
  width: 100%;
  display: block;
}

.nav-next_4a2258b50653e5f3:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_ca651b56e2b2ac6d:before {
  content: '\f00d';
}

.de_light_8cfa9564fdc9d828 .nav-exit_ca651b56e2b2ac6d:before {
  color: #222;
}

.no-bottom_2e3c15956324fbb4 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_4fb1f2a076e5440b {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_a921d862cba409be {
  background: #f6f6f6;
}

.no-bottom_2e3c15956324fbb4 .col-md-12_abf50f66fd24bd46 {}

.no-bottom_2e3c15956324fbb4 {
  padding-bottom: 0 !important;
}

.no-top_88334f997211917a {
  padding-top: 0 !important;
}

.no-margin_3a2e4dd4bcba0c94 {
  margin: 0 !important;
}

.nopadding_71836c9638138089 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_00bbbaf5fc530d27 {
  position: relative;
  overflow: hidden;
}

.image-slider_63e9b1ecf00681f3 {
  cursor: move;
}

.inner-padding_7ab767ff411461db {
  padding: 90px;
}

.inner-padding_7ab767ff411461db.pos-left_97b3f945b4b00030 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_7ab767ff411461db.pos-left_97b3f945b4b00030 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_f891a8b05da4c4e7,
section.no-padding_f891a8b05da4c4e7 {
  padding: 0;
}

.float-left_9ca8bc6f41ff467c {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_e5b47f6e5d6fcc28 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_1e49d613c25929cc {
  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_44f08e9a5320acc6 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_44f08e9a5320acc6.style-2_78a51eb1fcf88edf {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_44f08e9a5320acc6.style-3_a2221a2528dcc45b {
  font-size: 14px;
}

.teaser_44f08e9a5320acc6.style-4_291dd5eba8732a9b {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_89d8a4b13ad18470:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_e2fea894e389c593 {
  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_aa727bbc49474cff {
  display: flex;
}

.owl-prev_34a2472be8620ce2,
.owl-next_a1d900c430bfe964,
.d-nav-left_17d59f220402862a,
.d-nav-right_33d1f6ef7a03c16d {
  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_91923c8739129ab6 .owl-prev_34a2472be8620ce2,
.dark-scheme_91923c8739129ab6 .owl-next_a1d900c430bfe964 {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_34a2472be8620ce2:hover,
.owl-next_a1d900c430bfe964: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_34a2472be8620ce2,
.d-nav-left_17d59f220402862a {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_a1d900c430bfe964,
.d-nav-right_33d1f6ef7a03c16d {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_17d59f220402862a i,
.d-nav-right_33d1f6ef7a03c16d i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_a1d900c430bfe964 i,
.d-nav-left_17d59f220402862a i {
  top: 12px;
  left: 16px;
}

.d-nav-right_33d1f6ef7a03c16d i {
  top: 12px;
  right: 16px;
}

.owl-arrow_280ef3aa9cdff239 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_280ef3aa9cdff239 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_280ef3aa9cdff239 .prev {
  left: 0;
}

.owl-arrow_280ef3aa9cdff239 .next {
  right: 0;
}

.owl-arrow_280ef3aa9cdff239 .prev:before,
.owl-arrow_280ef3aa9cdff239 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_280ef3aa9cdff239 .next:before {
  content: '\f178';
}

.owl-pagination_96125ee3796b8896 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_311ad34372596b3d .owl-controls_36dc04b106ff6649 .owl-page_e70c134d6e3be7e6 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_311ad34372596b3d .owl-controls_36dc04b106ff6649 .owl-page_e70c134d6e3be7e6.active span {
  background: none;
}

.owl-theme_311ad34372596b3d .owl-controls_36dc04b106ff6649 .owl-page_e70c134d6e3be7e6.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_311ad34372596b3d .owl-nav_aa727bbc49474cff.disabled+.owl-dots_7faa75cdb69bf0a4 {
  margin-top: 0px;
}

.owl-dots_7faa75cdb69bf0a4 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_311ad34372596b3d .owl-dots_7faa75cdb69bf0a4 .owl-dot_562ca263f5773267 span {
  display: none;
}

/* new owl close */

.text-light_7da2a19f7bc0bf3a .owl-theme_311ad34372596b3d .owl-controls_36dc04b106ff6649 .owl-page_e70c134d6e3be7e6 span {
  background-color: #fff;
}

.text-light_7da2a19f7bc0bf3a .owl-theme_311ad34372596b3d .owl-controls_36dc04b106ff6649 .owl-page_e70c134d6e3be7e6.active span {
  background: none;
}

.text-light_7da2a19f7bc0bf3a .owl-theme_311ad34372596b3d .owl-controls_36dc04b106ff6649 .owl-page_e70c134d6e3be7e6.active span:before {
  border: solid 2px #fff;
}

.text-slider_19242e4d26b1aecc {
  color: #fff;
  display: inline-block;
}

.text-slider_19242e4d26b1aecc.med-text_5d29efc03fb07ee7 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_19242e4d26b1aecc.big-text_ec45f1c6ec7a32ec {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_69dd5c3950de35a2 .text-item {
  display: inline-block;
}

.text-slider_19242e4d26b1aecc.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_19242e4d26b1aecc.big-text_ec45f1c6ec7a32ec i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_19242e4d26b1aecc h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_b05ac3b3be5fdfb9 {
  color: #ff0000;
}

.teal_73aeeeb0326b624e {
  color: #009999;
}

.purple_b900a6deddd091fd {
  color: #663366;
}

.green_79d3686578b8a58d {
  color: #009900;
}

.bg-overlay_c3bed709b3c9f4f8 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_b5eb7a642982a5f3 {
  position: relative;
}

.overlay-bg_7f3a18142e19e9a3 {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_7f3a18142e19e9a3.p60_e6c19f1efc0c96cf {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_adfa854928326032 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_54041701cb860f30 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_7f3a18142e19e9a3.t0_849be85a0ad9ae69 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_7f3a18142e19e9a3.t20_372993c20611c627 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_7f3a18142e19e9a3.t30_2f408938fa31dd45 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_7f3a18142e19e9a3.t40_86991d85df33df64 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_7f3a18142e19e9a3.t50_87ec91f3bbe0ad29 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_7f3a18142e19e9a3.t60_997f2209028f8abd {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_7f3a18142e19e9a3.t70_e0189470b49dce97 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_7f3a18142e19e9a3.t80_1875ab09b321e51a {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_7f3a18142e19e9a3.t90_29dad29c383b8965 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_7f3a18142e19e9a3.light-5_d9c55f6c95684e75 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_7f3a18142e19e9a3.light-6_db8427adf8671284 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_7f3a18142e19e9a3.light-7_b27207b0e0c3079a {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_7f3a18142e19e9a3.light-8_57d640c5315c7bc8 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_7f3a18142e19e9a3.c1_f39d239388bc842c {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_7f3a18142e19e9a3.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_7f3a18142e19e9a3.gradient-blue-aqua_af79c2ae92aef566 {
  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_6225bc7be34bd6f7.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_54cc3e4153c3a7fe {
  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_a921d862cba409be,
section.bg-grey_a921d862cba409be {
  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_619cfa6f254cb0ae {
  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_ed2145cc3198d408 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_ed2145cc3198d408:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_48212148be4e1d01 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_4c11b757fd6dc991 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_4c11b757fd6dc991:hover {
  color: #707070;
}

a.read_more_4c11b757fd6dc991 i {
  margin-left: 8px;
}

.text-light_7da2a19f7bc0bf3a a.read_more_4c11b757fd6dc991 {
  color: #fff;
}

.text-black_f92f059c848624ff {
  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_7d8d1c5d1ffb1d3e {
  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_34fee7bfc217f7e5:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_34fee7bfc217f7e5: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_7faa75cdb69bf0a4 {
  text-align: center;
}

.owl-dot_562ca263f5773267 {
  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_91923c8739129ab6 .owl-dot_562ca263f5773267,
.text-light_7da2a19f7bc0bf3a .owl-dot_562ca263f5773267 {
  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_16673a9dff26b3d8 {
  opacity: 1;
}

.owl-stage_5c7549cc62f527bc {
  overflow: none;
}

.typed-strings_902ccd5ba3c9ad8c p {
  position: absolute;
}

.typed-cursor_29b0c01fc1a36797 {
  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_78a51eb1fcf88edf .date-box_d8f73380c7f5e94d {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_78a51eb1fcf88edf .date-box_d8f73380c7f5e94d .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_78a51eb1fcf88edf .date-box_d8f73380c7f5e94d .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_6862b00d899b525b {
  margin: 0;
  padding: 0;
}

.sitemap_6862b00d899b525b.s1_33bdda1bbae1f146 li {
  list-style: none;
}

.sitemap_6862b00d899b525b.s1_33bdda1bbae1f146 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_67b2b5bd32aa832d {
  margin: 0;
  padding: 0;
}

.list_67b2b5bd32aa832d li {
  list-style: none;
}

.rtl .list_67b2b5bd32aa832d.s1_33bdda1bbae1f146 li:after,
.list_67b2b5bd32aa832d.s1_33bdda1bbae1f146 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_67b2b5bd32aa832d.s1_33bdda1bbae1f146 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_67b2b5bd32aa832d.s1_33bdda1bbae1f146 li:before {
  display: none;
}

.list_67b2b5bd32aa832d.s2_00a4c3343d6f3ef0 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_67b2b5bd32aa832d.s3_99c8e4a34b86909a {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_67b2b5bd32aa832d.s3_99c8e4a34b86909a li {
  display: inline;
  margin-right: 20px;
}

.list_67b2b5bd32aa832d.s3_99c8e4a34b86909a a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_e3537f3fc05d77fa {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_91923c8739129ab6 .switch-set_e3537f3fc05d77fa{
  color:#ffffff;
}

.dark-scheme_91923c8739129ab6 .switch_32b43817647acc67 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_e3537f3fc05d77fa div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_32b43817647acc67 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_32b43817647acc67::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_279676fc4055fa70 {
  display: block;
}

.de-switch_279676fc4055fa70 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_279676fc4055fa70 input[type=checkbox] {
  display: none;
}

.de-switch_279676fc4055fa70 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_279676fc4055fa70 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_279676fc4055fa70 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_91923c8739129ab6 .de-switch_279676fc4055fa70 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_279676fc4055fa70 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_279676fc4055fa70.colored_e7d2b865fa3fe967 input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_279676fc4055fa70.colored_e7d2b865fa3fe967 label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_279676fc4055fa70 {
  float: right;
}

.switch_32b43817647acc67:checked::after {
  transform: translateX(20px);
}

.switch_32b43817647acc67:focus {
  outline-color: transparent;
}

.menu_side_area_ae58fc996562e9da {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_ae58fc996562e9da {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_91923c8739129ab6 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_af4d7b77d9a3c770 {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_412763bec46defe9 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_52d4c428c88f3b52 {
  display: none;
}

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

.ul-style-2_18f62d7f893d77aa 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_18f62d7f893d77aa li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_18f62d7f893d77aa.s2_00a4c3343d6f3ef0 li h4 {
  font-weight: 600;
}

.ul-style-2_18f62d7f893d77aa.s2_00a4c3343d6f3ef0 li {
  margin-bottom: 30px;
}

.ul-style-2_18f62d7f893d77aa.s3_99c8e4a34b86909a li {
  margin-bottom: 5px
}

.ul-style-2_18f62d7f893d77aa .d-label_714aa81d05f0341f {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_8d6be8839bf688f6{
  margin: 0;
  padding: 0;
}

.ul-check-inline_8d6be8839bf688f6 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_8d6be8839bf688f6 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_18f62d7f893d77aa 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_18f62d7f893d77aa li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_124dfcf4381e37ca {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_124dfcf4381e37ca li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_124dfcf4381e37ca li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_124dfcf4381e37ca li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_706f45869cb920f9{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_1df10428ff4c766d{
  color:#ffffff;
}


/* shadow */

.shadow-soft_908016017739da8a,
.de-map-wrapper_3f5c492d68f31f23 iframe,
.expand-custom_053d5114d61df3af,
#form_sb input,
.container-timeline_5c8c77ba61ee4cdb 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_817d72069c4af775 {
  -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_3485b651c87542a7 {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_a22e4b6cf2844d6b {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_558936590b30e642 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_ebdfe6f5af1c8c4f {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_6ae42336db5a724b{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_1bbd84fa9dc67b6b{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_20c7af6f4139e5a2 {
  right: 0;
}

.rtl .carousel-control-prev_8a29c780d476e75c {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_4ca72c1e54e93985,
.carousel-control-prev-icon_ce85c4a8702cc909 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_4ca72c1e54e93985:after,
.carousel-control-prev-icon_ce85c4a8702cc909:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_4ca72c1e54e93985:after {
  content: "\f105";
}

.carousel-control-next-icon_4ca72c1e54e93985:hover,
.carousel-control-prev-icon_ce85c4a8702cc909: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_3f5c492d68f31f23 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_a9679648006445ff {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_a9679648006445ff {
  -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_d00737a3d581b41c {
  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_7a8c9f9b2e2aaa57{
  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_076ca9c7bd33f7ea .bubble_7a8c9f9b2e2aaa57:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_076ca9c7bd33f7ea .bubble_7a8c9f9b2e2aaa57:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_076ca9c7bd33f7ea .bubble_7a8c9f9b2e2aaa57:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_9ef861a11d4e0868{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_9ef861a11d4e0868 .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_2f5a0ac9caa3664d{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_2f5a0ac9caa3664d dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_2f5a0ac9caa3664d dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_2f5a0ac9caa3664d dt span:after {
  content: " ";
}
.def-list-dots_2f5a0ac9caa3664d dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_2f5a0ac9caa3664d .no-def-item_e9cfda12a17c2212 dt:after {
  content: "";
}
.def-list-dots_2f5a0ac9caa3664d 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_c36bef2cb82d1b05 img{
  height: 350px;
  width: auto;
}

.d-list-menu_c6c566bf6e11aea7 {
  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_2944b0dcdb1cad9e .dropdown a:hover {
  color: #333;
}

.dark-scheme_91923c8739129ab6 .dropdown a,
.dark-scheme_91923c8739129ab6 .header-light_2944b0dcdb1cad9e .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_91923c8739129ab6 .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_91923c8739129ab6 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_91923c8739129ab6 .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_d2be64f69d2bf8ac {
  width: 600px !important;
}

.dropdown ul.d-col-3_d2be64f69d2bf8ac li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_d2be64f69d2bf8ac li span {}

.text-light_7da2a19f7bc0bf3a .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_7da2a19f7bc0bf3a .dropdown a {
  color: #ffffff;
}

.items_filter_9f93f24555868bff {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_9f93f24555868bff .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_3f4e46a476d838a2,
.dropdown.fullwidth_3f4e46a476d838a2 a,
.dropdown.fullwidth_3f4e46a476d838a2 ul,
.dropdown.fullwidth_3f4e46a476d838a2 li {
  width: 100%;
}

.dropdown.style-2_78a51eb1fcf88edf,
.dropdown.style-2_78a51eb1fcf88edf a,
.dropdown.style-2_78a51eb1fcf88edf ul,
.dropdown.style-2_78a51eb1fcf88edf li {
  width: 100%;
}

.rtl .dropdown.style-2_78a51eb1fcf88edf {
  text-align: right;
}

.dropdown.style-2_78a51eb1fcf88edf h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_78a51eb1fcf88edf a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_385671ee89a6437e {
  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_385671ee89a6437e:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_344be6be508d2ce9 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_344be6be508d2ce9 span {
  display: inline-block;
  position: relative;
}

.separator_344be6be508d2ce9 span:before,
.separator_344be6be508d2ce9 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_344be6be508d2ce9 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_344be6be508d2ce9 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_344be6be508d2ce9 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_8cfa9564fdc9d828 .separator_344be6be508d2ce9 span:before,
.de_light_8cfa9564fdc9d828 .separator_344be6be508d2ce9 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_7da2a19f7bc0bf3a .separator_344be6be508d2ce9 span:before,
.text-light_7da2a19f7bc0bf3a .separator_344be6be508d2ce9 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_bf8cac8f21040d63: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_bf8cac8f21040d63: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_bf8cac8f21040d63 {
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_51582aa3cb0a2eff {
  -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_51582aa3cb0a2eff {
  -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_de7c52170ef2ad0d,
.isotope.no-transition_de7c52170ef2ad0d .isotope-item_51582aa3cb0a2eff,
.isotope .isotope-item_51582aa3cb0a2eff.no-transition_de7c52170ef2ad0d {
  -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_7da2a19f7bc0bf3a #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_7da2a19f7bc0bf3a #filters a:hover {
  color: #fff;
}

.text-light_7da2a19f7bc0bf3a #filters a.selected {
  color: #fff;
}

.text-light_7da2a19f7bc0bf3a #filters a.selected {
  color: #fff;
}

.isotope-item_51582aa3cb0a2eff {
  z-index: 2;
}

.isotope-hidden_ef6025d9e1c4b568.isotope-item_51582aa3cb0a2eff {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_0b888500bb5030b3 ul.slides,
.project-carousel-3-col_dd832f741ccc2ba1 ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_43fa34cfa834a391 .flex-direction-nav_0603d9b10d02e45e,
.project-carousel_0b888500bb5030b3 .flex-control-nav_00d51fad5b50d25d,
.project-carousel_0b888500bb5030b3 .flex-direction-nav_0603d9b10d02e45e,
.project-carousel-3-col_dd832f741ccc2ba1 .flex-control-nav_00d51fad5b50d25d,
.project-carousel-3-col_dd832f741ccc2ba1 .flex-direction-nav_0603d9b10d02e45e {
  display: none;
}

.logo-carousel_43fa34cfa834a391.owl-carousel_042a7a02ff83fd26 .owl-item img {
  width: auto;
}

.logo-carousel_43fa34cfa834a391.no-control_1cf72dbdb824fc86 .flex-control-nav_00d51fad5b50d25d {
  display: none;
}

.logo-carousel_43fa34cfa834a391.s2_00a4c3343d6f3ef0 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_042a7a02ff83fd26.owl-center_74da7a7046dec170 .owl-item {
  opacity: .6;
}
.owl-carousel_042a7a02ff83fd26.owl-center_74da7a7046dec170 .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_435371132d8ee7d1());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_435371132d8ee7d1());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_435371132d8ee7d1());
}

.typed-strings_902ccd5ba3c9ad8c p {
  position: absolute;
}

.social-icons-sm_f21b7215f1a78ff1 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_f21b7215f1a78ff1 i:hover {
  color: #ffffff;
}

.arrowup_eed4941652e4a4aa {
  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_3b6f5c77fcdefd10 {
  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_7d67c642032dd3fd {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_5689a9f8d62dd164 {
  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_7b2d26f7c004db3b .nav-link {
  font-weight: 500;
}

.de-preloader_ef30815fe9c02c07 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_91923c8739129ab6 .de-preloader_ef30815fe9c02c07 {
  background: var(--bg-color-even);
}

.dot-loader_334d64564a3e1829 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_2ce611d0fde58be0 {
  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_2ce611d0fde58be0.dot1_c0fcb67aa6b793e3 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_2ce611d0fde58be0.dot2_fb950ba8c2ae2f46 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_2ce611d0fde58be0.dot3_d245fe1d80f0715c {
  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_8b4ece945d9a1025 {
  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_8b4ece945d9a1025 .p-line_427b0855ca13a2bf {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_8b4ece945d9a1025 .p-line_427b0855ca13a2bf: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_8b4ece945d9a1025 .p-line_427b0855ca13a2bf:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_8b4ece945d9a1025 .p-line_427b0855ca13a2bf: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_e0d333407a31619b, .container-md_7397cb33aca1e5e2, .container-sm_bde5413e54eecd3c, .container-xl_0c13a6019a6c3063 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_e0d333407a31619b,
  .container-md_7397cb33aca1e5e2,
  .container-sm_bde5413e54eecd3c,
  .container-xl_0c13a6019a6c3063 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_e0d333407a31619b,
  .container-md_7397cb33aca1e5e2,
  .container-sm_bde5413e54eecd3c,
  .container-xl_0c13a6019a6c3063 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_6de12332b35eb490 { width: 20%; }
  .col-md-2-5_c16ddac971a32081 { width: 40%; }
  .col-md-3-5_beea066d60a4eded { width: 60%; }
  .col-md-4-5_feac07b53927c397 { width: 80%; }
  .col-md-5-5_938fb1f3f544115a { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_fa7224ce9eef4b1b { width: 20%; }
  .col-lg-2-5_f3846b550d7d8dcf { width: 40%; }
  .col-lg-3-5_cd52be00d6676d44 { width: 60%; }
  .col-lg-4-5_6020bd8b3c4b9b4d { width: 80%; }
  .col-lg-5-5_a0ff8758e7e8a651 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_e0d333407a31619b,
  .container-md_7397cb33aca1e5e2,
  .container-sm_bde5413e54eecd3c {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_b8bf7072de609ad2 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_2062f7d9233ec4ee .tr .td:nth-child(4),
  .de_table_2062f7d9233ec4ee .tr .td:nth-child(5),
  .de_table_2062f7d9233ec4ee .tr .td:nth-child(6),
  .de_table_2062f7d9233ec4ee .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_eae0a3d292f610c8 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_5bb2ed188217e718 .countdown-show4_59b8ffd09bcf795f .countdown-section_af4d7b77d9a3c770 {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_5bb2ed188217e718 .countdown-period_0a63e7415270feb0{
    font-size:10px;
  }

  .countdown-s2_5bb2ed188217e718 .countdown-amount_18205ec6f28d1d04 {
    font-size: 20px;
  }


  .mb-sm-20_7d5f281ec93eba4f {
    margin-bottom: 20px;
  }

  .mb-sm-30_ec409cccee7c09dc {
    margin-bottom: 30px;
  }

  .mt-sm-0_c589217dd58788c9{
    margin-top: 0;
  }

  .sm-mt-0_fb5e40b261fddcb0 {
    margin-top: 0;
  }

  .p-sm-30_aa897d1cdb524014 {
    padding: 40px;
  }

  .pb-sm-0_428a707df24d9cf8 {
    padding-bottom: 0;
  }

  .mb-sm-0_a760eb81a4228c10 {
    margin-bottom: 0;
  }

  .sm-p-40_4511898dfbb47dc1{
    padding: 40px;
  }

  header .header-col_c60e8c7a2ec195a7 {
    position: absolute;
    top: 0;
  }

  header .header-col_c60e8c7a2ec195a7.mid_8cc0e9491b8b2444 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_b079e54aacfda8ba {
    text-align: center;
  }

  .sm-pt10_0a7e4988c9830b7d {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_7ab767ff411461db {
    padding: 40px;
  }

  .header-col-left_cea2965bd4ed2136,
  .header-col-right_d63cd4f14825e47a {
    padding-top: 16px;
  }

  .header-col-mid_cb78bb9d172ae0e4 #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_cd82908fea0c6690 {
    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_44b825c89198711a {
    position: fixed;
  }

  #subheader.s2_00a4c3343d6f3ef0 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_57391454319840ac {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_b8bf7072de609ad2 h1 {
    font-size: 32px;
  }

  .slider_text_b8bf7072de609ad2 .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_ec2ca9c5b89fff76 {
    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_ec2ca9c5b89fff76,
  #mainmenu li li li a.menu-item_ec2ca9c5b89fff76 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_ec2ca9c5b89fff76:hover {
    background: #111;
  }

  #mainmenu a.menu-item_ec2ca9c5b89fff76: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_ec2ca9c5b89fff76: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_ec2ca9c5b89fff76 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_ec2ca9c5b89fff76:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_ec2ca9c5b89fff76 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_ec2ca9c5b89fff76 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_ec2ca9c5b89fff76 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_ec2ca9c5b89fff76:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_f9a62dbb69d7ae7e) {
    border: none;
  }

  #mainmenu>li ul.mega_f9a62dbb69d7ae7e .sb-menu_8a261342f4b50277 {
    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_ec2ca9c5b89fff76 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu a.menu-item_ec2ca9c5b89fff76{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_ec2ca9c5b89fff76: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_91923c8739129ab6 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_f9a62dbb69d7ae7e ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_f9a62dbb69d7ae7e .menu-content_f4e78bcd3781387d {
    background: #fff;
  }

  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu li,
  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu li ul li a.menu-item_ec2ca9c5b89fff76 {
    border-color: #eee;
  }

  header.header-dark_09a7fd5df5ecb4ef.header-mobile {
    background: #222;
  }

  header.header-dark_09a7fd5df5ecb4ef.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_09a7fd5df5ecb4ef.header-mobile #mainmenu li a.menu-item_ec2ca9c5b89fff76 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_ec2ca9c5b89fff76: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_ec2ca9c5b89fff76 {
    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_91923c8739129ab6 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_ec2ca9c5b89fff76 {
    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_ec2ca9c5b89fff76 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_91923c8739129ab6 header.header-mobile #mainmenu li a.menu-item_ec2ca9c5b89fff76 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_ec2ca9c5b89fff76:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_91923c8739129ab6 header.header-mobile #mainmenu li a.menu-item_ec2ca9c5b89fff76: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(../resources/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_91923c8739129ab6 header.header-mobile #mainmenu>li>span {
    background: url(../resources/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../resources/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_91923c8739129ab6 header.header-mobile #mainmenu li span.active {
    background: url(../resources/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../resources/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(../resources/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_ec2ca9c5b89fff76 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_91923c8739129ab6 header.header-mobile #mainmenu li ul li a.menu-item_ec2ca9c5b89fff76 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_ec2ca9c5b89fff76 {
    border-bottom: none;
  }

  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu>li>span,
  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu li>ul>li>span {
    background: url(../resources/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu>li>span.active,
  header.header-light_2944b0dcdb1cad9e.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../resources/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_f9a62dbb69d7ae7e {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_f9a62dbb69d7ae7e>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_f9a62dbb69d7ae7e .menu-content_f4e78bcd3781387d {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_2944b0dcdb1cad9e #mainmenu ul li a.menu-item_ec2ca9c5b89fff76,
  .header-light_2944b0dcdb1cad9e #mainmenu ul li a.menu-item_ec2ca9c5b89fff76:hover {
    color: #333;
  }

  .de_tab.tab_methods_97f8adc64f6e638b .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_97f8adc64f6e638b .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_97f8adc64f6e638b .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_97f8adc64f6e638b .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_fbaf15a41b27fa14 {
    display: none;
  }

  .sm-hide_888c7e5b653f9c70 {
    display: none;
  }

  .d-btn-close_d4d22d1d54300ec4 {
    position: relative;
  }

  .de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_ec2ca9c5b89fff76 span {
    display: none;
  }

  .de_tab.tab_methods_97f8adc64f6e638b.style-2_78a51eb1fcf88edf .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_edd0aa8051edf36c {
    position: relative;
    height: auto;
  }

  .timeline_68ed96b8953a2479>li>.timeline-panel_396312c91a6939ef {
    width: 100%;
  }

  .timeline-badge_fcc71a0f35071a13 {
    display: none;
  }

  .timeline_68ed96b8953a2479:before {
    background: none;
  }

  .tp-caption_26feee37f1ee87ae {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_432088537e9e32f7 .de-flex_1a83835c8fb76a05,
  .subfooter_432088537e9e32f7 .de-flex-col_c0109be9232ba0e0 {
    display: block;
  }

  .subfooter_432088537e9e32f7 .social-icons_ccef96783dd75c31 {
    margin-top: 20px;
  }

  .subfooter_432088537e9e32f7 span.copy_d8e90798e2f22b6e {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_e6a9e4b27de776a7{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_8dfd6332bf531939{
    margin:0 20px;
  }

  .crumb_57391454319840ac{
    margin-bottom: 0;
  }

  section.bottom-rounded_664df48247ab940f{
    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_151ecb09fb582ace,
  h1.ultra-big_151ecb09fb582ace .text-line_293b5fdda11ddf9e,
  h1.ultra-big-2_124f20a148709047,
  .title-text_eeae7182a0399d08,
  h1.slider-title_98c53dcc96c90915{
    font-size: 60px;
  }  

  h1.slider-title_98c53dcc96c90915,
  h2.slider-title_98c53dcc96c90915{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_162ebf7f00762e04 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_1a2570b92d8ed37a{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_353f78bae8a8bce6{padding-top:10px;}
  .pt-sm-20_e1b3320548c4c4ca{padding-top:20px;}
  .pt-sm-30_ff59be41f9ec8000{padding-top:30px;}
  .pt-sm-40_3da5dea0d32793df{padding-top:40px;}
  .pt-sm-50_c4ad5a62119224ed{padding-top:50px;}
  .pt-sm-60_ae36b3be3a5144a8{padding-top:60px;}
  .pt-sm-70_2a3902d4449f8c5b{padding-top:70px;}
  .pt-sm-80_cdaa1200abe22a80{padding-top:80px;}
  .pt-sm-90_3452c265861084b0{padding-top:90px;}
  .pt-sm-100_0c920a40c1617356{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_36bc078a650900e1{padding-bottom:10px;}
  .pb-sm-20_0aa622c4a7c6dfa3{padding-bottom:20px;}
  .pb-sm-30_9da7fb00bad8a362{padding-bottom:30px;}
  .pb-sm-40_4360a695898fdac3{padding-bottom:40px;}
  .pb-sm-50_7025c23ed1c12294{padding-bottom:50px;}
  .pb-sm-60_306506b8910c3413{padding-bottom:60px;}
  .pb-sm-70_b2ea87cfdd3cf5bf{padding-bottom:70px;}
  .pb-sm-80_7b2cc4fa716af4dc{padding-bottom:80px;}
  .pb-sm-90_1ea38ba1771ca661{padding-bottom:90px;}
  .pb-sm-100_e1e7f40f92006151{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_d6cc6374304d0ad7{margin-top:10px;}
  .mt-sm-20_711a114964301490{margin-top:20px;}
  .mt-sm-30_e2a69c3465244c56{margin-top:30px;}
  .mt-sm-40_42d9cdd2326e708f{margin-top:40px;}
  .mt-sm-50_3cb83d23ec18163f{margin-top:50px;}
  .mt-sm-60_cfacd9e93bd8105f{margin-top:60px;}
  .mt-sm-70_5b423bf05f81c773{margin-top:70px;}
  .mt-sm-80_4eea91c2deea0a54{margin-top:80px;}
  .mt-sm-90_19673f5f9a8b5aa2{margin-top:90px;}
  .mt-sm-100_18bd6effd389a7e0{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_e6cf187277fd0dff{margin-bottom:10px;}
  .mb-sm-20_7d5f281ec93eba4f{margin-bottom:20px;}
  .mb-sm-30_ec409cccee7c09dc{margin-bottom:30px;}
  .mb-sm-40_788fb6d148dfaf7c{margin-bottom:40px;}
  .mb-sm-50_414a1684e41c98cc{margin-bottom:50px;}
  .mb-sm-60_369538cd88226b75{margin-bottom:60px;}
  .mb-sm-70_f76c45a4263fb13b{margin-bottom:70px;}
  .mb-sm-80_332b5f8b50fb567d{margin-bottom:80px;}
  .mb-sm-90_4678bc1958596a8f{margin-bottom:90px;}
  .mb-sm-100_f37f17bc50982612{margin-bottom:10px;}


  .fs-sm-1vw_6f01636a7c3f2b23{font-size: 1vw}
  .fs-sm-2vw_ae764ba55482b511{font-size: 2vw}
  .fs-sm-3vw_79db4d6f067b5d9d{font-size: 3vw}
  .fs-sm-4vw_7a14ad0cf32681b7{font-size: 4vw}
  .fs-sm-5vw_45e0d99692276d39{font-size: 5vw}
  .fs-sm-6vw_acb4b1d7f1d6a7a0{font-size: 6vw}
  .fs-sm-7vw_d95eced108f65a8b{font-size: 7vw}
  .fs-sm-8vw_5b888b874dcdf004{font-size: 8vw}
  .fs-sm-9vw_ade760c59190fc50{font-size: 9vw}
  .fs-sm-10vw_f2918bc8c8b13c7b{font-size: 10vw}
  .fs-sm-11vw_bf609f75c0f675a3{font-size: 11vw}
  .fs-sm-12vw_84059f781c506f99{font-size: 12vw}
  .fs-sm-13vw_2be980bd41f92350{font-size: 13vw}
  .fs-sm-14vw_454a05d2298483db{font-size: 14vw}
  .fs-sm-15vw_c3280751b1e002a5{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_27499deb0a97a54e {
    display: none;
  }

  header .logo-init_dc21422cc99fb704 {
    display: none;
  }

  header .logo-mobile_df8e030417d05961 {
    display: block;
  }

  header .btn-main_f5ae47e25d3be7a1{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_ae58fc996562e9da {
    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_5b60399a6c18d551 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav li:first-child,
  .de_tab.tab_style_4_f5cd59cad208f1a0 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_9a76ff8970d098ab {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_357f2e0a994bffba span{
    display: none;
  }

  .de-spot_357f2e0a994bffba .de-circle-1_2739ba727f1fcbad,
  .de-spot_357f2e0a994bffba .de-circle-2_9d2ee1fb1be5f263{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_151ecb09fb582ace,
  h1.ultra-big_151ecb09fb582ace .text-line_293b5fdda11ddf9e,
  h1.ultra-big-2_124f20a148709047,
  .title-text_eeae7182a0399d08,
  h1.slider-title_98c53dcc96c90915,
  h2.slider-title_98c53dcc96c90915{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_34ef60e70cf447b0{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_4c5b90a5f52f7ab8{padding-top:10px;}
  .pt-xs-20_d66fae995ffd61b5{padding-top:20px;}
  .pt-xs-30_a2e5cb7b10fe4afc{padding-top:30px;}
  .pt-xs-40_98ad37dfe6f3beec{padding-top:40px;}
  .pt-xs-50_5e76c83875a15b17{padding-top:50px;}
  .pt-xs-60_f7cdc64b183920ff{padding-top:60px;}
  .pt-xs-70_b50f92efe307fdb2{padding-top:70px;}
  .pt-xs-80_d98f88ff117d94b8{padding-top:80px;}
  .pt-xs-90_3e6678a795f40446{padding-top:90px;}
  .pt-xs-100_566648db0698727c{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_c1ebd65ea1f230ad{padding-bottom:10px;}
  .pb-xs-20_0289969a9e6743d3{padding-bottom:20px;}
  .pb-xs-30_e3a6d1f3c1004e6e{padding-bottom:30px;}
  .pb-xs-40_1bcf827e0dd857a0{padding-bottom:40px;}
  .pb-xs-50_8a97d00dfa800ab5{padding-bottom:50px;}
  .pb-xs-60_2503a1ec5fff09cb{padding-bottom:60px;}
  .pb-xs-70_1954aac42f0bea79{padding-bottom:70px;}
  .pb-xs-80_5ee0313f48b090d2{padding-bottom:80px;}
  .pb-xs-90_6844037a55345ef0{padding-bottom:90px;}
  .pb-xs-100_2dff1199be91f7b2{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_9ec3bc3f8dbcc185{margin-top:10px;}
  .mt-xs-20_514c47b8d367e2b7{margin-top:20px;}
  .mt-xs-30_90a6252f1b73d63e{margin-top:30px;}
  .mt-xs-40_f65380f90658541d{margin-top:40px;}
  .mt-xs-50_efe8a2f2237fb2a9{margin-top:50px;}
  .mt-xs-60_45f75c6b964c8f11{margin-top:60px;}
  .mt-xs-70_ba575420e54199d1{margin-top:70px;}
  .mt-xs-80_835ee07855774f39{margin-top:80px;}
  .mt-xs-90_5c537044de73e9ac{margin-top:90px;}
  .mt-xs-100_85fce5b9f10c9679{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_956ae9a2f10655c7{margin-bottom:10px;}
  .mb-xs-20_3c952cca8b44338d{margin-bottom:20px;}
  .mb-xs-30_52ef3b24a40cb930{margin-bottom:30px;}
  .mb-xs-40_4c5d4390ac45fbad{margin-bottom:40px;}
  .mb-xs-50_600167d7fc77b325{margin-bottom:50px;}
  .mb-xs-60_d940e91655e1a017{margin-bottom:60px;}
  .mb-xs-70_a371a9e8fb491ec0{margin-bottom:70px;}
  .mb-xs-80_bf32cf0eb9f4f0dc{margin-bottom:80px;}
  .mb-xs-90_1de61d23885c6e39{margin-bottom:90px;}
  .mb-xs-100_2f219d6495a00250{margin-bottom:10px;}

  .ss-wrap_4afdc90e8a17f31f{
    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_396312c91a6939ef {
    margin-bottom: 30px;
  }

  .timeline-pic_fea8ba51b2b2f858 {
    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_00a4c3343d6f3ef0 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_82497504dd1d06b2 {
    display: none;
  }

  header a.btn-main_f5ae47e25d3be7a1 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_40886714287f2a4f .left-half_a14ce02be9d78abc,
.half-fluid_40886714287f2a4f .right-half_21e3c6893f6d9d6e {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_40886714287f2a4f .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_40886714287f2a4f .left-half_a14ce02be9d78abc {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_40886714287f2a4f .right-half_21e3c6893f6d9d6e {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
