/*GENERAL CSS*/
/* font */
@font-face {
  font-family: 'Roboto-Regular';
  src: url('fonts/Roboto/Roboto-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Roboto_Condensed';
  src: url('fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'RobotoCondensed-Black';
  src: url('fonts/Roboto_Condensed/RobotoCondensed-Black.ttf') format('truetype'); 
}
@font-face {
  font-family: 'OpenSans-Regular';
  src: url('fonts/Open_Sans/OpenSans-Regular.ttf') format('truetype'); 
}
@font-face {
  font-family: 'Handjet';
  src: url('fonts/Handjet/Handjet-Regular.ttf') format('truetype'); 
}
/* general */
*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html,
body {
	margin:0;
	padding:0;
	height:100%;
	background-color: var(--white);
	font-family: 'OpenSans-Regular', sans-serif!important;
	color:var(--black);
	scroll-behavior: smooth;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: antialiased;
	font-smooth: antialiased;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: subpixel-antialiased;
	font-smoothing: subpixel-antialiased;
	font-smooth: subpixel-antialiased;
}
:root {
  --gap: 1em;
  --black: #000;
  --blacklight: #333;
  --greyefefef: #efefef;
  --greyebebeb: #ebebeb;
  --greyd1d1d1: #d1d1d1;
  --greyf1f1f1: #f1f1f1;
  --grey54: #545454;
  --grey999: #999999;
  --white: #ffffff;
  --darkback: #221a02;
  --lightback: #241e12;
  --orange: #c98030;
}
#wrappers {
	min-height:100%;
	position:relative;
	min-height:100vh;
}
#content {
	margin: auto;
	padding-top: 0px;
	width:100%;
	}
