/* Homepage-only trimmed CSS generated from css/style.css.
   Original style.css is unchanged. Revert by switching head_common.php back to /css/style.css. */
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans: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=Heebo: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("../fonts/fontawesome4/css/font-awesome.css");
*{--title-font: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;
  --body-font-size: 16px;
  --title-font-weight: 500;
  --h4-font-weight: 600;
  --h5-font-weight: 600;
  --h6-font-weight: 600;
  --body-font: "Heebo", Helvetica, Arial, sans-serif;
  --body-font-weight: "300";
  --mainmenu-font: "Plus Jakarta Sans", Helvetica, Arial, sans-serif;  
  --mainmenu-font-size: 14px;
  --mainmenu-font-weight: 500;  
  --mainmenu-text-transform: uppercase;
  --deco-font: "";
  --border-default: solid 1px rgba(30, 30, 30, 1);
  --bg-gradient-1: 0deg, rgba(var(--primary-color-rgb), .1) 0%, rgba(var(--primary-color-rgb), .2) 100%;
  --swiper-theme-color: var(--primary-color);
  --rounded-1: 8px;
  --mega-menu-rounded: 0;}
.bg-body{background: var(--background);}
.bg-dark{background-color: var(--bg-dark-1) !important}
.bg-light{background: var(--bg-light) !important;}
section.p-4{padding: 30px !important;}
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: var(--body-font-weight);
  color: var(--body-font-color);
  padding: 0;
  line-height: 1.7em;
  word-spacing: 0px;
  background: var(--background);}
body.no-scroll{overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;}
.dark-scheme{color: var(--dark-body-font-color);}
body.dark-scheme{background: var(--bg-dark-1);}
body .owl-stage .owl-item{margin-bottom: 15px;}
#wrapper{position: relative;
  overflow: hidden;}
a,
a:hover{text-decoration: none;}
header{width: 100%;
  position: absolute;
  left: 0;
  z-index: 1001;
  background: var(--bg-dark-1);
  margin: 0;}
header.transparent{background: none;}
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;
  max-width: 160px;
  -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 div#logo img{width: 90%;}
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;}
.scroll-down{margin-top: -112px;}
header.smaller #topbar{margin-top:-47px;
  overflow: hidden;}
header .logo-mobile{display: none;}
header #mainmenu li li a:hover{color: #ffffff;
  background: var(--primary-color);}
.logo-smaller div#logo{width: 150px;
  height: 30px;
  line-height: 65px;
  font-size: 30px;}
.logo-smaller div#logo img{font-size: 30px;}
#mainmenu{font-size: 14px;
  margin: 0 auto;
  padding: 0;
  float: none;
  counter-reset: my-awesome-counter;
  font-family: var(--mainmenu-font);}
#mainmenu.s2{font-family: var(--title-font);}
#mainmenu ul{margin: 0px 0px;
  padding: 0px;
  height: 30px;
  background: #ffffff;
  color: var(--body-font-color);}
.dark-scheme #mainmenu ul{background: var(--bg-dark-1);
  border: solid 1px rgba(255, 255, 255, .1);}
#mainmenu li{margin: 0px 0px;
  padding: 0px 0px;
  float: left;
  display: inline;
  list-style: none;
  position: relative;}
#mainmenu>li{margin-right: 22px;}
#mainmenu>li{counter-increment: my-awesome-counter;}
header.smaller #mainmenu>li::before{transform: scale(0);}
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);}
#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;}
#mainmenu > li > a,
#mainmenu ul li a{font-size: var(--mainmenu-font-size);
    padding-right: 0px;
    font-weight: var(--mainmenu-font-weight);
    text-transform: var(--mainmenu-text-transform);}
#mainmenu ul li ul{border-radius: 4px; 
    overflow: hidden;}
#mainmenu.s2 li>a{letter-spacing: 0;}
#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;}
header.smaller #mainmenu > li > a{padding-top: 18px;
  padding-bottom: 18px;}
#mainmenu p{line-height: 1.8em;
  margin-bottom: 0;}
#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 #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: max-content;
  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 select{padding: 10px;
  height: 36px;
  font-size: 14px;
  border: none;
  background: #ff4200;
  color: #eceff3;}
#mainmenu select option{padding: 10px;}
#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;}
#btn-extra.dark span{border-bottom: solid 2px var(--bg-dark-1);}
#btn-extra span:nth-child(2){top:auto;
  bottom: 0;
  right: 0;}
#btn-extra:hover span{width: 70%;}
#extra-wrap{position: fixed;
  z-index: 1002;
  top:0;
  right: -500px;
  width: 500px;
  height: 100%;
  overflow: hidden;
  background: rgba(var(--bg-dark-3-rgb), .8);
  -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);}
#btn-close.dark span{background: #000000;}
#page-content{width: 100%;
  background: var(--background);
  padding: 90px 0 90px 0;
  z-index: 100;}
.dark-scheme #page-content{background: var(--bg-dark-1);}
.dark-scheme #page-content{background: var(--bg-dark-1);}
section{padding: 140px 0 140px 0;}
.rounded-5px{border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;}
.dark-scheme section{background: var(--bg-dark-1);}
footer{color: var(--dark-body-font-color);
  background: var(--bg-dark-1);
  padding: 100px 0 0 0;}
footer p{line-height: 1.8em;}
.dark-scheme footer a{color: var(--dark-body-font-color);}
footer h5{color: #fff;
  font-size: 18px;
  text-transform: none;}
footer a{color: var(--dark-body-font-color);
  text-decoration: none !important;}
