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


/* 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_ce58b095fb9a42a2,.bg-dark-1_658b32ba03fbf90a{background-color: var(--bg-dark-1) !important}
.bg-dark-2_66106719859aaf20{background-color: var(--bg-dark-2) !important}
.bg-dark-3_47fec8c16d338ecc{background-color: var(--bg-dark-3) !important}
.bg-grey_77f926696588f2e5{background-color: var(--bg-grey) !important}
.bg-gradient-1_eba7f99ecce96b47{
  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_d60e54511e52a293{
  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_a22656b7a6ab8956 {
  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_bef7826a1ef28b61 {
  top: 0;
}

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

header.transparent {
  background: none;
}

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

header .logo-scroll_b51acdcc9b3437fe {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

header .logo-mobile_0d389ed8c5758841 {
  display: none;
}


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

header.scroll-light_5f1f3032f2691225 .logo-scroll_b51acdcc9b3437fe{
  display: none;
}

header.smaller.scroll-light_5f1f3032f2691225 .logo-main_daf65aaad77b72d0{
  display: none;
}

header.smaller.scroll-light_5f1f3032f2691225 .logo-scroll_b51acdcc9b3437fe{
  display: block;
}

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

header.header-light_13ed2da2a1a9fc06 .h-phone_a4207dc598454b92,
header.smaller.scroll-light_5f1f3032f2691225 .h-phone_a4207dc598454b92 {
  color: #202020;
}

header:not(.header-light_13ed2da2a1a9fc06).smaller.scroll-light_5f1f3032f2691225 div#logo .logo_2034a48fab4a90e6 {
  display: none;
}

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

header.smaller.scroll-light_5f1f3032f2691225 div#logo .logo-scroll_b51acdcc9b3437fe {
  display: inline-block;
}

header.smaller.header-light_13ed2da2a1a9fc06 div#logo .logo_2034a48fab4a90e6 {
  display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

/* middle col header */
header .header-col_400e34fcd9e1b0a3.mid_e21a183aee169760 {
  float: right;
}

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


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

.de-overlay-gradient_1b6ea46d07f70033{
  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_75ee38052ab9e06d{
  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_ce4e16e72f200e0c{
  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_ae8b9564b87c729c {
  font-size: 13px;
}


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


#subheader.text-light_587bf140f850e73a .crumb_ae8b9564b87c729c {
  color: #fff;
}

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

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

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


#subheader.s2_39b5495ab2fb45c3 h1,
#subheader.s2_39b5495ab2fb45c3 .crumb_ae8b9564b87c729c {
  margin: 0;
  padding: 0;
}

#subheader.s2_39b5495ab2fb45c3 .crumb_ae8b9564b87c729c {
  float: right;
  margin-top: 10px;
}

.rtl #subheader.s2_39b5495ab2fb45c3 .crumb_ae8b9564b87c729c {
  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_fc6e6f5a9440d731) {
  border: solid 1px #dddddd;
}

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

.dark-scheme_a22656b7a6ab8956 #mainmenu ul.mega_fc6e6f5a9440d731 {
  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_5c32614ffa968e66: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_13ed2da2a1a9fc06 #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_13ed2da2a1a9fc06 #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_13ed2da2a1a9fc06 {
  background: #ffffff;
}

.header-light_13ed2da2a1a9fc06 #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_a22656b7a6ab8956 #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_eeadc3cf4d854a49) {
  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_272ee33c82247018 {
  padding: 0;
  margin: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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


/* content */


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

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

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

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

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


/* section */


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

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

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

section:not(.relative) {}

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

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

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



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


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

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


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

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

.bgcolor-variation_fb6ddbca47e90e82 {
  background: #f6f6f6;
}

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

.de_light_bb42644528d468b3 section {
  background: #ffffff;
}

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

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

footer p {
  line-height: 1.8em;
}

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

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

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

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

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

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

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

header.header-solid_91cf52a4b8e046b1.header-light_13ed2da2a1a9fc06 #mainmenu>li>a {
  color: #555;
}

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

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

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

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

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

header.header-mobile.has-topbar .header-row_2d43cc4f923d176f,
header.header-mobile.has-topbar .header-col_400e34fcd9e1b0a3 {
  margin-top: 10px;
}

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

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

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

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

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

header.header-solid_91cf52a4b8e046b1.header-light_13ed2da2a1a9fc06 {
  background: #fff;
}

header.header-light_13ed2da2a1a9fc06 .logo_2034a48fab4a90e6 {
  display: none;
}