#goTop{
	padding:0px;
	position:fixed;
	top:70%;
	right:-100px;
	background-image: url(pics/to_top.png);
	background-repeat: no-repeat;
	background-position: center center;
	height: 75px;
	width: 75px;
	z-index: 1049;
	cursor:pointer;
}
#response,
#response2  {
	font-size: 1em;
	font-weight: normal;
	color: #000;
	text-align: center;
	line-height:150%;
	margin-bottom:5%;
	width: 100%;
}
#response a,
#response2 a{
	color:#000;
	font-size: 1.25em;
	font-weight: normal;
	text-decoration: none;
}
#response a:hover,
#response2 a:hover{
	color: #000;
	text-decoration: underline;
}
.rowcount {
	color:#000;
	font-size:.75em;
	text-align:center;
}
.searchresults {
	width:95%;
	margin:15px auto;
}
.search_row {
	display:inline-block;
	width:90%;
	padding:.5%;
}
.search_row:nth-child(even) {
	background-color:#fff;
}
.search_row a{
	color:#000;
	font-size:1.25em;
	text-decoration:none;
}
.search_row a:hover{
	color:#000;
}
.search_row .search_desc{
	font-size:.75em;
	color:#000;
	margin:5px 0;
}
.search_row .search_desc a{
	color:#000;
	font-size:.9em;
	text-decoration:none;
}
.search_row .search_desc a:hover{
	text-decoration:underline;
}
/* general */
.bouncein {
  animation: bounce-in 1s ease;
}
@keyframes bounce-in {
  0% {
    opacity: 0;
    transform: scale(.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% { transform: scale(.9); }
  100% { transform: scale(1); }
}
.fadeout {
  animation: fade-out 1s ease;
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-in {
  0% {
    opacity: .15;
  }
  100% {
    opacity: 100;
  }
}

@keyframes growLeft {
  from {
    transform: scaleX(0);
    transform-origin: left;
  }
  to {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes shrinkRight {
  from {
    transform: scaleX(1);
    transform-origin: right;
  }
  to {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes growTop {
  from {
    transform: scaleY(0);
    transform-origin: top;
  }
  to {
    transform: scaleY(1);
    transform-origin: top;
  }
}

@keyframes shrinkBottom {
  from {
    transform: scaleY(1);
    transform-origin: bottom;
  }
  to {
    transform: scaleY(0);
    transform-origin: bottom;
  }
}

@keyframes slide-grow {
	0% {transform: scale(1);}
  100% { transform: scale(1.1); }
}
#promovideoA,
#promovideoB {
  object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1; 
}
.videohide {
	display:none;
}
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-nav [class*='owl-'] {
    color: var(--white)!important;
    font-size: 5em!important;
    margin: 5px;
    padding: 4px 7px;
    #background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px; }
    .owl-theme .owl-nav [class*='owl-']:hover {
      #background: #869791;
      color: var(--white)!important;
      text-decoration: none; }
  .owl-theme .owl-nav .disabled {
    opacity: 0.15;
    cursor: default; }

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px; }

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent; }
  .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
    .owl-theme .owl-dots .owl-dot span {
      width: 10px;
      height: 10px;
      margin: 5px 7px;
      background: #D6D6D6;
      display: block;
      -webkit-backface-visibility: visible;
      transition: opacity 200ms ease;
      border-radius: 30px; }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
      background: #869791; }
.blog_into, .workdata {
  display: none;
  width:100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .blog_into .owl-stage,
.workdata .owl-stage  {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .blog_into .owl-stage:after,
.workdata .owl-stage:after  {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .blog_into .owl-stage-outer,
.workdata .owl-stage-outer  {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .blog_into .owl-wrapper,
  .blog_into .owl-item,
.workdata .owl-wrapper,
  .workdata .owl-item  {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .blog_into .owl-item,
.workdata .owl-item  {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .blog_into .owl-item img,
 .workdata .owl-item img  {
    display: block;
    width: 100%; }
  .blog_into .owl-nav.disabled,
  .blog_into .owl-dots.disabled,
.workdata .owl-nav.disabled,
  .workdata .owl-dots.disabled  {
    display: none; }
  .blog_into .owl-nav .owl-prev,
  .blog_into .owl-nav .owl-next,
 .blog_into .owl-dot,
.workdata .owl-nav .owl-prev,
  .workdata .owl-nav .owl-next,
 .workdata .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into .owl-nav button.owl-prev,
  .blog_into .owl-nav button.owl-next,
  .blog_into button.owl-dot,
 .workdata .owl-nav button.owl-prev,
  .workdata .owl-nav button.owl-next,
  .workdata button.owl-dot  {
    background: none;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit; }
  .blog_into.owl-loaded,
.workdata.owl-loaded  {
    display: block; }
  .blog_into.owl-loading,
.workdata.owl-loading  {
    opacity: 0;
    display: block; }
  .blog_into.owl-hidden,
.workdata.owl-hidden  {
    opacity: 0; }
  .blog_into.owl-refresh .owl-item,
.workdata.owl-refresh .owl-item  {
    visibility: hidden; }
  .blog_into.owl-drag .owl-item,
.workdata.owl-drag .owl-item  {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .blog_into.owl-grab,
.workdata.owl-grab  {
    cursor: move;
    cursor: grab; }
  .blog_into.owl-rtl,
 .workdata.owl-rtl  {
    direction: rtl; }
  .blog_into.owl-rtl .owl-item,
.workdata.owl-rtl .owl-item  {
    float: right; }

/* No Js */
.no-js .blog_into,
.no-js .workdata{
  display: block; }
/**/
header .sb-search {
	width: 0%;
	overflow: hidden;
	-webkit-transition: width 0.3s;
	-moz-transition: width 0.3s;
	transition: width 0.3s;
	-webkit-backface-visibility: hidden;
	z-index: 6002;
}
header .sb-search {
	float: right;
	overflow: hidden;
}
header .sb-search .sb-search-input {
	position: absolute;
	top: 0;
	right: 0;
	border: none;
	outline: none;
	background: transparent;
	margin: 0;
	z-index: 10;
	font-family: 'Roboto_Slab-Regular', sans-serif;
}
header .sb-search .sb-search-input::-webkit-input-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-search-input:-moz-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-search-input::-moz-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-search-input:-ms-input-placeholder {
	color: rgba(33,33,33,.8);
}
header .sb-search .sb-icon-search,
header .sb-search .sb-search-submit  {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	margin: 0;
	text-align: center;
	cursor: pointer;
}
header .sb-search .sb-search-submit {
	background: var(--greyf1f1f1); /* IE needs this */
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
	filter: alpha(opacity=0); /* IE 5-7 */
	opacity: 0;
	color: transparent;
	border: none;
	outline: none;
	z-index: -1;
}
header .sb-search .sb-icon-search {
	border-left:solid 1px rgba(33,33,33,.15)!important;
	z-index: 90;
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	#background: rgba(255,255,255,.15);
}
header .sb-search .sb-icon-search:before {
	content: "\f002";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #333;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
header .sb-search {
	position:absolute;
	top:0px;
	right:0px;
	min-width: 40px;
	height: 39px;
}
header .sb-search .sb-search-input {
	padding: 10px 35px 10px 10px;
	font-size: .85em;
	width: 100%;
	height: 40px;
	color: #333;
	background:var(--greyd1d1d1);
}
header .sb-search .sb-icon-search {
	line-height: 405px;
	width: 39px;
	height: 40px;
}
header .sb-search .sb-icon-search:before {
	content: "\f002";
}
/* Open state */
.sb-search.sb-search-open,
.no-js .sb-search {	
}
.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
	color: #333;
	z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
	z-index: 90;
}
#wrappers header .sb-search .sb-icon-search,
#wrappers header .sb-search .sb-search-submit  {
	line-height: 40px;
	width: 39px;
	height: 40px;
}
#wrappers header .sb-search .sb-icon-search {
	font-size: 1em;
	color: var(--bluebasic);
}
#wrappers header  .sb-search.sb-search-open,
.no-js #wrappers header  .sb-search {
}
/* Open state */
#wrappers header  .sb-search.sb-search-open,
.no-js #wrappers header  .sb-search {
	width: 100%;
}
/**/
 /*accordion*/
#accordion {
	display: block;
	margin:2em auto;
}
.ui-accordion {
	display: inline;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 0 0 .75em 0;
	#padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-state-default {
	#background:var(--white); 
	border-bottom:solid 1px var(--greyd1d1d1);
	color: var(--blacklight);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
#accordion h4 {
	letter-spacing:.01em;
	font-weight: normal;
	padding:1em 1em;
}
.ui-state-active,
.ui-widget-header .ui-state-focus,
.ui-state-hover{
	color:var(--blue)!important;
}
#accordion h3 {
	display:inline-block!important;
	width:100%;
}
.ui-state-default:after {
	font-family: 'FontAwesome';
	content: "\f061";
	color:var(--greyd1d1d1)!important;
	float:right;
	vertical-align:middle;
	font-size:1.25em;
	font-weight: lighter;
	display:inline-block;
}
.ui-state-active:after,
.ui-widget-header .ui-state-focus:after,
.ui-state-hover:after{
	font-family: 'FontAwesome';
	content: "\f063";
	color:var(--red)!important;
	vertical-align:middle;
	font-size:1.25em;
}
.ui-accordion .ui-accordion-content {
	height: auto;
}
.ui-widget-content {
	display: inline-block;
	width: 95%;
	font-size: 1.1em;
	height: auto;
	margin: 0%;
	padding:.5em 1em;
	color:var(--grey54);
	border-left:solid 1px var(--greyd1d1d1);
	line-height:1.5em;
}
.ui-widget-content a{
	color: var(--red);
	text-decoration:none;
}

@media all and (min-width: 1400px) {
#accordion {
	width:80%;
}
#accordion h4 {
	font-size:1.35em;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#accordion {
	width:80%;
}
#accordion h4 {
	font-size:1.35em;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#accordion {
	width:80%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
.ui-widget-content {
	font-size: .9em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:1.15em;
}
.ui-widget-content {
	font-size: .9em;
}
}
@media all and (max-width: 449px) {
#accordion {
	width:90%;
	margin:0 auto 1em auto;
}
#accordion h4 {
	font-size:.85em;
}
.ui-widget-content {
	font-size: .85em;
}
}
@media all and (min-width: 1400px) {

}
@media all and (min-width: 1200px) and (max-width: 1399px) {

}
@media all and (min-width: 1024px) and (max-width: 1199px) {

}
@media all and (min-width: 768px) and (max-width: 1023px) {

}
@media all and (min-width: 600px) and (max-width: 767px) {

}
@media all and (min-width: 450px) and (max-width: 599px) {

}
@media all and (max-width: 449px) {

}
.ameaInterface {
	padding:0px;
	position:fixed;
	width: auto;
	z-index: 9001;
	background-color:var(--white);
	padding:8px 12px;
	cursor:pointer;
	text-align:center;
}
.ameaInterface i,
.ameaInterface em{
	color:#000;
}
.amea{
	padding:0px;
	position:fixed;
	width: auto;
	z-index: 9001;
	background-color:#fff;
	padding:.25%;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0);
}
.amea .article_buttons {
	display:inline-block;
	padding-right:10px;
	padding-left:10px;
	border-right:solid 1px rgba(33,33,33,.25);
	background-color:#fff;
}
.amea .article_buttons:last-child {
	border-right:none;
}
.amea .article_buttons .article_buttonaki {
	display:inline-block;
	width:30px;
	height:28px;
}
.amea  #open_menu .article_buttonaki {
	display:inline-block;
	width:55px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu2.png);
}
.amea .article_buttons .article_buttonaki img{
	width:100%;
	height:auto;
}
.amea #open_menu .article_buttonaki img{
	width:100%;
	height:auto;
}
.amea .article_buttons .article_buttonaki i,
.amea .article_buttons .article_buttonaki em{
	font-size:1.25em;
	color:var(--black);
	padding:.25em 0;
}
@media all and (min-width: 1400px) {
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
.amea{
	top:250px;
	width:60px;
}
.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
.amea{
	display:none;
}

.amea .article_buttons {
	display:block;
	padding-right:10px;
	padding-left:10px;
	border-right:none;
	background-color:#fff;
}
.amea  #open_menu .article_buttonaki {
	display:block;
	width:35px;
	height:28px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(pics/menu3.png);
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
.amea{
	display:none;
}
}
@media all and (max-width: 449px) {
.amea{
	display:none;
}
}
#digital {
    position: absolute;
    right: 0;
    width: 300px;
    top: 90px;
    z-index: 999999;
}
#digital img {
	width:100%;
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#digital {
    width: 250px;
}	
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#digital {
    width: 200px;
}	
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#digital {
    width: 200px;
}	
}
@media all and (min-width: 600px) and (max-width: 767px) {
#digital {
    width: 150px;
}	
}
@media all and (min-width: 450px) and (max-width: 599px) {
#digital {
    width: 150px;
}	
}
@media all and (max-width: 449px) {
#digital {
    width: 100px;
}	
}
/*HEADER CSS*/
header {
	width:100%;
	top:0;
	background-color:var(--white);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	z-index:90001;
	-webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	-moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
	box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
}
header #headerlogo {
	position:absolute;
	margin:0;
	z-index:4;
	text-align:center;
}
header #headerlogo img {
	width: 0;
	height: 0;
	min-height: 100%;
	min-width: 100%;
	object-fit: contain;
	margin:0 auto;
}
header .headertop {
	display:flex;
	justify-content:flex-end;
	gap:1em;
	background-color:var(--white);
	width:100%;
	position:absolute;
	top:0;
	z-index:4;
}
header .headertop #headertools {
	display:flex;
}
header .headertop #headertools a{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: var(--black);
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s;
	text-decoration:none;
	position:relative;
}
header .headertop #headertools a:hover{
	color:var(--black);
	background-color:transparent;
}
header .headertop #headertools a span{
	display:none;
}
header .headertop #headertools .lang,
header .headertop #headertools .lang:hover{
	background-color:transparent;
}
header .headertop #headertools .lang img {
	height:20px;
}
header #headerdown {
	z-index:2;
	width:100%;
}
header #headermenu {
	text-align: center;
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	z-index:2;
}
/**/
@media all and (min-width: 1400px) {
header {
	position:relative;
	height:125px;
}
header #headerlogo {
	left:50px;
	top:20px;
	height:120%;
	width:250px;
}
header .headertop {
	height:50px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:1em;
}
header .headertop #headertools a{
	font-size:1em;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:70%;
}
}
/**/
@media all and (min-width: 1200px) and (max-width: 1399px) {
header {
	position:relative;
	height:125px;
}
header #headerlogo {
	left:20px;
	top:20px;
	height:120%;
	width:250px;
}
header .headertop {
	height:50px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:.5em;
}
header .headertop #headertools a{
	font-size:1em;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
}
}
/**/
@media all and (min-width: 1024px) and (max-width: 1199px) {
header {
	position:relative;
	height:100px;
}
header #headerlogo {
	left:20px;
	top:20px;
	height:100%;
	width:250px;
}
header .headertop {
	height:40px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:.5em;
}
header .headertop #headertools a{
	font-size:1em;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
}
}
/**/
@media all and (min-width: 768px) and (max-width: 1023px) {
header {
	position:relative;
	height:100px;
}
header #headerlogo {
	left:0;
	right:0;
	margin:0 auto;
	top:20px;
	height:120%;
	width:250px;
}
header .headertop {
	height:40px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:.5em;
}
header .headertop #headertools a{
	font-size:1em;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
}
}
/**/
@media all and (min-width: 600px) and (max-width: 767px) {
header {
	position:relative;
	height:100px;
}
header #headerlogo {
	left:0;
	right:0;
	margin:0 auto;
	top:20px;
	height:120%;
	width:250px;
}
header .headertop {
	height:40px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:.5em;
}
header .headertop #headertools a{
	font-size:1em;
	width: 30px;
    height: 30px;
}
header .headertop #headertools .lang img {
	height:15px;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
}
}
/**/
@media all and (min-width: 450px) and (max-width: 599px) {
header {
	position:relative;
	height:100px;
}
header #headerlogo {
	left:0;
	right:0;
	margin:0 auto;
	top:45px;
	height:100%;
	width:250px;
}
header .headertop {
	height:40px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:.5em;
}
header .headertop #headertools a{
	font-size:1em;
	width: 30px;
    height: 30px;
}
header .headertop #headertools .lang img {
	height:15px;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
}
}
/**/
@media all and (max-width: 449px) {
header {
	position:relative;
	height:100px;
}
header #headerlogo {
	left:0;
	right:0;
	margin:0 auto;
	top:45px;
	height:90%;
	width:250px;
}
header .headertop {
	height:40px;
}
header .headertop #headertools {
	padding:.35em 1em;
	gap:.5em;
}
header .headertop #headertools a{
	font-size:1em;
	width: 30px;
    height: 30px;
}
header .headertop #headertools .lang img {
	height:15px;
}
header #headerdown {
	position:absolute;
	bottom:0;
	height:65px;
}
header #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:80%;
}
}
@media all and (min-width: 992px) {
.headernav {
	height:65px;
	position:fixed;
	top:0;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.25);
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}
.headernav #headerlogo,
.headernav .headertop{
	display:none;
}
.headernav #headerdown {
	bottom:0px;
	height:65px;
}
.headernav #headermenu {
	position:absolute;
	left:0;
	right:0;
	margin: 0 auto;
	width:100%;
}
}
/*SLIDER CSS*/
@charset "utf-8";
/* CSS Document */
/*slider*/
.main-carousel .main-carousel-cell .gradient {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--white);   
}
.main-carousel .main-carousel-cell .gradient.dark {
    #background-color: rgba(00, 00, 00, 0.25);
}
.Main_slider {
	width:100%;	
	position:relative;
	display:block;
	margin:auto;
}
.main-carousel {
    background: var(--white);
    background-size: cover;
}
.main-carousel-cell {
    width: 100%;
    height: 900px;
    background:var(--white);
}
/* hide disabled button */
.flickity-button:disabled {
  display: none;
}
/* position dots in carousel */
.flickity-page-dots {
  bottom: 5px!important;
}
/* white circles */
.flickity-page-dots .dot {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: transparent;
  #border: 2px solid #fff;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: var(--white);
}
.main-carousel .main-carousel-cell div img {
	display:none;
}
.main-carousel .main-carousel-cell div {
	height:100%;
}
.main-carousel .main-carousel-cell div aside {
	display:inline-block;
	padding:30px;
	max-width:1400px;
	z-index:2;
	#border:solid;
}
.main-carousel .main-carousel-cell .imgslider img{ 
	width: 0;
	height: 0;
	min-height: 100%;
	min-width: 100%;
	object-fit: cover;
}
.main-carousel .main-carousel-cell div h1{
	font-family: 'Roboto_Condensed', sans-serif!important;
	color: var(--black);
}
.main-carousel .main-carousel-cell div h1 span{
	font-family: 'Roboto_Condensed', sans-serif!important;
	color: var(--black);
	display:block;
}
.main-carousel .main-carousel-cell div h2 {
	color: var(--black);
}
.main-carousel .main-carousel-cell div a {
	position:relative;
	color: var(--black);
	background-color:transparent;
	font-weight:normal;
	text-decoration:none;
	width:fit-content;
}
.main-carousel .main-carousel-cell div a span {
      position: relative;
      z-index: 1;
}
.main-carousel .main-carousel-cell div a span i{
	background-color:var(--white);
	color:var(--black);
	padding:.4em .5em;
	margin-left:1em;
	
	font-size:.9em;
}
.main-carousel .main-carousel-cell div a:hover {
	color: var(--black);
	#background-color:var(--yellow);
}
.main-carousel .main-carousel-cell div a::before,
.main-carousel .main-carousel-cell div a::after{
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	position:absolute;
	top:0;
	left:0;
	content:'';
	background-color:var(--white);
	height:100%;
	width:100%;
	transform: scaleX(0);
	transform-origin: left;
}
.main-carousel .main-carousel-cell div a::before {
	animation: growLeft 0.4s forwards;
}
.main-carousel .main-carousel-cell div a:not(:hover)::before {
  animation: shrinkRight 0.4s forwards;
}
.main-carousel .main-carousel-cell div a:hover:before{
	transform: scaleX(1);
}
.main-carousel .main-carousel-cell div a:hover:after{
	transform: scaleX(0);
}
.main-carousel-cell.is-selected img{
    animation-name: slide-grow;
	animation-duration: 10s;
}
/*slider*/

