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


/* 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_c439c9cbed7a5842,.bg-dark-1_fd6f327ae1b6565c{background-color: var(--bg-dark-1) !important}
.bg-dark-2_f8de19c991d0909d{background-color: var(--bg-dark-2) !important}
.bg-dark-3_506716901619aa3a{background-color: var(--bg-dark-3) !important}
.bg-grey_3b42b49a72db74d6{background-color: var(--bg-grey) !important}
.bg-gradient-1_6158aca5e0627403{
  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_9dcf96208bc2326f{
  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_81538930066c5afa {
  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_4e9465b1a5ee2dda {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_a44e5bdf641753c2 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_f90375e9eec9d67f {
  display: none;
}


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

header.scroll-light_5303d6d85fe398ec .logo-scroll_a44e5bdf641753c2{
  display: none;
}

header.smaller.scroll-light_5303d6d85fe398ec .logo-main_5a3b2c43dd135ea8{
  display: none;
}

header.smaller.scroll-light_5303d6d85fe398ec .logo-scroll_a44e5bdf641753c2{
  display: block;
}

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

header.header-light_c9996ab3d214d93e .h-phone_6219d6e0ee149c5d,
header.smaller.scroll-light_5303d6d85fe398ec .h-phone_6219d6e0ee149c5d {
  color: #202020;
}

header:not(.header-light_c9996ab3d214d93e).smaller.scroll-light_5303d6d85fe398ec div#logo .logo_284d48aa42cab18c {
  display: none;
}

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

header.smaller.scroll-light_5303d6d85fe398ec div#logo .logo-scroll_a44e5bdf641753c2 {
  display: inline-block;
}

header.smaller.header-light_c9996ab3d214d93e div#logo .logo_284d48aa42cab18c {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_f7a9a9ada3d3f9a3.mid_5bf04552b4f53bb2 {
  float: right;
}

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


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

.de-overlay-gradient_223801ba3e44fd53{
  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_755338d6e86eb34d{
  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_dad164e806d89387{
  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_1ccf8873e6dd6255 {
  font-size: 13px;
}


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


#subheader.text-light_ea4c8007e6456259 .crumb_1ccf8873e6dd6255 {
  color: #fff;
}

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

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

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


#subheader.s2_f801212a2ad2db98 h1,
#subheader.s2_f801212a2ad2db98 .crumb_1ccf8873e6dd6255 {
  margin: 0;
  padding: 0;
}

#subheader.s2_f801212a2ad2db98 .crumb_1ccf8873e6dd6255 {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_f801212a2ad2db98 .crumb_1ccf8873e6dd6255 {
  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_01c44601ea79dd62) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_81538930066c5afa #mainmenu ul.mega_01c44601ea79dd62 {
  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_95fba77329c2607a: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_c9996ab3d214d93e #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_c9996ab3d214d93e #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_c9996ab3d214d93e {
  background: #ffffff;
}

.header-light_c9996ab3d214d93e #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_81538930066c5afa #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_f9cf30fe33771314) {
  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_428d747e0749f543 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_11a06a3799165bf0 {
  background: #f6f6f6;
}

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

.de_light_c64329b696ea43ca section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_3c9d64658f041c42.header-light_c9996ab3d214d93e #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_3fa03a8ed6125725,
header.header-mobile.has-topbar .header-col_f7a9a9ada3d3f9a3 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_3c9d64658f041c42.header-light_c9996ab3d214d93e {
  background: #fff;
}

header.header-light_c9996ab3d214d93e .logo_284d48aa42cab18c {
  display: none;
}

header.header-light_c9996ab3d214d93e .logo-2_e471fdd154fcf7bf {
  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_24ad80a5f37aa99b{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_09fee5724f2dfca6,
.topbar-right_fad1b0d706c0c7f5 {
  display: flex;
}

.topbar-right_fad1b0d706c0c7f5 {
  float: right;
}

.topbar-solid_b4c8fb6bcaaede48 {
  background: #ffffff;
}

.tb-light_72da4cf74afccb62 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-right_fad1b0d706c0c7f5 .topbar-widget_c080a6907c664880 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-light_24ad80a5f37aa99b .topbar-right_fad1b0d706c0c7f5 .topbar-widget_c080a6907c664880 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-light_24ad80a5f37aa99b .topbar-right_fad1b0d706c0c7f5 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .tb-light_72da4cf74afccb62 .topbar-right_fad1b0d706c0c7f5 .topbar-widget_c080a6907c664880 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .tb-light_72da4cf74afccb62 .topbar-right_fad1b0d706c0c7f5 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-left_09fee5724f2dfca6 .topbar-widget_c080a6907c664880 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-light_24ad80a5f37aa99b .topbar-left_09fee5724f2dfca6 .topbar-widget_c080a6907c664880 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .tb-light_72da4cf74afccb62 .topbar-left_09fee5724f2dfca6 .topbar-widget_c080a6907c664880 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .tb-light_72da4cf74afccb62 .topbar-left_09fee5724f2dfca6 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_c9996ab3d214d93e .h-phone_6219d6e0ee149c5d span{
  color: var(--body-font-color);
}


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

.menu_side_area_1f589443a893bf5d .btn-line_1c4249ecad8c48ae{
  display: inline-block;
}

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

.topbar-widget_c080a6907c664880.widget-text_126fe503b7ae1d2d {
  padding-top: 6px;
}

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

.h-sub_75a625d887b75fc3 .topbar-widget_c080a6907c664880 {
  padding: 12px;
}

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

.topbar-widget_c080a6907c664880.tb-phone_7024c7ca38878a19:before {
  content: "\f095";
}

.topbar-widget_c080a6907c664880.tb-email_286b4b0340fd30b1:before {
  content: "\f003";
}

.topbar-widget_c080a6907c664880.tb-opening-hours_6a346c0cc78b5734:before {
  content: "\f017";
}

.topbar-widget_c080a6907c664880.tb-social_c0eafd57b8b2f5bd {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-light_24ad80a5f37aa99b .topbar-widget_c080a6907c664880.tb-social_c0eafd57b8b2f5bd a,
#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-light_24ad80a5f37aa99b .topbar-widget_c080a6907c664880.tb-social_c0eafd57b8b2f5bd a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_b027aa97844e9e1b) .topbar-widget_c080a6907c664880.tb-social_c0eafd57b8b2f5bd a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_72da4cf74afccb62 .topbar-widget_c080a6907c664880.tb-social_c0eafd57b8b2f5bd a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_c080a6907c664880.tb-social_c0eafd57b8b2f5bd a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_c64329b696ea43ca .blog-list_77e03ea631e9409a li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_c64329b696ea43ca .blog-list_77e03ea631e9409a h4 a {
  color: #222222;
}

.de_light_c64329b696ea43ca .text-light_ea4c8007e6456259 .blog-list_77e03ea631e9409a h4 a {
  color: #fff;
}

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

.blog-list_77e03ea631e9409a .btn-more_f7a6d34e64624378:hover {
  background: #fff;
}

.de_light_c64329b696ea43ca .blog-list_77e03ea631e9409a .btn-more_f7a6d34e64624378:hover {
  background: #222;
  color: #fff;
}

.blog-list_77e03ea631e9409a .post-text_2eb592362a9e57d2 {
  padding-left: 80px;
}

.bloglist_06bec23df185901e .post-text_2eb592362a9e57d2 a.btn-main_fb6f724ba8ce9db1 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_77e03ea631e9409a .blog-slider_f4a9869e9f82436f {
  margin-bottom: -60px;
}

.blog-list_77e03ea631e9409a .date-box_da32375b34c440fa {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_c64329b696ea43ca .blog-list_77e03ea631e9409a .date-box_da32375b34c440fa .month {
  color: #222222;
}

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

.blog-list_77e03ea631e9409a .date-box_da32375b34c440fa .month {
  font-size: 14px;
}

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

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

.de_light_c64329b696ea43ca .blog-list_77e03ea631e9409a .date-box_da32375b34c440fa .month {
  border-bottom-color: #ddd;
}

.de_light_c64329b696ea43ca .text-light_ea4c8007e6456259 .blog-list_77e03ea631e9409a .date-box_da32375b34c440fa .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_ef37a415a0f0739e .d-image_4407f4f872fba992 img {
  width: 100%;
}

.de-bloglist-type-1_ef37a415a0f0739e .d-content_829f33ae9ec45a69 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_ef37a415a0f0739e .d-date_99352be268e0e598: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_cfc9857d9c69ccdb {
  margin-bottom: 40px;
}

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

.de-post-type-1_cfc9857d9c69ccdb .d-image_4407f4f872fba992 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_cfc9857d9c69ccdb .d-meta_a0aceb128b58af42 span.d-by_589601ca0c2f47ee:before {
  content: "\f007";
}

.de-post-type-1_cfc9857d9c69ccdb .d-meta_a0aceb128b58af42 span.d-date_99352be268e0e598:before {
  content: "\f073";
}

.de-post-type-1_cfc9857d9c69ccdb .d-meta_a0aceb128b58af42 span.d-tags_1dafe048c9a97d0c:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_fa6e7a0504d0c54e .d-date_99352be268e0e598 .d-month_ca48ca8e61e26b81{
  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_fa6e7a0504d0c54e .d-date_99352be268e0e598 .d-day_528d5f830e020bd4{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_fa6e7a0504d0c54e .d-image_4407f4f872fba992{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_8b5165e7c7c60d86 {}

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

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

.comment-info_a4731f859ca26ee4 span {}

.comment-info_a4731f859ca26ee4 .c_name_b6f2ab325f5456c0 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_81538930066c5afa .comment-info_a4731f859ca26ee4 .c_name_b6f2ab325f5456c0 {
  color: #ffffff;
}

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

.dark-scheme_81538930066c5afa .comment-info_a4731f859ca26ee4 .c_reply_affb7439c896cac9 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_a4731f859ca26ee4 .c_date_cbfb4eb2b557c9d3 {
  font-size: 12px;
}

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

.blog-list_77e03ea631e9409a .post-wrapper_48ea4e90bfc3ddce {}

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

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

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

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

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

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

.post-content_88a118d62d1a5cbf {
  position: relative;
}

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

.post-text_2eb592362a9e57d2 .d-date_99352be268e0e598{
  font-size: 14px;
}

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

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

.dark-scheme_81538930066c5afa .post-text_2eb592362a9e57d2 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_6b18830183dc9768,
.p-title_499828c59a74b7ca {
  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_6b18830183dc9768,
.p-title_499828c59a74b7ca.invert {
  background: var(--secondary-color);
}

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

.post-text_2eb592362a9e57d2 .p-date_ff0b2c2d1cb46d35 {
  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_ccfb77b40106c7b0 img {
  margin-bottom: 20px;
}

.blog-read_ccfb77b40106c7b0 .post-text_2eb592362a9e57d2 {
  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_d0463d34fe4cfcc4 {
  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_d0463d34fe4cfcc4 a {
  color: #888;
}

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

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

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

.post-image_3a74c4d0616959d0 .d-tagline_3dab9417749376f6 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_e9573c509e4ec6df {
  margin-bottom: 60px;
}

.blog-item_e9573c509e4ec6df img.preview_0e680763af3ccd92 {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_3a74c4d0616959d0 {
  position: relative;
}

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

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

.post-image_3a74c4d0616959d0 .post-date_ba3aecd100aef25f,
.post-image_3a74c4d0616959d0 .post-author_05e6689839c15ca3 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_76581bb61f3132d8 {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_23526adf6a7aa1ff{
  float: left;
}


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

.radio-opt_23526adf6a7aa1ff 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_23526adf6a7aa1ff 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_f801212a2ad2db98 .radio-img_338076ee4501967b input[type="radio"] + label, 
#contact_form.s2_f801212a2ad2db98 .radio-img_338076ee4501967b input[type="checkbox"] + label,
#contact_form .radio-img_338076ee4501967b input[type="radio"] + label img, 
#contact_form .radio-img_338076ee4501967b input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_d11ab3c9baee5514 .form-underline_cad13d0350984dc7{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_02584b2c5a039c82 {
  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_a9061ec7a16a24d6 {
  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_a9061ec7a16a24d6.sm-left_3fa9d76dfd05c099 {
  margin-left: 0;
}

.rtl .small-border_a9061ec7a16a24d6.sm-left_3fa9d76dfd05c099 {
  margin-right: 0;
}

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

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

.small-border_a9061ec7a16a24d6.white_1f081f99c6b65d42 {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_1ccf8873e6dd6255 a {
  text-decoration: none;
}

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

.de_light_c64329b696ea43ca .crumb_1ccf8873e6dd6255 a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_c64329b696ea43ca a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_7382d7e45060fb3e.btn-id_56d815d15bc0fcf7 {
  color: #222;
}

a.btn-dark_152437893e8865cc.btn-id_56d815d15bc0fcf7 {
  color: #fff;
}

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

.btn-fx_6e7a2b3a5a763bf6.btn-main_fb6f724ba8ce9db1 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_fb6f724ba8ce9db1.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_fb6f724ba8ce9db1.btn-dark-trans_0a978dded8f1bf44{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_fb6f724ba8ce9db1.big_83524c8580a23fc5{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_ea4c8007e6456259 .btn-line_1c4249ecad8c48ae{
  color:#ffffff;
}


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

header:not(.header-light_c9996ab3d214d93e) a.btn-line_1c4249ecad8c48ae,
.dark-scheme_81538930066c5afa a.btn-line_1c4249ecad8c48ae,
.dark-schem_68b046142b296607 a.btn-line_1c4249ecad8c48ae:hover {
  color: #ffffff;
}

a.btn-main_fb6f724ba8ce9db1.btn-white_0300e0e7fb1e4287 {
  background: #ffffff;
}

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

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

a.btn-border_37ca903ca5551e6f.light_70588e92ac1f4730 {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_37ca903ca5551e6f.light_70588e92ac1f4730:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_ea4c8007e6456259 .btn-plus_c17efbfcbd4aa078{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_ea4c8007e6456259 .btn-plus_c17efbfcbd4aa078:hover{
  color: #ffffff;;
}

a.btn-main_fb6f724ba8ce9db1.btn-with-arrow_5f6e30597315bdde{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_ea4c8007e6456259 .play-button_300126a3f91a830a.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_7e868946bbdb9daa p.d-small_54652410fba7824f {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_7e868946bbdb9daa.big_83524c8580a23fc5 h3 {
  font-size: 120px;
}

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

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

.de_count_7e868946bbdb9daa.small_278f2538a901fd8c h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_81538930066c5afa .field-set_e24a228902a0e5ae label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_e323c72a02d21174,
.h2_3e9169a09412b8c9,
.h3_3290cbcff86973c8,
.h4_6e1e4561f3b554db,
.h5_3229483bb1bd4d21,
.h6_a7a048ac0b7c69c8,
footer.footer-light_49589bad6f850a0b h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_81538930066c5afa h1,
.dark-scheme_81538930066c5afa h2,
.dark-scheme_81538930066c5afa h4,
.dark-scheme_81538930066c5afa h3,
.dark-scheme_81538930066c5afa h5,
.dark-scheme_81538930066c5afa h6,
.dark-scheme_81538930066c5afa .h1_big_aa9c779617530d81,
.dark-scheme_81538930066c5afa .h1_e323c72a02d21174,
.dark-scheme_81538930066c5afa .h2_3e9169a09412b8c9,
.dark-scheme_81538930066c5afa .h3_3290cbcff86973c8,
.dark-scheme_81538930066c5afa .h4_6e1e4561f3b554db,
.dark-scheme_81538930066c5afa .h5_3229483bb1bd4d21,
.dark-scheme_81538930066c5afa .h6_a7a048ac0b7c69c8 {
  color: #ffffff;
}

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


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


h1,
.h1_e323c72a02d21174 {
  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_95fba77329c2607a: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_c64329b696ea43ca .text-light_ea4c8007e6456259 h2 {
  color: #fff;
}

.text-light_ea4c8007e6456259 h2.deco_51295a472971eab1 span:before,
.text-light_ea4c8007e6456259 h2.deco_51295a472971eab1 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_fbe69f00c152ce93 {
  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_fbe69f00c152ce93 .s1_04eec67223b0b594{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_14dc506a73b60e5f {
  color: #223044;
}

.text-white_ed95d19f6e6a5390,
.de_light_c64329b696ea43ca .text-white_ed95d19f6e6a5390 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_cf0447e8996846fb.fs-16_34c64d328033058c li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_d4e1b5fec3337431.active .page-link_415466a88543822c{
  border-color:var(--primary-color);
}

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

.spinner_ff63d66892603478>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_ff63d66892603478 .bounce1_4bc21417c59d5c1e {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_ff63d66892603478 .bounce2_65a81324340c54e8 {
  -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_81538930066c5afa #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_af3c72635b371cc0.s2_f801212a2ad2db98 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_af3c72635b371cc0 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_af3c72635b371cc0.big_83524c8580a23fc5 i {
  margin: 0 15px 0 15px;
}

.social-icons_af3c72635b371cc0.big_83524c8580a23fc5 i:hover {
  background: none;
}

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

.social-icons_af3c72635b371cc0.s1_04eec67223b0b594:hover i {
  background: none;
}

.social-icons_af3c72635b371cc0.s1_04eec67223b0b594 {
  line-height: 0.5;
  text-align: center;
}

.social-icons_af3c72635b371cc0.s1_04eec67223b0b594 .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_739e698b91489839 {
  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_81538930066c5afa .accordion-section-title,
.text-light_ea4c8007e6456259 .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_ea4c8007e6456259 .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_3f3f7c0d99e2839e.s2_f801212a2ad2db98 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_81538930066c5afa .expand-custom_4800798266892c42 {
  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_5bcbc94fb028d0da .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_81538930066c5afa .de_tab.tab_methods_8e01f715160c793a .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_8e01f715160c793a.style-2_3a7462ae6eb4d124 .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_8e01f715160c793a.style-2_3a7462ae6eb4d124.light_70588e92ac1f4730 .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_8e01f715160c793a.style-2_3a7462ae6eb4d124 .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_8e01f715160c793a.style-2_3a7462ae6eb4d124 .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_c64329b696ea43ca .de_tab.tab_style_2_1fd19a7ebc7db0d3 .de_nav {}

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

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

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

.text-light_ea4c8007e6456259 .de_tab.tab_style_2_1fd19a7ebc7db0d3 .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_c64329b696ea43ca .de_tab.tab_style_3_d5bac1ebfc66f2f7 .de_nav li span:hover {
  background: #ddd;
}

.de_light_c64329b696ea43ca .de_tab.tab_style_3_d5bac1ebfc66f2f7 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_ea4c8007e6456259 .de_tab.tab_style_3_d5bac1ebfc66f2f7 .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_0fa41e6d54932a95 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_ea4c8007e6456259 .de_tab.tab_style_4_0fa41e6d54932a95 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_ea4c8007e6456259 .de_tab.tab_style_4_0fa41e6d54932a95 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_5f7f86861579009c.nav_4_574b96d7cbf7210a 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_5f7f86861579009c.nav_4_574b96d7cbf7210a .dot_aadf4d30df072fdf {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_5f7f86861579009c.nav_4_574b96d7cbf7210a li:last-child .dot_aadf4d30df072fdf:before,
.de_tab.timeline_5f7f86861579009c.nav_4_574b96d7cbf7210a li:last-child .dot_aadf4d30df072fdf:after {
  border-bottom: none;
}

.de_tab.timeline_5f7f86861579009c li .num_4cb13d23fd7be033 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_4c28088819bf31a6,
a.btn-right_4849d9b20f20fe2c {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_5c0a13302a58b918 {
  padding-top: 20px;
}

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

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

.de_testi_d436f33beb261abd.no-bg_53221c76b0c7c089 blockquote {
  background: none;
}

.de_testi_d436f33beb261abd 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_d436f33beb261abd.type-2_2610f2eaefa9431e.review_4dad6ad1707e4b44 blockquote {
  padding: 50px;
}

.de_testi_d436f33beb261abd.type-2_2610f2eaefa9431e.review_4dad6ad1707e4b44 blockquote:before {
  display: none;
}

.de_testi_d436f33beb261abd.type-2_2610f2eaefa9431e.review_4dad6ad1707e4b44 p {
  padding-top: 0;
}

.de_testi_d436f33beb261abd.type-2_2610f2eaefa9431e.review_4dad6ad1707e4b44 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_ea4c8007e6456259 .de_testi_d436f33beb261abd.type-2_2610f2eaefa9431e blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_d436f33beb261abd.type-2_2610f2eaefa9431e .de_testi_by_1042a63cb54ee492 {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_d436f33beb261abd.opt-3_4232ded2c78adc92 blockquote p {
  font-size: 14px;
}

.de_testi_d436f33beb261abd.opt-3_4232ded2c78adc92 blockquote:before {
  color: #fff;
}

.de_testi_d436f33beb261abd.opt-3_4232ded2c78adc92 .de_testi_by_1042a63cb54ee492 {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_8d36cffe6cced416 .site-center-line_86e0a0b51dbfbe58 {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___0df16d416ced1699 {
  display: inline-block;
}
.de-timeline-article_8d36cffe6cced416.odd .site-center-line_86e0a0b51dbfbe58 {
  background: var(--primary-color);
}
.de-timeline-article_8d36cffe6cced416.even .site-center-line_86e0a0b51dbfbe58 {
  background: var(--secondary-color);
}
.de-timeline-article_8d36cffe6cced416 {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_8d36cffe6cced416 .content-left-container_8924f111458dbb3b,
.de-timeline-article_8d36cffe6cced416 .content-right-container_7294793e502fb1a8 {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_8d36cffe6cced416 .content-left_d9d94bdd0a3575b5,
.de-timeline-article_8d36cffe6cced416 .content-right_da6e0c91772a3716 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_d05e7e5e106b1aa9 {
  margin-top: 0;
}
.de-timeline-article_8d36cffe6cced416 p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_8d36cffe6cced416 .content-left-container_8924f111458dbb3b {
  float: left;
}
h4.de-timeline-year_ab6d06bd8527f8d2 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_8d36cffe6cced416.even h4.de-timeline-year_ab6d06bd8527f8d2{
  color:var(--heading-font-color);
}
.de-timeline-article_8d36cffe6cced416.odd .year___0df16d416ced1699 {
  float: left;
}
.de-timeline-article_8d36cffe6cced416.odd h4.de-timeline-year_ab6d06bd8527f8d2 {
  background: var(--primary-color);
}
.de-timeline-article_8d36cffe6cced416.even .year___0df16d416ced1699 {
  float: right;
}
.de-timeline-article_8d36cffe6cced416.even h4.de-timeline-year_ab6d06bd8527f8d2 {
  background: var(--secondary-color);
}
.de-timeline-article_8d36cffe6cced416 .d-line_ec1c10fdc977546d {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_8d36cffe6cced416.odd .d-line_ec1c10fdc977546d {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_8d36cffe6cced416.even .d-line_ec1c10fdc977546d {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_8d36cffe6cced416 .owl-carousel_efebb20df949c2d1 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_8d36cffe6cced416 .content-right-container_7294793e502fb1a8 {
  float: right;
}
.de-timeline-article_8d36cffe6cced416 .meta-dot_0badb8106bd7e676 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_8d36cffe6cced416.odd .meta-dot_0badb8106bd7e676 {
  background: var(--primary-color);
}
.de-timeline-article_8d36cffe6cced416.even .meta-dot_0badb8106bd7e676 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_8d36cffe6cced416 .site-center-line_86e0a0b51dbfbe58 {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_8d36cffe6cced416 .meta-dot_0badb8106bd7e676 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_8d36cffe6cced416 .content-left-container_8924f111458dbb3b,
  .de-timeline-article_8d36cffe6cced416 .content-right-container_7294793e502fb1a8 {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_8d36cffe6cced416 .content-left-container_8924f111458dbb3b {
    margin-bottom: 20px;
  }
  .de-timeline-article_8d36cffe6cced416 .content-left_d9d94bdd0a3575b5,
  .de-timeline-article_8d36cffe6cced416 .content-right_da6e0c91772a3716 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_8d36cffe6cced416 .content-left_d9d94bdd0a3575b5:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_8d36cffe6cced416 .content-right_da6e0c91772a3716:before {
    display: none;
  }  
  h4.de-timeline-year_ab6d06bd8527f8d2 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_8d36cffe6cced416.odd .d-line_ec1c10fdc977546d {
    left: 30px;
  }
  .de-timeline-article_8d36cffe6cced416.even .d-line_ec1c10fdc977546d {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_8d36cffe6cced416.odd .content-left-container_8924f111458dbb3b{
    padding-top: 20px;
  }
  .de-timeline-article_8d36cffe6cced416.even .content-left-container_8924f111458dbb3b{
    padding-top: 50px;
  }
  .de-timeline-article_8d36cffe6cced416.odd .content-left-container_8924f111458dbb3b .owl-carousel_efebb20df949c2d1{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_8d36cffe6cced416.even .content-right-container_7294793e502fb1a8 .owl-carousel_efebb20df949c2d1{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_9bd39479da729d1e {
  position: relative;
}

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

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

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

.timeline-blank_2516b5e5d6ec3555 {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_2516b5e5d6ec3555 {
    display: none;
  }

  .timeline-text_d1e74c4694669dc4 {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_7632100b0577e03a {
  overflow: hidden;
}

.border1_8efc37e51d0ce728 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_1c4249ecad8c48ae:after,
.de_count_7e868946bbdb9daa,
.social-icons_af3c72635b371cc0 a i,
.de_tab.tab_methods_8e01f715160c793a .de_nav li span,
.de_tab.tab_methods_8e01f715160c793a .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_321f6e1fa19ff874 .title,
.carousel-item:hover .pf_text_321f6e1fa19ff874 .title,
.carousel-item .pf_text_321f6e1fa19ff874 .title .type,
.carousel-item:hover .pf_text_321f6e1fa19ff874 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_e464c72a4cbe462b i,
.social-icons-sm_e464c72a4cbe462b i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_78ce1ae8563c9038,
.btn-main_fb6f724ba8ce9db1,
.de_tab.tab_style_4_0fa41e6d54932a95 .de_nav li,
.form-subscribe_eab1676d7fdede08 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_02584b2c5a039c82,
.de_tab.tab_methods_8e01f715160c793a.style-2_3a7462ae6eb4d124 .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_aa2e29c55eecc0ec *,
.mask_aa2e29c55eecc0ec .cover,
.mask_aa2e29c55eecc0ec:hover .cover,
.mask_aa2e29c55eecc0ec img,
.mask_aa2e29c55eecc0ec:hover img,
.accordion_3f3f7c0d99e2839e .content,
a.btn-border_37ca903ca5551e6f,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_64e430f1b099f941 img,
a.a-underline_96c606079a58375a *,
.dropdown *,
.form-border_e0461ce4d85ea473 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_fc46d061f5306876 *,
.d_demo_img *,
.carousel-control-next-icon_80a8d497e6cb5351,
.carousel-control-prev-icon_3ee812bc3aa92234,
.grayscale_98ada0d5bc3e1fff,
.hover-color_29b0784a2b964cf2,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_c17efbfcbd4aa078,
.btn-plus_c17efbfcbd4aa078 *,
.btn-with-arrow_5f6e30597315bdde:after,
.btn-with-arrow_5f6e30597315bdde: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_6e7a2b3a5a763bf6:after,
a.btn-fx_6e7a2b3a5a763bf6:hover:after,
a.btn-fx_6e7a2b3a5a763bf6:before,
a.btn-fx_6e7a2b3a5a763bf6:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_0c9100a144a3b798 li .post-date_ba3aecd100aef25f,
.items_filter_5b4958e27621c103 *,
.owl-prev_5b2bd877be80fd9f,
.owl-next_197877cd909d9a9f {
  -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_a3aec987ab5102f5 {
  -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_6b64f96b174c70e8 {
  -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_09d122135f688e27 {
  -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_ed71f6bf455f9fd8 {
  -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_8691b6685e08004d {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_9ced16193112fef7 {
  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_81538930066c5afa .modal-header_946af0f24ca91825,
.nav-tabs_80ed468faaf1a058 {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_81538930066c5afa .modal-content_cc00ad35c6c913b2 {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_0563ef55c3d9254f .tab-content_9a1a96f5f41b1edc {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_a8e3f38bfc98e963.big_83524c8580a23fc5{
  font-size: 32px !important;
}

.dark-scheme_81538930066c5afa p.lead_a8e3f38bfc98e963 {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_f3c38da6f17a7c01 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_41c4e67a8c0cbf43,
.panel-collapse_5d2042fc66f8cf86,
.panel-collapse_5d2042fc66f8cf86,
.panel-group_f3c38da6f17a7c01 .panel_d5e997527e887a7b {
  border: none;
  border-radius: 0;
}

.panel-heading_1d91a09c948855e5 {
  background: #222;
}

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

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

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

blockquote.s1_04eec67223b0b594 {
  padding: 0px;
}

blockquote.s1_04eec67223b0b594: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_309eaefeb3cfe68e::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_309eaefeb3cfe68e::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_ea4c8007e6456259 .collapsible-link_309eaefeb3cfe68e:before,
.text-light_ea4c8007e6456259 .collapsible-link_309eaefeb3cfe68e:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_e4ab60f5653ee6a7 {
  display: block
}

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

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

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

.collapsible-link_309eaefeb3cfe68e.text-white_ed95d19f6e6a5390 {
  color: #ffffff;
}

.collapsible-link_309eaefeb3cfe68e.text-white_ed95d19f6e6a5390::after,
.collapsible-link_309eaefeb3cfe68e.text-white_ed95d19f6e6a5390::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_daf631573f52be11{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_c64329b696ea43ca .widget_category_f04eed7a8ba45494 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_f04eed7a8ba45494 li a {
  color: #606060;
}

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

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

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


.dark-scheme_81538930066c5afa .widget-post_0c9100a144a3b798 li a {
  color: #ffffff;
}

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

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

.widget-post_0c9100a144a3b798 .date_127d2d5878ce96bc {
  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_0c9100a144a3b798 .date_127d2d5878ce96bc {
  float: right;
}

.widget_daf631573f52be11 .comments_5c05513d90104cea 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_daf631573f52be11 .tiny-border_c382778d1629dbb1 {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_49589bad6f850a0b .widget_daf631573f52be11 .tiny-border_c382778d1629dbb1 {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_c64329b696ea43ca .widget_tags_a42ca8e0ea6a5039 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_daf631573f52be11.widget_tags_a42ca8e0ea6a5039 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_c382778d1629dbb1 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_81538930066c5afa #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_7f9eba941dc0621c {
  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_8c489ff5f84db11b {
  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_f801212a2ad2db98 .d-item-txt_8c489ff5f84db11b{
  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_8c489ff5f84db11b img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_6533a0ca0f633a0b {
  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_f801212a2ad2db98 .d-item-block_6533a0ca0f633a0b{
  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_6533a0ca0f633a0b{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_e222ad5f86cbcfb2 .d-number_86062924e1b2b5c1 {
  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_ea4c8007e6456259 .de-step-s1_e222ad5f86cbcfb2 .d-number_86062924e1b2b5c1{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_efebb20df949c2d1.no-hide_eb785909e942f0c1 .owl-stage-outer_6d95b5e58c6f315e{
  overflow: visible; !important;
}

.grayscale_98ada0d5bc3e1fff{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_1b36cf9668a65283{ background:#ffffff; }
.bg-black_5bcb5b99e4ce0d94{ background:#000000; }

/* width (percent) */
.w-10_a9827c6084744849{width: 10%;}
.w-20_8e2b034e18324c5b{width: 20%;}
.w-30_0d0e6296b7c6944d{width: 30%;}
.w-40_ac40924665493097{width: 40%;}
.w-50_85e5638b37f0450e{width: 50%;}
.w-60_74228386c3d8c4a7{width: 60%;}
.w-70_f8df2e58b1614bec{width: 70%;}
.w-80_f510c93f7ca076a7{width: 80%;}
.w-90_f5de31d10e3907b8{width: 90%;}
.w-100_6a179f84dfdf9fee{width: 100%;}