.subfooter{position: relative;
  z-index: 1;
  margin-top: 80px;
  border-top: solid 1px rgba(255, 255, 255, .1);
  padding: 20px 0 20px 0;}
header.side-header{border-bottom: none;
  margin: 0;}
header.s2{background: #ffffff !important;
  border-bottom: solid 1px var(--bg-dark-3);
  top: 0;}
header.s2 #mainmenu>li>a{padding-top: 18px;
  padding-bottom: 18px;}
header.header-mobile{position: fixed !important;
  background: var(--title-font-color);
  top: 0;
  padding: 5px 0 15px 0;}
header.header-mobile .container{max-width: 100% !important;
  padding-left: 20px;
  padding-right: 20px;}
.dark-scheme header.header-mobile{background: var(--bg-dark-1);}
header.header-mobile nav{float: none;}
header.header-mobile #mainmenu ul{padding: 0;}
#topbar{z-index: 1000;
  width: 100%;
  overflow: hidden;
  top: 0;
  background: var(--bg-dark-1);}
#topbar a i{color:#ffffff;}
#topbar a{color: var(--dark-body-font-color);
  text-decoration: none;}
#topbar.text-light a{color: #ffffff;}
.menu_side_area .btn-line{display: inline-block;}
.topbar-widget{font-size: 14px;
  font-weight: 400;
  display: flex;
  padding: 4px 40px 8px 0;
  color:rgba(255, 255, 255, .5);}
.topbar-widget i{font-size: 16px;
  margin-top: 12px;
  margin-right: 10px;}
.topbar-widget:before{float: left;
  position: relative;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;}
.topbar-widget a span{font-weight: bold;
  margin-right: 10px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;}
.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;}
.form-border 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;}
.form-border h4{font-family: var(--body-font);
  font-size: 16px;}
.rtl .form-border select{background: none !important;
  padding-left: 20px;}