@media all and (min-width: 1400px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: calc(100vh - 125px);
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: calc(100vh - 125px);
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: calc(100vh - 125px);
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: calc(100vh - 125px);
}
.main-carousel .main-carousel-cell .imgslider {
	height: calc(100vh - 125px);
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: calc(100vh - 125px);
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: calc(100vh - 125px);
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: calc(100vh - 125px);
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:40%;
	left: 20%;
	top:40%;
	transform: translate(-20% , -40%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 3.5em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1.25em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:1.1em;
	padding: .75em;
}
/*slider*/
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: calc(100vh - 125px);
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: calc(100vh - 125px);
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: calc(100vh - 125px);
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: calc(100vh - 125px);
}
.main-carousel .main-carousel-cell .imgslider {
	height: calc(100vh - 125px);
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: calc(100vh - 125px);
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: calc(100vh - 125px);
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: calc(100vh - 125px);
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:65%;
	left: 20%;
	top:40%;
	transform: translate(-20% , -40%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 3em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1.15em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:1.1em;
	padding: .75em;
}
/*slider*/
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: calc(100vh - 100px);
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: calc(100vh - 100px);
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: calc(100vh - 100px);
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: calc(100vh - 100px);
}
.main-carousel .main-carousel-cell .imgslider {
	height: calc(100vh - 100px);
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: calc(100vh - 100px);
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 650px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: calc(100vh - 100px);
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: calc(100vh - 100px);
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:60%;
	left: 20%;
	top:40%;
	transform: translate(-20% , -40%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 2.5em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: 1em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:1em;
	padding: .75em;
}
/*slider*/
}
@media all and (min-width: 768px) and (max-width: 1023px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 500px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 500px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 500px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 500px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 500px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 500px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 500px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 500px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:60%;
	left: 20%;
	top:40%;
	transform: translate(-20% , -40%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 2em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: .9em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:.9em;
	padding: .75em;
}
/*slider*/
}
@media all and (min-width: 600px) and (max-width: 767px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 400px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 400px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 400px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 400px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 400px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 400px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 400px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 400px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:85%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
	text-align:center;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 2em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: .9em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:.85em;
	padding: .75em;
	margin:auto;
}
/*slider*/
}
@media all and (min-width: 450px) and (max-width: 599px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 350px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 350px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 350px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 350px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 350px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 350px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 350px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 350px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 350px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 350px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
	text-align:center;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 1.5em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: .9em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:.8em;
	padding: .75em;
	margin:auto;
}
/*slider*/
}
@media all and (max-width: 449px) {
/*slider*/
.Main_slider {
}
.main-carousel {
    margin-top: 0;
    background-size: cover;
	height: 300px;
}
.main-carousel-cell {
    width: 100%;
}
html[data-useragent*='Firefox'] .main-carousel-cell {
    height: 300px;
}
html[data-useragent*='Safari'] .main-carousel-cell {
	height: 300px
} 
html[data-useragent*='IE'] .main-carousel-cell {
	height: 300px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell {
    height: 300px;
}
.main-carousel .main-carousel-cell .imgslider {
	height: 300px;
}
html[data-useragent*='Firefox'] .main-carousel-cell .imgslider {
    height: 300px;
}
html[data-useragent*='Safari'] .main-carousel-cell .imgslider {
	height: 300px
} 
html[data-useragent*='IE'] .main-carousel-cell .imgslider {
	height: 300px;
} 
html[data-useragent*='Chrome'] .main-carousel-cell .imgslider {
    height: 300px;
}
.main-carousel .main-carousel-cell video {
	object-fit: cover;
	height: 100%;
    width: 177.777777vh;
    min-height: 56.25vw;
    min-width: 100%;
}
.main-carousel .main-carousel-cell div aside  {
	#width:fit-content;
	width:100%;
	left: 50%;
	top:50%;
	transform: translate(-50% , -50%);
    margin: auto auto;
    position: absolute;
	display:flex;
	flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
	gap:1.25em;
	text-align:center;
}
.main-carousel .main-carousel-cell div h1{
	font-size: 1.5em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div h1 span{
	font-size: .8em;
}
.main-carousel .main-carousel-cell div h2{
	font-size: .9em;
    letter-spacing: .05em;
	margin:0 0 0 0;
}
.main-carousel .main-carousel-cell div a{
	font-size:.8em;
	padding: .75em;
	margin:auto;
}
/*slider*/
}	
/*-------------------------------------------------*/
/* =  18.Animations
/*-------------------------------------------------*/
/* flickity-fade */
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
/*! Flickity v2.1.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
          tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: transparent;
  border: none;
  color: #fff;
}

.flickity-button:hover {
  background: transparent;
  cursor: pointer;
}

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: #fff;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; }
.flickity-prev-next-button.next { right: 10px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.msgbodytxt img {
  display:block;
  margin:auto;
  width:100%;
  max-width:600px;
}
/*INDEX CSS*/
	@charset "utf-8";
/* CSS Document */

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
   clear:both;	
}

/*//////////////////////////////////////////////////////////////////*/
#content section {
	width:100%;
}
#content section .innersection {
	width:100%;
}
/*promo*/
#content #promo {
	margin:0 auto;
	position:relative;
	display:flex;
	align-items: stretch;
}
#content #promo .box{
	width:100%;
	position:relative;
}
#content #promo .box img{
	width: 0;
	height: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
	opacity:.5;
	display:none;
}
#content #promo .box h3{
	position:absolute;
	font-family: 'RobotoCondensed-Black', sans-serif!important;
	#font-weight:normal;
	text-shadow: 0 0 0 rgb(0 0 0 / 0%);
	width: fit-content;
	z-index:1;
	color:var(--black);

}
#content #promo a{
	color:var(--black);
	text-decoration:none;
}
#content #promo a:hover{
	color:var(--black);
	#text-shadow: 0 1px 5px rgb(0 0 0 / 75%);
}
#content #promo a:hover img{
	opacity:.25;
}
/*services*/
#content #services{
	padding-bottom:3em;
}
#content #services h3{
	display: block;
	position:relative;
	width: fit-content;
}
#content #services h3:before {
    content: "";
    position: absolute;
    display: block;
    width: 3em;
    height: 1px;
    left: 0;
    top: .75em;
    background-color: var(--black);
    border-top: none !important;
}
#content #services h3:after {
    content: "";
    position: absolute;
    display: block;
    width: 3em;
    height: 1px;
    right: 0;
    top: .75em;
    background-color: var(--black);
    border-top: none !important;
}
#content #services #servicesinto {
	margin:0 auto;
	position:relative;
}
#content #services #servicesinto .box{
	position:relative;
	display:flex;
	flex-direction:column;
	align-items: center;
}
#content #services #servicesinto .box img{
	position:relative;
}
#content #services #servicesinto .box h4{
	font-family: 'Roboto_Condensed', sans-serif!important;
	margin: 1em 0 .5em 0;
	width: fit-content;
	z-index:1;
}
#content #services #servicesinto .box a{
	color:var(--black);
	text-decoration:none;
}
#content #services #servicesinto .box a:hover{
	color:var(--black);
}
#content #services #servicesinto .box span{
	display:block;
	margin:0;
	display: -webkit-box;
	#-webkit-box-orient: vertical;
	#overflow: hidden;
	#text-overflow: ellipsis;
}
/*touch*/
#content #gmap_canvas{	
	height:500px;
	width:100%;
	padding:0;
}
/*blog*/
#content #blog h4{
	display: block;
	position:relative;
	width: fit-content;
}
#content #blog h4:before {
    content: "";
    position: absolute;
    display: block;
    width: 3em;
    height: 1px;
    left: 0;
    top: .75em;
    background-color: var(--black);
    border-top: none !important;
}
#content #blog h4:after {
    content: "";
    position: absolute;
    display: block;
    width: 3em;
    height: 1px;
    right: 0;
    top: .75em;
    background-color: var(--black);
    border-top: none !important;
}
#content #blog .flexlist{
	display:flex;
}
#content #blog .flexlist .box{
	display:flex;
	flex-direction:column;
}
#content #blog .flexlist .box .imgcontainer{
	position:relative;
	width:100%;
}
#content #blog .flexlist .box .imgcontainer img{
	width: 0;
	height: 0;
	width: 100%;
    height: 100%;
    object-fit: cover;
	transition: transform 0.3s ease;
}
#content #blog .flexlist .box .imgcontainer .caption{
	width: fit-content;
	position:absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	#transform: translate(-50%, -50%);
	opacity: 0;
	transition: all 0.7s ease;
	background-color:#fff;
	width:48px;
	height:48px;
	display:block;
	margin:auto;
	border-radius: 200px 200px 200px 200px;
	-moz-border-radius: 200px 200px 200px 200px;
	-webkit-border-radius: 200px 200px 200px 200px;
	text-align:center;
	pointer-events:none;
}
#content #blog .flexlist .box .imgcontainer .caption i{
	font-size:1.25em;
	line-height:48px;
	color:var(--black);
}
#content #blog .flexlist .box:hover .caption{
	opacity: 1;
	animation: bounce-in 1s ease;
}
#content #blog .flexlist .box .date{
	color:var(--black);
	margin: .5em 0 0 0;
	opacity:1;
}
#content #blog .flexlist .box .date i{
	margin: 0 .25em 0 0 ;
}
#content #blog .flexlist .box a{
	color:var(--black);
	text-decoration:none;
}
#content #blog .flexlist .box h5{
	font-family: 'Roboto_Condensed', sans-serif!important;
	width:100%;
	margin: 1em 0 0 0 ;
}
#content #blog .flexlist .box a:hover,
#content #blog .flexlist .box:hover a{
	color:var(--black);
}
#content #blog .flexlist .box:hover img{
	#filter: grayscale(50%);
}
@media all and (min-width: 1400px) {
#content section {
	padding:4em 0 4em 0;
}
/*promo*/
#content #promo {
	width:90%;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:-5%;
	font-size:4em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:3em;
}
#content #services #servicesinto {
	width:85%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:100px;
}
#content #services #servicesinto .box h4{
	font-size:2em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:1em;
}
/*blog*/
#content #blog {
	max-width:1300px;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:3em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:300px;
}
#content #blog .flexlist .box h5{
	font-size:1.75em;
}
#content #blog .flexlist .box .date{
	font-size: .85em;
}
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#content section {
	padding:4em 0 4em 0;
}
/*promo*/
#content #promo {
	width:90%;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:-5%;
	font-size:3em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:3em;
}
#content #services #servicesinto {
	width:95%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:100px;
}
#content #services #servicesinto .box h4{
	font-size:2em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:1em;
}
/*blog*/
#content #blog {
	max-width:1100px;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:3em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:250px;
}
#content #blog .flexlist .box h5{
	font-size:1.5em;
}
#content #blog .flexlist .box .date{
	font-size: .85em;
}
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#content section {
	padding:4em 0 4em 0;
}
/*promo*/
#content #promo {
	width:100%;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:5%;
	font-size:2.5em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2.5em;
}
#content #services #servicesinto {
	width:95%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:90px;
}
#content #services #servicesinto .box h4{
	font-size:1.75em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:.9em;
}
/*blog*/
#content #blog {
	max-width:90%;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2.5em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:225px;
}
#content #blog .flexlist .box h5{
	font-size:1.25em;
}
#content #blog .flexlist .box .date{
	font-size: .8em;
}
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#content section {
	padding:4em 0 4em 0;
}
/*promo*/
#content #promo {
	width:95%;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:5%;
	font-size:2.25em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2.5em;
}
#content #services #servicesinto {
	width:95%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:90px;
}
#content #services #servicesinto .box h4{
	font-size:1.75em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:.9em;
}
/*blog*/
#content #blog {
	max-width:75%;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2.5em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
	flex-direction:column;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:250px;
}
#content #blog .flexlist .box h5{
	font-size:1.5em;
}
#content #blog .flexlist .box .date{
	font-size: .85em;
}
}
@media all and (min-width: 600px) and (max-width: 767px) {
#content section {
	padding:4em 0 4em 0;
}
/*promo*/
#content #promo {
	width:95%;
	flex-direction:column;
}
#content #promo .box {
	width:75%;
	margin:0 auto;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:-5%;
	font-size:2.5em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2em;
}
#content #services #servicesinto {
	width:80%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:90px;
}
#content #services #servicesinto .box h4{
	font-size:1.75em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:.9em;
}
/*blog*/
#content #blog {
	max-width:75%;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
	flex-direction:column;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:250px;
}
#content #blog .flexlist .box h5{
	font-size:1.5em;
}
#content #blog .flexlist .box .date{
	font-size: .85em;
}
}
@media all and (min-width: 450px) and (max-width: 599px) {
#content section {
	padding:2em 0 2em 0;
}
/*promo*/
#content #promo {
	width:95%;
	flex-direction:column;
}
#content #promo .box {
	width:75%;
	margin:0 auto;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:-5%;
	font-size:2.5em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2em;
}
#content #services #servicesinto {
	width:80%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:90px;
}
#content #services #servicesinto .box h4{
	font-size:1.75em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:.9em;
}
/*blog*/
#content #blog {
	max-width:75%;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:2em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
	flex-direction:column;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:250px;
}
#content #blog .flexlist .box h5{
	font-size:1.5em;
}
#content #blog .flexlist .box .date{
	font-size: .85em;
}
}
@media all and (max-width: 449px) {.
#content section {
	padding:2em 0 2em 0;
}
/*promo*/
#content #promo {
	width:95%;
	flex-direction:column;
}
#content #promo .box {
	width:75%;
	margin:0 auto;
}
#content #promo .box h3{
	text-align:right;
	bottom:20%;
	right:-5%;
	font-size:2.5em;
}
/*services*/
#content #services h3{
	padding:0 3.5em;
	margin:2em auto;
	font-size:1.75em;
}
#content #services #servicesinto {
	width:80%;
}
#content #services #servicesinto .box{
	width:100%;
	gap:.25em;
}
#content #services #servicesinto .box img{
	width:90px;
}
#content #services #servicesinto .box h4{
	font-size:1.5em;
}
#content #services #servicesinto .box span{
	#-webkit-line-clamp: 3;
	width:90%;
	font-size:.85em;
}
/*blog*/
#content #blog {
	max-width:75%;
	margin:0 auto;
}
#content #blog h4{
	padding:0 3.5em;
	margin:2em auto;
	font-size:1.75em;
}
#content #blog  .flexlist{
	gap:3em;
	width:100%;
	flex-direction:column;
}
#content #blog .flexlist .box{
	#width:48%;
}
#content #blog .flexlist .box .imgcontainer{
	width:100%;
	height:200px;
}
#content #blog .flexlist .box h5{
	font-size:1.5em;
}
#content #blog .flexlist .box .date{
	font-size: .85em;
}
}
/*FOOTER CSS*/
/*//////////////////////////////// footer starts ////////////////////////////////////////////*/
/* footer */
footer {
	width: 100%;
	position: absolute;
	bottom: 0;	
    background-color: var(--white);
	z-index:1;
}
#wrappers footer .footertop {
	background-color: var(--white);
	width:100%;
	text-align:center;
	padding:1em 0;
}
#wrappers footer .footertop a{
	font-weight: normal;
	color:var(--black);
	font-size: 1em;
	padding: 0 .5em;
	text-decoration:none;
}
#wrappers footer .footertop a:hover{
	color:var(--black);
}
#wrappers footer .footertop a:first-child:after{
	content:'|';
	padding-left:1em;
}
#wrappers footer .footerdown{
	display:flex;
	align-items: baseline;
	margin:2em auto;
}
#wrappers footer .footerdown .footerinto{
	width:100%;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-family: 'Roboto_Condensed', sans-serif!important;
	margin:0;
	font-weight:normal;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info,