header.header-light_13ed2da2a1a9fc06 .logo-2_edc19b8acddb88da {
  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_1f6dc21822a6bfe8{
  background: var(--bg-grey);
}

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

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

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

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

.topbar-left_8100b19f98778df3,
.topbar-right_371f483ec1b70951 {
  display: flex;
}

.topbar-right_371f483ec1b70951 {
  float: right;
}

.topbar-solid_46fd32bd48e5c038 {
  background: #ffffff;
}

.tb-light_f82236a34268b1f7 {
  background: #ffffff;
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-right_371f483ec1b70951 .topbar-widget_12b09abdb6c08552 {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

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

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-light_1f6dc21822a6bfe8 .topbar-right_371f483ec1b70951 .topbar-widget_12b09abdb6c08552 {
  border-left: solid 1px #eee;
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-light_1f6dc21822a6bfe8 .topbar-right_371f483ec1b70951 span:last-child {
  border-right: solid 1px #eee;
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .tb-light_f82236a34268b1f7 .topbar-right_371f483ec1b70951 .topbar-widget_12b09abdb6c08552 {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .tb-light_f82236a34268b1f7 .topbar-right_371f483ec1b70951 span:last-child {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

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

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-left_8100b19f98778df3 .topbar-widget_12b09abdb6c08552 {
  border-right: solid 1px rgba(255, 255, 255, .1);
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-light_1f6dc21822a6bfe8 .topbar-left_8100b19f98778df3 .topbar-widget_12b09abdb6c08552 {
  border-right: solid 1px #eee;
}

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

#topbar:not(.topbar-noborder_d61285b2438c52e0) .tb-light_f82236a34268b1f7 .topbar-left_8100b19f98778df3 .topbar-widget_12b09abdb6c08552 {
  border-right: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .tb-light_f82236a34268b1f7 .topbar-left_8100b19f98778df3 span:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

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

header.header-light_13ed2da2a1a9fc06 .h-phone_a4207dc598454b92 span{
  color: var(--body-font-color);
}


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

.menu_side_area_3a42729426b5dea7 .btn-line_f386c9a5dad64297{
  display: inline-block;
}

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

.topbar-widget_12b09abdb6c08552.widget-text_6ca725d84c15e067 {
  padding-top: 6px;
}

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

.h-sub_3cf38e2c32a5b58d .topbar-widget_12b09abdb6c08552 {
  padding: 12px;
}

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

.topbar-widget_12b09abdb6c08552.tb-phone_25ab21c85cb04c29:before {
  content: "\f095";
}

.topbar-widget_12b09abdb6c08552.tb-email_2fb394e9cad4ce61:before {
  content: "\f003";
}

.topbar-widget_12b09abdb6c08552.tb-opening-hours_477a761ade407ad9:before {
  content: "\f017";
}

.topbar-widget_12b09abdb6c08552.tb-social_3f41c71be6829569 {
  padding: 0;
}

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

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

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-light_1f6dc21822a6bfe8 .topbar-widget_12b09abdb6c08552.tb-social_3f41c71be6829569 a,
#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-light_1f6dc21822a6bfe8 .topbar-widget_12b09abdb6c08552.tb-social_3f41c71be6829569 a:first-child {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

#topbar:not(.topbar-noborder_d61285b2438c52e0) .topbar-widget_12b09abdb6c08552.tb-social_3f41c71be6829569 a {
  border-left: solid 1px rgba(255, 255, 255, .1);
}

.tb-light_f82236a34268b1f7 .topbar-widget_12b09abdb6c08552.tb-social_3f41c71be6829569 a {
  border-left: solid 1px rgba(0, 0, 0, .1);
}

.topbar-widget_12b09abdb6c08552.tb-social_3f41c71be6829569 a:first-child {
  border: none;
}

/* topbar end here */

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


/* blog */


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

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

/* blog list */

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

.de_light_bb42644528d468b3 .blog-list_a7b30e605bfa1ecd li {
  border-bottom: solid 1px #ddd;
}

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

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

.de_light_bb42644528d468b3 .blog-list_a7b30e605bfa1ecd h4 a {
  color: #222222;
}

.de_light_bb42644528d468b3 .text-light_587bf140f850e73a .blog-list_a7b30e605bfa1ecd h4 a {
  color: #fff;
}

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

.blog-list_a7b30e605bfa1ecd .btn-more_f05e0a4c23750581:hover {
  background: #fff;
}

.de_light_bb42644528d468b3 .blog-list_a7b30e605bfa1ecd .btn-more_f05e0a4c23750581:hover {
  background: #222;
  color: #fff;
}

.blog-list_a7b30e605bfa1ecd .post-text_a111730814d14e29 {
  padding-left: 80px;
}

.bloglist_1668f2c41a7648d8 .post-text_a111730814d14e29 a.btn-main_9ba8b562c72480b3 {
  display: inline-block;
  margin-top: 0px;
  padding: 5px 25px;
}

.blog-list_a7b30e605bfa1ecd .blog-slider_38940c105276c59e {
  margin-bottom: -60px;
}

.blog-list_a7b30e605bfa1ecd .date-box_0dd8150df2731ab5 {
  position: absolute;
  text-align: center;
  text-shadow: none;
}

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

.de_light_bb42644528d468b3 .blog-list_a7b30e605bfa1ecd .date-box_0dd8150df2731ab5 .month {
  color: #222222;
}

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

.blog-list_a7b30e605bfa1ecd .date-box_0dd8150df2731ab5 .month {
  font-size: 14px;
}

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

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

.de_light_bb42644528d468b3 .blog-list_a7b30e605bfa1ecd .date-box_0dd8150df2731ab5 .month {
  border-bottom-color: #ddd;
}

.de_light_bb42644528d468b3 .text-light_587bf140f850e73a .blog-list_a7b30e605bfa1ecd .date-box_0dd8150df2731ab5 .month {
  color: #fff;
}

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

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

.de-bloglist-type-1_df91109da9b56e42 .d-image_0cd37c2cbc337479 img {
  width: 100%;
}

.de-bloglist-type-1_df91109da9b56e42 .d-content_a2c1801347d434d7 {
  padding-left: 100px;
}

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

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

.de-bloglist-type-1_df91109da9b56e42 .d-date_b8d7ed98c26dc55c: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_4f6a362a7f95edaa {
  margin-bottom: 40px;
}

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

.de-post-type-1_4f6a362a7f95edaa .d-image_0cd37c2cbc337479 img {
  width: 100%;
}

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

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

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

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

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

.de-post-type-1_4f6a362a7f95edaa .d-meta_70d7fb9d206d6503 span.d-by_62abb4ec8f0b7837:before {
  content: "\f007";
}

.de-post-type-1_4f6a362a7f95edaa .d-meta_70d7fb9d206d6503 span.d-date_b8d7ed98c26dc55c:before {
  content: "\f073";
}

.de-post-type-1_4f6a362a7f95edaa .d-meta_70d7fb9d206d6503 span.d-tags_108a2a6146c97d1e:before {
  content: "\f02c";
}

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

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

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

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

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

.de-blog-c1_3e401912bef6ecbb .d-date_b8d7ed98c26dc55c .d-month_506c2114d1138339{
  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_3e401912bef6ecbb .d-date_b8d7ed98c26dc55c .d-day_ea3ab4f2140a3eec{
  font-size: 52px;
  font-family: var(--heading-font);
  padding-left: .3rem;
  font-weight: bold;
}

.de-blog-c1_3e401912bef6ecbb .d-image_0cd37c2cbc337479{
  padding-left: 100px;
}

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

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

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

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

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

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

#blog-comment li li .comment_dc38b5ebb6203d24 {}

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

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

.comment-info_73f7b52b03216bbc span {}

.comment-info_73f7b52b03216bbc .c_name_730af0588035ea97 {
  display: block;
  font-weight: 700;
  color: #555555;
}

.dark-scheme_a22656b7a6ab8956 .comment-info_73f7b52b03216bbc .c_name_730af0588035ea97 {
  color: #ffffff;
}

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

.dark-scheme_a22656b7a6ab8956 .comment-info_73f7b52b03216bbc .c_reply_2d8cbd3873869511 {
  border-left-color: rgba(255, 255, 255, .2);
}

.comment-info_73f7b52b03216bbc .c_date_deef11fb8de3683f {
  font-size: 12px;
}

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

.blog-list_a7b30e605bfa1ecd .post-wrapper_31f0f3763dc29da3 {}

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

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

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

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

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

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

.post-content_640c80a22601162b {
  position: relative;
}

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

.post-text_a111730814d14e29 .d-date_b8d7ed98c26dc55c{
  font-size: 14px;
}

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

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

.dark-scheme_a22656b7a6ab8956 .post-text_a111730814d14e29 h4 a {
  color: #ffffff;
}

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

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

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

.p-tagline_d937cbf6eeb9e89b,
.p-title_5dc14802d37b31d4 {
  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_d937cbf6eeb9e89b,
.p-title_5dc14802d37b31d4.invert {
  background: var(--secondary-color);
}

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

.post-text_a111730814d14e29 .p-date_dd5e878341d2e575 {
  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_24e54c016765e34c img {
  margin-bottom: 20px;
}

.blog-read_24e54c016765e34c .post-text_a111730814d14e29 {
  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_8820a79252fecfc5 {
  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_8820a79252fecfc5 a {
  color: #888;
}

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

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

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

.post-image_58f1906c59b8c56d .d-tagline_f1835950e7ab76d1 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_64460293b4048dd3 {
  margin-bottom: 60px;
}

.blog-item_64460293b4048dd3 img.preview_9ce264ca82cf761b {
  width: 100%;
  margin-bottom: 30px;
}

.post-image_58f1906c59b8c56d {
  position: relative;
}

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

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

.post-image_58f1906c59b8c56d .post-date_a34fc0dbca0ead04,
.post-image_58f1906c59b8c56d .post-author_b60467024c09e751 {
  color: #ffffff;
}

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

/* ratings */


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

.ratings_24451cfcb0f1e52e {
  color: #F86E4E;
}

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

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

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

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

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

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


.radio-opt_8ea5cd690d43afa1{
  float: left;
}


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

.radio-opt_8ea5cd690d43afa1 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_8ea5cd690d43afa1 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_39b5495ab2fb45c3 .radio-img_90c38f4ea49486b9 input[type="radio"] + label, 
#contact_form.s2_39b5495ab2fb45c3 .radio-img_90c38f4ea49486b9 input[type="checkbox"] + label,
#contact_form .radio-img_90c38f4ea49486b9 input[type="radio"] + label img, 
#contact_form .radio-img_90c38f4ea49486b9 input[type="checkbox"] + label img{
  width: 100%;
  float: none;
}

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

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

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

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

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


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

.hover-underline_7fed22cabaa7b45e .form-underline_f65b82693142214d{
  padding-top: 0;
}

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


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


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

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

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

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

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

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


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

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

.error_input_d99482e2e0a8b1db {
  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_de483685cb2c504e {
  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_de483685cb2c504e.sm-left_6ec31e67dd3e5818 {
  margin-left: 0;
}

.rtl .small-border_de483685cb2c504e.sm-left_6ec31e67dd3e5818 {
  margin-right: 0;
}

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

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

.small-border_de483685cb2c504e.white_26176003b010c41a {
  border-top: solid 2px #ffffff;
}

/* breadcrumb */


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

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

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

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

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

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

.crumb_ae8b9564b87c729c a {
  text-decoration: none;
}

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

.de_light_bb42644528d468b3 .crumb_ae8b9564b87c729c a:hover {
  color: #fff;
}

/* button and link */


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

a {
  text-decoration: none;
}

.de_light_bb42644528d468b3 a {
  color: #888;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

a.btn-light_b560a5db257fd063.btn-id_ac54850ea1587c68 {
  color: #222;
}

a.btn-dark_28ca2f8a0ddeb33d.btn-id_ac54850ea1587c68 {
  color: #fff;
}

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

.btn-fx_b08022da9ffc9c5f.btn-main_9ba8b562c72480b3 {
  text-transform: normal;
}

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

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

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

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

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

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

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

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

a.btn-main_9ba8b562c72480b3.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_9ba8b562c72480b3.btn-dark-trans_e97820636127e8fe{
    background: rgba(255, 255, 255, .1);
}

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


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

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

a.btn-main_9ba8b562c72480b3.big_d74828274e97941d{
  font-size: 30px;
  padding: 20px 30px;
}

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

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

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

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

.text-light_587bf140f850e73a .btn-line_f386c9a5dad64297{
  color:#ffffff;
}


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

header:not(.header-light_13ed2da2a1a9fc06) a.btn-line_f386c9a5dad64297,
.dark-scheme_a22656b7a6ab8956 a.btn-line_f386c9a5dad64297,
.dark-schem_55a7d4a3d7c9fd57 a.btn-line_f386c9a5dad64297:hover {
  color: #ffffff;
}

a.btn-main_9ba8b562c72480b3.btn-white_99369006e23261d2 {
  background: #ffffff;
}

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

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

a.btn-border_70cc3c510376716b.light_53ba8a856a03abbb {
  border: solid 1px #ffffff;
  color: #ffffff;
}

a.btn-border_70cc3c510376716b.light_53ba8a856a03abbb:hover {
  background: #ffffff;
}

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

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

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

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

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

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


.text-light_587bf140f850e73a .btn-plus_4939e36cd38e761d{
  border: solid 1px #ffffff;
  color: #ffffff;;
}

.text-light_587bf140f850e73a .btn-plus_4939e36cd38e761d:hover{
  color: #ffffff;;
}

a.btn-main_9ba8b562c72480b3.btn-with-arrow_1b2ade318328964d{
  padding-right: 40px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-light_587bf140f850e73a .play-button_1a166c69a57277a1.dark:before {
  color: #fff;
}

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


/* counter */


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

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

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

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


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

.de_count_f73c6fc816eea22b p.d-small_d12425fed2091287 {
  margin-top: 5px;
  opacity: .5;
}

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

.de_count_f73c6fc816eea22b.big_d74828274e97941d h3 {
  font-size: 120px;
}

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

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

.de_count_f73c6fc816eea22b.small_0b44265e3774cba3 h4 {
  font-size: 28px;
  margin-bottom: 0;
}

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



/* divider */


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

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

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

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

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


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

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

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

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

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

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

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

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

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

/* form */


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

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

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

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

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

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

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

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

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

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

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

.dark-scheme_a22656b7a6ab8956 .field-set_65d33849c02eb9d3 label {
  color: #ffffff;
}

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

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

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

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

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

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

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

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

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

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


/* heading */


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

h1,
h2,
h4,
h3,
h5,
h6,
.h1_0fa203b32bdc7c22,
.h2_e27dbe1d4c5af74e,
.h3_ea341b1479befca9,
.h4_7fe3eec80e0d61e7,
.h5_ea303cb0ea38e014,
.h6_013eb3fb71ad2771,
footer.footer-light_6e427f7287a43107 h5 {
  margin-top: 0;
  font-family: var(--heading-font);
  font-weight: var(--heading-font-weight);
  color: var(--heading-font-color);
}

.dark-scheme_a22656b7a6ab8956 h1,
.dark-scheme_a22656b7a6ab8956 h2,
.dark-scheme_a22656b7a6ab8956 h4,
.dark-scheme_a22656b7a6ab8956 h3,
.dark-scheme_a22656b7a6ab8956 h5,
.dark-scheme_a22656b7a6ab8956 h6,
.dark-scheme_a22656b7a6ab8956 .h1_big_84cf3aabf1bca0bc,
.dark-scheme_a22656b7a6ab8956 .h1_0fa203b32bdc7c22,
.dark-scheme_a22656b7a6ab8956 .h2_e27dbe1d4c5af74e,
.dark-scheme_a22656b7a6ab8956 .h3_ea341b1479befca9,
.dark-scheme_a22656b7a6ab8956 .h4_7fe3eec80e0d61e7,
.dark-scheme_a22656b7a6ab8956 .h5_ea303cb0ea38e014,
.dark-scheme_a22656b7a6ab8956 .h6_013eb3fb71ad2771 {
  color: #ffffff;
}

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


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


h1,
.h1_0fa203b32bdc7c22 {
  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_5c32614ffa968e66: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_bb42644528d468b3 .text-light_587bf140f850e73a h2 {
  color: #fff;
}

.text-light_587bf140f850e73a h2.deco_202b6e41c3dcd6c1 span:before,
.text-light_587bf140f850e73a h2.deco_202b6e41c3dcd6c1 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_dc29fa18be6bece5 {
  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_dc29fa18be6bece5 .s1_03dc6a5d7964cb9e{
   -webkit-text-stroke: 0;
   color: rgba(var(--primary-color-rgb),.3);
}

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

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

.text-dark_90da810e1b826fdb {
  color: #223044;
}

.text-white_83c1a0c32cc401c5,
.de_light_bb42644528d468b3 .text-white_83c1a0c32cc401c5 {
  color: #fff;
}

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

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

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

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

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

/* list */

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

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

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

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

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

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

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

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

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

ol.ol-style-1_d908e4b9c156a64c.fs-16_6ceb1d8b47d96546 li{
  font-size: 16px;
}

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

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

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

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

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

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

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

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

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

/* pagination */

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

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

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

.page-item_2e36e6662d7b6523.active .page-link_7706e722fa48bdff{
  border-color:var(--primary-color);
}

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

.spinner_78c9b58033f187b7>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_78c9b58033f187b7 .bounce1_7de8892c27b20513 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner_78c9b58033f187b7 .bounce2_753b161d715e6199 {
  -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_a22656b7a6ab8956 #de-loader{
  background: var(--bg-dark-1);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* social-icons */


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

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

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

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

.social-icons_c06858ccd4672fdf.s2_39b5495ab2fb45c3 i{
  background: rgba(255, 255, 255, .1);
}

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

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

#topbar .social-icons_c06858ccd4672fdf 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_c06858ccd4672fdf.big_d74828274e97941d i {
  margin: 0 15px 0 15px;
}

.social-icons_c06858ccd4672fdf.big_d74828274e97941d i:hover {
  background: none;
}

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

.social-icons_c06858ccd4672fdf.s1_03dc6a5d7964cb9e:hover i {
  background: none;
}

.social-icons_c06858ccd4672fdf.s1_03dc6a5d7964cb9e {
  line-height: 0.5;
  text-align: center;
}

.social-icons_c06858ccd4672fdf.s1_03dc6a5d7964cb9e .inner {
  display: inline-block;
  position: relative;
}

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

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

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

.col-right_ade680896fa2addf {
  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_a22656b7a6ab8956 .accordion-section-title,
.text-light_587bf140f850e73a .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_587bf140f850e73a .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_adb05eaf4ad54029.s2_39b5495ab2fb45c3 .accordion-section-title{
  border:none;
  border-bottom: solid 1px #ddd;
}


/* bs */

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

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

.dark-scheme_a22656b7a6ab8956 .expand-custom_8d1b39b92624e29c {
  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_cbde624e4b09b0fe .de_tab .de_nav {
  text-align: center;
}

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

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

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

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

.dark-scheme_a22656b7a6ab8956 .de_tab.tab_methods_7e5f029896d905e9 .de_nav li.active span {
  color: #ffffff;
}


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

.de_tab.tab_methods_7e5f029896d905e9.style-2_117d65bcd418a25c .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_7e5f029896d905e9.style-2_117d65bcd418a25c.light_53ba8a856a03abbb .de_nav li span {
  background: #eee;
  color: #707070;
}

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

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

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

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

/* new added */

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

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

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

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

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

.de_tab.tab_methods_7e5f029896d905e9.style-2_117d65bcd418a25c .de_nav li span:hover {
  border: none;
}

.de_tab.tab_methods_7e5f029896d905e9.style-2_117d65bcd418a25c .de_tab_content {
  border: none;
}

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

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

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

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

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



/* tab de_light */

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

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

.de_light_bb42644528d468b3 .de_tab.tab_style_2_5d0f777f7eff260a .de_nav {}

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

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

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

.text-light_587bf140f850e73a .de_tab.tab_style_2_5d0f777f7eff260a .de_nav li.active span {
  color: #fff;
}

/* tab de_light */

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

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

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

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

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

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

.de_light_bb42644528d468b3 .de_tab.tab_style_3_f484a76e7fb3bbd9 .de_nav li span:hover {
  background: #ddd;
}

.de_light_bb42644528d468b3 .de_tab.tab_style_3_f484a76e7fb3bbd9 .de_nav li.active span {
  background: #eee;
  color: #fff;
}

.text-light_587bf140f850e73a .de_tab.tab_style_3_f484a76e7fb3bbd9 .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_a72a21c8dd393d86 .de_tab_content {
  border: none;
  background: none;
  padding: 0;
  border-top: none;
}

.text-light_587bf140f850e73a .de_tab.tab_style_4_a72a21c8dd393d86 .de_tab_content {
  border-top: none;
}

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

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

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

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

.text-light_587bf140f850e73a .de_tab.tab_style_4_a72a21c8dd393d86 .de_nav li.active {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

.de_tab.timeline_c0e0f1b2bf895e90.nav_4_a24506a0e62eadfe 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_c0e0f1b2bf895e90.nav_4_a24506a0e62eadfe .dot_8bcde340611ddf97 {
  display: block;
  width: 8px;
  height: 8px;
  background: #fff;
  opacity: 1;
  margin: 0 auto;
  border-radius: 8px;
  margin-top: 1px;
}

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

.de_tab.timeline_c0e0f1b2bf895e90.nav_4_a24506a0e62eadfe li:last-child .dot_8bcde340611ddf97:before,
.de_tab.timeline_c0e0f1b2bf895e90.nav_4_a24506a0e62eadfe li:last-child .dot_8bcde340611ddf97:after {
  border-bottom: none;
}

.de_tab.timeline_c0e0f1b2bf895e90 li .num_d52a9279ed844125 {
  font-size: 20px;
}

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

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

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

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

a.btn-left_a0a6bc7d33ccccbd,
a.btn-right_54975568fa3aa6c9 {
  text-decoration: none;
}

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

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

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

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

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

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

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

.de_testi_company_9b64c9acd5f4fa02 {
  padding-top: 20px;
}

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

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

.de_testi_bd081c9387d1061c.no-bg_ce2a1bee92521f44 blockquote {
  background: none;
}

.de_testi_bd081c9387d1061c 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_bd081c9387d1061c.type-2_bb6a91ea90e166f0.review_2c48b6e6be0c6277 blockquote {
  padding: 50px;
}

.de_testi_bd081c9387d1061c.type-2_bb6a91ea90e166f0.review_2c48b6e6be0c6277 blockquote:before {
  display: none;
}

.de_testi_bd081c9387d1061c.type-2_bb6a91ea90e166f0.review_2c48b6e6be0c6277 p {
  padding-top: 0;
}

.de_testi_bd081c9387d1061c.type-2_bb6a91ea90e166f0.review_2c48b6e6be0c6277 h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
}

.text-light_587bf140f850e73a .de_testi_bd081c9387d1061c.type-2_bb6a91ea90e166f0 blockquote {
  color: #fff;
  background: var(--bg-color-odd);
  border: var(--border-default);
}

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

.de_testi_bd081c9387d1061c.type-2_bb6a91ea90e166f0 .de_testi_by_41db5c10530a132f {
  font-size: 14px;
  font-weight: normal;
}

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

.de_testi_bd081c9387d1061c.opt-3_84f99901eb228bdc blockquote p {
  font-size: 14px;
}

.de_testi_bd081c9387d1061c.opt-3_84f99901eb228bdc blockquote:before {
  color: #fff;
}

.de_testi_bd081c9387d1061c.opt-3_84f99901eb228bdc .de_testi_by_41db5c10530a132f {
  font-size: 14px;
  color: #000;
}

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

/* new timeline */

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

.de-timeline-article_f5dcb5a901960f7e .site-center-line_2bd81dc6e4da00fb {
  position: absolute;
  width: 2px;
  height: 100%;
  top: 5%;
  left: 50%;
  margin-left: -2px;
  bottom: 5%;
}
.year___652584b6005efb22 {
  display: inline-block;
}
.de-timeline-article_f5dcb5a901960f7e.odd .site-center-line_2bd81dc6e4da00fb {
  background: var(--primary-color);
}
.de-timeline-article_f5dcb5a901960f7e.even .site-center-line_2bd81dc6e4da00fb {
  background: var(--secondary-color);
}
.de-timeline-article_f5dcb5a901960f7e {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0;
  margin-top: -2%;
}
.de-timeline-article_f5dcb5a901960f7e .content-left-container_cabf4e92ed18e3f5,
.de-timeline-article_f5dcb5a901960f7e .content-right-container_13cb089b5221e9ed {
  max-width: 47%;
  width: 100%;
  margin-bottom: 80px;
}
.de-timeline-article_f5dcb5a901960f7e .content-left_6025322cec559592,
.de-timeline-article_f5dcb5a901960f7e .content-right_2a45f7fdd6342de0 {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-title_f0abc13d15743104 {
  margin-top: 0;
}
.de-timeline-article_f5dcb5a901960f7e p {
  padding: 0;
  font-size: 15px;
  position: relative;
}
.de-timeline-article_f5dcb5a901960f7e .content-left-container_cabf4e92ed18e3f5 {
  float: left;
}
h4.de-timeline-year_6188e739d8102084 {
  margin: 0;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 21px;
  color: #fff;
}
.de-timeline-article_f5dcb5a901960f7e.even h4.de-timeline-year_6188e739d8102084{
  color:var(--heading-font-color);
}
.de-timeline-article_f5dcb5a901960f7e.odd .year___652584b6005efb22 {
  float: left;
}
.de-timeline-article_f5dcb5a901960f7e.odd h4.de-timeline-year_6188e739d8102084 {
  background: var(--primary-color);
}
.de-timeline-article_f5dcb5a901960f7e.even .year___652584b6005efb22 {
  float: right;
}
.de-timeline-article_f5dcb5a901960f7e.even h4.de-timeline-year_6188e739d8102084 {
  background: var(--secondary-color);
}
.de-timeline-article_f5dcb5a901960f7e .d-line_149998ea877b4029 {
  position: absolute;
  width: 55px;
  height: 2px;
  top: 20px;
  margin-left: 0;
}
.de-timeline-article_f5dcb5a901960f7e.odd .d-line_149998ea877b4029 {
  left: 50%;
  background: var(--primary-color);
}
.de-timeline-article_f5dcb5a901960f7e.even .d-line_149998ea877b4029 {
  right: 50%;
  background: var(--secondary-color);
}
.de-timeline-article_f5dcb5a901960f7e .owl-carousel_3031e8741cac701b {
  position: relative;
  width: auto;
  padding: 60px 25px 20px;
}
.de-timeline-article_f5dcb5a901960f7e .content-right-container_13cb089b5221e9ed {
  float: right;
}
.de-timeline-article_f5dcb5a901960f7e .meta-dot_4837efc39e17f506 {
  position: absolute;
  top: 10px;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 100%;
}
.de-timeline-article_f5dcb5a901960f7e.odd .meta-dot_4837efc39e17f506 {
  background: var(--primary-color);
}
.de-timeline-article_f5dcb5a901960f7e.even .meta-dot_4837efc39e17f506 {
  background: var(--secondary-color);
}
@media only screen and (max-width: 830px) {
  .de-timeline-article_f5dcb5a901960f7e .site-center-line_2bd81dc6e4da00fb {
    margin-left: 0;
    top: 30px;
    left: 30px;
  }
  .de-timeline-article_f5dcb5a901960f7e .meta-dot_4837efc39e17f506 {
    margin-left: 0;
    left: 20px;
  }
  .de-timeline-article_f5dcb5a901960f7e .content-left-container_cabf4e92ed18e3f5,
  .de-timeline-article_f5dcb5a901960f7e .content-right-container_13cb089b5221e9ed {
    max-width: 100%;
    width: auto;
    float: none;
    margin-left: 50px;
  }
  .de-timeline-article_f5dcb5a901960f7e .content-left-container_cabf4e92ed18e3f5 {
    margin-bottom: 20px;
  }
  .de-timeline-article_f5dcb5a901960f7e .content-left_6025322cec559592,
  .de-timeline-article_f5dcb5a901960f7e .content-right_2a45f7fdd6342de0 {
    padding: 10px 25px;
    min-height: 65px;
  }
  .de-timeline-article_f5dcb5a901960f7e .content-left_6025322cec559592:before {
    content: "\f0d9";
    right: auto;
    left: -8px;
  }
  .de-timeline-article_f5dcb5a901960f7e .content-right_2a45f7fdd6342de0:before {
    display: none;
  }  
  h4.de-timeline-year_6188e739d8102084 {
    position: absolute;
    top:0;
    left: 60px;
  }
  .de-timeline-article_f5dcb5a901960f7e.odd .d-line_149998ea877b4029 {
    left: 30px;
  }
  .de-timeline-article_f5dcb5a901960f7e.even .d-line_149998ea877b4029 {
    right: 0;
    left: 30px;
  }
  .de-timeline-article_f5dcb5a901960f7e.odd .content-left-container_cabf4e92ed18e3f5{
    padding-top: 20px;
  }
  .de-timeline-article_f5dcb5a901960f7e.even .content-left-container_cabf4e92ed18e3f5{
    padding-top: 50px;
  }
  .de-timeline-article_f5dcb5a901960f7e.odd .content-left-container_cabf4e92ed18e3f5 .owl-carousel_3031e8741cac701b{
    padding: 60px 20px 0 20px;
  }
   .de-timeline-article_f5dcb5a901960f7e.even .content-right-container_13cb089b5221e9ed .owl-carousel_3031e8741cac701b{
    padding: 0px 20px 60px 20px;
  }
}

/* close new timeline */


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


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

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

.all-timelines_415d734e93ab421b {
  position: relative;
}

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

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

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

.timeline-blank_2aa0e54032cd2dad {
  width: 50%;
}

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

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

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

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

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

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

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

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

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

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

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

  .timeline-blank_2aa0e54032cd2dad {
    display: none;
  }

  .timeline-text_c005d2c6adf7dc8d {
    width: 100%;
  }

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

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



/* css attributes */

.overflow-hidden_ed4b2c1564a9ad08 {
  overflow: hidden;
}

.border1_7394e2d61cc12f02 {
  border-width: 1px;
}

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

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


/* anim */


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

header,
.hover,
.hover *,
.de_tab .de_nav li span,
a.btn-line_f386c9a5dad64297:after,
.de_count_f73c6fc816eea22b,
.social-icons_c06858ccd4672fdf a i,
.de_tab.tab_methods_7e5f029896d905e9 .de_nav li span,
.de_tab.tab_methods_7e5f029896d905e9 .de_nav li span:hover,
.mfp-close,
.mfp-close:hover,
.text-rotate-wrap,
.text-rotate-wrap .text-item,
.carousel-item .pf_text_617240f0453bd224 .title,
.carousel-item:hover .pf_text_617240f0453bd224 .title,
.carousel-item .pf_text_617240f0453bd224 .title .type,
.carousel-item:hover .pf_text_617240f0453bd224 .title .type,
.owl-slider-nav .next,
.owl-slider-nav .prev,
#back-to-top.show,
#back-to-top.hide,
.social-icons-sm_cf7f3891880c3023 i,
.social-icons-sm_cf7f3891880c3023 i:hover,
.de_tab .de_nav li span,
#popup-box.popup-show,
#popup-box.popup-hide,
.d-btn-close_ff2bf200902a4981,
.btn-main_9ba8b562c72480b3,
.de_tab.tab_style_4_a72a21c8dd393d86 .de_nav li,
.form-subscribe_2ce7667a3320ff44 input[type=text],
#mainmenu *,
#mainmenu a span,
#mainmenu a.active span,
.error_input_d99482e2e0a8b1db,
.de_tab.tab_methods_7e5f029896d905e9.style-2_117d65bcd418a25c .de_nav li.active .arrow,
.owl-item.active.center div blockquote,
.mask_23c8b385bebcff52 *,
.mask_23c8b385bebcff52 .cover,
.mask_23c8b385bebcff52:hover .cover,
.mask_23c8b385bebcff52 img,
.mask_23c8b385bebcff52:hover img,
.accordion_adb05eaf4ad54029 .content,
a.btn-border_70cc3c510376716b,
#contact_form input,
#form_subscribe input[type=text],
.logo-carousel_21caf5496eea9c57 img,
a.a-underline_4c629ca4d7514165 *,
.dropdown *,
.form-border_2b20a05797aa9056 *,
.d-carousel *,
#slider-carousel *,
.container-timeline_328a3ec9245bd3d3 *,
.d_demo_img *,
.carousel-control-next-icon_a67c23fb114a84e1,
.carousel-control-prev-icon_1d8fc6f76c001a4f,
.grayscale_fbfc0ea3806bffc0,
.hover-color_e278365392d5ffe0,
.show-on-scroll,
#mainmenu>li::before,
.btn-plus_4939e36cd38e761d,
.btn-plus_4939e36cd38e761d *,
.btn-with-arrow_1b2ade318328964d:after,
.btn-with-arrow_1b2ade318328964d: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_b08022da9ffc9c5f:after,
a.btn-fx_b08022da9ffc9c5f:hover:after,
a.btn-fx_b08022da9ffc9c5f:before,
a.btn-fx_b08022da9ffc9c5f:hover:before,
#mainmenu li,
#mainmenu li ul,
.widget-post_5d50fae51c825aaf li .post-date_a34fc0dbca0ead04,
.items_filter_7b581760aaab34b5 *,
.owl-prev_7f80bf08277a8da8,
.owl-next_f3747cd4b003f3ef {
  -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_43c6c441cc7c1bdf {
  -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_2de80aaad8b22326 {
  -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_c81400ff2658fbff {
  -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_5c5292c84c09ddd5 {
  -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_db72931c2e7b083b {
  width: 100%;
  position: absolute;
  z-index: 10;
}

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

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

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

/* youtube, vimeo */

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

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

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

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

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

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

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


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

.de-circle-2_56fa8bffba7aafee {
  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_a22656b7a6ab8956 .modal-header_08f27525afb12584,
.nav-tabs_f0a33e0f27d3d62c {
  border-bottom-color: rgba(255, 255, 255, .2);
}

.dark-scheme_a22656b7a6ab8956 .modal-content_dabf12772db0b701 {
  background: var(--bg-dark-1);
}

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

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

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

.tab-default_2b7d637667fc3618 .tab-content_dee905fc7ab95a8e {
  margin-top: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

p{
  margin-top: 0;
}

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

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

p.lead_d6e4f2d8d128dd19.big_d74828274e97941d{
  font-size: 32px !important;
}

.dark-scheme_a22656b7a6ab8956 p.lead_d6e4f2d8d128dd19 {
  color: rgba(255, 255, 255, .75);
}

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

.panel-group_0a4cdd8321c21370 {
  opacity: .8;
}

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

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

.progress {
  background: #27282B;
}

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

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

.panel-default_bec7e4eb72f625ad,
.panel-collapse_5fdc89aeed0d4b0e,
.panel-collapse_5fdc89aeed0d4b0e,
.panel-group_0a4cdd8321c21370 .panel_52d744b06f927e5d {
  border: none;
  border-radius: 0;
}

.panel-heading_afe1be6bb08861b0 {
  background: #222;
}

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

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

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

blockquote.s1_03dc6a5d7964cb9e {
  padding: 0px;
}

blockquote.s1_03dc6a5d7964cb9e: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_430b3846106b88f5::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_430b3846106b88f5::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_587bf140f850e73a .collapsible-link_430b3846106b88f5:before,
.text-light_587bf140f850e73a .collapsible-link_430b3846106b88f5:after {
  background: #ffffff;
}



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

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

.rtl .rtl-show_fa59dccdc196dd43 {
  display: block
}

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

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

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

.collapsible-link_430b3846106b88f5.text-white_83c1a0c32cc401c5 {
  color: #ffffff;
}

.collapsible-link_430b3846106b88f5.text-white_83c1a0c32cc401c5::after,
.collapsible-link_430b3846106b88f5.text-white_83c1a0c32cc401c5::before {
  background: #ffffff;
}


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

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

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

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


/* widget */


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

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

footer .widget_41e51b032a77d545{
  margin-bottom: 0;
}


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

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

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

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

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

.de_light_bb42644528d468b3 .widget_category_183b5b3f4f30f394 li {
  background: none;
  border: solid 1px #eee;
}

.widget_category_183b5b3f4f30f394 li a {
  color: #606060;
}

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

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

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


.dark-scheme_a22656b7a6ab8956 .widget-post_5d50fae51c825aaf li a {
  color: #ffffff;
}

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

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

.widget-post_5d50fae51c825aaf .date_1a99b78b3cb256d4 {
  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_5d50fae51c825aaf .date_1a99b78b3cb256d4 {
  float: right;
}

.widget_41e51b032a77d545 .comments_fb2bffc44034fac4 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_41e51b032a77d545 .tiny-border_5b9f3272b1d89fff {
  width: 100%;
  background: rgba(255, 255, 255, .1);
}

.footer-light_6e427f7287a43107 .widget_41e51b032a77d545 .tiny-border_5b9f3272b1d89fff {
  background: rgba(0, 0, 0, .1);
}

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

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

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

.de_light_bb42644528d468b3 .widget_tags_83dc2ee8ff5f22a1 li a:hover {
  color: #111;
  border-color: #111;
}

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

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

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

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

footer .widget_41e51b032a77d545.widget_tags_83dc2ee8ff5f22a1 li a {
  border-color: #222;
}

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

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

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

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

footer .tiny-border_5b9f3272b1d89fff 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_a22656b7a6ab8956 #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_349b4ca069eb218a {
  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_e08f6c5e08f0e865 {
  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_39b5495ab2fb45c3 .d-item-txt_e08f6c5e08f0e865{
  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_e08f6c5e08f0e865 img{
  width: 80px;
  margin-top: -15px;
  margin-right: 20px;
}

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

.de-marquee-list .d-item-block_5293d8b072b843f7 {
  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_39b5495ab2fb45c3 .d-item-block_5293d8b072b843f7{
  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_5293d8b072b843f7{
  border-radius: 0;
}

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

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

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

/* marquee */


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

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

.de-step-s1_fcd9f0b5d96c23bf .d-number_fc0776f3d7283f28 {
  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_587bf140f850e73a .de-step-s1_fcd9f0b5d96c23bf .d-number_fc0776f3d7283f28{
  color:#ffffff;
}

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

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


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

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

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


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


.owl-carousel_3031e8741cac701b.no-hide_0afd186a9b7f68b7 .owl-stage-outer_4de9c1e7b37d03c8{
  overflow: visible; !important;
}

.grayscale_fbfc0ea3806bffc0{
  filter: grayscale(1);
}

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

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

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

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

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

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

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

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

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

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


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

/* select2 end */

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


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

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

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

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

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

/* misc */

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

/* background */
.bg-white_b64f2040df1268bd{ background:#ffffff; }
.bg-black_a90050072c0a5e70{ background:#000000; }

/* width (percent) */
.w-10_e7a7f5d8635a90ed{width: 10%;}
.w-20_d08db3a511d20989{width: 20%;}
.w-30_9ae7a4fe4c47d3bc{width: 30%;}
.w-40_31b54fa67dda09b3{width: 40%;}
.w-50_2a82bd5f4a00be53{width: 50%;}
.w-60_0ab967bf46f95980{width: 60%;}
.w-70_2feb42fd55d61b1c{width: 70%;}
.w-80_764a660babed2c7b{width: 80%;}
.w-90_51841ccb90e087a0{width: 90%;}
.w-100_4d85d7f4946dc03b{width: 100%;}

/* width (px) */
.w-10px_0fc45b24ca69faff{width: 10px;}
.w-20px_1f2015701551ce01{width: 20px;}
.w-24px_b5d0315770250c1e{width: 24px;}
.w-40px_e2b14dc007249a53{width: 40px;}
.w-50px_3417fca60d1e6b78{width: 50px;}
.w-60px_8a71a73cfe3c8db7{width: 60px;}
.w-70px_f2fc94861bfc03ed{width: 70px;}
.w-80px_2d9dd6f50753323a{width: 80px;}
.w-90px_78b470a7914c5725{width: 90px;}
.w-100px_9ce1d551db1dc268{width: 100px;}
.w-110px_f711af8ba02d8b39{width: 110px;}
.w-120px_e31dc2e13aaf3ab9{width: 120px;}
.w-130px_cbd76f6750e62aa0{width: 130px;}
.w-140px_31382a1231c16835{width: 140px;}
.w-150px_19326b57d96cf0d7{width: 150px;}
.w-200px_e20a11872a0bbcbd{width: 200px;}
.w-250px_352cd2975586acc3{width: 250px;}
.w-300px_0f5663054f093845{width: 300px;}

/* height (percent) */
.h-10_039f72430fa0b536{height: 10%;}
.h-20_be122f787bf194bb{height: 20%;}
.h-30_3fbba4ae8c3085fa{height: 30%;}
.h-40_b4074e3433e267ff{height: 40%;}
.h-50_8033098bbdd06812{height: 50%;}
.h-60_ecc7976e79d2b112{height: 60%;}
.h-70_9b4c0429c358375c{height: 70%;}
.h-80_f140a65d679571c0{height: 80%;}
.h-90_816dae0fc6c1490f{height: 90%;}
.h-100_e8a4351d0b08c7d2{height: 100%;}

/* height (px) */
.h-10px_d0d146c4c95d23ff{height: 10px;}
.h-20px_e5b3c17b02d5e00c{height: 20px;}
.h-24px_cd99da726d6e6c7b{height: 24px;}
.h-40px_d7b38f9761cb6951{height: 40px;}
.h-50px_b77e893f93f11111{height: 50px;}
.h-60px_2bea062d9d8dca8f{height: 60px;}
.h-70px_bd07ebab53cbacc5{height: 70px;}
.h-80px_ebab9fad569e7f47{height: 80px;}
.h-90px_6e466351656a5f56{height: 90px;}
.h-100px_deea810433565799{height: 100px;}
.h-110px_634b70847de8205e{height: 110px;}
.h-120px_3608cfd1950582fb{height: 120px;}
.h-130px_778a589332b4cd92{height: 130px;}
.h-140px_e893117b4f67370a{height: 140px;}
.h-150px_c06929f353630800{height: 150px;}
.h-200px_d1f5fd918f4c2a97{height: 200px;}
.h-250px_21ac1922a87610e4{height: 250px;}
.h-300px_3c49db6908bc8ca0{height: 300px;}

/* top (percent) */
.top-10_3f2464a4449561c5{top: 10%;}
.top-20_328f20967eaecdd9{top: 20%;}
.top-30_f32773e7269649ae{top: 30%;}
.top-40_e401ac14c34cd914{top: 40%;}
.top-50_68911a06a9d517ae{top: 50%;}
.top-60_b8d48364405c56b7{top: 60%;}
.top-70_61e3456126a4b1a1{top: 70%;}
.top-80_bb57f106835237d5{top: 80%;}
.top-90_f86ce702a068531d{top: 90%;}
.top-100_290385f8d5877cd4{top: 100%;}

/* top (px) */
.top-10px_826f596b744e78ba{top: 10px;}
.top-20px_8e36864cf2905f14{top: 20px;}
.top-30px_e08d24a2557082fa{top: 30px;}
.top-40px_01e7b80d8e98e95a{top: 40px;}
.top-50px_e5abab68e392bf83{top: 50px;}
.top-60px_7671d49322eeff72{top: 60px;}
.top-70px_03d59d0fed78aacb{top: 70px;}
.top-80px_44f330e4da5faffa{top: 80px;}
.top-90px_b98893409b9e5e54{top: 90px;}
.top-100px_dd8436e62487c3f1{top: 100px;}

/* bottom (percent) */
.bottom-10_fb2e7c45ae4c1a6a{bottom: 10%;}
.bottom-20_06218b71e65beaf7{bottom: 20%;}
.bottom-30_eea22998ec50eb09{bottom: 30%;}
.bottom-40_008a4bfb3b212f5c{bottom: 40%;}
.bottom-50_bbedafd9e78222b6{bottom: 50%;}
.bottom-60_c2a9c00727a331f5{bottom: 60%;}
.bottom-70_f23814a464bfda46{bottom: 70%;}
.bottom-80_f1e87eaffa4f9543{bottom: 80%;}
.bottom-90_773ae0944ba5f7ec{bottom: 90%;}
.bottom-100_bb3407a9a627b5d0{bottom: 100%;}

/* bottom (px) */
.bottom-10px_18322d7af2acb988{bottom: 10px;}
.bottom-20px_d7502d9d9af47f90{bottom: 20px;}
.bottom-30px_f6005411ed2f596d{bottom: 30px;}
.bottom-40px_b07770b300c33951{bottom: 40px;}
.bottom-50px_31ac490ab8bbef99{bottom: 50px;}
.bottom-60px_7e23530f5045d9dc{bottom: 60px;}
.bottom-70px_284f4b5b7ec2935a{bottom: 70px;}
.bottom-80px_d9431d25533d99e7{bottom: 80px;}
.bottom-90px_dabc74b81bd38910{bottom: 90px;}
.bottom-100px_a8603edb5a6c9a8b{bottom: 100px;}

/* top negative (px) */
.top-min-10_39f4ec2e62fe5397{top:-10px;}
.top-min-20_4227dc663a82e89a{top:-20px;}
.top-min-30_3d0436316d831c8e{top:-30px;}
.top-min-40_2207e253cb0b3bc7{top:-40px;}
.top-min-50_55ec1ad714e71447{top:-50px;}
.top-min-60_ceddd8626a131025{top:-60px;}
.top-min-70_549d61e24bf8286d{top:-70px;}
.top-min-80_c60339b73f3d742f{top:-80px;}
.top-min-90_08c8e14793da1213{top:-90px;}
.top-min-100_3d61b6feeaf86471{top:-100px;}

/* bottom negative (px) */
.bottom-min-10_b1c39fdf96e4f32d{bottom:-10px;}
.bottom-min-20_8e3fcc1d2a6a4dae{bottom:-20px;}
.bottom-min-30_844202aac3b208f3{bottom:-30px;}
.bottom-min-40_e5fa06ba0573d984{bottom:-40px;}
.bottom-min-50_29f118820d8fdfbf{bottom:-50px;}
.bottom-min-60_8fde42d0bbf93f31{bottom:-60px;}
.bottom-min-70_f6e8935d409ab210{bottom:-70px;}
.bottom-min-80_e42ed3c37d007a13{bottom:-80px;}
.bottom-min-90_0821028824fac77e{bottom:-90px;}
.bottom-min-100_71ffeee92971fd85{bottom:-100px;}

/* left pos (percent) */
.start-10_d422f7f1fc73b709{left: 10%;}
.start-20_53610a9349d78ecf{left: 20%;}
.start-30_0c55d7ef980b5f0b{left: 30%;}
.start-40_128219f8875e725b{left: 40%;}
.start-50_f6845c4ee2ad4f38{left: 50%;}
.start-60_bc620363475c5f79{left: 60%;}
.start-70_f9996b984ba6995c{left: 70%;}
.start-80_73d822abdd17d1cc{left: 80%;}
.start-90_6743e49e4cc1bde2{left: 90%;}
.start-100_efdfe1683797aefb{left: 100%;}

/* left pos (px) */
.start-10px_2ac1e789c9e9e67d{left: 10px;}
.start-20px_1413161e127ee865{left: 20px;}
.start-30px_724a2bed5a193394{left: 30px;}
.start-40px_7d804ed68a52a981{left: 40px;}
.start-50px_a4b8bcb7d4f9c723{left: 50px;}
.start-60px_f98ab2f0968ea657{left: 60px;}
.start-70px_a448394ffcc9fdc3{left: 70px;}
.start-80px_ad8620d8d4a71b78{left: 80px;}
.start-90px_3dae97c3ebad9055{left: 90px;}
.start-100px_22ead451d8dbc4c8{left: 100px;}

/* right  pos (percent) */
.end-10_1b76adaf2a58df18{right: 10%;}
.end-20_1182a17b853b1196{right: 20%;}
.end-30_92b4d76fc50efbc6{right: 30%;}
.end-40_8d74ca0b3a45a8f8{right: 40%;}
.end-50_02acd00426cdf279{right: 50%;}
.end-60_e1e48f401d46c89d{right: 60%;}
.end-70_c3d7d018c7e03d3c{right: 70%;}
.end-80_2bfdaee2d9c365d5{right: 80%;}
.end-90_9214d1cf69be8b61{right: 90%;}
.end-100_2dfa9b64e636df6b{right: 100%;}

/* right  pos (px) */
.end-10px_5fee1733ee340cd6{right: 10px;}
.end-20px_66ff2fbbaee6f657{right: 20px;}
.end-30px_036152b1d14898c7{right: 30px;}
.end-40px_d2aab8203adf1fa3{right: 40px;}
.end-50px_8ab546a01f75aafb{right: 50px;}
.end-60px_bf5bdccec089c481{right: 60px;}
.end-70px_c1f5727dfe2c6036{right: 70px;}
.end-80px_c5fbf4feece00005{right: 80px;}
.end-90px_dc05277785df2e5a{right: 90px;}
.end-100px_8caf81dd1aa63070{right: 100px;}

/* margin-left (percent) */
.ms-10_6e591fd263a7e31f{margin-left: 10%;}
.ms-20_4c8584baa3f41f59{margin-left: 20%;}
.ms-30_64450522e1d3def1{margin-left: 30%;}
.ms-40_78375ec7bb53ea6e{margin-left: 40%;}
.ms-50_8c59d2a18bc1cdc6{margin-left: 50%;}
.ms-60_55b1d0a62fb2fac1{margin-left: 60%;}
.ms-70_5a7b67d01e6d46bc{margin-left: 70%;}
.ms-80_bee1c49f24396d89{margin-left: 80%;}
.ms-90_ecaf298a24ea0826{margin-left: 90%;}
.ms-100_ec4d47ec4328b4b4{margin-left: 100%;}


/* margin-left (px) */
.ms-10px_f9ab27ccea1a445f{margin-left: 10px;}
.ms-20px_21bd5fbdba2bd271{margin-left: 20px;}
.ms-30px_1ecc3cdcc667f4d2{margin-left: 30px;}
.ms-40px_51180f3da8d05e7b{margin-left: 40px;}
.ms-50px_60e7ec0112e8504f{margin-left: 50px;}
.ms-60px_8a3809af62feaf17{margin-left: 60px;}
.ms-70px_3de2ceb954793327{margin-left: 70px;}
.ms-80px_850c9d26efa35384{margin-left: 80px;}
.ms-90px_b649c717d35127c4{margin-left: 90px;}
.ms-100px_a0e1487f71be91cd{margin-left: 100px;}

/* margin top negative (px) */
.mt-min-10_f17c8862cf9907e1{margin-top:-10px;}
.mt-min-20_00d12e6cf943c31b{margin-top:-20px;}
.mt-min-30_ee2f07c366376c93{margin-top:-30px;}
.mt-min-40_cef02e91482d0e86{margin-top:-40px;}
.mt-min-50_691f15f1fd738e9d{margin-top:-50px;}
.mt-min-60_47a4f748d6d7c033{margin-top:-60px;}
.mt-min-70_b715345669923ebf{margin-top:-70px;}
.mt-min-80_cb04f8e650778f60{margin-top:-80px;}
.mt-min-90_564f76d127df78b7{margin-top:-90px;}
.mt-min-100_56f570c8408a6481{margin-top:-100px;}

/* margin bottom negative (px) */
.mb-min-10_5286e1e2e0248481{margin-bottom:-10px;}
.mb-min-20_4d9767069882cc64{margin-bottom:-20px;}
.mb-min-30_137b3b6a96596c49{margin-bottom:-30px;}
.mb-min-40_08125de660e0a517{margin-bottom:-40px;}
.mb-min-50_48f32aed4e4c2dba{margin-bottom:-50px;}
.mb-min-60_a5cd725e6e560134{margin-bottom:-60px;}
.mb-min-70_217ccf7e9a2d2043{margin-bottom:-70px;}
.mb-min-80_0c5ba7bae25f3dce{margin-bottom:-80px;}
.mb-min-90_a348d677514129b3{margin-bottom:-90px;}
.mb-min-100_b73fac1808eaf5ec{margin-bottom:-100px;}

/* margin left negative (px) */
.ms-min-10_894688463ec3ed6e{margin-left:-10px;}
.ms-min-20_7a6c2bee40fa5c4d{margin-left:-20px;}
.ms-min-30_bbf40014d728b462{margin-left:-30px;}
.ms-min-40_f4d03a9313d62e24{margin-left:-40px;}
.ms-min-50_4ee1bf2d1ec9db0d{margin-left:-50px;}
.ms-min-60_80d5497cde289dd6{margin-left:-60px;}
.ms-min-70_eede9294637929dd{margin-left:-70px;}
.ms-min-80_1ef907c9f5d1432e{margin-left:-80px;}
.ms-min-90_6eb82a8e8a65fcd8{margin-left:-90px;}
.ms-min-100_b4d9c6f30bc68f2e{margin-left:-10p0x;}

/* margin top negative (px) */
.me-min-10_6f1fcfcd6657bf9a{margin-right:-10px;}
.me-min-20_9af71f83000e4345{margin-right:-20px;}
.me-min-30_e26898c7324cc4d4{margin-right:-30px;}
.me-min-40_14ed67194581ee2a{margin-right:-40px;}
.me-min-50_2254030cc16c18d1{margin-right:-50px;}
.me-min-60_964da92392290038{margin-right:-60px;}
.me-min-70_def5205aaac7bb03{margin-right:-70px;}
.me-min-80_4341b069e266e479{margin-right:-80px;}
.me-min-90_38f7abc141c74bf8{margin-right:-90px;}
.me-min-100_b2f22d1703293dd8{margin-right:-100px;}

/* font-size (px) */
.fs-12_e0f09bd73a7657d1{font-size: 12px;}
.fs-14_7ec7904b30170426{font-size: 14px;}
.fs-15_19c64d933d7638d3{font-size: 15px;}
.fs-16_6ceb1d8b47d96546{font-size: 16px;}
.fs-18_c5d3bd9db1f03b6d{font-size: 18px;}
.fs-20_fdc2fc88d0794542{font-size: 20px;}
.fs-24_0f7027bf6d982945{font-size: 24px;}
.fs-28_dd972f1c8cd131ff{font-size: 28px;}
.fs-30_390ff350b1b2a9e8{font-size: 30px;}
.fs-32_68cd41eb2aece966{font-size: 32px;}
.fs-36_b431620d20b6f591{font-size: 36px;}
.fs-40_3015f9051c53969c{font-size: 40px;}
.fs-48_1a0c1bf42558c279{font-size: 48px;}
.fs-56_22dddd07e17cc628{font-size: 56px;}
.fs-60_5d8055eab7829f23{font-size: 60px;}
.fs-64_68fcb19c6ffcca49{font-size: 64px;}
.fs-72_deb8fc9f0da1c306{font-size: 72px;}
.fs-96_97e906364ff75070{font-size: 96px;}
.fs-120_51d6f9a5f7ad0c78{font-size: 120px;}
.fs-150_2fb975870b1a306a{font-size: 150px;}
.fs-200_b73d2057873cbab3{font-size: 200px;}


/* font-weight */
.fw-100_55daf77a9cfba3fa{font-weight: 100;}
.fw-200_3a9b1f8c9bf27624{font-weight: 200;}
.fw-400_1b337ee15d35b821{font-weight: 300;}
.fw-400_1b337ee15d35b821{font-weight: 400;}
.fw-500_49f5441b56384e9a{font-weight: 500;}
.fw-600_7e66d8e016a24206{font-weight: 600;}
.fw-bold_c4cade55eee2bb5d{font-weight: bold;}

/* margin left (px) */
.ms-10_6e591fd263a7e31f{margin-left: 10%;}
.ms-20_4c8584baa3f41f59{margin-left: 20%;}
.ms-30_64450522e1d3def1{margin-left: 30%;}
.ms-40_78375ec7bb53ea6e{margin-left: 40%;}
.ms-50_8c59d2a18bc1cdc6{margin-left: 50%;}
.ms-60_55b1d0a62fb2fac1{margin-left: 60%;}
.ms-70_5a7b67d01e6d46bc{margin-left: 70%;}
.ms-80_bee1c49f24396d89{margin-left: 80%;}
.ms-90_ecaf298a24ea0826{margin-left: 90%;}
.ms-100_ec4d47ec4328b4b4{margin-left: 100%;}

/* padding (px) */
.p-10_498136da365449ac{padding: 10px;}
.p-15_d29f9c2329c7bd0a{padding: 15px;}
.p-20_0397b12239d26bd2{padding: 20px;}
.p-30_c27dcafef013aeaf{padding: 30px;}
.p-40_18e27c2d3949e216{padding: 40px;}
.p-50_8bd5ef98121d17f8{padding: 50px;}
.p-60_2937484271c57113{padding: 60px;}
.p-70_0cf5cd5a92cbeaf2{padding: 70px;}
.p-80_b36917f62b79873b{padding: 80px;}
.p-90_43d6813d53b8a9fc{padding: 90px;}
.p-100_31e69c12c5ab77a9{padding: 100px;}

/* padding bottom (px) */
.pb-10_3dbe8e2ea9bd013d{padding-bottom: 10px;}
.pb-20_70fe2cb88e57d8c6{padding-bottom: 20px;}
.pb-30_e8d3d60cb2620348{padding-bottom: 30px;}
.pb-40_1a730e73ef1321be{padding-bottom: 40px;}
.pb-50_3fc361ea90a0926a{padding-bottom: 50px;}
.pb-60_b24802d8bde46cc6{padding-bottom: 60px;}
.pb-70_77390af02520b569{padding-bottom: 70px;}
.pb-80_f40ce1ac8ba5a6fe{padding-bottom: 80px;}
.pb-90_ab9e36012837f85e{padding-bottom: 90px;}
.pb-100_0768a5d08319b195{padding-bottom: 100px;}

/* padding top (px) */
.pt-10_6d9cb33dc7229115{padding-top: 10px;}
.pt-20_51e19d9633ed4863{padding-top: 20px;}
.pt-30_0c036862cba6dfd4{padding-top: 30px;}
.pt-40_d9a5f2e3babe812b{padding-top: 40px;}
.pt-50_bfc7f5dcb1855743{padding-top: 50px;}
.pt-60_36e098e8327d21a8{padding-top: 60px;}
.pt-70_1ac73acaa234c5a8{padding-top: 70px;}
.pt-80_938573281e6f7909{padding-top: 80px;}
.pt-90_8609e1926fe6bd97{padding-top: 90px;}
.pt-100_5364dad324973718{padding-top: 100px;}

/* padding left (px) */
.ps-10_7b54aad93a4b4d6e{padding-left: 10px;}
.ps-20_9e2719ac8c72f572{padding-left: 20px;}
.ps-30_1f7d619e0841cbe0{padding-left: 30px;}
.ps-40_80ec47485fd1a913{padding-left: 40px;}
.ps-50_e6042a2ba6e87cdb{padding-left: 50px;}
.ps-60_42b7489fc5777569{padding-left: 60px;}
.ps-70_d23ff05f46a4363e{padding-left: 70px;}
.ps-80_b9860324199819a9{padding-left: 80px;}
.ps-90_179d378d77c98265{padding-left: 90px;}
.ps-100_a8ee2606e4b1a934{padding-left: 100px;}

/* border white */
.border-white-1_200039c647d13d57{border: solid 1px white;}
.border-white-2_32a673ef06280cd5{border: solid 2px white;}
.border-white-3_a7073458d84d26b5{border: solid 3px white;}
.border-white-4_a8f5355d8684ee18{border: solid 4px white;}
.border-white-5_ac5f0d77f91f77de{border: solid 5px white;}
.border-white-6_e85a810c833a2137{border: solid 6px white;}
.dashed-1-white_08b8f0eaab4ea644{border: dashed 1px white;}

/* border bottom white with transparency */
.border-bottom-white-trans-1_02724ac9655b0db1{ border-bottom: solid 1px rgba(255, 255, 255, .1); }
.border-bottom-white-trans-2_9b119588daca7ccc{ border-bottom: solid 1px rgba(255, 255, 255, .2); }
.border-bottom-white-trans-3_bfb390cfe6c4c8b1{ border-bottom: solid 1px rgba(255, 255, 255, .3); }
.border-bottom-white-trans-4_e4c7926c3b80f749{ border-bottom: solid 1px rgba(255, 255, 255, .4); }
.border-bottom-white-trans-5_0beac3268121e28e{ border-bottom: solid 1px rgba(255, 255, 255, .5); }
.border-bottom-white-trans-6_c27dc8ab50e03329{ border-bottom: solid 1px rgba(255, 255, 255, .6); }
.border-bottom-white-trans-7_5d83b62b9432d89e{ border-bottom: solid 1px rgba(255, 255, 255, .7); }
.border-bottom-white-trans-8_5820988977ec01d9{ border-bottom: solid 1px rgba(255, 255, 255, .8); }
.border-bottom-white-trans-9_7aabbb78130f4c29{ border-bottom: solid 1px rgba(255, 255, 255, .9); }

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

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

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

/* hover effects */
.hover:hover .hover-scale-1-2_6dec3f9d26c07945{transform: scale(1.2);}
.hover-scale-in-3_4d43f15f26c4ebb7{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_4d43f15f26c4ebb7{transform: scale(1); opacity: 1}
.hover-op-0_aff9e3186241b99c{ opacity:1 }
.hover:hover .hover-op-0_aff9e3186241b99c{ opacity:0 }
.hover-op-1_5ff10df40ebe0ec0,.hover-op-05_fbf05d16da1adf11{ opacity:0 }
.hover:hover .hover-op-1_5ff10df40ebe0ec0{ opacity:1 }
.hover:hover .hover-op-05_fbf05d16da1adf11{ opacity:.5 }
.hover:hover .hover-scale-1-1_b32d70da3ae2af5f{transform: scale(1.1);}
.hover:hover .hover-scale-1-2_6dec3f9d26c07945{transform: scale(1.2);}
.hover-scale-in-3_4d43f15f26c4ebb7{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3_4d43f15f26c4ebb7{transform: scale(1); opacity: 1}
.hover:hover .hover-bg-color_83ba551e46b08cb9{background: var(--primary-color) !important;}
.hover:hover .hover-bg-color-2_24594be053bf38b6{background: var(--secondary-color) !important;}
.hover:hover .hover-bg-dark_33b5d2d145277393{background: var(--heading-font-color)}
.hover-mh-100_ae22e382a64b8500{max-height: 0px; overflow: hidden;}
.hover:hover .hover-mh-100_ae22e382a64b8500{max-height: 500px;}
.hover:hover .hover-top-0_cb0a20bc154e3af0{top:0;}
.hover:hover .hover-pb-40_4a10f482c8ca03c3{padding-bottom: 40px;}
.hover-mt-40_e3f28a23e6f5393e{margin-top: 40px;}
.hover:hover .hover-mt-40_e3f28a23e6f5393e{margin-top: 0px;}
.hover:hover .hover-mt-0_376724dd06c4849e{margin-top: 0;}

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

/* opacity */
.op-1_669770fcb716f0c0{ opacity:.1; }
.op-2_013d9f721ebdb2d5{ opacity:.2; }
.op-3_0b8cfb303325d3b4{ opacity:.3; }
.op-4_c35d3074ac632bae{ opacity:.4; }
.op-5_4168c862b8fc7656{ opacity:.5; }
.op-6_7a39c69cf479635d{ opacity:.6; }
.op-7_6f52db7eca459046{ opacity:.7; }
.op-8_dfaa9ae09a9b55ab{ opacity:.8; }
.op-9_d46786b4d43c2db1{ opacity:.9; }

/* line height em */
.lh-1_9d6b1a785efb3a8e{line-height: 1em;}
.lh-1-1_673fb0f3f64ebae0{line-height: 1.1em;}
.lh-1-2_9c1424b7782a7980{line-height: 1.2em;}
.lh-1-3_ae4506ea443243ca{line-height: 1.3em;}
.lh-1-4_0977ab1816061d1a{line-height: 1.4em;}
.lh-1-5_bb6106bbf9c18f1f{line-height: 1.5em;}
.lh-1-6_893ad646aca1d9f9{line-height: 1.6em;}
.lh-1-7_c3131fda778f6da4{line-height: 1.7em;}
.lh-1-8_5e2af03dca1fc647{line-height: 1.8em;}

/* min height (px) */
.mh-200_39303b610b6ab301{min-height:200px;}
.mh-300_3496be7e4401afd4{min-height:300px;}
.mh-400_e05f23f28a18d12f{min-height:400px;}
.mh-500_cbb63bb43e91f3fd{min-height:500px;}

/* background dark */
.bg-dark-20_0c825ccb5354eee7{background: rgba(var(--bg-dark-1-rgb),.2)}
.bg-dark-30_56bc86230504a82c{background: rgba(var(--bg-dark-1-rgb),.3)}
.bg-dark-40_492baa8a92ff9337{background: rgba(var(--bg-dark-1-rgb),.4)}
.bg-dark-50_8a0a61b9942e8136{background: rgba(var(--bg-dark-1-rgb),.5)}

/* overlay-black */
.overlay-black-1_3ab783338c29bebc{background: rgba(0, 0, 0, .1)}
.overlay-black-2_4ef2136c828e8986{background: rgba(0, 0, 0, .2)}
.overlay-black-3_a7269e097950b78c{background: rgba(0, 0, 0, .3)}
.overlay-black-4_14afc9799575c4a3{background: rgba(0, 0, 0, .4)}
.overlay-black-5_8531791f55608acb{background: rgba(0, 0, 0, .5)}
.overlay-black-6_02f9d117d5fa4a40{background: rgba(0, 0, 0, .6)}
.overlay-black-7_ead7082f8a48e485{background: rgba(0, 0, 0, .7)}
.overlay-black-8_9c9f2dbc1cea0e2a{background: rgba(0, 0, 0, .8)}
.overlay-black-9_12b7e974ae8a8078{background: rgba(0, 0, 0, .9)}

/* overlay-white */
.overlay-white-1_c18e6e999610fddf{background: rgba(255, 255, 255, .1)}
.overlay-white-2_1a5aab93bb2322c4{background: rgba(255, 255, 255, .2)}
.overlay-white-3_5598fd1f9c704be4{background: rgba(255, 255, 255, .3)}
.overlay-white-4_a7775d507c11fc2b{background: rgba(255, 255, 255, .4)}
.overlay-white-5_407e8168f9fc133b{background: rgba(255, 255, 255, .5)}
.overlay-white-6_5b16fcf5c90284eb{background: rgba(255, 255, 255, .6)}
.overlay-white-7_f839c8fb4a5a5f05{background: rgba(255, 255, 255, .7)}
.overlay-white-8_7261f2b2b460b834{background: rgba(255, 255, 255, .8)}
.overlay-white-9_240704324ed65e16{background: rgba(255, 255, 255, .9)}

/* positions */
.absolute,.abs { position: absolute;}
.abs-center_bb1c8b4d5fc73af9 { left: 50%; transform: translateX(-50%);}
.abs-middle_90fd7bb470dd6fbe{ top: 50%;  transform: translateY(-50%);}
.abs-centered_b7350d901b28476c{ position: absolute; top: 50%; left: 50%;transform: translate(-50%, -50%);}
.relative,.position-relative_6d85ab28c4985b60 { position: relative; }

/* z-index */
.z-1_162b22c7a4485058{ z-index:1 }
.z-2_18817c411a00064e{ z-index:2 }
.z-3_24ebadf09492a56f{ z-index:3 }
.z-4_919dd85075afac56{ z-index:4 }
.z-1000_1d0d63e7c7be361a { z-index: 1000;}

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

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

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

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

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

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

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

/* misc end */

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

.ss-wrap_7310cdbc1ba26099 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_7310cdbc1ba26099 .img-l1_6f359594e26e73ce{
  top:10%;
  left: 20%;
  z-index: 3;
}

.ss-wrap_7310cdbc1ba26099 .img-l2_a3687ff1ed8d4dee{
  top:20%;
  left: 0%;
}


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

.ss-wrap_7310cdbc1ba26099 .img-r2_5174468b341b7547{
  top:20%;
  right: 0%;
}


/* de-vertical-nav begin */

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

/* de-vertical-nav end */

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

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


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

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

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

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

.de-timeline_29364f664a42fd25 .d-item .d-text_61a5062e6a8ac79f h4{
  margin-bottom: 5px;
}

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

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

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


.de-timeline-s2_cea8559345fd30ba .d-item.no-border_a357c220f721b6f2{
  border: none;
}

.de-timeline-s2_cea8559345fd30ba .d-item  .d-icon_f4522f1c2e36beb6{
  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_cea8559345fd30ba.color .d-item  .d-icon_f4522f1c2e36beb6{
  background: var(--secondary-color);
}

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

.de-timeline-s2_cea8559345fd30ba .d-item .d-text_61a5062e6a8ac79f{
  padding-left: 40px;
}

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

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

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

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

.sw-text-wrapper_c4c10d872ca41fa6.border-left_5c72e654c5379105.light_53ba8a856a03abbb{
  border-left: solid 1px rgba(255, 255, 255, .25);
  padding-left: 40px;
}

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

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

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


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


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

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


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



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

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

.slider-light_98ff92762a1c9f18 .swiper-pagination-current_4eecae8c4d7d821c{
  color: var(--heading-font-color);
}

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

.slider-light_98ff92762a1c9f18 .swiper-button-next, .slider-light_98ff92762a1c9f18 .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_8be055f984fa20fb{
  color:#ffffff;
}
.sw-price_8be055f984fa20fb .d-starting_99102e9d21e317d8{
  margin-bottom: 20px;
  color:rgba(255, 255, 255, .75);
}
.sw-price_8be055f984fa20fb .d-price_e964586032414795{
  font-size: 56px;
  font-family: var(--heading-font);
  font-weight: bold;
  margin-bottom: 10px;
}
.sw-price_8be055f984fa20fb .d-val_7ba5d3dd97704ce5{
  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_8be055f984fa20fb .d-cur_24c4da24fc6f707a, .sw-price_8be055f984fa20fb .d-period_11c6e9d2b8b1ffaa{
  font-size: 16px;
  font-family: var(--body-font);
  color:var(--secondary-color);
}
.sw-price_8be055f984fa20fb .d-cur_24c4da24fc6f707a{
  font-weight: bold;
}


/* swiper end */


/* swiper #2 begin */

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

.sw-caption-thumb_32c6082fc99fff06 .d-tag_35f51cd530292e24{
  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_33540b32f0626869 #mainmenu{
  margin: 0;
}

.col-start_58a51d20705685f8, .col-end_d6f8fcba18850afb {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-grow: 1;
  flex-basis: 0;
}

.col-end_d6f8fcba18850afb{
  justify-content: end;
}

.col-center_f6e45750c74c9a5a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.col-center_f6e45750c74c9a5a img{
  width: 160px;
}


.subtitle_a870476601820127{
  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_a870476601820127: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_a22656b7a6ab8956 .subtitle_a870476601820127, .text-light_587bf140f850e73a .subtitle_a870476601820127{
  color:#ffffff;
}


.dark-scheme_a22656b7a6ab8956 .subtitle_a870476601820127:before, .text-light_587bf140f850e73a .subtitle_a870476601820127:before{
  border-bottom: solid 1.5px #ffffff;
}



.subtitle_a870476601820127.blink_8a0dbc02ab5e0d80{
  padding-left: 35px;
}

.subtitle_a870476601820127.blink_8a0dbc02ab5e0d80: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_a22656b7a6ab8956::-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_2c7ab0924634e4a1 {
    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_1c51f0e817f5b3c1 a{
  color:#ffffff;
  margin:10px 0;
}


.dark-scheme_a22656b7a6ab8956 .float-text span{
    color: #ffffff;
}


/* de-number begin */

    .de-number_7d619836c53c762b{
      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_7d619836c53c762b 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_6c415b5cf8ca68fd {
  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_6c415b5cf8ca68fd 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_6c415b5cf8ca68fd {
  opacity: 1;
}

.d_demo_img:hover .d-overlay_6c415b5cf8ca68fd span {
  transform: scale(1.0);
  opacity: 1;
}

.de-hover-scale_9af0d928ff3bde6a: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_7c26912fc3b21b3b {
  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_3031e8741cac701b,
.rtl .bx-wrapper_1303b571ac2b29e5 {
  direction: ltr;
}

.rtl .owl-carousel_3031e8741cac701b .owl-item {
  direction: rtl;
}

#item-carousel-big {
  padding: 0 25px;
}

.de-flex_33540b32f0626869 {
  display: flex;
  justify-content: space-between;
}

.de-flex_33540b32f0626869>.de-flex-col_dc05ad7ee15ff1e0 {
  display: flex;
  justify-content: center;
  align-items: center;
}

#loadmore {
  display: inline-block;
  margin-top: 10px;
}

.d-item {
  display: none;
}

.filter__l_3ecaaa92af46f263,
.filter__r {
  font-family: var(--heading-font);
}

.filter__l_3ecaaa92af46f263 {
  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_86fe70cc8f3035e2 {
  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_564519a90a17e3d7 {
  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_564519a90a17e3d7 {
  opacity: 1;
  left: 40px;
}

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

.opt-2 {
  display: none;
}

.border_9825d07b0c372c90 {
  border-color: #EFEFEF !important;
}

.tparrows_468c93d20b402659 {
  background: none !important;
}

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

.text-light_587bf140f850e73a .border_9825d07b0c372c90 {
  border-color: rgba(255, 255, 255, .1) !important;
}

.owl-carousel_3031e8741cac701b {
  position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;
}

.owl-thumbs_7cc96f1d5a642dbb img {
  padding: 3px;
}

#slider-carousel .owl-thumbs_7cc96f1d5a642dbb {
  padding: 3px;
  margin-bottom: 30px;
  width: auto;
}

#slider-carousel .owl-thumbs_7cc96f1d5a642dbb 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_09fe3d3b015ade76.active {
  opacity: 1;
}

#slider-carousel button.owl-thumb-item_09fe3d3b015ade76.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_09fe3d3b015ade76 img {
  background: #fff;
  padding: 0;
  width: 120px;
}

.de_tab.tab_style_4_a72a21c8dd393d86 .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_587bf140f850e73a strong {
  color: #fff;
}

.bg-white_b64f2040df1268bd {
  background: #ffffff;
}

.bg-white-10_5755418a3cd76bc0 {
  background: rgba(255, 255, 255, .1);
}

.wh80_b25ffd4bbfcf1437 {
  width: 80%;
  height: 80%;
}

.border-top_07f128437f5a3a60 {
  border-top: solid 1px #e5e5e5;
}

.border-bottom_6ec3df036734d637 {
  border-bottom: solid 1px #e5e5e5;
}

.dark-scheme_a22656b7a6ab8956 header.border-bottom_6ec3df036734d637 {
  border-bottom: solid 1px rgba(255, 255, 255, .1) !important;
}

.color-overlay_c59fdf3f48a29155 {
  background: rgba(157, 130, 235, .3);
}

section .color-overlay_c59fdf3f48a29155 {
  padding: 60px 0 60px 0;
}

.color-overlay-2_f7e0f9da9bcea843 {
  background: rgba(26, 37, 48, .85);
}

.circle-x_8a39ae4a4a4ae091 {
  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_c75e574238201e8d:before,
.nav-next_2454f1d373351c3b:before,
.nav-exit_eedf3d88e5299a34:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #fff;
  padding: 20px;
  font-size: 24px;
  cursor: poInter;
}

.nav-exit_eedf3d88e5299a34:before {
  width: 100%;
  display: block;
}

.nav-next_2454f1d373351c3b:before {
  content: '\f178';
  width: 100%;
  background: #555;
}

.nav-exit_eedf3d88e5299a34:before {
  content: '\f00d';
}

.de_light_bb42644528d468b3 .nav-exit_eedf3d88e5299a34:before {
  color: #222;
}

.no-bottom_f769bd585fd579c9 {
  margin-bottom: 0;
  padding-bottom: 0;
}

p {
  margin-bottom: 20px;
}

p.intro_c49081c463c8352d {
  color: #555;
  font-size: 16px;
  line-height: 1.5em;
}

.bg-grey_77f926696588f2e5 {
  background: #f6f6f6;
}

.no-bottom_f769bd585fd579c9 .col-md-12_ee35b81a4e593269 {}

.no-bottom_f769bd585fd579c9 {
  padding-bottom: 0 !important;
}

.no-top_2189f6f0377d75f5 {
  padding-top: 0 !important;
}

.no-margin_8e79e6018d9cd94b {
  margin: 0 !important;
}

.nopadding_998a2464a571380e {
  padding: 0;
  margin: 0;
}

#filters i {
  margin-right: 10px;
}

.bg-side_b47bc2b8a8f74775 {
  position: relative;
  overflow: hidden;
}

.image-slider_213e46f52ff5595a {
  cursor: move;
}

.inner-padding_63a9ef9a7b07232c {
  padding: 90px;
}

.inner-padding_63a9ef9a7b07232c.pos-left_b07d0a5059d0d48a {
  padding: 90px;
  padding-left: 0;
}

.rtl .inner-padding_63a9ef9a7b07232c.pos-left_b07d0a5059d0d48a {
  padding-left: 90px;
  padding-right: 0;
}

.no-padding_9c1ed53013ee7afa,
section.no-padding_9c1ed53013ee7afa {
  padding: 0;
}

.float-left_0875584177e3a4e4 {
  float: left;
}

#loader-area {
  display: none;
  background: #fff;
}

#loader-area {
  display: none;
  background: #111;
}

.loader_5924043811cd914d {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.page-overlay_43d899de3a7a612b {
  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_3a455272e0be3532 {
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.teaser_3a455272e0be3532.style-2_117d65bcd418a25c {
  letter-spacing: 20px;
  text-transform: uppercase;
}

.teaser_3a455272e0be3532.style-3_6f4d0ff5f201df0e {
  font-size: 14px;
}

.teaser_3a455272e0be3532.style-4_f3c492fa4aa1cf69 {
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 14px;
}

.form-control_beab3add61472f8d:focus {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}

.d-carousel {
  position: relative;
  display: flex;
  align-items: center;
}

.d-custom-nav_00314d26ad44e6b5 {
  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_659ea2abe4adc19e {
  display: flex;
}

.owl-prev_7f80bf08277a8da8,
.owl-next_f3747cd4b003f3ef,
.d-nav-left_ac4070a6c482b45e,
.d-nav-right_7673a1cbedf2cedd {
  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_a22656b7a6ab8956 .owl-prev_7f80bf08277a8da8,
.dark-scheme_a22656b7a6ab8956 .owl-next_f3747cd4b003f3ef {
  background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);
}

.owl-prev_7f80bf08277a8da8:hover,
.owl-next_f3747cd4b003f3ef: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_7f80bf08277a8da8,
.d-nav-left_ac4070a6c482b45e {
  left: -12px;
  border-radius: 60px;
  padding-left: 4px;
}

.owl-next_f3747cd4b003f3ef,
.d-nav-right_7673a1cbedf2cedd {
  right: -12px;
  border-radius: 60px;
  padding-right: 4px;
}

.d-nav-left_ac4070a6c482b45e i,
.d-nav-right_7673a1cbedf2cedd i {
  position: absolute;
  top: 20px;
  color: #111111;
  font-size: 20px;
  font-weight: bold;
}

.owl-next_f3747cd4b003f3ef i,
.d-nav-left_ac4070a6c482b45e i {
  top: 12px;
  left: 16px;
}

.d-nav-right_7673a1cbedf2cedd i {
  top: 12px;
  right: 16px;
}

.owl-arrow_eb8f4c0a1a3cee16 {
  z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;
}

.owl-arrow_eb8f4c0a1a3cee16 span {
  display: block;
  background: #555;
  position: absolute;
}

.owl-arrow_eb8f4c0a1a3cee16 .prev {
  left: 0;
}

.owl-arrow_eb8f4c0a1a3cee16 .next {
  right: 0;
}

.owl-arrow_eb8f4c0a1a3cee16 .prev:before,
.owl-arrow_eb8f4c0a1a3cee16 .next:before {
  font-family: "FontAwesome";
  content: '\f177';
  color: #222222;
  padding: 20px;
  font-size: 32px;
  display: block;
}

.owl-arrow_eb8f4c0a1a3cee16 .next:before {
  content: '\f178';
}

.owl-pagination_b338b25f19af2898 {
  margin-top: 0px;
  height: 40px;
}

.owl-theme_eca470e8d6c8d3d4 .owl-controls_ee9a28bb365b98d2 .owl-page_6edbca60497c3916 span {
  display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;
}

.owl-theme_eca470e8d6c8d3d4 .owl-controls_ee9a28bb365b98d2 .owl-page_6edbca60497c3916.active span {
  background: none;
}

.owl-theme_eca470e8d6c8d3d4 .owl-controls_ee9a28bb365b98d2 .owl-page_6edbca60497c3916.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_eca470e8d6c8d3d4 .owl-nav_659ea2abe4adc19e.disabled+.owl-dots_4ba7d44de4deb4f3 {
  margin-top: 0px;
}

.owl-dots_4ba7d44de4deb4f3 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_eca470e8d6c8d3d4 .owl-dots_4ba7d44de4deb4f3 .owl-dot_ec4dec7cafc4ce83 span {
  display: none;
}

/* new owl close */

.text-light_587bf140f850e73a .owl-theme_eca470e8d6c8d3d4 .owl-controls_ee9a28bb365b98d2 .owl-page_6edbca60497c3916 span {
  background-color: #fff;
}

.text-light_587bf140f850e73a .owl-theme_eca470e8d6c8d3d4 .owl-controls_ee9a28bb365b98d2 .owl-page_6edbca60497c3916.active span {
  background: none;
}

.text-light_587bf140f850e73a .owl-theme_eca470e8d6c8d3d4 .owl-controls_ee9a28bb365b98d2 .owl-page_6edbca60497c3916.active span:before {
  border: solid 2px #fff;
}

.text-slider_46eb53c13f524b48 {
  color: #fff;
  display: inline-block;
}

.text-slider_46eb53c13f524b48.med-text_2d96c60c0f68ed0a {
  font-size: 72px;
  line-height: 84px;
  font-weight: bold;
}

.text-slider_46eb53c13f524b48.big-text_7582b3135dd85e58 {
  font-size: 120px;
  line-height: 120px;
  font-weight: bold;
}

.border-deco_5c5edfc39de66728 .text-item {
  display: inline-block;
}

.text-slider_46eb53c13f524b48.dark {
  color: #222;
}

.text-item i {
  font-size: 60px;
  margin-top: 5px;
}

.text-slider_46eb53c13f524b48.big-text_7582b3135dd85e58 i {
  font-size: 90px;
  margin-top: 15px;
}

.text-slider_46eb53c13f524b48 h1 {
  font-size: 60px;
}

.text-rotate-wrap {
  display: inline-block;
}

.text-rotate-wrap .text-item {
  display: none;
}

.red_1ebcc7b39f201af5 {
  color: #ff0000;
}

.teal_3e3de1b30670d2ee {
  color: #009999;
}

.purple_0df8dff19178f124 {
  color: #663366;
}

.green_0b358b78301a5c66 {
  color: #009900;
}

.bg-overlay_d795c4324eccfc22 {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.center-y_abec6fe5b5d07af0 {
  position: relative;
}

.overlay-bg_01f2ef662127b7db {
  padding: 120px 0;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.overlay-bg_01f2ef662127b7db.p60_3da71b3f17ee5795 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.overlay-gradient_5f509e0a4e7707b5 {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-solid_6ada50f53c9c411b {
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
}

.overlay-bg_01f2ef662127b7db.t0_1145cce2f87a2a92 {
  background: rgba(var(--primary-color-rgb), 0);
}

.overlay-bg_01f2ef662127b7db.t20_394b6795e3a6e386 {
  background: rgba(var(--primary-color-rgb), .2);
}

.overlay-bg_01f2ef662127b7db.t30_82dbf7487eae77c4 {
  background: rgba(var(--primary-color-rgb), .3);
}

.overlay-bg_01f2ef662127b7db.t40_6c5bbc615391027b {
  background: rgba(var(--primary-color-rgb), .4);
}

.overlay-bg_01f2ef662127b7db.t50_ce0fc2d86f68df3b {
  background: rgba(var(--primary-color-rgb), .5);
}

.overlay-bg_01f2ef662127b7db.t60_586bb2f55887064f {
  background: rgba(var(--primary-color-rgb), .6);
}

.overlay-bg_01f2ef662127b7db.t70_9e66f44943635541 {
  background: rgba(var(--primary-color-rgb), .7);
}

.overlay-bg_01f2ef662127b7db.t80_4cbd500925553e7a {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_01f2ef662127b7db.t90_17769c48183e1374 {
  background: rgba(var(--primary-color-rgb), .9);
}


.overlay-bg_01f2ef662127b7db.light-5_fa034f5949055647 {
  background: rgba(255, 255, 255, .5);
}

.overlay-bg_01f2ef662127b7db.light-6_d74030f25663f367 {
  background: rgba(255, 255, 255, .6);
}

.overlay-bg_01f2ef662127b7db.light-7_881700203dacbc9a {
  background: rgba(255, 255, 255, .7);
}

.overlay-bg_01f2ef662127b7db.light-8_a2b056440d7491de {
  background: rgba(255, 255, 255, .8);
}

.overlay-bg_01f2ef662127b7db.c1_e16cde87a9b9eeca {
  background: rgba(var(--primary-color-rgb), .8);
}

.overlay-bg_01f2ef662127b7db.dark {
  background: rgba(20, 20, 20, .8);
}

.overlay-bg_01f2ef662127b7db.gradient-blue-aqua_59c71470850605bd {
  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_e11b7de509304552.gradient(startColorstr='#cc024481', endColorstr='#cc34b0bc', GradientType=1);
}


.de-overlay-gradient-dark_35375b15ea703fa6 {
  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_77f926696588f2e5,
section.bg-grey_77f926696588f2e5 {
  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_f401fde5bc1c9dc5 {
  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_8af4bcab832b5797 {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -20px;
  width: 40px;
  height: 40px;
  background-size: contain;
}

.arrow-anim_8af4bcab832b5797:before {
  content: "\f107";
  font-family: "FontAwesome";
  font-size: 32px;
}

.bounce_7812dc2222541a93 {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

a.read_more_cdba023c8495cce2 {
  display: inline-block;
  font-weight: bold;
  color: #222222;
  text-decoration: none;
}

a.read_more_cdba023c8495cce2:hover {
  color: #707070;
}

a.read_more_cdba023c8495cce2 i {
  margin-left: 8px;
}

.text-light_587bf140f850e73a a.read_more_cdba023c8495cce2 {
  color: #fff;
}

.text-black_6fbfeaae64a8db6d {
  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_1ddd877501aadf81 {
  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_607f07a671003390:hover .btn-next {
  right: 30px;
  opacity: 1;
}

.pf-hover_607f07a671003390: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_4ba7d44de4deb4f3 {
  text-align: center;
}

.owl-dot_ec4dec7cafc4ce83 {
  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_a22656b7a6ab8956 .owl-dot_ec4dec7cafc4ce83,
.text-light_587bf140f850e73a .owl-dot_ec4dec7cafc4ce83 {
  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_41db5c10530a132f {
  opacity: 1;
}

.owl-stage_b26b75049e48dd19 {
  overflow: none;
}

.typed-strings_7dbffc4dacfe3c50 p {
  position: absolute;
}

.typed-cursor_f40266a6b35a02fa {
  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_117d65bcd418a25c .date-box_0dd8150df2731ab5 {
  text-align: center;
  position: absolute;
  right: 0;
  padding: 15px 5px 5px 5px;
  color: #fff;
}

.style-2_117d65bcd418a25c .date-box_0dd8150df2731ab5 .d {
  font-weight: 600;
  font-size: 38px;
  margin-bottom: 5px;
}

.style-2_117d65bcd418a25c .date-box_0dd8150df2731ab5 .m {
  font-family: var(--body-font);
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 8px;
  margin-left: 8px;
}

.sitemap_e128502bbab12851 {
  margin: 0;
  padding: 0;
}

.sitemap_e128502bbab12851.s1_03dc6a5d7964cb9e li {
  list-style: none;
}

.sitemap_e128502bbab12851.s1_03dc6a5d7964cb9e li:before {
  font-family: FontAwesome;
  content: "\f016";
  margin-right: 10px;
}

.list_3d9efa45d22bd332 {
  margin: 0;
  padding: 0;
}

.list_3d9efa45d22bd332 li {
  list-style: none;
}

.rtl .list_3d9efa45d22bd332.s1_03dc6a5d7964cb9e li:after,
.list_3d9efa45d22bd332.s1_03dc6a5d7964cb9e li:before {
  font-family: FontAwesome;
  content: "\f00c";
  margin-right: 10px;
}

.rtl .list_3d9efa45d22bd332.s1_03dc6a5d7964cb9e li:after {
  margin-right: 0;
  margin-left: 10px;
}

.rtl .list_3d9efa45d22bd332.s1_03dc6a5d7964cb9e li:before {
  display: none;
}

.list_3d9efa45d22bd332.s2_39b5495ab2fb45c3 li:before {
  font-family: FontAwesome;
  content: "\f055";
  margin-right: 10px;
}

.list_3d9efa45d22bd332.s3_66aa289c42666125 {
  display: inline;
  margin: 0;
  padding: 0;
}

.list_3d9efa45d22bd332.s3_66aa289c42666125 li {
  display: inline;
  margin-right: 20px;
}

.list_3d9efa45d22bd332.s3_66aa289c42666125 a {
  font-weight: bold;
}

#owl-logo img:hover {
  opacity: 1;
}

.switch-set_19b1619d081d176d {
  font-weight: bold;
  direction: ltr !important;
}

.dark-scheme_a22656b7a6ab8956 .switch-set_19b1619d081d176d{
  color:#ffffff;
}

.dark-scheme_a22656b7a6ab8956 .switch_354f8306c180ad91 {
  background: rgba(255, 255, 255, .1);
}

.switch-set_19b1619d081d176d div {
  display: inline-block;
  padding: 0 5px;
  direction: ltr !important;
}

.switch_354f8306c180ad91 {
  margin-bottom: -5px;
  -webkit-appearance: none;
  height: 22px;
  width: 42px;
  background-color: #F4F4F4;
  border-radius: 60px;
  position: relative;
  cursor: poInter;
  border: none;
}

.switch_354f8306c180ad91::after {
  content: "";
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 100%;
  transition: .5s;
  margin: 2px 0 0 2px;
}

.de-switch_1c73e7caa3ec10ad {
  display: block;
}

.de-switch_1c73e7caa3ec10ad h3 {
  font-weight: 400;
  padding-bottom: 6px;
}

.de-switch_1c73e7caa3ec10ad input[type=checkbox] {
  display: none;
}

.de-switch_1c73e7caa3ec10ad input[type=checkbox]:checked+label {
  background-color: #2f7df9;
}

.de-switch_1c73e7caa3ec10ad input[type=checkbox]:checked+label:after {
  left: 23px;
}

.de-switch_1c73e7caa3ec10ad 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_a22656b7a6ab8956 .de-switch_1c73e7caa3ec10ad label {
  background-color: rgba(255, 255, 255, .1);
}

.de-switch_1c73e7caa3ec10ad 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_1c73e7caa3ec10ad.colored_300921b34c1cd58d input[type=checkbox]:checked+label {
  background-color: #55c946;
}

.de-switch_1c73e7caa3ec10ad.colored_300921b34c1cd58d label {
  background-color: #ff4949;
}

.switch-with-title h5 {
  float: left;
}

.switch-with-title .de-switch_1c73e7caa3ec10ad {
  float: right;
}

.switch_354f8306c180ad91:checked::after {
  transform: translateX(20px);
}

.switch_354f8306c180ad91:focus {
  outline-color: transparent;
}

.menu_side_area_3a42729426b5dea7 {
  margin-left: 20px;
  display: flex;
  align-items: center;
}

.rtl .menu_side_area_3a42729426b5dea7 {
  margin-left: 0;
}

.de_countdown {
  text-align: right;
  z-index: 100;
  padding: 0 0 10px 0;
}

.dark-scheme_a22656b7a6ab8956 .de_countdown {
  color: #fff;
  background: none;
}

.countdown-section_d5d885eee640050b {
  font-size: 28px;
  margin-left: 8px;
  font-weight: bold;
}

.tabs_wrapper_8b7cd485b307d21a {
  margin-top: 40px;
}

.hide-content {
  display: none;
}

.display-none_a0976f5baee0638f {
  display: none;
}

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

.ul-style-2_a5c4ddacc764ad14 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_a5c4ddacc764ad14 li h4 {
  font-size: 18px;
  font-weight: 500;
}

.ul-style-2_a5c4ddacc764ad14.s2_39b5495ab2fb45c3 li h4 {
  font-weight: 600;
}

.ul-style-2_a5c4ddacc764ad14.s2_39b5495ab2fb45c3 li {
  margin-bottom: 30px;
}

.ul-style-2_a5c4ddacc764ad14.s3_66aa289c42666125 li {
  margin-bottom: 5px
}

.ul-style-2_a5c4ddacc764ad14 .d-label_220af2844f5fac60 {
  background: #fdda76;
  font-weight: bold;
  padding: 0 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.ul-check-inline_05da76d695692701{
  margin: 0;
  padding: 0;
}

.ul-check-inline_05da76d695692701 li {
  display: inline-block;
  padding: 0 20px;
  padding-left: 0;
  color: var(--heading-font-color);
}

.ul-check-inline_05da76d695692701 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_a5c4ddacc764ad14 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_a5c4ddacc764ad14 li:before {
  margin-right: 0;
  margin-left: 12px;
}

.ul-style-3_a5f4c410dea436d1 {
  margin-top: 15px;
  padding: 0;
  list-style: none;
}

.ul-style-3_a5f4c410dea436d1 li {
  display: inline-block;
  margin: 0;
  padding: 0px;
}

.ul-style-3_a5f4c410dea436d1 li:after {
  content: "/";
  margin: 0 5px 0 10px;
}

.ul-style-3_a5f4c410dea436d1 li:last-child:after {
  content: "";
}

a:hover .bg-hover-2_307ff47e20d28082{
  background: var(--secondary-color) !important;
}

a:hover .text-hover-white_ddf6fae0a881b181{
  color:#ffffff;
}


/* shadow */

.shadow-soft_34b49d562a3c65ce,
.de-map-wrapper_d97bd6f2cbecf305 iframe,
.expand-custom_8d1b39b92624e29c,
#form_sb input,
.container-timeline_328a3ec9245bd3d3 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_f5321afeecedaf0f {
  -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_611e2c56aa5538ee {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.rounded-5_dea190266ec7e93a {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  position: relative;
  overflow: hidden;
}


.rounded-10_687892e686771351 {
  overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}

.rounded-20_e6c1c75ad673ec59 {
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  position: relative;
}

.rounded-30_025d2ff63c1c81df{  
  overflow: hidden;
  border-radius:20px;
  -moz-border-radius:20px;
  -webkit-border-radius:20px;
}

.circle_0e5a0a5fa47fd825{
  border-radius:100%;
  -moz-border-radius:100%;
  -webkit-border-radius:100%;
}

.rtl .carousel-control-next_6a241c40162ae742 {
  right: 0;
}

.rtl .carousel-control-prev_2bfc495f4a65b11c {
  left: 0;
  right: auto;
}

.carousel-control-next-icon_a67c23fb114a84e1,
.carousel-control-prev-icon_1d8fc6f76c001a4f {
  opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
}

.carousel-control-next-icon_a67c23fb114a84e1:after,
.carousel-control-prev-icon_1d8fc6f76c001a4f:after {
  font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);
}

.carousel-control-next-icon_a67c23fb114a84e1:after {
  content: "\f105";
}

.carousel-control-next-icon_a67c23fb114a84e1:hover,
.carousel-control-prev-icon_1d8fc6f76c001a4f: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_d97bd6f2cbecf305 iframe {
  width: 100%;
  height: 450px;
  border: solid 1px #cccccc;
}


/* image effect */


img.anim-up-down_adbe6d0cf0e2ea66 {
  -webkit-animation: move-up-down 1s infinite alternate;
  animation: move-up-down 1s infinite alternate;
}

img.anim-up-down_adbe6d0cf0e2ea66 {
  -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_044c6d3e6ce76bf3 {
  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_4912a9ef14b764ae{
  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_bc9ace8f45d88c54 .bubble_4912a9ef14b764ae:nth-child(1){
  position: absolute;
  top:25%;
  left: 10%;
}

.bubble-3_bc9ace8f45d88c54 .bubble_4912a9ef14b764ae:nth-child(2){
  position: absolute;
  top:35%;
  right: 10%;
}

.bubble-3_bc9ace8f45d88c54 .bubble_4912a9ef14b764ae:nth-child(3){
  position: absolute;
  bottom:15%;
  left: 30%;
}

.d-grid-images_f8d946797c385814{
  border-top: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
}

.d-grid-images_f8d946797c385814 .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_719478665febc541{
  padding-left: 30px;
  font-size: 18px;
}

.def-list-dots_719478665febc541 dl {
  display: table;
  width: 100%;
  margin: 3px 0;
  margin-bottom: 10px;
}
.def-list-dots_719478665febc541 dt {
  display: table-cell;
  width: 100%;
  max-width: 0;
  overflow: hidden;
  vertical-align: top;
  font-weight: 400;
}
.def-list-dots_719478665febc541 dt span:after {
  content: " ";
}
.def-list-dots_719478665febc541 dt:after {
  content: "..................................................................................................................................................................................................................";
  display: inline-block;
  width: 0;
  color: rgba(255,255,255, 0.5);
}
.def-list-dots_719478665febc541 .no-def-item_92d91b8f805aeec7 dt:after {
  content: "";
}
.def-list-dots_719478665febc541 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_b2f8d4b962da59a6 img{
  height: 350px;
  width: auto;
}

.d-list-menu_1e984be911f10b91 {
  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_13ed2da2a1a9fc06 .dropdown a:hover {
  color: #333;
}

.dark-scheme_a22656b7a6ab8956 .dropdown a,
.dark-scheme_a22656b7a6ab8956 .header-light_13ed2da2a1a9fc06 .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_a22656b7a6ab8956 .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_a22656b7a6ab8956 .dropdown li span {
  background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);
}

.dark-scheme_a22656b7a6ab8956 .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_e996587c180a48be {
  width: 600px !important;
}

.dropdown ul.d-col-3_e996587c180a48be li {
  width: 33.3%;
  float: left;
}

.dropdown ul.d-col-3_e996587c180a48be li span {}

.text-light_587bf140f850e73a .dropdown {
  background: none;
  border: solid 1px rgba(255, 255, 255, .1);
}

.text-light_587bf140f850e73a .dropdown a {
  color: #ffffff;
}

.items_filter_7b581760aaab34b5 {
  font-size: 14px;
  margin-bottom: 30px;
}

.items_filter_7b581760aaab34b5 .dropdown {
  margin-right: 10px;
}

.dropdown.fullwidth_9e1dcda9ef4e10f9,
.dropdown.fullwidth_9e1dcda9ef4e10f9 a,
.dropdown.fullwidth_9e1dcda9ef4e10f9 ul,
.dropdown.fullwidth_9e1dcda9ef4e10f9 li {
  width: 100%;
}

.dropdown.style-2_117d65bcd418a25c,
.dropdown.style-2_117d65bcd418a25c a,
.dropdown.style-2_117d65bcd418a25c ul,
.dropdown.style-2_117d65bcd418a25c li {
  width: 100%;
}

.rtl .dropdown.style-2_117d65bcd418a25c {
  text-align: right;
}

.dropdown.style-2_117d65bcd418a25c h4 {
  font-size: 15px;
  font-weight: 500;
}

.dropdown.style-2_117d65bcd418a25c a {
  font-size: 20px;
  color: #ffffff;
  padding: 5px 0;
  border: none;
  border-top: solid 1px rgba(255, 255, 255, .3);
}

a.btn-search-big_2c95161ced7b7dda {
  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_2c95161ced7b7dda:hover {
  background: #ffffff;
  color: #35404e;
}

.separator_7d21e0a97ea000ae {
  line-height: 0.5;
  text-align: center;
  margin: 30px 0 30px 0;
}

.separator_7d21e0a97ea000ae span {
  display: inline-block;
  position: relative;
}

.separator_7d21e0a97ea000ae span:before,
.separator_7d21e0a97ea000ae span:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  top: 5px;
  width: 50px;
}

.separator_7d21e0a97ea000ae span:before {
  right: 100%;
  margin-right: 15px;
}

.separator_7d21e0a97ea000ae span:after {
  left: 100%;
  margin-left: 15px;
}

.separator_7d21e0a97ea000ae span i {
  font-size: 12px;
  padding: 0;
  margin: 0;
  float: none;
}

.de_light_bb42644528d468b3 .separator_7d21e0a97ea000ae span:before,
.de_light_bb42644528d468b3 .separator_7d21e0a97ea000ae span:after {
  border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.text-light_587bf140f850e73a .separator_7d21e0a97ea000ae span:before,
.text-light_587bf140f850e73a .separator_7d21e0a97ea000ae span:after {
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.de-separator_499b0f53be964c3d: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_499b0f53be964c3d: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_499b0f53be964c3d {
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_7bcd35297284ca43 {
  -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_7bcd35297284ca43 {
  -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_890a688ea2dc0217,
.isotope.no-transition_890a688ea2dc0217 .isotope-item_7bcd35297284ca43,
.isotope .isotope-item_7bcd35297284ca43.no-transition_890a688ea2dc0217 {
  -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_587bf140f850e73a #filters a {
  color: rgba(255, 255, 255, .5);
}

#filters a:hover {  
  background: rgba(255, 255, 255, .2);
}

#filters a.selected {
  color: #fff;
}

.text-light_587bf140f850e73a #filters a:hover {
  color: #fff;
}

.text-light_587bf140f850e73a #filters a.selected {
  color: #fff;
}

.text-light_587bf140f850e73a #filters a.selected {
  color: #fff;
}

.isotope-item_7bcd35297284ca43 {
  z-index: 2;
}

.isotope-hidden_69d8e5e20d41d6b1.isotope-item_7bcd35297284ca43 {
  poInter-events: none;
  z-index: 1;
}

.project-carousel_1d76a18a713b2a0a ul.slides,
.project-carousel-3-col_12d12522cb23c5bb ul.slides {
  margin-top: 10px;
  margin-bottom: 20px;
}

.logo-carousel_21caf5496eea9c57 .flex-direction-nav_f18b5f0ac4316b3c,
.project-carousel_1d76a18a713b2a0a .flex-control-nav_fa34a1eac16c2cb9,
.project-carousel_1d76a18a713b2a0a .flex-direction-nav_f18b5f0ac4316b3c,
.project-carousel-3-col_12d12522cb23c5bb .flex-control-nav_fa34a1eac16c2cb9,
.project-carousel-3-col_12d12522cb23c5bb .flex-direction-nav_f18b5f0ac4316b3c {
  display: none;
}

.logo-carousel_21caf5496eea9c57.owl-carousel_3031e8741cac701b .owl-item img {
  width: auto;
}

.logo-carousel_21caf5496eea9c57.no-control_a65047c80b2520fa .flex-control-nav_fa34a1eac16c2cb9 {
  display: none;
}

.logo-carousel_21caf5496eea9c57.s2_39b5495ab2fb45c3 img {
  background: rgba(255, 255, 255, .25);
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  padding: 10px;
}

.owl-carousel_3031e8741cac701b.owl-center_aa402908014d2cbd .owl-item {
  opacity: .6;
}
.owl-carousel_3031e8741cac701b.owl-center_aa402908014d2cbd .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_f91f0ef2d37ec15e());
    -moz-box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_f91f0ef2d37ec15e());
    box-shadow: 8px 8px 10px 0px rgba(0, 0, 0, 0.calc_f91f0ef2d37ec15e());
}

.typed-strings_7dbffc4dacfe3c50 p {
  position: absolute;
}

.social-icons-sm_cf7f3891880c3023 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_cf7f3891880c3023 i:hover {
  color: #ffffff;
}

.arrowup_ed675fac1d61d673 {
  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_7298b4b88c446ac9 {
  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_a1221a2ea257e321 {
  width: 0;
  height: 0;
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.arrowleft_479b5d49c17b8d0b {
  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_44c83e4c7cf15607 .nav-link {
  font-weight: 500;
}

.de-preloader_7962746d227706b9 {
  width: 100%;
  height: 100%;
  top: 0;
  position: fixed;
  background: #ffffff;
  z-index: 5000;
}

.dark-scheme_a22656b7a6ab8956 .de-preloader_7962746d227706b9 {
  background: var(--bg-color-even);
}

.dot-loader_37dcadb442d84a40 {
  width: 80px;
  height: 16.6666666667px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.dot-loader-dot_762158961589f077 {
  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_762158961589f077.dot1_3766b2eba6acdf59 {
  left: 0;
  transform-origin: 100% 50%;
}

.dot-loader-dot_762158961589f077.dot2_a2f7a342c2ec4248 {
  left: 50%;
  transform: translateX(-50%) scale(1);
  -webkit-animation-delay: 0.15s;
  animation-delay: 0.15s;
}

.dot-loader-dot_762158961589f077.dot3_50b324f97fda2271 {
  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_0bf24210bb7e6098 {
  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_0bf24210bb7e6098 .p-line_e34be4377ca1c71e {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0);
}

.line-preloader_0bf24210bb7e6098 .p-line_e34be4377ca1c71e: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_0bf24210bb7e6098 .p-line_e34be4377ca1c71e:nth-child(2) {
  border-left: 2px solid gold;
  border-top: 2px solid gold;
  animation: anim4 1200ms linear infinite;
}

.line-preloader_0bf24210bb7e6098 .p-line_e34be4377ca1c71e: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_ebba24406cab86d8, .container-md_f3eb53825034de92, .container-sm_1d662a1df481af69, .container-xl_5d656b38db4743e8 {
        max-width: var(--container-max-width);
    }
}


@media (min-width: 1200px) {

  .container,
  .container-lg_ebba24406cab86d8,
  .container-md_f3eb53825034de92,
  .container-sm_1d662a1df481af69,
  .container-xl_5d656b38db4743e8 {
    max-width: 1200px;
  }
}


@media (min-width: 1400px) {

  .container,
  .container-lg_ebba24406cab86d8,
  .container-md_f3eb53825034de92,
  .container-sm_1d662a1df481af69,
  .container-xl_5d656b38db4743e8 {
    max-width: 1400px;
  }
}


/* bootstrap cols 5 */
@media (min-width: 992px) {
  .col-md-1-5_88a7229fc027f6f3 { width: 20%; }
  .col-md-2-5_c68cc231d168f147 { width: 40%; }
  .col-md-3-5_911a3074a15668a8 { width: 60%; }
  .col-md-4-5_995a566e0e2dec4d { width: 80%; }
  .col-md-5-5_cd76b4d7c95324fb { width: 100%; }
}

@media (min-width: 1200px) {
  .col-lg-1-5_f2a32cdfc42727ea { width: 20%; }
  .col-lg-2-5_a4b881ed95adc580 { width: 40%; }
  .col-lg-3-5_bae3e9f5a133bd4a { width: 60%; }
  .col-lg-4-5_1fa393fdc3b5bde5 { width: 80%; }
  .col-lg-5-5_24cea5c941492100 { width: 100%; }
}
/* bootstrap cols 5 end */

@media(min-width:980px) and (max-width: 1199px) {
  #mainmenu li a:after {
    margin-left: 15px;
  }

  .container,
  .container-lg_ebba24406cab86d8,
  .container-md_f3eb53825034de92,
  .container-sm_1d662a1df481af69 {
    min-width: 95%;
  }
}

/* -------------------------------------------------- 
    design for 768px
    /* ================================================== */

@media (min-width: 768px) and (max-width: 979px) {
  .slider_text_95ad136a91ce018a {
    padding-top: 0px;
  }
}

@media only screen and (max-width: 992px) {

  .container{
    max-width: 100%;
  }  

  .de_table_633a01b032c2338e .tr .td:nth-child(4),
  .de_table_633a01b032c2338e .tr .td:nth-child(5),
  .de_table_633a01b032c2338e .tr .td:nth-child(6),
  .de_table_633a01b032c2338e .tr .td:nth-child(7) {
    display: none;
  }

  .col-right_ade680896fa2addf {
    position: absolute;
    top: -82px;
    right: 60px;
    width: 140px;
  }

  .countdown-s2_ac16c176e1c9668c .countdown-show4_f6205ea75622b1c2 .countdown-section_d5d885eee640050b {
    width: 60px;
    padding:5px;
    margin:5px;
  }

  .countdown-s2_ac16c176e1c9668c .countdown-period_142977184c0a1b3e{
    font-size:10px;
  }

  .countdown-s2_ac16c176e1c9668c .countdown-amount_8daa9007503fdcad {
    font-size: 20px;
  }


  .mb-sm-20_14e9ae8a60f39cf5 {
    margin-bottom: 20px;
  }

  .mb-sm-30_58096aef1719f065 {
    margin-bottom: 30px;
  }

  .mt-sm-0_eef6bad0a55851d4{
    margin-top: 0;
  }

  .sm-mt-0_5776b7f97f8e74ec {
    margin-top: 0;
  }

  .p-sm-30_8dcec4000037d937 {
    padding: 40px;
  }

  .pb-sm-0_ce40e0d3bf4d3ba7 {
    padding-bottom: 0;
  }

  .mb-sm-0_4a58ca8b4855ae97 {
    margin-bottom: 0;
  }

  .sm-p-40_01064864dc35689a{
    padding: 40px;
  }

  header .header-col_400e34fcd9e1b0a3 {
    position: absolute;
    top: 0;
  }

  header .header-col_400e34fcd9e1b0a3.mid_e21a183aee169760 {
    position: absolute;
    top: 70px;
    width: 100%;
    padding: 0 0 0 0;
  }

  .text-center-sm_603ce36e0092209d {
    text-align: center;
  }

  .sm-pt10_f6bd1a5d32f90774 {
    padding-top: 10px;
  }

  #menu-btn {
    display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;
  }

  .inner-padding_63a9ef9a7b07232c {
    padding: 40px;
  }

  .header-col-left_7feb97af5c546eef,
  .header-col-right_5559c4e817b95f09 {
    padding-top: 16px;
  }

  .header-col-mid_1b07409402b340ac #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_0de436374c3b8e9a {
    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_53d1ec6b3604dc99 {
    position: fixed;
  }

  #subheader.s2_39b5495ab2fb45c3 {
    padding: 40px 0 30px 0;
  }
  
  #subheader .crumb_ae8b9564b87c729c {
    margin-top: -5px;
    margin-bottom:0;
  }

  #sidebar {
    padding-left: 10px;
  }

  .slider_text_95ad136a91ce018a h1 {
    font-size: 32px;
  }

  .slider_text_95ad136a91ce018a .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_07b5829f567df299 {
    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_07b5829f567df299,
  #mainmenu li li li a.menu-item_07b5829f567df299 {
    padding-left: 0;
  }

  #mainmenu a.menu-item_07b5829f567df299:hover {
    background: #111;
  }

  #mainmenu a.menu-item_07b5829f567df299: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_07b5829f567df299: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_07b5829f567df299 {
    position: relative;
    padding-right: 15px;
  }

  #mainmenu>li.menu-item-has-children>a.menu-item_07b5829f567df299:after {
    content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
  }

  #mainmenu li ul a.menu-item_07b5829f567df299 {
    width: 100%;
    background: none;
    border: none;
  }

  #mainmenu li ul li {
    border: none;
    padding-left: 40px;
  }

  #mainmenu li ul li a.menu-item_07b5829f567df299 {
    display: block;
  }

  #mainmenu li ul li:last-child {
    border-bottom: none;
    margin: 0;
  }

  #mainmenu li ul li:last-child a.menu-item_07b5829f567df299 {
    border-bottom: none;
  }

  #mainmenu li a {
    color: #eceff3;
  }

  #mainmenu li li a.menu-item_07b5829f567df299:hover {
    color: #fff;
  }

  #mainmenu ul:not(.mega_fc6e6f5a9440d731) {
    border: none;
  }

  #mainmenu>li ul.mega_fc6e6f5a9440d731 .sb-menu_6bbf88eab5384e78 {
    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_07b5829f567df299 {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu a.menu-item_07b5829f567df299{
    color:var(--heading-font-color);
  }

  header.header-mobile #mainmenu a.menu-item_07b5829f567df299: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_a22656b7a6ab8956 header.header-mobile #mainmenu li {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul.mega_fc6e6f5a9440d731 ul {
    height: auto;
  }

  header.header-mobile #mainmenu li ul.mega_fc6e6f5a9440d731 .menu-content_dfc515127eaca7f3 {
    background: #fff;
  }

  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu li,
  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu li ul li a.menu-item_07b5829f567df299 {
    border-color: #eee;
  }

  header.header-dark_84068e9d30ca4878.header-mobile {
    background: #222;
  }

  header.header-dark_84068e9d30ca4878.header-mobile #mainmenu li {
    border-color: #333;
  }

  header.header-dark_84068e9d30ca4878.header-mobile #mainmenu li a.menu-item_07b5829f567df299 {
    color: #fff;
  }

  header.header-mobile #mainmenu li a.menu-item_07b5829f567df299: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_07b5829f567df299 {
    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_a22656b7a6ab8956 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_07b5829f567df299 {
    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_07b5829f567df299 {
    border-bottom: none;
  }

  header.header-mobile #mainmenu li a {
    color: #ffffff;
  }

  .dark-scheme_a22656b7a6ab8956 header.header-mobile #mainmenu li a.menu-item_07b5829f567df299 {
    color: #ffffff;
  }
  
  header.header-mobile #mainmenu li a.menu-item_07b5829f567df299:hover {
    color: var(--secondary-color);
  }

  .dark-scheme_a22656b7a6ab8956 header.header-mobile #mainmenu li a.menu-item_07b5829f567df299:hover {
    color: #fff;
  }

  header.header-mobile #mainmenu li ul {
    height: 0;
    overflow: hidden;
    position: relative;
    left: 0;
  }

  header.header-mobile #mainmenu li ul li ul {
    margin-bottom: 10px;
  }

  header.header-mobile #mainmenu>li>span {
    width: 36px;
    height: 36px;
    background: url(../gallery/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;
  }

  .dark-scheme_a22656b7a6ab8956 header.header-mobile #mainmenu>li>span {
    background: url(../gallery/ui/arrow-down-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li span.active {
    background: url(../gallery/ui/arrow-up-light.png) center no-repeat;
  }

  .dark-scheme_a22656b7a6ab8956 header.header-mobile #mainmenu li span.active {
    background: url(../gallery/ui/arrow-up-light.png) center no-repeat;
  }

  header.header-mobile #mainmenu li>ul>li>span {
    width: 36px;
    height: 36px;
    background: url(../gallery/ui/arrow-down.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: -45px;
    z-index: 1000;
    cursor: poInter;
  }

  header.header-mobile #mainmenu>li>ul>li>span.active {
    background: url(../gallery/ui/arrow-up.png) center no-repeat;
  }

  header.header-mobile #mainmenu li ul li a.menu-item_07b5829f567df299 {
    border-bottom: solid 1px rgba(255, 255, 255, .2);
  }

  .dark-scheme_a22656b7a6ab8956 header.header-mobile #mainmenu li ul li a.menu-item_07b5829f567df299 {
    border-bottom-color: rgba(255, 255, 255, .1);
  }

  header.header-mobile #mainmenu li ul li:last-child>a.menu-item_07b5829f567df299 {
    border-bottom: none;
  }

  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu>li>span,
  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu li>ul>li>span {
    background: url(../gallery/ui/arrow-down.png) center no-repeat;
  }

  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu>li>span.active,
  header.header-light_13ed2da2a1a9fc06.header-mobile #mainmenu li>ul>li>span.active {
    background: url(../gallery/ui/arrow-up.png) center no-repeat;
  }

  #mainmenu li ul.mega_fc6e6f5a9440d731 {
    position: fixed;
    left: 0;
    width: 100%;
    margin-top: 30px;
    display: block;
  }

  #mainmenu li ul.mega_fc6e6f5a9440d731>li {
    width: 100%;
  }

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

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

  #mainmenu li ul.mega_fc6e6f5a9440d731 .menu-content_dfc515127eaca7f3 {
    background: #202020;
    padding: 30px;
  }

  /* header light */
  .header-light_13ed2da2a1a9fc06 #mainmenu ul li a.menu-item_07b5829f567df299,
  .header-light_13ed2da2a1a9fc06 #mainmenu ul li a.menu-item_07b5829f567df299:hover {
    color: #333;
  }

  .de_tab.tab_methods_7e5f029896d905e9 .de_nav {
    text-align: center;
  }

  .de_tab.tab_methods_7e5f029896d905e9 .de_nav li {
    margin: 5px;
    padding: 0;
  }

  .de_tab.tab_methods_7e5f029896d905e9 .de_nav li span {
    margin: 0;
    display: inline-block;
  }

  .de_tab.tab_methods_7e5f029896d905e9 .de_nav li .v-border {
    border: none;
  }

  .hidden-phone_066ae08bf0d563d4 {
    display: none;
  }

  .sm-hide_7ca9a0e7b012bae0 {
    display: none;
  }

  .d-btn-close_ff2bf200902a4981 {
    position: relative;
  }

  .de_tab.tab_style_4_a72a21c8dd393d86 .de_nav li {
    min-width: 100px;
  }

  #mainmenu a.menu-item_07b5829f567df299 span {
    display: none;
  }

  .de_tab.tab_methods_7e5f029896d905e9.style-2_117d65bcd418a25c .de_nav li.active .arrow {
    margin-top: -40px;
    margin-bottom: 40px;

  }

  .table-custom-1_560b1de99b2e31a3 {
    position: relative;
    height: auto;
  }

  .timeline_c0e0f1b2bf895e90>li>.timeline-panel_994aa11733888a60 {
    width: 100%;
  }

  .timeline-badge_1b5289e41ef2465f {
    display: none;
  }

  .timeline_c0e0f1b2bf895e90:before {
    background: none;
  }

  .tp-caption_a57b68c22cfe0449 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .subfooter_9028f9c069020430 .de-flex_33540b32f0626869,
  .subfooter_9028f9c069020430 .de-flex-col_dc05ad7ee15ff1e0 {
    display: block;
  }

  .subfooter_9028f9c069020430 .social-icons_c06858ccd4672fdf {
    margin-top: 20px;
  }

  .subfooter_9028f9c069020430 span.copy_857d95e64d871bcb {
    margin-top: 20px;
    display: block;
  }

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

  .sm-img-fluid_86f010693e9aca42{
    width: 100%;
  }

  section{
    padding: 60px 0;
  }

  #subheader h1{
    margin: 0;
    padding: 0;
  }

  #subheader{
    padding: 40px 0 25px 0 !important;
  }

  #testimonial-carousel .de_testi_bd081c9387d1061c{
    margin:0 20px;
  }

  .crumb_ae8b9564b87c729c{
    margin-bottom: 0;
  }

  section.bottom-rounded_3401d8916b819810{
    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_1aabca171ee5c1e7,
  h1.ultra-big_1aabca171ee5c1e7 .text-line_67dd043474c3b72f,
  h1.ultra-big-2_d3defe68c7180e13,
  .title-text_05a084daf7915572,
  h1.slider-title_541076b330a42ee3{
    font-size: 60px;
  }  

  h1.slider-title_541076b330a42ee3,
  h2.slider-title_541076b330a42ee3{
    margin-bottom: 0;
  }

  h2{
    font-size: 40px;
  }

  .arrow-divider_a4815cd69af3272c > [class*=col-]:nth-child(n+2):after{
    display: none;
  }

  .pos-sm-relative_4e290519210754bf{
    position: relative !important;
  }

  /* padding top (px) */
  .pt-sm-10_517c9d8083373706{padding-top:10px;}
  .pt-sm-20_0dbb0290a31aca36{padding-top:20px;}
  .pt-sm-30_d0b4f9a35834f20e{padding-top:30px;}
  .pt-sm-40_00531b9a975f034e{padding-top:40px;}
  .pt-sm-50_a00c31ac3149a004{padding-top:50px;}
  .pt-sm-60_0e16dc455f5bccd9{padding-top:60px;}
  .pt-sm-70_7e65a1e5ef444f06{padding-top:70px;}
  .pt-sm-80_c47148e127e7076a{padding-top:80px;}
  .pt-sm-90_401e089b4038eeda{padding-top:90px;}
  .pt-sm-100_4a7d2f93e3df2736{padding-top:10px;}

  /* padding top (px) */
  .pb-sm-10_4e4e9d7377196d73{padding-bottom:10px;}
  .pb-sm-20_576a65f527a7ecc7{padding-bottom:20px;}
  .pb-sm-30_bc4c759925284faa{padding-bottom:30px;}
  .pb-sm-40_37be1a4eb5283f06{padding-bottom:40px;}
  .pb-sm-50_568c7e124df5b5b1{padding-bottom:50px;}
  .pb-sm-60_b690f69b13bb414b{padding-bottom:60px;}
  .pb-sm-70_f6c43763e904c1f7{padding-bottom:70px;}
  .pb-sm-80_77919e8e3f77e55c{padding-bottom:80px;}
  .pb-sm-90_8d20f9d91059634f{padding-bottom:90px;}
  .pb-sm-100_437039b3b67d30ee{padding-bottom:10px;}

  /* margin top (px) */
  .mt-sm-10_f77bcd94ecf0c386{margin-top:10px;}
  .mt-sm-20_533e7fa201a3285a{margin-top:20px;}
  .mt-sm-30_08dbd09b54ef0bb3{margin-top:30px;}
  .mt-sm-40_5297fdcaadc76d6f{margin-top:40px;}
  .mt-sm-50_ff45d34ed3797bc0{margin-top:50px;}
  .mt-sm-60_7538be754151098c{margin-top:60px;}
  .mt-sm-70_0cc017ada09d7d5a{margin-top:70px;}
  .mt-sm-80_8e55fb5d245115a6{margin-top:80px;}
  .mt-sm-90_1288f29943d8ce7a{margin-top:90px;}
  .mt-sm-100_cd461522f2b08485{margin-top:10px;}

  /* margin top (px) */
  .mb-sm-10_99711d8ed087f46e{margin-bottom:10px;}
  .mb-sm-20_14e9ae8a60f39cf5{margin-bottom:20px;}
  .mb-sm-30_58096aef1719f065{margin-bottom:30px;}
  .mb-sm-40_982308247f0e1d96{margin-bottom:40px;}
  .mb-sm-50_09363046b3204ba2{margin-bottom:50px;}
  .mb-sm-60_3989ca7ead917586{margin-bottom:60px;}
  .mb-sm-70_f3cfaa6bf701276f{margin-bottom:70px;}
  .mb-sm-80_0aa36d62f7c29a00{margin-bottom:80px;}
  .mb-sm-90_b270de9981294524{margin-bottom:90px;}
  .mb-sm-100_85b2e45339df751b{margin-bottom:10px;}


  .fs-sm-1vw_d5b3180f0ee3284c{font-size: 1vw}
  .fs-sm-2vw_bf63a8b33375841d{font-size: 2vw}
  .fs-sm-3vw_1971b8e92d49d9e1{font-size: 3vw}
  .fs-sm-4vw_921cc33cb6c56d00{font-size: 4vw}
  .fs-sm-5vw_1501567618137604{font-size: 5vw}
  .fs-sm-6vw_3173f7e4a370ea2b{font-size: 6vw}
  .fs-sm-7vw_bd0eb776f5033b0d{font-size: 7vw}
  .fs-sm-8vw_7b27a1889e4113b2{font-size: 8vw}
  .fs-sm-9vw_784aad0fa8833382{font-size: 9vw}
  .fs-sm-10vw_3a916c553a34238a{font-size: 10vw}
  .fs-sm-11vw_c88fb4c74186074d{font-size: 11vw}
  .fs-sm-12vw_00252192d71ce1a1{font-size: 12vw}
  .fs-sm-13vw_6ca7f276f460bbd1{font-size: 13vw}
  .fs-sm-14vw_bf5315a4f82550c3{font-size: 14vw}
  .fs-sm-15vw_fb4ec3de5b1724c0{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_daf65aaad77b72d0 {
    display: none;
  }

  header .logo-init_35aad78cb8df7783 {
    display: none;
  }

  header .logo-mobile_0d389ed8c5758841 {
    display: block;
  }

  header .btn-main_9ba8b562c72480b3{
    display: none;
  }

  #topbar{
    display: none;
  }

  .menu_side_area_3a42729426b5dea7 {
    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_52df8e509735ff1e {
    float: none;
  }

  .text-item {
    font-size: 48px;
    line-height: 48px;
  }

  .text-item i {
    font-size: 36px;
  }

  .de_tab.tab_style_4_a72a21c8dd393d86 .de_nav {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }

  .de_tab.tab_style_4_a72a21c8dd393d86 .de_nav li {
    min-width: 33.3%;
    width: 33.3%;
    border: none;
  }

  .de_tab.tab_style_4_a72a21c8dd393d86 .de_nav li:first-child,
  .de_tab.tab_style_4_a72a21c8dd393d86 .de_nav li:last-child {
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
  }
  
  .xs-hide_3bf9b8f4c3ca11a9 {
    display: none;
  }
  
  .scrollbar-v,
  .float-text{
    display: none;
  }

  .de-spot_fbf11180f236ce4b span{
    display: none;
  }

  .de-spot_fbf11180f236ce4b .de-circle-1_f90a0f67cd8095fb,
  .de-spot_fbf11180f236ce4b .de-circle-2_56fa8bffba7aafee{
    transform: scale(.25);
  }

  section{
    padding: 40px 0;
  }

  #subheader{
    padding-top: 100px;
  }

  /* title phone */

  h1,
  h1.ultra-big_1aabca171ee5c1e7,
  h1.ultra-big_1aabca171ee5c1e7 .text-line_67dd043474c3b72f,
  h1.ultra-big-2_d3defe68c7180e13,
  .title-text_05a084daf7915572,
  h1.slider-title_541076b330a42ee3,
  h2.slider-title_541076b330a42ee3{
    font-size: 48px;
    letter-spacing: -2px;
  }

  h2{
    font-size: 36px;
    letter-spacing: -1.25px;
  }

  .mt-xs-0_815602a61c6a17a8{
    margin-top: 0;
  }

  /* padding top (px) */
  .pt-xs-10_fb23d85ea26f8c22{padding-top:10px;}
  .pt-xs-20_2ecfc374cba3e55d{padding-top:20px;}
  .pt-xs-30_e022ec1a1d473816{padding-top:30px;}
  .pt-xs-40_905d7dc860dfdd49{padding-top:40px;}
  .pt-xs-50_bba18d0f9e66e9b0{padding-top:50px;}
  .pt-xs-60_f8973e855dfe9b62{padding-top:60px;}
  .pt-xs-70_2f9ff3345740ff24{padding-top:70px;}
  .pt-xs-80_91324963d6a0049b{padding-top:80px;}
  .pt-xs-90_001ed8be78e463f5{padding-top:90px;}
  .pt-xs-100_9c8b767c61868fe4{padding-top:10px;}

  /* padding top (px) */
  .pb-xs-10_7c3f22f3219a6b02{padding-bottom:10px;}
  .pb-xs-20_f78062b8d9099105{padding-bottom:20px;}
  .pb-xs-30_e9144b5e673f2fce{padding-bottom:30px;}
  .pb-xs-40_0a6f0cb0baffae16{padding-bottom:40px;}
  .pb-xs-50_f1404f5c35a7f4f9{padding-bottom:50px;}
  .pb-xs-60_916d099a6dc481ad{padding-bottom:60px;}
  .pb-xs-70_97faebf68b8fed69{padding-bottom:70px;}
  .pb-xs-80_3b448ecdb6716345{padding-bottom:80px;}
  .pb-xs-90_bc9c55f6a7d1ea7e{padding-bottom:90px;}
  .pb-xs-100_d43a9187627f98d0{padding-bottom:10px;}

  /* margin top (px) */
  .mt-xs-10_74d8afa4a77463bb{margin-top:10px;}
  .mt-xs-20_901c209741b94a66{margin-top:20px;}
  .mt-xs-30_077d4d0f279d048e{margin-top:30px;}
  .mt-xs-40_e2e6ca50ee3390f1{margin-top:40px;}
  .mt-xs-50_56bdde029af62430{margin-top:50px;}
  .mt-xs-60_b9f24ffd0718d952{margin-top:60px;}
  .mt-xs-70_a61673c2aec30fb2{margin-top:70px;}
  .mt-xs-80_9bc16d2a59d27cb0{margin-top:80px;}
  .mt-xs-90_123f9338a9ad19ab{margin-top:90px;}
  .mt-xs-100_39a3374318dd0b1b{margin-top:10px;}

  /* margin top (px) */
  .mb-xs-10_35c5cc41707da8f6{margin-bottom:10px;}
  .mb-xs-20_6d3a4e04f234b8a1{margin-bottom:20px;}
  .mb-xs-30_f717c751d8d1082b{margin-bottom:30px;}
  .mb-xs-40_e80bd7d5fbc420b1{margin-bottom:40px;}
  .mb-xs-50_1b50ba007beb99f0{margin-bottom:50px;}
  .mb-xs-60_6dd4c7e3c8fb25d2{margin-bottom:60px;}
  .mb-xs-70_42f5afb6e8197717{margin-bottom:70px;}
  .mb-xs-80_256a4bf89cfddc9a{margin-bottom:80px;}
  .mb-xs-90_30019e0b2d5e96d6{margin-bottom:90px;}
  .mb-xs-100_79ee3980e8030934{margin-bottom:10px;}

  .ss-wrap_7310cdbc1ba26099{
    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_994aa11733888a60 {
    margin-bottom: 30px;
  }

  .timeline-pic_ba6e563f85a7f25b {
    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_39b5495ab2fb45c3 span {
    display: block;
    margin: 0;
    padding: 0;
  }

  .h-phone_a4207dc598454b92 {
    display: none;
  }

  header a.btn-main_9ba8b562c72480b3 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_0033e23e963db7d6 .left-half_46dc7aa12103f305,
.half-fluid_0033e23e963db7d6 .right-half_956864dc8140458b {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.half-fluid_0033e23e963db7d6 .image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}

@media (min-width: 992px) {
  .half-fluid_0033e23e963db7d6 .left-half_46dc7aa12103f305 {
    padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;
  }
  .half-fluid_0033e23e963db7d6 .right-half_956864dc8140458b {
    padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;
  }
}