.error_input{border-bottom: solid 1px #ff0000 !important;}
address span{display: block;
  font-size: 18px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;}
.dark-scheme address span{background: none;}
address span i{margin-top: 5px;
  margin-left: 5px;
  margin-right: 15px;}
.rtl address span i{margin-left: 15px;
  margin-right: 5px;}
.text-light address span a{color: #ffffff;}
.text-white address span a,
.text-white address span a:hover{color: #fff;}
address span strong{display: inline-block;}
a{text-decoration: none;}
a.btn-main:hover,
.btn-main: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-main,
a.btn-main:active,
a.btn-main:focus,
a.btn-main:visited,
.btn-main,
input[type=button].btn-main,
a.btn-line{display: inline-block;
  font-family: var(--title-font);
  text-align: center;
  color: #fff;
  outline: 0;
  font-weight: 600;
  text-decoration: none;
  padding: 6px 25px 5px 25px;
  font-size: 14px;
  border: none;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;
  text-transform: uppercase;}
a.btn-main img{width: 24px;
  margin-right: 10px;
  margin-top: -2px;}
a.btn-line,
a.btn-line:hover{background: none;
  color: #35404e;
  border: solid 1px rgba(255, 255, 255, .35);}
a.btn-line:hover{border: solid 1px rgba(255, 255, 255, 0);}
.text-light .btn-line{color:#ffffff;}
a.btn-line:hover{color: #ffffff;}
.dark-scheme a.btn-line{color: #ffffff;}
header a.btn-main i{display: none;}
.spacer-single{width: 100%;
  height: 30px;
  display: block;
  clear: both;}
.spacer-double{width: 100%;
  height: 60px;
  display: block;
  clear: both;}
.spacer-10{width: 100%;
  height: 10px;
  display: block;
  clear: both;}
.spacer-20{width: 100%;
  height: 20px;
  display: block;
  clear: both;}
.spacer-30-line{border-bottom: solid 1px #cccccc;
  margin-top: 30px;
  margin-bottom: 30px;}
.text-light .spacer-30-line{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;}
.form-border input[type=text],
.form-border textarea,
.form-border input[type=email],
.form-border input[type=password],
.form-border input[type=date],
.form-border 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 .form-border input[type=text],
.dark-scheme .form-border textarea,
.dark-scheme .form-border input[type=email],
.dark-scheme .form-border input[type=password],
.dark-scheme .form-border input[type=date],
.dark-scheme .form-border select{color: #ffffff;
  border: solid 1px rgba(var(--primary-color-rgb), .5);}
.dark-scheme ::-webkit-calendar-picker-indicator{filter: invert(1);}
.dark-scheme .form-border input::-moz-input-placeholder,
.dark-scheme .form-border textarea::-moz-input-placeholder{color: rgba(255, 255, 255, .5);}
.dark-scheme .form-border input::-webkit-input-placeholder,
.dark-scheme .form-border textarea::-webkit-input-placeholder{color: rgba(255, 255, 255, .5);}
.form-border input[type=text]:focus,
.form-border textarea:focus,
.form-border input[type=date]:focus,
.form-border select:focus{background: rgba(var(--primary-color-rgb), .1);}
.field-set label{color: #606060;}
.dark-scheme .field-set label{color: #ffffff;}
h1,
h2,
h4,
h3,
h5,
h6{margin-top: 0;
  font-family: var(--title-font);
  font-weight: var(--title-font-weight);
  color: var(--title-font-color);}
.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h4,
.dark-scheme h3,
.dark-scheme h5,
.dark-scheme h6{color: #ffffff;}
footer h1,
footer h2,
footer h4,
footer h4,
footer h5,
footer h6{color: #fff;}
h2.text-light,
footer h4,
footer h4,
footer h5,
footer h6{color: #fff;}
h1{font-size: 50px;
  margin-bottom: 0px;}
h1 span{display: inline-block;}
h1.s2{display: inline-block;
  letter-spacing: 2px;
  text-transform: uppercase;}
h2{margin-top: 0;
  font-size: 52px;
  margin-bottom: 20px;
  line-height: 1.1em;
  padding-bottom: 5px;}
h3{font-size: 26px;
  line-height: 1.4em;
  margin-bottom: 10px;}
h3.s2{position: relative;
  font-size: 22px;}
h3.s2:after{content: "";
  position: absolute;
  border-bottom: 1px solid var(--primary-color);
  top: 14px;
  margin-left: 10px;
  width: 30px;}
h4{font-weight: var(--h4-font-weight);
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: 26px;
  letter-spacing: .5px;}
h5{font-size: 30px;}
.text-light .subtitle.s2{background: rgba(255, 255, 255, .1);}
.subtitle.s2 span{margin-right: 20px;
  padding-left: 20px;}
.subtitle.s2 i{margin-right: 10px;}
.subtitle.s2 span:first-child{padding-left: 0;}
h4.s2{font-family: var(--body-font);
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1.8em;}
h4.s2 span{display: inline-block;
  margin-right: 30px;}
h4.s2 span i{display: inline-block;
  margin-right: 10px;}
h2.subtitle{margin-top: 0;}
h2.s2{font-family: var(--body-font);
  font-weight: 400;}
h5{font-size: 17px;
  font-weight: var(--h5-font-weight);}
h5.s2{font-family: var(--body-font);
  letter-spacing: 0;
  display: inline-block;
  font-size: 16px;
  padding: 6px 12px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  line-height: 1.5em;
  font-weight: bold;}
h5.s2 span{padding: 0 10px 2px 10px;
  margin-right: 5px;
  background: var(--tertiary-color);
  border-radius:5px;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;}
h5.s2 span i{margin-right: 10px;}
h6{font-size: 14px;
  font-weight: var(--h6-font-weight);}
.text-light,
.text-light p,
.text-light a:not(.btn-main){color: var(--dark-body-font-color);}
.text-dark{color: #223044;}
.text-dark p{color: #223044;}
.text-white{color: #fff;}
.text-light h1:not(.id-color),
.text-light h2:not(.id-color),
.text-light h3:not(.id-color),
.text-light h4:not(.id-color),
.text-light h5:not(.id-color),
.text-light h6:not(.id-color){color: #fff;}
.text-white h1,
.text-white h2,
.text-white h4,
.text-white h4,
.text-white h5,
.text-white h6{color: #fff;}
.ul-style-2{padding: 0;
  list-style: none;}
.ul-style-2 li{margin: 5px 0 5px 0;}
.ul-style-2 li:before{font-family: "FontAwesome";
  content: "\f00c";
  margin-right: 15px;}
.no-style{padding: 0;
  margin: 0;
  list-style: none;}
@-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);
  }
}
#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 #de-loader{background: var(--bg-dark-1);}
.lds-roller{display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;}
.lds-roller div{animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;}
.lds-roller 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 div:nth-child(1){animation-delay: -0.036s;}
.lds-roller div:nth-child(1):after{top: 63px;
  left: 63px;}
.lds-roller div:nth-child(2){animation-delay: -0.072s;}
.lds-roller div:nth-child(2):after{top: 68px;
  left: 56px;}
.lds-roller div:nth-child(3){animation-delay: -0.108s;}
.lds-roller div:nth-child(3):after{top: 71px;
  left: 48px;}
.lds-roller div:nth-child(4){animation-delay: -0.144s;}
.lds-roller div:nth-child(4):after{top: 72px;
  left: 40px;}
.lds-roller div:nth-child(5){animation-delay: -0.18s;}
.lds-roller div:nth-child(5):after{top: 71px;
  left: 32px;}
.lds-roller div:nth-child(6){animation-delay: -0.216s;}
.lds-roller div:nth-child(6):after{top: 68px;
  left: 24px;}
.lds-roller div:nth-child(7){animation-delay: -0.252s;}
.lds-roller div:nth-child(7):after{top: 63px;
  left: 17px;}
.lds-roller div:nth-child(8){animation-delay: -0.288s;}
.lds-roller div:nth-child(8):after{top: 56px;
  left: 12px;}
@keyframes lds-roller{
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}
.social-icons{display: inline-block;}
.social-icons i{text-shadow: none;
  padding: 10px 5px;
  width: 36px;
  height: 36px;
  text-align: center;
  font-size: 16px;
  margin: 0 3px 0 3px;
  border-radius:30px;
  -moz-border-radius:30px;
  -webkit-border-radius:30px;}
.dark-scheme .social-icons i{background: rgba(255, 255, 255, .1);}
.social-icons.s2 i{background: rgba(255, 255, 255, .1);}
.social-icons i:hover{background: #fff;
  border-color: #eceff3;
  color: #333;}
#topbar .social-icons i{font-size: 16px;
  background: none;
  margin-bottom: 0;
  margin-right: 1px;
  padding: 15px 5px;
  height: 30px;
  width: 30px;
  margin-top: 9px;
  color:var(--tertiary-color);}
.padding30{padding: 30px;}
.w-50px{width: 50px;}
.w-150px{width: 150px;}
.abs,
.absolute{position: absolute;}
.abs-middle{top: 50%;
  transform: translateY(-50%);}
.relative,
.position-relative{position: relative;
  z-index: 1;}
.overflow-hidden{overflow: hidden;}
header,
#topbar,
.hover,
.hover *,
a.btn-line:after,
.social-icons a i,
.mfp-close,
.mfp-close:hover,
#back-to-top.show,
#back-to-top.hide,
.btn-main,
#mainmenu a span,
#mainmenu a.active span,
.error_input,
.form-border *,
.carousel-control-next-icon,
.carousel-control-prev-icon,
#mainmenu>li::before,
#extra-wrap,
#btn-extra,
#btn-extra *{-o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  outline: none;}
#mainmenu li,
#mainmenu li ul,
.owl-prev,
.owl-next{-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{-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);
  }
}
@-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);
  }
}
@-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;
  }
}
video,
object{display: inline-block;
  vertical-align: baseline;
  min-width: 100%;
  min-height: 100%;}
@-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;}
}
.g-4{--bs-gutter-x: 30px;
  --bs-gutter-y: 30px;}
.container-fluid{padding: 0px;
  margin: 0px;}
table thead{font-weight: bold;}
p{margin-top: 0;}
p.lead{font-size: 17px;
  line-height: 32px;
  margin-top: 0;}
.dark-scheme p.lead{color: rgba(255, 255, 255, .75);}
.dark-scheme strong{color:#ffffff;}
.dark-scheme blockquote{color: #ffffff;}
.dark-scheme blockquote span{color: #ffffff;}
blockquote.s2{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:before{font-family: "FontAwesome";
  content: "\f10e";
  font-style: normal;
  position: absolute;
  margin-left: -30px;}
.acc_active{background: url(../images_02/icon-slide-plus.png) 20px center no-repeat;
  -o-transition: .5s;
  -ms-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  transition: .5s;
  height: 32px;}
.acc_noactive{background: url(../images_02/icon-slide-min.png) 20px center no-repeat;}
hr{border-top: solid 1px #555;}
hr.s2{background: none;
  margin: 20px 0;
  border-top: solid 1px #000;}
.text-light hr.s2{border-top: solid 1px #fff;}
i{display: inline-block;}
i.large{font-size: 72px;
  text-align: center;
  display: inline-block;
  float: none;}
i.small{font-size: 12px;
  padding: 4px;
  text-align: center;
  display: inline-block;
  float: none;}
a,
a:hover{-o-transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  transition: .3s;}
.carousel-item{width: 100%;}
.carousel-item img{width: 100%;
  height: auto;}
span.icon{cursor: poInter;}
.grid{width: 100%;}
.grid:after{content: '';
  display: block;
  clear: both;}
.grid-sizer{width: 5%;}
.grid-item{position: relative;
  float: left;
  border: none;
  overflow: hidden;
  margin: 0;
  padding: 0;}
.widget{margin-bottom: 30px;
  padding-bottom: 30px;}
footer .widget{margin-bottom: 0;}
.widget ul{list-style: none;
  margin: 0;
  padding: 0;}
.widget ul li{margin: 3px 0;}
footer .widget h5{margin-bottom: 20px;}
.side-layout header{width: 20%;
  height: 100%;
  background: #222;
  position: fixed;
  padding: 30px;
  top: 0;}
.side-layout #page-content{width: 80%;
  float: right;}
.side-layout footer{width: 80%;
  float: right;}
.side-layout .container{width: 90%;}
.side-layout section{width: 100%;
  float: right;}
.side-layout #mainmenu{padding: 0;
  margin-top: 40px;}
.side-layout #mainmenu>li{display: block;
  width: 100%;
  border-bottom: solid 1px rgba(255, 255, 255, .1);
  margin-bottom: 5px;
  padding-bottom: 5px;}
.side-layout header.smaller #mainmenu>li{border-bottom: solid 1px rgba(0, 0, 0, .1);}
.side-layout header.smaller{border-right: solid 1px #f6f6f6;}
.side-layout #mainmenu>li:last-child{border-bottom: none;}
.side-layout #mainmenu>li>a{padding: 0;
  margin: 0;}
.side-layout #mainmenu>li>a span{display: none;}
.side-layout #mainmenu>li>ul{top: 0;
  margin-left: 120%;}
.side-layout #mainmenu li ul{border: solid 1px #888;}
.side-layout header div#logo{display: block;
  float: none;
  text-align: center;}
.side-layout header div#logo img{width: 100%;}
.d-flex{display: flex;
  white-space: nowrap;}
.de-gradient-edge-top{z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);}
.de-gradient-edge-top.dark{background: linear-gradient(180deg, rgba(30, 31, 34, 1) 0%, rgba(30, 31, 34, 0) 100%);}
.grid-divider > [class*=col-]:nth-child(n+2):after{content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  border-left: solid 1px rgba(0, 0, 0, .5);
  height: auto;
  left: -1px;}
.w-40{width: 40%;}
.w-50{width: 50%;}
.w-90{width: 90%;}
.w-100{width: 100%;}
.w-50px{width: 50px;}
.w-120px{width: 120px;}
.w-150px{width: 150px;}
.h-40{height: 40%;}
.h-100{height: 100%;}
.mb-min-50{margin-bottom:-50px;}
.fs-12{font-size: 12px;}
.fs-14{font-size: 14px;}
.fs-36{font-size: 36px;}
.fs-72{font-size: 72px;}
.fw-500{font-weight: 500;}
.fw-600{font-weight: 600;}
.fw-bold{font-weight: bold;}
.p-30{padding: 30px;}
.pb-20{padding-bottom: 20px;}
.pb-60{padding-bottom: 60px;}
.hover:hover .hover-scale-1-2{transform: scale(1.2);}
.hover-scale-in-3{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3{transform: scale(1); opacity: 1}
.hover-op-05{opacity:0}
.hover:hover .hover-op-05{opacity:.5}
.hover:hover .hover-scale-1-1{transform: scale(1.1);}
.hover:hover .hover-scale-1-2{transform: scale(1.2);}
.hover-scale-in-3{transform: scale(3); opacity: 0}
.hover:hover .hover-scale-in-3{transform: scale(1); opacity: 1}
.op-3{opacity:.3;}
.op-5{opacity:.5;}
.lh-1-5{line-height: 1.5em;}
.absolute,
.abs{position: absolute;}
.abs-middle{top: 50%;  transform: translateY(-50%);}
.relative,
.position-relative{position: relative;}
.gradient-trans-color-bottom{background: linear-gradient(180deg, rgba(var(--primary-color-rgb),0) 0%, rgba(var(--primary-color-rgb),1) 100%);}
.z-1{z-index:1}
.z-2{z-index:2}
.rounded-1{border-radius: var(--rounded-1) !important;
  -moz-border-radius: var(--rounded-1) !important;
  -webkit-border-radius: var(--rounded-1) !important;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button{-webkit-appearance: none;}
.slider{height: 5px;
  position: relative;
  background: #ddd;
  border-radius: 5px;}
input[type="range"]::-webkit-slider-thumb{height: 17px;
  width: 17px;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -webkit-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}
input[type="range"]::-moz-range-thumb{height: 17px;
  width: 17px;
  border: none;
  border-radius: 50%;
  background: var(--primary-color);
  pointer-events: auto;
  -moz-appearance: none;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);}
.owl-theme .owl-nav [class*=owl-]{transition: all 0.3s ease;}
.owl-theme .owl-nav [class*=owl-].disabled:hover{background-color: #D6D6D6;}
.h-600px{height: 630px;
  width: 100%;
  object-fit: cover;}
@media (max-width: 768px){
.h-600px{height: 235px;
    object-fit: cover;}
}
input.text-center{text-align: center;}
.de-flex #mainmenu{margin: 0;}
h1.slider-title{line-height: 1.15em;}
h3.slider-teaser{font-size: 24px;}
p.slider-teaser{font-size: var(--body-font-size);}
.subtitle{position: relative;
  display: inline-block;
  font-size: 13px;
  font-family: var(--title-font);
  color:var(--title-font-color);
  background: none;
  font-weight: 600;
  text-transform: uppercase;
  padding: 2px 15px;
  margin-bottom: 20px;
  border-radius: 30px;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  background: rgba(var(--primary-color-rgb),.1);}
.dark-scheme .subtitle,
.text-light .subtitle{background: rgba(255, 255, 255, .1);}
.dark-scheme .subtitle,
.text-light .subtitle:not(.id-color){color:#ffffff;}
@keyframes blinkingText{
  0%    { background: var(--primary-color);}
  50%   { background: rgba(255, 255, 255, 1.0); }
  100%    { background: var(--primary-color);}
}
@keyframes op-blink-to-light{
  0%    { background: var(--primary-color); color:#ffffff;}
  50%   { background: var(--bg-grey); color:var(--primary-color); }
  100%    { background: var(--primary-color); color:#ffffff;}
}
body::-webkit-scrollbar{width: 5px;}
body::-webkit-scrollbar-track{background: #dddddd;}
body::-webkit-scrollbar-thumb{background-color: #ffffff;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;}
body.dark-scheme::-webkit-scrollbar-track{background: var(--bg-dark-1);}
.carousel-indicators [data-mdb-target]{background: none !important;
  margin: 0 10px;}
.carousel-indicators [data-mdb-target] img{margin-top: 20px;}
.menu-simple{display: inline;
  list-style: none;
  margin: 0;
  padding: 0;
  font-weight: 500;}
.menu-simple li{display: inline;
  margin: 0 15px;}
.rtl .owl-carousel{direction: ltr;}
.rtl .owl-carousel .owl-item{direction: rtl;}
.de-flex{display: flex;
  justify-content: space-between;}
.de-flex>.de-flex-col{display: flex;
  justify-content: center;
  align-items: center;}
@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);
  }
}
.owl-carousel{position: relative;
  margin-top: -5px;
  bottom: -5px;
  margin-bottom: -15px;}
.owl-thumbs img{padding: 3px;}
strong{font-weight: bold;}
.text-light strong{color: #fff;}
.no-bottom{margin-bottom: 0;
  padding-bottom: 0;}
p{margin-bottom: 20px;}
.no-bottom{padding-bottom: 0 !important;}
.no-top{padding-top: 0 !important;}
.form-control{border-radius: 8px !important;
  -moz-border-radius: 8px !important;
  -webkit-border-radius: 8px !important;}
.form-control:focus{box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;}
.owl-nav{display: flex;}
.owl-prev,
.owl-next{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 .owl-prev,
.dark-scheme .owl-next{background: var(--bg-color-even);
  color: #ffffff;
  border-color: rgba(255, 255, 255, .1);}
.owl-prev:hover,
.owl-next: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{left: -12px;
  border-radius: 60px;
  padding-left: 4px;}
.owl-next{right: -12px;
  border-radius: 60px;
  padding-right: 4px;}
.owl-next i{top: 12px;
  left: 16px;}
.owl-arrow{z-index: 100;
  background: #fff;
  margin-top: 48%;
  display: none;
  cursor: poInter;}
.owl-arrow span{display: block;
  background: #555;
  position: absolute;}
.owl-pagination{margin-top: 0px;
  height: 40px;}
.owl-theme .owl-controls .owl-page span{display: block;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
  width: 6px;
  height: 6px;
  background-color: #555;
  opacity: 1;}
.owl-theme .owl-controls .owl-page.active span{background: none;}
.owl-theme .owl-controls .owl-page.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;}
.owl-theme .owl-nav.disabled+.owl-dots{margin-top: 0px;}
.owl-dots button{border: none;
  outline: none;
  padding: 0;
  width: 8px;
  height: 8px;
  margin: 0 5px;
  border-radius: 30px;}
.owl-theme .owl-dots .owl-dot span{display: none;}
.text-light .owl-theme .owl-controls .owl-page span{background-color: #fff;}
.text-light .owl-theme .owl-controls .owl-page.active span{background: none;}
.text-light .owl-theme .owl-controls .owl-page.active span:before{border: solid 2px #fff;}
.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;}
@-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);
  }
}
@-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);
  }
}
.bounce{-moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;}
.owl-slider-nav{position: absolute;
  width: 100%;}
.owl-slider-nav,
.owl-slider-nav div{position: absolute;
  z-index: 10;
  cursor: poInter;}
.owl-dots{text-align: center;}
.owl-dot{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 .owl-dot,
.text-light .owl-dot{background: rgba(255, 255, 255, .2);}
.owl-item.active div blockquote{position: relative;
  overflow: hidden;}
.owl-item.active div blockquote{opacity: 1;}
.owl-stage{overflow: none;}
@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;}
}
.menu_side_area{margin-left: 20px;
  display: flex;
  align-items: center;}
.rtl .menu_side_area{margin-left: 0;}
.ul-style-2{padding: 0;
  list-style: none;}
.ul-style-2 li{position: relative;
  display: block;
  margin-top: 0;
  padding: 0px;
  padding-left: 30px;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;}
.ul-style-2 li h4{font-size: 18px;
  font-weight: 500;}
.ul-style-2.s2 li h4{font-weight: 600;}
.ul-style-2.s2 li{margin-bottom: 30px;}
.ul-style-2 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 li:before{margin-right: 0;
  margin-left: 12px;}
header.smaller{-webkit-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
  -moz-box-shadow: 0 10px 30px rgb(0 0 0 / 5%);
  box-shadow: 0 10px 30px rgb(0 0 0 / 5%);}
.shadow-soft{-webkit-box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
-moz-box-shadow: 0 20px 30px rgb(0 0 0 / 10%);
box-shadow: 0 20px 30px rgb(0 0 0 / 10%);}
.rounded-10{overflow: hidden;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;}
.rtl .carousel-control-next{right: 0;}
.rtl .carousel-control-prev{left: 0;
  right: auto;}
.carousel-control-next-icon,
.carousel-control-prev-icon{opacity: 1;
  width: 48px;
  height: 48px;
  padding-top: 10px;
  border-radius:10px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;}
.carousel-control-next-icon:after,
.carousel-control-prev-icon:after{font-family: FontAwesome;
  content: "\f104";
  font-size: 32px;
  color: var(--primary-color);}
.carousel-control-next-icon:after{content: "\f105";}
.carousel-control-next-icon:hover,
.carousel-control-prev-icon:hover{background: #ffffff;}
.carousel-indicators [data-mdb-target]{background-color: var(--primary-color);
  border-radius: 100%;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;}
@-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{background: rgba(255, 255, 255, .75);
  padding: 30px;
  padding-top: 20px;
  overflow: hidden;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;}
@keyframes pulse-border{
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes dot-pulse{
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.2);
        opacity: 0;
    }
}
.isotope,
.isotope .isotope-item{-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{-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;}
.isotope-item{z-index: 2;}
.isotope-hidden.isotope-item{poInter-events: none;
  z-index: 1;}
.owl-carousel.owl-center .owl-item{opacity: .6;}
a,
img{outline: 0;}
@-webkit-keyframes grow{
to{transform: translateX(-50%) scale(0);}
}
@keyframes grow{
  to {
    transform: translateX(-50%) scale(0);
  }
}
@keyframes anim4{
  to {
    transform: rotate(360deg);
  }
}
.owl-custom-nav.menu-float{position: relative;}
.owl-custom-nav.menu-float .btn-prev,
.owl-custom-nav.menu-float .btn-next{position: absolute;
  z-index: 2000;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  cursor: pointer;
  padding:0;}
.owl-custom-nav.menu-float .btn-prev{left: 0px;}
.owl-custom-nav.menu-float .btn-next{right: 0px;}
.owl-custom-nav.menu-float .btn-prev:before,
.owl-custom-nav.menu-float .btn-next:before{font-size: 24px;}
.owl-custom-nav .btn-prev:before,
.owl-custom-nav .btn-next:before{display: block;
font-family:"FontAwesome";
content:"\f105";
color:#ffffff;
padding:5px 0;
font-size:20px;
width: 40px;
height: 40px;
background: var(--primary-color);
text-align: center;}
.owl-custom-nav .btn-prev:before{content:"\f104";
border-radius:0 20px 20px 0;
-moz-border-radius:0 20px 20px 0;
-webkit-border-radius:0 20px 20px 0;}
.owl-custom-nav .btn-next:before{border-radius:20px 0 0 20px;
-moz-border-radius:20px 0 0 20px;
-webkit-border-radius:20px 0 0 20px;}
.owl-custom-nav.dark .btn-prev:before,
.owl-custom-nav.dark .btn-next:before{color:#000000;}
.owl-custom-nav a{text-decoration:none;}
@media (min-width: 1200px){
.container{max-width: 1200px;}
}
@media (min-width: 1400px){
.container{max-width: 1400px;}
}
@media(min-width:980px) and (max-width: 1199px){
#mainmenu li a:after{margin-left: 15px;}
.container{min-width: 95%;}
}
@media (min-width: 768px) and (max-width: 979px){
.slider_text{padding-top: 0px;}
}
@media only screen and (max-width: 1200px){
.container{max-width: 100%;}
.mb-sm-30{margin-bottom: 30px;}
.sm-pt10{padding-top: 10px;}
#menu-btn{display: block;
    float: right;
    z-index: 1000;
    top: 0;
    right: 0;}
.header-col-mid #mainmenu{position: absolute;
    top: 90px;
    width: 100%;
    padding: 0 0 0 0;
    left: 20px;}
#mainmenu>li::before{display: none;}
header{display: none;}
header,
header.fixed{display: block;
    position: inherit;
    margin: 0;
    padding: 0;
    margin-top: 0;
    height: auto;
    background: #111111;}
header.side-header{position: absolute;
    display: block;
    height: 60px;
    top: 0;
    background: #000;}
header.side-header #mainmenu{position: absolute;
    background: #000;
    margin: 0;
    top: 60px;
    left: 0;
    width: 100%;}
header.side-header #menu-btn{position: absolute;
    top: 8px;
    right: 30px;
    height: 0;
    z-index: 2000;
    height: 35px;}
header.side-header #mainmenu li{display: block;}
header.side-header #mainmenu a{display: block;
    text-align: center;
    color: #fff;}
header.side-header #mainmenu a:hover{background: none;}
header.side-header #mainmenu a:hover{background: none;}
header.autoshow{height: auto;
    top: 0;}
header.autoshow #mainmenu li a{background: none;}
.slider_text h1{font-size: 32px;}
#logo{vertical-align: middle;
    height: auto;}
nav{height: 0;}
#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{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,
#mainmenu li li li a.menu-item{padding-left: 0;}
#mainmenu a.menu-item:hover{background: #111;}
#mainmenu a.menu-item: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: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{position: relative;
    padding-right: 15px;}
#mainmenu>li.menu-item-has-children>a.menu-item:after{content: "\f107";
    font-family: "FontAwesome";
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;}
#mainmenu li ul a.menu-item{width: 100%;
    background: none;
    border: none;}
#mainmenu li ul li{border: none;
    padding-left: 40px;}
#mainmenu li ul li a.menu-item{display: block;}
#mainmenu li ul li:last-child{border-bottom: none;
    margin: 0;}