/* width (px) */
.w-10px_dc16c5ddff03e21b{width: 10px;}
.w-20px_42467b51f1a308ed{width: 20px;}
.w-24px_e33d23efc0fc881b{width: 24px;}
.w-40px_baf982a8d1bb18b0{width: 40px;}
.w-50px_57fce15243a12694{width: 50px;}
.w-60px_e511eb5396a246b2{width: 60px;}
.w-70px_10fabe20b857de5f{width: 70px;}
.w-80px_feb9b11a28f8a1c8{width: 80px;}
.w-90px_4b7968975a596451{width: 90px;}
.w-100px_c19dba7f64987407{width: 100px;}
.w-110px_7d788f0f2c020b6d{width: 110px;}
.w-120px_efd08e8b54d13d32{width: 120px;}
.w-130px_e910348827d44ff9{width: 130px;}
.w-140px_4c0b4757eb1a83bf{width: 140px;}
.w-150px_b4e6842ff87fc8f7{width: 150px;}
.w-200px_d170b3b3d70d5c4b{width: 200px;}
.w-250px_a93c1ce350223f95{width: 250px;}
.w-300px_9fddc16c066e3ff8{width: 300px;}

/* height (percent) */
.h-10_e52c9effa7362ffa{height: 10%;}
.h-20_d6736ad133204f6d{height: 20%;}
.h-30_d0f0bfe026c9124d{height: 30%;}
.h-40_1806085e8014530a{height: 40%;}
.h-50_bb99dfd972337c9e{height: 50%;}
.h-60_4347fc10b7b76160{height: 60%;}
.h-70_11f57ba851ad950a{height: 70%;}
.h-80_714fe2dd4a97003d{height: 80%;}
.h-90_9b7335157f93a1b2{height: 90%;}
.h-100_503fb9c866a20aad{height: 100%;}