#wrappers footer .footerdown .footerinto:nth-child(2) .info,
#wrappers footer .footerdown .footerinto:nth-child(3) .info{
	list-style-type:none;
	padding:0;
	margin:0;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info a{
	color:var(--black);
	text-decoration:none;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	padding:.25em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i,
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i,
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	color:var(--black);
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social{
	list-style-type:none;
	padding:0;
	margin:0;
	display:flex;
	gap:1em;
	justify-content: center;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	-moz-transition: all .3s linear;
	-webkit-transition: all .3s linear;
	-ms-transition: all .3s linear;
	-o-transition: all .3s linear;
	display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background-color: transparent;
    color: var(--black);
    border-radius: 50%;
    text-decoration: none;
    transition: background 0.3s;
	text-decoration:none;
	position:relative;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a:hover{
	color:var(--black);
	background-color:var(--white);
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a span{
		display:none;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-family: 'Roboto_Condensed', sans-serif!important;
	margin:0;
	font-weight:normal;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	color:var(--black);
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	border-bottom:dashed 1px rgba(00,00,00,.15);
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	opacity:.65;
}
#wrappers footer #powered {
	text-align: center;
	width:100%;
	font-weight: normal;
	color:rgba(255,255,255,1);
	font-size: .8em;
	padding: 1em 0;
}
#wrappers footer #powered a{
	color:rgba(255, 255, 255, 1);
}
/* footer */

@media all and (min-width: 1400px) {
#content {
	padding-bottom: 450px;
}
/* footer */
footer {
	height: 450px;
	#padding: 40px 0 0 0;	
	text-align:center;
}
#wrappers footer .footerdown{
	width:90%;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:1em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:80%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:1em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.9em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
@media all and (min-width: 1200px) and (max-width: 1399px) {
#content {
	padding-bottom: 450px;
}
/* footer */
footer {
	height: 450px;
	padding: 0 0 0 0;	
	text-align:center;
}
#wrappers footer .footerdown{
	width:95%;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:1em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:.95em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:80%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:.9em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.85em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
@media all and (min-width: 1024px) and (max-width: 1199px) {
#content {
	padding-bottom: 500px;
}
/* footer */
footer {
	height: 500px;
	padding: 0 0 0 0;	
	text-align:center;
}
#wrappers footer .footerdown{
	width:95%;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:.9em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:80%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:.85em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.8em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
@media all and (min-width: 768px) and (max-width: 1023px) {
#content {
	padding-bottom: 800px;
}
/* footer */
footer {
	height: 800px;
	padding: 0 0 0 0;	
	text-align:center;
}
#wrappers footer .footertop a{
	font-size: .95em;
}
#wrappers footer .footerdown{
	width:100%;
	flex-direction:column;
	#gap:2em;
}
#wrappers footer .footerdown .footerinto:nth-child(1){
	order:2;
	padding:1em 0 1em 0;
	border-bottom:dashed 1px rgba(255,255,255,.15);
}
#wrappers footer .footerdown .footerinto:nth-child(2){
	order:1;
	border-bottom:dashed 1px rgba(255,255,255,.15);
	padding:0 0 1em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3){
	order:3;
	padding:1em 0 0 0;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:.9em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:65%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:.9em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.85em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
@media all and (min-width: 600px) and (max-width: 767px) {
#content {
	padding-bottom: 800px;
}
/* footer */
footer {
	height: 800px;
	padding: 0 0 0 0;	
	text-align:center;
}
#wrappers footer .footertop a{
	font-size: .95em;
}
#wrappers footer .footerdown{
	width:100%;
	flex-direction:column;
	#gap:2em;
}
#wrappers footer .footerdown .footerinto:nth-child(1){
	order:2;
	padding:1em 0 1em 0;
	border-bottom:dashed 1px rgba(255,255,255,.15);
}
#wrappers footer .footerdown .footerinto:nth-child(2){
	order:1;
	border-bottom:dashed 1px rgba(255,255,255,.15);
	padding:0 0 1em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3){
	order:3;
	padding:1em 0 0 0;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:.9em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:65%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:.9em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.85em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
@media all and (min-width: 450px) and (max-width: 599px) {
#content {
	padding-bottom: 800px;
}
/* footer */
footer {
	height: 800px;
	padding: 0 0 0 0;	
	text-align:center;
}
#wrappers footer .footertop a{
	font-size: .95em;
}
#wrappers footer .footerdown{
	width:100%;
	flex-direction:column;
	#gap:2em;
}
#wrappers footer .footerdown .footerinto:nth-child(1){
	order:2;
	padding:1em 0 1em 0;
	border-bottom:dashed 1px rgba(255,255,255,.15);
}
#wrappers footer .footerdown .footerinto:nth-child(2){
	order:1;
	border-bottom:dashed 1px rgba(255,255,255,.15);
	padding:0 0 1em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3){
	order:3;
	padding:1em 0 0 0;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:.9em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:65%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:.9em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.85em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
@media all and (max-width: 449px) {
#content {
	padding-bottom: 800px;
}
/* footer */
footer {
	height: 800px;
	padding: 0 0 0 0;	
	text-align:center;
}
#wrappers footer .footertop a{
	font-size: .95em;
}
#wrappers footer .footerdown{
	width:100%;
	flex-direction:column;
	#gap:2em;
}
#wrappers footer .footerdown .footerinto:nth-child(1){
	order:2;
	padding:1em 0 1em 0;
	border-bottom:dashed 1px rgba(255,255,255,.15);
}
#wrappers footer .footerdown .footerinto:nth-child(2){
	order:1;
	border-bottom:dashed 1px rgba(255,255,255,.15);
	padding:0 0 1em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3){
	order:3;
	padding:1em 0 0 0;
}
#wrappers footer .footerdown .footerinto:nth-child(1) img{
	width:100px;
}
#wrappers footer .footerdown .footerinto:nth-child(1) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info {
	margin:.5em auto .5em auto;
	width:fit-content;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li{
	font-size:.85em;
	text-align:left;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li span{
	font-size:.8em;
	margin-left:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(1) .social li a {
	font-size:1.25em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info {
	margin:.5em auto .5em auto;
	width:65%;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li{
	font-size:.85em;
}
#wrappers footer .footerdown .footerinto:nth-child(2) .info li i{
	display:block;
	font-size:1.5em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6{
	font-size:1.15em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) h6 i{
	display:block;
	font-size:.95em;
	margin-bottom:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info {
	margin:.5em auto .5em auto;
	width:90%;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li{
	font-size:.8em;
	text-align:left;
	padding: .5em 0;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li i{
	font-size:1em;
	margin-right:.5em;
}
#wrappers footer .footerdown .footerinto:nth-child(3) .info li span{
	font-size:.9em;
	margin-right:.5em;
}
/* footer */
}
/*//////////////////////////////// footer ends ////////////////////////////////////////////*/