@charset "utf-8";
/* CSS Document */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	-webkit-overflow-scrolling: touch;
}

:focus {
	outline: none;
}

ul,
li,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	text-decoration: none;
	-webkit-transition: 0.5s;
	color: #494949;
	transition: 0.5s;
}

input[type="button"],
input[type="submit"] {
	text-decoration: none;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

a:hover {
	color: #0072ca;
	text-decoration: none;
	outline: none;
}

a:focus {
	text-decoration: none;
	outline: none;
}

a img,
img {
	border: none;
	vertical-align: middle;
	max-width: 100%;
	width: auto
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 900;
	margin: 0px;
	padding: 0px;
	color: #fff;
	text-transform: uppercase;
}

h2 {
	font-size: 50px;
}

p {
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	color: #333333;
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 15px;
}

:before,
:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}


input,
button,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
	outline: none !important;
	text-decoration: none !important;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}

input[type="search"],
input[type="text"],
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

.row:before,
.row:after {
	display: inline-block !important;
}

.container {
	max-width: 1260px;
	width: 100%;
	margin: 0 auto;
}

.desktop {
	display: block;
}
.mobile {
	display: none;
}

.container:before,
.container:after {
	display: table;
	content: "";
}

.container:after {
	clear: both;
}


a.menu-icon {
	display: none;
	height: auto;
	padding: 7px 0 7px 0;
	width: 40px;
	background: rgba(0, 0, 0, 0.2);
}

a.menu-icon span {
	display: block;
	margin: 4px 10px;
	background: #fff;
	height: 3px;
}


.section-title h1 {
	position: relative;
	text-transform: capitalize;
	text-align: center;
	font-size: 30px;
	color: #f15a29;
	margin: 0px;
	padding-bottom: 40px;
}

.section-title h1::after {
	content: "";
	display: block;
	width: 100px;
	height: 1px;
	position: absolute;
	bottom: 25px;
	left: 50%;
	transform: translate(-50%, 0);
	background-color: #f15a29;
}


.content-title h1 {
	position: relative;
	text-transform: capitalize;
	font-size: 19px;
	color: #000;
	margin: 0px;
	padding-bottom: 36px;
}

.content-title h1::after {
	content: "";
	display: block;
	width: 90%;
	height: 1px;
	position: absolute;
	bottom: 25px;
	left: 0;
	background-color: #f15a29;
}


.bg {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


.btn.btn-pink {
	background-color: #f15a29;
	padding: 6px 10px;
	border-radius: 15px;
	color: #fff;
	text-transform: capitalize;
	font-family: 'QuicksandBook-Regular';
	font-size: 14px;
	box-shadow: 0px 2px 3px #000;
}


#header {}

#header .logo-box {
	max-width: 180px;
	width: 100%;
	display: inline-block;
}

#header .logo-box img {
	width: 100% !important;
	height: auto !important;
}

#header .main-nav {
	display: inline-block;
	margin-top: 25px;
	max-width: 680px;
	width: 100%;
	position: relative;
	float: right;
	text-align: right;
}

#header .header-block {
	padding: 10px 0px;
	z-index: 1111 !important;
	width: 100% !important;
}

#header .header-block.isStuck {
	position: fixed !important;
	box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.2);
}


.bx-wrapper .bx-controls-direction a.disabled {
	display: block !important;
}

.pseudoStickyBlock {
	display: none !important;
}

#nav {}

#nav ul {}

#nav ul li {
	display: inline-block;
	position: relative;
	margin: 0px 10px;
	padding: 0px 10px;
}

#nav ul li a {
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}

#nav ul li:first-child {
	margin-left: 0px;
	padding-left: 0px;
}

#nav ul li:last-child {
	margin-right: 0px;
	padding-right: 0px;
}

#slider {}

#slider ul li {
	width: 100% !important;
	height: 100vh !important;
	overflow: hidden;
	position: relative;
}

#slider ul li img {
	width: 100% !important;
	height: auto !important;
}

#slider .slider-content-blocks {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
	top: 0px;
	left: 0;
}

#slider .slider-content-block {
	display: table-cell;
	vertical-align: middle;
}

#slider .slider-content-box h1 {
	font-size: 68px;
	color: #000;
	margin-bottom: 15px;
	max-width: 475px;
	line-height: 70px;
	font-weight: 900;
}

#slider .slider-content-box h1 span {
	color: #0058f0;
}

#slider .slider-content-box {
	max-width: 480px;
	padding-top: 120px;
}

#slider .slider-content-box p {
	font-size: 21px;
}

#slider .button_box {
	margin-top: 20px;
}


.logo-box img {
	max-width: 160px;
}

#banner {}

#banner .banner-block {
	overflow: hidden;
	overflow-y: auto;
	padding: 20px 0;
}

#banner .banner-block h1 {
	color: #fff;
	text-transform: uppercase;
	font-size: 53px;
}

.banner-box .row {
	align-items: center;
	row-gap: 20px;
}

.logo-box {
	margin-bottom: 20px;
}

.banner-text form {
	margin-top: 20px;
}

.banner-text .form-control {
	background-color: transparent;
	border-radius: 30px;
	font-weight: 600;
	color: #fff !important;
	box-shadow: none !important;
	border-width: 1px;
	padding: 17px 20px;
	text-transform: uppercase;
	appearance: textfield;
}

.btn.btn-primary {
	padding: 14px 45px;
	font-size: 20px;
	border-radius: 50px;
	background-color: #9b0000;
	border: none;
	color: #fff;
	font-weight: 700;
	width: auto;
	text-transform: uppercase;
}

.banner-text .form-control::placeholder {
	color: #ccc;
	opacity: 1;
}

#banner .top-img {
	position: relative;
}

.background video {
	position: fixed;
	z-index: -1;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#banner .top-img .content-box {
	position: absolute;
	left: 5%;
	top: 5%;
	width: 100%;
}
#banner .top-img > img {
	min-height: 100vh;
}

#intro .intro-block {

	padding: 60px 0;
}

.intro-img img {
	width: 100%;
}

.intro-content h2 {
	margin-bottom: 45px;
	font-size: 55px;
}

.footer-box img {
	width: 100%;
}

.intro-box .row {
	align-items: center;
}

.intro-content ul li p {
	font-size: 26px;
	color: #fff;
	margin-bottom: 25px;
}

.intro-content ul li {
	padding-left: 25px;
	position: relative;
}

.intro-content ul li::after {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #fff;
	position: absolute;
	top: 9px;
	left: 0;
	border-radius: 50%;
}

.bottom-img img {
	width: 100%;
}



.footer-links ul {
	display: flex;
	justify-content: space-evenly;
	padding: 20px 10px;
	column-gap: 10px;
	flex-wrap: wrap;
	padding-top: 0;
}

.footer-links .btn {
	background-color: white;
	border-radius: 50px;
	padding: 10px 40px;
	font-size: 20px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

.footer-links .btn.btn-1 {
	color: #4caf50;
}

.footer-links .btn.btn-2 {
	color: #039be5;
}

.footer-links .btn.btn-3 {
	color: #4267b2;
}

.footer-links .btn.btn-4 {
	color: #eb0c5c;
}

.footer-links .btn img {
	max-width: 30px;
	height: 30px;
	object-fit: contain;
	margin-right: 10px;
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.social-link p {
	text-align: center;
	margin: 35px 0;
	font-size: 35px;
	color: #fff;
	font-weight: 600;
}