/* ----------
    Element
-------------*/
@font-face{
    font-family: "ProductSans";
    src: url("../vendor/font/Product-Sans-Regular.ttf") format("truetype");
}
body {
    font-family:  "ProductSans"
}
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.heading {
    font-weight: bold;
}
input:focus{
	outline: unset;
}
/* ====== main button ===== */
a:hover{
    color: #FF6C3A;
}
.collapse .a-1:hover{
	color: white !important;
}
.btn-all{
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
	border-radius: 50px 50px 50px 50px;
	transition: all 1s ease;
}
.btn-1-outline{
	color: #fff;
	padding-left: 2rem;
	padding-right: 2rem;
    border: 1.5px solid #FF6C3A;
    border-radius: 50px 50px 50px 50px;
}
.btn-1-outline:hover{
	color: #fff;
	padding-left: 2rem;
	padding-right: 2rem;
    border: 1.5px solid rgba(255, 107, 58, 0);
	border-radius: 50px 50px 50px 50px;
	background: linear-gradient(45deg,  #FF6C3A, #e41733) !important;
}
.hover-light:hover{
    color: #fff;
    box-shadow: 0px 0px 50px 0px rgba(238, 119, 7, 0.801);
    background: linear-gradient(45deg,  #FF6C3A, #e41733) !important;
}
/* Preloder */

#preloder {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999999;
	background: #000;
}

.loader {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -13px;
	margin-left: -13px;
	border-radius: 60px;
	animation: loader 0.8s linear infinite;
	-webkit-animation: loader 0.8s linear infinite;
}

@keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}

