/* 
 * Global CSS
 * Version: 1.0
 * Author: @vitatemplates
*/
a, a:hover {
	text-decoration: none;
}
body {
	outline: none !important;
	overflow-x: hidden;
}
p {
	text-align: justify;
}
/* -- Body Font Family -- */
.body-font-1 {
	font-family: 'Open Sans', sans-serif;
}
.body-font-2 {
	font-family: 'Montserrat', sans-serif;
}
.body-font-3 {
	font-family: 'Roboto', sans-serif;
}
.body-font-4 {
	font-family: 'Playfair Display', serif;
}
/* -- Body Background -- */
.body-bg-1 {
	background-color: #fff;
}
.body-bg-2 {
	background-color: #e8e8e8;
}
.body-bg-3 {
	background-color: #000;
}
.body-bg-4 {
	background-image: url(../img/1920x1080/img-1.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.body-bg-5 {
	background-image: url(../img/1920x1080/img-2.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.body-bg-6 {
	background-image: url(../img/1920x1080/img-3.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.body-bg-7 {
	background-image: url(../img/1920x1080/img-4.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.body-bg-8 {
	background-image: url(../img/1920x1080/img-5.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.body-bg-9 {
	background-image: url(../img/1920x1080/img-6.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.body-bg-10 {
	background-image: url(../img/1920x1080/img-7.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: top center;
}
.wrapper {
	-webkit-box-shadow: 0 0 10px 0px rgba(8, 8, 8, .2);
	box-shadow: 0 0 10px 0px rgba(8, 8, 8, .2);
	position: relative;
}
.boxed-layout .container {
	padding: 0 30px;
}
.v-flex-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column nowrap;
	flex-flow: column nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.v-gr-color {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), to(rgba(255,255,255,.8)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.8));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.8));
	background-image: linear-gradient(to right, rgba(255,255,255,0), rgba(255,255,255,.8));
	background-repeat: no-repeat;
}
/* -- Typography Font Family -- */
@media (min-width: 992px) {
.display-5 {
	font-size: 3.3rem;
}
.display-6 {
	font-size: 3rem;
}
}
@media (max-width: 992px) {
.h1, h1 {
	font-size: 2.3rem;
}
.h2, h2 {
	font-size: 1.8rem;
}
.h3, h3 {
	font-size: 1.4rem;
}
.h4, h4 {
	font-size: 1.3rem;
}
.h5, h5 {
	font-size: 1.1rem;
}
.h6, h6 {
	font-size: 1rem;
}
.display-1 {
	font-size: 4rem;
}
.display-2 {
	font-size: 3.8rem;
}
.display-3 {
	font-size: 3.6rem;
}
.display-4 {
	font-size: 3.5rem;
}
.display-5 {
	font-size: 3.2rem;
}
.display-6 {
	font-size: 2.8rem;
}
}
@media (max-width: 768px) {
.h1, h1 {
	font-size: 2.1rem;
}
.h2, h2 {
	font-size: 1.7rem;
}
.h3, h3 {
	font-size: 1.3rem;
}
.h4, h4 {
	font-size: 1.2rem;
}
.h5, h5 {
	font-size: 1rem;
}
.h6, h6 {
	font-size: 1rem;
}
.display-1 {
	font-size: 3rem;
}
.display-2 {
	font-size: 2.8rem;
}
.display-3 {
	font-size: 2.6rem;
}
.display-4 {
	font-size: 2.4rem;
}
.display-5 {
	font-size: 2.2rem;
}
.display-6 {
	font-size: 2rem;
}
}
@media (max-width: 576px) {
.h1, h1 {
	font-size: 1.9rem;
}
.h2, h2 {
	font-size: 1.5rem;
}
.h3, h3 {
	font-size: 1.3rem;
}
.h4, h4 {
	font-size: 1.1rem;
}
.h5, h5 {
	font-size: 1rem;
}
.h6, h6 {
	font-size: 1rem;
}
.display-1 {
	font-size: 2.5rem;
}
.display-2 {
	font-size: 2.3rem;
}
.display-3 {
	font-size: 2.1rem;
}
.display-4 {
	font-size: 1.9rem;
}
.display-5 {
	font-size: 1.7rem;
}
.display-6 {
	font-size: 1.5rem;
}
}
/* -- Margin left minus -- */
.v-ml-minus-1 {
	margin-left: -1rem;
}
.v-ml-minus-2 {
	margin-left: -2rem;
}
.v-ml-minus-3 {
	margin-left: -3rem;
}
.v-ml-minus-4 {
	margin-left: -4rem;
}
.v-ml-minus-5 {
	margin-left: -5rem;
}
.v-ml-minus-6 {
	margin-left: -6rem;
}
.v-ml-minus-7 {
	margin-left: -7rem;
}
.v-ml-minus-8 {
	margin-left: -8rem;
}
.v-ml-minus-9 {
	margin-left: -9rem;
}
/* -- Margin right minus -- */
.v-mr-minus-1 {
	margin-right: -1rem;
}
.v-mr-minus-2 {
	margin-right: -2rem;
}
.v-mr-minus-3 {
	margin-right: -3rem;
}
.v-mr-minus-4 {
	margin-right: -4rem;
}
.v-mr-minus-5 {
	margin-right: -5rem;
}
.v-mr-minus-6 {
	margin-right: -6rem;
}
.v-mr-minus-7 {
	margin-right: -7rem;
}
.v-mr-minus-8 {
	margin-right: -8rem;
}
.v-mr-minus-9 {
	margin-right: -9rem;
}
/* -- Menu -- */
.fixed-menu {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 1000;
}
@media (max-width: 992px) {
.fixed-menu .navbar-nav {
	max-height: 100vh;
	overflow-y: auto;
	overflow-x: hidden;
}
}
/* -- Box Shadow -- */
.v-shadow-left, .v-shadow-right, .v-shadow-both {
	position: relative;
	margin-bottom: 1rem;
}
.v-shadow-left::before, .v-shadow-both::before {
	content: "";
	position: absolute;
	top: 80%;
	left: .8rem;
	bottom: .8rem;
	width: 50%;
	max-width: 10rem;
	background: rgba(100, 100, 100, 0.6);
	z-index: -1;
	-webkit-box-shadow: 0 15px rgba(100, 100, 100, 0.6);
	box-shadow: 0 15px 10px rgba(100, 100, 100, 0.6);
	-webkit-transform: rotate(-4deg);
	-ms-transform: rotate(-4deg);
	transform: rotate(-4deg);
}
.v-shadow-right::after, .v-shadow-both::after {
	content: "";
	position: absolute;
	top: 80%;
	right: .8rem;
	bottom: .8rem;
	width: 50%;
	max-width: 10rem;
	background: rgba(100, 100, 100, 0.6);
	z-index: -1;
	-webkit-box-shadow: 0 15px rgba(100, 100, 100, 0.6);
	box-shadow: 0 15px 10px rgba(100, 100, 100, 0.6);
	-webkit-transform: rotate(4deg);
	-ms-transform: rotate(4deg);
	transform: rotate(4deg);
}
/* -- Progress bar -- */
[data-hr-progress] {
	-webkit-transition: all 3s linear .5s;
	-o-transition: all 3s linear .5s;
	transition: all 3s linear .5s;
	width: 0;
}
[data-vr-progress] {
	-webkit-transition: all 3s linear .5s;
	-o-transition: all 3s linear .5s;
	transition: all 3s linear .5s;
	height: 0;
}
/* -- Form -- */
.form-control {
	height: auto !important;
}
.v-placeholder-white::-webkit-input-placeholder {
 color: #fff;
}
.v-placeholder-white:-ms-input-placeholder {
 color: #fff;
}
.v-placeholder-white::-ms-input-placeholder {
 color: #fff;
}
.v-placeholder-white::placeholder {
 color: #fff;
}
 .v-placeholder-dark::-webkit-input-placeholder {
 color: #000;
}
.v-placeholder-dark:-ms-input-placeholder {
 color: #000;
}
.v-placeholder-dark::-ms-input-placeholder {
 color: #000;
}
.v-placeholder-dark::placeholder {
 color: #000;
}
.v-focus-off:focus {
	box-shadow: none;
	outline: 0 none;
}
/* -- Scrollbar -- */
::-webkit-scrollbar {
  width: 5px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