#mainmenu li ul li:last-child a.menu-item{border-bottom: none;}
#mainmenu li a{color: #eceff3;}
#mainmenu li li a.menu-item:hover{color: #fff;}
#back-to-top{display: none;}
header.header-mobile{overflow: hidden;
    position: relative;}
header.header-mobile #mainmenu{width: 100%;
    padding-right: 30px;
    position: absolute;}
header.header-mobile #mainmenu ul{background: none;}
header.header-mobile #mainmenu a.menu-item{text-align: left;
    padding-top: 10px;
    padding-bottom: 10px;}
header.header-mobile #mainmenu a.menu-item: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 header.header-mobile #mainmenu li{border-bottom-color: rgba(255, 255, 255, .1);}
header.header-mobile #mainmenu li a.menu-item: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{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 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{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{border-bottom: none;}
header.header-mobile #mainmenu ul li a{color: #ffffff;}
.dark-scheme header.header-mobile #mainmenu li a.menu-item{color: #ffffff;}
header.header-mobile #mainmenu li a.menu-item:hover{color: var(--primary-color);}
.dark-scheme header.header-mobile #mainmenu li a.menu-item: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(../images/ui/arrow-down-light.png) center no-repeat;
    position: absolute;
    right: 0;
    margin-top: 10px;
    z-index: 1000;
    cursor: poInter;}