@-webkit-keyframes loader {
	0% {
		-webkit-transform: rotate(0deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
	50% {
		-webkit-transform: rotate(180deg);
		border: 4px solid #673ab7;
		border-left-color: transparent;
	}
	100% {
		-webkit-transform: rotate(360deg);
		border: 4px solid #f44336;
		border-left-color: transparent;
	}
}


/* Navbar */
.navbar{
    position: absolute;
    right: 0;
    top: 0;
    left: 0;
}
.navbar .navbar-nav .active .nav-link::after{
    content: '';
    display: block;
    border-bottom: 2px solid #FF6C3A;
    width: 50%;

}
.scrolled .awake{
    margin-top: 0px;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
}
.scrolled{
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    background: rgba(2,12,34,0.9);
}
.navbar-dark{
    background: rgba(2,12,34,0.9);
}
.navbar-brand img{
    width: 300px;
}
.navbar .btn-sm{
    padding-left: 20px;
    padding-right: 20px;
    height: 35px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    border-radius: 50px 50px 50px 50px;
    margin: 0% !important;
    transition: 0.5s;
}

.smid-nav{
    z-index: 100;
    height: 70px;
}
.navbar-collapse ul{
    margin-right: 50px;
}
.navbar-collapse.dropdown-menu{
	background: rgba(2,12,34,0.9);
	color: #fff;
}
.navbar-toggler{
	border: unset;
}
.navbar-toggler:focus{
	outline: unset;
}
.navbar .dropdown-menu.show{
	background: rgb(2, 12, 34);
	border: unset;
}
.navbar .dropdown-menu a{
	color: #fff;
}
.navbar .dropdown-menu .dropdown-item:hover{
	background: rgb(6, 18, 44);
}



/* Footer section */

.footer-section {
	background: rgb(33, 42, 66);
	overflow: hidden;
	padding: 20px 0px;
}
.footer-section h5{
    color: #fff;
}
.footer-section p{
    color: rgb(119, 119, 119);
}
.subscribe-warp{
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}
.email-input{
    width: 100%;
    background: #fff;
    border-radius: 50px 50px 50px 50px;
}
.email-input input{
    width: 75%;
    height: 40px;
    font-size: 14px;
    border: none;
    background: #fff;
    border-radius: 50px 0px 0px 50px;
    display: inline-block;
    padding: 0 31px;
}
.email-input .btn-sm{
    padding-right: 5%;
    padding-left: 5%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    height: 40px;
    border-radius: 50px 50px 50px 50px;
    margin: 0% !important;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
}

/* footer bottom */
.footer-bottom-section {
    background: #1A2237 ;
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-widget {
    margin-bottom: 40px;
}
.footer-widget .logo{
    width: 300px;
}
.footer-menu li a {
    margin-left: 20px;
}

.footer-widget .fw-title {
	font-size: 18px;
	font-weight: 400;
	line-height: 1;
	margin-bottom: 45px;
	padding-top: 20px;
}

.footer-widget ul {
	list-style: none;
	padding-top: 5px;
}
.footer-widget ul li {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
	opacity: 0.25;
}
.footer-widget ul li a {
	display: block;
	margin-bottom: 15px;
	font-size: 14px;
	color: #fff;
}

.footer-widget.about-widget img {
	margin-bottom: 40px;
}

.footer-widget.about-widget p {
	opacity: 0.25;
	margin-bottom: 30px;
}
.copyright {
	float: center;
	color: #fff;
	font-size: 14px;
	padding-top: 3px;
    opacity: 0.25;
}

.fw-latest-post-widget .lp-item,
.sb-latest-post-widget .lp-item {
	margin-bottom: 11px;
	display: block;
	overflow: hidden;
}

.fw-latest-post-widget .lp-thumb,
.sb-latest-post-widget .lp-thumb {
	width: 64px;
	height: 64px;
	float: left;
	margin-right: 22px;
	background-color: #eb2b63;
	border-radius: 14px;
}

.fw-latest-post-widget .lp-content,
.sb-latest-post-widget .lp-content {
	overflow: hidden;
	padding-top: 2px;
}

.fw-latest-post-widget .lp-content h6,
.sb-latest-post-widget .lp-content h6 {
	font-size: 14px;
	font-weight: 400;
	opacity: 0.25;
	color: #fff;
	margin-bottom: 5px;
}

.fw-latest-post-widget .lp-content span,
.sb-latest-post-widget .lp-content span {
	font-size: 12px;
	color: #eb2b63;
}
.fw-2 ul li, .fw-2 ul li a{
	font-size: 18px;
}
.social {
	display: -ms-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.social a {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 32px;
	height: 32px;
	color: #fff;
	background: #491f70;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-right: 13px;
	font-size: 12px;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	transition: all 0.4s;
}

.social a:hover {
	background: #eb2b63;
}

/* (Tablet) */
@media screen and (min-width: 768px) and (max-width: 1023px){
	.navbar-collapse.show{
		color: white;
		background: #020e29;
		padding-left: 3rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
		padding-top: 4rem;
		border-radius: 0px 0px 0px 0px;
		width: 40%;
		box-shadow: 4px 14px 20px 19px #0a0e191f;
	}
	.navbar-toggler span{
		color: #fff;
	}
	.mobile-menu{
		position: fixed;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		transition: all ease 0.25s;
		transform: translateX(-100%);	
	}
	.nav-link{
		font-size: x-large;
	}
	.show {
		transform: translateX(0);
	}
	.dropdown-menu{
		background: rgba(2,12,34,0.9);
	}
	.dropdown-menu a{
		color: #e4e4e4;
	}
}

/* (smartphone) */
@media screen and (max-width: 767px){
	.navbar-toggler span{
		color: #fff;
	}
	.navbar-collapse.show{
		color: white;
		background: #020e29;
		padding-left: 3rem;
		padding-right: 1rem;
		padding-bottom: 1rem;
		padding-top: 4rem;
		border-radius: 0px 0px 0px 0px;
		width: 60%;
		box-shadow: 4px 14px 20px 19px #0a0e191f;
	}
	.navbar-toggler span{
		color: #fff;
	}
	.nav-link{
		font-size: medium;
	}
	.mobile-menu{
		position: fixed;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
		transition: all ease 0.25s;
		transform: translateX(-100%);	
	}
	.show {
		transform: translateX(0);
	}
	.dropdown-menu{
		background: rgba(2,12,34,0.9);
	}
	.dropdown-menu a{
		color: #e4e4e4;
	}
}