@charset "UTF-8";
/* STYLE CSS */

@import url("https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i");
* {
	margin: 0;
	padding: 0;
	outline: 0;
	outline-offset: 0;
}
html {
	font-size: 10px;
	scroll-behavior: smooth;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	-ms-overflow-style: scrollbar;
	overflow-style: scrollbar;/*visible on mobile*/
}
html,
body {
	overflow-x: hidden;
	min-height: 100vh;
}
body {
	font-family: 'Poppins', sans-serif;
	font-size: 1.5rem;
	line-height: 1.6;
	font-weight: 500;
	color: rgb(100,100,100);
	word-wrap: break-word;
}
@media (max-width: 1199px) {
body {
	font-size: 1.4rem;
	line-height: 1.5;
}
}
a {
	color: inherit;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
a:hover {
	color: rgba(255,102,0,1);
	text-decoration: none;
}
a:focus,
a:active {
}
h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
	font-family: 'Poppins', sans-serif;
	color: rgb(0,0,0);
	font-weight: normal;
	margin-top: 0;
	font-style: normal;
	font-weight: 600;
	text-transform: normal;
	margin-bottom: 0.5em;
}
h1, .h1 {
	font-size: 4rem;
}
h2, .h2 {
	font-size: 3.6rem;
}
@media (max-width: 575px) {
h2, .h2 {
	font-size: 2.8rem;
}	
}
h3, .h3 {
	font-size: 2.6rem;
	margin-bottom: 0.8em;
}
h4, .h4 {
	font-size: 1.8rem;
}
h5, .h5 {
	font-size: 1.6rem;
}
h6, .h6 {
	font-size: 1.5rem;
}

.display-1,
.display-2,
.display-3,
.display-4 {
	font-weight: 600;
	line-height: 1.2;
}
.display-1 {
	font-size: 6.5rem;
}
.display-2 {
	font-size: 5.5rem;
}
.display-3 {
	font-size: 4.5rem;
}
.display-4 {
	font-size: 3.5rem;
}
@media (max-width: 1199px) {
.display-1 {
	font-size: 5.5rem;
}
.display-2 {
	font-size: 4.5rem;
}
.display-3 {
	font-size: 3.5rem;
}
.display-4 {
	font-size: 2.5rem;
}
}
@media (max-width: 575px) {
.display-1 {
	font-size: 4.8rem;
}
.display-2 {
	font-size: 3.8rem;
}
.display-3 {
	font-size: 2.8rem;
}
.display-4 {
	font-size: 1.8rem;
}
}
p {
	margin-bottom: 2rem;
}
p:last-child {
	margin-bottom: 0;
}
p.lead {
	color: #333333;
	font-size: 1.25em;
	font-weight: 600;
}
img {
	max-width: 100%;
	height: auto;
}
.nobr {
	white-space: nowrap;
}
/* LISTS
-------------------------------------------------*/
/*---list standard*/

ul {
	padding: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2rem;
	margin-left: 0;
}
ul li {
	list-style: none;
	margin-bottom: 0.8rem;
}
ul ul {
	margin-left: 20px;
	margin-bottom: 1rem;
}
ul ul li {
	list-style: none;
	font-weight: normal;
	margin-bottom: 0.8rem;
}
ul li:last-child,
ul ul li:last-child {
	margin-bottom: 0;
}
/*list standard end*/
/*---list with bullet*/
ul. {
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 2rem;
 margin-left: 0;
 position: relative;
}
ul.list-bullet li {
	margin-left: 20px;
	margin-bottom: 1rem;
	padding-left: 3px;
	list-style-position: ouside;
	list-style-type: disc;
	list-style-image: none;
}
ul.list-bullet ul li {
	margin-left: 20px;
	margin-bottom: 1rem;
	padding-left: 3px;
	list-style-position: ouside;
	list-style-type: circle;
	list-style-image: none;
}
ul.list-bullet li:last-child,
ul.list-bullet ul li:last-child {
	margin-bottom: 0;
}
/*list with bullet end*/
/*---list with sign*/
ul.list-sign {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2rem;
	margin-left: 0;
	position: relative;
}
ul.list-sign li {
	position: relative;
	margin-left: 20px;
	margin-bottom: 1rem;
	padding-left: 3px;
	list-style-position: outside;
	list-style-type: decimal;
	list-style-image: none;
}
ul.list-sign ul li {
	position: relative;
	margin-left: 22px;
	margin-bottom: 1rem;
	padding-left: 3px;
	list-style-position: outside;
	list-style-type: lower-alpha;
	list-style-image: none;
}
ul.list-sign li:last-child,
ul.list-sign ul li:last-child {
	margin-bottom: 0;
}
/*list with sign end*/
/*---list with icon*/
ul.list-icon {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2rem;
	margin-left: 0;
}
ul.list-icon li {
	padding-left: 20px;
	margin-bottom: 1rem;
	position: relative;
}
ul.list-icon li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f142";
	font-size: 1.2rem;
	font-weight: 600;
	margin-right: 0;
	position: absolute;
	top: 2px;
	left: 3px;
}
ul.list-icon ul li:before {
	font-family: "Font Awesome 5 Free";
	content: "\f141";
	font-size: 1.2rem;
	font-weight: 600;
	margin-right: 0;
	position: absolute;
	top: 2px;
	left: 0;
}
ul.list-icon ul li {
	margin-left: 0;
	padding-left: 20px;
}
ul.list-icon li:last-child,
ul.list-icon ul li:last-child {
	margin-bottom: 0;
}
/*list with icon end*/
/*---list with check icon */
ul.list-check {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 2rem;
	margin-left: 0;
	position: relative;
}
ul.list-check li {
	display: block;
	padding-left: 20px;
	margin-bottom: 1rem;
	position: relative;
	z-index: 1;
}
ul.list-check li::before {
	color: #0090CD;
	content: "\f00c";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left: 0;
	position: absolute;
	top: 0px;
}
ul.list-check li h5 {
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 5px;
}
ul.list-check li:last-child {
	border: medium none;
	margin: 0;
	padding: 0 0 0 2.5rem;
	;
}
/*list with check icon end*/