.dark-scheme header.header-mobile #mainmenu>li>span{background: url(../images/ui/arrow-down-light.png) center no-repeat;}
header.header-mobile #mainmenu li span.active{background: url(../images/ui/arrow-up-light.png) center no-repeat;}
.dark-scheme header.header-mobile #mainmenu li span.active{background: url(../images/ui/arrow-up-light.png) center no-repeat;}
header.header-mobile #mainmenu li>ul>li>span{width: 36px;
    height: 36px;
    background: url(../images/ui/arrow-down-light.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(../images/ui/arrow-up-light.png) center no-repeat;}
header.header-mobile #mainmenu li ul li a.menu-item{border-bottom: solid 1px rgba(255, 255, 255, .2);}
.dark-scheme header.header-mobile #mainmenu li ul li a.menu-item{border-bottom-color: rgba(255, 255, 255, .1);}
header.header-mobile #mainmenu li ul li:last-child>a.menu-item{border-bottom: none;}
.sm-hide{display: none !important;}
#mainmenu a.menu-item span{display: none;}
.subfooter .de-flex,
.subfooter .de-flex-col{display: block;}
.subfooter .social-icons{margin-top: 20px;}
section{padding: 60px 0;}
h1,
h1.slider-title{font-size: 60px;}
h1.slider-title,
h2.slider-title{margin-bottom: 0;}
h2{font-size: 40px;}
.half-fluid .left-half{padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;}
.half-fluid .right-half{padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;}
#topbar,
#btn-extra{display: none;}
#page-content{margin-top: 58px !important;}
}
@media only screen and (max-width: 767px){
header .logo-main{display: none;}
header .logo-mobile{display: block;}
header .btn-main{display: none;}
#topbar{display: none;}
.menu_side_area{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;}
h1_big{font-size: 8vw;
    line-height: 10vw;}
.xs-hide{display: none !important;}
section{padding: 40px 0;}
h1,
h1.slider-title,
h2.slider-title{font-size: 48px;
    letter-spacing: -2px;}
h2{font-size: 36px;
    letter-spacing: -1.25px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.container{padding-left: 30px;
    padding-right: 30px;}
}
@media only screen and (max-width: 480px){
#extra-wrap{width:100%;}
.menu_side_area .btn-main{display: none;}
h4.s2 span{display: block;
    margin: 0;
    padding: 0;}
header a.btn-main i{display: inline-block;}
}
@media only screen and (max-width: 360px){
#topbar{display: none;}
}
@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){
section{-webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    background-attachment: scroll;}
}
@media (min-width: 992px){
.half-fluid .left-half{padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;}
.half-fluid .right-half{padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;}
}
.half-fluid .left-half,
.half-fluid .right-half{left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;}
.half-fluid .image{background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;}
@media (min-width: 992px){
.half-fluid .left-half{padding-left: 0 !important;
    position: absolute;
    left: 0;
    right: 50%;
    margin-left: auto;
    width: auto;}
.half-fluid .right-half{padding-right: 0 !important;
    position: absolute;
    right: 0;
    left: 50%;
    margin-left: auto;
    width: auto;}
}
.gallery-image{position: relative;
  overflow: hidden;
  border-radius: 10px;}