/* height (px) */
.h-10px_165e1a7de047f6a3{height: 10px;}
.h-20px_a9db808a2b0c952f{height: 20px;}
.h-24px_a0b155c65b103266{height: 24px;}
.h-40px_5c6057c750f9b125{height: 40px;}
.h-50px_e1fd744e1950474e{height: 50px;}
.h-60px_5a70b5076b68375b{height: 60px;}
.h-70px_e76ccd5aecaab1c0{height: 70px;}
.h-80px_3ae373a7666db0e0{height: 80px;}
.h-90px_fcac4b9791f9d7ff{height: 90px;}
.h-100px_fe87a6fb97540dee{height: 100px;}
.h-110px_bd1db9126c2e8c16{height: 110px;}
.h-120px_95856753c215fbfb{height: 120px;}
.h-130px_783d0f8af29b8c75{height: 130px;}
.h-140px_369a060f37b3d00d{height: 140px;}
.h-150px_820b43494ff7a004{height: 150px;}
.h-200px_66b2077bff160826{height: 200px;}
.h-250px_d79097a0ba5f3353{height: 250px;}
.h-300px_734b866ca6f5cf60{height: 300px;}

/* top (percent) */
.top-10_d354ef0d244c7ffb{top: 10%;}
.top-20_89072b006e8b17a0{top: 20%;}
.top-30_538be540ab003e10{top: 30%;}
.top-40_4fa9daa98e19955d{top: 40%;}
.top-50_df8279d23a62c28c{top: 50%;}
.top-60_ba46db83a51321cf{top: 60%;}
.top-70_f126e3632ea14014{top: 70%;}
.top-80_03fc0ea9202232d8{top: 80%;}
.top-90_f64c8d8437d8605a{top: 90%;}
.top-100_36fbeb8101f05668{top: 100%;}

/* top (px) */
.top-10px_bbe1ba6771e6a322{top: 10px;}
.top-20px_27aed07655829ed8{top: 20px;}
.top-30px_41a8cabc3a035339{top: 30px;}
.top-40px_20215c41995ca637{top: 40px;}
.top-50px_4f69a84ef8841bf6{top: 50px;}
.top-60px_5ec9306a24a0d971{top: 60px;}
.top-70px_7d354f1062680c51{top: 70px;}
.top-80px_6cfccc770fbdec0e{top: 80px;}
.top-90px_830221600ca35d3b{top: 90px;}
.top-100px_5c17736d346c6d27{top: 100px;}

/* bottom (percent) */
.bottom-10_90d402d405f57f9a{bottom: 10%;}
.bottom-20_c28de2e689082515{bottom: 20%;}
.bottom-30_54d2201d40a6fd85{bottom: 30%;}
.bottom-40_3d0e4142edce3e57{bottom: 40%;}
.bottom-50_dd5d86d04725c52b{bottom: 50%;}
.bottom-60_58eefe3f2165819c{bottom: 60%;}
.bottom-70_afa82a92a795ce5c{bottom: 70%;}
.bottom-80_2468a123e381b70d{bottom: 80%;}
.bottom-90_e88bb52b84c76fed{bottom: 90%;}
.bottom-100_39d8c6e86431841a{bottom: 100%;}

