/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
*{
	box-sizing: border-box;
}

body {
	background:#F9F6E5;
  /*font-family: "Roboto", sans-serif;*/
  font-family: "Lora", serif;
  color: #444444;
  padding: 95px 0 0 0;
}

main > .module-header {
	/*height:50vh;*/
	position:relative;
}

main > .cover:first-child,
main > .module-header:first-child {
  margin-top: -95px !important;
}


@media (max-width: 992px) {
	body {
		padding: 55px 0 0 0;
	}
	main > .cover:first-child,
	main > .module-header:first-child {
		margin-top: -55px !important;
	}
}

.module-header .image-bg{
	position:absolute; top:0; bottom:0; left:0; right:0;
	background-position:center center;
	background-size:cover;
}
.module-header .container{
	position: absolute; top: 50px; left: 0; bottom: 0; right: 0;
}


.kenburns > .image-bg {
			animation: kenBurnsEast 25s linear infinite alternate;
	-webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.cover {
	position:relative;
}
.cover .go-to-content,
.module-header .go-to-content {
  position: absolute;
  width:80px; height:40px;
  bottom: 15px; left: 50%; margin-left:-40px;
  z-index: 100;
  text-align:center;
  font-size: 32px; line-height:40px;
  background:transparent;
}

.cover .go-to-content a,
.module-header .go-to-content a {
	display:block;
  color:#00000070;
  transition: all 0.4s;
}

.cover .go-to-content a:hover,
.module-header .go-to-content a:hover {
  color:#000000;
}




a {
  color: #cc1616;
  transition: all 0.5s ease;
}

a:hover {
  color: #e82d2d;
  text-decoration: none;
}
a:active,
a:focus {
	outline:none;
}

a.anchor,
a[name] {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden; opacity:0;
}

h1, h2, h3, h4, h5, h6,
.section-title span
{
  font-family: "Roboto", sans-serif;
  /*font-family: "Lora", serif;*/
}




#main section.page-pip:nth-child(even){
	background:#E2DBC5;
}




.invisible, .hidden{
	visibility:hidden; display:none; opacity:0; width:0px; height:0px; overflow:hidden;
}

.static {position:static;}
.relative {position:relative;}
.absolute {position:absolute; top:0; right:0; bottom:0; left:0;}
.absolute-rb, .absolute-br {position:absolute; right:0; bottom:0;}

.nobreake,
.nowrap {white-space:nowrap;}

.space-wrap,
.space-normal
	{white-space:normal !important;}

.o-25 {opacity:0.25;}
.o-50 {opacity:0.50;}
.o-75 {opacity:0.75;}

.o-hidden {overflow:hidden;}
.ox-hidden {overflow-x:hidden;}
.ox-auto {overflow-x:auto;}
.oy-auto {overflow-y:auto;}

.rounded-0 {border-radius:0 !important;}

.btn {cursor:pointer;}
.cursor-pointer {cursor:pointer;}

.row img {max-width:100%;}

/*ratio*/
.ratio,
.ratio-1-1 {
	display:block;
	width: 100%;
	padding-top: 100%; /* 1:1 Aspect Ratio */
	position: relative;
}
.ratio .absolute,
.ratio .ratio-1-1{overflow:hidden;}

.ratio-16-9 {
	padding-top: 56.25%;/* 16:9 Aspect Ratio */
	position: relative;
}
.ratio-16-9 .absolute{overflow:hidden;}

.ratio-4-3 {
	padding-top: 75%; /* 4:3 Aspect Ratio */
	position: relative;
}
.ratio-4-3 .absolute{overflow:hidden;}

.ratio-3-2 {
	padding-top: 66.66%; /* 3:2 Aspect Ratio */
	position: relative;
}
.ratio-3-2 .absolute{overflow:hidden;}

.ratio-8-5,
.ratio-16-10 {
	padding-top: 62.5%; /* 8:5 Aspect Ratio */
	position: relative;
}
.ratio-8-5 .absolute,
.ratio-16-10 .absolute{overflow:hidden;}

.ratio-21-9 {
	padding-top: 42.86%;/* 21:9 Aspect Ratio */
	position: relative;
}
.ratio-21-9 .absolute{overflow:hidden;}