/* DROPCAP
-------------------------------------------------*/

.dropcap:first-letter {
	font-size: 3.4em;
	float: left;
	margin-top: .15em;
 padding: .2rem 2rem;
 border-radius: .6rem;
	margin-right: 1.5rem;
 padding: .3rem 2.2rem;
}
@-moz-document url-prefix() {
.dropcap:first-letter {
 padding: 1.5rem 2rem;
}
}
.dropcap.dc-bg-primary:first-letter {
	background-color: #0090CD;
	color: #fff;
}
/* BLOCKQUOTE
-------------------------------------------------*/

blockquote {
	font-family: Georgia, serif;
	font-size: 1.8rem;
	font-style: italic;
	margin: 3rem auto !important;
	padding: 1rem 5rem;
	line-height: 1.45;
	position: relative;
	color: #383838;
}
blockquote:before {
	display: block;
	padding-left: 25px;
	content: "\201C";
	font-size: 8rem;
	position: absolute;
	left: -3rem;
	top: -2rem;
	color: #7a7a7a;
}
blockquote-2 {
	position: relative;
	background-color: #f6f6f6;
	color: #999;
	margin: 5rem 0 4rem;
	padding: 4rem 6rem 3rem 8rem;
	font-weight: normal;
	font-size: 1.8rem;
	font-style: italic;
	line-height: 2.8rem;
}
blockquote-2::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 3px;
	height: 100%;
	background-color: #1a7dd7;
}
blockquote footer {
	font-size: 1.4rem;
}
blockquote cite {
	color: #999;
	font-size: 1.4rem;
	margin-top: 5px;
}
/* BUTTON
-------------------------------------------------*/
button a {
	color: inherit;
}
.btn {
	padding: 1.7rem 2.5rem;
	font-size: 12px;
	line-height: 1.2;
	text-transform: uppercase;
	letter-spacing: 3px;
	border: 0;
 -webkit-box-shadow: 0 .2rem .2rem 0 rgba(0,0,0,.1) !important;
 box-shadow: 0 .2rem .2rem 0 rgba(0,0,0,.1) !important;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	overflow: hidden;
	position: relative;
	border-radius: 4px;
	font-weight: 700;
}
@media (max-width: 991px) {
.btn {
	padding: 1.4rem 2.2rem;
}
}
.btn.btn-sm {
	padding: 0.75rem 1.2rem;
	font-size: 1rem;
	letter-spacing: 2px;
}
/*---btn primary*/
.btn-primary {
	background-color: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
/*---btn secondary*/
.btn-secondary {
	background-color: rgba(0,0,0,1);
	color: rgba(255,255,255,1);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active {
	background-color: rgba(255,102,0,1);
	color: rgba(255,255,255,1);
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf;
}
/* BUTTON - BACK TO TOP
-------------------------------------------------*/
.back-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 2rem;
	right: 15px;
	display: none;
	text-align: center;
	z-index: 1000;
	border-radius: 4px;
	background-color: rgba(255,102,0,1);
	transition: all 0.5s;
	border: 2px solid rgba(255,102,0,1);
}
.back-to-top:hover {
	background-color: #000000;
	transition: all 0.5s;
	border: 2px solid rgba(255,102,0,1);
}
.back-to-top i {
	color: #333;
	font-size: 12px;
	line-height: 36px;
}
.back-to-top:hover i {
	color: #FFF;
}