.gallery-image img{width: 100%;
  height: auto;
  display: block;}
@media (max-width: 576px){
h1{font-size: 48px !important;
    line-height: 1.2 !important;

    white-space: normal;           
    overflow-wrap: normal;     
    word-break: normal;        
    hyphens: none;}
}
.section-dark .hero-main-image{background: url('/images/background/zahradny-architekt-1280.webp') center / cover no-repeat;}
@media (max-width: 991px){
.section-dark .hero-main-image{background-image:url('/images/background/zahradny-architekt-960.webp') !important;
    background-position:center;
    background-size:cover;}
}
.section-dark .image{display:block;
  width:100%;
  aspect-ratio: 16 / 9;}
@media (min-width: 992px){
.right-half.h-100 .image{height:100%;
    aspect-ratio:auto;}
}
.recaptcha-note{font-size: 12px;          
  color: #666;              
  margin-top: 10px;}
.recaptcha-note a,
.recaptcha-note a:visited{color: #889e25 !important;
  text-decoration: underline;
  font-weight: 500;}
.recaptcha-note a:hover,
.recaptcha-note a:focus{color: #889e25 !important;
  text-decoration: none;}
.recaptcha-note{font-size: 12px;       
  color: #666;           
  margin-top: -13px;
  line-height: 1.4;}