.ratio > * {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
/*ratio*/

.w-auto{
	width:auto;
}
.mw-auto{
	max-width:1920px;
}
.mw-none{
	max-width:none !important;
}

.w-1{ width:1% !important; }
.w-5{ width:5%; }
.w-10{ width:10%; }
.w-40{ width:40%; }
.w-50{ width:50%; }
.mw-50{ max-width:50%; }
.w-60{ width:60%; }
.w-70{ width:70%; }
.w-80{ width:80%; }
.w-90{ width:90%; }
.w-100 { max-width: 100%; }
.mw-100 { max-width: 100%; }


.w-3r{width:3rem;}
.w-4r{width:4rem;}
.w-5r{width:5rem;}
.w-6r{width:6rem;}

.h-3r{height:3rem;}
.h-4r{height:4rem;}
.h-5r{height:5rem;}
.h-6r{height:6rem;}

.z-1 {z-index:1000;}

.minw-3 {min-width:3rem;}
.minw-4 {min-width:4rem;}
.minw-5 {min-width:5rem;}
.minw-6 {min-width:6rem;}
.minw-7 {min-width:7rem;}
.minw-8 {min-width:8rem;}
.minw-9 {min-width:9rem;}
.minw-10 {min-width:10rem;}

.mw-2 {max-width:2rem!important;}
.mh-2 {max-height:2rem!important;}

.mw-3 {max-width:3rem!important;}
.mh-3 {max-height:3rem!important;}

.mw-4 {max-width:4rem!important;}
.mh-4 {max-height:4rem!important;}

.mw-5 {max-width:5rem!important;}
.mh-5 {max-height:5rem!important;}

.mw-6 {max-width:6rem!important;}
.mh-6 {max-height:6rem!important;}

.mw-7 {max-width:7rem!important;}
.mh-7 {max-height:7rem!important;}

.mw-8 {max-width:8rem!important;}
.mh-8 {max-height:8rem!important;}

.mw-9 {max-width:9rem!important;}
.mh-9 {max-height:9rem!important;}

.mw-10 {max-width:10rem!important;}
.mh-10 {max-height:10rem!important;}

.mw-12 {max-width:12rem!important;}
.mh-12 {max-height:12rem!important;}

.mw-20 {max-width:20rem!important;}
.mh-20 {max-height:20rem!important;}
.w-20rem {width:20rem;}

.mw-25 {max-width:25rem!important;}
.mh-25 {max-height:25rem!important;}
.w-25rem {width:25rem;}





.height-25vh,
.h-25vh{
	min-height: 25vh;
	height: 25vh;
}
.height-40vh,
.h-40vh{
	min-height: 40vh;
	height: 40vh;
}
.height-50vh,
.h-50vh{
	min-height: 50vh;
	height: 50vh;
}
.height-60vh,
.h-60vh{
	min-height: 60vh;
	height: 60vh;
}

.height-75vh,
.h-75vh{
	min-height: 75vh;
	height: 75vh;
}

.mh-50{
	max-height: 50%;
}

.mh-50vh{
	max-height: 50vh;
}
.mh-75vh{
	max-height: 75vh;
}
.mh-100vh{
	max-height: 100vh;
}

.m--2{
	margin:-0.5rem;
}
.mx--2{
	margin-left:-0.5rem;
	margin-right:-0.5rem;
}
.mx--3{
	margin-left:-1rem;
	margin-right:-1rem;
}
.my--2{
	margin-top:-0.5rem;
	margin-bottom:-0.5rem;
}

.p-1px{
	padding:1px 1px 1px 1px;
}
.px--2{
	padding-left:-0.5rem;
	padding-right:-0.5rem;
}

.p-6, .px-6{
	padding-left:4rem !important; padding-right:4rem;
}
.p-6, .py-6{
	padding-top:4rem; padding-bottom:4rem;
}

.p-8, .px-8{
	padding-left:6rem !important; padding-right:6rem;
}
.p-8, .py-8{
	padding-top:6rem; padding-bottom:6rem;
}

.vertical-middle{
	display: table-cell; width:100%; height:100%;
	vertical-align: middle;
}



.v-align-children {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.v-align-children-column {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
@media all and (max-width: 990px) {
  .v-align-children {
    display: block !important;
  }
}
.v-align-transform {
  position: relative; /*margin:0;*/
  top: 50%;
  _-webkit-transform: translate(-50%, 0);
  _-ms-transform: translate(-50%, 0);
  transform: translate(0, -50%);
/*transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);  */
  z-index: 2;
}
.align-bottom {
  position: absolute !important;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}
.align-top {
  position: absolute;
  top: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  z-index: 2;
}


.disable-select {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.overlay:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
  z-index: 2;
}
.overlay.bg-dark:before{
	background:#000000;
	opacity:0.5;
}
.overlay.bg-light:before{
	background:#ffffff;
	opacity:0.5;
}
.overlay.bg-light .slide-content *{
	color:#000000;
	text-shadow: 0px 0px 40px #ffffff;
}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
a#top{
	position:absolute;
	top:0;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 15px;
  bottom: 15px;
  z-index: 100;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #cc1616;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #e72323;
  color: #fff;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #cc1616;
  border-top-color: #efefef;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background:#000000aa;
  height: 40px;
  /*font-size: 14px;*/
  color:#ffffffdd;
  transition: all 0.5s;
  
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar .contact-info a {
  line-height: 1;
  /*color: rgba(255, 255, 255, 0.6);*/
  transition: 0.3s;
}

#topbar .contact-info a:hover {
  color: #fff;
}

#topbar .contact-info i {
  color: #cc1616;
  padding-right: 4px;
}

#topbar .contact-info i.icofont-phone {
  margin-left: 15px;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.5);
  padding-left: 15px;
  display: inline-block;
  line-height: 1px;
  transition: 0.3s;
}

#topbar .social-links a:hover {
  color: #fff;
}

#topbar .social-links a:first-child {
  border-left: 0;
}

#topbar .language-switch{
	margin:0; padding:0; list-style:none;
}
#topbar .language-switch li{
	display:inline-block; padding:0px;
}
#topbar .language-switch li:last-child{
	/*padding-right:0;*/
}
#topbar .language-switch li a{
	/*line-height:1em;*/
	padding:2px 5px;
	opacity:0.75;
}
#topbar .language-switch li img{
	vertical-align:middle;
}
#topbar .language-switch li:hover a{
	opacity:1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
	min-height:55px;
  background: #00000090;
  transition: all 0.5s;
  z-index: 997;
  top: 40px;
  display: flex; flex-direction: row; align-items: stretch; 
}
#header > .container{
	/*height:100%;*/
}

#header.header-scrolled {
  top: 0;
  background: #000000bb;
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

#header .logo a {
  color: #fff;
}

#header .logo img,
#header .logo svg {
  max-height: 40px;
  height:40px;
}
#header .logo svg path{
	fill:#ffffff;
}

@media (max-width: 992px) {
  #header {
    top: 0;
    /*padding: 15px 0;*/
    /*background: transparent;*/
  }
  #header .logo {
    font-size: 28px;
  }
}

