/*
	Name: AYA;
	Discription: Responsive Agency Template;
	Author: UnomiaThemes;
	Version: 1.0.0;

	=== TABLE OF CONTENTS - HOMEPAGE ===
	1. GENERAL
	2. HEADER
	3. SLIDER
	4. ABOUT
	5. VIDEO
	6. SERVICES
	7. ADVENTAGES
	8. TEAM
	9. TESTIMONIALS
	10. PORTFOLIO
	11. FOOTER
	12. PRELOADER
	13. 404 PAGE
	14. COMING SOON PAGE
*/



/*******************************************/
/************* GENERAL SECTION *************/
/*******************************************/

html, body {
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
}


a {
	text-decoration: none;
}

a:hover, a:active, a:focus {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.align-right {
	float: right;
}

.mt-10 {
	margin-top: 10px;
}

.mt-15 {
	margin-top: 15px;
}

.mtb-20 {
	margin: 20px 0;
}

.btn {
	font-family: 'Dosis', sans-serif;
	font-weight: 600;
}

.remove-padding {
	padding: 0;
}

/*******************************************/
/************* HEADER SECTION **************/
/*******************************************/

header {
	background-color: transparent;
	position: absolute;
    width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sticky {
	position: fixed;
	background-color: #e19e20;
	z-index: 99999;
}


.logo {
	position: relative;
	z-index: 999;
}

.logo img {
	max-width: 100px;
	margin: 10px 0;
}

.menu {
	margin-top: 20px;
	padding: 0;
	text-align: right;
	position: absolute;
	z-index: 999;
	right: 0;
}

.menu li {
	display: inline-block;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 10px;
	font-weight: bold;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
}

.menu a {
	color: #f0f0f0;
}

a:hover {
	color: #e19e20;
}

.top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mid-animate { opacity: 0; }

.bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.menui {
  background: #fff;
  transition: .6s ease;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.icon {
  z-index: 999;
  position: absolute;
  display: none;
  padding: 9px;
  height: 32px;
  width: 32px;
  margin: 0px;
  top: 10px;
  right: 40px;
}

.mobilenav {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #e19e20;
  opacity: 1;
}

.mobilenav ul {
	margin: 0;
    padding: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.mobilenav li {
  list-style-type: none;
  text-align: center;
  padding: 10px;
  font-family: 'Dosis', sans-serif;
}

.mobilenav li a {
  font-size: 20px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}


.btn-custom-color {
	background: #f0f0f0;
	position: relative;
	z-index: 1000;
}

section {
	overflow: hidden;
}

.aligner {
	margin: 120px 0;
}




/*******************************************/
/************* SLIDER SECTION *************/
/*******************************************/


.slideOne {
	background: url(../img/slider/back.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
}

.slideTwo {
	background: url(../img/Header_Lion.jpg);
	background-size: cover;
	background-position: center center;
	height: 100vh;
}

.overlay:before {
	content: "";
	background: rgba(0,0,0,0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}

.wrap {
	position: absolute;
	top: 50%;
	left: 0%;
	right: 0%;
	transform: translate(0,-50%);
	z-index: 10;
	background-image: url(img/slider/back.jpg.jpg);
}


.title {
    text-align: left;
    color: #f0f0f0;
    font-size: 80px;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    margin: 0;
    width: 60%;
}

.subtitle {
    text-align: left;
    text-transform: uppercase;
    color: #f0f0f0;
    font-size: 16px;
    margin-top: 10px;
    margin-bottom: 30px;
}


.sliderButtons {
	position: absolute;
	top: 55%;
	left: 0;
	right: 0;
	margin: 0;
    padding: 0;
    text-transform: uppercase;
    text-align: center;
}

.sliderButtons a {
	margin: 0;
	padding: 0;
}

.sliderButtons li {
	background: rgba(255,255,255,0.5);
    display: inline-block;
    padding: 3px 10px;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Assistant', sans-serif;
    color: #fff;
    width: 120px;
    text-align: center;
    margin: 0 10px;
    border: 1px solid #fff;
    transition: all .4s linear;
    -webkit-transition: all .4s linear;
    -moz-transition: all .4s linear;
    -o-transition: all .4s linear;
    cursor: pointer;
}

.sliderButtons li:hover {
	background: #fff;
	color: #000;
}

.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
}

.owl-theme .owl-dots .owl-dot span {
	border-radius: 2px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
	margin-top: -40px;
	position: absolute;
	left: 0;
	right: 0;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #e19e20;
}

.btn-custom-services {
	background: #e19e20;
    border-radius: 40px;
    font-size: 16px;
    color: #f0f0f0;
    padding: 9px 36px;
    text-transform: uppercase;
    margin-top: 30px;
    border: 0;
    display: inline-block;
  	vertical-align: middle;
  	-webkit-transform: perspective(1px) translateZ(0);
  	transform: perspective(1px) translateZ(0);
  	box-shadow: 0 0 1px transparent;
  	position: relative;
  	-webkit-transition-property: color;
  	transition-property: color;
  	-webkit-transition-duration: 0.3s;
  	transition-duration: 0.3s;
}
.btn-custom-services:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #b02e35;
  border: 0;
  border-radius: 40px;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.btn-custom-services:hover, .btn-custom-services:focus, .btn-custom-services:active {
  color: white;
}
.btn-custom-services:hover:before, .btn-custom-services:focus:before, .btn-custom-services:active:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}



.btn-custom-services i {
	margin-left: 10px;
	font-size: 14px;
}

.overlay-dot {
	background: url(http://softlogic.bg/themes/sweetdream/img/dot.gif);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 5;
	opacity: 0.1;
}

.scroll-button a {
	padding-top: 60px;
}
.scroll-button a span {
	position: absolute;
	bottom: 10%;
	left: 50%;
	width: 20px;
	height: 32px;
	margin-left: -10px;
	border: 1px solid #fff;
	border-radius: 50px;
	box-sizing: border-box;
}

.scroll-button a span::before {
	position: absolute;
	top: 5px;
	left: 50%;
	content: '';
	width: 4px;
	height: 4px;
	margin-left: -2px;
	background-color: #fff;
	border-radius: 100%;
	-webkit-animation: sdb10 2s infinite;
	animation: sdb10 2s infinite;
	box-sizing: border-box;
}
@-webkit-keyframes sdb10 {
	0% {
		-webkit-transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		-webkit-transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}
@keyframes sdb10 {
	0% {
		transform: translate(0, 0);
		opacity: 0;
	}
	40% {
		opacity: 1;
	}
	80% {
		transform: translate(0, 20px);
		opacity: 0;
	}
	100% {
		opacity: 0;
	}
}


.single-parallax, .the-video-section {
	height: 100vh;
}

/*******************************************/
/************* ABOUT SECTION *************/
/*******************************************/
#about {

}

.parallax-window, .parallax-adventages {
	height: 75vh;
}

.section-title {
	text-transform: uppercase;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    letter-spacing: 5px;
    margin: 0;
}

.section-title:before {
	content: '';
    background: #000;
    width: 30px;
    height: 1px;
    position: absolute;
    left: -40px;
    top: 7px;
}

.bck, .bckg, .bckgr, .contact-bck {
	height: 75vh;
}

.bck:before {
	content: '';
	position: absolute;
	width: 100%;
	background: url(../img/logo.png);
	background-size: cover;
	background-position: center;
	opacity: 0.04;
	height: 75vh;
}

.about-content, .adventages-content, .contact-content {
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
    width: 50%;
    left: 50%;
}

.about-content h1, .contact-content h1 {
	color: #e19e20;
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.about-content p {
	font-family: 'Dosis', sans-serif;
	font-size: 18px;
}


.social-overlay {
	position: absolute;
    width: 100%;
    height: 100%;
    background: #e19e20;
   	opacity: 0;
   	left: -100%;
   	transition: all .8s ease;
   	-webkit-transition: all .8s ease;
   	-moz-transition: all .8s ease;
   	-o-transition: all .8s ease;

}

.social-overlay ul {
	list-style: none;
	margin: 0;
	padding: 0;
	transform: translate(-50%, -50%);
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
}

.social-overlay li {
	color: #000;
	font-size: 45px;
	display: inline-block;
	margin: 0 10px;
}

.social-overlay a {
	color: #333;
	transition: all .8s ease;
   	-webkit-transition: all .8s ease;
   	-moz-transition: all .8s ease;
   	-o-transition: all .8s ease;
}

.social-overlay a:hover {
	color: #000;
}

.remove-padding:hover .social-overlay {
	opacity: 0.8;
	left: 0;
}

/*******************************************/
/************* VIDEO SECTION *************/
/*******************************************/

.bckg {
	background-color: #e19e20;
}

.bckg h1 {
	color: #fff;
}

.bckg .btn {
	background-color: #fff;
	color: #e19e20;
}

.bckg .section-title {
	font-weight: 600;
}

.video-area {
	height: 75vh;
}

.video-area:before {
	content: '';
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
	background: url(../img/watch.jpg);
	height: 75vh;
	background-size: cover;
	opacity: 0.08;
}

.video-controls {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.video-controls h2 {
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-size: 50px;
	color: #333;
}

.video-controls a {
	    display: block;
    font-size: 40px;
    color: #e19e20;
    text-align: center;
    outline: 0;
}

/*******************************************/
/************* SERVICES SECTION *************/
/*******************************************/


.normal-section-title {
	text-transform: uppercase;
    font-size: 14px;
    font-family: 'Dosis', sans-serif;
    font-weight: 200;
    letter-spacing: 5px;
    margin: 0;
    text-align: center;
}


.normal-section-subtitle {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	color: #e19e20;
	font-size: 50px;
	margin-bottom: 30px;
}

.skew-box {
    display: block;
    margin: 0 auto;
    width: 67px;
    float: left;
    border-right: 3px solid #e19e20;
    height: 80px;
}

.skew-box i {
	text-align: center;
    display: block;
    color: #282828;
    font-size: 38px;
    margin: 0;
    padding: 0;
}

.service-box {
	margin: 30px 0;
}

.service-box h4 {
	text-align: left;
    color: #e19e20;
    text-transform: uppercase;
    font-size: 21px;
    font-family: 'Dosis', sans-serif;
    position: relative;
    left: 20px;
}

.service-box p {
    font-family: 'Dosis', sans-serif;
    position: relative;
    left: 20px;
}


/*******************************************/
/************* ADVENTAGES SECTION **********/
/*******************************************/

.bckgr {
	background: #f5f5f5;
}

.adventages-content {
	width: 50%;
}


.adventages-content h1 {
	 color: #e19e20;
    font-family: 'Dosis', sans-serif;
    font-size: 40px;
    text-transform: uppercase;
}

.number-box {
	float: left;
    background: #e19e20;
    padding: 5px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-weight: bold;
}

.reason-box h4 {
	font-family: 'Dosis', sans-serif;
    font-size: 20px;
    margin-top: 30px;
    position: relative;
    left: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    top: 3px;
}

.reason-box p {
	position: relative;
    left: 50px;
    font-family: 'Dosis', sans-serif;
    font-size: 16px;
}

/*******************************************/
/************* OUR TEAM SECTION **********/
/*******************************************/

.center {
	margin-top: 50px;
}

.team-member {
	opacity: 0.1;
	outline: 0;
}

.team-member.slick-center {
	opacity: 1;
	transition: all 1s ease;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
}

.the-team-member-photo {
	border-radius: 50%;
    overflow: hidden;
    width: 250px;
    height: 250px;
    box-shadow: 0px 6px 16px -4px #464646;
    border: 6px solid #f5f5f5;
    margin: 0 auto;
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
}


.the-team-member-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.team-member h4 {
	text-align: center;
    margin: 15px 0;
    font-family: 'Dosis', sans-serif;
    font-size: 50px;
    color: #e19e20;
    font-weight: 300;
    bottom: 0;
    left: 0;
    right: 0;
}

.team-member p {
	text-align: center;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    margin-top: -10px;
    bottom: 0;
    right: 0;
    left: 0;
}


/*******************************************/
/************* TESTIMONIAL SECTION **********/
/*******************************************/
.the-testimonial {
	background: transparent;
    display: block;
    margin: 0 auto;
    padding: 30px;
    opacity: 0;
    outline: 0;
}


.slick-center.the-testimonial {
	opacity: 1;
}



.text-from-client {
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-size: 18px;
	font-style: italic;
	border-left: 1px solid #333;
}

.the-testimonial h4 {
	text-align: center;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	font-size: 22px;
	line-height: 35px;
}

.the-testimonial h4 small {
	display: block;
	font-size: 14px;
}

.rating {
	list-style: none;
	text-align: center;
	margin: 10px 0;
	padding: 0;
}

.rating li {
	display: inline-block;
	margin: 0 3px;
}

.rating i {
	color: #e19e20;
}

.client-info {
	width: 200px;
    margin: 20px auto;
}

.client-info img {
	border-radius: 50%;
    width: 50px;
    height: 50px;
    float: left;
    box-shadow: 0 5px 16px -6px #333;
    border: 2px solid #cebcbc;
}


.slick-dots li button::before {
	width: 50px;
	height: 50px;
	font-size: 20px;
}
/*******************************************/
/************* PORTFOLIO SECTION **********/
/*******************************************/

.portfolio-filter {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: center;
}

.portfolio-filter li {
	display: inline-block;
	font-family: 'Dosis', sans-serif;
	margin: 15px 5px;
	border: 1px solid #e19e20;
	padding: 5px 20px;
	border-radius: 40px;
	cursor: pointer;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.portfolio-filter li:hover {
	background: #e19e20;
	color: #fff;
	border: 1px solid #e19e20;
	padding: 5px 20px;
}

.portfolio-filter li.active {
	background: #e19e20;
	color: #fff;
	border: 1px solid #e19e20;
	padding: 5px 20px;
}

.item-b {
	background: #e19e20;
	position: absolute;
	padding: 1rem;
    z-index: 1;
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
    height: 230px;
    opacity: 0;
    transition: all .6s ease;
    -webkit-transition: all .6s ease;
    -moz-transition: all .6s ease;
    -o-transition: all .6s ease;
}

.item-desc {
    font-family: 'Dosis', sans-serif;
    color: #fff;
    font-size: 28px;
    position: absolute;
    text-transform: uppercase;
    text-align: center;
    padding: 1rem;
    z-index: 1;
    bottom: 8rem;
    left: 1rem;
    right: 1rem;
}

.filtr-item {
	width: 33%;
	height: 250px;
	overflow: hidden;
	padding: 1rem;
}

.filtr-item:hover .item-b {
	opacity: 1;
	left: 1rem;
}

.filtr-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/*******************************************/
/************* CONTACT SECTION **********/
/*******************************************/


#map {
	height: 75vh;
}

.normal-input {
	display: block;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #26a69a;
    font-family: 'DOsis', sans-serif;
    width: 100%;
    outline: 0;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
}

.normal-input:focus {
	border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}


.contact-class label {
	position: relative;
	font-family: 'Dosis', sans-serif;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	cursor: text;
	
}


.new-label-class {
	top: 25px;
	font-size: 14px;
}

.input-fields {
	margin: 20px 0;
}

.input-fields-subscribe {
	margin: 20px auto;
	width: 50%;
}


.submit-button {
	margin-top: 30px;
    border: 0;
    background: #e19e20;
    color: #fff;
    font-family: 'Dosis', sans-serif;
    border-radius: 40px;
    padding: 7px 20px;
    text-transform: uppercase;
    font-weight: 500;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;

}

.submit-button:hover {
	background: #e19e20;
}

/*******************************************/
/************* FOOTER **********************/
/*******************************************/


footer {
	background-color: #1a1919;
	padding: 40px 0;
}

.footer-column-one img {
	width: 100px;
}

.footer-column-one p {
	margin: 15px 0;
	font-family: 'Dosis', sans-serif;
	color: #eee;
	font-size: 16px;
}

.footer-column-one ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer-column-one li {
	display: inline-block;
	margin: 0 5px;
}

.footer-column-one li:first-child {
	margin-left: 0;
}

.footer-column-one i {
	color: #eee;
	font-size: 24px;
	transition: all .4s ease;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
}

.footer-column-one i:hover {
	color: #e19e20;
}

.footer-column-two h4{
	color: #eee;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	font-size: 24px;
}

.footer-column-two ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer-column-two li {
	margin: 5px 0;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	border-bottom: 1px solid #4d4d4d;
}

.footer-column-two a {
	color: #eee;
}

.footer-column-three ul {
	list-style: none;
    margin: 0;
    padding: 0;
}

.footer-column-three li {
	border: 1px solid #e19e20;
    padding: 0px;
    margin: 10px 0;
    font-family: 'Dosis', sans-serif;
}


.footer-column-three i {
	    background: #e19e20;
    padding: 12px;
    font-size: 18px;
    width: 41px;
    text-align: center;
    color: #fff;
}

.footer-column-three a {
margin-left: 10px;
    color: #fff;
    font-size: 15px;
}

.footer-column-three h4, .footer-column-four h4 {
	    color: #eee;
    font-family: 'Dosis', sans-serif;
    font-weight: bold;
    font-size: 24px;
    margin-bottom: 22px;
}

.footer-column-four input {
	width: 100%;
	color: #fff;
}

.footer-column-four label {
	color: #eee;
	font-family: 'Dosis', sans-serif;
}

.footer-column-four form {
	margin: 10px 0;
}

.footer-column-four p {
	color: #eee;
	font-family: 'Dosis', sans-serif;
	font-size: 16px;
	letter-spacing: 0.4px;
}

.footer-column-four p span {
	font-weight: bold;
}

.scrollToTop {
        width: 50px;
    height: 50px;
    padding: 4px;
    text-align: center;
    background: #e19e20;
    font-weight: bold;
    color: #fffefe;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 15px;
    display: none;
    border-radius: 50%;
    font-size: 29px;
}


.bottom-footer {
	background-color: #000;
	color: #eee;
	font-family: 'Dosis', sans-serif;
}

.bottom-footer p {
	margin: 15px 0;
	padding: 0;
}

/*******************************************/
/************* PRELOADER *******************/
/*******************************************/

.loading {
	position: fixed;
    width: 100%;
    height: 100%;
    background: #1a1919;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    bottom: 0;
    margin: 0;
    padding: 0;
}

.animation {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
	padding: 0;
}

.animation img {
	width: 100px;
    display: block;
    margin: 20px auto;
}

.loading span {
  display: inline-block;
  vertical-align: middle;
  width: .6em;
  height: .6em;
  margin: 3px;
  background: #b02e35;
  border-radius: .6em;
  animation: loading 1s infinite alternate;
}

.loading span:nth-of-type(2) {
  background: #b02e35;
  animation-delay: 0.2s;
}
.loading span:nth-of-type(3) {
  background: #b02e35;
  animation-delay: 0.4s;
}
.loading span:nth-of-type(4) {
  background: #b02e35;
  animation-delay: 0.6s;
}
.loading span:nth-of-type(5) {
  background: #b02e35;
  animation-delay: 0.8s;
}
.loading span:nth-of-type(6) {
  background: #b02e35;
  animation-delay: 1.0s;
}
.loading span:nth-of-type(7) {
  background: #b02e35;
  animation-delay: 1.2s;
}


@keyframes loading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


/*******************************************/
/************* 404 PAGE **********************/
/*******************************************/

.errorpage p, .coming h2 {
	font-size: 40px;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	text-transform: uppercase;
}

.errorpage p span, .coming h2 span {
	font-weight: bold;
}

.errorpage .title {
	font-size: 160px;
}

.errorpage .overlay-dot {
	opacity: 0.4;
}

/*******************************************/
/************* COMING SOON PAGE ************/
/*******************************************/

.coming .wrap {
	left: 0;
	transform: translate(0, -50%);
	right: 0;
}

.coming h2 {
	text-align: center;
}

.countdown {
	text-align: center;
}

.coming .btn-custom-services {
	text-align: center;
	margin: 20px auto;
	display: block;
	width: 180px;
}

.countdown div {
	display: inline-block;
	color: #fff;
	font-family: 'Dosis', sans-serif;
	font-size: 120px;
	margin: 0 auto;
	text-align: center;
	padding: 0;
}

.countdown div span {
	-ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	text-transform: uppercase;
	vertical-align: middle;
	padding-left: 20px;
	margin-left: -15px;
}

.newsletter-content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 75%;
}

#subscribe:before {
	content: '';
	background: url(../img/logo.png);
	background-size: cover;
	background-position: center;
	position: absolute;
	width: 100%;
	height: 75vh;
	opacity: 0.02;
}

.case-subscribe {
	width: 100%!important;
}

.button-subscribe {
	margin: 40px auto;
	display: block;

}

#subscribe p {
	color: #333;
	font-family: 'Dosis', sans-serif;
	text-align: center;
	font-size: 22px;
	margin: 20px 0;
}

#subscribe p span {
	display: block;
	font-weight: bold;
}