input:required:valid,
select:required:valid,
textarea:required:valid{border-color: #2e7d32 !important;
  box-shadow: 0 0 0 2px rgba(46,125,50,.15);}
.form-control:required:valid,
.newsletter__input:required:valid{box-shadow:
    inset 0 0 0 9999px #e1ebe2,    
    0 0 0 2px rgba(46,125,50,.15); 
  border-color: #2e7d32;
  transition: background-color 0.3s, box-shadow 0.3s;}
.image-crop-center{height: 450px;          
  max-height: 450px;
  overflow: hidden;}
.image-crop-center img{width: 100%;
  height: 100%;
  object-fit: cover;      
  object-position: center 60%; 
  display: block;}
div[id]{scroll-margin-top: 120px;}
@media only screen and (max-width: 1199px){
#mainmenu li a:hover,
#mainmenu li a:active,
#mainmenu li a:focus,
#mainmenu li ul li a:hover,
#mainmenu li ul li a:active,
#mainmenu li ul li a:focus,
header nav ul li a:hover,
header nav ul li a:active,
header nav ul li a:focus{color: #ffffff !important;
    background-color: transparent !important;
    -webkit-tap-highlight-color: transparent !important;}
#mainmenu li ul li a[onclick*="openChatbot"],
header nav ul li a[onclick*="openChatbot"]{padding-left: 0 !important; 
    margin-left: 0 !important;  
    display: block !important;
    text-indent: 0 !important;}
}

/* Homepage trim fixes: keep header CTA styling from the original CSS. */
header:not(.header-light) .menu_side_area a.btn-line{color:#ffffff;border-color:rgba(255,255,255,.35);}
header:not(.header-light) .menu_side_area a.btn-line:hover{color:#ffffff;border-color:rgba(255,255,255,0);}

/* Invisible reCAPTCHA uses our visible legal note instead of the Google badge. */
.grecaptcha-badge,.grecaptcha-badge iframe{visibility:hidden!important;opacity:0!important;pointer-events:none!important;}

/* Keep a subtle hover affordance for links in the side panel. */
#extra-content ul.no-style a{display:inline-block;transition:color .2s ease,opacity .2s ease,transform .2s ease;}
#extra-content ul.no-style a:hover,#extra-content ul.no-style a:focus{color:#ffffff!important;opacity:1;transform:translateX(4px);}