.header-inner-pages {
  background: rgba(0, 0, 0, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu > ul {
  display: flex;
}

.nav-menu > ul > li {
  position: relative;
  white-space: nowrap;
  padding: 0;
  margin-left: 0px;
  transition: 0.3s;
}

.nav-menu a {
  display: block;
  height:100%; padding:0 15px;
  position: relative;
  color: #fff;
  transition: 0.3s;
  font-size: 14px; line-height:55px;
  font-family: "Open Sans", sans-serif;
}


.nav-menu > ul > li:hover,
.nav-menu .active {
  background: #cc1616;
}

.nav-menu .drop-down ul {
	display: block;
	position: absolute;
	left: 0;
	top: calc(100% + 30px);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	padding: 0px 0;
	background: #fff;
	box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
	transition: 0.3s;
	min-width: 300px;
	max-width:300px;
	max-height: calc(100vh - 105px);
	overflow-y: auto;
}

.nav-menu .drop-down:hover > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.nav-menu .drop-down li {
	display:block;
  position: relative;
  /*white-space: normal;*/
  white-space: pre-line;
}

.nav-menu .drop-down ul a {
  padding: 10px 20px;
  font-size: 14px; line-height:20px;
  font-weight: 500;
  text-transform: none;
  color: #191919;
  
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul li:hover > a {
  color: #e82d2d;
}
.nav-menu .drop-down ul li.active > a {
	color:#ffffff !important;
}

.nav-menu .drop-down > a:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
  top: 0;
  left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
  opacity: 1;
  top: 0;
  left: 100%;
}

.nav-menu .drop-down .drop-down > a {
  padding-right: 35px;
}

.nav-menu .drop-down .drop-down > a:after {
  content: "\f054";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  position: absolute;
  right: 15px;
}

@media (max-width: 1366px) {
  .nav-menu .drop-down .drop-down ul {
    left: -90%;
  }
  .nav-menu .drop-down .drop-down:hover > ul {
    left: -100%;
  }
  .nav-menu .drop-down .drop-down > a:after {
    content: "\ea9d";
  }
}

/* Mobile Navigation */
.mobile-nav-toggle {
  position: fixed;
  right: 0px; top: 0px;
  width:70px; height:55px;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px; 
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: center;
}

.mobile-nav-toggle i {
  color: #fff;
}

.mobile-nav {
  position: fixed;
  top: 70px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  z-index: 9999;
  overflow-y: auto;
  background: #fff;
  transition: ease-in-out 0.2s;
  opacity: 0;
  visibility: hidden;
  border-radius: 10px;
  padding: 10px 0;
  font-family: "Roboto", sans-serif;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #191919;
  padding: 10px 20px;
  font-weight: 500;
  outline: none;
}

.mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
  color: #e82d2d;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f077";
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f078";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  display: none;
  transition: ease-in-out 0.2s;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  opacity: 1;
  visibility: visible;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}



/*------------------------------------------------------------------
[Aside Widgets]
*/

.widget {
	margin: 0 0 50px;
	font-family: "Roboto", sans-serif;
}

.widget .widget-title {
	border-bottom: 1px solid #00000060;
	padding: 0 0 20px;
	margin: 0 0 25px;
}

.widget .widget-title h5 {
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 12px;
	margin: 0;
}

.widget ul,
.widget ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget ul li,
.widget ol li {
	margin:0px;
	border-bottom: 1px solid #00000010;
	padding:0;
}

.widget ul li:last-child,
.widget ol li:last-child {
	border: 0;
}

.widget a {
	display:block;
	padding:10px 0;
	color: #00000060;
}

.widget a:hover,
.widget a:focus {
	color: #cc1616;
}

.widget_archive ul li a,
.widget_categories ul li a {
	margin-right: 5px;
}


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 100vh;
  background: url("../img/hero-bg.jpg") top center;
  background-size: cover;
  position: relative;
}

#hero:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#hero .container {
  padding-top: 70px;
}

#hero h1 {
  margin: 0 0 10px 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 56px;
  text-transform: uppercase;
  color: #fff;
}

#hero h2 {
  color: #eee;
  margin-bottom: 30px;
  font-size: 24px;
}

#hero .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
  display: inline-block;
  padding: 10px 28px;
  transition: 0.5s;
  border: 2px solid #fff;
  color: #fff;
}

#hero .btn-get-started:hover {
  background: #cc1616;
  border-color: #cc1616;
}

@media (min-width: 1024px) {
  #hero {
    background-attachment: fixed;
  }
}

@media (max-width: 768px) {
  #hero {
    text-align: center;
  }
  #hero .container {
    padding-top: 40px;
  }
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }
  #hero h2 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
  }
}



/*--------------------------------------------------------------
# Slider
--------------------------------------------------------------*/
/*!---------- 23. SLIDERS ----------*/
.image-slider {
  position: relative;
}
.image-slider .slides {
  position: relative;
  overflow: hidden;
}
.image-slider .slides li {
  position: relative;
}
.image-slider .slides li > img {
  width: 100%;
}
.row .image-slider {
  margin-bottom: 24px;
}
.image-slider.height-70 .slides li {
  height: 70vh;
  /*min-height: 600px;*/
  min-height: auto;
}
.image-slider.height-60 .slides li {
  height: 60vh;
  min-height: 350px;
}
.image-slider.height-50 .slides li {
  height: 50vh;
  min-height: 300px;
}
.image-slider.height-40 .slides li {
  height: 40vh;
  min-height: 300px;
}
@media all and (max-width: 767px) {
  .image-slider .slides li {
/*    height: auto;
    min-height: none;
    padding: 80px 0;*/
  }
  .image-slider.height-70 .v-align-transform {
    /*top: 0;
    transform: none;
    -webkit-transform: none;*/
  }
}




/*------------------------------------------------------------------
[Flexslider]
*/

.image-slider {
  position: relative;
}
.image-slider .slides {
  position: relative;
  overflow: hidden;
  height:100%;
}
.image-slider .slides li {
  position: relative;
}
.image-slider .slides li > img {
  width: 100%;
}
.row .image-slider {
  margin-bottom: 24px;
}
.image-slider .slides li {
	position:absolute !important; top:0; bottom:0; left:0; right:0;
	/*height:100%;*/
}
.image-slider.height-70,
.image-slider.height-70 .slides li {
  height: 70vh;
  /*min-height: 600px;*/
  min-height: auto;
}
.image-slider.height-60,
.image-slider.height-60 .slides li {
  height: 60vh;
  min-height: 350px;
}
.image-slider.height-50,
.image-slider.height-50 .slides li {
  height: 50vh;
  min-height: 300px;
}
.image-slider.height-40,
.image-slider.height-40 .slides li {
  height: 40vh;
  min-height: 300px;
}
@media all and (max-width: 767px) {
  .image-slider .slides li {
/*    height: auto;
    min-height: none;
    padding: 80px 0;*/
  }
  .image-slider.height-70 .v-align-transform {
    /*top: 0;
    transform: none;
    -webkit-transform: none;*/
  }
}




.flexslider {
	border: 0; border-radius:0;
	margin: 0;
}

.flexslider.height-25vh {
    min-height: 25vh;
    height: 25vh;
}
.flexslider.height-40vh {
    min-height: 40vh;
    height: 40vh;
}
.flexslider.height-50vh {
    min-height: 50vh;
    height: 50vh;
}
.flexslider.height-60vh {
    min-height: 60vh;
    height: 60vh;
}
.flexslider.height-70vh {
    min-height: 70vh;
    height: 70vh;
}

.flexslider .slides {
	height: 100% !important;
	-webkit-transition-delay: 1s;
			transition-delay: 1s;
}

.flexslider .slides {
	overflow: hidden;
}

.flexslider .slides li {
	height: 100% !important;
	width: 100%;
	padding: 0;
	margin: 0;
}


