@charset "utf-8";
/* CSS Document */

/*---------- Google Fonts ----------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');
/* font-family: 'Open Sans', sans-serif; */

html {
	height: 100%;
}

body {
	color: #4c4c4c;
	min-height: 100vh;
	position: relative;
}

a,
input,
button,
textarea {
	outline: none !important;
}

a {
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
	-ms-transition: all ease-in-out 300ms;
	-o-transition: all ease-in-out 300ms;
	-moz-transition: all ease-in-out 300ms;
}

.container-fluid,
.container {
	padding-left: 15px;
	padding-right: 15px;
}

p {
	font-family: inherit;
	font-size: 18px;
	line-height: 30px;
	color: inherit;
}
p a {
	text-decoration: none;
	color: inherit;
}

p a:hover {
	text-decoration: underline;
	color: #fff;
}

ul li,
ol li {
	font-size: 24px;
	line-height: 36px;
	color: #3a3a3a;
}

ul li a,
ol li a {
	text-decoration: none;
	color: inherit;
}

ul li a:hover,
ol li a:hover {
	text-decoration: underline;
	color: #fff;
}

/* buttons */
.btn {
	font-family: 'Muli';
	font-size: 16px;
	line-height: 20px;
	color: #fff;
	border: 2px solid rgb(158, 158, 158);
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	padding: 16px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
}

.btn strong {
	font-family: 'MuliBold';
}

/* :not(.btn-check) + .btn:active {
	background-color: transparent;
	color: #000;
} */

.btn:first-child:active,
.btn:active,
.btn.active,
.btn:focus,
.btn:hover {
	background-color: #fff;
	color: #000;
	border: 2px solid #fff;
}

/* buttons */

.main-title {
	font-family: 'MuliLight';
	font-size: 24px;
	line-height: 31px;
	color: #fff;
}

.main-title * {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	letter-spacing: 3.1px;
	margin: 0;
	text-decoration: none;
}

.main-title span {
	font-family: 'MuliSemiBold';
	font-size: 14px;
	line-height: 18px;
	color: rgb(204, 51, 51);
	display: block;
	margin: 0;
	text-decoration: none;
	letter-spacing: normal;
}

/*==================================================================*/
/*========== New Class Add Start ==========*/
/*==================================================================*/

.content {
	min-height: 100vh;
	/* padding: 97px 0 46px 0; */
	padding: 76px 0 46px 0;
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-repeat: no-repeat;
}

.banner-wrp {
	position: relative;
	height: 100%;
}

.banner-middle a {
	display: block;
	margin-bottom: 19px;
}

.banner-top .main-title {
	padding: 70px 0 48px 0;
}

.banner-bottom .social-media {
	padding: 75px 0 62px 0;
}

.banner-bottom .social-media ul {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.banner-bottom .social-media ul li {
	list-style: none;
	color: #999999;
	margin: 0 0 0 26px;
}

.banner-bottom .social-media ul li:first-child {
	margin-left: 0;
}

.banner-bottom .social-media ul li a svg {
	width: 40px;
	height: 40px;
}

.banner-bottom .bottom-link {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 16px;
	color: #6a6a6a;
}

.banner-bottom .bottom-link:hover {
	color: #fff;
}

.banner-middle br {
	display: none;
}

.banner-bottom__text {
	font-family: 'Muli';
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
	color: #999999;
}

.banner-bottom__text a {
	color: white;
	text-decoration: none;
}

.banner-bottom__text a:hover {
	text-decoration: underline;
}

.app-links {
	display: flex;
	justify-content: center;
	align-items: center;
	column-gap: 10px;
	padding-bottom: 50px;
}

.bottom-link {
	font-family: 'Open Sans';
	color: #454545;
	font-size: 14px;
	line-height: 20px;
	display: inline-block;
	margin-bottom: 4px;
}

/*==================================================================*/
/*========== New Class Add End ==========*/
/*==================================================================*/
