/*
 * Template Name: Slider 12 Template
 * Author: @vitatemplates
*/

/*-- header --*/
.header {
	padding-top: .5rem;
	border-bottom: 1px solid #e6e6e6;
}
.header .container {
	position: relative;
}
/*-- Logo --*/
.header .logo img {
    width: 70px;
    height: 35px;
    margin-top: 10px;
}
/*-- Menu --*/
.navbar {
	background: none;
	border: 0 solid;
	margin: 0;
	padding: 0;
	min-height: .6rem;
	width: 100%;
	z-index: 100;
}
.navbar-nav {
	padding: 0;
}
.navbar .dropdown-menu {
	padding: 0;
	margin: 0;
	border: 0 solid rgba(0,0,0,.15);
	border-radius: 0;
}
.navbar-nav > li > .dropdown-toggle::after {
	content: "\f107";
	font-family: "Font Awesome 5 Free";
	border: none;
	top: .5rem;
	position: absolute;
	right: .5rem;
	left: auto;
}
.navbar-nav > li > ul .dropdown-toggle::after {
	font-family: "Font Awesome 5 Free";
	border: none;
	top: .5rem;
	position: absolute;
	content: "\f105";
	width: 5px;
	height: -webkit-fit-content;
	height: -moz-fit-content;
	height: fit-content;
	text-align: center;
	right: .5rem;
}
.navbar a, .navbar-default .navbar-nav > li > a, .navbar ul li a, .navbar-expand-lg .navbar-nav .nav-link {
	color: #737373;
	font-size: .8rem;
	text-transform: uppercase;
	padding: .5rem 1rem;
	display: block !important;
	text-align: justify;
	font-weight: 600;
	position: relative;
}
.navbar .active a, .navbar .active a:focus, .navbar .active a:hover, .navbar li a:hover, .navbar li a:focus, .navbar-default .navbar-nav>.show>a, .navbar-default .navbar-nav>.show>a:focus, .navbar-default .navbar-nav>.show > a:hover {
	outline: 0;
}
.navbar .dropdown-menu li a {
	font-size: .8rem !important;
	text-transform: capitalize;
	border-bottom: 1px solid #e6e5e5;
}
.navbar .collapse .dropdown-menu > li:hover > a {
	color: #fff !important;
}
.navbar-light .navbar-toggler {
	border: none;
    right: 0;
    position: absolute;
    outline: 0;
    top: -1.8rem;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    padding: 0;
    box-shadow: none !important;
}
.navbar .badge {
	padding: .25em 0.8em !important;
	border-radius: .2rem !important;
	margin-left: .8rem;
	position: relative;
}
.navbar .badge:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 3px;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-right: 5px solid #dc3545;
	border-bottom: 4px solid transparent;
}
/* -- Fixed Menu -- */
.fixed-menu {
	background-color: white;
	-webkit-box-shadow: 0 10px 20px -10px #b1b1b1;
	box-shadow: 0 10px 20px -10px #b1b1b1;
}

@media only screen and (min-width: 992px) {
.navbar .navbar-nav > li > a {
	padding: 1.4rem 1.5rem;
}
.navbar-nav > li > .dropdown-toggle::after {
	top: 1.4rem;
}
.navbar .navbar-collapse, .navbar .navbar-collapse > ul {
	height: 100%;
}
.navbar .dropdown-menu {
	-webkit-box-shadow: 0 10px 40px 2px rgba(0,0,0,.15)!important;
	box-shadow: 0 10px 40px 2px rgba(0,0,0,.15)!important;
}
.navbar .collapse ul li:hover> .dropdown-menu {
	display: block
}
.navbar .collapse ul .dropdown-menu, .navbar .collapse ul .dropdown-menu {
	border-top-style: solid;
	border-top-width: 3px
}
.navbar .collapse ul .dropdown-menu {
	position: absolute;
	min-width: 200px;
	top: 100%;
	left: 0;
	display: none;
	border-radius: 0;
	padding: 0;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
}
.navbar .collapse ul .dropdown-menu li {
	position: relative
}
.navbar .collapse ul .dropdown-menu li:hover> .dropdown-menu {
	display: block
}
.navbar .dropdown-menu li:last-child > a {
	border: none !important;
}
.navbar .collapse ul .dropdown-menu .dropdown-menu {
	top: -3px;
	left: 100%;
}
.navbar a, .navbar-default .navbar-nav > li > a, .navbar ul li a, .navbar-expand-lg .navbar-nav .nav-link {
	white-space: nowrap;
}
}