.slide-background {
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	z-index: -1;
}
.slide-background-top {
	background-position: top center;
}
.slide-background-bottom {
	background-position: bottom center;
}

.kenburns .slides li:nth-of-type(odd) .slide-background {
			animation: kenBurnsEast 25s linear infinite alternate;
	-webkit-animation: kenBurnsEast 25s linear infinite alternate;
}

.kenburns .slides li:nth-of-type(even) .slide-background {
			animation: kenBurnsWest 25s linear infinite alternate;
	-webkit-animation: kenBurnsWest 25s linear infinite alternate;
}

@keyframes kenBurnsEast {
	from {
				transform: scale(1) translateX(0);
		-webkit-transform: scale(1) translateX(0);
	}

	to {
				transform: scale(1.2) translateX(100px);
		-webkit-transform: scale(1.2) translateX(100px);
	}
}

@-webkit-keyframes kenBurnsEast {
	from {
				transform: scale(1) translateX(0);
		-webkit-transform: scale(1) translateX(0);
	}

	to {
				transform: scale(1.2) translateX(100px);
		-webkit-transform: scale(1.2) translateX(100px);
	}
}

@keyframes kenBurnsWest {
	from {
				transform: scale(1) translateX(0);
		-webkit-transform: scale(1) translateX(0);
	}

	to {
				transform: scale(1.2) translateX(-100px);
		-webkit-transform: scale(1.2) translateX(-100px);
	}
}

@-webkit-keyframes kenBurnsWest {
	from {
				transform: scale(1) translateX(0);
		-webkit-transform: scale(1) translateX(0);
	}

	to {
				transform: scale(1.2) translateX(-100px);
		-webkit-transform: scale(1.2) translateX(-100px);
	}
}














.flexslider,
.image-slider,
	.module-header,
.module-slides {
	text-align: center;
	background:transparent;
}

.flexslider .container > .row > [class*="col-"] > *:last-child,
	.module-header .container > .row > [class*="col-"] > *:last-child,
.module-slides .container > .row > [class*="col-"] > *:last-child {
	margin-bottom: 0;
}

.flexslider .btn,
.module-header .btn,
.module-slides .btn {
	margin: 3px;
}

.image-slider h1,
.image-slider h2,
.image-slider h3,
.image-slider h4,
.image-slider h5,
.image-slider h6,
	.module-header h1,
	.module-header h2,
	.module-header h3,
	.module-header h4,
	.module-header h5,
	.module-header h6,
.module-slides h1,
.module-slides h2,
.module-slides h3,
.module-slides h4,
.module-slides h5,
.module-slides h6 {
	color: inherit;
	margin: 0;
	/*font-weight:600;*/
}
.image-slider .text-white {
	color:fff;
}

.image-slider p,
.module-header p,
.module-slides p {
	font-size: 1rem;
	margin: 0 0 1em 0;
}

.image-slider h1,
.image-slider .h1,
.module-header h1,
.module-header .h1,
.module-slides .h1 {
	/*font-size: 3rem; font-weight:normal; font-weight:400;*/
	margin:0;
}

.image-slider h2,
.image-slider .h2,
.module-header h2,
.module-header .h2,
.module-slides .h2 {
	/*font-size: 2.5rem; font-weight:normal; font-weight:400;*/
	margin:0;
}

.image-slider h3,
.image-slider .h3,
.module-header h3,
.module-header .h3,
.module-slides .h3 {
	/*font-size: 2rem; font-weight:normal; font-weight:400;*/
	margin:0;
}

.image-slider h4,
.image-slider .h4,
.module-header h4,
.module-header .h4,
.module-slides .h4 {
	/*font-size: 32px;*/
}

.image-slider h5,
.image-slider .h5,
.module-header h5,
.module-header .h5,
.module-slides .h5 {

}

.image-slider h6,
.module-header .h6,
.module-slides h6 {
	letter-spacing: 1px;
	margin-right: -1px;
	font-size: 14px;
}

@media (max-width: 992px) {
	.image-slider h1,
	.image-slider .h1,
	.module-slides h1,
	.module-header h1 {
		font-size: 2rem;
	}

	.image-slider h2,
	.image-slider .h2,
	.module-slides h2,
	.module-header h2 {
		font-size: 1.75rem;
	}

	.image-slider h3,
	.image-slider .h3,
	.module-slides h3,
	.module-header h3 {
		font-size: 1.5rem;
	}

	.image-slider h4,
	.module-slides h4,
	.module-header h4 {
		/*font-size: 25.6px;*/
	}

	.image-slider h5,
	.module-slides .h5,
	.module-header h5 {
		/*font-size: 16.2px;*/
	}

	.image-slider h6,
	.module-slides .h6,
	.module-header h6 {
		/*font-size: 12.6px;*/
	}

	.image-slider br,
	.module-slides br,
	.module-header br {
		/*display: none;*/
	}
}

@media (max-width: 767px) {
	.image-slider h1,
	.image-slider .h1,
	.module-slides h1.h1,
	.module-header h1.h1 {
		/*font-size: 42px;*/
	}

	.image-slider h2,
	.image-slider .h2,
	.module-slides h2,
	.module-header h2 {
		/*font-size: 32.4px;*/
	}

	.image-slider h3,
	.image-slider .h3,
	.module-slides h3,
	.module-header h3 {
		/*font-size: 28.8px;*/
	}

	.image-slider h4,
	.image-slider .h4,
	.module-slides h4,
	.module-header h4 {
		/*font-size: 19.2px;*/
	}

	.image-slider h5,
	.module-slides h5,
	.module-header h5 {
		/*font-size: 14.4px;*/
	}

	.image-slider h6,
	.image-slider .h6,
	.module-slides h6,
	.module-header h6 {
		/*font-size: 11.2px;*/
	}

	.image-slider p,
	.module-slides p,
	.module-header p {
		/*font-size: 18px;*/
	}
}

@media (max-width: 568px) {
	.image-slider h1,
	.image-slider .h1,
	.module-slides h1,
	.module-header h1 {
		font-size: 1.75rem;
	}

	.image-slider h2,
	.image-slider .h2,
	.module-slides h2,
	.module-header h2 {
		font-size: 1.5rem;
	}

	.image-slider h3,
	.image-slider .h3,
	.module-slides h3,
	.module-header h3 {
		font-size: 1.25rem;
	}

	.image-slider h4,
	.image-slider .h4,
	.module-slides h4,
	.module-header h4 {
		font-size: 1rem;
	}

	.image-slider h5,
	.image-slider .h5,
	.module-slides h5,
	.module-header h5 {
		/*font-size: 12.6px;*/
	}

	.image-slider h6,
	.image-slider .h6,
	.module-slides h6,
	.module-header h6 {
		/*font-size: 9.8px;*/
	}

	.image-slider p,
	.module-slides p,
	.module-header p {
		/*font-size: 16px;*/
	}
}




