/*
 * Template Name: Footer White 1 Template
 * Author: @vitatemplates
*/

/* -- Intro Section -- */
section.intro {
	padding: 7rem 0 9rem;
	background-image: url(../../../../assets/img/1500x600/img-9.jpg);
	background-position: bottom center;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	position: relative;
}
section.intro::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .3);
}
section.intro .caption {
	position: relative;
}
section.intro ul {
	position: relative;
}
/* -- Scroll Down -- */
section.intro .scrolldown {
	position: relative;
	z-index: 10;
	letter-spacing: .1em;
	display: inline-block;
	margin-top: 5rem;
}
section.intro .scrolldown:hover {
	opacity: .5;
}
section.intro .scrolldown span {
	position: absolute;
	top: 1rem;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 24px;
	height: 24px;
	border-left: 3px solid;
	border-bottom: 3px solid;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-animation: scrolldown 1.5s infinite;
	animation: scrolldown 1.5s infinite;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
@-webkit-keyframes scrolldown {
 0% {
 -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
@keyframes scrolldown {
 0% {
 -webkit-transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 transform: rotateY(0) rotateZ(-45deg) translate(0, 0);
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 -webkit-transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 transform: rotateY(720deg) rotateZ(-45deg) translate(-20px, 20px);
 opacity: 0;
}
}
/* -- Services Section -- */
section.services {
	padding: 5rem 0;
}
section.services .services-text {
	color: #555;
	font-size: 1rem;
}
section.services i {
	font-size: 2.3rem;
}
section.services p {
	color: #555;
	font-size: .9rem;
}
section.services .service-subtitle {
	font-size: 0.9rem;
	color: #888;
}
/* -- Learn More Section -- */
section.Learn {
	padding: 4rem 0;
	background-image: url(../../../img/1920x1080/img-17.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
	position: relative;
}
section.Learn::before {
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(0, 0, 0, .5);
}
/* -- About Section -- */
section.about {
	padding: 7rem 0 5rem 0;
}
section.about .line {
	height: 2px;
	width: 30%;
}
section.about p {
	color: #555;
	font-size: .9rem;
}
section .buynow {
	font-size: .9rem;
	border-radius: 25px;
	white-space: normal;
	color: #fff !important;
}
section.about #video {
	max-width: 100%;
	max-height: 100%;
}
/* -- Call To Action Section -- */
section.calltoaction {
	position: relative;
}
section.calltoaction::before {
	display: block;
	content: '';
	background-image: url(../../../img/1920x1080/img-4.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: .2;
}
section.calltoaction .links a {
	min-width: 135px;
	margin: 5px;
	font-size: 15px;
	border-radius: 25px;
	white-space: normal;
}
section.calltoaction .continuelink {
	border: 1px solid #fff;
	color: #fff;
}
section.calltoaction .links a:hover {
	background-color: #000 !important;
	color: #fff !important;
	border-color: #000;
}
/* -- Footer -- */
.footer {
	background-color: #ffffff;
	padding: 2rem 0 4rem 0;
	color: #000000;
	font-size: .9rem;
}
.footer .heading {
	font-weight: bold;
	font-size: .9rem;
}
.footer .about-us img {
	width: 80px;
}
.footer .useful-links a {
	color: #000;
	font-size: .9rem;
}
.footer .tags a {
	font-size: .7rem;
	background-color: #e8e8e8;
	padding: 0.3rem;
	border-radius: 3px;
	margin-bottom: .3rem;
	display: inline-block;
	color: #555 !important;
	font-weight: bold;
}
.footer .tags a:hover {
	background-color: #636262;
	color: #fff !important;
}
.footer address {
	line-height: 1.1rem;
}
/* -- Copyright Footer -- */
.copyright {
	background-color: #e8e8e8;
	color: #555;
}
.copyright .vertical-separator {
	border-right: 1px solid;
	height: 10px;
	padding: 0 !important;
	margin-top: 5px;
}
.copyright .social-media a {
	width: 30px;
	text-align: center;
	font-size: .8rem;
	height: 30px;
	margin: auto;
	border-radius: 3px;
}
.copyright .social-media a i {
	margin: auto;
}
/* -- Scroll Top -- */
.scrolltop {
	-webkit-animation: scrolltop 1.5s infinite;
	animation: scrolltop 1.5s infinite;
	position: fixed;
	bottom: 15px;
	right: 20px;
	width: 50px;
	height: 50px;
	color: #fff;
	text-decoration: none;
	border-radius: 50%;
	font-size: 40px;
	text-align: center;
	cursor: pointer;
	z-index: 1000;
	display: none;
}
.scrolltop:hover {
	background-color: #ccc;
}
.scrolltop i {
	top: -5px;
	position: relative;
}
 @-webkit-keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity:.5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 opacity:.3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 opacity:.5;
}
}
@keyframes scrolltop {
 0% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity:.5;
}
 50% {
 -webkit-transform: rotate(0) translate(0, 5px);
 transform: rotate(0) translate(0, 5px);
 opacity:.3;
}
 100% {
 -webkit-transform: rotate(0) translate(0, 0);
 transform: rotate(0) translate(0, 0);
 opacity:.5;
}
}