@media (max-width: 992px) {
.navbar .navbar-nav {
	background-color: #fff;
	margin-top: 15px;
}
.navbar-nav .dropdown-toggle::after {
	content: "\f107" !important;
	right: 15px !important;
	width: 5px;
}
}
/* -- Mega Menu -- */
.header .nav-elements {
    z-index: 101;
}
.navbar .mega-menu ul {
	border: none !important;
	list-style: none;
	padding: 0;
}
.navbar .collapse .mega-menu ul li a {
	white-space: normal !important;
}
.navbar .collapse .mega-menu ul li a:hover {
	color: #fff !important;
}
.navbar .megamenu-title {
	font-weight: bold;
	padding: .5rem 1rem;
	font-size: .9rem;
}

@media (min-width: 992px) {
.navbar .mega-menu {
	padding: .5rem !important;
	width: 930px;
}
}

@media (min-width: 1200px) {
.navbar .mega-menu {
	padding: .5rem !important;
	width: 1110px;
}
}
/* -- Nav Elements -- */
.header .nav-elements > ul > li {
	padding: 1.33rem 0;
	font-size: .9rem;
	font-weight: bold;
	position: relative;
	z-index: 100;
}
.header .nav-elements a {
	color: #737373;
}
.header .nav-elements .language-icon ul {
	display: none;
	padding: .5rem 1rem;
	position: absolute;
	z-index: 1000;
	background-color: #dedede;
	top: 100%;
	border-radius: 0px 0px 5px 5px;
}
.header .nav-elements .language-icon ul li {
	margin: 0;
	padding: .2rem 0;
}
.header .nav-elements .language-icon:hover ul {
	display: block;
}

@media (max-width: 992px) {
.header .nav-elements {
	position: absolute;
	right: 50px;
	top: 0;
	width: auto;
}
.header .nav-elements > ul > li {
	padding: 1rem 0;
}
}
/* -- Slider Section -- */
section.slider .sliderbg {
	width: 100%;
	height: 140px;
	background-image: url(../../../img/1500x600/img-11.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	position: absolute;
	bottom: 0;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
section.slider .sliderbox {
	position: relative;
	height: 140px;
}
section.slider .social-media {
	position: absolute;
	bottom: 4rem;
	z-index: 10;
	width: 100%;
}
section.slider .social-media li {
	padding: 0 .9rem;
}
section.slider .social-media li a {
	color: #000;
}
section.slider .social-media li a:hover {
	color: #888 !important;
}
section.slider .sliderbox span {
	font-family: 'Playfair Display', serif !important;
	position: absolute;
	font-size: 200px;
	font-weight: bold;
	color: #fff;
	line-height: 114px;
	text-shadow: 1px -1px 10px rgba(0, 0, 0, 0.5);
}
section.slider .box {
	height: 150px;
}
section.slider .box .h5 {
	position: absolute;
	bottom: 3.5rem;
	background-color: rgba(52, 58, 64, 0.7);
}
section.slider .box img {
	display: none;
}
section.slider .box .btn {
	margin-top: 5rem;
	border: 1px solid trnsparent;
}
section.slider .box .btn:hover {
	margin-top: 5rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 1px solid #000;
}

@media (max-width: 992px) {
section.slider .sliderbox {
	height: 125px !important;
}
section.slider .sliderbg {
	height: 100px !important;
}
section.slider .sliderbox span {
	font-size: 160px !important;
}
section.slider .social-media {
	bottom: 2rem !important;
	padding: 0 1rem !important;
}
section.slider .box .btn {
	margin-top: 2rem !important;
}
section.slider .box p {
	padding: 1rem !important;
	margin: 0 !important;
}
section.slider .box {
	height: auto !important;
	min-height: 100px !important;
}
}
/* -- Services Section -- */
section.services {
	padding: 8rem 0 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;
}
/* -- 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;
}
}