@media all and (max-width: 767px) {
	.flex-direction-nav {
		display: none;
	}

	.kenburns .slides li .slide-background {
		-webkit-animation: none !important;
				animation: none !important;
	}
}


.flex-direction-nav a {
  opacity: 0.5;
  text-shadow: none;
	width:30px; height:60px; margin:0;
	text-align:center;
  transform: translate(0,-50%);
}
.flex-direction-nav .flex-next {
	right: 15px;
}
.flex-direction-nav .flex-prev {
	left: 15px;
}
.flex-direction-nav a:before {
  content: "\f054" !important;
  font-family: "Font Awesome 5 Free"; font-weight: 900;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 60px;
  font-size: 24px;
  color: #fff;
  position: absolute; top: 0; left: 0; right: 0; bottom: 0;
    text-align: center;
}
.flex-direction-nav a.flex-prev:before {
  content: "\f053" !important;
}

.flex-control-nav li {
  overflow: hidden;
}
.flex-control-nav li a {
  background: #ffffff30;
  border: 0;
  -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;
  -webkit-box-shadow:none !important; -moz-box-shadow:none !important; box-shadow:none !important;
  width: 50px;
  height: 5px;
}
.flex-control-nav li a:hover,
.flex-control-nav li a.flex-active{
	background: #ffffff50;
}
@media all and (max-width: 768px) {
  .flex-direction-nav {
    display: none;
  }
}
.controls-inside .flex-control-nav {
  bottom: 15px;
  z-index: 10;
}
.controls-inside .flex-control-nav li a {
  /*border-color: #fff;*/
}

.controls-inside .flex-control-nav li a.flex-active {
  /*background: #fff;*/
}
.image-bg .flex-control-nav li a {
  /*border-color: #fff;*/
}
.image-bg .flex-control-nav li a.flex-active {
  /*background: #fff;*/
}
.slider-thumb-controls .flex-control-thumbs {
  margin: 0;
}
.slider-thumb-controls .flex-direction-nav {
  display: none;
}
@media all and (max-width: 767px) {
  .slider-thumb-controls .flex-control-thumbs {
    display: none;
  }
  .slider-thumb-controls .flex-direction-nav {
    display: block;
  }
}
.logo-carousel li {
  text-align: center;
}
.logo-carousel li {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.logo-carousel li:hover {
  opacity: 1;
}
.logo-carousel img {
  max-height: 60px;
}
@media all and (max-width: 767px) {
  .logo-carousel .slides li {
    width: 100%;
  }
}
.text-slider .flex-direction-nav li a:before {
  color: #222;
}
.image-bg .text-slider .flex-direction-nav li a:before {
  color: #fff;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .5;
}
.image-bg .text-slider .flex-direction-nav li a:hover:before {
  opacity: 1;
}
.text-slider .flex-direction-nav a.flex-prev {
  left: -60px;
}
.text-slider .flex-direction-nav a.flex-next {
  right: -60px;
}
.kenburns .slides li:nth-of-type(odd) .background-image-holder {
  animation: kenBurnsEast 25s linear infinite alternate;
  -webkit-animation: kenBurnsEast 25s linear infinite alternate;
}
.kenburns .slides li:nth-of-type(even) .background-image-holder {
  animation: kenBurnsWest 25s linear infinite alternate;
  -webkit-animation: kenBurnsWest 25s linear infinite alternate;
}
@keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@-webkit-keyframes kenBurnsEast {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(100px);
    -webkit-transform: scale(1.2) translateX(100px);
  }
}
@keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@-webkit-keyframes kenBurnsWest {
  from {
    transform: scale(1) translateX(0px);
    -webkit-transform: scale(1) translateX(0px);
  }
  to {
    transform: scale(1.2) translateX(-100px);
    -webkit-transform: scale(1.2) translateX(-100px);
  }
}
@media all and (max-width: 768px) {
  .kenburns .slides li .background-image-holder {
    animation: none !important;
    -webkit-animation: none !important;
  }
}






/*responsive slider*/
.image-slider .slides .container {
	/*max-width:90% !important;*/
}
.image-slider {
	font-size:1.75vw;
}
.image-slider h1 {
	font-size:2.3vw; margin:0.25em 0;
}
.image-slider h2, .image-slider .h2, .module-header h2, .module-header .h2, .module-slides .h2 {
	font-size:2.0vw; margin:0;
}

.image-slider .btn {
	font-size:1.25vw !important;
	line-height:1.25vw !important;
	padding:1.25vw !important;
	height:auto !important;
	font-family:Arial, serif !important;
}



.image-slider .text-black{
	color:#000000;
	text-shadow: none;
}

@media all and (max-width: 768px) {
	.image-slider{
	font-size:1rem;
	}
	.image-slider h1 {
	font-size:1.5rem;
	}
	.image-slider h2, .image-slider .h2, .module-header h2, .module-header .h2, .module-slides .h2 {
	font-size:1.25rem;
	}
}




.slide-content .typewrite .wrap{
	border-color:#000000 !important;
}