/* bottom (px) */
.bottom-10px_ac52fc66b8516276{bottom: 10px;}
.bottom-20px_9c9842dee0e0024b{bottom: 20px;}
.bottom-30px_fa9df000f50551e7{bottom: 30px;}
.bottom-40px_de31e4959bb1a6ba{bottom: 40px;}
.bottom-50px_b3d550a1dab65a4b{bottom: 50px;}
.bottom-60px_4e7c9db510b9f395{bottom: 60px;}
.bottom-70px_dfe93853d0a6d03f{bottom: 70px;}
.bottom-80px_96d7b32b49be92b3{bottom: 80px;}
.bottom-90px_27402509c0f86e21{bottom: 90px;}
.bottom-100px_16b1d23bc4dd49ac{bottom: 100px;}

/* top negative (px) */
.top-min-10_4c41f78efebd3f89{top:-10px;}
.top-min-20_bcb48e3d3808ae05{top:-20px;}
.top-min-30_4ddb4d74946dad2b{top:-30px;}
.top-min-40_a43f82e477b4f071{top:-40px;}
.top-min-50_681f2e98eb82e500{top:-50px;}
.top-min-60_3904c54da13d356e{top:-60px;}
.top-min-70_5b3b5bea38c63e06{top:-70px;}
.top-min-80_82344945a7dd3be7{top:-80px;}
.top-min-90_a291e011a16adad0{top:-90px;}
.top-min-100_e1fc8077307a7e7b{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_7b904c33de9cee85{bottom:-10px;}
.bottom-min-20_ba16084c5059bf66{bottom:-20px;}
.bottom-min-30_e8b115ba0c891fbb{bottom:-30px;}
.bottom-min-40_5786c368b5077f39{bottom:-40px;}
.bottom-min-50_a3958dff7354895f{bottom:-50px;}
.bottom-min-60_26cb5c07555e982e{bottom:-60px;}
.bottom-min-70_ee251a16817c8ff4{bottom:-70px;}
.bottom-min-80_7aff66633f45494b{bottom:-80px;}
.bottom-min-90_457b1bd4298a16df{bottom:-90px;}
.bottom-min-100_e59300fbb530f676{bottom:-100px;}

/* left pos (percent) */
.start-10_8cadec86121a00af{left: 10%;}
.start-20_2f428c70cfcb8922{left: 20%;}
.start-30_a7d79de40d7856c6{left: 30%;}
.start-40_cc5e580335941916{left: 40%;}
.start-50_513ba26bc3a42122{left: 50%;}
.start-60_7a5ab70a73b3f82d{left: 60%;}
.start-70_8672d5c8e2f6417c{left: 70%;}
.start-80_f64f16f48e8a9ae1{left: 80%;}
.start-90_892d681404bdfeb9{left: 90%;}
.start-100_6f8eaa7678663337{left: 100%;}

/* left pos (px) */
.start-10px_c7a772022f0129e2{left: 10px;}
.start-20px_ffb275c45ae76510{left: 20px;}
.start-30px_75b9bc64a532b319{left: 30px;}
.start-40px_6b5797ee7d9fe43e{left: 40px;}
.start-50px_39f6a882a3a321ed{left: 50px;}
.start-60px_0a23455e827ff421{left: 60px;}
.start-70px_04f4d679dae5cd40{left: 70px;}
.start-80px_63cbb76f900aadac{left: 80px;}
.start-90px_93e76036eddca3a4{left: 90px;}
.start-100px_a8363ccaa4e98c4b{left: 100px;}

/* right  pos (percent) */
.end-10_481dd37a78f6ef3a{right: 10%;}
.end-20_9eb93c4629eb4777{right: 20%;}
.end-30_130d1cf91e4bf3e4{right: 30%;}
.end-40_16f2fe534d7cc79e{right: 40%;}
.end-50_b60d51521d2a431f{right: 50%;}
.end-60_ec0fe34346b13e81{right: 60%;}
.end-70_f071578ed35a7191{right: 70%;}
.end-80_97fc566d3deccdd8{right: 80%;}
.end-90_40cb0311f0fa6e13{right: 90%;}
.end-100_480ecd9528bce501{right: 100%;}

/* right  pos (px) */
.end-10px_efa354ec0444fae2{right: 10px;}
.end-20px_32b4ba597baf5b66{right: 20px;}
.end-30px_062d86354e3da173{right: 30px;}
.end-40px_ef77ecb33c730517{right: 40px;}
.end-50px_285c0eabbb71b6b7{right: 50px;}
.end-60px_08b7ea65de04e6ef{right: 60px;}
.end-70px_b02154e1fd4291d7{right: 70px;}
.end-80px_e8c400056deb0850{right: 80px;}
.end-90px_af1563e3ddd40a87{right: 90px;}
.end-100px_7e4e1f73f49a324f{right: 100px;}

/* margin-left (percent) */
.ms-10_81e46e78f4d134bc{margin-left: 10%;}
.ms-20_3ba91474d6b64bf5{margin-left: 20%;}
.ms-30_08006fdfa299857f{margin-left: 30%;}
.ms-40_3833cba2c3c11fc7{margin-left: 40%;}
.ms-50_ca850e007edf681d{margin-left: 50%;}
.ms-60_5f927190b757b631{margin-left: 60%;}
.ms-70_75ece90ff6876e1e{margin-left: 70%;}
.ms-80_dd1a6141bef1f6b6{margin-left: 80%;}
.ms-90_0f712634aa78fba7{margin-left: 90%;}
.ms-100_4947013d5e2876d2{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_4a4d297553bbc7a6{margin-left: 10px;}
.ms-20px_7ed9a1688cee9c43{margin-left: 20px;}
.ms-30px_83fee1ad7a63d9e6{margin-left: 30px;}
.ms-40px_896b37e0c0096b8f{margin-left: 40px;}
.ms-50px_d6bef6004b56906c{margin-left: 50px;}
.ms-60px_af2d7e60c614b68b{margin-left: 60px;}
.ms-70px_9117dfda150a2a9a{margin-left: 70px;}
.ms-80px_584c313060abaa01{margin-left: 80px;}
.ms-90px_054f012f50f0ca74{margin-left: 90px;}
.ms-100px_d389d16c6cdcf23f{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_890cea7cd65223be{margin-top:-10px;}
.mt-min-20_1a9deac2bbab13bf{margin-top:-20px;}
.mt-min-30_5498307a1725ac39{margin-top:-30px;}
.mt-min-40_70ffcbc7ced0d6e3{margin-top:-40px;}
.mt-min-50_7a298deb55d4f7b3{margin-top:-50px;}
.mt-min-60_7ffb960b58e09335{margin-top:-60px;}
.mt-min-70_deb8d9967271bb66{margin-top:-70px;}
.mt-min-80_f1ff34d877ee6bb6{margin-top:-80px;}
.mt-min-90_5e4c89148007a951{margin-top:-90px;}
.mt-min-100_47a9a64cd885f294{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_28191812011c1d85{margin-bottom:-10px;}
.mb-min-20_2188c2061cc8dde8{margin-bottom:-20px;}
.mb-min-30_e38f2af96d7398fb{margin-bottom:-30px;}
.mb-min-40_7d8f581d13004ec3{margin-bottom:-40px;}
.mb-min-50_dada607c4cf57621{margin-bottom:-50px;}
.mb-min-60_64aaca2af8b40966{margin-bottom:-60px;}
.mb-min-70_6792cfc4b1a7f6d3{margin-bottom:-70px;}
.mb-min-80_1cc3db0c5db2cd9e{margin-bottom:-80px;}
.mb-min-90_54067f1a6d0e0922{margin-bottom:-90px;}
.mb-min-100_a7ba1195e6c323bd{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_ca0bde0f5921afce{margin-left:-10px;}
.ms-min-20_8a3e6e3edc3f96f9{margin-left:-20px;}
.ms-min-30_a0ee0c52e8d746e9{margin-left:-30px;}
.ms-min-40_aff351ad686b02ff{margin-left:-40px;}
.ms-min-50_d8ea6921ea206b7c{margin-left:-50px;}
.ms-min-60_38a3525e1b3cd929{margin-left:-60px;}
.ms-min-70_d3f08b4527651cb9{margin-left:-70px;}
.ms-min-80_327507162ed335a4{margin-left:-80px;}
.ms-min-90_8e32577f2572c7f3{margin-left:-90px;}
.ms-min-100_48dceb52fcc96951{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_bd9f03940bb92ced{margin-right:-10px;}
.me-min-20_3a4c360f2a961960{margin-right:-20px;}
.me-min-30_b0a215dc2b0d9129{margin-right:-30px;}
.me-min-40_14b1b8f46676119b{margin-right:-40px;}
.me-min-50_1857a027e5c7dcca{margin-right:-50px;}
.me-min-60_389e82efb99eb92f{margin-right:-60px;}
.me-min-70_d4542d35e05b962e{margin-right:-70px;}
.me-min-80_d7a5e64d203586bb{margin-right:-80px;}
.me-min-90_5cad0a6b8114c8d2{margin-right:-90px;}
.me-min-100_8eb23e0232d9f8f2{margin-right:-100px;}

/* font-size (px) */
.fs-12_919afb71efd3fd5b{font-size: 12px;}
.fs-14_61a2621e38f3722f{font-size: 14px;}
.fs-15_3c37b8c831560c8e{font-size: 15px;}
.fs-16_34c64d328033058c{font-size: 16px;}
.fs-18_53867010446442b6{font-size: 18px;}
.fs-20_8d40fe868f127452{font-size: 20px;}
.fs-24_fe3a7e9aa364b88f{font-size: 24px;}
.fs-28_637794a001bb99fc{font-size: 28px;}
.fs-30_bcfddc11458c6aff{font-size: 30px;}
.fs-32_0dd18fe19b82353f{font-size: 32px;}
.fs-36_f85f516305e3d677{font-size: 36px;}
.fs-40_50fe1290d9279392{font-size: 40px;}
.fs-48_b379e2e0ab157505{font-size: 48px;}
.fs-56_52995610f9864079{font-size: 56px;}
.fs-60_2422e31414fb58ec{font-size: 60px;}
.fs-64_c3b544a06c6f0af8{font-size: 64px;}
.fs-72_83bc9cce4aa31ad3{font-size: 72px;}
.fs-96_b9080a873a88d0c2{font-size: 96px;}
.fs-120_2ea86259eb1d7d57{font-size: 120px;}
.fs-150_d3c17ab08849a098{font-size: 150px;}
.fs-200_f01db9e83ef4d505{font-size: 200px;}


/* font-weight */
.fw-100_333e722938794a1e{font-weight: 100;}
.fw-200_8fd8ec8b66f3610b{font-weight: 200;}
.fw-400_d9b6e0bbdd11f0a8{font-weight: 300;}
.fw-400_d9b6e0bbdd11f0a8{font-weight: 400;}
.fw-500_ad13846c056fcc1f{font-weight: 500;}
.fw-600_2b07d13e6a297549{font-weight: 600;}
.fw-bold_07c57282462e6390{font-weight: bold;}

/* margin left (px) */
.ms-10_81e46e78f4d134bc{margin-left: 10%;}
.ms-20_3ba91474d6b64bf5{margin-left: 20%;}
.ms-30_08006fdfa299857f{margin-left: 30%;}
.ms-40_3833cba2c3c11fc7{margin-left: 40%;}
.ms-50_ca850e007edf681d{margin-left: 50%;}
.ms-60_5f927190b757b631{margin-left: 60%;}
.ms-70_75ece90ff6876e1e{margin-left: 70%;}
.ms-80_dd1a6141bef1f6b6{margin-left: 80%;}
.ms-90_0f712634aa78fba7{margin-left: 90%;}
.ms-100_4947013d5e2876d2{margin-left: 100%;}

/* padding (px) */
.p-10_9280f98bc26dfebc{padding: 10px;}
.p-15_ccdfe7936dbc3038{padding: 15px;}
.p-20_8e0ce898f9b25de5{padding: 20px;}
.p-30_ff2546ed5fedec9f{padding: 30px;}
.p-40_f363118a5dd1c807{padding: 40px;}
.p-50_c5b4df4ecb75c77d{padding: 50px;}
.p-60_e0bd6ad86d914ab1{padding: 60px;}
.p-70_8ac595d9baa74525{padding: 70px;}
.p-80_3043da1c9f30a749{padding: 80px;}
.p-90_87dcca482874a8b6{padding: 90px;}
.p-100_ebf0758a297457c2{padding: 100px;}

/* padding bottom (px) */
.pb-10_ac25da6c77998c64{padding-bottom: 10px;}
.pb-20_92cbfccccadad6d4{padding-bottom: 20px;}
.pb-30_9a0376897c786798{padding-bottom: 30px;}
.pb-40_259fdff0328832e5{padding-bottom: 40px;}
.pb-50_f428bc8c419a5591{padding-bottom: 50px;}
.pb-60_33a3c0ac17ac9cb7{padding-bottom: 60px;}
.pb-70_ac1286127d9c363d{padding-bottom: 70px;}
.pb-80_2021053168961b7c{padding-bottom: 80px;}
.pb-90_b8af979786d17dc4{padding-bottom: 90px;}
.pb-100_fdcd4810ebd880d8{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_24b5230b2b502c0f{padding-top: 10px;}
.pt-20_508f14ddc9affdfd{padding-top: 20px;}
.pt-30_a5def98c34573da7{padding-top: 30px;}
.pt-40_d6bb407e48e37993{padding-top: 40px;}
.pt-50_39a5c6f2542a0a38{padding-top: 50px;}
.pt-60_dfe75dbb0720b005{padding-top: 60px;}
.pt-70_cd968597472ec71f{padding-top: 70px;}
.pt-80_14dedce48f9591f1{padding-top: 80px;}
.pt-90_497d06f4f999946f{padding-top: 90px;}
.pt-100_8f6abbe7973c9799{padding-top: 100px;}

/* padding left (px) */
.ps-10_bab03ece7b958f70{padding-left: 10px;}
.ps-20_849caa6a64b2fd2f{padding-left: 20px;}
.ps-30_76ab77bbbb4f41a1{padding-left: 30px;}
.ps-40_39091eb830b11885{padding-left: 40px;}
.ps-50_d06b43bb5198edce{padding-left: 50px;}
.ps-60_3b4bdc8a15cfd005{padding-left: 60px;}
.ps-70_ee4ddb9544078b50{padding-left: 70px;}
.ps-80_253111c7b9475a4a{padding-left: 80px;}
.ps-90_f7835043c6fc6b39{padding-left: 90px;}
.ps-100_d77a88e160892e39{padding-left: 100px;}

/* border white */
.border-white-1_ddd1b20618866c36{border: solid 1px white;}
.border-white-2_6eda07dc09ec1f06{border: solid 2px white;}
.border-white-3_12e76e6cbe3bb1b9{border: solid 3px white;}
.border-white-4_4da1dd7d4533d1c3{border: solid 4px white;}
.border-white-5_63f686136c19e91e{border: solid 5px white;}
.border-white-6_01c3738f1baaddc3{border: solid 6px white;}
.dashed-1-white_8fca3ce5834b2b77{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_3a41f486730f7815{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_2cd6e371d2e82d4a{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_c84baf4c40f7e756{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_3efe77eb706ae8d3{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_7b85337fbf89424c{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_c447a0197a30c1a5{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_7ac40c68c5391c0c{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_bbadc31a222a379a{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_1ad45a009a78e797{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_25f380d28ec885a6{transform: scale(1.2);}
.hover-scale-in-3_719c7aaa52a2af7d{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_719c7aaa52a2af7d{transform: scale(1); opacity: 1}
.hover-op-0_10f38bb5964624d5{ opacity:1 }
.hover:hover .hover-op-0_10f38bb5964624d5{ opacity:0 }
.hover-op-1_f87e43f4f508e33f,.hover-op-05_f8cfbb5dec0aaba2{ opacity:0 }
.hover:hover .hover-op-1_f87e43f4f508e33f{ opacity:1 }
.hover:hover .hover-op-05_f8cfbb5dec0aaba2{ opacity:.5 }
.hover:hover .hover-scale-1-1_f1203fe2d7598aa9{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_25f380d28ec885a6{transform: scale(1.2);}
.hover-scale-in-3_719c7aaa52a2af7d{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_719c7aaa52a2af7d{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_3f8ec9c9fb471e3e{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_c28c6d54549b877e{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_d824a9dd0fee6711{background: var(--heading-font-color)}
.hover-mh-100_3a45fc076ac3f58b{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_3a45fc076ac3f58b{max-height: 500px;}
.hover:hover .hover-top-0_6c6d134648c6c51c{top:0;}
.hover:hover .hover-pb-40_7f9d5a08df70ea4e{padding-bottom: 40px;}
.hover-mt-40_004a4e61d11ce7c5{margin-top: 40px;}
.hover:hover .hover-mt-40_004a4e61d11ce7c5{margin-top: 0px;}
.hover:hover .hover-mt-0_0d0c1c1fe1e6a74d{margin-top: 0;}

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

/* opacity */
.op-1_76d99338f827c08b{ opacity:.1; }
.op-2_62dd37f4dc32bfe3{ opacity:.2; }
.op-3_e5740004c1d8230b{ opacity:.3; }
.op-4_b751c78b21909bcf{ opacity:.4; }
.op-5_be1f3fd47d492f94{ opacity:.5; }
.op-6_e82b8461d2616b04{ opacity:.6; }
.op-7_e0c98c4f91d46872{ opacity:.7; }
.op-8_6afa015fb77b1525{ opacity:.8; }
.op-9_b808fb02bcc56c5d{ opacity:.9; }

/* line height em */
.lh-1_9d165f2c54db4181{line-height: 1em;}
.lh-1-1_a38bafb76d7c2991{line-height: 1.1em;}
.lh-1-2_cc04fa853e5b6915{line-height: 1.2em;}
.lh-1-3_25f61d687dbdc1be{line-height: 1.3em;}
.lh-1-4_2e964ecb8eff1854{line-height: 1.4em;}
.lh-1-5_97875065433bfdc7{line-height: 1.5em;}
.lh-1-6_e7dae8a9492f97a7{line-height: 1.6em;}
.lh-1-7_a917f355ff5f9676{line-height: 1.7em;}
.lh-1-8_6d50c9390c29a65d{line-height: 1.8em;}

/* min height (px) */
.mh-200_c2d51aa18c090791{min-height:200px;}
.mh-300_acfa4f22d974cd3e{min-height:300px;}
.mh-400_1db3913232edc5d5{min-height:400px;}
.mh-500_c2369a1ea6aac986{min-height:500px;}

/* background dark */
.bg-dark-20_65b8debf9439bbb9{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_1ac8fb1cde4a4b9f{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_8a46d24fe2b5d11d{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_dcf7cccb63f22f84{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_b5a101d1aedaf39e{background: rgba(0, 0, 0, .1)}
.overlay-black-2_3988b791b6a56b32{background: rgba(0, 0, 0, .2)}
.overlay-black-3_23e4d43acce772e8{background: rgba(0, 0, 0, .3)}
.overlay-black-4_c74eebb0f88ff8dd{background: rgba(0, 0, 0, .4)}
.overlay-black-5_68ddf163d641c5d3{background: rgba(0, 0, 0, .5)}
.overlay-black-6_1ba2653dd3a6b88c{background: rgba(0, 0, 0, .6)}
.overlay-black-7_35d99dfd5f9f89b8{background: rgba(0, 0, 0, .7)}
.overlay-black-8_d502457a488b92ca{background: rgba(0, 0, 0, .8)}
.overlay-black-9_7e9bb119c0fb002b{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_30e5c9fc4e70b116{background: rgba(255, 255, 255, .1)}
.overlay-white-2_518d938ed92170a8{background: rgba(255, 255, 255, .2)}
.overlay-white-3_b5a30c353abd8587{background: rgba(255, 255, 255, .3)}
.overlay-white-4_1b5bf25e43a9becf{background: rgba(255, 255, 255, .4)}
.overlay-white-5_d47cf767d666b3c2{background: rgba(255, 255, 255, .5)}
.overlay-white-6_10f3a07ebba491a4{background: rgba(255, 255, 255, .6)}
.overlay-white-7_6eab65f250973f24{background: rgba(255, 255, 255, .7)}
.overlay-white-8_00fedfaa2429537e{background: rgba(255, 255, 255, .8)}
.overlay-white-9_79b479173bae1d6b{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_428d18a5d7b6f653 { left: 50%; transform: translateX(-50%);}
.abs-middle_f7234c73af684d45{ top: 50%;  transform: translateY(-50%);}
.abs-centered_0f95cc2dda9952b8{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_42b0fbd1f383e778 { position: relative; }

/* z-index */
.z-1_5b46f66c011cc08b{ z-index:1 }
.z-2_e36edc22f992549d{ z-index:2 }
.z-3_31eafa295f78d9d4{ z-index:3 }
.z-4_d09b3195b7d7cfe2{ z-index:4 }
.z-1000_3e614283a8f80cc1 { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_9d3be3bb6ec3a81c 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_9d3be3bb6ec3a81c .img-l1_cac8b44ddf59ccef{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_9d3be3bb6ec3a81c .img-l2_e4a06ff8fe084ac5{
  top:20%;
  left: 0%;
}


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

.ss-wrap_9d3be3bb6ec3a81c .img-r2_fbb2eb2ed6c3095a{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_0a28b6cda85964de .d-item .d-text_cc7967e14eb6a56c h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_5a0ff7696f460ec8 .d-item.no-border_709d5aa55185bdcd{
  border: none;
}

.de-timeline-s2_5a0ff7696f460ec8 .d-item  .d-icon_b923537ee47f79cd{
  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_5a0ff7696f460ec8.color .d-item  .d-icon_b923537ee47f79cd{
  background: var(--secondary-color);
}

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

.de-timeline-s2_5a0ff7696f460ec8 .d-item .d-text_cc7967e14eb6a56c{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_f5c522e0054406c2.border-left_e895dcce5b886e4a.light_70588e92ac1f4730{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_ab722f360b84e072 .swiper-pagination-current_db1edeacfffae89a{
  color: var(--heading-font-color);
}

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

.slider-light_ab722f360b84e072 .swiper-button-next, .slider-light_ab722f360b84e072 .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_397193671ea39676{
  color:#ffffff;
}
.sw-price_397193671ea39676 .d-starting_81683731c4fd5993{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_397193671ea39676 .d-price_686711a74ff9d393{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_397193671ea39676 .d-val_dd3b86e19f8eddca{
  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_397193671ea39676 .d-cur_7d44676f9d9e52e4, .sw-price_397193671ea39676 .d-period_021071cc5dd26ba5{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_397193671ea39676 .d-cur_7d44676f9d9e52e4{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

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

.sw-caption-thumb_bee0489967835203 .d-tag_0a5ee035fe8d18d4{
  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_a1c6406dcea2c522 #mainmenu{
  margin: 0;
}

.col-start_8908cc8a35ce8ce2, .col-end_460cb4937248c580 {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_460cb4937248c580{
  justify-content: end;
}

.col-center_ea9f7b235ddb4b85 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_ea9f7b235ddb4b85 img{
  width: 160px;
}


.subtitle_1eea3233b91e6813{
  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_1eea3233b91e6813: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_81538930066c5afa .subtitle_1eea3233b91e6813, .text-light_ea4c8007e6456259 .subtitle_1eea3233b91e6813{
  color:#ffffff;
}


.dark-scheme_81538930066c5afa .subtitle_1eea3233b91e6813:before, .text-light_ea4c8007e6456259 .subtitle_1eea3233b91e6813:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_1eea3233b91e6813.blink_8f0dc09b6fea33f0{
  padding-left: 35px;
}

.subtitle_1eea3233b91e6813.blink_8f0dc09b6fea33f0: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_81538930066c5afa::-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_2553b37df03c01b4 {
    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_7c06e3abbc526134 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_81538930066c5afa .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_67241dcf1125d5d7{
      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_67241dcf1125d5d7 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_cea2dce83987163c {
  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_cea2dce83987163c 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_cea2dce83987163c {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_cea2dce83987163c span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_bd06b7835551df67: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_82305f0c1dbb4bdd {
  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_efebb20df949c2d1,
.rtl .bx-wrapper_057950b46aee90f9 {
  direction: ltr;
}

.rtl .owl-carousel_efebb20df949c2d1 .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_a1c6406dcea2c522 {
  display: flex;
  justify-content: space-between;
}

.de-flex_a1c6406dcea2c522>.de-flex-col_4c7a6db59a754f62 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_e48ad92ea2b8787b,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_e48ad92ea2b8787b {
  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_e7335ce665e53fec {
  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_fbc1b4fa55c5be85 {
  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_fbc1b4fa55c5be85 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_d77bd0b2c71584f5 {
  border-color: #EFEFEF !important;
}

.tparrows_003a36f617b622e0 {
  background: none !important;
}

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

.text-light_ea4c8007e6456259 .border_d77bd0b2c71584f5 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_efebb20df949c2d1 {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_9d5e0e32c42df622 img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_9d5e0e32c42df622 {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_9d5e0e32c42df622 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_05235defe107813c.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_05235defe107813c.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_05235defe107813c img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_0fa41e6d54932a95 .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_ea4c8007e6456259 strong {
  color: #fff;
}

.bg-white_1b36cf9668a65283 {
  background: #ffffff;
}

.bg-white-10_8fada7a02344558b {
  background: rgba(255, 255, 255, .1);
}

.wh80_9ef03af1932720d8 {
  width: 80%;
  height: 80%;
}

.border-top_8fe48da6379e3c35 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_04a99fd1b19fd676 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_81538930066c5afa header.border-bottom_04a99fd1b19fd676 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_3ad84d5af8f7c309 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_3ad84d5af8f7c309 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_2bee846c3bcb1f3a {
  background: rgba(26, 37, 48, .85);
}

.circle-x_b79cda7229e3dc59 {
  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_48803e04911f73c2:before,
.nav-next_c9705b018df48a12:before,
.nav-exit_76c97757699bcc44:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_76c97757699bcc44:before {
  width: 100%;
  display: block;
}

.nav-next_c9705b018df48a12:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_76c97757699bcc44:before {
  content: '\f00d';
}

.de_light_c64329b696ea43ca .nav-exit_76c97757699bcc44:before {
  color: #222;
}

.no-bottom_791edaaefcd12a4c {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_5aaa6c5084ba77e3 {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_3b42b49a72db74d6 {
  background: #f6f6f6;
}

.no-bottom_791edaaefcd12a4c .col-md-12_16a6402c6a8e4551 {}

.no-bottom_791edaaefcd12a4c {
  padding-bottom: 0 !important;
}

.no-top_c1bdd490193f0a26 {
  padding-top: 0 !important;
}

.no-margin_be183c39b66bda27 {
  margin: 0 !important;
}

.nopadding_6ca58ae045a1f243 {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_a50b074fc200b967 {
  position: relative;
  overflow: hidden;
}

.image-slider_51fdeef3e9036311 {
  cursor: move;
}

.inner-padding_aecddbc1df94a688 {
  padding: 90px;
}

.inner-padding_aecddbc1df94a688.pos-left_e9f7aac9bff552c9 {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_aecddbc1df94a688.pos-left_e9f7aac9bff552c9 {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_75584576cb22430d,
section.no-padding_75584576cb22430d {
  padding: 0;
}

.float-left_dda4510ab4b6aaa1 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_588cbd2b3002eae8 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_4df18be9e8b3bf9c {
  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_819b6c2b501a0fe0 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_819b6c2b501a0fe0.style-2_3a7462ae6eb4d124 {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_819b6c2b501a0fe0.style-3_1b8009bedd751d48 {
  font-size: 14px;
}

.teaser_819b6c2b501a0fe0.style-4_1036796b3f4641c1 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_6bd15dcb18bad927:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_cdfde31fceb144d6 {
  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_92f09c8dd9235a11 {
  display: flex;
}

.owl-prev_5b2bd877be80fd9f,
.owl-next_197877cd909d9a9f,
.d-nav-left_10f380686bb4cb2f,
.d-nav-right_630bcc375a1b3f28 {
  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_81538930066c5afa .owl-prev_5b2bd877be80fd9f,
.dark-scheme_81538930066c5afa .owl-next_197877cd909d9a9f {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_5b2bd877be80fd9f:hover,
.owl-next_197877cd909d9a9f: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_5b2bd877be80fd9f,
.d-nav-left_10f380686bb4cb2f {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_197877cd909d9a9f,
.d-nav-right_630bcc375a1b3f28 {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_10f380686bb4cb2f i,
.d-nav-right_630bcc375a1b3f28 i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_197877cd909d9a9f i,
.d-nav-left_10f380686bb4cb2f i {
  top: 12px;
  left: 16px;
}

.d-nav-right_630bcc375a1b3f28 i {
  top: 12px;
  right: 16px;
}

.owl-arrow_0997000a6c32c063 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_0997000a6c32c063 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_0997000a6c32c063 .prev {
  left: 0;
}

.owl-arrow_0997000a6c32c063 .next {
  right: 0;
}

.owl-arrow_0997000a6c32c063 .prev:before,
.owl-arrow_0997000a6c32c063 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_0997000a6c32c063 .next:before {
  content: '\f178';
}

.owl-pagination_f710cc177242eec3 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_9626907a3788da6a .owl-controls_43430a855012685f .owl-page_1af0e90bf66d1c8e span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_9626907a3788da6a .owl-controls_43430a855012685f .owl-page_1af0e90bf66d1c8e.active span {
  background: none;
}

.owl-theme_9626907a3788da6a .owl-controls_43430a855012685f .owl-page_1af0e90bf66d1c8e.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_9626907a3788da6a .owl-nav_92f09c8dd9235a11.disabled+.owl-dots_d2be2ac51078812f {
  margin-top: 0px;
}

.owl-dots_d2be2ac51078812f 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_9626907a3788da6a .owl-dots_d2be2ac51078812f .owl-dot_2ff7cb6f7c0a5343 span {
  display: none;
}

/* new owl close */

.text-light_ea4c8007e6456259 .owl-theme_9626907a3788da6a .owl-controls_43430a855012685f .owl-page_1af0e90bf66d1c8e span {
  background-color: #fff;
}

.text-light_ea4c8007e6456259 .owl-theme_9626907a3788da6a .owl-controls_43430a855012685f .owl-page_1af0e90bf66d1c8e.active span {
  background: none;
}

.text-light_ea4c8007e6456259 .owl-theme_9626907a3788da6a .owl-controls_43430a855012685f .owl-page_1af0e90bf66d1c8e.active span:before {
  border: solid 2px #fff;
}

.text-slider_31fc071260efd41c {
  color: #fff;
  display: inline-block;
}

.text-slider_31fc071260efd41c.med-text_f34eef401b857400 {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_31fc071260efd41c.big-text_b6500afb3408f3c2 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_f0e1c004d60a6939 .text-item {
  display: inline-block;
}

.text-slider_31fc071260efd41c.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_31fc071260efd41c.big-text_b6500afb3408f3c2 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_31fc071260efd41c h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_fb0e2ea8a5340b61 {
  color: #ff0000;
}

.teal_987bda01683a0b1f {
  color: #009999;
}

.purple_4b4bb90dd960d2e4 {
  color: #663366;
}

.green_c4e92f462b4037ad {
  color: #009900;
}

.bg-overlay_dda2a33d4d6b708f {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_8b56509f84ed270a {
  position: relative;
}

.overlay-bg_441dc53c6472b11a {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_441dc53c6472b11a.p60_d800fe3b6822d286 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_a80bd84a9592884f {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_0daa63c8c205f724 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_441dc53c6472b11a.t0_3e57fabb2754bdf6 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_441dc53c6472b11a.t20_e737fe46140ed44c {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_441dc53c6472b11a.t30_1eb9a775f33b0caa {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_441dc53c6472b11a.t40_389cb5cffd418da7 {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_441dc53c6472b11a.t50_c28d90213cb02388 {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_441dc53c6472b11a.t60_5947effa796dfcc7 {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_441dc53c6472b11a.t70_697673e6346476f1 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_441dc53c6472b11a.t80_347cb7b36b45052a {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_441dc53c6472b11a.t90_60a505110a736a37 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_441dc53c6472b11a.light-5_2ec209862d9fb7cd {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_441dc53c6472b11a.light-6_fe7c2230bc76a919 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_441dc53c6472b11a.light-7_328a9b5b132b90a9 {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_441dc53c6472b11a.light-8_bf85d9ee107729b3 {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_441dc53c6472b11a.c1_8ad931bc31c40b6d {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_441dc53c6472b11a.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_441dc53c6472b11a.gradient-blue-aqua_9d00aadb8a0da0f8 {
  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_22692c17a4b4d863.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_88186ac3bf86ad95 {
  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_3b42b49a72db74d6,
section.bg-grey_3b42b49a72db74d6 {
  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_2003e066238ef16d {
  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_13e2271a5d61a838 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_13e2271a5d61a838:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_c56a4df58194c248 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_5edfc15323e197ab {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_5edfc15323e197ab:hover {
  color: #707070;
}

a.read_more_5edfc15323e197ab i {
  margin-left: 8px;
}

.text-light_ea4c8007e6456259 a.read_more_5edfc15323e197ab {
  color: #fff;
}

.text-black_38d6d422422b9e49 {
  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_4ae619957f85694b {
  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_161e0c726e588b2c:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_161e0c726e588b2c: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_d2be2ac51078812f {
  text-align: center;
}

.owl-dot_2ff7cb6f7c0a5343 {
  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_81538930066c5afa .owl-dot_2ff7cb6f7c0a5343,
.text-light_ea4c8007e6456259 .owl-dot_2ff7cb6f7c0a5343 {
  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_1042a63cb54ee492 {
  opacity: 1;
}

.owl-stage_cb93751b9eef95e7 {
  overflow: none;
}

.typed-strings_8302acecabb94ed6 p {
  position: absolute;
}

.typed-cursor_50987c208255748d {
  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_3a7462ae6eb4d124 .date-box_da32375b34c440fa {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_3a7462ae6eb4d124 .date-box_da32375b34c440fa .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_3a7462ae6eb4d124 .date-box_da32375b34c440fa .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_dfb511600605eb9f {
  margin: 0;
  padding: 0;
}

.sitemap_dfb511600605eb9f.s1_04eec67223b0b594 li {
  list-style: none;
}

.sitemap_dfb511600605eb9f.s1_04eec67223b0b594 li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_3dd7a86c1811b37a {
  margin: 0;
  padding: 0;
}

.list_3dd7a86c1811b37a li {
  list-style: none;
}

.rtl .list_3dd7a86c1811b37a.s1_04eec67223b0b594 li:after,
.list_3dd7a86c1811b37a.s1_04eec67223b0b594 li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_3dd7a86c1811b37a.s1_04eec67223b0b594 li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_3dd7a86c1811b37a.s1_04eec67223b0b594 li:before {
  display: none;
}

.list_3dd7a86c1811b37a.s2_f801212a2ad2db98 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_3dd7a86c1811b37a.s3_39dfbe7996542cc6 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_3dd7a86c1811b37a.s3_39dfbe7996542cc6 li {
  display: inline;
  margin-right: 20px;
}

.list_3dd7a86c1811b37a.s3_39dfbe7996542cc6 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_c989d6be4bc05234 {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_81538930066c5afa .switch-set_c989d6be4bc05234{
  color:#ffffff;
}

.dark-scheme_81538930066c5afa .switch_f1e50e185a7f5411 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_c989d6be4bc05234 div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_f1e50e185a7f5411 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_f1e50e185a7f5411::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_7f86762995635535 {
  display: block;
}

.de-switch_7f86762995635535 h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_7f86762995635535 input[type=checkbox] {
  display: none;
}

.de-switch_7f86762995635535 input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_7f86762995635535 input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_7f86762995635535 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_81538930066c5afa .de-switch_7f86762995635535 label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_7f86762995635535 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_7f86762995635535.colored_c272576a9929f8d5 input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_7f86762995635535.colored_c272576a9929f8d5 label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_7f86762995635535 {
  float: right;
}

.switch_f1e50e185a7f5411:checked::after {
  transform: translateX(20px);
}

.switch_f1e50e185a7f5411:focus {
  outline-color: transparent;
}

.menu_side_area_1f589443a893bf5d {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_1f589443a893bf5d {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_81538930066c5afa .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_40e2efa5539f024f {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_483f4ce8a1ec7c43 {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_d5374a7ddc00bc66 {
  display: none;
}

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

.ul-style-2_2ee0dc80d08ca92e 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_2ee0dc80d08ca92e li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_2ee0dc80d08ca92e.s2_f801212a2ad2db98 li h4 {
  font-weight: 600;
}

.ul-style-2_2ee0dc80d08ca92e.s2_f801212a2ad2db98 li {
  margin-bottom: 30px;
}

.ul-style-2_2ee0dc80d08ca92e.s3_39dfbe7996542cc6 li {
  margin-bottom: 5px
}

.ul-style-2_2ee0dc80d08ca92e .d-label_46fa0ec526737144 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_2edf94211a4b3190{
  margin: 0;
  padding: 0;
}

.ul-check-inline_2edf94211a4b3190 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_2edf94211a4b3190 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_2ee0dc80d08ca92e 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_2ee0dc80d08ca92e li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_d7ee8f252ad8a266 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_d7ee8f252ad8a266 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_d7ee8f252ad8a266 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_d7ee8f252ad8a266 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_e4e4cc5127a06634{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_ee9d55e351772147{
  color:#ffffff;
}


/* shadow */

.shadow-soft_e2511539c1de81ce,
.de-map-wrapper_b3345885a63acda9 iframe,
.expand-custom_4800798266892c42,
#form_sb input,
.container-timeline_fc46d061f5306876 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_ff434147888d6ad9 {
  -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_e0944fc66c895a8b {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_4a5216a0517d7f2b {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_f0a7d705158a1e2b {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_25d9112411a60727 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_84ffa0e89c2b3467{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_63ea94986c4ed452{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_86790e734513311e {
  right: 0;
}

.rtl .carousel-control-prev_ceacd0d11d75b55d {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_80a8d497e6cb5351,
.carousel-control-prev-icon_3ee812bc3aa92234 {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_80a8d497e6cb5351:after,
.carousel-control-prev-icon_3ee812bc3aa92234:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_80a8d497e6cb5351:after {
  content: "\f105";
}

.carousel-control-next-icon_80a8d497e6cb5351:hover,
.carousel-control-prev-icon_3ee812bc3aa92234: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_b3345885a63acda9 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_cb12b44b5dd50c11 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_cb12b44b5dd50c11 {
  -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_6b11b3cb3a8e433d {
  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_98850436a73c0052{
  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_9e77b8ac96aad662 .bubble_98850436a73c0052:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_9e77b8ac96aad662 .bubble_98850436a73c0052:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_9e77b8ac96aad662 .bubble_98850436a73c0052:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_8355fff2812cec01{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_8355fff2812cec01 .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_2ff88f3b86ca6985{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_2ff88f3b86ca6985 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_2ff88f3b86ca6985 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_2ff88f3b86ca6985 dt span:after {
  content: " ";
}
.def-list-dots_2ff88f3b86ca6985 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_2ff88f3b86ca6985 .no-def-item_dd6a22db9185b8a9 dt:after {
  content: "";
}
.def-list-dots_2ff88f3b86ca6985 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_2dae2ee04b699bb5 img{
  height: 350px;
  width: auto;
}

.d-list-menu_51c4374b48d67282 {
  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_c9996ab3d214d93e .dropdown a:hover {
  color: #333;
}

.dark-scheme_81538930066c5afa .dropdown a,
.dark-scheme_81538930066c5afa .header-light_c9996ab3d214d93e .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_81538930066c5afa .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_81538930066c5afa .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_81538930066c5afa .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_5717185f60c64e58 {
  width: 600px !important;
}

.dropdown ul.d-col-3_5717185f60c64e58 li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_5717185f60c64e58 li span {}

.text-light_ea4c8007e6456259 .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_ea4c8007e6456259 .dropdown a {
  color: #ffffff;
}

.items_filter_5b4958e27621c103 {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_5b4958e27621c103 .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_dcd872de96d62d91,
.dropdown.fullwidth_dcd872de96d62d91 a,
.dropdown.fullwidth_dcd872de96d62d91 ul,
.dropdown.fullwidth_dcd872de96d62d91 li {
  width: 100%;
}

.dropdown.style-2_3a7462ae6eb4d124,
.dropdown.style-2_3a7462ae6eb4d124 a,
.dropdown.style-2_3a7462ae6eb4d124 ul,
.dropdown.style-2_3a7462ae6eb4d124 li {
  width: 100%;
}

.rtl .dropdown.style-2_3a7462ae6eb4d124 {
  text-align: right;
}

.dropdown.style-2_3a7462ae6eb4d124 h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_3a7462ae6eb4d124 a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_f5d38a0ab583a04c {
  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_f5d38a0ab583a04c:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_0485c850679949b4 {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_0485c850679949b4 span {
  display: inline-block;
  position: relative;
}

.separator_0485c850679949b4 span:before,
.separator_0485c850679949b4 span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_0485c850679949b4 span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_0485c850679949b4 span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_0485c850679949b4 span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_c64329b696ea43ca .separator_0485c850679949b4 span:before,
.de_light_c64329b696ea43ca .separator_0485c850679949b4 span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_ea4c8007e6456259 .separator_0485c850679949b4 span:before,
.text-light_ea4c8007e6456259 .separator_0485c850679949b4 span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_0a097a8ef76f09e1: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_0a097a8ef76f09e1: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_0a097a8ef76f09e1 {
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_5f2130b30eb595c0 {
  -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_5f2130b30eb595c0 {
  -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_ec7c21af47c09936,
.isotope.no-transition_ec7c21af47c09936 .isotope-item_5f2130b30eb595c0,
.isotope .isotope-item_5f2130b30eb595c0.no-transition_ec7c21af47c09936 {
  -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_ea4c8007e6456259 #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_ea4c8007e6456259 #filters a:hover {
  color: #fff;
}

.text-light_ea4c8007e6456259 #filters a.selected {
  color: #fff;
}

.text-light_ea4c8007e6456259 #filters a.selected {
  color: #fff;
}

.isotope-item_5f2130b30eb595c0 {
  z-index: 2;
}

.isotope-hidden_8b7bac74eb083de1.isotope-item_5f2130b30eb595c0 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_177c01d57dc52a34 ul.slides,
.project-carousel-3-col_4d9aa96d22cbef4c ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_64e430f1b099f941 .flex-direction-nav_52a980e7fa2db9ec,
.project-carousel_177c01d57dc52a34 .flex-control-nav_596086e875947d23,
.project-carousel_177c01d57dc52a34 .flex-direction-nav_52a980e7fa2db9ec,
.project-carousel-3-col_4d9aa96d22cbef4c .flex-control-nav_596086e875947d23,
.project-carousel-3-col_4d9aa96d22cbef4c .flex-direction-nav_52a980e7fa2db9ec {
  display: none;
}

.logo-carousel_64e430f1b099f941.owl-carousel_efebb20df949c2d1 .owl-item img {
  width: auto;
}

.logo-carousel_64e430f1b099f941.no-control_5e012f30d41934b2 .flex-control-nav_596086e875947d23 {
  display: none;
}

.logo-carousel_64e430f1b099f941.s2_f801212a2ad2db98 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_efebb20df949c2d1.owl-center_9caa617f7d6340ca .owl-item {
  opacity: .6;
}
.owl-carousel_efebb20df949c2d1.owl-center_9caa617f7d6340ca .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_e656d02159c09c44());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_e656d02159c09c44());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_e656d02159c09c44());
}

.typed-strings_8302acecabb94ed6 p {
  position: absolute;
}

.social-icons-sm_e464c72a4cbe462b 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_e464c72a4cbe462b i:hover {
  color: #ffffff;
}

.arrowup_311e99ef99150f1a {
  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_e6994a55decdbdbf {
  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_4b34589815de209a {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_e1b813af566af606 {
  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_99c3913feac7e997 .nav-link {
  font-weight: 500;
}

.de-preloader_53d3d52082b35ccb {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_81538930066c5afa .de-preloader_53d3d52082b35ccb {
  background: var(--bg-color-even);
}

.dot-loader_fe4b9fab1b43a840 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_b4463bbce6b42fb8 {
  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_b4463bbce6b42fb8.dot1_f6e301d80c000c54 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_b4463bbce6b42fb8.dot2_98062d455eb6e5ad {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_b4463bbce6b42fb8.dot3_6a44e60bf0860819 {
  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_94209c6067552896 {
  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_94209c6067552896 .p-line_3bf9ee20435ebda0 {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_94209c6067552896 .p-line_3bf9ee20435ebda0: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_94209c6067552896 .p-line_3bf9ee20435ebda0:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_94209c6067552896 .p-line_3bf9ee20435ebda0: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_79fc209be441e86f, .container-md_3e97a0dc1ccc1322, .container-sm_f8137ac3e39af729, .container-xl_35e8ae9f571b887e {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_79fc209be441e86f,
  .container-md_3e97a0dc1ccc1322,
  .container-sm_f8137ac3e39af729,
  .container-xl_35e8ae9f571b887e {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_79fc209be441e86f,
  .container-md_3e97a0dc1ccc1322,
  .container-sm_f8137ac3e39af729,
  .container-xl_35e8ae9f571b887e {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_391ea4086e4240b6 { width: 20%; }
  .col-md-2-5_edbd8e023b6d83a5 { width: 40%; }
  .col-md-3-5_209d3d04369c0f44 { width: 60%; }
  .col-md-4-5_2093f40172b782fd { width: 80%; }
  .col-md-5-5_3a325f6671d74928 { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_7576f5887f952796 { width: 20%; }
  .col-lg-2-5_e694d52197dd6c8c { width: 40%; }
  .col-lg-3-5_d674fb5e1bf8e82f { width: 60%; }
  .col-lg-4-5_3396545844458e01 { width: 80%; }
  .col-lg-5-5_d590419071b2667b { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_79fc209be441e86f,
  .container-md_3e97a0dc1ccc1322,
  .container-sm_f8137ac3e39af729 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_117a0c70109782b7 {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_cfcdaa4249198690 .tr .td:nth-child(4),
  .de_table_cfcdaa4249198690 .tr .td:nth-child(5),
  .de_table_cfcdaa4249198690 .tr .td:nth-child(6),
  .de_table_cfcdaa4249198690 .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_739e698b91489839 {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_abbf4cb2742aa385 .countdown-show4_48e20d8e0dc316b5 .countdown-section_40e2efa5539f024f {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_abbf4cb2742aa385 .countdown-period_48bc173e08286901{
    font-size:10px;
  }

  .countdown-s2_abbf4cb2742aa385 .countdown-amount_33ebdc71b9b2e187 {
    font-size: 20px;
  }


  .mb-sm-20_4b9d8c2aa9257506 {
    margin-bottom: 20px;
  }

  .mb-sm-30_100bdd5b579b7dd7 {
    margin-bottom: 30px;
  }

  .mt-sm-0_8f26ca2e47f3713b{
    margin-top: 0;
  }

  .sm-mt-0_e24f65afabf5e5e9 {
    margin-top: 0;
  }

  .p-sm-30_1035851e89ce908c {
    padding: 40px;
  }

  .pb-sm-0_3aad18ab07d80128 {
    padding-bottom: 0;
  }

  .mb-sm-0_097c9808d1d1f6a0 {
    margin-bottom: 0;
  }

  .sm-p-40_018ab2c9b88f64d9{
    padding: 40px;
  }

  header .header-col_f7a9a9ada3d3f9a3 {
    position: absolute;
    top: 0;
  }

  header .header-col_f7a9a9ada3d3f9a3.mid_5bf04552b4f53bb2 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_179550f6a5307327 {
    text-align: center;
  }

  .sm-pt10_5f22de029f4f9aa4 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_aecddbc1df94a688 {
    padding: 40px;
  }

  .header-col-left_5370f0627605ad10,
  .header-col-right_3ccdda686eb6dc52 {
    padding-top: 16px;
  }

  .header-col-mid_9693325dc452f141 #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_460349b52737ed6f {
    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_61820eefa0cacbfa {
    position: fixed;
  }

  #subheader.s2_f801212a2ad2db98 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_1ccf8873e6dd6255 {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_117a0c70109782b7 h1 {
    font-size: 32px;
  }

  .slider_text_117a0c70109782b7 .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_8aefb97210858bff {
    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_8aefb97210858bff,
  #mainmenu li li li a.menu-item_8aefb97210858bff {
    padding-left: 0;
  }

  #mainmenu a.menu-item_8aefb97210858bff:hover {
    background: #111;
  }

  #mainmenu a.menu-item_8aefb97210858bff: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_8aefb97210858bff: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_8aefb97210858bff {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_8aefb97210858bff:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_8aefb97210858bff {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_8aefb97210858bff {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_8aefb97210858bff {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_8aefb97210858bff:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_01c44601ea79dd62) {
    border: none;
  }

  #mainmenu>li ul.mega_01c44601ea79dd62 .sb-menu_2d3c801dc34fd112 {
    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_8aefb97210858bff {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu a.menu-item_8aefb97210858bff{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_8aefb97210858bff: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_81538930066c5afa header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_01c44601ea79dd62 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_01c44601ea79dd62 .menu-content_5b5081edd52853ef {
    background: #fff;
  }

  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu li,
  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu li ul li a.menu-item_8aefb97210858bff {
    border-color: #eee;
  }

  header.header-dark_a3e8e723f79c9300.header-mobile {
    background: #222;
  }

  header.header-dark_a3e8e723f79c9300.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_a3e8e723f79c9300.header-mobile #mainmenu li a.menu-item_8aefb97210858bff {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_8aefb97210858bff: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_8aefb97210858bff {
    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_81538930066c5afa 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_8aefb97210858bff {
    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_8aefb97210858bff {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_81538930066c5afa header.header-mobile #mainmenu li a.menu-item_8aefb97210858bff {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_8aefb97210858bff:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_81538930066c5afa header.header-mobile #mainmenu li a.menu-item_8aefb97210858bff:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_81538930066c5afa header.header-mobile #mainmenu>li>span {
    background: url(../photos/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_81538930066c5afa header.header-mobile #mainmenu li span.active {
    background: url(../photos/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../photos/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_8aefb97210858bff {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_81538930066c5afa header.header-mobile #mainmenu li ul li a.menu-item_8aefb97210858bff {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_8aefb97210858bff {
    border-bottom: none;
  }

  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu>li>span,
  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu li>ul>li>span {
    background: url(../photos/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu>li>span.active,
  header.header-light_c9996ab3d214d93e.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../photos/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_01c44601ea79dd62 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_01c44601ea79dd62>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_01c44601ea79dd62 .menu-content_5b5081edd52853ef {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_c9996ab3d214d93e #mainmenu ul li a.menu-item_8aefb97210858bff,
  .header-light_c9996ab3d214d93e #mainmenu ul li a.menu-item_8aefb97210858bff:hover {
    color: #333;
  }

  .de_tab.tab_methods_8e01f715160c793a .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_8e01f715160c793a .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_8e01f715160c793a .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_8e01f715160c793a .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_9b53f72206280df1 {
    display: none;
  }

  .sm-hide_e4ef1b61b105fef2 {
    display: none;
  }

  .d-btn-close_78ce1ae8563c9038 {
    position: relative;
  }

  .de_tab.tab_style_4_0fa41e6d54932a95 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_8aefb97210858bff span {
    display: none;
  }

  .de_tab.tab_methods_8e01f715160c793a.style-2_3a7462ae6eb4d124 .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_4f119ceb8be46b0d {
    position: relative;
    height: auto;
  }

  .timeline_5f7f86861579009c>li>.timeline-panel_1f0b5dd8020fff81 {
    width: 100%;
  }

  .timeline-badge_491f7763f4ee275b {
    display: none;
  }

  .timeline_5f7f86861579009c:before {
    background: none;
  }

  .tp-caption_0116b55dee93a855 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_6bf1f3f0df670f64 .de-flex_a1c6406dcea2c522,
  .subfooter_6bf1f3f0df670f64 .de-flex-col_4c7a6db59a754f62 {
    display: block;
  }

  .subfooter_6bf1f3f0df670f64 .social-icons_af3c72635b371cc0 {
    margin-top: 20px;
  }

  .subfooter_6bf1f3f0df670f64 span.copy_30021c4c9d4c8d0a {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_cd26e1c53cce30f6{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_d436f33beb261abd{
    margin:0 20px;
  }

  .crumb_1ccf8873e6dd6255{
    margin-bottom: 0;
  }

  section.bottom-rounded_31710088fed64b7f{
    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_281643c20c9f503f,
  h1.ultra-big_281643c20c9f503f .text-line_618132a164203083,
  h1.ultra-big-2_ff48efdeec9bb9f3,
  .title-text_4dee5161934bfb2b,
  h1.slider-title_f4e9b88374b72651{
    font-size: 60px;
  }  

  h1.slider-title_f4e9b88374b72651,
  h2.slider-title_f4e9b88374b72651{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_2a156be8b080b483 > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_3e9eef6780c295ce{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_e321efc9d00c7877{padding-top:10px;}
  .pt-sm-20_289b45f9420d5956{padding-top:20px;}
  .pt-sm-30_3681d29e0d83f33a{padding-top:30px;}
  .pt-sm-40_545c720b949b7138{padding-top:40px;}
  .pt-sm-50_d5a1f9f6299c3b33{padding-top:50px;}
  .pt-sm-60_bbf99b8d94e1fa16{padding-top:60px;}
  .pt-sm-70_236ef118344543b2{padding-top:70px;}
  .pt-sm-80_6fb01b0d91697c31{padding-top:80px;}
  .pt-sm-90_68b30875f5e06e68{padding-top:90px;}
  .pt-sm-100_747b468d6ee6b3b5{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_1cf24d3779102e6f{padding-bottom:10px;}
  .pb-sm-20_bd08bffe468acbfc{padding-bottom:20px;}
  .pb-sm-30_db482a91ca15fffc{padding-bottom:30px;}
  .pb-sm-40_297e8a8e2cd5e091{padding-bottom:40px;}
  .pb-sm-50_88d8849819440ccf{padding-bottom:50px;}
  .pb-sm-60_94e003b7f2104dd9{padding-bottom:60px;}
  .pb-sm-70_4ff258feede11438{padding-bottom:70px;}
  .pb-sm-80_a7377c9af16cfc17{padding-bottom:80px;}
  .pb-sm-90_61a0cfde4f24b6b5{padding-bottom:90px;}
  .pb-sm-100_823eed8f3b8a2167{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_019cb8b1102533dc{margin-top:10px;}
  .mt-sm-20_7ac83d07ad18ec05{margin-top:20px;}
  .mt-sm-30_797ade04aa7fd664{margin-top:30px;}
  .mt-sm-40_ec20364039c848db{margin-top:40px;}
  .mt-sm-50_0c56cf10b72f7155{margin-top:50px;}
  .mt-sm-60_6f0828d017dbb8d8{margin-top:60px;}
  .mt-sm-70_39815b66360f46fb{margin-top:70px;}
  .mt-sm-80_a77a90b52226ceb5{margin-top:80px;}
  .mt-sm-90_951174acf1233530{margin-top:90px;}
  .mt-sm-100_9facbe56b591c2e1{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_b68cb8890b26cbc5{margin-bottom:10px;}
  .mb-sm-20_4b9d8c2aa9257506{margin-bottom:20px;}
  .mb-sm-30_100bdd5b579b7dd7{margin-bottom:30px;}
  .mb-sm-40_336fb871deaeecfe{margin-bottom:40px;}
  .mb-sm-50_1404fec27e61d74f{margin-bottom:50px;}
  .mb-sm-60_b9b8e96a054665c5{margin-bottom:60px;}
  .mb-sm-70_7d0972a3f35dc79b{margin-bottom:70px;}
  .mb-sm-80_f11364e6703978de{margin-bottom:80px;}
  .mb-sm-90_43e461d4910c5f56{margin-bottom:90px;}
  .mb-sm-100_26cfca0bf5c55587{margin-bottom:10px;}


  .fs-sm-1vw_c3dc8b9bd571bcfc{font-size: 1vw}
  .fs-sm-2vw_b2bbb98759fb49f9{font-size: 2vw}
  .fs-sm-3vw_6ed7302ddf358a21{font-size: 3vw}
  .fs-sm-4vw_e2f695b9b073ae6c{font-size: 4vw}
  .fs-sm-5vw_95ae8b6ff5871f41{font-size: 5vw}
  .fs-sm-6vw_373a40ed99166f68{font-size: 6vw}
  .fs-sm-7vw_2f29099980059f19{font-size: 7vw}
  .fs-sm-8vw_42b90cde215e3617{font-size: 8vw}
  .fs-sm-9vw_9a2e24c9646be516{font-size: 9vw}
  .fs-sm-10vw_bffafa4b53e35045{font-size: 10vw}
  .fs-sm-11vw_0bc8cde861e6788f{font-size: 11vw}
  .fs-sm-12vw_f6508b56a4a003f1{font-size: 12vw}
  .fs-sm-13vw_94fef48fbcb4bc6e{font-size: 13vw}
  .fs-sm-14vw_860b74dd047e41d3{font-size: 14vw}
  .fs-sm-15vw_b1bd5264e726f753{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_5a3b2c43dd135ea8 {
    display: none;
  }

  header .logo-init_64c9db6136e089b5 {
    display: none;
  }

  header .logo-mobile_f90375e9eec9d67f {
    display: block;
  }

  header .btn-main_fb6f724ba8ce9db1{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_1f589443a893bf5d {
    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_7902eabf3974eff4 {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_0fa41e6d54932a95 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_0fa41e6d54932a95 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_0fa41e6d54932a95 .de_nav li:first-child,
  .de_tab.tab_style_4_0fa41e6d54932a95 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_a0043628615aaea4 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_83a5f3b9ea601c05 span{
    display: none;
  }

  .de-spot_83a5f3b9ea601c05 .de-circle-1_33895d6550031ea6,
  .de-spot_83a5f3b9ea601c05 .de-circle-2_9ced16193112fef7{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_281643c20c9f503f,
  h1.ultra-big_281643c20c9f503f .text-line_618132a164203083,
  h1.ultra-big-2_ff48efdeec9bb9f3,
  .title-text_4dee5161934bfb2b,
  h1.slider-title_f4e9b88374b72651,
  h2.slider-title_f4e9b88374b72651{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_cec8a607c9e000b4{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_38fef2bcef2904a5{padding-top:10px;}
  .pt-xs-20_8b21c8fbc5183899{padding-top:20px;}
  .pt-xs-30_65b6899d20b4ff59{padding-top:30px;}
  .pt-xs-40_16f002a7fc65c710{padding-top:40px;}
  .pt-xs-50_d2e59b84eba6bad1{padding-top:50px;}
  .pt-xs-60_bedb17e10ab598d5{padding-top:60px;}
  .pt-xs-70_2842e08fcaae794d{padding-top:70px;}
  .pt-xs-80_0f21a811a8ed2c78{padding-top:80px;}
  .pt-xs-90_6b2a0aa7b596953f{padding-top:90px;}
  .pt-xs-100_f246d4982b5a3cd0{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_c2cecf90a4a07de9{padding-bottom:10px;}
  .pb-xs-20_5d9957f5edb0a406{padding-bottom:20px;}
  .pb-xs-30_4a16a109e1344f86{padding-bottom:30px;}
  .pb-xs-40_66f1ac9896373799{padding-bottom:40px;}
  .pb-xs-50_1d2086c2d85d70d3{padding-bottom:50px;}
  .pb-xs-60_e2ac865f002a552d{padding-bottom:60px;}
  .pb-xs-70_aca6189c89bc5eb9{padding-bottom:70px;}
  .pb-xs-80_a99ee6a648b4b288{padding-bottom:80px;}
  .pb-xs-90_339fc7ea4df53383{padding-bottom:90px;}
  .pb-xs-100_e9812ffaadd5acc1{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_a01585feb7e3007b{margin-top:10px;}
  .mt-xs-20_912bded6290f34c9{margin-top:20px;}
  .mt-xs-30_2ff54470b064c80d{margin-top:30px;}
  .mt-xs-40_7225e3de259ec282{margin-top:40px;}
  .mt-xs-50_3437f043f6b55090{margin-top:50px;}
  .mt-xs-60_12898f66ed936e71{margin-top:60px;}
  .mt-xs-70_3de683758d0ed82d{margin-top:70px;}
  .mt-xs-80_682c2668b3c93e5d{margin-top:80px;}
  .mt-xs-90_252cd0f96cfdce9a{margin-top:90px;}
  .mt-xs-100_c196fbf49a9328d8{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_6ce303bc6d430ecd{margin-bottom:10px;}
  .mb-xs-20_7af68c21fc335b6b{margin-bottom:20px;}
  .mb-xs-30_69ce996ed29ffa17{margin-bottom:30px;}
  .mb-xs-40_a1b922e29a12eec4{margin-bottom:40px;}
  .mb-xs-50_742617724ea525e0{margin-bottom:50px;}
  .mb-xs-60_9b6e2f4fcf211b64{margin-bottom:60px;}
  .mb-xs-70_2ed7f1331aa47607{margin-bottom:70px;}
  .mb-xs-80_383ba3ff6ae5fc59{margin-bottom:80px;}
  .mb-xs-90_98657911267f6446{margin-bottom:90px;}
  .mb-xs-100_d4ceabb15c546025{margin-bottom:10px;}

  .ss-wrap_9d3be3bb6ec3a81c{
    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_1f0b5dd8020fff81 {
    margin-bottom: 30px;
  }

  .timeline-pic_468dda6e0e1b7ff6 {
    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_f801212a2ad2db98 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_6219d6e0ee149c5d {
    display: none;
  }

  header a.btn-main_fb6f724ba8ce9db1 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_beb21c04a2b63975 .left-half_ebc9a0be84789030,
.half-fluid_beb21c04a2b63975 .right-half_4092f51533af4f8b {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_beb21c04a2b63975 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_beb21c04a2b63975 .left-half_ebc9a0be84789030 {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_beb21c04a2b63975 .right-half_4092f51533af4f8b {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