/*!---------- 25. INTROS ----------*/
.cover {
  margin: 0;
  padding: 0;
}
.cover h1,
.cover h2,
.cover h3,
.cover h4,
.cover h5,
.cover h6 {
  /*color: #ffffff;*/
}
.cover p,
.cover span,
.cover li {
  /*color: #ffffff;*/
}
.image-bg.bg-light h1,
.image-bg.bg-light h2,
.image-bg.bg-light h3,
.image-bg.bg-light h4,
.image-bg.bg-light h5,
.image-bg.bg-light h6 {
  /*color: #222222;*/
}
.image-bg.bg-light p,
.image-bg.bg-light span,
.image-bg.bg-light li {
  /*color: #777777;*/
}
.cover:first-child .fullscreen {
  max-height: 100%;
}
.cover.fullscreen .slides > li {
  height: 100vh;
}
.cover .slides li .container {
  z-index: 4;
  position: relative;
      padding: 20px 15px 0 15px; /*half nav height*/
}
.cover .flex-control-nav {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  opacity: .9;
}
.cover .flex-control-nav:hover {
  opacity: 1;
}
.cover .align-bottom {
  padding: 0 32px;
  bottom: 48px;
}
.cover .align-top {
  padding: 0 32px;
}
@media all and (max-width: 767px) {
  .cover .align-bottom {
    /*padding: 0 15px;*/
  }
  .cover .align-bottom/*.relative-xs*/ {
    /*position: relative !important;
    bottom: 0;*/
  }
  .cover/*.fullscreen*/ {
    /*height: auto !important;
	min-height: auto !important;
    padding:0;*/
  }
  .cover/*.fullscreen*/.image-slider {
    /*padding: 0;*/
  }
  .cover/*.fullscreen*/ .container {
    /*top: 0;
    transform: none;
    -webkit-transform: none;*/
  }
  .cover/*.fullscreen*/ .slides li {
    /*height: auto;
    padding: 80px 0;*/
  }
}










/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
#main > section {
  /*padding: 60px 0;*/
  overflow: hidden;
}

section .parallax {
	padding:30px 0;
}


.section-title {
  text-align: center;
  padding: 30px 0 40px 0; margin:0;
  position: relative;
  width: 100%;
}

.section-title h1,
.section-title h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 0px;
  padding-bottom: 0;
  color: #191919;
  position: relative;
  z-index: 2;
}

.section-title span {
  position: absolute;
  top: 30px;
  color: #66666620;
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 700;
  font-size: 52px;
  text-transform: uppercase;
  line-height: 0;
}
.module-header .section-title span{
	color: #00000030;
	text-shadow: 0px 0px 40px #ffffff;
}

.section-title p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}

@media (max-width: 575px) {
  .section-title h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .section-title span {
    font-size: 38px;
  }
}


.module-page-title{
	padding:15px 0;
	background: #E2DBC5;
}

/*breadcrumbs*/
/*header.page {margin:1rem 0;}
aside.page {float:right;}
*/
.breadcrumb {
	display:block;
	padding: 0px 0px;
	margin:8px 0px;
	list-style: none;
	background: transparent;
	border-radius: 0;
}
.breadcrumb > li{
	display:inline-block;
	margin:0;
}
.breadcrumb > li a{
	color: #666;
}
.breadcrumb > li a:hover{
	color: #3c3c3c;
}
.breadcrumb > li + li::before {
	padding: 0 5px;
	color: #999;
	content: "/\00a0";
}
.breadcrumb-2 > li + li::before {
	padding: 0 16px;
	color:#bbb;
}
.breadcrumb > li.active > a {
	color:#3c3c3c;
}
/*breadcrumbs*/




/*--------------------------------------------------------------
# Content elements
--------------------------------------------------------------*/

.page-content {
  padding: 30px 0;
}
.page-content img{
	max-width:100%;
	margin-bottom:1rem;
}

.page-content .text-center img,
.slide-content .text-center img{
	margin-left:auto; margin-right:auto;
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  padding-bottom: 10px;
}

.about .content ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #cc1616;
}

.about .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.page-content .box {
	background:#ffffff;
  width:100%; padding: 40px 20px; margin:15px 0;
  display: flex; flex-direction: column; justify-content: center;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  transition: all ease-in-out 0.3s;
}

.page-content .box span {
  display: block;
  font-size: 24px;
  font-weight: 500;
  color: #ed5b5b;
}

.page-content .box h4 {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  margin: 0 0 20px 0;
  color: #191919;
}

.page-content .box p {
  color: #aaaaaa;
  font-size: 15px;
  margin: 0;
  padding: 0;
}
.page-content .box>*:last-child {
	margin-bottom:0;
}

.page-content .box:hover {
  background: #cc1616;
  padding: 30px 20px 50px 20px;
  box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}

.page-content .box:hover span, .page-content .box:hover h4, .page-content .box:hover p {
  color: #fff;
}

@media (max-width: 768px) {
	.page-content .box {
		padding: 20px 20px; margin:15px 0;
	}
	.page-content .box:hover {
		padding: 20px 10px 20px 30px;
	}
}

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
  background: #f2f2f2;
  padding: 15px 0;
  text-align: center;
}

.clients img {
  width: 50%;
  filter: grayscale(100);
  transition: all 0.4s ease-in-out;
  display: inline-block;
  padding: 15px 0;
}

.clients img:hover {
  filter: none;
  transform: scale(1.2);
}

@media (max-width: 768px) {
  .clients img {
    width: 40%;
  }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.page-content .icon-box {
  position: relative;
  width:100%; padding:40px 20px; margin:15px 0;
  background:#ffffff; box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  text-align: center;
  transition: all ease-in-out 0.3s;
  overflow:hidden;
}

.page-content .icon-box .icon {
  position:relative;
  margin: 0 auto 20px auto;
  width: 50%;
  padding:50% 0 0 0 !important;
  background: #cc1616;
  transition: all .3s ease-out 0s;
  display: flex;
  align-items: center;
  justify-content: center;
  transform-style: preserve-3d;
}

.page-content .icon-box .icon i {
  color: #fff;
  font-size: 28px;
}

.page-content .icon-box .icon svg,
.page-content .icon-box .icon img{
	width:80%;
	position:absolute; top:50%; left:50%;
	transform: translate(-50%, -50%);
}

.page-content .icon-box .icon svg path {
    fill: #ffffff;
}

.page-content .icon-box .icon::before {
  position: absolute;
  content: '';
  left: -8px;
  top: -8px;
  height: 100%;
  width: 100%;
  background: #cc161620;
  transition: all .3s ease-out 0s;
  transform: translateZ(-1px);
}

.page-content .icon-box h4 {
  font-weight: 500;
  margin-bottom: 15px;
  font-size: 20px;
}

.page-content .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}
.page-content .icon-box a{
	color:#cc1616;
	display:block; position:absolute; top:0; bottom:0; left:0; right:0;
	padding:200% 0 0 0; margin:0;
}
/**/.cke_editable .icon-box a{display:inline-block;position:relative;padding:0;}
.page-content .icon-box:hover a
{
	color:#ffffff;
}

.page-content .icon-box>*:last-child {
	margin-bottom:0;
}

.page-content .icon-box:hover {
  background: #cc1616;
  border-color: #cc1616;
  padding: 30px 20px 50px 20px;
  color:#ffffff;
}

.page-content .icon-box:hover .icon {
  background: #fff;
}

.page-content .icon-box:hover .icon i {
  color: #cc1616;
}

.page-content .icon-box:hover .icon svg path {
    fill: #cc1616;
}

.page-content .icon-box:hover .icon::before {
  background: #ffffff40;
}

.page-content .icon-box:hover h4 a, .page-content .icon-box:hover p {
  color: #fff;
}

@media (max-width: 768px) {
	.page-content .icon-box {
		text-align: left;
		padding: 20px 20px; margin:15px 0;
	}
	.page-content .icon-box:hover {
		padding: 20px 10px 20px 30px;
	}
	.page-content .icon-box .icon {
		width: 25%;
		margin: 0 15px 0 0;
		padding: 25% 0 0 0 !important;
		float: left;
	}
}


/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
  background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.jpg") fixed center center;
  background-size: cover;
  padding: 120px 0;
}

.cta h3 {
  color: #fff;
  font-size: 28px;
  font-weight: 700;
}

.cta p {
  color: #fff;
}

.btn {
	background:#cc1616;
  font-family: "Roboto", sans-serif;
  /*text-transform: uppercase;*/
  font-weight: 500;
  /*font-size: 14px;*/
  letter-spacing: 1px;
  display: inline-block;
  /*padding: 10px 28px;*/
  transition: 0.5s;
  /*margin-top: 10px;*/
  border: 2px solid #cc1616; border-radius:0;
  color: #fff;
}

.btn:hover {
  background: #ffffff;
  color:#cc1616;
  border: 2px solid #cc1616;
}

/*--------------------------------------------------------------
# Portfolio
--------------------------------------------------------------*/
.portfolio #portfolio-flters {
  padding: 0;
  margin: 0 auto 25px auto;
  list-style: none;
  text-align: center;
  border-radius: 50px;
}

.portfolio #portfolio-flters li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 15px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #444444;
  margin-bottom: 5px;
  transition: all 0.3s ease-in-out;
  font-family: "Poppins", sans-serif;
}

.portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
  color: #e82d2d;
}

.portfolio #portfolio-flters li:last-child {
  margin-right: 0;
}

.portfolio .portfolio-item {
  margin-bottom: 30px;
}

.portfolio .portfolio-item .portfolio-info {
  opacity: 0;
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: 0;
  z-index: 3;
  transition: all ease-in-out 0.3s;
  background: rgba(255, 255, 255, 0.9);
  padding: 15px;
}

.portfolio .portfolio-item .portfolio-info h4 {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
  color: #191919;
}

.portfolio .portfolio-item .portfolio-info p {
  color: #4c4c4c;
  font-size: 14px;
  margin-bottom: 0;
}

.portfolio .portfolio-item .portfolio-info .preview-link, .portfolio .portfolio-item .portfolio-info .details-link {
  position: absolute;
  right: 40px;
  font-size: 24px;
  top: calc(50% - 18px);
  color: #333333;
}

.portfolio .portfolio-item .portfolio-info .preview-link:hover, .portfolio .portfolio-item .portfolio-info .details-link:hover {
  color: #cc1616;
}

.portfolio .portfolio-item .portfolio-info .details-link {
  right: 10px;
}

.portfolio .portfolio-item .portfolio-links {
  opacity: 0;
  left: 0;
  right: 0;
  text-align: center;
  z-index: 3;
  position: absolute;
  transition: all ease-in-out 0.3s;
}

.portfolio .portfolio-item .portfolio-links a {
  color: #fff;
  margin: 0 2px;
  font-size: 28px;
  display: inline-block;
  transition: 0.3s;
}

.portfolio .portfolio-item .portfolio-links a:hover {
  color: #e82d2d;
}

.portfolio .portfolio-item:hover .portfolio-info {
  opacity: 1;
  bottom: 20px;
}

/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #f9f9f9;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #191919;
}

.pricing .box h4 {
  font-size: 42px;
  color: #cc1616;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #191919;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #cc1616;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #cc1616;
  display: inline-block;
  padding: 10px 40px;
  color: #fff;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #e82d2d;
}

.pricing .featured {
  background: #cc1616;
  box-shadow: none;
  color: #fff;
}

.pricing .featured h3, .pricing .featured h4, .pricing .featured ul, .pricing .featured ul li, .pricing .featured ul .na {
  color: #fff;
}

.pricing .featured h4 span {
  color: rgba(255, 255, 255, 0.58);
}

.pricing .featured .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.2);
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #cc1616;
}

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #cc1616;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
  color: #444444;
  text-align: center;
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 20px 0 30px 0;
}

.contact .info-box i {
  font-size: 32px;
  color: #cc1616;
  border-radius: 50%;
  padding: 8px;
  border: 2px dotted #f5a0a0;
}

.contact .info-box h3 {
  font-size: 20px;
  color: #777777;
  font-weight: 700;
  margin: 10px 0;
}

.contact .info-box p {
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.contact .php-email-form {
  box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
  padding: 30px;
}

.contact .php-email-form .validate {
  display: none;
  color: red;
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 13px;
}

.contact .php-email-form .error-message {
  display: none;
  color: #fff;
  background: #ed3c0d;
  text-align: left;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .error-message br + br {
  margin-top: 25px;
}

.contact .php-email-form .sent-message {
  display: none;
  color: #fff;
  background: #18d26e;
  text-align: center;
  padding: 15px;
  font-weight: 600;
}

.contact .php-email-form .loading {
  display: none;
  background: #fff;
  text-align: center;
  padding: 15px;
}

.contact .php-email-form .loading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #18d26e;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input, .contact .php-email-form textarea {
  border-radius: 0;
  box-shadow: none;
  font-size: 14px;
}

.contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
  background-color: #cc1616;
}

.contact .php-email-form input {
  padding: 20px 15px;
}

.contact .php-email-form textarea {
  padding: 12px 15px;
}

.contact .php-email-form button[type="submit"] {
  background: #cc1616;
  border: 0;
  padding: 10px 24px;
  color: #fff;
  transition: 0.4s;
}

.contact .php-email-form button[type="submit"]:hover {
  background: #e82d2d;
}

@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}





/*forms*/
.form-control,
.form-control-lg {
	padding: 1rem;
	height:calc(2rem + 1.5rem + 2px);
	/*margin:1rem 0 1rem 0;*/
	margin:0;
	font-size: 1rem; line-height:1.5rem;
	border:1px solid #00000040; border-radius:0;
}
textarea.form-control{
	min-height:calc(2rem + 1.5rem + 2px);
	height:auto;
}


/*placeholders*/
.form-group {
	position: relative;
	margin:0;
}
.form-group + .form-group{
	margin:2rem 0;
}
.form-group:first-child{
	margin-top:0;
}
.form-group:last-child{
	margin-bottom:0;
}
.form-control-placeholder {
	position:absolute;
	top:1rem; left:1rem;
	margin:0; padding:0;
	font-size:1rem;
	line-height:inherit;
	transition:all 200ms;  opacity: 0.5;
	/*background:#ffffff;*/
	cursor:text;
}
.form-control-sm + .form-control-placeholder {
	position:absolute;
	top:0.25rem; left:0.75rem;
	margin:0; padding:0;
	font-size:1rem;
	line-height:inherit;
	transition:all 200ms;  opacity: 0.5;
	/*background:#ffffff;*/
	cursor:text;
}

/* filled, but invalid */
input:not(:placeholder-shown) {
}
/* valid */
input:valid {
}
/*input.placeholder:not(:placeholder-shown) + .form-control-placeholder,
textarea.placeholder:not(:placeholder-shown) + .form-control-placeholder,*/
select.placeholder + .form-control-placeholder,
.placeholder:focus + .form-control-placeholder,
.placeholder.filled + .form-control-placeholder
{
	top:-1.5rem; left:0.75rem;
	font-size:0.75rem;
	/*transform: translate3d(0, -100%, 0);*/
	margin:0; padding:0;
	opacity:1;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background: #efefef;
  margin-top: 98px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 50px;
  }
}

.breadcrumbs h2 {
  font-size: 26px;
  font-weight: 600;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0 0 10px 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li + li {
  padding-left: 10px;
}

.breadcrumbs ol li + li::before {
  display: inline-block;
  padding-right: 10px;
  color: #333333;
  content: "/";
}

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
  padding-top: 40px;
}

.portfolio-details .portfolio-details-container {
  position: relative;
}

.portfolio-details .portfolio-details-carousel {
  position: relative;
  z-index: 1;
}

.portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
  margin-top: 5px;
  text-align: left;
}

.portfolio-details .portfolio-details-carousel .owl-dot {
  display: inline-block;
  margin: 0 10px 0 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd !important;
}

.portfolio-details .portfolio-details-carousel .owl-dot.active {
  background-color: #cc1616 !important;
}

.portfolio-details .portfolio-info {
  padding: 30px;
  position: absolute;
  right: 0;
  bottom: -70px;
  background: #fff;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  z-index: 2;
}

.portfolio-details .portfolio-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}

.portfolio-details .portfolio-info ul {
  list-style: none;
  padding: 0;
  font-size: 15px;
}

.portfolio-details .portfolio-info ul li + li {
  margin-top: 10px;
}

.portfolio-details .portfolio-description {
  padding-top: 50px;
}

.portfolio-details .portfolio-description h2 {
  width: 50%;
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
}

.portfolio-details .portfolio-description p {
  padding: 0 0 0 0;
}

@media (max-width: 768px) {
  .portfolio-details .portfolio-info {
    position: static;
    margin-top: 30px;
  }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #0c0c0c;
  padding: 0 0 30px 0;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

#footer .footer-top {
  padding: 60px 0 30px 0;
}

#footer .footer-top .footer-info {
  /*margin-bottom: 15px;*/
  background: #191919;
  color: #fff;
  border-top: 4px solid #cc1616;
  /*text-align: center;*/
  padding: 30px 20px;
}

#footer .footer-top .footer-info h3 {
  font-size: 36px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  /*margin-bottom: 0;*/
  /*font-family: "Roboto", sans-serif;*/
}


#footer .footer-top .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #262626;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  background: #cc1616;
  color: #fff;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  position: relative;
  padding-bottom: 12px;
}

#footer .footer-top .footer-links {
  background: #191919;
  font-family: "Roboto", sans-serif; color: #fff;
  border-top: 4px solid #cc1616;
  padding: 30px 20px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #ed5b5b;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 0;
  display: flex;
  align-items: center;
}

#footer .footer-top .footer-links ul li a {
  color: #fff;
  transition: 0.3s;
  display: block; width: 100%; padding:10px 0;
  line-height: 1;
}
#footer .footer-top .footer-links ul li a:before {
  content: "\f054" !important; font-family: "Font Awesome 5 Free"; font-weight: 900;
  color:#eb4444;
  margin:0 5px 0 0;
}

#footer .footer-top .footer-links ul li a:hover {
  color: #eb4444;
}

#footer .footer-top .footer-newsletter form {
  margin-top: 30px;
  background: #fff;
  padding: 6px 10px;
  position: relative;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="email"] {
  border: 0;
  padding: 4px;
  width: calc(100% - 110px);
}

#footer .footer-top .footer-newsletter form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  border: 0;
  background: none;
  font-size: 16px;
  padding: 0 20px;
  background: #cc1616;
  color: #fff;
  transition: 0.3s;
  border-radius: 4;
}

#footer .footer-top .footer-newsletter form input[type="submit"]:hover {
  background: #e82d2d;
}

#footer .copyright {
  border-top: 1px solid #262626;
  text-align: center;
  padding-top: 30px;
}
#footer .copyright a{
	color:#ffffff;
}
#footer .copyright a:hover,
#footer .copyright a:focus{
	color:#cc1616;
}

#footer .credits {
  padding-top: 5px;
  text-align: center;
  font-size: 13px;
  color: #fff;
}

#footer .credits a {
  color: #e82d2d;
}

@media (max-width: 575px) {
  #footer .footer-top .footer-info {
    margin: -20px 0 30px 0;
  }
}


/*--------------------------------------------------------------
# cookies
--------------------------------------------------------------*/
#cookies-message-container{overflow:visible;
	width:100%;
    position: fixed; bottom: 1%;
    z-index: 200;
}
#cookies-message{
    padding: 18px 0;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
/*	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transform: translate3d(0, 100px, 0);
	-webkit-transform: translate3d(0, 100px, 0);
	-moz-transform: translate3d(0, 100px, 0);*/
	/*opacity: 0;*/
	font-size: 12px; line-height: 18px;
	/*text-align: center;*/
	z-index: 999;
}


.grecaptcha-badge{
	right:-300px !important;
}