
@charset "UTF-8";

@import url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/static/source/rev-0870f68/fonts.googleapis.com/9c7672c4916c4631f31505fa1d9929dc.css2");

body {
	color: #474747;
	font-family: "FuturaBT Book";
	font-size: 18px;
	line-height: 32px;
	background: #fff;
}

@media (max-width: 769px) {
	body {
		text-align: center;
	}
}

a {
	text-decoration: none;
	color: #474747;
}

img {
	display: block;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "FuturaBT Medium";
	font-weight: 600;
	margin: 0;
}

:root {
	--purple: #4456a5;
	--gold: #ffa800;
	--orange: #ec6300;
	--blue: #475e86;
	--dblue: #008bc5;
	--head: #1b1c20;
	--body: #252526;
}

body .wd-toolbar {
	background-color: rgba(121, 179, 138, 1);
}

body .wd-toolbar .wd-tools-element {
	--wd-header-el-color: #fff;
}

body .wd-tools-element:hover > a {
	color: rgba(255, 255, 255, .8);
}

.woodmart-toolbar {
	background-color: green;
}

a:focus, a:hover, a:active {
	outline: none !important;
	box-shadow: none !important;
}

#hm, #hmdiv1 {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#hmdiv1.stickydiv1 {
	position: fixed;
	top: 0;
	z-index: 1998;
	width: 100%;
	border-bottom: 1px solid #e9e8e8;
	background: #fff;
	animation: drop-in 1s ease 200ms backwards;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-top: .25rem;
	padding-bottom: .25rem;
}

#showOrHide, #hmdiv2, #hmmenu1, #hmdiv3 {
	-webkit-transition: all .4s ease;
	transition: all .4s ease;
}

#hmdiv1.stickydiv1 .logo-div img {
	width: 50%;
}

#hmdiv3.stickydiv3 {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: .25rem !important;
	margin-bottom: .25rem !important;
}

#hmdiv3.stickydiv3 .menu-div .navbar-light .navbar-nav .nav-item .nav-link {
	padding: 8px 20px;
}

body.lo-effect {
	opacity: 0;
	background: #9fc5e7;
	left: -100%;
	transition: opacity 1500ms ease-in, transform 1500ms ease-in;
}

.show-time body {
	opacity: 1;
	left: 0;
}

@keyframes animatezoom {
	from {
		transform: scale(0);
	}
	
	to {
		transform: scale(1);
	}
}

.container {
	max-width: 1200px;
	width: 100%;
}

img {
	display: block;
}

::-moz-selection {
	/* Code for Firefox */
	color: #fff;
	background: var(--blue);
}

::selection {
	color: #fff;
	background: var(--blue);
}

.call-now {
	padding: 5px 25px;
	/*border:1px solid var(--sblue);*/
	border: 0 solid;
	box-shadow: inset 0 0 20px rgba(0, 82, 153, 0);
	outline: 1px solid;
	outline-color: var(--sblue);
	outline-offset: 0px;
	text-shadow: none;
	transition: all 1s cubic-bezier(.19, 1, .22, 1);
}

.call-now:hover {
	border: 1px solid var(--blue);
	box-shadow: inset 0 0 20px rgba(0, 82, 153, .5), 0 0 20px rgba(0, 82, 153, .2);
	outline-color: rgba(0, 82, 153, 0);
	outline-offset: 0px;
	text-shadow: 1px 1px 2px var(--sblue);
}

.call-now a {
	color: var(--body);
}

#hmdiv3.stickydiv3 {
	animation: drop-in 1s ease 200ms backwards;
}

@keyframes drop-in {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}
	
	to {
		opacity: 1;
		transform: translate(0px);
	}
}

.logo-div {}

.logo-div img {}

/* Hide scrollbar for Chrome, Safari and Opera */
.rmx-img1::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.rmx-img1 {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
}

.animated-icon1, .animated-icon2, .animated-icon3 {
	width: 30px;
	height: 20px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon1 span, .animated-icon2 span, .animated-icon3 span {
	display: block;
	position: absolute;
	height: 3px;
	width: 80%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon1 span {
	background: #fff;
	left: -5px;
}

.animated-icon2 span {
	background: #e3f2fd;
}

.animated-icon3 span {
	background: #f3e5f5;
}

.animated-icon1 span:nth-child(1) {
	top: 0px;
}

.animated-icon1 span:nth-child(2) {
	top: 10px;
}

.animated-icon1 span:nth-child(3) {
	top: 20px;
}

.animated-icon1.open span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-o-transform: rotate(135deg);
	transform: rotate(135deg);
}

.animated-icon1.open span:nth-child(2) {
	opacity: 0;
	left: -60px;
}

.animated-icon1.open span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-135deg);
	-moz-transform: rotate(-135deg);
	-o-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

/* Icon 3*/
.animated-icon2 span:nth-child(1) {
	top: 0px;
}

.animated-icon2 span:nth-child(2), .animated-icon2 span:nth-child(3) {
	top: 10px;
}

.animated-icon2 span:nth-child(4) {
	top: 20px;
}

.animated-icon2.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon2.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon2.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon2.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/* Icon 4 */
.animated-icon3 span:nth-child(1) {
	top: 0px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(2) {
	top: 10px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3 span:nth-child(3) {
	top: 20px;
	-webkit-transform-origin: left center;
	-moz-transform-origin: left center;
	-o-transform-origin: left center;
	transform-origin: left center;
}

.animated-icon3.open span:nth-child(1) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
	left: 8px;
}

.animated-icon3.open span:nth-child(2) {
	width: 0%;
	opacity: 0;
}

.animated-icon3.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: 21px;
	left: 8px;
}

.enquire_cover {
	z-index: -1;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	background-color: rgba(34, 34, 34, .3);
	-webkit-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
	transition: opacity .2s ease-in-out, z-index .2s ease-in-out;
}

.side-fix {
	padding: 5.5% 3.5% 36px 4.5%;
	position: fixed;
	left: calc(92px - 500px);
	top: 0;
	height: 100%;
	z-index: 999;
	align-items: unset;
	background: #fff;
	width: 500px;
	-webkit-transition: left .6s cubic-bezier(.77, 0, .175, 1);
	-o-transition: left .6s cubic-bezier(.77, 0, .175, 1);
	transition: left .6s cubic-bezier(.77, 0, .175, 1);
	-webkit-box-shadow: 2px -1px 40px 0 rgba(65, 61, 61, 7%);
	box-shadow: 2px -1px 40px 0 rgba(65, 61, 61, 7%);
}

.top-fix {
	position: fixed;
	left: 0;
	top: 0;
	width: 92px;
	padding: 26px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
}

.top-fix .icon {
	width: 35px;
}

.top-fix .line {
	width: 100%;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 8px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.top-fix .line:nth-child(2) {
	width: 18px;
}

.enquire_btn {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: fit-content;
	background: #ccc;
	color: rgba(255, 255, 255, 1);
	padding: 50px 0;
	z-index: 3000;
}

.enquire_btn span {
	color: #000 !important;
}

.side-fix .navbar-brand {
	padding: 0;
	width: 100%;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
}

.side-fix .navbar-brand img {
	width: 60px;
	display: table;
	margin: 0 auto;
}

.side-fix .builder_logo {
	max-width: 110px;
}

.menu-div .navbar, .menu-div1 .navbar {
	padding: 0px;
	margin-left: 0px;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
	padding: 10px 9px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 400;
	position: relative;
	margin-right: 1px;
	text-align: center;
	color: #1f233e;
	transition: all 2s;
}

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link {
	color: #fff;
	z-index: 1;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div .navbar-light .navbar-nav .nav-item .nav-link:after, .menu-div .navbar-light .navbar-nav .nav-item .nav-link:before {
	transition: all .5s;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link:after {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 0%;
	content: ".";
	color: transparent;
	background: #aaa;
	height: 1px;
	text-align: left;
	content: ".";
	margin: 0;
	opacity: 0;
}

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link:after, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link:after {
	z-index: -10;
	animation: fill 1s forwards;
	-webkit-animation: fill 1s forwards;
	-moz-animation: fill 1s forwards;
	opacity: 1;
}

/* Keyframes */
@-webkit-keyframes fill {
	0% {
		width: 0%;
		height: 1px;
	}
	
	50% {
		width: 100%;
		height: 1px;
	}
	
	100% {
		width: 100%;
		height: 100%;
		background: var(--dblue);
	}
}

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
	background: none;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 0px;
}

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
	color: #000;
	border-bottom: 1px solid #42b4d9;
	font-size: 13px;
	padding-top: 5px;
	padding-bottom: 5px;
	background: var(--blue) !important;
	color: #fff;
	font-weight: 400;
}

.menu-div .dropdown-item, .menu-div1 .dropdown-item {
	padding: 8px 15px !important;
}

.menu-div .dropdown-item:hover, .menu-div .dropdown-item.active, .menu-div1 .dropdown-item:hover, .menu-div1 .dropdown-item.active {
	color: #fff;
	background: var(--sblue) !important;
}

.menu-div .dropdown:hover .dropdown-menu, .menu-div1 .dropdown:hover .dropdown-menu {
	display: block;
	margin-top: -1px;
}

.menu-div .navbar  .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 0;
	padding: 0px;
}

/* .menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu{display: block; } 
       */
.menu-div .navbar .dropdown-menu.fade-down {
	top: 80%;
	transform: rotateX(-75deg);
	transform-origin: 0% 0%;
}

.menu-div .navbar .dropdown-menu.fade-up {
	top: 180%;
	/*transform: rotate(90deg);   transform: translateY(50px);*/
	transform: scale(.5, .5);
}

.menu-div .navbar .nav-item:hover .d1 {
	transition: .7s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}

.menu-div .navbar  .dropdown-menu:hover .dropdown-submenu .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 0;
	padding: 0px;
	width: 100%;
}

.menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu.fade-up {
	top: 0%;
}

.menu-div .navbar  .dropdown-menu .dropdown-submenu:hover .dropdown-menu {
	transition: .7s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}

/* .navbar-nav li:hover > ul.dropdown-menu {
      display: block;
      
  } */
.dropdown-submenu {
	position: relative;
}

.dropdown-submenu > .dropdown-menu {
	top: 0;
	right: 100%;
	margin-top: -6px;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
	text-decoration: underline;
	transform: rotate(-90deg);
}

.dropdown-menu {
	min-width: 100px;
}

.dropdown-menu.columns-2 {
	min-width: 400px;
	margin-left: -0px;
}

.dropdown-menu.columns-2 .col-md-6 {
	padding-left: 0;
	padding-right: 0;
	border-right: 1px solid #42b4d9;
}

.dropdown-menu.columns-2 .col-md-6:last-child {
	border: none;
}

.multi-column-dropdown {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
	position: relative;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-transition: color 1000ms;
	transition: color 1000ms;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50%;
	transform-origin: 0 50%;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition: 300ms ease-out;
	transition: 300ms ease-out;
	color: #fff;
}

.menu-div .navbar-light .navbar-nav .nav-item .nav-link:hover:before, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link:before {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.mobilemenu {
	display: none;
}

.overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 1;
}

.hamburger {
	background: #dedede !important;
	border: none;
	display: block;
	height: 32px;
	margin-left: 15px;
	position: fixed;
	top: 0px;
	width: 52px;
	z-index: 999;
	padding: 5px;
}

.hamburger:hover {
	outline: none;
}

.hamburger:focus {
	outline: none;
}

.hamburger:active {
	outline: none;
}

.hamburger.is-closed:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	color: #fff;
	content: "";
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}

.hamburger.is-closed:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	display: block;
	opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
	-webkit-transition: all .35s ease-in-out;
	top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
	-webkit-transition: all .35s ease-in-out;
	bottom: 0;
}

.hamburger.is-closed .hamb-top {
	-webkit-transition: all .35s ease-in-out;
	background-color: rgba(255, 255, 255, .7);
	top: 5px;
}

.hamburger.is-closed .hamb-middle {
	background-color: rgba(255, 255, 255, .7);
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-closed .hamb-bottom {
	-webkit-transition: all .35s ease-in-out;
	background-color: rgba(255, 255, 255, .7);
	bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
	height: 4px;
	left: 0;
	position: absolute;
	width: 100%;
	background-color: #276fc0;
	width: 26px;
	margin-left: 12px;
}

.hamburger.is-open .hamb-top {
	-webkit-transform: rotate(45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	background-color: #276fc0;
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-open .hamb-middle {
	background-color: #276fc0;
	display: none;
}

.hamburger.is-open .hamb-bottom {
	-webkit-transform: rotate(-45deg);
	-webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
	background-color: #276fc0;
	margin-top: -2px;
	top: 50%;
}

.hamburger.is-open:before {
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	color: #fff;
	content: "";
	display: block;
	font-size: 14px;
	line-height: 32px;
	opacity: 0;
	text-align: center;
	width: 100px;
}

.hamburger.is-open:hover before {
	-webkit-transform: translate3d(-100px, 0, 0);
	-webkit-transition: all .35s ease-in-out;
	display: block;
	opacity: 1;
}

#wrapper {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	padding-left: 0;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

#wrapper.toggled {
	padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
	width: 270px;
}

#wrapper.toggled #page-content-wrapper {
	margin-right: -220px;
	position: absolute;
}

#sidebar-wrapper {
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	background: #276fc0;
	height: 100%;
	left: 185px;
	margin-left: -220px;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	width: 0;
	z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
	display: none;
}

#page-content-wrapper {
	padding-top: 70px;
	width: 100%;
}

/*-------------------------------*/

/*     Sidebar nav styles        */

/*-------------------------------*/
.sidebar-nav {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	width: 270px;
}

.sidebar-nav li {
	display: inline-block;
	line-height: 20px;
	position: relative;
	width: 100%;
}

.sidebar-nav li:before {
	-moz-transition: width .2s ease-in;
	-ms-transition: width .2s ease-in;
	-webkit-transition: width .2s ease-in;
	background-color: #1c1c1c;
	content: "";
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: width .2s ease-in;
	transition: width .2s ease-in;
	width: 3px;
	z-index: -1;
}

.sidebar-nav li:before {
	background: none;
	margin-left: -5px;
	margin-right: -10px;
}

.sidebar-nav li:hover:before {
	-webkit-transition: width .2s ease-in;
	transition: width .2s ease-in;
	width: 100%;
}

.sidebar-nav li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	display: block;
	padding: 10px 15px 10px 30px;
	text-decoration: none;
	text-align: left;
	border-bottom: 1px solid #5189c8;
}

.sidebar-nav li.open:hover before {
	-webkit-transition: width .2s ease-in;
	transition: width .2s ease-in;
	width: 100%;
}

.sidebar-nav .dropdown-menu {
	background-color: #000;
	border-radius: 0;
	border: none;
	box-shadow: none;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {
	background-color: #f08c04;
	color: #fff;
	text-decoration: none;
}

.sidebar-nav .dropdown-menu li a {
	font-size: 13px;
	color: #fff;
	border-bottom: 1px solid #bababa;
}

.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a {
	background: #6aa3e3 !important;
	color: #fff !important;
}

.sidebar-nav .dropdown-menu li:before {
	background: none;
}

.sidebar-nav li.active .dropdown-menu li a {
	background: #000;
}

.call-div {
	display: none;
}

.page-fix {
	padding: 5.5% 3.5% 36px 4.5%;
	position: fixed;
	left: calc(92px - 500px);
	top: 0;
	height: 100%;
	z-index: 1999;
	align-items: unset;
	background: #f3f3f3;
	width: 500px;
	-webkit-transition: left .2s cubic-bezier(.77, 0, .175, 1);
	-o-transition: left .2s cubic-bezier(.77, 0, .175, 1);
	transition: left .2s cubic-bezier(.77, 0, .175, 1);
	-webkit-box-shadow: 2px -1px 40px 0 rgba(65, 61, 61, 7%);
	box-shadow: 2px -1px 40px 0 rgba(65, 61, 61, 7%);
}

.page-top {
	position: fixed;
	left: 0;
	top: 0;
	width: 92px;
	padding: 26px 0;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-top .icon {
	width: 35px;
}

.page-top .line {
	width: 100%;
	height: 2px;
	background-color: #000;
	display: block;
	margin: 8px 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}

.page-top .line:nth-child(2) {
	width: 18px;
}

.page-top :hover .line:nth-child(2) {
	width: 100%;
}

.page-bottom {
	position: fixed;
	width: 92px;
	top: 92px;
	left: 0;
	height: calc(100% - 92px);
	z-index: 1000;
	-webkit-transition: left .15s ease-in-out;
	-o-transition: left .15s ease-in-out;
	transition: left .15s ease-in-out;
}

.menu-btn {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: fit-content;
	background: #e2ebee;
	padding: 50px 0;
	z-index: 2000;
	transition: all .5s ease-in;
}

.menu-btn span {
	writing-mode: tb;
	transform: rotate(180deg);
	font-family: var(--head-font);
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 15px;
}

.menu-btn:hover {
	background: #e2ebee;
}

.menu-btn i {
	background: var(--blue);
	color: #fff;
	padding: 5px 10px 0 10px;
}

.side-off .offcanvas-title {
	color: #fff;
	padding-left: 20px;
	font-size: 17px;
}

.side-off.offcanvas .btn-close {
	background-color: var(--orange);
	color: #818181 !important;
	opacity: 1 !important;
	font-size: 20px !important;
}

.side-off.offcanvas {
	background: #f3f3f3;
	padding: 20px;
	margin: 0;
	width: 30% !important;
	transition: transform .7s ease-out !important;
	-webkit-box-shadow: 2px -1px 40px 0 rgba(65, 61, 61, 7%);
	box-shadow: 2px -1px 40px 0 rgba(65, 61, 61, 7%);
	z-index: 2001;
}

.side-off.offcanvas .nav-pills {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
}

.side-off.offcanvas .nav-pills .nav-item {
	width: 100%;
	padding: 0;
	margin: 0;
}

.side-off.offcanvas .nav-pills .nav-item .nav-link {
	color: #fff;
	border-radius: 0;
	border-bottom: 1px solid #4b92bb;
	padding-left: 30px;
}

.side-off.offcanvas .nav-pills .nav-item:last-child .nav-link {
	border-bottom: none;
}

.side-off.offcanvas .nav-pills .nav-item:hover .nav-link, .offcanvas .nav-pills .nav-item.active .nav-link {
	background: #0060ad;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.side-off .offcanvas-body::-webkit-scrollbar {
	display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.side-off .offcanvas-body {
	-ms-overflow-style: none;
	/* IE and Edge */
	scrollbar-width: none;
}

.side-off .offcanvas-body .nav {
	--bs-nav-link-padding-x: 0rem;
	--bs-nav-link-padding-y: 1rem;
}

.wel-qc {
	margin-top: 30px;
}

.wel-qc img {
	border-radius: 100%;
	margin-bottom: 10px;
}

.form2 .form-group {
	margin-top: 15px;
}

.form2 .form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form2 textarea.form-control {
	min-height: calc(1.5em + .75rem + 2px);
	height: 100px;
}

.form2 .btn1 {
	color: #fff;
	margin-top: 15px;
	border-radius: 5px !important;
	background: var(--blue);
	box-shadow: none !important;
	border: none !important;
	padding: 5px 20px;
	margin-left: auto;
	margin-right: auto;
	transition: all .5s ease;
}

.form2 .btn1:hover {
	background: var(--purple);
}

.top-quest {
	position: relative;
}

.top-quest h5 {
	margin: 0;
	font-size: 15px;
	color: #718793;
	text-align: left;
}

.top-quest a {
	font-family: var(--head-font);
	margin-top: 5px;
	font-size: 17px;
	font-weight: 600;
	color: var(--orange);
	display: block;
	position: relative;
}

.top-quest:after {
	content: "";
	height: 3px;
	left: 0;
	top: -10px;
	width: 1px;
	position: absolute;
	-webkit-transition: width 1s ease, background-color 1s ease;
	-moz-transition: width 1s ease, background-color 1s ease;
	-ms-transition: width 1s ease, background-color 1s ease;
	-o-transition: width 1s ease, background-color 1s ease;
	transition: width 1s ease, background-color 1s ease;
	right: 0;
	margin: 0 auto;
}

.top-quest:hover {
	color: var(--dblue);
	-webkit-transition: color 1s ease;
	-moz-transition: color 1s ease;
	-ms-transition: color 1s ease;
	-o-transition: color 1s ease;
	transition: color 1s ease;
	cursor: pointer;
}

.top-quest:hover:after, .top-quest:focus:after {
	width: 100%;
	background-color: var(--dblue);
}

.top-quest:hover a, .top-quest:hover h5 {
	color: var(--dblue);
}

.s-head2.animation {}

.s-head2.animation span {
	display: inline-block;
	opacity: 1;
}

.banner-div1 {
	position: relative;
	z-index: 1;
}

.banner-div1 img {
	width: 100%;
}

.banner-div1 .carousel-control-next, .banner-div1 .carousel-control-prev {
	top: 50%;
	width: 45px;
	height: 45px;
}

.banner-div1 .carousel-control-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/banner-arrow-left.png") no-repeat left center;
	left: 96.5%;
	opacity: 1;
	top: 40%;
	z-index: 100;
}

.banner-div1 .carousel-control-prev.nitro-lazy {
	background: none !important;
}

.banner-div1 .carousel-control-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/banner-arrow-right.png") no-repeat right center;
	right: 1%;
	opacity: 1;
	z-index: 100;
}

.banner-div1 .carousel-control-next.nitro-lazy {
	background: none !important;
}

.banner-div1 .carousel-indicators {
	margin: 0;
	bottom: 20px;
	right: 50px;
	justify-content: unset;
	width: auto;
	left: unset;
	z-index: 999;
}

.banner-div1 .carousel-indicators button {
	background: transparent;
	margin: 0;
	text-indent: 0;
	color: #fff;
	font-family: var(--oswald_font);
	opacity: 1;
	z-index: 9;
	font-size: 12px;
	letter-spacing: 2px;
	height: auto;
	line-height: 35px;
	border: none;
	width: auto;
	padding: 0px 6px;
	text-align: right;
	position: relative;
	min-width: 26px;
	font-family: var(--head-font);
}

.banner-div1 .carousel-indicators button.active {
	font-size: 16px;
}

.banner-div1 .carousel-indicators button::before {
	position: relative;
	content: "";
	height: 1px;
	width: 0;
	background: #fff;
	display: block;
	margin-right: 30px;
	top: 50%;
	z-index: -1;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transition: all 300ms ease-in-out;
}

.banner-div1 .carousel-indicators button.active::before {
	width: 100px;
}

/* .banner-div1 .carousel-caption{color:#4e4e4e;}
    .banner-div1 .carousel-caption h5{color:#984f1d; font-size: 35px; font-weight: 600;} */
.banner-div1 .btn-transparent {
	background: #5e6fb5;
	color: #fff;
	border: 2px solid #fff;
	position: relative;
	padding: .85em .75em;
	z-index: 1;
	overflow: hidden;
}

.banner-div1 .btn-transparent:hover {
	background-color: #fff;
	color: var(--blue);
	border: 2px solid var(--blue);
}

.banner-div1 .btn-transparent::after {
	content: "";
	background: #ecf0f1;
	position: absolute;
	z-index: -1;
	padding: .85em .75em;
	display: inline-block;
	transition: all .35s;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0, 0) rotate(-180deg);
}

.banner-div1 .btn-transparent:hover::after {
	transition: all .3s ease-out;
	transform: scale(1, 1) rotate(0deg);
}

.banner-div1 .btn-rounded {
	border-radius: 5px;
}

.banner-div1 .btn-large {
	padding: 11px 20px;
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 5px;
}

/**
     * Change animation duration
     */
.animated {
	-webkit-animation-duration: 1.5s;
	animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInRight {
	from {
		opacity: 0;
		-webkit-transform: translate3d(100px, 0, 0);
		transform: translate3d(100px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight;
}

@-webkit-keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInLeft {
	from {
		opacity: 0;
		-webkit-transform: translate3d(-100px, 0, 0);
		transform: translate3d(-100px, 0, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
	animation-duration: 5s;
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}
	
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-duration: 2s;
}

.fadeInUp1 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	animation-duration: 2s;
}

.banner-div1 .carousel-caption {
	color: #9498aa;
	background: none;
	text-align: left;
	right: auto;
	bottom: 5%;
	padding: 20px;
	left: 8%;
	width: 35%;
	font-size: 13px;
	line-height: 21px;
}

.banner-div1 .carousel-caption.cc-end {
	right: 8%;
	left: auto;
}

.banner-div1 .carousel-caption .banner-h1 {
	font-size: 35px;
	font-weight: 900;
	margin-bottom: 20px;
	color: #151515;
	margin-top: 10px;
	font-family: var(--head-font);
	line-height: 1.2;
}

.banner-div1 .carousel-caption .banner-h1 span {
	font-weight: 300;
}

.get-start {
	background: #f96857;
	display: inline-block;
	padding: 10px 40px;
	border-radius: 20px;
}

.get-start a {
	text-decoration: none;
	color: #fff;
}

.fade1 {
	transition: background-color 1000ms;
}

.fade1:hover {
	background-color: #544ed3;
}

.banner-div2 {
	position: relative;
	z-index: 2;
	display: none;
}

.banner-div2 img {
	width: 100%;
}

.banner-div2 .carousel-indicators {
	bottom: 0px;
	right: auto;
	margin-left: 2%;
}

.banner-div2 .carousel-indicators li {
	background: #e75021;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	opacity: 1;
	border: 3px solid #5a5a5a;
}

.banner-div2 .carousel-indicators .active {
	width: 11px;
	height: 11px;
	background: #e75021;
	border: 3px solid #e75021;
}

.banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev {
	top: 0%;
}

.banner-div2 .carousel-control-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/banner-arrow-left.png") no-repeat left center;
	left: 3%;
	opacity: 1;
	z-index: 100;
}

.banner-div2 .carousel-control-prev.nitro-lazy {
	background: none !important;
}

.banner-div2 .carousel-control-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/banner-arrow-right.png") no-repeat right center;
	right: 3%;
	opacity: 1;
	z-index: 100;
}

.banner-div2 .carousel-control-next.nitro-lazy {
	background: none !important;
}

.banner-div2 .carousel-caption {
	right: auto;
	left: auto;
	background: rgba(2, 141, 208, .3);
	bottom: 5%;
	left: 15%;
	padding: 20px;
	width: 70%;
}

.banner-div2 .carousel-caption {
	color: #4e4e4e;
}

.banner-div2 .carousel-caption h5 {
	color: #984f1d;
	font-size: 22px;
	font-weight: 600;
}

.banner-div2 .carousel-caption {
	color: #fff;
	text-align: left;
}

.banner-div2 .carousel-caption h1 {
	font-size: 25px;
	font-weight: 900;
	margin-bottom: 20px;
}

.banner-div2 .carousel-caption h1 span {
	color: #cde1fd;
}

.home-div1 {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: var(--body-font1);
	color: #252526;
}

.s-head {
	margin: 0;
	font-size: 1.4rem;
	text-transform: uppercase;
	color: var(--purple);
	font-weight: 600;
}

.l-head {
	margin: 0;
	font-size: 2.3rem;
	color: var(--head);
	font-weight: 400;
	margin-top: 10px;
	text-align: left;
	font-family: var(--head-font);
	line-height: 1.2;
}

.s-head1 {
	white-space: nowrap;
	overflow: hidden;
	width: 100%;
}

.l-head {
	margin: 0;
	font-size: 2.3rem;
	color: var(--head);
	font-weight: 400;
	margin-top: 10px;
	text-align: left;
}

.read-more {
	background: linear-gradient(90deg, var(--dblue) 15.1%, var(--orange) 85.42%);
	text-align: center;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
	position: relative;
	overflow: hidden;
}

.read-more a {
	text-decoration: none;
	color: #fff;
}

.read1 {
	color: #fff;
	border: .15rem solid transparent;
	position: relative;
	z-index: 1;
	overflow: hidden;
	transition: all .7s ease;
}

.read1:hover {
	color: #3498db;
	border: .15rem solid var(--purple);
}

.read1:hover a {
	color: var(--purple);
}

.read1::after {
	content: "";
	background: #ecf0f1;
	position: absolute;
	z-index: -1;
	padding: .85em .75em;
	display: block;
}

.read1::after {
	transition: all .7s ease;
}

.read1:hover::after {
	transition: all .7s ease-out;
}

.read1::after {
	left: -20%;
	right: -20%;
	top: 0;
	bottom: 0;
	transform: skewX(-45deg) scale(0, 1);
}

.read1:hover::after {
	transform: skewX(-45deg) scale(1, 1);
}

.home-left {
	width: 70%;
}

.home-mid {
	width: 60%;
	margin-right: 10%;
}

.read-more i {
	font-size: 16px;
	top: 2px;
	position: relative;
}

.vm {
	text-align: center;
}

.service-carousel {
	padding-left: 0px;
	padding-right: 0%;
	margin-top: 50px;
	position: relative;
}

.service-carousel h3 {
	position: relative;
	z-index: 2;
	background: #e4e3e3;
	bottom: 50px;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	color: #343434;
	padding: 10px 30px;
	text-align: center;
	border-radius: 5px;
	/* left: 50%;  transform: translateX(-50%); width: 60%; */
	transition: all .5s ease-out;
}

.service-carousel .owl-item:hover h3 {
	/* background-image: linear-gradient(90deg, #00C0FF 0%, #FFCF00 49%, #FC4F4F 80%, #00C0FF 100%); */
	
	/*background-image: linear-gradient(90deg, var(--purple) 0%, var(--orange) 50%, var(--dblue) 100%);*/
	background-image: linear-gradient(90deg, var(--dblue) 0%, var(--purple) 100%);
	animation: slidebg 5s linear infinite;
	color: #fff;
}

@keyframes slidebg {
	to {
		background-position: 20vw;
	}
}

.service-carousel .owl-item {
	margin-right: 25px !important;
	text-align: center;
}

.service-carousel img {
	border-radius: 10px;
}

.service-carousel .owl-dots {
	margin-top: 15px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.service-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 15px;
	height: 15px;
	background: #000;
	border-radius: 2px;
	transition: .5s;
}

.service-carousel .owl-dot.active {
	width: 30px;
	background: var(--blue);
}

.service-carousel .owl-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") left center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	left: 0%;
	cursor: pointer;
	color: transparent;
	transform: rotate(180deg);
	transition: all .5s ease;
}

.service-carousel .owl-prev.nitro-lazy {
	background: none !important;
}

.service-carousel .owl-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") right center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	right: 0%;
	cursor: pointer;
	color: transparent;
	transition: all .5s ease;
}

.service-carousel .owl-next.nitro-lazy {
	background: none !important;
}

.service-carousel .owl-prev:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.service-carousel .owl-next:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.home-div2 {
	padding-bottom: 80px;
}

.home-div2 .l-head {
	margin-bottom: 30px;
}

.ha-left {
	position: relative;
}

.home-exp {
	background: #5d6fb3;
	color: #fff;
	position: absolute;
	bottom: 20%;
	left: 15%;
	padding: 5px 50px;
	transform: skewX(38deg);
}

.home-exp:after {
	content: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/arrow-right3.png");
	background-image: none;
	display: inline-block;
	font-weight: 600;
	font-size: 24px;
	color: #fff;
	margin-right: 10px;
	transition: all .5s ease;
	position: absolute;
	right: -55%;
	bottom: -70%;
	transform: skewX(-38deg) rotate(5deg);
	/* -webkit-animation: image 2s;
        animation: image 2s;

        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;

        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;

        -webkit-animation-direction: normal;
        animation-direction: normal; 
        transition: all 10s linear; */
	
	/* 
       animation: image 2s linear 2s infinite normal forwards;
       transition: transform 2s ease-in-out; */
	animation: image 5s linear 0s infinite normal;
	transition: all 1.5s ease-in-out;
}

@keyframes image {
	10% {
		content: url("../images/arrow-right3.png");
	}
	
	50% {
		content: url("../images/arrow-right4.png");
	}
	
	90% {
		content: url("../images/arrow-right5.png");
	}
}

.home-exp h3, .home-exp h5 {
	transform: skewX(-38deg);
}

.home-exp h3 {
	margin: 0;
	margin-left: 0px;
	font-size: 27px;
	font-weight: 600;
}

.home-exp h5 {
	margin: 0;
	font-size: 15px;
	margin-top: 2px;
	margin-bottom: 10px;
	font-weight: 400;
}

.btn-blue-tr {
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	/* border-radius: 5px; */
	font-weight: 600;
	color: #ecf0f1;
	transition: .5s;
	background-color: #3498db;
	box-shadow: 7px 7px #196090, -7px -7px #fce4d7;
	cursor: pointer;
}

.btn-blue-tr:before {
	position: absolute;
	content: "";
	border: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	transition: .5s;
}

.btn-blue-tr:hover {
	box-shadow: none;
}

.btn-blue-tr:hover::before {
	border-top: 5px solid var(--orange);
	border-left: 5px solid var(--orange);
	border-right: 5px solid #258cd1;
	border-bottom: 5px solid #258cd1;
}

.btn-blue-tr a {
	text-decoration: none;
	color: #fff;
	position: relative;
}

.home-div3 .btn-blue-tr {
	box-shadow: 7px 7px #196090, -7px -7px #f4c9b1;
	margin-top: 20px;
}

.home-div3 .btn-blue-tr:hover {
	box-shadow: none;
}

.home-div3 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blue-bg1.jpg") no-repeat;
	background-size: cover;
	text-align: center;
	padding-top: 60px;
	padding-bottom: 60px;
}

.home-div3.nitro-lazy {
	background: none !important;
}

.home-div3 h2 {
	font-size: 23px;
}

.home-div3 h3 {
	font-size: 27px;
}

.animate-charcter {
	font-weight: 900;
	text-transform: uppercase;
	background-image: linear-gradient(-225deg, #ccc 0%, #feb01a 59%, #fff 67%, #fff 100%);
	background-size: auto auto;
	background-clip: border-box;
	background-size: 200% auto;
	color: #fff;
	background-clip: text;
	text-fill-color: transparent;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
	font-size: 190px;
}

.home-news {
	margin-left: 10px;
	margin-right: 10px;
}

.home-news1 {
	border: 5px solid #fff;
	position: relative;
	overflow: hidden;
	margin-top: 30px;
}

.home-news1::after {
	box-shadow: 0px -1px 5px 2px rgba(0, 0, 0, .75) inset;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	top: 0;
	width: 100%;
}

.home-news1 .overlay1 {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(240, 89, 7, .82);
	overflow: hidden;
	width: 100%;
	height: 100%;
	transition: .5s ease-out;
	z-index: 2000;
}

/* .home-news1 .item {
  position: relative;
  overflow: hidden;

} */
.home-news1:hover .overlay1 {
	bottom: 0;
	height: 100%;
	width: 100%;
}

.home-news1 .right-overlay {
	left: 100%;
	height: 100%;
}

.home-news1:hover .right-overlay {
	left: 0;
}

.news-carousel .owl-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") left center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	left: 0%;
	cursor: pointer;
	color: transparent;
	transform: rotate(180deg);
	transition: all .5s ease;
}

.news-carousel .owl-prev.nitro-lazy {
	background: none !important;
}

.news-carousel .owl-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") right center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	right: 0%;
	cursor: pointer;
	color: transparent;
	transition: all .5s ease;
}

.news-carousel .owl-next.nitro-lazy {
	background: none !important;
}

.news-carousel .owl-prev:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.news-carousel .owl-next:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.content .content-overlay {
	background: rgba(0, 0, 0, .4);
	position: absolute;
	height: 99%;
	width: 100%;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out 0s;
	-moz-transition: all .4s ease-in-out 0s;
	transition: all .4s ease-in-out 0s;
}

.content:hover .content-overlay {
	opacity: 1;
}

.content-details {
	position: absolute;
	z-index: 2;
	text-align: center;
	padding-left: 1em;
	padding-right: 1em;
	width: 100%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: all .3s linear 0s;
	-moz-transition: all .3s linear 0s;
	transition: all .3s linear 0s;
}

.content:hover .content-details {
	top: 50%;
	left: 50%;
	opacity: 1;
}

.content-details h3 {
	color: #fff;
	font-weight: 500;
	letter-spacing: .15em;
	margin-bottom: .5em;
	text-transform: uppercase;
}

.content-details p {
	color: #fff;
	font-size: .8em;
}

.content-details  img {
	margin-left: 10px;
}

.fadeIn-bottom {
	top: 80%;
}

.fadeIn-right {
	left: 80%;
}

.text {
	color: white;
	font-size: 1.2vw;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
}

.vbox-close {
	font-size: 50px !important;
	right: 10px !important;
}

.bounce {
	display: inline-flex;
	justify-content: center;
	-webkit-box-reflect: below -20px linear-gradient(transparent, rgba(33, 30, 30, .18));
}

.bounce span {
	display: inline-flex;
	animation: bounce 1.5s infinite;
}

@keyframes bounce {
	0%, 50%, 100% {
		transform: translateY(0);
	}
	
	25% {
		transform: translateY(-10px);
	}
}

.ten span:nth-of-type(1) {
	animation-delay: .1s;
}

.ten span:nth-of-type(2) {
	animation-delay: .2s;
}

.ten span:nth-of-type(3) {
	animation-delay: .3s;
}

.ten span:nth-of-type(4) {
	animation-delay: .4s;
}

.ten span:nth-of-type(5) {
	animation-delay: .5s;
}

.ten span:nth-of-type(6) {
	animation-delay: .6s;
}

.ten span:nth-of-type(7) {
	animation-delay: .7s;
}

.ten span:nth-of-type(8) {
	animation-delay: .8s;
}

.ten span:nth-of-type(9) {
	animation-delay: .9s;
}

.ten span:nth-of-type(10) {
	animation-delay: 1s;
}

.ten span:nth-of-type(11) {
	animation-delay: 1.1s;
}

.ten span:nth-of-type(12) {
	animation-delay: 1.2s;
}

.drop-main {
	display: flex;
	justify-content: center;
}

.one span:nth-of-type(1) {
	opacity: 0;
	animation: drop .4s linear forwards;
	color: #0ff;
}

.one span:nth-of-type(2) {
	opacity: 0;
	animation: drop .4s linear forwards .2s;
	color: #9ff;
}

.one span:nth-of-type(3) {
	opacity: 0;
	animation: drop .4s linear forwards .4s;
	color: #cff;
}

.one span:nth-of-type(4) {
	opacity: 0;
	animation: drop .4s linear forwards .6s;
	color: #fff;
}

.one span:nth-of-type(5) {
	opacity: 0;
	animation: drop .4s linear forwards .8s;
	color: #de4040;
}

.one span:nth-of-type(6) {
	opacity: 0;
	animation: drop .4s linear forwards 1s;
	color: #de4040;
}

.one span:nth-of-type(7) {
	opacity: 0;
	animation: drop .4s linear forwards .8s;
	color: #de4040;
}

.one span:nth-of-type(8) {
	opacity: 0;
	animation: drop .4s linear forwards 1.2s;
	color: #de4040;
}

.one span:nth-of-type(9) {
	opacity: 0;
	animation: drop .4s linear forwards 1.4s;
	color: #de4040;
}

.one span:nth-of-type(10) {
	opacity: 0;
	animation: drop .4s linear forwards 1.6s;
	color: #de4040;
}

.one span:nth-of-type(11) {
	opacity: 0;
	animation: drop .4s linear forwards 1.8s;
	color: #de4040;
}

.one span:nth-of-type(12) {
	opacity: 0;
	animation: drop .4s linear forwards 2s;
	color: #de4040;
}

@keyframes drop {
	0% {
		transform: translateY(-200px);
		opacity: 0;
	}
	
	50% {
		transform: translateY(0px);
		opacity: 1;
	}
	
	65% {
		transform: translateY(-17px);
		opacity: 1;
	}
	
	75% {
		transform: translateY(-22px);
		opacity: 1;
	}
	
	100% {
		transform: translateY(0px);
		opacity: 1;
	}
}

.fancybox__button--thumbs, .carousel__track {
	display: none !important;
}

.home-news h6 {
	margin: 0;
	font-size: 17px;
	margin-top: 20px;
}

.home-div3 .read-more {
	margin-top: 25px;
	background: var(--orange);
	border: 1px solid var(--purple);
	position: relative;
	transition: all .5s ease;
	border: 2px solid var(--purple);
}

.home-div3 .read-more:hover {
	background-color: #fff;
	color: var(--blue);
	border: 2px solid var(--orange);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.home-div3 .read-more:hover a {
	color: var(--orange) !important;
}

.home-div3 .read-more::after {
	content: "";
	background: #ecf0f1;
	position: absolute;
	z-index: -1;
	padding: .85em .75em;
	display: block;
	transition: all .35s;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transform: scale(0, 0) rotate(-180deg);
}

.home-div3 .read-more:hover::after {
	transition: all .3s ease-out;
	transform: scale(1, 1) rotate(0deg);
}

.read-more5 {
	width: 10rem;
	height: 3rem;
	font-size: 20px;
	text-align: center;
	line-height: 2.5rem;
	letter-spacing: 1px;
	position: relative;
	transition: .3s;
	margin-top: 3rem;
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 600;
}

.read-more5 a {
	color: #fff;
	position: relative;
	z-index: 3;
	text-decoration: none;
}

.read-more5::before, .read-more5::after {
	content: "";
	position: absolute;
	width: inherit;
	height: inherit;
	top: 0;
	left: 0;
	transition: .3s;
}

.read-more5::before {
	background-color: var(--blue);
	z-index: 2;
	box-shadow: .2rem .2rem .5rem rgba(0, 0, 0, .2);
	border-top-left-radius: 10px;
}

.read-more5::after {
	background-color: var(--orange);
	transform: translate(.5rem, .5rem);
	border-bottom-right-radius: 10px;
	z-index: 1;
}

.read-more5:hover {
	transform: translate(.5rem, .5rem);
	color: white;
}

.read-more5:hover::before {
	background-color: var(--orange);
	border-bottom-right-radius: 10px;
	border-top-left-radius: 0px;
}

.read-more5:hover::after {
	background-color: var(--blue);
	transform: translate(-.5rem, -.5rem);
	border-bottom-right-radius: 0px;
	border-top-left-radius: 10px;
}

.home-div4 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-div4 .l-head {
	text-align: center;
}

.team-carousel {
	background: #fff;
}

.owl-stage {
	overflow: visible;
}

.team-carousel .owl-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") left center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	left: 0%;
	cursor: pointer;
	color: transparent;
	transform: rotate(180deg);
	transition: all .5s ease;
}

.team-carousel .owl-prev.nitro-lazy {
	background: none !important;
}

.team-carousel .owl-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") right center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	right: 0%;
	cursor: pointer;
	color: transparent;
	transition: all .5s ease;
}

.team-carousel .owl-next.nitro-lazy {
	background: none !important;
}

.team-carousel .owl-prev:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.team-carousel .owl-next:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.home-team {
	padding: 20px;
	position: relative;
	z-index: 2;
	overflow: visible;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
	margin: 30px 10px;
}

.home-team h4 {
	margin: 0;
	color: #181818;
	font-size: 18px;
	margin-top: 10px;
	transition: .7s all ease-in-out;
}

.home-team h5 {
	margin: 0;
	margin-top: 2px;
	font-size: 17px;
	color: #6c6c6c;
	transition: .7s all ease-in-out;
	font-family: var(--body-font);
}

.home-team img {
	margin-left: auto;
	margin-right: auto;
	filter: saturate(20%);
	transition: .7s all ease-in-out;
	transform: scale(100%);
	width: 100%;
}

.home-team-img {
	overflow: hidden;
	position: relative;
}

.home-team:hover img {
	transform: scale(110%);
	filter: saturate(100%);
}

.home-team:hover h4 {
	color: var(--orange);
}

.home-team:hover h5 {
	color: var(--dblue);
}

.team-page1 {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.team-page1 img {
	width: 100% !important;
	height: 300px !important;
	object-fit: cover;
	max-width: 100% !important;
}

.team-page {
	margin-bottom: 30px;
}

.news-detail {
	padding-bottom: 130px;
}

.news-detail img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	height: auto !important;
}

.news-detail h1 {
	text-align: center;
	color: #008bc5;
	padding-top: 20px;
}

.news-detail p {
	text-align: center;
}

.home-div5 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg1.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-bottom: 100px;
	text-align: center;
}

.home-div5.nitro-lazy {
	background: none !important;
}

.home-hlight {
	padding-left: 50px;
	padding-right: 50px;
	position: relative;
	text-align: center;
	padding-top: 100px;
}

.home-hlight::before {
	position: absolute;
	content: "";
	left: -0px;
	right: -0px;
	top: 0;
	min-width: 100%;
	border-top: 4px solid #2098d1;
	transform: scaleX(0);
	transition: all 500ms ease;
}

.home-hlight::after {
	position: absolute;
	content: "";
	right: -0px;
	top: 0;
	bottom: 7px;
	border-right: 1px solid rgba(255, 255, 255, .15);
}

.home-hlight:hover::before {
	transform: scaleX(1);
}

.home-hlight h2 {
	font-size: 50px;
	font-weight: 600;
	color: #fff;
	background: #e66305;
	background: linear-gradient(to right, #e66305 0%, #3368ff 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-hlight h5 {
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .1em;
	font-family: "Futura Thin";
}

/* .port-div1{margin-left: 5px; margin-right: 5px; margin-top: 30px;}
    .port-div1 img{filter: brightness( 100% ) contrast( 100% ) saturate( 0% ) blur( 0px ) hue-rotate( 0deg ); transition: all .5s ease-in-out;}

    .port-div1:hover img{filter: brightness( 100% ) contrast( 100% ) saturate( 100% ) blur( 0px ) hue-rotate( 0deg ); transform: scale(100%); transition: all .5s ease-in-out;}

    .port-div1:hover img{transform: scale(95%);} */
.port-div1 {
	position: relative;
	background: radial-gradient(#111 50%, #000 100%);
	overflow: hidden;
	cursor: pointer;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
	border-radius: 0;
	border: 1px solid var(--orange);
}

.port-div1 img {
	/*       transform: scale(1.3); */
	transition: .3s ease-out;
	width: 100%;
}

.port-div1:hover img {
	transform: scale(1.1) translateY(-10px);
	opacity: .3;
}

.overlay2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	width: 100%;
	text-align: center;
	color: #fff;
}

.accordion-button:not(.collapsed) {
	background-color: #e2ebee !important;
}

.accordion-item:last-of-type .accordion-button.collapsed {
	background-color: #d8e2e5 !important;
}

.accordion-header, .accordion-body {
	font-family: inherit;
}

.accordion-div h3 {
	display: none !important;
}

.accordion-div h2 {
	text-align: center;
	padding-bottom: 40px;
	color: #55698f;
}

#wpsm_accordion_1781 .wpsm_panel + .wpsm_panel {
	margin-top: 20px !important;
}

#wpsm_accordion_1781 .wpsm_panel {
	border-radius: 32px !important;
}

#wpsm_accordion_1781 .wpsm_panel {
	box-shadow: 0 5px 5px rgba(0, 0, 0, .05) !important;
}

@media (min-width:1025px) {
	.proj-carousel .owl-item {
		width: 33.33% !important;
	}
}

.proj-carousel .owl-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") left center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	left: 0%;
	cursor: pointer;
	color: transparent;
	transform: rotate(180deg);
	transition: all .5s ease;
}

.proj-carousel .owl-prev.nitro-lazy {
	background: none !important;
}

.proj-carousel .owl-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") right center no-repeat;
	height: 38px;
	position: absolute;
	bottom: 50%;
	width: 38px;
	z-index: 1000;
	right: 0%;
	cursor: pointer;
	color: transparent;
	transition: all .5s ease;
}

.proj-carousel .owl-next.nitro-lazy {
	background: none !important;
}

.proj-carousel .owl-prev:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.proj-carousel .owl-next:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png");
}

.text-h1 {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out;
	font-size: 20px;
}

.text-p {
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out .2s;
}

.link-a {
	display: inline-block;
	background: var(--orange);
	color: #fff;
	padding: 5px 20px;
	border-radius: 5px;
	transform: translateY(30px);
	opacity: 0;
	transition: all .3s ease-out .4s;
	text-decoration: none;
}

.overlay2 .link-a:hover {
	background: var(--dblue);
}

.port-div1:hover .overlay2 .text-h1 {
	opacity: 1;
	transform: translateY(0);
}

.port-div1:hover .overlay2 .text-p {
	opacity: 1;
	transform: translateY(0);
}

.port-div1:hover .overlay2 .link-a {
	opacity: 1;
	transform: translateY(0);
}

.port-div {
	background: var(--blue);
	margin-top: 30px;
	padding-top: 15px;
	padding-bottom: 15px;
}

/* .client-carousel {
  padding-left: 60px;
  padding-right: 60px;
} */

/* .client-carousel .owl-prev {
  background: url('../images/vendor-arrow-left.png') left center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  left: 2%;
  cursor: pointer;
  color: transparent;
}

.client-carousel .owl-next {
  background: url('../images/vendor-arrow-right.png') right center no-repeat;
  height: 44px;
  position: absolute;
  top: 40%;
  width: 44px;
  z-index: 1000;
  right: 2%;
  cursor: pointer;
  color: transparent;
} */
.home-cl-img img {
	filter: unset;
	opacity: 1;
	transition: all .3s;
	-webkit-transition: all .3s;
	-ms-transition: all .3s;
}

.home-cl-img:hover img {
	filter: grayscale(100%);
	opacity: .5;
}

.home-div8 {
	margin-top: 60px;
	color: #fff;
}

.home-div8 .start-head {
	margin: 0;
	font-size: 37px;
	margin-bottom: 20px;
	font-family: var(--head-font);
	line-height: 1.2;
	font-weight: 500;
}

.home-div8 p {
	font-family: "Futura Thin";
	font-size: 20px;
}

.home-start {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg3.jpg") no-repeat;
	background-size: cover;
	padding-left: 15%;
	padding-right: 100px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-start.nitro-lazy {
	background: none !important;
}

.home-job {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg4.jpg") no-repeat;
	background-size: cover;
	padding-right: 15%;
	padding-left: 100px;
	padding-top: 80px;
	padding-bottom: 80px;
}

.home-job.nitro-lazy {
	background: none !important;
}

.cont-us {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 15px;
	font-family: var(--head-font);
}

.cont-us a {
	text-decoration: none;
	color: #fff;
}

/* effect-shine */
a.effect-shine:hover {
	-webkit-mask-image: linear-gradient(-75deg, rgba(255, 168, 0, 1) 30%, rgba(255, 168, 0, 1) 50%, rgba(255, 168, 0, 1) 70%);
	-webkit-mask-size: 200%;
	animation: shine 2s infinite;
}

@-webkit-keyframes shine {
	from {
		-webkit-mask-position: 150%;
	}
	
	to {
		-webkit-mask-position: -50%;
	}
}

.fill-closing-horizontal-delayed {
	display: inline;
	-moz-user-select: none;
	-ms-user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	white-space: nowrap;
	overflow: hidden;
	text-decoration: none;
	-webkit-transition: color .5s ease;
	-moz-transition: color .5s ease;
	-ms-transition: color .5s ease;
	-o-transition: color .5s ease;
	position: relative;
	z-index: 2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-user-select: none;
	user-select: none;
	padding: 10px;
	transition: color .5s ease;
}

.fill-closing-horizontal-delayed:after, .fill-closing-horizontal-delayed:before {
	content: "";
	position: absolute;
	z-index: -1;
	height: 100%;
	top: 0;
}

.fill-closing-horizontal-delayed:hover {
	outline: 0;
	color: #fff;
	transition: color 1s ease;
	cursor: pointer;
}

.fill-closing-horizontal-delayed:before {
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}

.fill-closing-horizontal-delayed:after {
	-webkit-transition: all .5s ease .5s;
	-moz-transition: all .5s ease .5s;
	-ms-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
	transition: all .5s ease .5s;
	width: 3px;
	right: 0;
}

.fill-closing-horizontal-delayed:focus:after, .fill-closing-horizontal-delayed:hover:after {
	-webkit-transition: all .5s ease .5s;
	-moz-transition: all .5s ease .5s;
	-ms-transition: all .5s ease .5s;
	-o-transition: all .5s ease .5s;
}

.fill-closing-horizontal-delayed:focus:after, .fill-closing-horizontal-delayed:hover:after {
	outline: 0;
	background-color: #1b98e0;
	transition: all .5s ease .5s;
}

.fill-closing-horizontal-delayed:focus:after, .fill-closing-horizontal-delayed:hover:after {
	width: 50%;
	height: 100%;
}

.fill-closing-horizontal-delayed:before {
	width: 3px;
	left: 0;
}

.fill-closing-horizontal-delayed:focus:before, .fill-closing-horizontal-delayed:hover:before {
	outline: 0;
	background-color: #1b98e0;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-ms-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	width: 50%;
	height: 100%;
}

.fill-closing-horizontal-delayed:hover {
	color: #fff !important;
}

.fill-yellow:focus:after, .fill-yellow:hover:after, .fill-yellow:focus:before, .fill-yellow:hover:before {
	background-color: #ffa800;
}

.in-bg {
	position: relative;
	background: #0d0d0d;
}

.in-bg img {
	width: 100%;
}

.page-header__inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	font-family: var(--head-font);
}

.in-bg1 {
	border-top: 1px solid var(--bs-gray-300);
	padding-top: 60px;
	margin-top: 20px;
}

.in-bg1 .page-header__inner {
	position: relative;
	font-family: var(--head-font);
}

.page-header__inner ul li {
	padding: 5px;
	padding-bottom: 0;
	color: #fff;
	font-size: 16px;
	transition: all 500ms ease;
}

.page-header__inner ul li a {
	text-decoration: none;
	color: #fff;
	transition: all 500ms ease;
}

.page-header__inner ul li:hover, .page-header__inner ul li.active, .page-header__inner ul li a:hover, .page-header__inner ul li.active a {
	color: var(--orange);
}

.in-bg1 .page-header__inner ul li {
	padding: 5px;
	padding-bottom: 0;
	color: var(--blue);
	font-size: 16px;
	transition: all 500ms ease;
}

.in-bg1  .page-header__inner ul li a {
	text-decoration: none;
	color: var(--blue);
	transition: all 500ms ease;
}

.in-bg1  .page-header__inner ul li:hover, .in-bg1  .page-header__inner ul li.active, .in-bg1  .page-header__inner ul li a:hover, .in-bg1  .page-header__inner ul li.active a {
	color: var(--orange);
}

.page-header__inner h2 {
	margin: 0;
	margin-top: -5px;
	font-size: 50px;
	color: #fff;
	line-height: 52px;
	font-weight: 400;
}

.in-bg1 .page-header__inner h2 {
	margin: 0;
	margin-top: -5px;
	font-size: 50px;
	color: var(--blue);
	line-height: 52px;
	font-weight: 400;
	text-align: center;
}

.in-div1 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.in-div1 h5 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	border-left: 1px solid var(--orange);
	padding-left: 20px;
	color: var(--bs-gray-600);
	position: relative;
}

.in-div1 h1 {
	margin: 0;
	color: #0d0d0d;
	font-size: 45px;
	line-height: 50px;
	font-weight: 400;
	font-family: "FuturaBT Book";
	margin-top: 10px;
	margin-bottom: 20px;
}

.col-gap {
	column-gap: 20px;
}

.in-div2 {
	/*background: var(--bs-gray-100);*/
	border-top: 1px solid var(--bs-gray-400);
	padding-top: 40px;
	padding-bottom: 60px;
}

.id-head2 {
	margin: 0;
	text-align: center;
	font-size: 32px;
	color: #222;
	margin-bottom: 20px;
	font-family: var(--head-font);
	font-weight: 600;
	line-height: 1.2;
}

.id-head2 span {
	color: var(--dblue);
}

.process-div {
	background: transparent url("https://demo26.atiframe.com/wp-content/uploads/2020/02/Vector-1.png") center top/auto no-repeat scroll;
	margin-top: 100px;
	margin-bottom: 100px;
	position: relative;
	z-index: 1;
}

/* .process-div::before{
    content: "Steps";
        display: block;
    height: 100%;
    position: absolute;
    width: 100%;
    color:#fff;
   bottom: -50%;
    left: 50%;
    transform: translateX(-50%);
transform: translateY(-80%) translateX(-50%); 
    font-size: 150px;
    text-transform: uppercase;
    z-index: -100;
    
  }  */
.process {
	transition: all .5s ease;
}

.process h5 {
	margin: 0;
	font-size: 30px;
	color: var(--bs-gray-500);
	font-family: "Futura Thin";
	font-weight: 500;
	margin-bottom: 20px;
}

.process img {
	background: #fff;
	padding: 7px;
	border-radius: 50%;
	border: 1px solid var(--orange);
	transition: all .5s ease;
}

.process h3 {
	margin: 0;
	font-size: 17px;
	color: #0d0d0d;
	font-family: var(--head-font);
	font-weight: 300;
	margin-top: 20px;
}

.in-div2 .process:nth-child(odd) {
	top: -30px;
	position: relative;
}

.in-div2 .process:nth-child(even) {
	top: 70px;
	position: relative;
}

.in-div2 .process:nth-child(1) {
	left: 80px;
	top: -80px;
}

.in-div2 .process:nth-child(2) {
	left: 70px;
}

.in-div2 .process:nth-child(3) {
	top: -60px;
}

.in-div2 .process:nth-child(4) {
	top: 40px;
}

.in-div2 .process:nth-child(5) {
	top: 0px;
	left: -70px;
}

/* .in-div2 .process:nth-child(1):hover img{
  content: url("../images/ligh-bulb-hover.png");
} 

.in-div2 .process:nth-child(2):hover img {
  content: url("../images/planning-hover.png");
} 

.in-div2 .process:nth-child(3):hover img {
  content: url("../images/design-hover.png");
} 

.in-div2 .process:nth-child(4):hover img {
  content: url("../images/development-hover.png");
} 

.in-div2 .process:nth-child(5):hover img {
  content: url("../images/launch-hover.png");
}  */
.st-div {
	margin: 3rem;
	position: absolute;
	top: 30%;
	left: 55%;
	transform: translateY(-50%) translateX(-50%);
	text-shadow: 9px 3px 10px rgba(225, 225, 225, 1);
	padding-bottom: 10px;
	z-index: -1;
	font-family: "Futura Thin";
	color: #fff;
	text-transform: uppercase;
	width: 100%;
	height: 100%;
}

/* .box {
  padding: 0;
  width: 320px;
  margin: 0 auto;
  border: 5px solid white;
  text-align: center;
  text-transform: uppercase; } */
.st-div h5 {
	width: auto;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	margin-top: -130px;
}

.in-div3 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-in-bg1.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-size: cover;
	padding-bottom: 200px;
}

.in-div3.nitro-lazy {
	background: none !important;
}

.in-div3::before {
	background-color: rgba(0, 0, 0, .5);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.id-head3 {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	position: relative;
	z-index: 2;
	font-size: 50px;
	line-height: 60px;
	font-family: "FuturaBT Book";
}

.video-area {
	background-image: linear-gradient(0deg, #008bc5 0%, #008bc5 60%, #008bc5 100%);
	padding: 200px 0;
}

a.play-btn {
	background: #fff;
	color: #008bc5;
	border-radius: 50%;
	font-size: 20px;
	left: 0;
	top: 0;
	text-align: center;
	--bs-btn-bg: none !important;
}

.ripple {
	position: relative;
	text-decoration: none;
	color: #fff;
	width: 70px;
	height: 70px;
	background-color: #008bc5;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-animation: ripple 1s linear infinite;
	animation: ripple 1s linear infinite;
}

@-webkit-keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(9, 94, 130, .3), 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3);
		box-shadow: 0 0 0 0 rgba(9, 94, 130, .3), 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3), 0 0 0 90px rgba(9, 94, 130, 0);
		box-shadow: 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3), 0 0 0 90px rgba(9, 94, 130, 0);
	}
}

@keyframes ripple {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(9, 94, 130, .3), 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3);
		box-shadow: 0 0 0 0 rgba(9, 94, 130, .3), 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3);
	}
	
	100% {
		-webkit-box-shadow: 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3), 0 0 0 90px rgba(9, 94, 130, 0);
		box-shadow: 0 0 0 10px rgba(9, 94, 130, .3), 0 0 0 30px rgba(9, 94, 130, .3), 0 0 0 60px rgba(9, 94, 130, .3), 0 0 0 90px rgba(9, 94, 130, 0);
	}
}

.modal-dialog {
	max-width: 800px;
	width: 90%;
	margin: 0px auto;
}

.modal-body {
	position: relative;
	padding: 0px;
}

.modal-body .btn-close {
	position: absolute;
	right: -30px;
	top: 0;
	--bs-btn-close-color: #fff !important;
}

.in-div4 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-in-bg2.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	background-size: cover;
	color: #fff;
	margin-top: -120px;
}

.in-div4.nitro-lazy {
	background: none !important;
}

.in-div4::before {
	background-color: rgba(0, 139, 197, .8);
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	width: 100%;
}

.in-content {
	position: relative;
	z-index: 1;
	padding: 120px 70px;
}

.founder-speak p {
	font-size: 27px;
	line-height: 50px;
	font-family: "Futura Thin";
	text-align: left;
	text-align: justify;
}

.founder-speak h4 {
	margin: 0;
	margin-top: 30px;
	font-family: "Futura Thin";
	font-size: 30px;
	font-weight: 400;
	line-height: 44px;
	margin-bottom: 12px;
}

.founder-speak h5 {
	font-size: 16px;
	line-height: 26px;
	margin: 0;
	font-family: "Futura Thin";
	font-weight: 400;
}

.in-hlight {
	padding-top: 20px;
}

.in-hlight ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.in-hlight ul li {
	position: relative;
	padding: 10px;
	background: rgba(3, 85, 119, .5);
	margin-bottom: 2px;
	transition: all 500ms ease;
}

.in-hlight ul li img {
	margin-right: 20px;
	transition: all 500ms ease;
}

.in-hlight ul li:hover img {
	transform: rotateY(180deg);
}

.in-hlight h2 {
	font-size: 40px;
	font-weight: 600;
	color: #fff;
}

.in-hlight  h5 {
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	letter-spacing: .1em;
	font-family: "Futura Thin";
}

.in-div5 {
	padding-top: 60px;
	padding-bottom: 100px;
	text-align: center;
}

.in-div5 h5 {
	margin: 0;
	font-size: 14px;
	font-weight: 400;
	border-left: 1px solid var(--orange);
	padding-left: 20px;
	color: var(--bs-gray-600);
	position: relative;
	display: inline-block;
}

.id-head5 {
	margin: 0;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #0d0d0d;
	font-size: 45px;
	line-height: 50px;
	font-weight: 400;
	font-family: "FuturaBT Book";
	margin-top: 10px;
	margin-bottom: 20px;
}

.in-team {
	column-gap: 10px;
	row-gap: 10px;
}

.in-team1 img {
	width: 100% !important;
	object-fit: cover;
	max-width: 100% !important;
}

.in-team1 {
	position: relative;
	width: calc(25% - 10px);
}

.team-det {
	background: #fff;
	padding: 10px;
	position: relative;
	display: block;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 10px 60px 0px rgba(0, 0, 0, .07);
	padding: 24px 0 24px;
}

.team-det h3 {
	margin: 0;
	font-size: 20px;
	font-weight: 400;
	line-height: 28px;
	color: #0d0d0d;
	font-family: "FuturaBT Book";
}

.team-det h4 {
	margin: 0;
	font-size: 14px;
	margin: 0;
	line-height: 24px;
	color: var(--bs-gray-700);
	font-family: "Futura Thin";
}

.team-img {
	position: relative;
	display: block;
	overflow: hidden;
	z-index: 1;
}

.in-team1 .team-img::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background-color: rgba(0, 0, 0, .3);
	width: 0%;
	transform: translateY(100%);
	transition: all 500ms ease;
	z-index: 1;
}

.in-team1:hover .team-img::before {
	transform: translateY(0);
	width: 100%;
}

.team-det::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 4px;
	background-color: var(--blue);
	content: "";
	width: 0%;
	opacity: 0;
	transition: all 500ms ease;
}

.in-team1:hover .team-det::before {
	width: 100%;
	opacity: 1;
}

.in-div6 {
	padding-top: 0px;
	background: linear-gradient(to right, #fff 0%, #fff 31%, #f6f6f6 31%, #f6f6f6 100%);
}

.disc-more {
	background: #f6f6f6;
	padding: 60px;
	position: relative;
}

.disc-more::before {
	position: absolute;
	top: 0;
	bottom: 0;
	/* right: -10000000px; */
	content: "";
	background-color: #f6f6f6;
	left: 0;
	z-index: -1;
}

.disc-more::after {
	position: absolute;
	top: 0;
	bottom: 0;
	content: "";
	background-color: var(--orange);
	left: 0;
	width: 1%;
}

.disc-more h1 {
	font-size: 40px;
	font-weight: 400;
	line-height: 50px;
	color: #0d0d0d;
	font-family: "FuturaBT Book";
}

.in-port1 {
	padding-top: 0px;
	padding-bottom: 30px;
	font-size: 13px;
}

.in-port1 .d-flex {
	column-gap: 10px;
	row-gap: 10px;
}

.in-port1 a {
	text-decoration: none;
	background: var(--dblue);
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
}

.in-port1 a:hover, .in-port1 a:active, .in-port1 a.active {
	background: var(--orange);
}

.in-port2 {
	padding-bottom: 100px;
}

.port-det {
	background: #fff;
	padding: 15px 10px;
	text-align: center;
	border: 1px solid var(--blue);
	border-radius: 10px;
	transition: all .5s ease;
	margin-bottom: 25px;
	height: 400px;
}

.port-det h4 {
	margin: 0;
	font-size: 17px;
	margin-top: 3px;
	font-family: "Futura Thin";
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-repeat: no-repeat;
	transition: .5s ease-out;
	background-image: linear-gradient(to bottom, #e98b47, #e98b47), linear-gradient(to bottom, var(--dblue), var(--dblue));
	background-size: 0% 100%, 100% 100%;
	background-position: center;
}

.port-det:hover h4 {
	background-size: 100% 100%, 100% 100%;
}

.port-det h3 {
	margin: 0;
	margin-top: 20px;
	font-size: 18px;
	line-height: 24px;
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	background-repeat: no-repeat;
	transition: .5s ease-out;
	background-image: linear-gradient(to bottom, var(--dblue), var(--dblue)), linear-gradient(to bottom, var(--purple), var(--purple));
	background-size: 0% 100%, 100% 100%;
	background-position: center;
}

.port-det:hover h3 {
	background-size: 100% 100%, 100% 100%;
}

.port-det a {
	text-decoration: none;
	color: #ec6500;
}

/* .port-det:hover{background: #ffdbc1;} */
.port-detail {
	padding-bottom: 100px;
}

.port-detail img {
	height: auto !important;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.port-detail h1 {
	text-align: center;
	font-size: 30px;
	padding-top: 20px;
	color: #2c5bb9;
}

.in-ser1 {
	padding-top: 160px;
	padding-bottom: 160px;
	font-family: "FuturaBT Book";
	text-align: left;
	box-shadow: 0px 0px 30px -5px rgba(0, 15, 35, .15);
	background: #f7f8f8;
}

.ser-img1 {}

.iser-head1 {
	margin: 0;
	font-size: 28px;
	color: #000;
	font-family: "FuturaBT Book";
}

.in-ser1 h3 {
	margin: 0;
	color: rgba(12, 101, 237, .06);
	font-size: 152px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: "FuturaBT Book";
}

.ser-left1 {
	width: 25%;
}

.ser-mid1 {
	width: 40%;
	margin-left: 30px;
	margin-right: 30px;
	text-align: justify;
}

.ser-right1 {
	width: 35%;
}

.s-icon {
	margin-bottom: 10px;
}

.in-contact {
	padding-top: 60px;
	padding-bottom: 60px;
	font-family: "Futura Thin";
	text-align: left;
	font-size: 15px;
}

.in-contact h1 {
	margin: 0;
	font-size: 22px;
	color: #fff;
	margin-bottom: 30px;
}

.in-contact .d-flex {
	column-gap: 0px;
}

.cont-left {
	/*box-shadow: 0px 0px 5px 0px #999999;*/
	margin-top: 0px;
	padding: 30px;
	color: #fff;
	width: 100%;
}

.in-contact p {
	font-size: 18px;
	line-height: 28px;
}

.in-contact .cont-left:nth-child(odd) {
	background: var(--dblue);
}

.in-contact .cont-left:nth-child(even) {
	background: var(--orange);
}

.cont-left a {
	color: #fff;
}

.cont-left h3 {
	margin: 0;
	text-transform: uppercase;
	font-size: 17px;
	margin-bottom: 7px;
}

.cont-left i {
	color: black;
}

.cont-left .d-flex {
	column-gap: 10px;
}

.in-ct, .in-cm {
	margin-top: 20px;
}

.cont-down {
	margin-top: 120px;
}

.cont-right {
	width: 50%;
}

.cont-map {
	margin-left: 0%;
	margin-top: 0%;
	width: 50%;
}

.form2 {
	padding: 20px;
	border: 1px groove #c5c4c4;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #c5c4c4;
}

.form2 h2 {
	margin: 0;
	font-size: 25px;
	margin-bottom: 20px;
	color: var(--red);
}

.form2 label {
	margin-top: 10px;
	font-weight: 400;
	color: #666;
}

.form2 .form-group {
	margin-top: 5px;
}

.form2 input.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form2 .btn1 {
	color: #fff;
	margin-top: 15px;
	border-radius: 20px !important;
	background: var(--blue);
	box-shadow: none !important;
	border: none !important;
	padding: 5px 20px;
	margin-left: auto;
	margin-right: auto;
	transition: all .5s ease;
}

.form2 .btn1:hover {
	background: var(--red);
}

.footer-info {
	background: #fff;
	border-style: groove;
	border-width: 1px 1px 1px 1px;
	border-color: #ebebeb;
	box-shadow: 0px 0px 5px 0px #999;
	position: relative;
	border-radius: 5px;
	margin-top: -30px;
}

.foot-logo {
	background: #8a8ea3;
	padding: 40px 20px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}

.call-support {
	margin-top: 15px;
	margin-bottom: 15px;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #f3f3f3;
}

.footer-info h5 {
	margin: 0;
	font-size: 15px;
	text-transform: uppercase;
	color: #4757ae;
	margin-bottom: 5px;
}

.foot-num {}

.foot-num a {
	color: var(--orange);
	font-family: var(--head-font);
	font-size: 20px;
	animation: blink1 1s linear infinite;
	font-weight: 600;
}

@keyframes blink1 {
	0%, 100% {
		color: var(--dblue);
	}
	
	50% {
		color: var(--orange);
	}
}

.ft-mail a {
	color: var(--purple);
}

.move-vertical:hover::before, .move-vertical:hover::after {
	background-color: var(--orange);
}

.move-vertical::after, .move-vertical::before, .move-vertical:focus::after, .move-vertical:focus::before, .move-vertical:hover::after, .move-vertical:hover::before {
	width: 100%;
	height: 1px;
}

.foot-location {
	font-family: var(--head-font);
	font-size: 15px;
	color: #5f5f5f;
	padding-left: 20px;
	padding-right: 20px;
	border-right: 1px solid #f3f3f3;
}

.info-right {
	padding-left: 50px;
	padding-right: 50px;
}

.follow-us {
	text-align: center;
}

/* .follow-us a{text-decoration: none; color:var(--bs-gray-600); width: 30px; height: 30px; margin-right: 5px; border-radius: 50%; border: 1px solid var(--bs-gray-600); margin-top: 10px;  position: relative;
  overflow: hidden;
  
  z-index: 1;} */
ul.icon-effect {
	list-style: none;
	margin-top: 10px;
}

ul.icon-effect > li {
	display: inline;
	margin-right: 5px;
}

.icon1 {
	display: inline-block;
	position: relative;
	z-index: 1;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	font-size: 15px;
	color: #f1f1f1;
	line-height: 25px;
	text-align: center;
	background-color: var(--orange);
}

.icon1:after {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	content: "";
	box-sizing: content-box;
}

.icon-effect .icon1 {
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}

.icon-effect .icon1:after {
	top: -3px;
	left: -3px;
	padding: 3px;
	box-shadow: 0 0 0 4px var(--bs-gray-300);
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(.8);
	-moz-transform: scale(.8);
	-ms-transform: scale(.8);
	-o-transform: scale(.8);
	transform: scale(.8);
	opacity: 0;
}

.icon-effect-1a .icon1:hover {
	background-color: #f1f1f1;
	color: var(--orange);
}

.icon-effect-1a .icon1:hover:after {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.footer-info1 {
	padding-top: 60px;
	padding-bottom: 30px;
}

.footer-info1 h5 {
	margin: 0;
	font-size: 15px;
	color: #4757ae;
	margin-bottom: 5px;
}

.f-link {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	text-align: left;
	margin-top: 10px;
	letter-spacing: 0;
	font-family: var(--head-font);
}

.f-link li {
	display: block;
	padding-right: 0px;
}

.f-link li a {
	display: inline-block;
	padding: 3px 3px 3px 0px;
	font-size: 15px;
	line-height: 17px;
	/* text-transform: uppercase; */
	font-weight: 400;
	text-decoration: none;
	/* background: url(../images/footer-arrow.png) no-repeat top 13px left ; */
	color: #5f5f5f;
	margin-left: 0px;
	transition: All .5s ease;
	-webkit-transition: All .5s ease;
	-moz-transition: All .5s ease;
	-o-transition: All .5s ease;
}

.f-link li a:hover {
	color: var(--dblue);
	background-position: top 13px left 5px;
}

.underline-right:hover::after {
	height: 1px;
}

.payment {
	margin-top: 20px;
}

.payment a {
	margin-right: 10px;
}

.copy-div {
	background: var(--grey);
	font-size: 17px;
	border-top: 1px solid var(--bs-gray-400);
	font-family: "FuturaBT Book";
	padding-top: 10px;
	padding-bottom: 10px;
	color: var(--bs-gray-600);
	transition: all .5s ease;
}

.copy-div a {
	text-decoration: none;
	color: var(--bs-gray-600);
}

.copy-div a:hover {
	color: var(--orange);
}

.copy-div .power-div {
	text-align: right;
}

.copy-div .power-div .power {
	position: relative;
	z-index: 3;
}

.copy-div1 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.wel-div1 {
	background: var(--dgrey);
	color: var(--bs-white);
	padding-top: 60px;
	padding-bottom: 60px;
}

/* .wel-div1 h1{margin: 0; font-weight: 900; letter-spacing: .3rem; font-family: var(--inter-font); font-size: 45px;} */
.wel-btn {
	background: var(--red);
	letter-spacing: .3rem;
	font-size: 1.7rem;
	font-family: var(--abel-font);
	margin-left: 3rem;
	padding: 10px 30px;
	position: relative;
	-webkit-animation: glowing 1500ms infinite;
	-moz-animation: glowing 1500ms infinite;
	-o-animation: glowing 1500ms infinite;
	animation: glowing 1500ms infinite;
}

@-webkit-keyframes glowing {
	0% {
		background-color: #e90711;
		-webkit-box-shadow: 0 0 3px #e90711;
	}
	
	50% {
		background-color: #aa030b;
		-webkit-box-shadow: 0 0 7px #aa030b;
	}
	
	100% {
		background-color: #e90711;
		-webkit-box-shadow: 0 0 3px #e90711;
	}
}

@-moz-keyframes glowing {
	0% {
		background-color: #e90711;
		-moz-box-shadow: 0 0 3px #e90711;
	}
	
	50% {
		background-color: #aa030b;
		-moz-box-shadow: 0 0 7px #aa030b;
	}
	
	100% {
		background-color: #e90711;
		-moz-box-shadow: 0 0 3px #e90711;
	}
}

@-o-keyframes glowing {
	0% {
		background-color: #e90711;
		box-shadow: 0 0 3px #e90711;
	}
	
	50% {
		background-color: #aa030b;
		box-shadow: 0 0 7px #aa030b;
	}
	
	100% {
		background-color: #e90711;
		box-shadow: 0 0 3px #e90711;
	}
}

@keyframes glowing {
	0% {
		background-color: #e90711;
		box-shadow: 0 0 3px #e90711;
	}
	
	50% {
		background-color: #aa030b;
		box-shadow: 0 0 7px #aa030b;
	}
	
	100% {
		background-color: #e90711;
		box-shadow: 0 0 3px #e90711;
	}
}

.btn-3 {
	/* background: #e3403a;
  border: 1px solid #da251f;
  box-shadow: 0px 2px 0 #d6251f, 2px 4px 6px #e02a24;
  font-weight: 900;
  letter-spacing: 1px; */
	transition: all 150ms ease;
}

.btn-3:hover {
	background: #e02c26;
	border: 1px solid rgba(0, 0, 0, .05);
	box-shadow: 1px 1px 2px rgba(0, 0, 0, .5);
	color: #ec817d;
	text-decoration: none;
	text-shadow: -1px 1px 0 var(--sblue);
	transition: all 250ms ease;
}

.btn-4 {
	border: 1px solid;
	overflow: hidden;
	position: relative;
}

.btn-4 span {
	z-index: 20;
}

.btn-4:after {
	background: #fff;
	content: "";
	height: 155px;
	left: -75px;
	opacity: .2;
	position: absolute;
	top: -50px;
	transform: rotate(35deg);
	transition: all 550ms cubic-bezier(.19, 1, .22, 1);
	width: 50px;
	z-index: -10;
}

.btn-4:hover:after {
	left: 120%;
	transition: all 550ms cubic-bezier(.19, 1, .22, 1);
}

.wel-div2 {
	background: var(--grey);
	padding-top: 60px;
	padding-bottom: 60px;
}

.wel-div2 h1 {
	margin: 0;
	font-size: 23px;
	font-family: var(--head-font);
	font-weight: 400;
	letter-spacing: 2px;
	border: 1px solid #d1d1d1;
	border-left: none;
	border-right: none;
	padding: 5px 20%;
	margin-bottom: 30px;
	color: var(--head);
}

.ab-para {
	margin: 30px 10%;
}

.hover-5, .hover-5 > span {
	position: relative;
	color: inherit;
	text-decoration: none;
	line-height: 24px;
}

.hover-5:before, .hover-5:after, .hover-5 > span:before, .hover-5 > span:after {
	content: "";
	position: absolute;
	transition: transform .5s ease;
}

.hover-5 {
	display: inline-block;
	overflow: hidden;
	border: 1px solid var(--sred);
	border-left: none;
	border-right: none;
}

.wel-why1 .hover-5 {
	border-color: var(--blue);
}

.hover-5:before, .hover-5:after {
	right: 0;
	bottom: 0;
	background: #492059;
}

.hover-5:before {
	width: 100%;
	height: 2px;
	transform: translateX(-100%);
}

.hover-5:after {
	width: 2px;
	height: 100%;
	transform: translateY(100%);
}

.hover-5 > span {
	display: flex;
	padding: 10px 60px;
}

.hover-5 > span:before, .hover-5 > span:after {
	left: 0;
	top: 0;
	background: #492059;
}

.hover-5 > span:before {
	width: 100%;
	height: 2px;
	transform: translateX(100%);
}

.hover-5 > span:after {
	width: 2px;
	height: 100%;
	transform: translateY(-100%);
}

.hover-5:hover:before, .hover-5:hover:after, .hover-5:hover > span:before, .hover-5:hover > span:after {
	transform: translate(0, 0);
}

.wel-why {
	margin-top: 40px;
}

.wel-why h1 {
	color: var(--blue);
}

.wel-why1 {
	padding: 80px;
}

.wel-w-img {
	position: relative;
	width: 100%;
}

.wel-w-img:after {
	content: "";
	width: 100%;
	height: 100%;
	object-fit: cover;
	background: url("https://bluelinecomputers.com/wp-content/themes/blueline-child/images/rmx-design1.png") no-repeat;
	top: 80%;
	left: 0px;
	position: absolute;
}

.rmx-img {
	z-index: 1997;
	left: 2%;
	animation: start 10s ease-in-out infinite;
}

/* @keyframes start {
  0%,
  100%  {left:2%;}
	50% {left:50%;}
} */
.hover-effect {
	position: relative;
}

.hover-effect::before {
	right: 0;
	opacity: .7;
	top: 0;
}

.hover-effect::after {
	bottom: 0;
	opacity: .7;
	left: 0;
}

.hover-effect::before, .hover-effect::after {
	content: "";
	background: #fff;
	height: 0;
	width: 0;
	z-index: 1;
	position: absolute;
	-webkit-transition-duration: 1.3s !important;
	-o-transition-duration: 1.3s;
	transition-duration: 1.3s !important;
}

.hover-effect:hover::after, .hover-effect:hover::before {
	height: 100%;
	opacity: 0;
	width: 100%;
}

.img-hover-zoom {
	overflow: hidden;
}

.img-hover-zoom img {
	transition: transform .5s ease-in-out;
}

.img-hover-zoom:hover img {
	transform: scale(2) rotate(10deg);
}

.wheel {
	animation: round 10s infinite linear;
}

@keyframes round {
	from {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(480deg);
	}
}

.wel-why1 .read-more {
	border-color: var(--blue);
	position: relative;
	z-index: 2;
}

.wel-why1 .read-more a {
	color: var(--blue);
}

.wel-div3 {
	background: url("https://bluelinecomputers.com/wp-content/themes/blueline-child/images/rmx-background1.jpg") no-repeat center;
	background-size: cover;
	background-attachment: fixed;
	color: #2e2e2e;
}

.wel-div3.nitro-lazy {
	background: none !important;
}

.wel-q-stren {
	background: #0078bf;
	padding: 50px 40px;
	color: var(--bs-gray-400);
}

.wel-q-stren h1 {
	margin: 0;
	font-family: var(--inter-font);
	font-size: 30px;
	letter-spacing: 4px;
	font-weight: 700;
	margin-bottom: 30px;
}

.know-more a {
	color: #2e2e2e;
}

.pulse:hover, .pulse:focus {
	animation: pulse 1s;
	box-shadow: 0 0 0 2em transparent;
}

@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 var(--blue);
	}
}

.wel-div4 {
	padding-top: 60px;
	padding-bottom: 60px;
}

/* Reveal */
.hvr-reveal {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	overflow: hidden;
}

.hvr-reveal:before {
	content: "";
	position: absolute;
	z-index: 200;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-color: #2098d1;
	border-style: solid;
	border-width: 0;
	-webkit-transition-property: border-width;
	transition-property: border-width;
	-webkit-transition-duration: .1s;
	transition-duration: .1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-reveal:hover:before, .hvr-reveal:focus:before, .hvr-reveal:active:before {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	border-width: 4px;
}

.footer-div {
	background: var(--grey);
	position: relative;
	color: var(--bs-gray-800);
	padding-top: 60px;
	padding-bottom: 30px;
	font-family: var(--foot-font);
	letter-spacing: 0;
	font-size: 14px;
	position: relative;
}

.footer-bottom {
	padding-top: 60px;
}

.footer-div h5 {
	margin: 0px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: var(--bs-gray-900);
	display: block;
	margin-bottom: 10px;
	font-family: var(--foot-font);
	letter-spacing: 0;
}

.ft-ad h6 {
	margin: 0;
	font-size: 15px;
	color: #0078bf;
}

.ft-ad1 {
	border-bottom: 1px dotted var(--bs-gray-700);
	padding-bottom: 10px;
}

.ft-ad2 {
	padding-top: 10px;
}

.ft-con a {
	text-decoration: none;
	color: var(--bs-gray-800);
}

.ft-con a:hover {
	color: #0060ad;
}

.ft-col {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/footer-line.png") no-repeat bottom right;
}

.ft-col.nitro-lazy {
	background: none !important;
}

.footer-bottom .ft-col:nth-child(1) {
	margin-right: 60px;
}

.footer-bottom .ft-col:nth-child(2) {
	padding-left: 0px;
	padding-right: 60px;
}

.footer-bottom .ft-col:nth-child(3) {
	padding-left: 50px;
	padding-right: 0px;
	background: none;
}

.social-icon {
	text-align: right;
}

.social-icon a {
	text-decoration: none;
	transition: All .5s ease;
}

.social-icon img {
	display: inline;
	padding: 10px 20px;
	border-right: 1px solid #1c3349;
	transition: all .5s ease;
}

.social-icon a:hover img {
	opacity: .7;
}

/* .footer-img{position: relative;}
    .footer-img img{position: absolute; z-index: 2001; }  */
.footer-img {
	background: var(--grey);
}

.footer-img img {
	object-fit: cover;
}

/****styles***/
@keyframes swing {
	0% {
		transform: rotate(0deg);
	}
	
	10% {
		transform: rotate(10deg);
	}
	
	30% {
		transform: rotate(0deg);
	}
	
	40% {
		transform: rotate(-10deg);
	}
	
	50% {
		transform: rotate(0deg);
	}
	
	60% {
		transform: rotate(5deg);
	}
	
	70% {
		transform: rotate(0deg);
	}
	
	80% {
		transform: rotate(-5deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}

@keyframes sonar {
	0% {
		transform: scale(.9);
		opacity: 1;
	}
	
	100% {
		transform: scale(2);
		opacity: 0;
	}
}

#show-sidebar {
	background: #047aac;
	border-color: #79bad3;
}

.page-wrapper {
	display: none;
	position: relative;
	z-index: 2000;
}

@media (max-width:769px) {
	.page-wrapper {
		display: block;
	}
}

.page-wrapper .sidebar-wrapper, .sidebar-wrapper .sidebar-brand > a, .sidebar-wrapper .sidebar-dropdown > a:after, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before, .sidebar-wrapper ul li a i, .page-wrapper .page-content, .sidebar-wrapper .sidebar-search input.search-menu, .sidebar-wrapper .sidebar-search .input-group-text, .sidebar-wrapper .sidebar-menu ul li a, #show-sidebar, #close-sidebar {
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

/*----------------page-wrapper----------------*/

/* .page-wrapper {
          height: 100vh;
        } */
.page-wrapper .theme {
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	margin: 2px;
}

.page-wrapper .theme.chiller-theme {
	background: #1e2229;
}

/*----------------toggeled sidebar----------------*/
.page-wrapper.toggled .sidebar-wrapper {
	right: 0px;
}

@media screen and (min-width: 768px) {
	.page-wrapper.toggled .page-content {
		padding-left: 300px;
	}
}

/*----------------show sidebar button----------------*/
#show-sidebar {
	position: fixed;
	right: 20px;
	top: 20px;
	border-radius: 0 4px 4px 0px;
	width: 35px;
	transition-delay: .3s;
}

.page-wrapper.toggled #show-sidebar {
	left: -40px;
}

/*----------------sidebar-wrapper----------------*/
.sidebar-wrapper {
	width: 260px;
	height: 100%;
	max-height: 100%;
	position: fixed;
	top: 0;
	right: -300px;
	z-index: 2999;
}

.sidebar-wrapper ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.sidebar-wrapper a {
	text-decoration: none;
}

/*----------------sidebar-content----------------*/
.sidebar-content {
	max-height: calc(100% - 30px);
	height: calc(100% - 30px);
	overflow-y: auto;
	position: relative;
}

.sidebar-content.desktop {
	overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/
.sidebar-wrapper .sidebar-brand {
	padding: 10px 20px;
	display: flex;
	align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
	text-transform: uppercase;
	font-weight: bold;
	flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
	cursor: pointer;
	font-size: 20px;
}

/*--------------------sidebar-header----------------------*/
.sidebar-wrapper .sidebar-header {
	padding: 20px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
	float: left;
	width: 60px;
	padding: 2px;
	border-radius: 12px;
	margin-right: 15px;
	overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
	float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
	display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
	font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
	font-size: 11px;
	margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
	font-size: 8px;
	margin-right: 4px;
	color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/
.sidebar-wrapper .sidebar-search > div {
	padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/
.sidebar-wrapper .sidebar-menu {
	padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
	font-weight: bold;
	font-size: 14px;
	padding: 15px 20px 5px 20px;
	display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
	display: inline-block;
	width: 100%;
	text-decoration: none;
	position: relative;
	padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
	margin-right: 10px;
	font-size: 12px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
	display: inline-block;
	animation: swing ease-in-out .5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "";
	font-style: normal;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-align: center;
	background: 0 0;
	position: absolute;
	right: 15px;
	top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
	padding: 5px 0;
	margin: 0px;
	margin-left: -30px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
	padding-left: 25px;
	font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content: "";
	font-family: "Font Awesome 5 Free";
	font-weight: 400;
	font-style: normal;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	margin-right: 10px;
	font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label, .sidebar-wrapper .sidebar-menu ul li a span.badge {
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge, .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
	float: right;
	margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
	display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
	transform: rotate(90deg);
	right: 17px;
}

/*--------------------------side-footer------------------------------*/
.sidebar-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	display: flex;
}

.sidebar-footer > a {
	flex-grow: 1;
	text-align: center;
	height: 30px;
	line-height: 30px;
	position: relative;
}

.sidebar-footer > a .notification {
	position: absolute;
	top: 0;
}

.badge-sonar {
	display: inline-block;
	background: #980303;
	border-radius: 50%;
	height: 8px;
	width: 8px;
	position: absolute;
	top: 0;
}

.badge-sonar:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border: 2px solid #980303;
	opacity: 0;
	border-radius: 50%;
	width: 100%;
	height: 100%;
	animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/
.page-wrapper .page-content {
	display: inline-block;
	width: 100%;
	padding-left: 0px;
	padding-top: 20px;
}

.page-wrapper .page-content > div {
	padding: 20px 40px;
}

.page-wrapper .page-content {
	overflow-x: hidden;
}

/*------scroll bar---------------------*/
::-webkit-scrollbar {
	width: 13px;
	height: 13px;
}

::-webkit-scrollbar-button {
	width: 0px;
	height: 0px;
}

::-webkit-scrollbar-thumb {
	background: #1664a6;
	border: 0px none #fff;
	border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
	background: #1664a6;
}

::-webkit-scrollbar-thumb:active {
	background: #1664a6;
}

::-webkit-scrollbar-track {
	background: transparent;
	border: 0px none #fff;
	border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
	background: transparent;
}

::-webkit-scrollbar-track:active {
	background: transparent;
}

::-webkit-scrollbar-corner {
	background: transparent;
}

/*-----------------------------chiller-theme-------------------------------------------------*/
.chiller-theme .sidebar-wrapper {
	background: #047aac;
}

.chiller-theme .sidebar-wrapper .sidebar-header, .chiller-theme .sidebar-wrapper .sidebar-search, .chiller-theme .sidebar-wrapper .sidebar-menu {
	border-top: 1px solid #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	border-color: transparent;
	box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role, .chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text, .chiller-theme .sidebar-wrapper .sidebar-brand>a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li a, .chiller-theme .sidebar-footer>a {
	color: #fff;
	text-transform: uppercase;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a {
	border-bottom: 1px solid #3894bb;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a, .chiller-theme .sidebar-wrapper .sidebar-header .user-info, .chiller-theme .sidebar-wrapper .sidebar-brand>a:hover, .chiller-theme .sidebar-footer>a:hover i {
	color: #fff;
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-menu ul li.active > a {
	color: #fff;
	background: #c1d393;
}

.chiller-theme .sidebar-wrapper .sidebar-submenu ul li:hover > a, .chiller-theme .sidebar-wrapper .sidebar-submenu ul li.active > a {
	background: #5c96c8;
}

.chiller-theme .sidebar-wrapper .sidebar-submenu ul li > a {
	background: #f96857;
	border-bottom: 1px solid #cb4d27;
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
	color: #e8e5e5;
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
	color: #fff;
}

.chiller-theme .sidebar-wrapper ul li:hover a i, .chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
	color: #62a0f9;
	text-shadow: 0px 0px 10px rgba(22, 199, 255, .5);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i, .chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div, .chiller-theme .sidebar-wrapper .sidebar-search input.search-menu, .chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
	background: #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
	color: #6c7b88;
}

.chiller-theme .sidebar-footer {
	background: #3a3f48;
	box-shadow: 0px -1px 5px #282c33;
	border-top: 1px solid #464a52;
}

.chiller-theme .sidebar-footer>a:first-child {
	border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
	border-right: none;
}

/* Float */
.hvr-float {
	vertical-align: middle;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}

#back_to_top {
	display: inline-block;
	background-color: #1664a6;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 80px;
	right: 10px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
	cursor: pointer;
}

#back_to_top.show {
	opacity: .3;
	visibility: visible;
}

#back_to_top::after {
	content: "";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}

#back_to_top:hover {
	background-color: #d10013;
}

#back_to_top:hover::after {
	color: #fff;
}

/* ::-webkit-scrollbar,  ::-moz-scrollbar {
          width: 25px;
          scrollbar-width: auto;
        }
        
        ::-webkit-scrollbar-track, ::-moz-scrollbar-track {
          -webkit-box-shadow: inset 0 0 6px rgba(200,200,200,1);
          border-radius: 10px;
        }
        
        ::-webkit-scrollbar-thumb, ::-moz -scrollbar-thumb {
          border-radius: 10px;
          background-color:#fff;
          -webkit-box-shadow: inset 0 0 6px rgba(90,90,90,0.7);
        } */
.btn-hover-effect {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	position: relative;
	display: flex;
	align-items: center;
	padding: .7rem 2.5rem;
	transform: translateZ(0);
	text-decoration: none;
	overflow: hidden;
}

/* effect 1 styles */
.btn-hover-effect--effect-1 {}

.btn-hover-effect--effect-1:before {
	position: absolute;
	top: 0;
	left: 0;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	background-color: rgba(255, 255, 255, .2);
	transform: scale(0, 1);
	transform-origin: right top;
	z-index: -1;
}

.btn-hover-effect--effect-1:after {
	position: absolute;
	top: 1px;
	right: - 40px;
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 40px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	font-weight: 900;
	line-height: inherit;
	opacity: 0;
}

.btn-hover-effect--effect-1:hover {
	padding-left: 26px;
	padding-right: 46px;
}

.btn-hover-effect--effect-1:hover:before {
	transform: scale(1, 1);
	transform-origin: left top;
}

.btn-hover-effect--effect-1:hover:after {
	right: 0;
	opacity: 1;
}

/* effect #2 */
.btn-hover-effect--effect-2 {}

.btn-hover-effect--effect-2:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 200%;
	height: 200%;
	content: "";
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center top;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: -1;
}

.btn-hover-effect--effect-2:after {
	position: absolute;
	top: 1px;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	width: 40px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 25px;
	font-weight: 900;
	line-height: inherit;
	transform: scale(1.5);
	opacity: 0;
}

.btn-hover-effect--effect-2:hover {
	padding-left: 26px;
	padding-right: 46px;
}

.btn-hover-effect--effect-2:hover:before {
	transform: translate(-50%, -50%) scale(1);
	transform-origin: center bottom;
}

.btn-hover-effect--effect-2:hover:after {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	transform: scale(1);
	opacity: 1;
}

/* effect #3 */
.btn-hover-effect--effect-3 {}

.btn-hover-effect--effect-3:before {
	position: absolute;
	top: 0;
	left: 0;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 100%;
	height: 100%;
	content: "";
	transform: scale(1, 0);
	transform-origin: center bottom;
	background-color: rgba(255, 255, 255, .15);
	z-index: -1;
}

.btn-hover-effect--effect-3:after {
	position: absolute;
	top: 0;
	left: 0;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	transform: scale(1, 0);
	transform-origin: center bottom;
	background-color: rgba(255, 255, 255, .15);
}

.btn-hover-effect--effect-3:hover {
	color: transparent;
}

.btn-hover-effect--effect-3:hover:before {
	transition-duration: .15s;
	transform: scale(1, 1);
	transform-origin: center top;
}

.btn-hover-effect--effect-3:hover:after {
	transition-duration: .15s;
	transform: scale(1, 1);
	transform-origin: center top;
	color: #fff;
}

/* effect #4 */
.btn-hover-effect--effect-4 {}

.btn-hover-effect--effect-4:before {
	position: absolute;
	top: 0;
	left: 0;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300%;
	height: 300%;
	content: "";
	transform: scale(.5);
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	z-index: -1;
}

.btn-hover-effect--effect-4:after {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	transform: scale(1.4);
}

.btn-hover-effect--effect-4:hover {
	color: transparent;
}

.btn-hover-effect--effect-4:hover:before {
	transform: scale(2);
	transform-origin: center center;
}

.btn-hover-effect--effect-4:hover:after {
	transition-property: all;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: .2s;
	color: #fff;
	transform: scale(1);
}

/* effect #5 */
.btn-hover-effect--effect-5 {}

.btn-hover-effect--effect-5:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transition-property: transform;
	transition-duration: .2s;
	transition-timing-function: linear;
	transition-delay: 0s;
	display: block;
	width: 300px;
	height: 300px;
	content: "";
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	z-index: -1;
}

.btn-hover-effect--effect-5:after {
	position: absolute;
	top: 50%;
	left: 50%;
	transition: transform .2s linear .2s, opacity .2s linear .2s;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 300px;
	content: "";
	font-family: "Font Awesome 5 Free";
	font-size: 30px;
	font-weight: 900;
	line-height: inherit;
	color: transparent;
	transform: translate(-50%, -50%) scale(0);
	transform-origin: center center;
	background-color: rgba(255, 255, 255, .15);
	border-radius: 50%;
	opacity: 0;
	z-index: -1;
}

.btn-hover-effect--effect-5:hover {
	color: transparent;
}

.btn-hover-effect--effect-5:hover:before {
	transition-duration: .15s;
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}

.btn-hover-effect--effect-5:hover:after {
	transition-duration: .15s;
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
	color: #fff;
}

.overlay, .overlay-text, .simple-text, .overlay-sim-text-2, .overlay-text-effect-3, .zoom-effect-1 img, .zoom-effect-2 img, .opacity-effect img, .blur-effect img, .grayscale-effect img {
	transition: all .4s linear;
	-webkit-transition: all .4s linear;
	-moz-transition: all .4s linear;
	-o-transition: all .4s linear;
}

.image-wrapper {
	margin-bottom: 35px;
}

.effect-image-1 {
	position: relative;
	display: block;
	transition: all .5s ease;
}

.overlay-text p, .overlay-sim-text-2 p, .overlay-text-effect-3 p {
	text-align: center;
	font-family: "Roboto", sans-serif;
	color: #fff;
	padding: 20px 20px;
}

.overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(4, 119, 171, .7);
	opacity: 0;
	visibility: hidden;
}

/*-- simple overlay css --*/
.simple-overlay {
	opacity: 0;
	visibility: hidden;
}

.effect-image-1:hover .simple-overlay {
	visibility: visible;
	opacity: 1;
}

/*-- left to right overlay --*/
.simple-overlay-1 {
	width: 0px;
	visibility: hidden;
}

.effect-image-1:hover .simple-overlay-1 {
	visibility: visible;
	opacity: 1;
	width: 100%;
}

/*-- right to left overlay --*/
.simple-overlay-2 {
	width: 0px;
	right: 0;
	left: initial;
}

.effect-image-1:hover .simple-overlay-2 {
	visibility: visible;
	opacity: 1;
	width: 100%;
}

/*-- right corner to left overlay --*/
.simple-overlay-3 {
	height: 0px;
	right: 0;
	left: initial;
	width: 0px;
}

.effect-image-1:hover .simple-overlay-3 {
	visibility: visible;
	opacity: 1;
	width: 100%;
	height: 100%;
}

/*-- ovarlay text effect-1 --*/
.overlay-text {
	position: absolute;
	left: 5px;
	top: 5px;
	width: 96%;
	height: 94%;
	background: rgba(246, 0, 2, .7);
}

.overlay-text-1 {
	opacity: 0;
	visibility: hidden;
}

.effect-image-1:hover .overlay-text-1 {
	opacity: 1;
	visibility: visible;
}

.overlay-text-2 {
	opacity: 0;
	visibility: hidden;
	transform: scale(1.1);
}

.effect-image-1:hover .overlay-text-2 {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

/*-- overlay text effect 2 --*/
.overlay-sim-text-2 {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(246, 0, 2, .7);
	opacity: 0;
}

.simple-text {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #1e92ea;
	color: #fff;
}

.simple-text p {
	margin-bottom: 0px;
	padding: 2px 8px;
}

.effect-image-1:hover .overlay-xs-1 {
	opacity: 1;
	visibility: visible;
	display: block;
}

.effect-image-1:hover .simple-text {
	visibility: hidden;
	opacity: 0;
}

/*-- overlay text effect 3 --*/
.overlay-text-effect-3 {
	width: 85%;
	height: 80%;
	left: 20px;
	top: 20px;
	background: rgba(246, 0, 2, .7);
	position: absolute;
	outline: 5px solid rgba(246, 0, 2, .7);
	outline-offset: 3px;
}

/*!-- ovarlay radious effect --*/
.radious-effect img {
	border-radius: 0%;
	/* width: 176px;
              height: 176px; */
	margin: 0 auto;
	display: block;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.radious-effect:hover img {
	border-radius: 100%;
}

.radius-effct-next img {
	border-radius: 100%;
	transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
}

.radius-effct-next:hover img {
	border-radius: 0%;
}

/*!-- ovarlay zoom in effect --*/
.zoom-effect-1 {
	overflow: hidden;
}

.zoom-effect-1 img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

.zoom-effect-1:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

/*!-- ovarlay zoom out effect --*/
.zoom-effect-2 {
	overflow: hidden;
}

.zoom-effect-2 img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.zoom-effect-2:hover img {
	transform: scale(1);
	-webkit-transform: scale(1);
}

/*--overlay opacity effect --*/
.opacity-effect img {
	opacity: 1;
	width: 100%;
	overflow: hidden;
}

.opacity-effect:hover img {
	opacity: .5;
}

/*-- overlay blur effect --*/
.blur-effect img {
	filter: blur(2px);
	-webkit-fliter: blur(2px);
}

.blur-effect:hover img {
	filter: blur(0);
	-webkit-filter: blur(0);
}

/*-- overlay grayscle effect --*/
.grayscale-effect img {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
}

.grayscale-effect:hover img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
}

.img-hover-zoom {
	height: auto;
	/* Modify this according to your need */
	overflow: hidden;
}

/* Slow-motion Zoom Container */
.img-hover-zoom--slowmo img {
	transform-origin: 50% 65%;
	transition: transform 5s, filter 3s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
	/* filter: brightness(100%); */
	transform: scale(3);
}

/* Zoom-n-rotate Container */
.img-hover-zoom--zoom-n-rotate img {
	transition: transform .5s ease-in-out;
}

/* The Transformation */
.img-hover-zoom--zoom-n-rotate:hover img {
	transform: scale(2) rotate(25deg);
}

/* Colorize-zoom Container */
.img-hover-zoom--colorize img {
	transition: transform .5s, filter 1.5s ease-in-out;
	filter: grayscale(100%);
}

/* The Transformation */
.img-hover-zoom--colorize:hover img {
	filter: grayscale(0);
	transform: scale(1.1);
}

/* Blur-zoom Container */
.img-hover-zoom--blur img {
	transition: transform 1s, filter 2s ease-in-out;
	filter: blur(2px);
	transform: scale(1.2);
}

/* The Transformation */
.img-hover-zoom--blur:hover img {
	filter: blur(0);
	transform: scale(1);
}

/* Rotate */
.hvr-rotate {
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-rotate:hover, .hvr-rotate:focus, .hvr-rotate:active {
	-webkit-transform: rotate(4deg);
	transform: rotate(4deg);
}

/* Grow Rotate */
.hvr-grow-rotate {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-property: transform;
	transition-property: transform;
}

.hvr-grow-rotate:hover, .hvr-grow-rotate:focus, .hvr-grow-rotate:active {
	-webkit-transform: scale(1.1) rotate(4deg);
	transform: scale(1.1) rotate(4deg);
}

/***styles***/
.main-title {
	position: relative;
	padding-top: 30px;
	padding-bottom: 20px;
	margin-bottom: 50px;
	text-align: center;
}

.main-title h1 {
	font-family: var(--head-font1);
	font-size: 42px;
	font-weight: normal;
	color: var(--red);
	font-weight: 700;
}

.main-title::before {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: -6px;
	width: 80px;
	margin-left: -40px;
	height: 14px;
	background: #fff;
	border-radius: 10px;
	border: 1px solid #434345;
	z-index: 2;
}

.main-title::after {
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 180px;
	margin-left: -90px;
	height: 1px;
	background: #434345;
}

.about-image {
	display: inline-block;
	border: 1px solid #b4b3b2;
	margin-top: 18px;
	margin-right: 18px;
}

.about-image img {
	position: relative;
	left: 18px;
	top: -18px;
}

.about-div2 {
	margin-top: 150px;
	margin-bottom: 0px;
}

.ab-red {
	background: var(--red);
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	position: relative;
}

.ab-red img {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	top: -100px;
	position: relative;
	border-radius: 20px;
	position: relative;
}

.ab-right {
	width: 60%;
	background: #fff;
	padding: 30px;
	top: -200px;
	margin-bottom: -200px;
	position: relative;
	border-top-right-radius: 20px;
}

.about-div2 h2 {
	margin: 0;
	font-size: 25px;
	color: var(--blue);
	margin-bottom: 20px;
}

.value-div {
	margin-top: 30px;
}

.vmv-div {
	border-top: 2px solid var(--blue);
	position: relative;
	padding-top: 20px;
	padding-bottom: 20px;
}

.vmv-div::after {
	content: "";
	display: block;
	position: absolute;
	right: 0%;
	top: -8px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: var(--blue);
}

.vmv-div h2 {
	margin: 0;
	font-size: 23px;
	text-transform: uppercase;
	color: var(--blue);
	margin-bottom: 10px;
}

.vmv-div1 {
	background: #efefef;
	padding: 10px;
	color: #4b81b0;
}

.vmv-div2 {
	border: 1px solid #b4b3b2;
	padding: 30px;
	position: relative;
	margin-top: 20px;
	background: #fff;
	border-radius: 20px;
	padding-left: 50px;
	padding-right: 50px;
	text-align: center;
}

.vmv-div2::before {
	content: "\"";
	display: block;
	position: absolute;
	left: 5%;
	top: -10px;
	width: 25px;
	height: 25px;
	border-radius: 0%;
	font-size: 30px;
	font-weight: 600;
	background: var(--sblue);
	padding: 10px;
	color: #fff;
	display: inline-block;
}

.vmv-div2::after {
	content: "\"";
	display: block;
	position: absolute;
	right: 5%;
	bottom: -10px;
	width: 25px;
	height: 25px;
	border-radius: 0%;
	font-size: 30px;
	font-weight: 600;
	background: var(--sblue);
	padding: 10px;
	color: #fff;
	display: inline-block;
}

.vmv-div2 h2 {
	font-size: 30px;
	margin-bottom: 20px;
}

.vmv-div2 h3 {
	margin: 0;
	font-size: 28px;
	color: #79231e;
}

.vmv-div2 h4 {
	margin: 0;
	font-size: 22px;
	color: #79231e;
}

.vmv-val .col-md-4:nth-child(odd) .vmv-div3 {
	background: #acc8e1;
}

.vmv-val .col-md-4:nth-child(even) .vmv-div3 {
	background: #acc8e1;
}

.vmv-div3 {
	margin-top: 50px;
	padding: 20px;
	text-align: center;
	color: #0060ad;
	position: relative;
}

.vmv-div3 h4 {
	margin: 0;
	font-size: 20px;
	margin-top: 30px;
}

.val-icon {
	position: absolute;
	left: 45%;
	top: -20px;
	background: #fff;
	padding: 10px;
	border-radius: 50%;
}

.row.equal-cols {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.row.equal-cols:before, .row.equal-cols:after {
	display: block;
}

.row.equal-cols > [class*='col-'] {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.row.equal-cols > [class*='col-'] > * {
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.about-div4 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.about-div4 img {
	width: 19%;
	padding: 30px;
	padding-top: 0;
	padding-bottom: 0;
	border: 1px solid var(--bs-gray-400);
	margin-left: 10px;
	transition: all .5s ease;
}

.about-div4 img:hover {
	-webkit-transform: translate(-5px);
	-ms-transform: translate(-5px);
	transform: translate(-5px);
	box-shadow: -5px 5px 15px rgba(0, 0, 0, .32);
	cursor: pointer;
	border-radius: 0px;
}

.sec-tit {
	position: relative;
	text-align: center;
}

.about-div4 h4 {
	font-weight: 500;
	position: relative;
	display: inline-block;
	margin-bottom: 0;
	color: var(--red);
	margin-bottom: 30px;
}

.about-div4 h4::before {
	content: "";
	position: absolute;
	left: -50px;
	top: 50%;
	height: 1px;
	width: 40px;
	background: var(--red);
}

.about-div4 h4::after {
	content: "";
	position: absolute;
	right: -50px;
	top: 50%;
	height: 1px;
	width: 40px;
	background: var(--red);
}

.about-div5 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.safe-div {
	background: #fff;
	-webkit-box-shadow: -1px -1px 5px 0px rgba(92, 92, 92, 1);
	-moz-box-shadow: -1px -1px 5px 0px rgba(92, 92, 92, 1);
	box-shadow: -1px -1px 5px 0px rgba(92, 92, 92, 1);
	width: 10 0%;
	padding: 20px;
	position: relative;
	z-index: 2;
	margin-right: -40px;
}

.safe-div img {
	position: relative;
	z-index: -1;
}

.safe-div h1 {
	margin: 0;
	font-size: 25px;
	color: var(--red);
	margin-bottom: 20px;
}

.service-div {
	padding-bottom: 40px;
}

.services-div1 {
	margin-bottom: 30px;
}

.ser-para1 {
	padding: 30px;
	color: #fff;
	background-color: #1a1a1a;
}

.ser-para2 {
	padding: 30px;
	padding-left: 0;
	padding-right: 0;
	color: #1a1a1a;
	background-color: #fff;
}

.ser-para1 h2 {
	color: #3492de;
}

.ser-para2 h2 {
	color: #0060ad;
}

.thank-div1 {
	text-align: center !important;
}

.thank-div1 h1 {
	font-size: 40px !important;
	color: #008cc5 !important;
}

.thank-div1 a {
	color: #eb6607;
}

.thank-div1 p {
	font-size: 20px;
	padding-top: 30px;
}

.why-div2 {
	background: #a8bed3;
	padding-top: 60px;
	padding-bottom: 60px;
}

.why-div2 h3 {
	margin: 0;
	color: var(--blue);
}

.why-list {
	padding: 0;
	margin: 0;
	list-style: none;
}

.why-list li {
	padding: 20px;
	margin-bottom: 10px;
	background: #fff;
	line-height: 22px;
	transition: all .5s ease;
}

.why-list li:hover {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	transform: translateY(-5px);
	box-shadow: 5px 5px 0px rgba(233, 7, 17, .32);
	cursor: pointer;
	border-radius: 5px;
}

.why-list li i {
	margin-right: 20px;
	font-size: 36px;
	color: var(--blue);
}

.cont-add {
	padding: 20px 20px 30px 20px;
	background-color: transparent;
	background-image: linear-gradient(180deg, #fff 95%, var(--red) 95%);
	border-style: groove;
	border-width: 1px 1px 1px 1px;
	border-color: #ebebeb;
	box-shadow: 0px 0px 10px 0px #ebebeb;
	text-align: center;
	position: relative;
	padding-top: 30px;
	margin-top: 20px;
	margin-bottom: 30px;
}

.cont-add img {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	left: 45%;
	background: #fff;
	margin-top: -65px;
}

.cont-add h5 {
	margin: 0;
	margin-top: 10px;
	color: var(--red);
	font-weight: 600;
}

.cont-add p {
	padding: 0;
	margin: 0;
	margin-top: 2px;
}

.cont-add  a {
	text-decoration: none;
	color: var(--body);
}

.cont-add a:hover {
	color: #0060ad;
}

.c-map {
	padding: 10px;
	border: 1px groove #c5c4c4;
	background: #fff;
	box-shadow: 0px 0px 10px 0px #c5c4c4;
}

.gallery {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	grid-gap: 30px;
}

.gallery img {
	width: 100%;
	transition: box-shadow .1s, transform .1s;
}

.gallery img:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, .4);
	-webkit-transform: translateY(5px);
	-ms-transform: translateY(5px);
	transform: translateY(5px);
}

@media (max-width:1367px) {
	.container {
		max-width: 1100px;
	}
	
	.foot-location {
		font-size: 12px;
	}
}

@media (max-width:1281px) {
	.footer-div, .f-link li a {
		font-size: 13px;
	}
}

@media (max-width:1281px) {
	.container {
		max-width: 1000px;
	}
}

@media (max-width:1151px) {
	.container {
		max-width: 900px;
	}
	
	.top-quest {
		width: 56%;
	}
	
	.call-support, .foot-location {
		padding-left: 0;
		padding-right: 0;
		border-right: none;
		border-bottom: 1px solid #f3f3f3;
		text-align: center;
		padding-bottom: 10px;
		font-size: 15px;
	}
	
	.follow-us {
		padding-top: 10px;
	}
	
	.footer-info {
		padding-top: 10px;
	}
}

/* @media(max-width:1001px){
  .container{max-width: 800px;}
  .navbar-toggler{right: 10px !important; position: fixed !important; top:10px !important;  z-index: 2500 !important;}
  .page-top{display: none;}
  .page-bottom{top: 0;  width: 100%;  }
  .menu-btn{padding: 10px 0; border-radius:  0 !important;}
  .menu-btn span{writing-mode: horizontal-tb; }
  .page-fix{position: relative; width: 100%; padding: 0; ; }
  .top-div1 .offcanvas{height: 100%;}
  .side-off.offcanvas{width: 100% !important;}
  #hm.sticky{position: fixed; background: #fff;}
  #hmdiv1.sticky-div1{position: relative;}
  #hmdiv1.sticky-div1 .top-quest{display: none;}
} */
@media (max-width:993px) {
	.page-top {
		display: none;
	}
	
	.page-bottom {
		top: 10%;
		width: 15px;
	}
	
	.menu-btn {
		padding: 10px 5px;
		width: auto !important;
		border-radius: 0 !important;
	}
	
	.page-fix {
		width: 150px;
		display: none;
	}
	
	.navbar-toggler {
		right: 10px !important;
		position: fixed !important;
		top: 10px !important;
		z-index: 2500 !important;
		background: var(--orange);
		--bs-navbar-toggler-padding-x: .25rem;
		--bs-navbar-toggler-font-size: 1rem;
	}
	
	.top-quest {
		width: auto !important;
		text-align: center;
		margin-top: 20px;
	}
	
	#hmdiv1.stickydiv1 .top-quest {
		display: none !important;
	}
	
	.top-div1 .offcanvas {
		height: 100%;
		z-index: 2500;
	}
	
	.top-div1 .offcanvas-body, .top-div1 .offcanvas-header {
		background: var(--blue);
	}
	
	.side-off.offcanvas {
		width: 100% !important;
		z-index: 2501 !important;
	}
	
	#hmdiv1.stickydiv1 .navbar-toggler {
		z-index: 2500 !important;
	}
	
	.menu-div .navbar-light .navbar-nav .nav-item .nav-link {
		border-bottom: 1px solid #6c80a3;
		color: #fff;
	}
	
	.home-mid, .home-left {
		width: 100%;
		text-align: center;
	}
	
	.l-head {
		text-align: center;
	}
	
	.s-head1 {
		text-align: center;
	}
	
	.container {
		max-width: 100%;
	}
	
	.service-carousel {
		padding-left: 0;
		padding-right: 0;
	}
	
	.service-carousel .owl-prev {
		left: 10px;
	}
	
	.service-carousel .owl-next {
		right: 10px;
	}
	
	.home-div1 {
		padding-bottom: 0;
		border-bottom: 1px solid #958d8d;
	}
	
	.read-more {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	
	.ha-left img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.home-div2 {
		text-align: center;
		padding-top: 25px;
	}
	
	.vm {
		padding-bottom: 25px;
	}
	
	.home-team h4 {
		font-size: 16px;
	}
	
	.home-div8 {
		margin-top: 0;
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.home-start, .home-job {
		padding-left: 0;
		padding-right: 0;
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.footer-info {
		margin-top: 20px;
		padding-top: 30px;
		padding-bottom: 20px;
	}
	
	.footer-info1 h5 {
		text-align: center;
	}
	
	.foot-logo {
		border-top-left-radius: 0px;
		border-bottom-left-radius: 0px;
		border-radius: 20px;
	}
	
	.f-link {
		margin-top: 0px;
	}
	
	.f-link {
		text-align: center;
		margin-bottom: 0;
	}
	
	.f-link li {
		display: inline;
	}
	
	.f-link li a {
		display: inline;
		padding: 3px;
	}
	
	.copy-div {
		font-size: 13px;
		text-align: center;
	}
	
	.copy-div .power-div {
		text-align: center;
	}
	
	.copy-div {
		margin-bottom: 40px;
	}
	
	.call-div {
		display: block !important;
		bottom: 0px;
		position: fixed;
		width: 100%;
		z-index: 1000;
		bottom: 0;
		background: var(--blue);
		text-align: center;
		padding: 10px;
		color: #fff;
		font-weight: 600;
		font-family: var(--head-font);
	}
	
	.call-div a {
		color: #fff;
	}
}

@media (max-width: 769px) {
	/*

  @keyframes type{ 
    from { width: 0; } 
  }  */
	.top-div1 {
		border-bottom: 1px solid var(--bs-gray-300);
		padding-bottom: 20px;
	}
	
	.top-quest {
		display: none;
	}
	
	.s-head2.animation span, .home-team {
		animation: none !important;
	}
	
	.home-news {
		width: 95%;
	}
	
	.home-team h4 {
		font-size: 22px;
	}
	
	.home-div1 {
		padding-top: 30px;
	}
	
	#hmdiv3.stickydiv3 {
		padding-top: 5px;
		padding-bottom: 5px;
	}
	
	#hmdiv3.stickydiv3 .call-now {
		display: none;
	}
	
	@keyframes start1 {
		0% {
			margin-left: -20%;
		}
		
		100% {
			margin-left: 30%;
		}
	}
	
	.home-hlight::after {
		border-right: none;
	}
	
	.home-hlight {
		border-bottom: 1px solid rgba(255, 255, 255, .15);
		padding-top: 20px;
		padding-left: 20px;
		padding-right: 20px;
	}
	
	.home-div5 {
		padding-bottom: 20px;
	}
	
	.home-div5 .home-hlight:last-child {
		border-bottom: none;
	}
	
	.logo-div img {
		margin-left: auto;
		margin-right: auto;
	}
	
	#hmdiv1.stickydiv1 .logo-div img {
		width: 70%;
	}
	
	.btn-blue-tr {
		margin-left: auto;
		margin-right: auto;
		margin-top: 10px;
	}
	
	.home-exp:after {
		content: none;
	}
	
	.wel-div1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.wel-btn {
		margin-top: 10px;
	}
	
	.wel-w-img {
		margin-bottom: 30px;
	}
	
	.wel-w-img::after {
		background-image: none;
	}
	
	.wel-why .ab-para {
		margin-top: 0;
	}
	
	.wel-why1 {
		padding-bottom: 40px;
	}
	
	.footer-bottom {
		padding-top: 30px;
	}
	
	.footer-bottom .ft-col:nth-child(1) {
		margin-right: 0;
	}
	
	.footer-bottom .ft-col:nth-child(2) {
		padding-right: 0;
	}
	
	.footer-bottom .ft-col:nth-child(3) {
		padding-left: 0;
		margin-top: 20px;
	}
	
	/* .banner-div1 {
    display: none; }

  .banner-div2 {
    display: block; } */
	.about-div1 {
		text-align: center;
	}
	
	.about-image img {
		margin-left: auto;
		margin-right: auto;
	}
	
	.ab-right {
		width: 100%;
		top: -70px;
		border-radius: 20px;
		margin-bottom: -70px;
	}
	
	.about-div2, .about-div3, .about-div5 {
		text-align: center;
	}
	
	.about-div4 img {
		width: 15%;
		padding: 10px;
	}
	
	.safe-div {
		margin-right: 0;
		width: 100%;
		margin-bottom: -40px;
	}
	
	.service-carousel .owl-item {
		margin-right: 30px !important;
	}
	
	.footer-div {
		text-align: center;
		padding-top: 30px;
		padding-bottom: 30px;
		background-image: none;
	}
	
	.footer-div.nitro-lazy {
		background-image: none !important;
	}
}

@media (max-width: 575px) {
	.mixer img {
		width: 50%;
	}
	
	.wel-w-img::after {
		background-image: url("https://bluelinecomputers.com/wp-content/themes/blueline-child/images/rmx-design1.png");
	}
	
	.copy-div {
		font-size: 11px;
		line-height: 17px;
	}
	
	.footer-div h5 {
		margin-bottom: 0;
	}
	
	.footer-div {
		line-height: 20px;
	}
	
	.ft-ad2 {
		margin-bottom: -10px;
	}
	
	.vm1 {
		text-align: center;
	}
	
	#qlwapp.qlwapp-rounded.qlwapp-button .qlwapp-toggle {
		margin-bottom: 43px;
	}
	
	.in-contact {
		font-size: 12px;
	}
}

.dropdown:hover .dropdown-menu {
	display: block;
}

.home-testi {
	margin-top: 20px;
	margin-left: 60px;
	margin-right: 60px;
}

.home-testi-image img {
	border-radius: 50%;
	height: auto;
}

.home-testi-image {
	margin-top: 40px;
	position: relative;
}

.home-testi-icon {
	position: absolute;
	font-size: 24px;
	top: 0;
	left: 0;
	width: 80px;
	height: 80px;
	color: white;
	text-align: center;
	line-height: 80px;
	border-radius: 50%;
	background-image: linear-gradient(-90deg, var(--orange), var(--dblue));
	font-size: 35px;
}

.home-testi-ratting {
	font-size: 18px;
	background-image: -webkit-linear-gradient(180deg, var(--orange), var(--dblue));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

.home-testi-det {
	margin-left: 2rem;
}

.home-testi-review {
	font-size: 17px;
	color: #252526;
	line-height: 1.5;
	margin-bottom: 2rem;
	margin-top: 1.5rem;
}

.home-testi-reviewer-name {
	font-size: 18px;
	color: var(--bs-gray-800);
}

.home-testi-meta span {
	color: var(--bs-gray-800);
}

.client-carousel .owl-prev {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") left center no-repeat;
	height: 38px;
	position: absolute;
	top: 50%;
	width: 38px;
	z-index: 1000;
	left: 2%;
	cursor: pointer;
	color: transparent;
	transform: rotate(180deg);
	transition: all .5s ease;
}

.client-carousel .owl-prev.nitro-lazy {
	background: none !important;
}

.client-carousel .owl-next {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow.png") right center repeat;
	height: 38px;
	position: absolute;
	top: 50%;
	width: 38px;
	z-index: 1000;
	right: 2%;
	cursor: pointer;
	color: transparent;
	transition: all .5s ease;
}

.client-carousel .owl-next.nitro-lazy {
	background: none !important;
}

.client-carousel .owl-prev:hover, .client-carousel .owl-next:hover {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/service-arrow-hover.png") repeat;
	height: 38px;
	width: 38px;
}

.client-carousel .owl-prev:hover.nitro-lazy, .client-carousel .owl-next:hover.nitro-lazy {
	background: none !important;
}

.home-div7 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.home-div7 h1 span {
	position: relative;
	background-image: linear-gradient(90deg, var(--orange), var(--dblue));
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
}

@media (max-width:768px) {
	.home-testi {
		margin-top: 0;
		text-align: center;
		margin-left: 10px;
		margin-right: 10px;
	}
	
	.home-testi-ratting {
		margin-top: 10px;
	}
	
	.home-testi-det {
		margin-left: 0rem;
	}
	
	.st-div {
		display: none;
	}
	
	.process-div {
		background: none;
		margin-top: 30px;
		margin-bottom: 30px;
		row-gap: 20px;
	}
	
	.in-div2 .process {
		column-gap: 20px;
	}
	
	.process h5 {
		margin-top: 20px;
	}
	
	.in-div2 .process:nth-child(odd) {
		top: 0px;
	}
	
	.in-div2 .process:nth-child(even) {
		top: 0px;
	}
	
	.in-div2 .process:nth-child(1) {
		left: 0px;
		top: 0px;
	}
	
	.in-div2 .process:nth-child(2) {
		left: 0px;
	}
	
	.in-div2 .process:nth-child(3) {
		top: 0px;
	}
	
	.in-div2 .process:nth-child(4) {
		top: 0px;
	}
	
	.in-div2 .process:nth-child(5) {
		top: 0px;
		left: 0px;
	}
	
	.in-content {
		padding: 30px;
		text-align: center;
	}
	
	.founder-speak h4 {
		font-size: 26px;
	}
	
	.founder-speak h5 {
		margin-bottom: 30px;
	}
	
	.in-team1 {
		width: 100%;
	}
	
	.disc-more h1 {
		text-align: center;
	}
	
	.disc-more h1 {
		font-size: 24px;
		line-height: 29px;
	}
	
	.process-div .wow {
		animation-name: none !important;
		visibility: visible !important;
	}
	
	.in-ser1 {
		text-align: center;
	}
	
	.ser-left1 {
		width: 100%;
	}
	
	.ser-mid1 {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.ser-right1 {
		width: 100%;
	}
	
	.cont-down {
		margin-top: 20px;
	}
	
	.cont-right {
		width: 100%;
	}
	
	.form2 {
		padding-right: 15px;
	}
	
	.cont-map {
		margin-top: 20px;
		width: 100%;
		margin-left: 0;
	}
	
	.page-header__inner h2 {
		font-size: 30px;
		line-height: 5px;
		padding-bottom: 20px;
	}
	
	.home-exp:after {
		content: none;
		animation: none;
	}
	
	.in-ser1 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	
	.s-icon {
		margin-left: auto;
		margin-right: auto;
	}
}

/*Additional CSS*/
.home-div1 img {
	height: 300px !important;
	object-fit: cover;
	max-width: 100% !important;
}

.home-team-img img {
	height: 300px !important;
	max-width: 100% !important;
	object-fit: cover !important;
}

.prj-div img {
	height: 250px !important;
	max-width: 100% !important;
	width: 100%;
	object-fit: cover;
}

.prj-div .owl-stage {
	width: 100% !important;
}

/*.home-div7 img{width:100%!important; max-width:100%!important; object-fit:cover!important; height:100px!important;}*/
.wel-xarrow {
	position: relative;
	padding-left: 15%;
}

#breadcrumbs a {
	color: #fff;
}

#breadcrumbs {
	color: #fff;
}

@media (max-width: 767px) {
	.effect-image-1 {
		margin: 1px 0px;
	}
	
	.prj-div .owl-stage {
		width: max-content !important;
	}
}

/*PAGINATION*/
.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	color: #383838;
	text-decoration: none;
}

.navigation li {
	display: inline;
}

.navigation li a, .navigation li a:hover, .navigation li.active a, .navigation li.disabled {
	background-color: #fff;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: .75rem;
	font-size: 15px;
	font-weight: 600;
}

.navigation li a:hover, .navigation li.active a {
	background-color: #012060;
	color: #fff;
}

.navigation {
	margin-top: 60px;
}

.pol-more1 h2 {
	margin-bottom: -10px;
}

.news-world1 h2 {
	margin-bottom: -11px;
}

.news-cinema1 h2 {
	margin-bottom: -10px;
}

.news-latest1 h2 {
	font-weight: 600;
}

.news-review1 h2 {
	font-weight: 600;
}

.news-state1 h2 {
	font-weight: 600;
}

/*pagination end*/
.prtf a {
	color: #475e86 !important;
}

.prtf #breadcrumbs {
	color: #ec6300 !important;
}

.in-ser11 {
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "FuturaBT Book";
	text-align: left;
	box-shadow: 0px 0px 30px -5px rgba(0, 15, 35, .15);
	background: #f7f8f8;
	margin-bottom: 30px;
}

.in-serr {
	margin-bottom: 80px;
}

.port-det img {
	width: 100% !important;
	max-width: 100% !important;
	height: auto !important;
}

.home-news1 .nwsimg {
	width: 100% !important;
	max-width: 100% !important;
	height: 220px !important;
}

.foot-mail a {
	color: #ec6300;
}

#co img {
	/*height: 175px!important;*/
	width: 100% !important;
	object-fit: cover;
}

@media (max-width:767px) {
	.port-det {
		height: auto !important;
	}
	
	.in-div1 h1 {
		text-align: left;
	}
	
	.col-gap {
		padding-bottom: 10px;
	}
	
	.in-career {
		padding-top: 40px !important;
	}
	
	.banner-div1 .btn-large {
		padding: 11px 9px !important;
		font-size: 9px !important;
	}
	
	ul.icon-effect {
		padding-left: 0px;
	}
	
	.banner-div1 .carousel-caption {
		display: none;
	}
}

.exp-bg {
	position: relative;
}

.wel-ex-div {
	position: relative;
}

.wel-exp {
	position: absolute;
	background: #fff;
	z-index: 2;
	width: 150px;
	height: 150px;
	text-align: center;
	border-radius: 50%;
	box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
}

.wel-exp h3 {
	font-size: 40px;
	font-weight: 600;
	color: var(--orange);
}

.wel-exp h5 {
	font-size: 12px;
	color: #3b3664;
}

.wel-xarrow {
	position: relative;
	padding-left: 15%;
}

.wel-xarrow::before {
	content: "";
	position: absolute;
	width: 130px;
	height: 183px;
	top: 13%;
	left: 0%;
	z-index: -1;
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/arrow1.png") 0 0 no-repeat;
	transform: rotate(0deg);
}

@media (max-width:769px) {
	.wel-xarrow {
		padding-left: 0;
		padding-top: 45%;
	}
	
	.wel-xarrow::before {
		-moz-transform: rotate(180deg);
		-o-transform: rotate(180deg);
		-webkit-transform: rotate(180deg);
		top: 0;
		left: 50%;
	}
}

.entry-title {
	margin-left: 137px;
}

.in-div1 a {
	color: var(--body);
}

/*Blog*/
.blog-div1 {
	padding-top: 60px;
	padding-bottom: 70px;
}

.blog-div1 h1 {
	text-align: center;
	font-weight: 600;
	font-size: 35px;
	color: #a3514c;
	padding-bottom: 25px;
}

.blog-detail h3 {
	font-weight: 600;
	font-size: 20px;
	color: #4f648c;
	padding: 18px 0px 8px 0px;
}

/*Blog-detail*/
.blog-detail {
	padding-top: 60px;
	padding-bottom: 70px;
}

.blog-detail h1 {
	text-align: center;
	font-weight: 600;
	font-size: 30px;
	color: #ec6300;
	padding-bottom: 25px;
}

.blog-detail img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	height: auto !important;
}

.blog-detail p {
	text-align: justify;
	font-size: 17px;
	line-height: 36px;
}

.blog-detail h5 {
	color: #193857;
	margin-top: 36px;
	font-weight: 500;
}

.blog-detail h6 {
	color: #ec6300;
	font-weight: 500;
	font-size: 18px;
}

.blog-detail a {
	color: var(--body);
}

.news1 {
	border: 1px solid #a05b6d;
	height: 440px;
	margin-top: 10px;
}

.news1 h2 {
	text-align: center;
	font-size: 23px;
	color: #3c3c3c;
	border-top: 1px solid #a05b6d;
	padding-top: 10px;
	line-height: 32px;
}

.news1 a {
	text-decoration: none;
}

.news1 img {
	padding: 5px;
	height: auto !important;
}

.n-rm {
	text-align: center;
	margin-bottom: 18px;
	margin-top: 15px;
}

.nw-rm a {
	background: #008bc5;
	padding: 6px 12px;
	font-size: 14px;
	color: #fff;
}

.jobs-section {
	max-width: 1000px;
	margin: 40px auto;
	padding: 24px;
	background: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(30, 60, 90, .08);
}

.jobs-title {
	text-align: center;
	font-size: 2.3rem;
	color: #0a2540;
	margin-bottom: 32px;
	letter-spacing: 1px;
}

.job-list {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 24px;
}

@media (max-width: 700px) {
	.job-list {
		grid-template-columns: 1fr;
	}
}

.job-card {
	background: #f0f4fa;
	border-radius: 12px;
	padding: 24px 20px;
	box-shadow: 0 2px 8px rgba(0, 30, 60, .06);
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 260px;
}

.job-title {
	font-size: 1.2rem;
	font-weight: bold;
	color: #1a3a5c;
	margin-bottom: 10px;
}

.job-details {
	font-size: 1rem;
	color: #3a4a5c;
	margin-bottom: 8px;
}

.job-contact {
	font-size: .97rem;
	color: #28486c;
	margin-bottom: 12px;
}

.job-link {
	display: inline-block;
	margin-top: auto;
	padding: 9px 18px;
	background: #0a7cff;
	color: #fff;
	text-decoration: none;
	border-radius: 6px;
	font-weight: 500;
	transition: background .18s;
}

.job-link:hover {
	background: #065bb7;
}

.vacancy-count {
	background: #fbc02d;
	color: #fff;
	border-radius: 4px;
	font-size: .93rem;
	padding: 2px 8px;
	margin-left: 8px;
	vertical-align: middle;
}

.cnt a {
	color: #624b4b;
	text-decoration: none;
}

.cnt h2 {
	font-weight: 600;
	font-size: 28px;
	color: #4f648c;
	padding: 18px 0px 8px 0px;
}

.inline-p, .inline-h2 {
	display: inline;
}

.inline-h2 {
	font-size: 17px;
	line-height: 36px;
	font-weight: normal;
	font-family: "Futura Thin";
}

/*New Home*/
.wel-div1 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg1.jpg") no-repeat;
	background-size: cover;
	background-attachment: fixed;
	text-align: center;
	padding-top: 70px;
	padding-bottom: 100px;
}

.wel-div1.nitro-lazy {
	background: none !important;
}

.wel-div1 h1 {
	font-family: "Futura Bold";
	font-size: 48px;
	color: #0091c7;
}

.wel-div1 h2 {
	font-family: "FuturaBT Book";
	font-size: 30px;
	color: #000;
	margin-top: 20px;
}

.wel-div1 .stats-container {
	text-align: left;
	margin-top: 40px;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e6ebfa+0,fdfdfe+50,e6ebfa+100 */
	background: linear-gradient(to right, #e6ebfa 0%, #fdfdfe 50%, #e6ebfa 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	border: 1px solid #fff;
	border-radius: 10px;
	padding: 15px 10px;
}

.wel-div1 .stats-container .stat {
	width: 33%;
	column-gap: 10px;
	align-items: center;
	justify-content: center;
}

.wel-div1 .stats-container .stat img {
	width: 10%;
}

.wel-div1 .stats-container .stat .stat1
      .stat-number {
	font-size: 32px;
	color: #000;
	font-family: "FuturaBT Heavy";
}

.wel-div1 .stats-container .stat .stat-label {
	font-size: 18px;
	color: #565656;
}

.wel-div1 form {
	margin-top: 40px;
}

.wel-div1 form input {
	min-width: 250px;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding: .75em;
	font-size: 18px;
	filter: drop-shadow(0px 11px 40px rgba(0, 0, 0, .11));
	box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, .11);
}

.wel-div1 form .btn {
	background: #f36f21;
	color: #fff;
	background: linear-gradient(101deg, #f36f21 9.44%, #f5833f 59.89%) !important;
	box-shadow: 0px 11px 40px 0px rgba(0, 0, 0, .11);
	padding: .75em;
	font-size: 18px;
	border-radius: 2px;
}

.wel-div1 .wel-expert h3 {
	margin: 0;
	font-size: 22px;
	font-family: "FuturaBT Book";
	color: #000;
	margin-top: 40px;
}

.wel-div1 .wel-expert .wel-expert1 {
	column-gap: 5px;
	row-gap: 5px;
	margin-top: 20px;
}

.wel-div1 .wel-expert .wel-expert1 img {
	border-radius: 50%;
	transition: transform .4s ease, box-shadow .4s ease;
	cursor: pointer;
}

.wel-div1 .wel-expert .wel-expert1 img:hover {
	transform: scale(1.1);
	box-shadow: 0 8px 20px rgba(0, 0, 0, .25);
}

@media (max-width: 576px) {
	.wel-div1 h1 {
		font-size: 28px;
	}
	
	.wel-div1 h2 {
		font-size: 20px;
	}
	
	.wel-div1 .stats-container {
		padding-top: 30px;
	}
	
	.wel-div1 .stats-container .stat {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.wel-div1 form input {
		min-width: 100%;
		margin-bottom: 10px;
	}
}

.wel-div2 {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
}

.wel-div2 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 65px;
	border-bottom: 1px solid #0091c7;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #485e88;
}

.wel-div2 h2 span {
	color: #f36f21;
}

.wel-div2 .timeline-circle {
	width: 90vw;
	/* flexible size */
	max-width: 400px;
	/* don’t exceed desktop size */
	aspect-ratio: 1/1;
	/* keep circle shape */
	position: relative;
	margin: 30px auto;
}

.wel-div2 .timeline-circle .outer-ring {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	background: conic-gradient(#2563eb 0% 20%, #3b82f6 20% 40%, #60a5fa 40% 60%, #93c5fd 60% 80%, #dbeafe 80% 100%);
	animation: rotate 30s linear infinite;
	box-shadow: 0 0 40px rgba(37, 99, 235, .3);
}

.wel-div2 .timeline-circle .inner-circle {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 70%;
	/* scale inside */
	height: 70%;
	background: white;
	border-radius: 50%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.wel-div2 .timeline-circle .inner-circle .years {
	font-size: clamp(2.5rem, 8vw, 6rem);
	/* responsive */
	font-weight: 800;
	line-height: 1;
	background: linear-gradient(90deg, #a64600, #ff5d0a);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	/* force gradient to apply per character */
	background-size: 50% 100%;
	/* splits gradient into two parts (for 2 characters) */
	background-repeat: repeat;
	font-family: "Futura Bold";
}

.wel-div2 .timeline-circle .inner-circle .years-text {
	font-size: 4rem;
	font-weight: 400;
	color: #334155;
	font-family: "Imperial Script", cursive;
	margin-top: 10px;
	margin-bottom: 20px;
	font-style: italic;
}

.wel-div2 .timeline-circle .inner-circle .years-anniversary {
	text-transform: uppercase;
	color: #000;
	font-size: 15px;
	font-family: "FuturaBT Medium";
}

.wel-div2 .timeline-circle .milestone-marker {
	position: absolute;
	width: clamp(10px, 2vw, 16px);
	/* scale markers */
	height: clamp(10px, 2vw, 16px);
	background: #2563eb;
	border-radius: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
	box-shadow: 0 0 10px #2563eb;
	z-index: 2;
}

.wel-div2 .timeline-circle .milestone-marker:hover::after {
	content: attr(data-year);
	position: absolute;
	top: -40px;
	left: 50%;
	transform: translateX(-50%);
	background: #2563eb;
	color: white;
	padding: 4px 10px;
	border-radius: 4px;
	font-size: .8rem;
	white-space: nowrap;
}

@media (max-width: 769px) {
	.wel-div2 .timeline-circle {
		margin-left: auto;
		margin-right: auto;
		margin-top: 30px;
	}
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

.wel-div2 .floating-icon {
	position: absolute;
	font-size: clamp(1.2rem, 5vw, 2rem);
	color: #2563eb;
	opacity: .7;
	animation: float 5s ease-in-out infinite;
}

.wel-div2 .floating-icon:nth-child(1) {
	top: 30px;
	left: 40px;
	animation-delay: 0s;
}

.wel-div2 .floating-icon:nth-child(2) {
	bottom: 50px;
	right: 60px;
	animation-delay: 1s;
}

.wel-div2 .floating-icon:nth-child(3) {
	top: 100px;
	right: 30px;
	animation-delay: 2s;
}

@keyframes rotate {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-15px);
	}
}

@media (max-width: 576px) {
	.wel-div2 h2 {
		font-size: 40px;
	}
	
	.wel-div2 .timeline-circle .outer-ring {
		animation: none;
	}
}

.wel-div3 {
	padding-top: 0px;
	padding-bottom: 80px;
}

.wel-div3 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 65px;
	border-bottom: 1px solid #0091c7;
	display: inline-block;
	margin-bottom: 170px;
	padding-bottom: 5px;
	color: #485e88;
}

.wel-div3 h2 span {
	color: #f36f21;
}

.wel-div3 h3 {
	font-size: 22px;
	color: #000;
	font-family: "Futura Thin";
	margin-bottom: 20px;
	padding-top: 40px;
}

.wel-div3 ul {
	margin-top: 30px;
}

.wel-div3 ul li {
	font-size: 19px;
	color: #000;
	font-family: "Futura Std Light";
	margin-bottom: 20px;
	display: flex;
	align-items: center;
	padding: 6px 18px;
	background: rgba(23, 44, 77, .05);
	border-radius: 12px;
	transition: all .3s ease;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

@media (max-width: 1101px) {
	.wel-div3 ul li {
		font-size: 20px;
	}
}

.wel-div3 ul li:hover {
	transform: translateX(8px);
	background: #fff;
	box-shadow: 0 6px 15px rgba(0, 0, 0, .08);
}

.wel-div3 ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 5px;
	height: 100%;
	background: #1d4ed8;
	transform: scaleY(0);
	transform-origin: top;
	transition: transform .3s ease;
	border-radius: 4px;
}

.wel-div3 ul li:hover::before {
	transform: scaleY(1);
}

.wel-div3 ul li span {
	background: rgba(162, 162, 162, .3);
	padding: 10px;
	border-radius: 50%;
	margin-right: 12px;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
}

.wel-div3 ul li:hover span {
	background: #1d4ed8;
	transform: scale(1.05);
}

.wel-div3 ul li span img {
	width: 25px;
	height: 25px;
	transition: all .3s ease;
}

.wel-div3 ul li:hover span img {
	filter: brightness(0) invert(1);
}

@media (max-width: 769px) {
	.wel-div3 ul li {
		text-align: left;
	}
}

@media (max-width: 576px) {
	.wel-div3 h2 {
		font-size: 40px;
		margin-bottom: 40px;
	}
	
	.wel-div3 h3 {
		padding-top: 20px;
	}
	
	.wel-div3 ul {
		padding-left: 0px;
	}
}

.wel-div4 {
	background: linear-gradient(135deg, #0c0e1d 0%, #1a1e38 100%);
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
	padding: 20px;
	overflow-x: hidden;
}

.wel-div4 h2 {
	font-size: 50px;
	line-height: 1.2;
	margin-bottom: 25px;
	background: linear-gradient(to right, #e2e8f0, #94a3b8, #3b82f6);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 800;
}

.wel-div5 {
	padding-top: 80px;
	padding-bottom: 80px;
	padding-left: 2%;
	padding-right: 2%;
}

.g-4 p {
	display: none;
}

.wel-div5 .port-left p {
	display: block !important;
}

.wel-div5 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 65px;
	border-bottom: 1px solid #0091c7;
	display: inline-block;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: #485e88;
}

.wel-div5 h2 span {
	color: #f36f21;
}

.wel-div5 h3 {
	font-size: 40px;
	color: #000;
	font-family: "Futura Thin";
	margin-bottom: 20px;
}

.wel-div5 .main-container {
	height: 500px;
	/* Fixed height for the whole section */
	margin-top: 10px;
}

.wel-div5 .port-left {
	border: 1px solid rgba(221, 221, 221, .36);
	/* brown border */
	border-radius: 12px;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	background: #effaf8;
	flex-direction: column;
	padding-top: 50px;
	padding-bottom: 50px;
}

.wel-div5 .view-all-btn {
	margin-top: 18px;
	padding: 8px 40px;
	font-size: 17px;
	font-weight: 600;
	border-radius: 5px;
	text-decoration: none;
	color: #212529;
	background: #fff0f8;
	/* bootstrap blue (changeable) */
	box-shadow: 0 4px 10px rgba(0, 0, 0, 9%);
	display: inline-block;
	transition: background .3s ease, transform .25s ease, box-shadow .3s ease;
	opacity: 0;
	letter-spacing: 1px;
}

@keyframes slideFadeUp {
	from {
		opacity: 0;
		transform: translateY(12px);
	}
	
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.wel-div5 .btn-animate {
	animation: slideFadeUp .4s ease-out forwards;
}

.wel-div5 .view-all-btn:hover {
	background: #fbe0ef;
	color: #000;
	/* darker blue */
	transform: translateY(-2px);
	box-shadow: 0 6px 14px rgba(0, 0, 0, .2);
}

.wel-div5 .left-image {
	max-width: 90%;
	max-height: 90%;
	object-fit: contain;
}

.wel-div5 .list-wrapper {
	height: 100%;
	overflow-y: auto;
	/* ✅ vertical scroll */
	overflow-x: hidden;
	/* ✅ no horizontal scroll */
	padding-right: 5px;
}

.wel-div5 .list-group-item {
	cursor: pointer;
	transition: all .3s ease;
	padding: 20px;
	border: none;
	margin-bottom: 10px;
	border-radius: 5px;
}

.wel-div5 .list-group-item:nth-child(1) {
	background: #effaf8;
}

.wel-div5 .list-group-item:nth-child(2) {
	background: #fef2f4;
}

.wel-div5 .list-group-item:nth-child(3) {
	background: #eefbf5;
}

.wel-div5 .list-group-item:nth-child(4) {
	background: #fffaef;
}

.wel-div5 .list-group-item:nth-child(5) {
	background: #f7f3ff;
}

.wel-div5 .list-group-item:nth-child(6) {
	background: #fff0f8;
}

.wel-div5 .list-group-item:nth-child(7) {
	background: #f6f7dc;
}

.wel-div5 .list-group-item:nth-child(8) {
	background: #ebfafb;
}

.wel-div5 .list-group-item:nth-child(9) {
	background: #fceaf4;
}

.wel-div5 .list-group-item:nth-child(10) {
	background: #f4fde6;
}

.wel-div5 .list-group-item img {
	display: inline-block;
	margin-right: 10px;
}

.wel-div5 .list-group-item:hover {
	transform: scale(1.03);
	z-index: 1;
	position: relative;
}

.wel-div5 .list-group-item.active {
	color: #474747;
	border: none;
}

@keyframes smoothZoomIn {
	0% {
		transform: scale(.85);
		opacity: 0;
	}
	
	70% {
		transform: scale(1.02);
		opacity: 1;
	}
	
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.wel-div5 .zoom-in-animate {
	animation: smoothZoomIn .9s ease-in-out;
}

.wel-div5 .list-border {
	border: 3px solid #6f4e37;
	/* brown border */
	border-radius: 12px;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.wel-div5 .list-wrapper {
	height: 100%;
	overflow-y: scroll;
	overflow-x: hidden;
	margin-right: -20px;
	/* ✅ pushes scrollbar outside border */
	padding-right: 20px;
	/* ✅ keeps list text aligned */
	
	/* Firefox scrollbar */
	scrollbar-width: thin;
	scrollbar-color: #f36f21 #f6b58f;
}

.wel-div5 .list-wrapper::-webkit-scrollbar {
	width: 10px;
}

.wel-div5 .list-wrapper::-webkit-scrollbar-track {
	background: #f6b58f;
	/* brown track */
	border-radius: 10px;
}

.wel-div5 .list-wrapper::-webkit-scrollbar-thumb {
	background: linear-gradient(180deg, #fd7e14, #ffa94d);
	/* orange thumb */
	border-radius: 10px;
	box-shadow: 0 0 6px rgba(253, 126, 20, .6);
}

.wel-div5 .list-wrapper::-webkit-scrollbar-thumb:hover {
	background: linear-gradient(180deg, #e8590c, #ff922b);
	box-shadow: 0 0 8px rgba(253, 126, 20, .9);
}

@media (max-width: 768px) {
	.wel-div5 {
		padding-bottom: 0;
	}
	
	.wel-div5 .swiper {
		width: 100%;
		padding: 20px 0;
	}
	
	.wel-div5 .swiper-slide {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 12px;
	}
	
	.wel-div5 .slide-img {
		width: 100%;
		height: auto;
		border-radius: 8px;
	}
	
	.wel-div5 .view-btn {
		margin-top: 8px;
	}
	
	.wel-div5 .list-item {
		width: 100%;
		text-align: center;
		padding: 10px 8px;
		border: 1px solid #ddd;
		border-radius: 8px;
		cursor: pointer;
		background-color: #f9f9f9;
		display: flex;
		align-items: center;
		gap: 8px;
		justify-content: center;
	}
	
	.wel-div5 .list-item img {
		width: 30px;
		height: auto;
	}
	
	.seo-content {
		grid-template-columns: 1fr !important;
		gap: 0px !important;
	}
	
	.wel-div4 h1 {
		font-size: 35px;
	}
	
	.visual-content {
		height: 500px;
	}
	
	.ranking-circle {
		width: 280px;
		height: 280px;
	}
}

@media (max-width: 576px) {
	.wel-div5 h2 {
		font-size: 40px;
	}
	
	.wel-div5 h3 {
		font-size: 24px;
	}
	
	.results-container {
		flex-direction: column;
		gap: 20px;
	}
	
	.ranking-circle {
		width: 220px;
		height: 220px;
	}
	
	.ranking-position {
		font-size: 2.5rem;
	}
	
	.floating-icon {
		width: 50px;
		height: 50px;
	}
	
	.google-search {
		width: 250px;
	}
}

.wel-div6 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wel-div6 h2 {
	font-family: "Futura Bold";
	font-size: 30px;
	text-align: center;
	color: #f36f21;
	margin-bottom: 60px;
}

.wel-div6 .wel-client1 {
	column-gap: 50px;
	row-gap: 50px;
	margin-bottom: 60px;
	margin-left: 60px;
	margin-right: 60px;
}

.wel-div6 .wel-client1 .effect-box {
	width: 10%;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: all .3s ease;
	border-radius: 16px;
	transition: all .35s ease;
	padding: 12px;
	/* space between border and image */
	box-sizing: border-box;
}

.wel-div6 .wel-client1 .effect-box::before {
	content: "";
	position: absolute;
	inset: 0;
	box-shadow: inset 0 0 20px rgba(255, 255, 255, .35);
	pointer-events: none;
}

.wel-div6 .wel-client1 .effect-box::after {
	content: "";
	position: absolute;
	inset: -10px;
	box-shadow: 0 0 25px rgba(187, 187, 187, .6);
	pointer-events: none;
	z-index: -1;
}

.wel-div6 .wel-client1 .effect-box:hover {
	transform: translateY(-6px) scale(1.02);
	box-shadow: 0 10px 20px rgba(23, 44, 77, .25);
	border: 1px solid transparent;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(135deg, #8aa5d2, #a0c4fb) border-box;
}

@media (max-width: 1399px) {
	.wel-div6 .wel-client1 {
		column-gap: 30px;
		row-gap: 30px;
		margin-bottom: 30px;
		margin-right: 20px;
	}
	
	.wel-div6 .wel-client1 .effect-box {
		width: 11%;
		padding: 4px;
	}
}

@media (max-width: 769px) {
	.wel-div6 .wel-client1 {
		column-gap: 40px;
		row-gap: 40px;
	}
	
	.wel-div6 .wel-client1 .effect-box {
		width: 20%;
		padding: 4px;
	}
}

@media (max-width: 1101px) {
	.wel-div6 h2 {
		font-size: 26px;
	}
}

@media (max-width: 576px) {
	.wel-div6 .wel-client1 .effect-box {
		width: 42%;
	}
}

.wel-div7 {
	background: #f3f3f3;
	padding-top: 80px;
	padding-bottom: 80px;
	text-align: center;
}

.wel-div7 h2 {
	margin: 0;
	font-size: 42px;
	color: #000;
	font-family: "FuturaBT Book";
	margin-bottom: 10px;
}

.wel-div7 h3 {
	font-family: "Futura Bold";
	font-size: 40px;
	color: #f36f21;
	margin-bottom: 60px;
}

.wel-div7 .wave-cards {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 30px;
	margin-top: 50px;
	text-align: left;
}

.wel-div7 .wave-card {
	flex: 1;
	min-width: 300px;
	max-width: 350px;
	background: white;
	border-radius: 15px;
	padding: 40px 30px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .05);
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	z-index: 1;
}

.wel-div7 .wave-card img {
	filter: brightness(0) invert(1);
}

.wel-div7 .wave-card:hover img {
	filter: none;
}

.wel-div7 .wave-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(135deg, #2563eb, #1e40af);
	clip-path: circle(0% at 0% 0%);
	transition: all .5s ease;
	z-index: -1;
}

.wel-div7 .wave-card:hover::before {
	clip-path: circle(150% at 0% 0%);
}

.wel-div7 .wave-card:hover {
	color: white;
	transform: translateY(-10px);
}

.wel-div7 .wave-card:hover .wave-icon {
	background: white;
	color: #2563eb;
}

.wel-div7 .wave-card:hover h3, .wel-div7 .wave-card:hover p {
	color: white;
}

.wel-div7 .wave-icon {
	width: 70px;
	height: 70px;
	background: linear-gradient(135deg, #2563eb, #3b82f6);
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	color: white;
	font-size: 1.8rem;
	transition: all .5s ease;
}

.wel-div7 .wave-card h3 {
	font-size: 1.5rem;
	margin-bottom: 15px;
	color: #1e293b;
	transition: all .5s ease;
	font-family: "FuturaBT Book";
}

.wel-div7 .wave-card p {
	color: #64748b;
	transition: all .5s ease;
}

.wel-div7 .wel-choose {}

.wel-div7 .wel-choose .wel-choose1 {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 200px;
	background: linear-gradient(135deg, #1a2a6c, #2a5298);
	border: 2px solid transparent;
	padding: 30px;
	margin-bottom: 30px;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	transition: transform .4s ease, box-shadow .4s ease, background .6s ease;
}

.wel-div7 .wel-choose .wel-choose1 h4 {
	color: #fff;
	font-family: "FuturaBT Book";
	line-height: 35px;
	position: relative;
	z-index: 2;
}

.wel-div7 .wel-choose .wel-choose1::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: 12px;
	padding: 2px;
	background: linear-gradient(135deg, #ff8a00, #0091c7, #1a2a6c, #2a5298);
	background-size: 300% 300%;
	animation: borderFlow 6s linear infinite;
	-webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
}

.wel-div7 .wel-choose .wel-choose1:hover {
	transform: translateY(-8px) scale(1.03);
	background: linear-gradient(135deg, #2a5298, #1a2a6c);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .3);
}

@keyframes borderFlow {
	0% {
		background-position: 0% 50%;
	}
	
	50% {
		background-position: 100% 50%;
	}
	
	100% {
		background-position: 0% 50%;
	}
}

@media (max-width: 769px) {
	.wel-div7 h2 {
		font-size: 37px;
	}
	
	.wel-div7 h3 {
		font-size: 37px;
	}
}

.wel-div8 {
	padding-top: 80px;
}

.wel-div8 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 65px;
	border-bottom: 1px solid #0091c7;
	display: inline-block;
	margin-bottom: 20px;
	padding-bottom: 5px;
	color: #485e88;
}

.wel-div8 h2 span {
	color: #f36f21;
}

@media (max-width: 576px) {
	.wel-div8 h2 {
		font-size: 40px;
	}
}

.s1 {
	color: #0091c7;
}

.seo-adj {
	margin-left: 15%;
	margin-right: 15%;
}

@media (max-width: 769px) {
	.seo-adj {
		margin-left: 10%;
		margin-right: 10%;
	}
}

.seo-adj1 {
	margin-left: 10%;
	margin-right: 10%;
}

.seo-div1 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg1.png") no-repeat top 100px left, url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg3.png") no-repeat top 100px right, url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg2.png") no-repeat bottom right -25px;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

.seo-div1.nitro-lazy {
	background: none !important;
}

.seo-div1 p {
	line-height: 42px;
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	font-family: "Futura Std Light";
}

.seo-div2 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg4.png") no-repeat top left;
	padding-top: 0px;
	padding-bottom: 70px;
	text-align: center;
}

.seo-div2.nitro-lazy {
	background: none !important;
}

.seo-div2 p {
	line-height: 42px;
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	font-family: "Futura Std Light";
}

.seo-div2 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 55px;
	display: inline-block;
	margin-bottom: 20px;
	color: #f36f21;
}

.seo-div2 h3 {
	font-size: 40px;
	color: #000;
	font-family: "Futura Thin";
	margin-bottom: 30px;
	border-bottom: 1px solid #0091c7;
	padding-bottom: 15px;
	display: inline-block;
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 769px) {
	.seo-div2 h2 {
		font-size: 40px;
	}
	
	.seo-div2 h3 {
		font-size: 30px;
	}
}

@media (max-width: 577px) {
	.seo-div2 h2 {
		font-size: 30px;
	}
	
	.seo-div2 h3 {
		font-size: 20px;
	}
}

.seo-div3 {
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg2.jpg") no-repeat;
	background-size: cover;
	padding-top: 30px;
	padding-bottom: 80px;
}

.seo-div3.nitro-lazy {
	background: none !important;
}

.seo-div3 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 45px;
	display: inline-block;
	margin-bottom: 20px;
	color: #f36f21;
	border-bottom: 1px solid #0091c7;
	padding-bottom: 5px;
}

.seo-div3 .seo-content1 {
	line-height: 42px;
	font-size: 22px;
	margin-bottom: 20px;
	color: #000;
	font-family: "Futura Std Light";
}

.seo-div3 .seo-highlight {
	gap: 30px;
}

.seo-div3 .seo-highlight .seo-highlight1 {
	background: #fff;
	box-shadow: 0 4px 6px -2px rgba(0, 0, 0, .3);
	padding: 10px;
	text-align: center;
	width: 48%;
	border-radius: 20px;
	border: 1px solid #cecdc7;
	font-size: 19px;
	color: #000;
	font-family: "Futura Std Light";
	min-height: 250px;
}

.seo-div3 .seo-highlight h4 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 25px;
	margin-bottom: 10px;
	color: #0091c7;
}

@media (max-width: 1101px) {
	.seo-div3 .seo-highlight .seo-highlight1 {
		width: 45%;
	}
}

@media (max-width: 769px) {
	.seo-div3 .seo-highlight .seo-highlight1 {
		width: 47%;
	}
}

@media (max-width: 577px) {
	.seo-div3 .seo-highlight .seo-highlight1 {
		width: 100%;
		margin-bottom: 30px;
	}
}

.seo-div4 {
	padding-top: 90px;
	padding-bottom: 90px;
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-seo-partner.jpg") no-repeat right center;
}

.seo-div4.nitro-lazy {
	background: none !important;
}

.seo-div4 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 40px;
	display: inline-block;
	margin-bottom: 20px;
	color: #f36f21;
	border-bottom: 1px solid #0091c7;
	padding-bottom: 5px;
	text-align: center;
}

.seo-div4 .seo-adj1 {
	line-height: 42px;
	font-size: 28px;
	margin-bottom: 22px;
	color: #000;
	font-family: "Futura Std Light";
	text-align: center;
}

.seo-div4 ul {
	margin-top: 40px;
}

.seo-div4 ul li {
	display: flex;
	column-gap: 30px;
	margin-bottom: 30px;
	align-items: center;
	font-size: 20px;
}

.seo-div4 .f-para {
	line-height: 42px;
	font-size: 23px;
	margin-bottom: 22px;
	color: #000;
	font-family: "Futura Std Light";
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
}

.seo-div4 .l-para {
	line-height: 42px;
	font-size: 28px;
	margin-bottom: 22px;
	color: #000;
	font-family: "Futura Std Light";
	text-align: center;
	margin-left: 5%;
	margin-right: 5%;
}

@media (max-width: 769px) {
	.seo-div4 {
		padding-bottom: 40px;
	}
	
	.seo-div4 .f-para, .seo-div4 .l-para {
		margin-left: 5%;
		margin-right: 5%;
	}
}

@media (max-width: 577px) {
	.seo-div4 {
		background: none;
	}
	
	.seo-div4 .seo-adj1, .seo-div4 .f-para, .seo-div4 .l-para {
		font-size: 20px;
		margin-left: 2%;
		margin-right: 2%;
	}
	
	.seo-div4 ul {
		text-align: left;
	}
}

.seo-div5 {
	padding-top: 0px;
	padding-bottom: 80px;
	text-align: center;
	background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg5.png") no-repeat top 50% left, url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg6.png") no-repeat top right;
}

.seo-div5.nitro-lazy {
	background: none !important;
}

.seo-div5 h2 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 35px;
	display: inline-block;
	margin-bottom: 10px;
	color: #f36f21;
	text-align: center;
}

.seo-div5 .seo-visit {
	color: #0091c7;
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 30px;
}

.seo-div5 .seo-cont {
	color: #0091c7;
	font-size: 25px;
	line-height: 45px;
	margin-bottom: 30px;
}

.seo-div5 .seo-cont a {
	color: #0091c7;
}

.seo-div5 .seo-cont .ct1 {
	font-size: 28px;
}

.seo-div5 .seo-rank {
	color: #0091c7;
	font-size: 25px;
	line-height: 45px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.seo-div5 .f-para {
	line-height: 42px;
	font-size: 23px;
	margin-bottom: 22px;
	color: #000;
	font-family: "Futura Std Light";
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 20px;
}

.seo-div5 .l-para {
	line-height: 42px;
	font-size: 23px;
	margin-bottom: 22px;
	color: #000;
	font-family: "Futura Std Light";
	text-align: center;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 30px;
}

@media (max-width: 769px) {
	.seo-div5 {
		background: url("https://cdn-ilehdmk.nitrocdn.com/yJDQtKEmuraWtjKyKAwGXlXGNetkzvHn/assets/images/optimized/rev-cb93d00/bluelinecomputers.com/wp-content/themes/blueline-child/images/blueline-computers-bg5.png") no-repeat top 50% left;
	}
	
	.seo-div5 .f-para, .seo-div5 .l-para {
		margin-left: 5%;
		margin-right: 5%;
	}
	
	.seo-div5.nitro-lazy {
		background: none !important;
	}
}

@media (max-width: 577px) {
	.seo-div5 {
		background: none;
	}
	
	.seo-div5 .seo-visit, .seo-div5 .seo-cont, .seo-div5 .seo-rank, .seo-div5 .f-para, .seo-div5 .l-para {
		font-size: 20px;
	}
	
	.seo-div5 .seo-cont .ct1 {
		font-size: 20px;
	}
}

.bl-new {
	margin-bottom: 40px;
}

.bl-new h2 {
	margin: 0;
	font-size: 32px;
	color: #f36f21;
	font-family: "FuturaBT Book";
	margin-bottom: 10px;
	margin-top: 20px;
}

/*Home SEO Section*/
.seo-container {
	max-width: 1200px;
	width: 100%;
	position: relative;
}

.background-elements {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.circle {
	position: absolute;
	border-radius: 50%;
	opacity: .15;
	filter: blur(40px);
}

.circle-1 {
	width: 400px;
	height: 400px;
	background: #3b82f6;
	top: -100px;
	left: -100px;
}

.circle-2 {
	width: 600px;
	height: 600px;
	background: #8b5cf6;
	bottom: -200px;
	right: -200px;
}

.circle-3 {
	width: 300px;
	height: 300px;
	background: #10b981;
	top: 50%;
	left: 70%;
}

.seo-content {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: center;
}

.text-content {
	padding: 40px;
}

.pre-title {
	color: #3b82f6;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 3px;
	margin-bottom: 20px;
	display: block;
}

.description {
	font-size: 19px;
	line-height: 1.7;
	color: #cbd5e1;
	margin-bottom: 40px;
	max-width: 500px;
}

.results-container {
	display: flex;
	gap: 30px;
	margin-bottom: 40px;
}

.result-item {
	text-align: center;
}

.result-number {
	font-size: 2.5rem;
	font-weight: 800;
	color: #3b82f6;
	line-height: 1;
	margin-bottom: 5px;
}

.result-label {
	font-size: 15px;
	color: #94a3b8;
}

.cta-button {
	background: linear-gradient(to right, #3b82f6, #8b5cf6);
	color: white;
	border: none;
	padding: 18px 35px;
	font-size: 1.1rem;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	transition: all .3s ease;
	box-shadow: 0 10px 20px rgba(59, 130, 246, .3);
	display: inline-flex;
	align-items: center;
	gap: 10px;
	z-index: 10;
	position: relative;
}

.cta-button:hover {
	transform: translateY(-5px);
	box-shadow: 0 15px 30px rgba(59, 130, 246, .4);
}

.visual-content {
	position: relative;
	height: 600px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.google-search {
	position: absolute;
	top: 50px;
	left: 0;
	background: rgba(30, 41, 59, .8);
	backdrop-filter: blur(10px);
	border-radius: 12px;
	padding: 15px;
	width: 300px;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .3);
	z-index: 3;
	transform: rotate(-5deg);
}

.search-header {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 0px;
}

.search-dot {
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.red {
	background: #ff5f56;
}

.yellow {
	background: #ffbd2e;
}

.green {
	background: #27c93f;
}

.search-url {
	color: #3b82f6;
	font-size: .9rem;
}

.search-result {
	padding: 4px 0;
	border-top: 1px solid #334155;
}

.result-title {
	color: #3b82f6;
	font-weight: 600;
	font-size: 16px;
}

.result-desc {
	color: #94a3b8;
	font-size: 15px;
	line-height: 19px;
}

.ranking-circle {
	position: absolute;
	/*             top: 50%;
            left: 50%; */
	transform: translate(-50%, -50%);
	width: 350px;
	height: 350px;
	background: rgba(30, 41, 59, .7);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
	border: 2px solid rgba(59, 130, 246, .3);
	animation: pulse 4s infinite ease-in-out;
}

@keyframes pulse {
	0%, 100% {
		transform: translate(-50%, -50%) scale(1);
	}
	
	50% {
		transform: translate(-50%, -50%) scale(1.05);
	}
}

.ranking-content {
	text-align: center;
	padding: 30px;
}

.ranking-title {
	font-size: 20px;
	color: #e2e8f0;
	margin-bottom: 12px;
}

.ranking-position {
	font-size: 3.5rem;
	font-weight: 800;
	color: #3b82f6;
	line-height: 1;
	margin-bottom: 10px;
}

.ranking-subtitle {
	color: #94a3b8;
	font-size: 15px;
}

.wel-div4 .floating-icon {
	position: absolute;
	width: 60px;
	height: 60px;
	background: rgba(30, 41, 59, .8);
	backdrop-filter: blur(5px);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 10px 20px rgba(0, 0, 0, .3);
	animation: float 6s infinite ease-in-out;
}

.floating-icon i {
	color: #3b82f6;
	font-size: 24px;
}

@keyframes float {
	0%, 100% {
		transform: translateY(0);
	}
	
	50% {
		transform: translateY(-20px);
	}
}

.icon-1 {
	top: 100px;
	right: 50px;
	animation-delay: 0s;
}

.icon-2 {
	bottom: 120px;
	right: 30px;
	animation-delay: 1s;
}

.icon-3 {
	bottom: 50px;
	left: 80px;
	animation-delay: 2s;
}

.icon-4 {
	top: 180px;
	left: 40px;
	animation-delay: 1.5s;
}

/*New Single Blog*/
.services-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 2.5rem;
}

@media (max-width: 991.98px) {
	.services-grid {
		grid-template-columns: 1fr;
	}
}

.service-card {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	transition: all .4s ease;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	border: 1px solid rgba(0, 0, 0, .05);
}

.service-card::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 5px;
	background: linear-gradient(90deg, #0091c7, #f36f21);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .5s ease;
}

.service-card:hover {
	transform: translateY(-8px);
	box-shadow: 0 15px 35px rgba(0, 0, 0, .12);
}

.service-card:hover::before {
	transform: scaleX(1);
}

.icon-container {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	background: linear-gradient(135deg, #f0f9ff 0%, #e6f7ff 100%);
	transition: all .4s ease;
	position: relative;
	box-sizing: border-box;
	overflow: hidden;
	flex-shrink: 0;
}

.service-card:hover .icon-container {
	transform: scale(1.1);
	background: linear-gradient(135deg, #f36f2e, #0093ca);
}

.icon {
	font-size: 2.2rem;
	color: #3498db;
	transition: all .4s ease;
	line-height: 1;
}

.service-card:hover .icon {
	color: white;
	transform: rotate(10deg);
}

.highlight {
	color: #f4813c;
	font-weight: 600;
}

.local-highlight {
	color: #3498db;
	font-weight: 600;
}

.service-card h3 {
	margin: 0;
	font-family: "Futura Thin";
	font-size: 21px;
	margin-bottom: 10px;
	color: #0091c7;
}

.icon-container i {
	font-size: 24px;
}

.service-card p {
	font-size: 19px;
	color: #000;
	font-family: "Futura Std Light";
	margin-bottom: 0px;
}

.seo1 {
	margin-top: 235px;
}

/*New Single Blog Down Section*/
.features-container {
	width: 100%;
	max-width: 900px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.feature-box {
	background: white;
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 8px 20px rgba(0, 0, 0, .08);
	transition: all .4s ease;
	padding: 16px 20px;
	display: flex;
	align-items: flex-start;
	position: relative;
	width: 64%;
}

.feature-box:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 30px rgba(0, 0, 0, .15);
}

.icon-wrapper {
	width: 60px;
	height: 55px;
	min-width: 50px;
	background: linear-gradient(135deg, #f36f21 0%, #0091c7 100%);
	border-radius: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 15px;
	transition: all .4s ease;
	position: relative;
	z-index: 2;
}

.feature-box:hover .icon-wrapper {
	transform: scale(1.1) rotate(5deg);
	box-shadow: 0 8px 20px rgba(0, 172, 223, 22%);
}

.feature-box .icon {
	color: white;
	font-size: 30px;
	transition: all .3s ease;
}

.feature-box:hover .icon {
	transform: scale(1.2);
}

.content {
	flex: 1;
}

.content h3 {
	font-size: 21px;
	font-weight: 400;
	font-family: "FuturaBT Book";
	margin-top: 15px;
}

.feature-box:hover h3 {
	color: #000;
}

.border-hover {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #2f91c7, #f36f21);
	transform: scaleX(0);
	transform-origin: left;
	transition: transform .4s ease;
}

.feature-box:hover .border-hover {
	transform: scaleX(1);
}

.pulse-effect {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: linear-gradient(135deg, rgba(39, 189, 235, 20%) 0%, rgba(245, 156, 88, 17%) 100%);
	opacity: 0;
	border-radius: 16px;
	transition: all .4s ease;
	z-index: 1;
}

.feature-box:hover .pulse-effect {
	opacity: 1;
}

/* Different background colors for each box */
.box-1 {
	background: linear-gradient(135deg, #fff 0%, #f8f9ff 100%);
}

.box-2 {
	background: linear-gradient(135deg, #fff 0%, #f0f7ff 100%);
}

.box-3 {
	background: linear-gradient(135deg, #fff 0%, #f5f0ff 100%);
}

@media (max-width: 600px) {
	.feature-box {
		flex-direction: column;
		text-align: center;
		padding: 25px;
		width: 90%;
	}
	
	.icon-wrapper {
		margin-right: 0;
		margin-bottom: 20px;
		align-self: center;
	}
	
	.seo1 {
		margin-top: 0px;
	}
	
	.seo-div2 {
		padding-bottom: 0px;
	}
	
	.seo-div3 {
		padding-top: 0px;
	}
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
.fa {
	font-family: var(--fa-style-family, "Font Awesome 6 Free");
	font-weight: var(--fa-style, 900);
}

.fas, .far, .fab, .fa-solid, .fa-regular, .fa-brands, .fa {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;
}

.fas::before, .far::before, .fab::before, .fa-solid::before, .fa-regular::before, .fa-brands::before, .fa::before {
	content: var(--fa);
}

.fa-classic, .fas, .fa-solid, .far, .fa-regular {
	font-family: "Font Awesome 6 Free";
}

.fa-brands, .fab {
	font-family: "Font Awesome 6 Brands";
}

.fa-1x {
	font-size: 1em;
}

.fa-2x {
	font-size: 2em;
}

.fa-3x {
	font-size: 3em;
}

.fa-4x {
	font-size: 4em;
}

.fa-5x {
	font-size: 5em;
}

.fa-6x {
	font-size: 6em;
}

.fa-7x {
	font-size: 7em;
}

.fa-8x {
	font-size: 8em;
}

.fa-9x {
	font-size: 9em;
}

.fa-10x {
	font-size: 10em;
}

.fa-2xs {
	font-size: .625em;
	line-height: .1em;
	vertical-align: .225em;
}

.fa-xs {
	font-size: .75em;
	line-height: .0833333337em;
	vertical-align: .125em;
}

.fa-sm {
	font-size: .875em;
	line-height: .0714285718em;
	vertical-align: .0535714295em;
}

.fa-lg {
	font-size: 1.25em;
	line-height: .05em;
	vertical-align: -.075em;
}

.fa-xl {
	font-size: 1.5em;
	line-height: .0416666682em;
	vertical-align: -.125em;
}

.fa-2xl {
	font-size: 2em;
	line-height: .03125em;
	vertical-align: -.1875em;
}

.fa-fw {
	text-align: center;
	width: 1.25em;
}

.fa-ul {
	list-style-type: none;
	margin-left: var(--fa-li-margin, 2.5em);
	padding-left: 0;
}

.fa-ul > li {
	position: relative;
}

.fa-li {
	left: calc(-1 * var(--fa-li-width, 2em));
	position: absolute;
	text-align: center;
	width: var(--fa-li-width, 2em);
	line-height: inherit;
}

.fa-border {
	border-color: var(--fa-border-color, #eee);
	border-radius: var(--fa-border-radius, .1em);
	border-style: var(--fa-border-style, solid);
	border-width: var(--fa-border-width, .08em);
	padding: var(--fa-border-padding, .2em .25em .15em);
}

.fa-pull-left {
	float: left;
	margin-right: var(--fa-pull-margin, .3em);
}

.fa-pull-right {
	float: right;
	margin-left: var(--fa-pull-margin, .3em);
}

.fa-beat {
	animation-name: fa-beat;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-bounce {
	animation-name: fa-bounce;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.28, .84, .42, 1));
}

.fa-fade {
	animation-name: fa-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-beat-fade {
	animation-name: fa-beat-fade;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4, 0, .6, 1));
}

.fa-flip {
	animation-name: fa-flip;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, ease-in-out);
}

.fa-shake {
	animation-name: fa-shake;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin {
	animation-name: fa-spin;
	animation-delay: var(--fa-animation-delay, 0s);
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 2s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, linear);
}

.fa-spin-reverse {
	--fa-animation-direction: reverse;
}

.fa-pulse, .fa-spin-pulse {
	animation-name: fa-spin;
	animation-direction: var(--fa-animation-direction, normal);
	animation-duration: var(--fa-animation-duration, 1s);
	animation-iteration-count: var(--fa-animation-iteration-count, infinite);
	animation-timing-function: var(--fa-animation-timing, steps(8));
}

@media (prefers-reduced-motion: reduce) {
	.fa-beat, .fa-bounce, .fa-fade, .fa-beat-fade, .fa-flip, .fa-pulse, .fa-shake, .fa-spin, .fa-spin-pulse {
		animation-delay: -1ms;
		animation-duration: 1ms;
		animation-iteration-count: 1;
		transition-delay: 0s;
		transition-duration: 0s;
	}
}

@keyframes fa-beat {
	0%, 90% {
		transform: scale(1);
	}
	
	45% {
		transform: scale(var(--fa-beat-scale, 1.25));
	}
}

@keyframes fa-bounce {
	0% {
		transform: scale(1, 1) translateY(0);
	}
	
	10% {
		transform: scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, .9)) translateY(0);
	}
	
	30% {
		transform: scale(var(--fa-bounce-jump-scale-x, .9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -.5em));
	}
	
	50% {
		transform: scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, .95)) translateY(0);
	}
	
	57% {
		transform: scale(1, 1) translateY(var(--fa-bounce-rebound, -.125em));
	}
	
	64% {
		transform: scale(1, 1) translateY(0);
	}
	
	100% {
		transform: scale(1, 1) translateY(0);
	}
}

@keyframes fa-fade {
	50% {
		opacity: var(--fa-fade-opacity, .4);
	}
}

@keyframes fa-beat-fade {
	0%, 100% {
		opacity: var(--fa-beat-fade-opacity, .4);
		transform: scale(1);
	}
	
	50% {
		opacity: 1;
		transform: scale(var(--fa-beat-fade-scale, 1.125));
	}
}

@keyframes fa-flip {
	50% {
		transform: rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg));
	}
}

@keyframes fa-shake {
	0% {
		transform: rotate(-15deg);
	}
	
	4% {
		transform: rotate(15deg);
	}
	
	8%, 24% {
		transform: rotate(-18deg);
	}
	
	12%, 28% {
		transform: rotate(18deg);
	}
	
	16% {
		transform: rotate(-22deg);
	}
	
	20% {
		transform: rotate(22deg);
	}
	
	32% {
		transform: rotate(-12deg);
	}
	
	36% {
		transform: rotate(12deg);
	}
	
	40%, 100% {
		transform: rotate(0deg);
	}
}

@keyframes fa-spin {
	0% {
		transform: rotate(0deg);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

.fa-rotate-90 {
	transform: rotate(90deg);
}

.fa-rotate-180 {
	transform: rotate(180deg);
}

.fa-rotate-270 {
	transform: rotate(270deg);
}

.fa-flip-horizontal {
	transform: scale(-1, 1);
}

.fa-flip-vertical {
	transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
	transform: scale(-1, -1);
}

.fa-rotate-by {
	transform: rotate(var(--fa-rotate-angle, 0));
}

.fa-stack {
	display: inline-block;
	height: 2em;
	line-height: 2em;
	position: relative;
	vertical-align: middle;
	width: 2.5em;
}

.fa-stack-1x, .fa-stack-2x {
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
	z-index: var(--fa-stack-z-index, auto);
}

.fa-stack-1x {
	line-height: inherit;
}

.fa-stack-2x {
	font-size: 2em;
}

.fa-inverse {
	color: var(--fa-inverse, #fff);
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-0 {
	--fa: "0";
}

.fa-1 {
	--fa: "1";
}

.fa-2 {
	--fa: "2";
}

.fa-3 {
	--fa: "3";
}

.fa-4 {
	--fa: "4";
}

.fa-5 {
	--fa: "5";
}

.fa-6 {
	--fa: "6";
}

.fa-7 {
	--fa: "7";
}

.fa-8 {
	--fa: "8";
}

.fa-9 {
	--fa: "9";
}

.fa-fill-drip {
	--fa: "";
}

.fa-arrows-to-circle {
	--fa: "";
}

.fa-circle-chevron-right {
	--fa: "";
}

.fa-chevron-circle-right {
	--fa: "";
}

.fa-at {
	--fa: "@";
}

.fa-trash-can {
	--fa: "";
}

.fa-trash-alt {
	--fa: "";
}

.fa-text-height {
	--fa: "";
}

.fa-user-xmark {
	--fa: "";
}

.fa-user-times {
	--fa: "";
}

.fa-stethoscope {
	--fa: "";
}

.fa-message {
	--fa: "";
}

.fa-comment-alt {
	--fa: "";
}

.fa-info {
	--fa: "";
}

.fa-down-left-and-up-right-to-center {
	--fa: "";
}

.fa-compress-alt {
	--fa: "";
}

.fa-explosion {
	--fa: "";
}

.fa-file-lines {
	--fa: "";
}

.fa-file-alt {
	--fa: "";
}

.fa-file-text {
	--fa: "";
}

.fa-wave-square {
	--fa: "";
}

.fa-ring {
	--fa: "";
}

.fa-building-un {
	--fa: "";
}

.fa-dice-three {
	--fa: "";
}

.fa-calendar-days {
	--fa: "";
}

.fa-calendar-alt {
	--fa: "";
}

.fa-anchor-circle-check {
	--fa: "";
}

.fa-building-circle-arrow-right {
	--fa: "";
}

.fa-volleyball {
	--fa: "";
}

.fa-volleyball-ball {
	--fa: "";
}

.fa-arrows-up-to-line {
	--fa: "";
}

.fa-sort-down {
	--fa: "";
}

.fa-sort-desc {
	--fa: "";
}

.fa-circle-minus {
	--fa: "";
}

.fa-minus-circle {
	--fa: "";
}

.fa-door-open {
	--fa: "";
}

.fa-right-from-bracket {
	--fa: "";
}

.fa-sign-out-alt {
	--fa: "";
}

.fa-atom {
	--fa: "";
}

.fa-soap {
	--fa: "";
}

.fa-icons {
	--fa: "";
}

.fa-heart-music-camera-bolt {
	--fa: "";
}

.fa-microphone-lines-slash {
	--fa: "";
}

.fa-microphone-alt-slash {
	--fa: "";
}

.fa-bridge-circle-check {
	--fa: "";
}

.fa-pump-medical {
	--fa: "";
}

.fa-fingerprint {
	--fa: "";
}

.fa-hand-point-right {
	--fa: "";
}

.fa-magnifying-glass-location {
	--fa: "";
}

.fa-search-location {
	--fa: "";
}

.fa-forward-step {
	--fa: "";
}

.fa-step-forward {
	--fa: "";
}

.fa-face-smile-beam {
	--fa: "";
}

.fa-smile-beam {
	--fa: "";
}

.fa-flag-checkered {
	--fa: "";
}

.fa-football {
	--fa: "";
}

.fa-football-ball {
	--fa: "";
}

.fa-school-circle-exclamation {
	--fa: "";
}

.fa-crop {
	--fa: "";
}

.fa-angles-down {
	--fa: "";
}

.fa-angle-double-down {
	--fa: "";
}

.fa-users-rectangle {
	--fa: "";
}

.fa-people-roof {
	--fa: "";
}

.fa-people-line {
	--fa: "";
}

.fa-beer-mug-empty {
	--fa: "";
}

.fa-beer {
	--fa: "";
}

.fa-diagram-predecessor {
	--fa: "";
}

.fa-arrow-up-long {
	--fa: "";
}

.fa-long-arrow-up {
	--fa: "";
}

.fa-fire-flame-simple {
	--fa: "";
}

.fa-burn {
	--fa: "";
}

.fa-person {
	--fa: "";
}

.fa-male {
	--fa: "";
}

.fa-laptop {
	--fa: "";
}

.fa-file-csv {
	--fa: "";
}

.fa-menorah {
	--fa: "";
}

.fa-truck-plane {
	--fa: "";
}

.fa-record-vinyl {
	--fa: "";
}

.fa-face-grin-stars {
	--fa: "";
}

.fa-grin-stars {
	--fa: "";
}

.fa-bong {
	--fa: "";
}

.fa-spaghetti-monster-flying {
	--fa: "";
}

.fa-pastafarianism {
	--fa: "";
}

.fa-arrow-down-up-across-line {
	--fa: "";
}

.fa-spoon {
	--fa: "";
}

.fa-utensil-spoon {
	--fa: "";
}

.fa-jar-wheat {
	--fa: "";
}

.fa-envelopes-bulk {
	--fa: "";
}

.fa-mail-bulk {
	--fa: "";
}

.fa-file-circle-exclamation {
	--fa: "";
}

.fa-circle-h {
	--fa: "";
}

.fa-hospital-symbol {
	--fa: "";
}

.fa-pager {
	--fa: "";
}

.fa-address-book {
	--fa: "";
}

.fa-contact-book {
	--fa: "";
}

.fa-strikethrough {
	--fa: "";
}

.fa-k {
	--fa: "K";
}

.fa-landmark-flag {
	--fa: "";
}

.fa-pencil {
	--fa: "";
}

.fa-pencil-alt {
	--fa: "";
}

.fa-backward {
	--fa: "";
}

.fa-caret-right {
	--fa: "";
}

.fa-comments {
	--fa: "";
}

.fa-paste {
	--fa: "";
}

.fa-file-clipboard {
	--fa: "";
}

.fa-code-pull-request {
	--fa: "";
}

.fa-clipboard-list {
	--fa: "";
}

.fa-truck-ramp-box {
	--fa: "";
}

.fa-truck-loading {
	--fa: "";
}

.fa-user-check {
	--fa: "";
}

.fa-vial-virus {
	--fa: "";
}

.fa-sheet-plastic {
	--fa: "";
}

.fa-blog {
	--fa: "";
}

.fa-user-ninja {
	--fa: "";
}

.fa-person-arrow-up-from-line {
	--fa: "";
}

.fa-scroll-torah {
	--fa: "";
}

.fa-torah {
	--fa: "";
}

.fa-broom-ball {
	--fa: "";
}

.fa-quidditch {
	--fa: "";
}

.fa-quidditch-broom-ball {
	--fa: "";
}

.fa-toggle-off {
	--fa: "";
}

.fa-box-archive {
	--fa: "";
}

.fa-archive {
	--fa: "";
}

.fa-person-drowning {
	--fa: "";
}

.fa-arrow-down-9-1 {
	--fa: "";
}

.fa-sort-numeric-desc {
	--fa: "";
}

.fa-sort-numeric-down-alt {
	--fa: "";
}

.fa-face-grin-tongue-squint {
	--fa: "";
}

.fa-grin-tongue-squint {
	--fa: "";
}

.fa-spray-can {
	--fa: "";
}

.fa-truck-monster {
	--fa: "";
}

.fa-w {
	--fa: "W";
}

.fa-earth-africa {
	--fa: "";
}

.fa-globe-africa {
	--fa: "";
}

.fa-rainbow {
	--fa: "";
}

.fa-circle-notch {
	--fa: "";
}

.fa-tablet-screen-button {
	--fa: "";
}

.fa-tablet-alt {
	--fa: "";
}

.fa-paw {
	--fa: "";
}

.fa-cloud {
	--fa: "";
}

.fa-trowel-bricks {
	--fa: "";
}

.fa-face-flushed {
	--fa: "";
}

.fa-flushed {
	--fa: "";
}

.fa-hospital-user {
	--fa: "";
}

.fa-tent-arrow-left-right {
	--fa: "";
}

.fa-gavel {
	--fa: "";
}

.fa-legal {
	--fa: "";
}

.fa-binoculars {
	--fa: "";
}

.fa-microphone-slash {
	--fa: "";
}

.fa-box-tissue {
	--fa: "";
}

.fa-motorcycle {
	--fa: "";
}

.fa-bell-concierge {
	--fa: "";
}

.fa-concierge-bell {
	--fa: "";
}

.fa-pen-ruler {
	--fa: "";
}

.fa-pencil-ruler {
	--fa: "";
}

.fa-people-arrows {
	--fa: "";
}

.fa-people-arrows-left-right {
	--fa: "";
}

.fa-mars-and-venus-burst {
	--fa: "";
}

.fa-square-caret-right {
	--fa: "";
}

.fa-caret-square-right {
	--fa: "";
}

.fa-scissors {
	--fa: "";
}

.fa-cut {
	--fa: "";
}

.fa-sun-plant-wilt {
	--fa: "";
}

.fa-toilets-portable {
	--fa: "";
}

.fa-hockey-puck {
	--fa: "";
}

.fa-table {
	--fa: "";
}

.fa-magnifying-glass-arrow-right {
	--fa: "";
}

.fa-tachograph-digital {
	--fa: "";
}

.fa-digital-tachograph {
	--fa: "";
}

.fa-users-slash {
	--fa: "";
}

.fa-clover {
	--fa: "";
}

.fa-reply {
	--fa: "";
}

.fa-mail-reply {
	--fa: "";
}

.fa-star-and-crescent {
	--fa: "";
}

.fa-house-fire {
	--fa: "";
}

.fa-square-minus {
	--fa: "";
}

.fa-minus-square {
	--fa: "";
}

.fa-helicopter {
	--fa: "";
}

.fa-compass {
	--fa: "";
}

.fa-square-caret-down {
	--fa: "";
}

.fa-caret-square-down {
	--fa: "";
}

.fa-file-circle-question {
	--fa: "";
}

.fa-laptop-code {
	--fa: "";
}

.fa-swatchbook {
	--fa: "";
}

.fa-prescription-bottle {
	--fa: "";
}

.fa-bars {
	--fa: "";
}

.fa-navicon {
	--fa: "";
}

.fa-people-group {
	--fa: "";
}

.fa-hourglass-end {
	--fa: "";
}

.fa-hourglass-3 {
	--fa: "";
}

.fa-heart-crack {
	--fa: "";
}

.fa-heart-broken {
	--fa: "";
}

.fa-square-up-right {
	--fa: "";
}

.fa-external-link-square-alt {
	--fa: "";
}

.fa-face-kiss-beam {
	--fa: "";
}

.fa-kiss-beam {
	--fa: "";
}

.fa-film {
	--fa: "";
}

.fa-ruler-horizontal {
	--fa: "";
}

.fa-people-robbery {
	--fa: "";
}

.fa-lightbulb {
	--fa: "";
}

.fa-caret-left {
	--fa: "";
}

.fa-circle-exclamation {
	--fa: "";
}

.fa-exclamation-circle {
	--fa: "";
}

.fa-school-circle-xmark {
	--fa: "";
}

.fa-arrow-right-from-bracket {
	--fa: "";
}

.fa-sign-out {
	--fa: "";
}

.fa-circle-chevron-down {
	--fa: "";
}

.fa-chevron-circle-down {
	--fa: "";
}

.fa-unlock-keyhole {
	--fa: "";
}

.fa-unlock-alt {
	--fa: "";
}

.fa-cloud-showers-heavy {
	--fa: "";
}

.fa-headphones-simple {
	--fa: "";
}

.fa-headphones-alt {
	--fa: "";
}

.fa-sitemap {
	--fa: "";
}

.fa-circle-dollar-to-slot {
	--fa: "";
}

.fa-donate {
	--fa: "";
}

.fa-memory {
	--fa: "";
}

.fa-road-spikes {
	--fa: "";
}

.fa-fire-burner {
	--fa: "";
}

.fa-flag {
	--fa: "";
}

.fa-hanukiah {
	--fa: "";
}

.fa-feather {
	--fa: "";
}

.fa-volume-low {
	--fa: "";
}

.fa-volume-down {
	--fa: "";
}

.fa-comment-slash {
	--fa: "";
}

.fa-cloud-sun-rain {
	--fa: "";
}

.fa-compress {
	--fa: "";
}

.fa-wheat-awn {
	--fa: "";
}

.fa-wheat-alt {
	--fa: "";
}

.fa-ankh {
	--fa: "";
}

.fa-hands-holding-child {
	--fa: "";
}

.fa-asterisk {
	--fa: "*";
}

.fa-square-check {
	--fa: "";
}

.fa-check-square {
	--fa: "";
}

.fa-peseta-sign {
	--fa: "";
}

.fa-heading {
	--fa: "";
}

.fa-header {
	--fa: "";
}

.fa-ghost {
	--fa: "";
}

.fa-list {
	--fa: "";
}

.fa-list-squares {
	--fa: "";
}

.fa-square-phone-flip {
	--fa: "";
}

.fa-phone-square-alt {
	--fa: "";
}

.fa-cart-plus {
	--fa: "";
}

.fa-gamepad {
	--fa: "";
}

.fa-circle-dot {
	--fa: "";
}

.fa-dot-circle {
	--fa: "";
}

.fa-face-dizzy {
	--fa: "";
}

.fa-dizzy {
	--fa: "";
}

.fa-egg {
	--fa: "";
}

.fa-house-medical-circle-xmark {
	--fa: "";
}

.fa-campground {
	--fa: "";
}

.fa-folder-plus {
	--fa: "";
}

.fa-futbol {
	--fa: "";
}

.fa-futbol-ball {
	--fa: "";
}

.fa-soccer-ball {
	--fa: "";
}

.fa-paintbrush {
	--fa: "";
}

.fa-paint-brush {
	--fa: "";
}

.fa-lock {
	--fa: "";
}

.fa-gas-pump {
	--fa: "";
}

.fa-hot-tub-person {
	--fa: "";
}

.fa-hot-tub {
	--fa: "";
}

.fa-map-location {
	--fa: "";
}

.fa-map-marked {
	--fa: "";
}

.fa-house-flood-water {
	--fa: "";
}

.fa-tree {
	--fa: "";
}

.fa-bridge-lock {
	--fa: "";
}

.fa-sack-dollar {
	--fa: "";
}

.fa-pen-to-square {
	--fa: "";
}

.fa-edit {
	--fa: "";
}

.fa-car-side {
	--fa: "";
}

.fa-share-nodes {
	--fa: "";
}

.fa-share-alt {
	--fa: "";
}

.fa-heart-circle-minus {
	--fa: "";
}

.fa-hourglass-half {
	--fa: "";
}

.fa-hourglass-2 {
	--fa: "";
}

.fa-microscope {
	--fa: "";
}

.fa-sink {
	--fa: "";
}

.fa-bag-shopping {
	--fa: "";
}

.fa-shopping-bag {
	--fa: "";
}

.fa-arrow-down-z-a {
	--fa: "";
}

.fa-sort-alpha-desc {
	--fa: "";
}

.fa-sort-alpha-down-alt {
	--fa: "";
}

.fa-mitten {
	--fa: "";
}

.fa-person-rays {
	--fa: "";
}

.fa-users {
	--fa: "";
}

.fa-eye-slash {
	--fa: "";
}

.fa-flask-vial {
	--fa: "";
}

.fa-hand {
	--fa: "";
}

.fa-hand-paper {
	--fa: "";
}

.fa-om {
	--fa: "";
}

.fa-worm {
	--fa: "";
}

.fa-house-circle-xmark {
	--fa: "";
}

.fa-plug {
	--fa: "";
}

.fa-chevron-up {
	--fa: "";
}

.fa-hand-spock {
	--fa: "";
}

.fa-stopwatch {
	--fa: "";
}

.fa-face-kiss {
	--fa: "";
}

.fa-kiss {
	--fa: "";
}

.fa-bridge-circle-xmark {
	--fa: "";
}

.fa-face-grin-tongue {
	--fa: "";
}

.fa-grin-tongue {
	--fa: "";
}

.fa-chess-bishop {
	--fa: "";
}

.fa-face-grin-wink {
	--fa: "";
}

.fa-grin-wink {
	--fa: "";
}

.fa-ear-deaf {
	--fa: "";
}

.fa-deaf {
	--fa: "";
}

.fa-deafness {
	--fa: "";
}

.fa-hard-of-hearing {
	--fa: "";
}

.fa-road-circle-check {
	--fa: "";
}

.fa-dice-five {
	--fa: "";
}

.fa-square-rss {
	--fa: "";
}

.fa-rss-square {
	--fa: "";
}

.fa-land-mine-on {
	--fa: "";
}

.fa-i-cursor {
	--fa: "";
}

.fa-stamp {
	--fa: "";
}

.fa-stairs {
	--fa: "";
}

.fa-i {
	--fa: "I";
}

.fa-hryvnia-sign {
	--fa: "";
}

.fa-hryvnia {
	--fa: "";
}

.fa-pills {
	--fa: "";
}

.fa-face-grin-wide {
	--fa: "";
}

.fa-grin-alt {
	--fa: "";
}

.fa-tooth {
	--fa: "";
}

.fa-v {
	--fa: "V";
}

.fa-bangladeshi-taka-sign {
	--fa: "";
}

.fa-bicycle {
	--fa: "";
}

.fa-staff-snake {
	--fa: "";
}

.fa-rod-asclepius {
	--fa: "";
}

.fa-rod-snake {
	--fa: "";
}

.fa-staff-aesculapius {
	--fa: "";
}

.fa-head-side-cough-slash {
	--fa: "";
}

.fa-truck-medical {
	--fa: "";
}

.fa-ambulance {
	--fa: "";
}

.fa-wheat-awn-circle-exclamation {
	--fa: "";
}

.fa-snowman {
	--fa: "";
}

.fa-mortar-pestle {
	--fa: "";
}

.fa-road-barrier {
	--fa: "";
}

.fa-school {
	--fa: "";
}

.fa-igloo {
	--fa: "";
}

.fa-joint {
	--fa: "";
}

.fa-angle-right {
	--fa: "";
}

.fa-horse {
	--fa: "";
}

.fa-q {
	--fa: "Q";
}

.fa-g {
	--fa: "G";
}

.fa-notes-medical {
	--fa: "";
}

.fa-temperature-half {
	--fa: "";
}

.fa-temperature-2 {
	--fa: "";
}

.fa-thermometer-2 {
	--fa: "";
}

.fa-thermometer-half {
	--fa: "";
}

.fa-dong-sign {
	--fa: "";
}

.fa-capsules {
	--fa: "";
}

.fa-poo-storm {
	--fa: "";
}

.fa-poo-bolt {
	--fa: "";
}

.fa-face-frown-open {
	--fa: "";
}

.fa-frown-open {
	--fa: "";
}

.fa-hand-point-up {
	--fa: "";
}

.fa-money-bill {
	--fa: "";
}

.fa-bookmark {
	--fa: "";
}

.fa-align-justify {
	--fa: "";
}

.fa-umbrella-beach {
	--fa: "";
}

.fa-helmet-un {
	--fa: "";
}

.fa-bullseye {
	--fa: "";
}

.fa-bacon {
	--fa: "";
}

.fa-hand-point-down {
	--fa: "";
}

.fa-arrow-up-from-bracket {
	--fa: "";
}

.fa-folder {
	--fa: "";
}

.fa-folder-blank {
	--fa: "";
}

.fa-file-waveform {
	--fa: "";
}

.fa-file-medical-alt {
	--fa: "";
}

.fa-radiation {
	--fa: "";
}

.fa-chart-simple {
	--fa: "";
}

.fa-mars-stroke {
	--fa: "";
}

.fa-vial {
	--fa: "";
}

.fa-gauge {
	--fa: "";
}

.fa-dashboard {
	--fa: "";
}

.fa-gauge-med {
	--fa: "";
}

.fa-tachometer-alt-average {
	--fa: "";
}

.fa-wand-magic-sparkles {
	--fa: "";
}

.fa-magic-wand-sparkles {
	--fa: "";
}

.fa-e {
	--fa: "E";
}

.fa-pen-clip {
	--fa: "";
}

.fa-pen-alt {
	--fa: "";
}

.fa-bridge-circle-exclamation {
	--fa: "";
}

.fa-user {
	--fa: "";
}

.fa-school-circle-check {
	--fa: "";
}

.fa-dumpster {
	--fa: "";
}

.fa-van-shuttle {
	--fa: "";
}

.fa-shuttle-van {
	--fa: "";
}

.fa-building-user {
	--fa: "";
}

.fa-square-caret-left {
	--fa: "";
}

.fa-caret-square-left {
	--fa: "";
}

.fa-highlighter {
	--fa: "";
}

.fa-key {
	--fa: "";
}

.fa-bullhorn {
	--fa: "";
}

.fa-globe {
	--fa: "";
}

.fa-synagogue {
	--fa: "";
}

.fa-person-half-dress {
	--fa: "";
}

.fa-road-bridge {
	--fa: "";
}

.fa-location-arrow {
	--fa: "";
}

.fa-c {
	--fa: "C";
}

.fa-tablet-button {
	--fa: "";
}

.fa-building-lock {
	--fa: "";
}

.fa-pizza-slice {
	--fa: "";
}

.fa-money-bill-wave {
	--fa: "";
}

.fa-chart-area {
	--fa: "";
}

.fa-area-chart {
	--fa: "";
}

.fa-house-flag {
	--fa: "";
}

.fa-person-circle-minus {
	--fa: "";
}

.fa-ban {
	--fa: "";
}

.fa-cancel {
	--fa: "";
}

.fa-camera-rotate {
	--fa: "";
}

.fa-spray-can-sparkles {
	--fa: "";
}

.fa-air-freshener {
	--fa: "";
}

.fa-star {
	--fa: "";
}

.fa-repeat {
	--fa: "";
}

.fa-cross {
	--fa: "";
}

.fa-box {
	--fa: "";
}

.fa-venus-mars {
	--fa: "";
}

.fa-arrow-pointer {
	--fa: "";
}

.fa-mouse-pointer {
	--fa: "";
}

.fa-maximize {
	--fa: "";
}

.fa-expand-arrows-alt {
	--fa: "";
}

.fa-charging-station {
	--fa: "";
}

.fa-shapes {
	--fa: "";
}

.fa-triangle-circle-square {
	--fa: "";
}

.fa-shuffle {
	--fa: "";
}

.fa-random {
	--fa: "";
}

.fa-person-running {
	--fa: "";
}

.fa-running {
	--fa: "";
}

.fa-mobile-retro {
	--fa: "";
}

.fa-grip-lines-vertical {
	--fa: "";
}

.fa-spider {
	--fa: "";
}

.fa-hands-bound {
	--fa: "";
}

.fa-file-invoice-dollar {
	--fa: "";
}

.fa-plane-circle-exclamation {
	--fa: "";
}

.fa-x-ray {
	--fa: "";
}

.fa-spell-check {
	--fa: "";
}

.fa-slash {
	--fa: "";
}

.fa-computer-mouse {
	--fa: "";
}

.fa-mouse {
	--fa: "";
}

.fa-arrow-right-to-bracket {
	--fa: "";
}

.fa-sign-in {
	--fa: "";
}

.fa-shop-slash {
	--fa: "";
}

.fa-store-alt-slash {
	--fa: "";
}

.fa-server {
	--fa: "";
}

.fa-virus-covid-slash {
	--fa: "";
}

.fa-shop-lock {
	--fa: "";
}

.fa-hourglass-start {
	--fa: "";
}

.fa-hourglass-1 {
	--fa: "";
}

.fa-blender-phone {
	--fa: "";
}

.fa-building-wheat {
	--fa: "";
}

.fa-person-breastfeeding {
	--fa: "";
}

.fa-right-to-bracket {
	--fa: "";
}

.fa-sign-in-alt {
	--fa: "";
}

.fa-venus {
	--fa: "";
}

.fa-passport {
	--fa: "";
}

.fa-thumbtack-slash {
	--fa: "";
}

.fa-thumb-tack-slash {
	--fa: "";
}

.fa-heart-pulse {
	--fa: "";
}

.fa-heartbeat {
	--fa: "";
}

.fa-people-carry-box {
	--fa: "";
}

.fa-people-carry {
	--fa: "";
}

.fa-temperature-high {
	--fa: "";
}

.fa-microchip {
	--fa: "";
}

.fa-crown {
	--fa: "";
}

.fa-weight-hanging {
	--fa: "";
}

.fa-xmarks-lines {
	--fa: "";
}

.fa-file-prescription {
	--fa: "";
}

.fa-weight-scale {
	--fa: "";
}

.fa-weight {
	--fa: "";
}

.fa-user-group {
	--fa: "";
}

.fa-user-friends {
	--fa: "";
}

.fa-arrow-up-a-z {
	--fa: "";
}

.fa-sort-alpha-up {
	--fa: "";
}

.fa-chess-knight {
	--fa: "";
}

.fa-face-laugh-squint {
	--fa: "";
}

.fa-laugh-squint {
	--fa: "";
}

.fa-wheelchair {
	--fa: "";
}

.fa-circle-arrow-up {
	--fa: "";
}

.fa-arrow-circle-up {
	--fa: "";
}

.fa-toggle-on {
	--fa: "";
}

.fa-person-walking {
	--fa: "";
}

.fa-walking {
	--fa: "";
}

.fa-l {
	--fa: "L";
}

.fa-fire {
	--fa: "";
}

.fa-bed-pulse {
	--fa: "";
}

.fa-procedures {
	--fa: "";
}

.fa-shuttle-space {
	--fa: "";
}

.fa-space-shuttle {
	--fa: "";
}

.fa-face-laugh {
	--fa: "";
}

.fa-laugh {
	--fa: "";
}

.fa-folder-open {
	--fa: "";
}

.fa-heart-circle-plus {
	--fa: "";
}

.fa-code-fork {
	--fa: "";
}

.fa-city {
	--fa: "";
}

.fa-microphone-lines {
	--fa: "";
}

.fa-microphone-alt {
	--fa: "";
}

.fa-pepper-hot {
	--fa: "";
}

.fa-unlock {
	--fa: "";
}

.fa-colon-sign {
	--fa: "";
}

.fa-headset {
	--fa: "";
}

.fa-store-slash {
	--fa: "";
}

.fa-road-circle-xmark {
	--fa: "";
}

.fa-user-minus {
	--fa: "";
}

.fa-mars-stroke-up {
	--fa: "";
}

.fa-mars-stroke-v {
	--fa: "";
}

.fa-champagne-glasses {
	--fa: "";
}

.fa-glass-cheers {
	--fa: "";
}

.fa-clipboard {
	--fa: "";
}

.fa-house-circle-exclamation {
	--fa: "";
}

.fa-file-arrow-up {
	--fa: "";
}

.fa-file-upload {
	--fa: "";
}

.fa-wifi {
	--fa: "";
}

.fa-wifi-3 {
	--fa: "";
}

.fa-wifi-strong {
	--fa: "";
}

.fa-bath {
	--fa: "";
}

.fa-bathtub {
	--fa: "";
}

.fa-underline {
	--fa: "";
}

.fa-user-pen {
	--fa: "";
}

.fa-user-edit {
	--fa: "";
}

.fa-signature {
	--fa: "";
}

.fa-stroopwafel {
	--fa: "";
}

.fa-bold {
	--fa: "";
}

.fa-anchor-lock {
	--fa: "";
}

.fa-building-ngo {
	--fa: "";
}

.fa-manat-sign {
	--fa: "";
}

.fa-not-equal {
	--fa: "";
}

.fa-border-top-left {
	--fa: "";
}

.fa-border-style {
	--fa: "";
}

.fa-map-location-dot {
	--fa: "";
}

.fa-map-marked-alt {
	--fa: "";
}

.fa-jedi {
	--fa: "";
}

.fa-square-poll-vertical {
	--fa: "";
}

.fa-poll {
	--fa: "";
}

.fa-mug-hot {
	--fa: "";
}

.fa-car-battery {
	--fa: "";
}

.fa-battery-car {
	--fa: "";
}

.fa-gift {
	--fa: "";
}

.fa-dice-two {
	--fa: "";
}

.fa-chess-queen {
	--fa: "";
}

.fa-glasses {
	--fa: "";
}

.fa-chess-board {
	--fa: "";
}

.fa-building-circle-check {
	--fa: "";
}

.fa-person-chalkboard {
	--fa: "";
}

.fa-mars-stroke-right {
	--fa: "";
}

.fa-mars-stroke-h {
	--fa: "";
}

.fa-hand-back-fist {
	--fa: "";
}

.fa-hand-rock {
	--fa: "";
}

.fa-square-caret-up {
	--fa: "";
}

.fa-caret-square-up {
	--fa: "";
}

.fa-cloud-showers-water {
	--fa: "";
}

.fa-chart-bar {
	--fa: "";
}

.fa-bar-chart {
	--fa: "";
}

.fa-hands-bubbles {
	--fa: "";
}

.fa-hands-wash {
	--fa: "";
}

.fa-less-than-equal {
	--fa: "";
}

.fa-train {
	--fa: "";
}

.fa-eye-low-vision {
	--fa: "";
}

.fa-low-vision {
	--fa: "";
}

.fa-crow {
	--fa: "";
}

.fa-sailboat {
	--fa: "";
}

.fa-window-restore {
	--fa: "";
}

.fa-square-plus {
	--fa: "";
}

.fa-plus-square {
	--fa: "";
}

.fa-torii-gate {
	--fa: "";
}

.fa-frog {
	--fa: "";
}

.fa-bucket {
	--fa: "";
}

.fa-image {
	--fa: "";
}

.fa-microphone {
	--fa: "";
}

.fa-cow {
	--fa: "";
}

.fa-caret-up {
	--fa: "";
}

.fa-screwdriver {
	--fa: "";
}

.fa-folder-closed {
	--fa: "";
}

.fa-house-tsunami {
	--fa: "";
}

.fa-square-nfi {
	--fa: "";
}

.fa-arrow-up-from-ground-water {
	--fa: "";
}

.fa-martini-glass {
	--fa: "";
}

.fa-glass-martini-alt {
	--fa: "";
}

.fa-square-binary {
	--fa: "";
}

.fa-rotate-left {
	--fa: "";
}

.fa-rotate-back {
	--fa: "";
}

.fa-rotate-backward {
	--fa: "";
}

.fa-undo-alt {
	--fa: "";
}

.fa-table-columns {
	--fa: "";
}

.fa-columns {
	--fa: "";
}

.fa-lemon {
	--fa: "";
}

.fa-head-side-mask {
	--fa: "";
}

.fa-handshake {
	--fa: "";
}

.fa-gem {
	--fa: "";
}

.fa-dolly {
	--fa: "";
}

.fa-dolly-box {
	--fa: "";
}

.fa-smoking {
	--fa: "";
}

.fa-minimize {
	--fa: "";
}

.fa-compress-arrows-alt {
	--fa: "";
}

.fa-monument {
	--fa: "";
}

.fa-snowplow {
	--fa: "";
}

.fa-angles-right {
	--fa: "";
}

.fa-angle-double-right {
	--fa: "";
}

.fa-cannabis {
	--fa: "";
}

.fa-circle-play {
	--fa: "";
}

.fa-play-circle {
	--fa: "";
}

.fa-tablets {
	--fa: "";
}

.fa-ethernet {
	--fa: "";
}

.fa-euro-sign {
	--fa: "";
}

.fa-eur {
	--fa: "";
}

.fa-euro {
	--fa: "";
}

.fa-chair {
	--fa: "";
}

.fa-circle-check {
	--fa: "";
}

.fa-check-circle {
	--fa: "";
}

.fa-circle-stop {
	--fa: "";
}

.fa-stop-circle {
	--fa: "";
}

.fa-compass-drafting {
	--fa: "";
}

.fa-drafting-compass {
	--fa: "";
}

.fa-plate-wheat {
	--fa: "";
}

.fa-icicles {
	--fa: "";
}

.fa-person-shelter {
	--fa: "";
}

.fa-neuter {
	--fa: "";
}

.fa-id-badge {
	--fa: "";
}

.fa-marker {
	--fa: "";
}

.fa-face-laugh-beam {
	--fa: "";
}

.fa-laugh-beam {
	--fa: "";
}

.fa-helicopter-symbol {
	--fa: "";
}

.fa-universal-access {
	--fa: "";
}

.fa-circle-chevron-up {
	--fa: "";
}

.fa-chevron-circle-up {
	--fa: "";
}

.fa-lari-sign {
	--fa: "";
}

.fa-volcano {
	--fa: "";
}

.fa-person-walking-dashed-line-arrow-right {
	--fa: "";
}

.fa-sterling-sign {
	--fa: "";
}

.fa-gbp {
	--fa: "";
}

.fa-pound-sign {
	--fa: "";
}

.fa-viruses {
	--fa: "";
}

.fa-square-person-confined {
	--fa: "";
}

.fa-user-tie {
	--fa: "";
}

.fa-arrow-down-long {
	--fa: "";
}

.fa-long-arrow-down {
	--fa: "";
}

.fa-tent-arrow-down-to-line {
	--fa: "";
}

.fa-certificate {
	--fa: "";
}

.fa-reply-all {
	--fa: "";
}

.fa-mail-reply-all {
	--fa: "";
}

.fa-suitcase {
	--fa: "";
}

.fa-person-skating {
	--fa: "";
}

.fa-skating {
	--fa: "";
}

.fa-filter-circle-dollar {
	--fa: "";
}

.fa-funnel-dollar {
	--fa: "";
}

.fa-camera-retro {
	--fa: "";
}

.fa-circle-arrow-down {
	--fa: "";
}

.fa-arrow-circle-down {
	--fa: "";
}

.fa-file-import {
	--fa: "";
}

.fa-arrow-right-to-file {
	--fa: "";
}

.fa-square-arrow-up-right {
	--fa: "";
}

.fa-external-link-square {
	--fa: "";
}

.fa-box-open {
	--fa: "";
}

.fa-scroll {
	--fa: "";
}

.fa-spa {
	--fa: "";
}

.fa-location-pin-lock {
	--fa: "";
}

.fa-pause {
	--fa: "";
}

.fa-hill-avalanche {
	--fa: "";
}

.fa-temperature-empty {
	--fa: "";
}

.fa-temperature-0 {
	--fa: "";
}

.fa-thermometer-0 {
	--fa: "";
}

.fa-thermometer-empty {
	--fa: "";
}

.fa-bomb {
	--fa: "";
}

.fa-registered {
	--fa: "";
}

.fa-address-card {
	--fa: "";
}

.fa-contact-card {
	--fa: "";
}

.fa-vcard {
	--fa: "";
}

.fa-scale-unbalanced-flip {
	--fa: "";
}

.fa-balance-scale-right {
	--fa: "";
}

.fa-subscript {
	--fa: "";
}

.fa-diamond-turn-right {
	--fa: "";
}

.fa-directions {
	--fa: "";
}

.fa-burst {
	--fa: "";
}

.fa-house-laptop {
	--fa: "";
}

.fa-laptop-house {
	--fa: "";
}

.fa-face-tired {
	--fa: "";
}

.fa-tired {
	--fa: "";
}

.fa-money-bills {
	--fa: "";
}

.fa-smog {
	--fa: "";
}

.fa-crutch {
	--fa: "";
}

.fa-cloud-arrow-up {
	--fa: "";
}

.fa-cloud-upload {
	--fa: "";
}

.fa-cloud-upload-alt {
	--fa: "";
}

.fa-palette {
	--fa: "";
}

.fa-arrows-turn-right {
	--fa: "";
}

.fa-vest {
	--fa: "";
}

.fa-ferry {
	--fa: "";
}

.fa-arrows-down-to-people {
	--fa: "";
}

.fa-seedling {
	--fa: "";
}

.fa-sprout {
	--fa: "";
}

.fa-left-right {
	--fa: "";
}

.fa-arrows-alt-h {
	--fa: "";
}

.fa-boxes-packing {
	--fa: "";
}

.fa-circle-arrow-left {
	--fa: "";
}

.fa-arrow-circle-left {
	--fa: "";
}

.fa-group-arrows-rotate {
	--fa: "";
}

.fa-bowl-food {
	--fa: "";
}

.fa-candy-cane {
	--fa: "";
}

.fa-arrow-down-wide-short {
	--fa: "";
}

.fa-sort-amount-asc {
	--fa: "";
}

.fa-sort-amount-down {
	--fa: "";
}

.fa-cloud-bolt {
	--fa: "";
}

.fa-thunderstorm {
	--fa: "";
}

.fa-text-slash {
	--fa: "";
}

.fa-remove-format {
	--fa: "";
}

.fa-face-smile-wink {
	--fa: "";
}

.fa-smile-wink {
	--fa: "";
}

.fa-file-word {
	--fa: "";
}

.fa-file-powerpoint {
	--fa: "";
}

.fa-arrows-left-right {
	--fa: "";
}

.fa-arrows-h {
	--fa: "";
}

.fa-house-lock {
	--fa: "";
}

.fa-cloud-arrow-down {
	--fa: "";
}

.fa-cloud-download {
	--fa: "";
}

.fa-cloud-download-alt {
	--fa: "";
}

.fa-children {
	--fa: "";
}

.fa-chalkboard {
	--fa: "";
}

.fa-blackboard {
	--fa: "";
}

.fa-user-large-slash {
	--fa: "";
}

.fa-user-alt-slash {
	--fa: "";
}

.fa-envelope-open {
	--fa: "";
}

.fa-handshake-simple-slash {
	--fa: "";
}

.fa-handshake-alt-slash {
	--fa: "";
}

.fa-mattress-pillow {
	--fa: "";
}

.fa-guarani-sign {
	--fa: "";
}

.fa-arrows-rotate {
	--fa: "";
}

.fa-refresh {
	--fa: "";
}

.fa-sync {
	--fa: "";
}

.fa-fire-extinguisher {
	--fa: "";
}

.fa-cruzeiro-sign {
	--fa: "";
}

.fa-greater-than-equal {
	--fa: "";
}

.fa-shield-halved {
	--fa: "";
}

.fa-shield-alt {
	--fa: "";
}

.fa-book-atlas {
	--fa: "";
}

.fa-atlas {
	--fa: "";
}

.fa-virus {
	--fa: "";
}

.fa-envelope-circle-check {
	--fa: "";
}

.fa-layer-group {
	--fa: "";
}

.fa-arrows-to-dot {
	--fa: "";
}

.fa-archway {
	--fa: "";
}

.fa-heart-circle-check {
	--fa: "";
}

.fa-house-chimney-crack {
	--fa: "";
}

.fa-house-damage {
	--fa: "";
}

.fa-file-zipper {
	--fa: "";
}

.fa-file-archive {
	--fa: "";
}

.fa-square {
	--fa: "";
}

.fa-martini-glass-empty {
	--fa: "";
}

.fa-glass-martini {
	--fa: "";
}

.fa-couch {
	--fa: "";
}

.fa-cedi-sign {
	--fa: "";
}

.fa-italic {
	--fa: "";
}

.fa-table-cells-column-lock {
	--fa: "";
}

.fa-church {
	--fa: "";
}

.fa-comments-dollar {
	--fa: "";
}

.fa-democrat {
	--fa: "";
}

.fa-z {
	--fa: "Z";
}

.fa-person-skiing {
	--fa: "";
}

.fa-skiing {
	--fa: "";
}

.fa-road-lock {
	--fa: "";
}

.fa-a {
	--fa: "A";
}

.fa-temperature-arrow-down {
	--fa: "";
}

.fa-temperature-down {
	--fa: "";
}

.fa-feather-pointed {
	--fa: "";
}

.fa-feather-alt {
	--fa: "";
}

.fa-p {
	--fa: "P";
}

.fa-snowflake {
	--fa: "";
}

.fa-newspaper {
	--fa: "";
}

.fa-rectangle-ad {
	--fa: "";
}

.fa-ad {
	--fa: "";
}

.fa-circle-arrow-right {
	--fa: "";
}

.fa-arrow-circle-right {
	--fa: "";
}

.fa-filter-circle-xmark {
	--fa: "";
}

.fa-locust {
	--fa: "";
}

.fa-sort {
	--fa: "";
}

.fa-unsorted {
	--fa: "";
}

.fa-list-ol {
	--fa: "";
}

.fa-list-1-2 {
	--fa: "";
}

.fa-list-numeric {
	--fa: "";
}

.fa-person-dress-burst {
	--fa: "";
}

.fa-money-check-dollar {
	--fa: "";
}

.fa-money-check-alt {
	--fa: "";
}

.fa-vector-square {
	--fa: "";
}

.fa-bread-slice {
	--fa: "";
}

.fa-language {
	--fa: "";
}

.fa-face-kiss-wink-heart {
	--fa: "";
}

.fa-kiss-wink-heart {
	--fa: "";
}

.fa-filter {
	--fa: "";
}

.fa-question {
	--fa: "?";
}

.fa-file-signature {
	--fa: "";
}

.fa-up-down-left-right {
	--fa: "";
}

.fa-arrows-alt {
	--fa: "";
}

.fa-house-chimney-user {
	--fa: "";
}

.fa-hand-holding-heart {
	--fa: "";
}

.fa-puzzle-piece {
	--fa: "";
}

.fa-money-check {
	--fa: "";
}

.fa-star-half-stroke {
	--fa: "";
}

.fa-star-half-alt {
	--fa: "";
}

.fa-code {
	--fa: "";
}

.fa-whiskey-glass {
	--fa: "";
}

.fa-glass-whiskey {
	--fa: "";
}

.fa-building-circle-exclamation {
	--fa: "";
}

.fa-magnifying-glass-chart {
	--fa: "";
}

.fa-arrow-up-right-from-square {
	--fa: "";
}

.fa-external-link {
	--fa: "";
}

.fa-cubes-stacked {
	--fa: "";
}

.fa-won-sign {
	--fa: "";
}

.fa-krw {
	--fa: "";
}

.fa-won {
	--fa: "";
}

.fa-virus-covid {
	--fa: "";
}

.fa-austral-sign {
	--fa: "";
}

.fa-f {
	--fa: "F";
}

.fa-leaf {
	--fa: "";
}

.fa-road {
	--fa: "";
}

.fa-taxi {
	--fa: "";
}

.fa-cab {
	--fa: "";
}

.fa-person-circle-plus {
	--fa: "";
}

.fa-chart-pie {
	--fa: "";
}

.fa-pie-chart {
	--fa: "";
}

.fa-bolt-lightning {
	--fa: "";
}

.fa-sack-xmark {
	--fa: "";
}

.fa-file-excel {
	--fa: "";
}

.fa-file-contract {
	--fa: "";
}

.fa-fish-fins {
	--fa: "";
}

.fa-building-flag {
	--fa: "";
}

.fa-face-grin-beam {
	--fa: "";
}

.fa-grin-beam {
	--fa: "";
}

.fa-object-ungroup {
	--fa: "";
}

.fa-poop {
	--fa: "";
}

.fa-location-pin {
	--fa: "";
}

.fa-map-marker {
	--fa: "";
}

.fa-kaaba {
	--fa: "";
}

.fa-toilet-paper {
	--fa: "";
}

.fa-helmet-safety {
	--fa: "";
}

.fa-hard-hat {
	--fa: "";
}

.fa-hat-hard {
	--fa: "";
}

.fa-eject {
	--fa: "";
}

.fa-circle-right {
	--fa: "";
}

.fa-arrow-alt-circle-right {
	--fa: "";
}

.fa-plane-circle-check {
	--fa: "";
}

.fa-face-rolling-eyes {
	--fa: "";
}

.fa-meh-rolling-eyes {
	--fa: "";
}

.fa-object-group {
	--fa: "";
}

.fa-chart-line {
	--fa: "";
}

.fa-line-chart {
	--fa: "";
}

.fa-mask-ventilator {
	--fa: "";
}

.fa-arrow-right {
	--fa: "";
}

.fa-signs-post {
	--fa: "";
}

.fa-map-signs {
	--fa: "";
}

.fa-cash-register {
	--fa: "";
}

.fa-person-circle-question {
	--fa: "";
}

.fa-h {
	--fa: "H";
}

.fa-tarp {
	--fa: "";
}

.fa-screwdriver-wrench {
	--fa: "";
}

.fa-tools {
	--fa: "";
}

.fa-arrows-to-eye {
	--fa: "";
}

.fa-plug-circle-bolt {
	--fa: "";
}

.fa-heart {
	--fa: "";
}

.fa-mars-and-venus {
	--fa: "";
}

.fa-house-user {
	--fa: "";
}

.fa-home-user {
	--fa: "";
}

.fa-dumpster-fire {
	--fa: "";
}

.fa-house-crack {
	--fa: "";
}

.fa-martini-glass-citrus {
	--fa: "";
}

.fa-cocktail {
	--fa: "";
}

.fa-face-surprise {
	--fa: "";
}

.fa-surprise {
	--fa: "";
}

.fa-bottle-water {
	--fa: "";
}

.fa-circle-pause {
	--fa: "";
}

.fa-pause-circle {
	--fa: "";
}

.fa-toilet-paper-slash {
	--fa: "";
}

.fa-apple-whole {
	--fa: "";
}

.fa-apple-alt {
	--fa: "";
}

.fa-kitchen-set {
	--fa: "";
}

.fa-r {
	--fa: "R";
}

.fa-temperature-quarter {
	--fa: "";
}

.fa-temperature-1 {
	--fa: "";
}

.fa-thermometer-1 {
	--fa: "";
}

.fa-thermometer-quarter {
	--fa: "";
}

.fa-cube {
	--fa: "";
}

.fa-bitcoin-sign {
	--fa: "";
}

.fa-shield-dog {
	--fa: "";
}

.fa-solar-panel {
	--fa: "";
}

.fa-lock-open {
	--fa: "";
}

.fa-elevator {
	--fa: "";
}

.fa-money-bill-transfer {
	--fa: "";
}

.fa-money-bill-trend-up {
	--fa: "";
}

.fa-house-flood-water-circle-arrow-right {
	--fa: "";
}

.fa-square-poll-horizontal {
	--fa: "";
}

.fa-poll-h {
	--fa: "";
}

.fa-circle {
	--fa: "";
}

.fa-backward-fast {
	--fa: "";
}

.fa-fast-backward {
	--fa: "";
}

.fa-recycle {
	--fa: "";
}

.fa-user-astronaut {
	--fa: "";
}

.fa-plane-slash {
	--fa: "";
}

.fa-trademark {
	--fa: "";
}

.fa-basketball {
	--fa: "";
}

.fa-basketball-ball {
	--fa: "";
}

.fa-satellite-dish {
	--fa: "";
}

.fa-circle-up {
	--fa: "";
}

.fa-arrow-alt-circle-up {
	--fa: "";
}

.fa-mobile-screen-button {
	--fa: "";
}

.fa-mobile-alt {
	--fa: "";
}

.fa-volume-high {
	--fa: "";
}

.fa-volume-up {
	--fa: "";
}

.fa-users-rays {
	--fa: "";
}

.fa-wallet {
	--fa: "";
}

.fa-clipboard-check {
	--fa: "";
}

.fa-file-audio {
	--fa: "";
}

.fa-burger {
	--fa: "";
}

.fa-hamburger {
	--fa: "";
}

.fa-wrench {
	--fa: "";
}

.fa-bugs {
	--fa: "";
}

.fa-rupee-sign {
	--fa: "";
}

.fa-rupee {
	--fa: "";
}

.fa-file-image {
	--fa: "";
}

.fa-circle-question {
	--fa: "";
}

.fa-question-circle {
	--fa: "";
}

.fa-plane-departure {
	--fa: "";
}

.fa-handshake-slash {
	--fa: "";
}

.fa-book-bookmark {
	--fa: "";
}

.fa-code-branch {
	--fa: "";
}

.fa-hat-cowboy {
	--fa: "";
}

.fa-bridge {
	--fa: "";
}

.fa-phone-flip {
	--fa: "";
}

.fa-phone-alt {
	--fa: "";
}

.fa-truck-front {
	--fa: "";
}

.fa-cat {
	--fa: "";
}

.fa-anchor-circle-exclamation {
	--fa: "";
}

.fa-truck-field {
	--fa: "";
}

.fa-route {
	--fa: "";
}

.fa-clipboard-question {
	--fa: "";
}

.fa-panorama {
	--fa: "";
}

.fa-comment-medical {
	--fa: "";
}

.fa-teeth-open {
	--fa: "";
}

.fa-file-circle-minus {
	--fa: "";
}

.fa-tags {
	--fa: "";
}

.fa-wine-glass {
	--fa: "";
}

.fa-forward-fast {
	--fa: "";
}

.fa-fast-forward {
	--fa: "";
}

.fa-face-meh-blank {
	--fa: "";
}

.fa-meh-blank {
	--fa: "";
}

.fa-square-parking {
	--fa: "";
}

.fa-parking {
	--fa: "";
}

.fa-house-signal {
	--fa: "";
}

.fa-bars-progress {
	--fa: "";
}

.fa-tasks-alt {
	--fa: "";
}

.fa-faucet-drip {
	--fa: "";
}

.fa-cart-flatbed {
	--fa: "";
}

.fa-dolly-flatbed {
	--fa: "";
}

.fa-ban-smoking {
	--fa: "";
}

.fa-smoking-ban {
	--fa: "";
}

.fa-terminal {
	--fa: "";
}

.fa-mobile-button {
	--fa: "";
}

.fa-house-medical-flag {
	--fa: "";
}

.fa-basket-shopping {
	--fa: "";
}

.fa-shopping-basket {
	--fa: "";
}

.fa-tape {
	--fa: "";
}

.fa-bus-simple {
	--fa: "";
}

.fa-bus-alt {
	--fa: "";
}

.fa-eye {
	--fa: "";
}

.fa-face-sad-cry {
	--fa: "";
}

.fa-sad-cry {
	--fa: "";
}

.fa-audio-description {
	--fa: "";
}

.fa-person-military-to-person {
	--fa: "";
}

.fa-file-shield {
	--fa: "";
}

.fa-user-slash {
	--fa: "";
}

.fa-pen {
	--fa: "";
}

.fa-tower-observation {
	--fa: "";
}

.fa-file-code {
	--fa: "";
}

.fa-signal {
	--fa: "";
}

.fa-signal-5 {
	--fa: "";
}

.fa-signal-perfect {
	--fa: "";
}

.fa-bus {
	--fa: "";
}

.fa-heart-circle-xmark {
	--fa: "";
}

.fa-house-chimney {
	--fa: "";
}

.fa-home-lg {
	--fa: "";
}

.fa-window-maximize {
	--fa: "";
}

.fa-face-frown {
	--fa: "";
}

.fa-frown {
	--fa: "";
}

.fa-prescription {
	--fa: "";
}

.fa-shop {
	--fa: "";
}

.fa-store-alt {
	--fa: "";
}

.fa-floppy-disk {
	--fa: "";
}

.fa-save {
	--fa: "";
}

.fa-vihara {
	--fa: "";
}

.fa-scale-unbalanced {
	--fa: "";
}

.fa-balance-scale-left {
	--fa: "";
}

.fa-sort-up {
	--fa: "";
}

.fa-sort-asc {
	--fa: "";
}

.fa-comment-dots {
	--fa: "";
}

.fa-commenting {
	--fa: "";
}

.fa-plant-wilt {
	--fa: "";
}

.fa-diamond {
	--fa: "";
}

.fa-face-grin-squint {
	--fa: "";
}

.fa-grin-squint {
	--fa: "";
}

.fa-hand-holding-dollar {
	--fa: "";
}

.fa-hand-holding-usd {
	--fa: "";
}

.fa-chart-diagram {
	--fa: "";
}

.fa-bacterium {
	--fa: "";
}

.fa-hand-pointer {
	--fa: "";
}

.fa-drum-steelpan {
	--fa: "";
}

.fa-hand-scissors {
	--fa: "";
}

.fa-hands-praying {
	--fa: "";
}

.fa-praying-hands {
	--fa: "";
}

.fa-arrow-rotate-right {
	--fa: "";
}

.fa-arrow-right-rotate {
	--fa: "";
}

.fa-arrow-rotate-forward {
	--fa: "";
}

.fa-redo {
	--fa: "";
}

.fa-biohazard {
	--fa: "";
}

.fa-location-crosshairs {
	--fa: "";
}

.fa-location {
	--fa: "";
}

.fa-mars-double {
	--fa: "";
}

.fa-child-dress {
	--fa: "";
}

.fa-users-between-lines {
	--fa: "";
}

.fa-lungs-virus {
	--fa: "";
}

.fa-face-grin-tears {
	--fa: "";
}

.fa-grin-tears {
	--fa: "";
}

.fa-phone {
	--fa: "";
}

.fa-calendar-xmark {
	--fa: "";
}

.fa-calendar-times {
	--fa: "";
}

.fa-child-reaching {
	--fa: "";
}

.fa-head-side-virus {
	--fa: "";
}

.fa-user-gear {
	--fa: "";
}

.fa-user-cog {
	--fa: "";
}

.fa-arrow-up-1-9 {
	--fa: "";
}

.fa-sort-numeric-up {
	--fa: "";
}

.fa-door-closed {
	--fa: "";
}

.fa-shield-virus {
	--fa: "";
}

.fa-dice-six {
	--fa: "";
}

.fa-mosquito-net {
	--fa: "";
}

.fa-file-fragment {
	--fa: "";
}

.fa-bridge-water {
	--fa: "";
}

.fa-person-booth {
	--fa: "";
}

.fa-text-width {
	--fa: "";
}

.fa-hat-wizard {
	--fa: "";
}

.fa-pen-fancy {
	--fa: "";
}

.fa-person-digging {
	--fa: "";
}

.fa-digging {
	--fa: "";
}

.fa-trash {
	--fa: "";
}

.fa-gauge-simple {
	--fa: "";
}

.fa-gauge-simple-med {
	--fa: "";
}

.fa-tachometer-average {
	--fa: "";
}

.fa-book-medical {
	--fa: "";
}

.fa-poo {
	--fa: "";
}

.fa-quote-right {
	--fa: "";
}

.fa-quote-right-alt {
	--fa: "";
}

.fa-shirt {
	--fa: "";
}

.fa-t-shirt {
	--fa: "";
}

.fa-tshirt {
	--fa: "";
}

.fa-cubes {
	--fa: "";
}

.fa-divide {
	--fa: "";
}

.fa-tenge-sign {
	--fa: "";
}

.fa-tenge {
	--fa: "";
}

.fa-headphones {
	--fa: "";
}

.fa-hands-holding {
	--fa: "";
}

.fa-hands-clapping {
	--fa: "";
}

.fa-republican {
	--fa: "";
}

.fa-arrow-left {
	--fa: "";
}

.fa-person-circle-xmark {
	--fa: "";
}

.fa-ruler {
	--fa: "";
}

.fa-align-left {
	--fa: "";
}

.fa-dice-d6 {
	--fa: "";
}

.fa-restroom {
	--fa: "";
}

.fa-j {
	--fa: "J";
}

.fa-users-viewfinder {
	--fa: "";
}

.fa-file-video {
	--fa: "";
}

.fa-up-right-from-square {
	--fa: "";
}

.fa-external-link-alt {
	--fa: "";
}

.fa-table-cells {
	--fa: "";
}

.fa-th {
	--fa: "";
}

.fa-file-pdf {
	--fa: "";
}

.fa-book-bible {
	--fa: "";
}

.fa-bible {
	--fa: "";
}

.fa-o {
	--fa: "O";
}

.fa-suitcase-medical {
	--fa: "";
}

.fa-medkit {
	--fa: "";
}

.fa-user-secret {
	--fa: "";
}

.fa-otter {
	--fa: "";
}

.fa-person-dress {
	--fa: "";
}

.fa-female {
	--fa: "";
}

.fa-comment-dollar {
	--fa: "";
}

.fa-business-time {
	--fa: "";
}

.fa-briefcase-clock {
	--fa: "";
}

.fa-table-cells-large {
	--fa: "";
}

.fa-th-large {
	--fa: "";
}

.fa-book-tanakh {
	--fa: "";
}

.fa-tanakh {
	--fa: "";
}

.fa-phone-volume {
	--fa: "";
}

.fa-volume-control-phone {
	--fa: "";
}

.fa-hat-cowboy-side {
	--fa: "";
}

.fa-clipboard-user {
	--fa: "";
}

.fa-child {
	--fa: "";
}

.fa-lira-sign {
	--fa: "";
}

.fa-satellite {
	--fa: "";
}

.fa-plane-lock {
	--fa: "";
}

.fa-tag {
	--fa: "";
}

.fa-comment {
	--fa: "";
}

.fa-cake-candles {
	--fa: "";
}

.fa-birthday-cake {
	--fa: "";
}

.fa-cake {
	--fa: "";
}

.fa-envelope {
	--fa: "";
}

.fa-angles-up {
	--fa: "";
}

.fa-angle-double-up {
	--fa: "";
}

.fa-paperclip {
	--fa: "";
}

.fa-arrow-right-to-city {
	--fa: "";
}

.fa-ribbon {
	--fa: "";
}

.fa-lungs {
	--fa: "";
}

.fa-arrow-up-9-1 {
	--fa: "";
}

.fa-sort-numeric-up-alt {
	--fa: "";
}

.fa-litecoin-sign {
	--fa: "";
}

.fa-border-none {
	--fa: "";
}

.fa-circle-nodes {
	--fa: "";
}

.fa-parachute-box {
	--fa: "";
}

.fa-indent {
	--fa: "";
}

.fa-truck-field-un {
	--fa: "";
}

.fa-hourglass {
	--fa: "";
}

.fa-hourglass-empty {
	--fa: "";
}

.fa-mountain {
	--fa: "";
}

.fa-user-doctor {
	--fa: "";
}

.fa-user-md {
	--fa: "";
}

.fa-circle-info {
	--fa: "";
}

.fa-info-circle {
	--fa: "";
}

.fa-cloud-meatball {
	--fa: "";
}

.fa-camera {
	--fa: "";
}

.fa-camera-alt {
	--fa: "";
}

.fa-square-virus {
	--fa: "";
}

.fa-meteor {
	--fa: "";
}

.fa-car-on {
	--fa: "";
}

.fa-sleigh {
	--fa: "";
}

.fa-arrow-down-1-9 {
	--fa: "";
}

.fa-sort-numeric-asc {
	--fa: "";
}

.fa-sort-numeric-down {
	--fa: "";
}

.fa-hand-holding-droplet {
	--fa: "";
}

.fa-hand-holding-water {
	--fa: "";
}

.fa-water {
	--fa: "";
}

.fa-calendar-check {
	--fa: "";
}

.fa-braille {
	--fa: "";
}

.fa-prescription-bottle-medical {
	--fa: "";
}

.fa-prescription-bottle-alt {
	--fa: "";
}

.fa-landmark {
	--fa: "";
}

.fa-truck {
	--fa: "";
}

.fa-crosshairs {
	--fa: "";
}

.fa-person-cane {
	--fa: "";
}

.fa-tent {
	--fa: "";
}

.fa-vest-patches {
	--fa: "";
}

.fa-check-double {
	--fa: "";
}

.fa-arrow-down-a-z {
	--fa: "";
}

.fa-sort-alpha-asc {
	--fa: "";
}

.fa-sort-alpha-down {
	--fa: "";
}

.fa-money-bill-wheat {
	--fa: "";
}

.fa-cookie {
	--fa: "";
}

.fa-arrow-rotate-left {
	--fa: "";
}

.fa-arrow-left-rotate {
	--fa: "";
}

.fa-arrow-rotate-back {
	--fa: "";
}

.fa-arrow-rotate-backward {
	--fa: "";
}

.fa-undo {
	--fa: "";
}

.fa-hard-drive {
	--fa: "";
}

.fa-hdd {
	--fa: "";
}

.fa-face-grin-squint-tears {
	--fa: "";
}

.fa-grin-squint-tears {
	--fa: "";
}

.fa-dumbbell {
	--fa: "";
}

.fa-rectangle-list {
	--fa: "";
}

.fa-list-alt {
	--fa: "";
}

.fa-tarp-droplet {
	--fa: "";
}

.fa-house-medical-circle-check {
	--fa: "";
}

.fa-person-skiing-nordic {
	--fa: "";
}

.fa-skiing-nordic {
	--fa: "";
}

.fa-calendar-plus {
	--fa: "";
}

.fa-plane-arrival {
	--fa: "";
}

.fa-circle-left {
	--fa: "";
}

.fa-arrow-alt-circle-left {
	--fa: "";
}

.fa-train-subway {
	--fa: "";
}

.fa-subway {
	--fa: "";
}

.fa-chart-gantt {
	--fa: "";
}

.fa-indian-rupee-sign {
	--fa: "";
}

.fa-indian-rupee {
	--fa: "";
}

.fa-inr {
	--fa: "";
}

.fa-crop-simple {
	--fa: "";
}

.fa-crop-alt {
	--fa: "";
}

.fa-money-bill-1 {
	--fa: "";
}

.fa-money-bill-alt {
	--fa: "";
}

.fa-left-long {
	--fa: "";
}

.fa-long-arrow-alt-left {
	--fa: "";
}

.fa-dna {
	--fa: "";
}

.fa-virus-slash {
	--fa: "";
}

.fa-minus {
	--fa: "";
}

.fa-subtract {
	--fa: "";
}

.fa-chess {
	--fa: "";
}

.fa-arrow-left-long {
	--fa: "";
}

.fa-long-arrow-left {
	--fa: "";
}

.fa-plug-circle-check {
	--fa: "";
}

.fa-street-view {
	--fa: "";
}

.fa-franc-sign {
	--fa: "";
}

.fa-volume-off {
	--fa: "";
}

.fa-hands-asl-interpreting {
	--fa: "";
}

.fa-american-sign-language-interpreting {
	--fa: "";
}

.fa-asl-interpreting {
	--fa: "";
}

.fa-hands-american-sign-language-interpreting {
	--fa: "";
}

.fa-gear {
	--fa: "";
}

.fa-cog {
	--fa: "";
}

.fa-droplet-slash {
	--fa: "";
}

.fa-tint-slash {
	--fa: "";
}

.fa-mosque {
	--fa: "";
}

.fa-mosquito {
	--fa: "";
}

.fa-star-of-david {
	--fa: "";
}

.fa-person-military-rifle {
	--fa: "";
}

.fa-cart-shopping {
	--fa: "";
}

.fa-shopping-cart {
	--fa: "";
}

.fa-vials {
	--fa: "";
}

.fa-plug-circle-plus {
	--fa: "";
}

.fa-place-of-worship {
	--fa: "";
}

.fa-grip-vertical {
	--fa: "";
}

.fa-hexagon-nodes {
	--fa: "";
}

.fa-arrow-turn-up {
	--fa: "";
}

.fa-level-up {
	--fa: "";
}

.fa-u {
	--fa: "U";
}

.fa-square-root-variable {
	--fa: "";
}

.fa-square-root-alt {
	--fa: "";
}

.fa-clock {
	--fa: "";
}

.fa-clock-four {
	--fa: "";
}

.fa-backward-step {
	--fa: "";
}

.fa-step-backward {
	--fa: "";
}

.fa-pallet {
	--fa: "";
}

.fa-faucet {
	--fa: "";
}

.fa-baseball-bat-ball {
	--fa: "";
}

.fa-s {
	--fa: "S";
}

.fa-timeline {
	--fa: "";
}

.fa-keyboard {
	--fa: "";
}

.fa-caret-down {
	--fa: "";
}

.fa-house-chimney-medical {
	--fa: "";
}

.fa-clinic-medical {
	--fa: "";
}

.fa-temperature-three-quarters {
	--fa: "";
}

.fa-temperature-3 {
	--fa: "";
}

.fa-thermometer-3 {
	--fa: "";
}

.fa-thermometer-three-quarters {
	--fa: "";
}

.fa-mobile-screen {
	--fa: "";
}

.fa-mobile-android-alt {
	--fa: "";
}

.fa-plane-up {
	--fa: "";
}

.fa-piggy-bank {
	--fa: "";
}

.fa-battery-half {
	--fa: "";
}

.fa-battery-3 {
	--fa: "";
}

.fa-mountain-city {
	--fa: "";
}

.fa-coins {
	--fa: "";
}

.fa-khanda {
	--fa: "";
}

.fa-sliders {
	--fa: "";
}

.fa-sliders-h {
	--fa: "";
}

.fa-folder-tree {
	--fa: "";
}

.fa-network-wired {
	--fa: "";
}

.fa-map-pin {
	--fa: "";
}

.fa-hamsa {
	--fa: "";
}

.fa-cent-sign {
	--fa: "";
}

.fa-flask {
	--fa: "";
}

.fa-person-pregnant {
	--fa: "";
}

.fa-wand-sparkles {
	--fa: "";
}

.fa-ellipsis-vertical {
	--fa: "";
}

.fa-ellipsis-v {
	--fa: "";
}

.fa-ticket {
	--fa: "";
}

.fa-power-off {
	--fa: "";
}

.fa-right-long {
	--fa: "";
}

.fa-long-arrow-alt-right {
	--fa: "";
}

.fa-flag-usa {
	--fa: "";
}

.fa-laptop-file {
	--fa: "";
}

.fa-tty {
	--fa: "";
}

.fa-teletype {
	--fa: "";
}

.fa-diagram-next {
	--fa: "";
}

.fa-person-rifle {
	--fa: "";
}

.fa-house-medical-circle-exclamation {
	--fa: "";
}

.fa-closed-captioning {
	--fa: "";
}

.fa-person-hiking {
	--fa: "";
}

.fa-hiking {
	--fa: "";
}

.fa-venus-double {
	--fa: "";
}

.fa-images {
	--fa: "";
}

.fa-calculator {
	--fa: "";
}

.fa-people-pulling {
	--fa: "";
}

.fa-n {
	--fa: "N";
}

.fa-cable-car {
	--fa: "";
}

.fa-tram {
	--fa: "";
}

.fa-cloud-rain {
	--fa: "";
}

.fa-building-circle-xmark {
	--fa: "";
}

.fa-ship {
	--fa: "";
}

.fa-arrows-down-to-line {
	--fa: "";
}

.fa-download {
	--fa: "";
}

.fa-face-grin {
	--fa: "";
}

.fa-grin {
	--fa: "";
}

.fa-delete-left {
	--fa: "";
}

.fa-backspace {
	--fa: "";
}

.fa-eye-dropper {
	--fa: "";
}

.fa-eye-dropper-empty {
	--fa: "";
}

.fa-eyedropper {
	--fa: "";
}

.fa-file-circle-check {
	--fa: "";
}

.fa-forward {
	--fa: "";
}

.fa-mobile {
	--fa: "";
}

.fa-mobile-android {
	--fa: "";
}

.fa-mobile-phone {
	--fa: "";
}

.fa-face-meh {
	--fa: "";
}

.fa-meh {
	--fa: "";
}

.fa-align-center {
	--fa: "";
}

.fa-book-skull {
	--fa: "";
}

.fa-book-dead {
	--fa: "";
}

.fa-id-card {
	--fa: "";
}

.fa-drivers-license {
	--fa: "";
}

.fa-outdent {
	--fa: "";
}

.fa-dedent {
	--fa: "";
}

.fa-heart-circle-exclamation {
	--fa: "";
}

.fa-house {
	--fa: "";
}

.fa-home {
	--fa: "";
}

.fa-home-alt {
	--fa: "";
}

.fa-home-lg-alt {
	--fa: "";
}

.fa-calendar-week {
	--fa: "";
}

.fa-laptop-medical {
	--fa: "";
}

.fa-b {
	--fa: "B";
}

.fa-file-medical {
	--fa: "";
}

.fa-dice-one {
	--fa: "";
}

.fa-kiwi-bird {
	--fa: "";
}

.fa-arrow-right-arrow-left {
	--fa: "";
}

.fa-exchange {
	--fa: "";
}

.fa-rotate-right {
	--fa: "";
}

.fa-redo-alt {
	--fa: "";
}

.fa-rotate-forward {
	--fa: "";
}

.fa-utensils {
	--fa: "";
}

.fa-cutlery {
	--fa: "";
}

.fa-arrow-up-wide-short {
	--fa: "";
}

.fa-sort-amount-up {
	--fa: "";
}

.fa-mill-sign {
	--fa: "";
}

.fa-bowl-rice {
	--fa: "";
}

.fa-skull {
	--fa: "";
}

.fa-tower-broadcast {
	--fa: "";
}

.fa-broadcast-tower {
	--fa: "";
}

.fa-truck-pickup {
	--fa: "";
}

.fa-up-long {
	--fa: "";
}

.fa-long-arrow-alt-up {
	--fa: "";
}

.fa-stop {
	--fa: "";
}

.fa-code-merge {
	--fa: "";
}

.fa-upload {
	--fa: "";
}

.fa-hurricane {
	--fa: "";
}

.fa-mound {
	--fa: "";
}

.fa-toilet-portable {
	--fa: "";
}

.fa-compact-disc {
	--fa: "";
}

.fa-file-arrow-down {
	--fa: "";
}

.fa-file-download {
	--fa: "";
}

.fa-caravan {
	--fa: "";
}

.fa-shield-cat {
	--fa: "";
}

.fa-bolt {
	--fa: "";
}

.fa-zap {
	--fa: "";
}

.fa-glass-water {
	--fa: "";
}

.fa-oil-well {
	--fa: "";
}

.fa-vault {
	--fa: "";
}

.fa-mars {
	--fa: "";
}

.fa-toilet {
	--fa: "";
}

.fa-plane-circle-xmark {
	--fa: "";
}

.fa-yen-sign {
	--fa: "";
}

.fa-cny {
	--fa: "";
}

.fa-jpy {
	--fa: "";
}

.fa-rmb {
	--fa: "";
}

.fa-yen {
	--fa: "";
}

.fa-ruble-sign {
	--fa: "";
}

.fa-rouble {
	--fa: "";
}

.fa-rub {
	--fa: "";
}

.fa-ruble {
	--fa: "";
}

.fa-sun {
	--fa: "";
}

.fa-guitar {
	--fa: "";
}

.fa-face-laugh-wink {
	--fa: "";
}

.fa-laugh-wink {
	--fa: "";
}

.fa-horse-head {
	--fa: "";
}

.fa-bore-hole {
	--fa: "";
}

.fa-industry {
	--fa: "";
}

.fa-circle-down {
	--fa: "";
}

.fa-arrow-alt-circle-down {
	--fa: "";
}

.fa-arrows-turn-to-dots {
	--fa: "";
}

.fa-florin-sign {
	--fa: "";
}

.fa-arrow-down-short-wide {
	--fa: "";
}

.fa-sort-amount-desc {
	--fa: "";
}

.fa-sort-amount-down-alt {
	--fa: "";
}

.fa-less-than {
	--fa: "<";
}

.fa-angle-down {
	--fa: "";
}

.fa-car-tunnel {
	--fa: "";
}

.fa-head-side-cough {
	--fa: "";
}

.fa-grip-lines {
	--fa: "";
}

.fa-thumbs-down {
	--fa: "";
}

.fa-user-lock {
	--fa: "";
}

.fa-arrow-right-long {
	--fa: "";
}

.fa-long-arrow-right {
	--fa: "";
}

.fa-anchor-circle-xmark {
	--fa: "";
}

.fa-ellipsis {
	--fa: "";
}

.fa-ellipsis-h {
	--fa: "";
}

.fa-chess-pawn {
	--fa: "";
}

.fa-kit-medical {
	--fa: "";
}

.fa-first-aid {
	--fa: "";
}

.fa-person-through-window {
	--fa: "";
}

.fa-toolbox {
	--fa: "";
}

.fa-hands-holding-circle {
	--fa: "";
}

.fa-bug {
	--fa: "";
}

.fa-credit-card {
	--fa: "";
}

.fa-credit-card-alt {
	--fa: "";
}

.fa-car {
	--fa: "";
}

.fa-automobile {
	--fa: "";
}

.fa-hand-holding-hand {
	--fa: "";
}

.fa-book-open-reader {
	--fa: "";
}

.fa-book-reader {
	--fa: "";
}

.fa-mountain-sun {
	--fa: "";
}

.fa-arrows-left-right-to-line {
	--fa: "";
}

.fa-dice-d20 {
	--fa: "";
}

.fa-truck-droplet {
	--fa: "";
}

.fa-file-circle-xmark {
	--fa: "";
}

.fa-temperature-arrow-up {
	--fa: "";
}

.fa-temperature-up {
	--fa: "";
}

.fa-medal {
	--fa: "";
}

.fa-bed {
	--fa: "";
}

.fa-square-h {
	--fa: "";
}

.fa-h-square {
	--fa: "";
}

.fa-podcast {
	--fa: "";
}

.fa-temperature-full {
	--fa: "";
}

.fa-temperature-4 {
	--fa: "";
}

.fa-thermometer-4 {
	--fa: "";
}

.fa-thermometer-full {
	--fa: "";
}

.fa-bell {
	--fa: "";
}

.fa-superscript {
	--fa: "";
}

.fa-plug-circle-xmark {
	--fa: "";
}

.fa-star-of-life {
	--fa: "";
}

.fa-phone-slash {
	--fa: "";
}

.fa-paint-roller {
	--fa: "";
}

.fa-handshake-angle {
	--fa: "";
}

.fa-hands-helping {
	--fa: "";
}

.fa-location-dot {
	--fa: "";
}

.fa-map-marker-alt {
	--fa: "";
}

.fa-file {
	--fa: "";
}

.fa-greater-than {
	--fa: ">";
}

.fa-person-swimming {
	--fa: "";
}

.fa-swimmer {
	--fa: "";
}

.fa-arrow-down {
	--fa: "";
}

.fa-droplet {
	--fa: "";
}

.fa-tint {
	--fa: "";
}

.fa-eraser {
	--fa: "";
}

.fa-earth-americas {
	--fa: "";
}

.fa-earth {
	--fa: "";
}

.fa-earth-america {
	--fa: "";
}

.fa-globe-americas {
	--fa: "";
}

.fa-person-burst {
	--fa: "";
}

.fa-dove {
	--fa: "";
}

.fa-battery-empty {
	--fa: "";
}

.fa-battery-0 {
	--fa: "";
}

.fa-socks {
	--fa: "";
}

.fa-inbox {
	--fa: "";
}

.fa-section {
	--fa: "";
}

.fa-gauge-high {
	--fa: "";
}

.fa-tachometer-alt {
	--fa: "";
}

.fa-tachometer-alt-fast {
	--fa: "";
}

.fa-envelope-open-text {
	--fa: "";
}

.fa-hospital {
	--fa: "";
}

.fa-hospital-alt {
	--fa: "";
}

.fa-hospital-wide {
	--fa: "";
}

.fa-wine-bottle {
	--fa: "";
}

.fa-chess-rook {
	--fa: "";
}

.fa-bars-staggered {
	--fa: "";
}

.fa-reorder {
	--fa: "";
}

.fa-stream {
	--fa: "";
}

.fa-dharmachakra {
	--fa: "";
}

.fa-hotdog {
	--fa: "";
}

.fa-person-walking-with-cane {
	--fa: "";
}

.fa-blind {
	--fa: "";
}

.fa-drum {
	--fa: "";
}

.fa-ice-cream {
	--fa: "";
}

.fa-heart-circle-bolt {
	--fa: "";
}

.fa-fax {
	--fa: "";
}

.fa-paragraph {
	--fa: "";
}

.fa-check-to-slot {
	--fa: "";
}

.fa-vote-yea {
	--fa: "";
}

.fa-star-half {
	--fa: "";
}

.fa-boxes-stacked {
	--fa: "";
}

.fa-boxes {
	--fa: "";
}

.fa-boxes-alt {
	--fa: "";
}

.fa-link {
	--fa: "";
}

.fa-chain {
	--fa: "";
}

.fa-ear-listen {
	--fa: "";
}

.fa-assistive-listening-systems {
	--fa: "";
}

.fa-tree-city {
	--fa: "";
}

.fa-play {
	--fa: "";
}

.fa-font {
	--fa: "";
}

.fa-table-cells-row-lock {
	--fa: "";
}

.fa-rupiah-sign {
	--fa: "";
}

.fa-magnifying-glass {
	--fa: "";
}

.fa-search {
	--fa: "";
}

.fa-table-tennis-paddle-ball {
	--fa: "";
}

.fa-ping-pong-paddle-ball {
	--fa: "";
}

.fa-table-tennis {
	--fa: "";
}

.fa-person-dots-from-line {
	--fa: "";
}

.fa-diagnoses {
	--fa: "";
}

.fa-trash-can-arrow-up {
	--fa: "";
}

.fa-trash-restore-alt {
	--fa: "";
}

.fa-naira-sign {
	--fa: "";
}

.fa-cart-arrow-down {
	--fa: "";
}

.fa-walkie-talkie {
	--fa: "";
}

.fa-file-pen {
	--fa: "";
}

.fa-file-edit {
	--fa: "";
}

.fa-receipt {
	--fa: "";
}

.fa-square-pen {
	--fa: "";
}

.fa-pen-square {
	--fa: "";
}

.fa-pencil-square {
	--fa: "";
}

.fa-suitcase-rolling {
	--fa: "";
}

.fa-person-circle-exclamation {
	--fa: "";
}

.fa-chevron-down {
	--fa: "";
}

.fa-battery-full {
	--fa: "";
}

.fa-battery {
	--fa: "";
}

.fa-battery-5 {
	--fa: "";
}

.fa-skull-crossbones {
	--fa: "";
}

.fa-code-compare {
	--fa: "";
}

.fa-list-ul {
	--fa: "";
}

.fa-list-dots {
	--fa: "";
}

.fa-school-lock {
	--fa: "";
}

.fa-tower-cell {
	--fa: "";
}

.fa-down-long {
	--fa: "";
}

.fa-long-arrow-alt-down {
	--fa: "";
}

.fa-ranking-star {
	--fa: "";
}

.fa-chess-king {
	--fa: "";
}

.fa-person-harassing {
	--fa: "";
}

.fa-brazilian-real-sign {
	--fa: "";
}

.fa-landmark-dome {
	--fa: "";
}

.fa-landmark-alt {
	--fa: "";
}

.fa-arrow-up {
	--fa: "";
}

.fa-tv {
	--fa: "";
}

.fa-television {
	--fa: "";
}

.fa-tv-alt {
	--fa: "";
}

.fa-shrimp {
	--fa: "";
}

.fa-list-check {
	--fa: "";
}

.fa-tasks {
	--fa: "";
}

.fa-jug-detergent {
	--fa: "";
}

.fa-circle-user {
	--fa: "";
}

.fa-user-circle {
	--fa: "";
}

.fa-user-shield {
	--fa: "";
}

.fa-wind {
	--fa: "";
}

.fa-car-burst {
	--fa: "";
}

.fa-car-crash {
	--fa: "";
}

.fa-y {
	--fa: "Y";
}

.fa-person-snowboarding {
	--fa: "";
}

.fa-snowboarding {
	--fa: "";
}

.fa-truck-fast {
	--fa: "";
}

.fa-shipping-fast {
	--fa: "";
}

.fa-fish {
	--fa: "";
}

.fa-user-graduate {
	--fa: "";
}

.fa-circle-half-stroke {
	--fa: "";
}

.fa-adjust {
	--fa: "";
}

.fa-clapperboard {
	--fa: "";
}

.fa-circle-radiation {
	--fa: "";
}

.fa-radiation-alt {
	--fa: "";
}

.fa-baseball {
	--fa: "";
}

.fa-baseball-ball {
	--fa: "";
}

.fa-jet-fighter-up {
	--fa: "";
}

.fa-diagram-project {
	--fa: "";
}

.fa-project-diagram {
	--fa: "";
}

.fa-copy {
	--fa: "";
}

.fa-volume-xmark {
	--fa: "";
}

.fa-volume-mute {
	--fa: "";
}

.fa-volume-times {
	--fa: "";
}

.fa-hand-sparkles {
	--fa: "";
}

.fa-grip {
	--fa: "";
}

.fa-grip-horizontal {
	--fa: "";
}

.fa-share-from-square {
	--fa: "";
}

.fa-share-square {
	--fa: "";
}

.fa-child-combatant {
	--fa: "";
}

.fa-child-rifle {
	--fa: "";
}

.fa-gun {
	--fa: "";
}

.fa-square-phone {
	--fa: "";
}

.fa-phone-square {
	--fa: "";
}

.fa-plus {
	--fa: "+";
}

.fa-add {
	--fa: "+";
}

.fa-expand {
	--fa: "";
}

.fa-computer {
	--fa: "";
}

.fa-xmark {
	--fa: "";
}

.fa-close {
	--fa: "";
}

.fa-multiply {
	--fa: "";
}

.fa-remove {
	--fa: "";
}

.fa-times {
	--fa: "";
}

.fa-arrows-up-down-left-right {
	--fa: "";
}

.fa-arrows {
	--fa: "";
}

.fa-chalkboard-user {
	--fa: "";
}

.fa-chalkboard-teacher {
	--fa: "";
}

.fa-peso-sign {
	--fa: "";
}

.fa-building-shield {
	--fa: "";
}

.fa-baby {
	--fa: "";
}

.fa-users-line {
	--fa: "";
}

.fa-quote-left {
	--fa: "";
}

.fa-quote-left-alt {
	--fa: "";
}

.fa-tractor {
	--fa: "";
}

.fa-trash-arrow-up {
	--fa: "";
}

.fa-trash-restore {
	--fa: "";
}

.fa-arrow-down-up-lock {
	--fa: "";
}

.fa-lines-leaning {
	--fa: "";
}

.fa-ruler-combined {
	--fa: "";
}

.fa-copyright {
	--fa: "";
}

.fa-equals {
	--fa: "=";
}

.fa-blender {
	--fa: "";
}

.fa-teeth {
	--fa: "";
}

.fa-shekel-sign {
	--fa: "";
}

.fa-ils {
	--fa: "";
}

.fa-shekel {
	--fa: "";
}

.fa-sheqel {
	--fa: "";
}

.fa-sheqel-sign {
	--fa: "";
}

.fa-map {
	--fa: "";
}

.fa-rocket {
	--fa: "";
}

.fa-photo-film {
	--fa: "";
}

.fa-photo-video {
	--fa: "";
}

.fa-folder-minus {
	--fa: "";
}

.fa-hexagon-nodes-bolt {
	--fa: "";
}

.fa-store {
	--fa: "";
}

.fa-arrow-trend-up {
	--fa: "";
}

.fa-plug-circle-minus {
	--fa: "";
}

.fa-sign-hanging {
	--fa: "";
}

.fa-sign {
	--fa: "";
}

.fa-bezier-curve {
	--fa: "";
}

.fa-bell-slash {
	--fa: "";
}

.fa-tablet {
	--fa: "";
}

.fa-tablet-android {
	--fa: "";
}

.fa-school-flag {
	--fa: "";
}

.fa-fill {
	--fa: "";
}

.fa-angle-up {
	--fa: "";
}

.fa-drumstick-bite {
	--fa: "";
}

.fa-holly-berry {
	--fa: "";
}

.fa-chevron-left {
	--fa: "";
}

.fa-bacteria {
	--fa: "";
}

.fa-hand-lizard {
	--fa: "";
}

.fa-notdef {
	--fa: "";
}

.fa-disease {
	--fa: "";
}

.fa-briefcase-medical {
	--fa: "";
}

.fa-genderless {
	--fa: "";
}

.fa-chevron-right {
	--fa: "";
}

.fa-retweet {
	--fa: "";
}

.fa-car-rear {
	--fa: "";
}

.fa-car-alt {
	--fa: "";
}

.fa-pump-soap {
	--fa: "";
}

.fa-video-slash {
	--fa: "";
}

.fa-battery-quarter {
	--fa: "";
}

.fa-battery-2 {
	--fa: "";
}

.fa-radio {
	--fa: "";
}

.fa-baby-carriage {
	--fa: "";
}

.fa-carriage-baby {
	--fa: "";
}

.fa-traffic-light {
	--fa: "";
}

.fa-thermometer {
	--fa: "";
}

.fa-vr-cardboard {
	--fa: "";
}

.fa-hand-middle-finger {
	--fa: "";
}

.fa-percent {
	--fa: "%";
}

.fa-percentage {
	--fa: "%";
}

.fa-truck-moving {
	--fa: "";
}

.fa-glass-water-droplet {
	--fa: "";
}

.fa-display {
	--fa: "";
}

.fa-face-smile {
	--fa: "";
}

.fa-smile {
	--fa: "";
}

.fa-thumbtack {
	--fa: "";
}

.fa-thumb-tack {
	--fa: "";
}

.fa-trophy {
	--fa: "";
}

.fa-person-praying {
	--fa: "";
}

.fa-pray {
	--fa: "";
}

.fa-hammer {
	--fa: "";
}

.fa-hand-peace {
	--fa: "";
}

.fa-rotate {
	--fa: "";
}

.fa-sync-alt {
	--fa: "";
}

.fa-spinner {
	--fa: "";
}

.fa-robot {
	--fa: "";
}

.fa-peace {
	--fa: "";
}

.fa-gears {
	--fa: "";
}

.fa-cogs {
	--fa: "";
}

.fa-warehouse {
	--fa: "";
}

.fa-arrow-up-right-dots {
	--fa: "";
}

.fa-splotch {
	--fa: "";
}

.fa-face-grin-hearts {
	--fa: "";
}

.fa-grin-hearts {
	--fa: "";
}

.fa-dice-four {
	--fa: "";
}

.fa-sim-card {
	--fa: "";
}

.fa-transgender {
	--fa: "";
}

.fa-transgender-alt {
	--fa: "";
}

.fa-mercury {
	--fa: "";
}

.fa-arrow-turn-down {
	--fa: "";
}

.fa-level-down {
	--fa: "";
}

.fa-person-falling-burst {
	--fa: "";
}

.fa-award {
	--fa: "";
}

.fa-ticket-simple {
	--fa: "";
}

.fa-ticket-alt {
	--fa: "";
}

.fa-building {
	--fa: "";
}

.fa-angles-left {
	--fa: "";
}

.fa-angle-double-left {
	--fa: "";
}

.fa-qrcode {
	--fa: "";
}

.fa-clock-rotate-left {
	--fa: "";
}

.fa-history {
	--fa: "";
}

.fa-face-grin-beam-sweat {
	--fa: "";
}

.fa-grin-beam-sweat {
	--fa: "";
}

.fa-file-export {
	--fa: "";
}

.fa-arrow-right-from-file {
	--fa: "";
}

.fa-shield {
	--fa: "";
}

.fa-shield-blank {
	--fa: "";
}

.fa-arrow-up-short-wide {
	--fa: "";
}

.fa-sort-amount-up-alt {
	--fa: "";
}

.fa-comment-nodes {
	--fa: "";
}

.fa-house-medical {
	--fa: "";
}

.fa-golf-ball-tee {
	--fa: "";
}

.fa-golf-ball {
	--fa: "";
}

.fa-circle-chevron-left {
	--fa: "";
}

.fa-chevron-circle-left {
	--fa: "";
}

.fa-house-chimney-window {
	--fa: "";
}

.fa-pen-nib {
	--fa: "";
}

.fa-tent-arrow-turn-left {
	--fa: "";
}

.fa-tents {
	--fa: "";
}

.fa-wand-magic {
	--fa: "";
}

.fa-magic {
	--fa: "";
}

.fa-dog {
	--fa: "";
}

.fa-carrot {
	--fa: "";
}

.fa-moon {
	--fa: "";
}

.fa-wine-glass-empty {
	--fa: "";
}

.fa-wine-glass-alt {
	--fa: "";
}

.fa-cheese {
	--fa: "";
}

.fa-yin-yang {
	--fa: "";
}

.fa-music {
	--fa: "";
}

.fa-code-commit {
	--fa: "";
}

.fa-temperature-low {
	--fa: "";
}

.fa-person-biking {
	--fa: "";
}

.fa-biking {
	--fa: "";
}

.fa-broom {
	--fa: "";
}

.fa-shield-heart {
	--fa: "";
}

.fa-gopuram {
	--fa: "";
}

.fa-earth-oceania {
	--fa: "";
}

.fa-globe-oceania {
	--fa: "";
}

.fa-square-xmark {
	--fa: "";
}

.fa-times-square {
	--fa: "";
}

.fa-xmark-square {
	--fa: "";
}

.fa-hashtag {
	--fa: "#";
}

.fa-up-right-and-down-left-from-center {
	--fa: "";
}

.fa-expand-alt {
	--fa: "";
}

.fa-oil-can {
	--fa: "";
}

.fa-t {
	--fa: "T";
}

.fa-hippo {
	--fa: "";
}

.fa-chart-column {
	--fa: "";
}

.fa-infinity {
	--fa: "";
}

.fa-vial-circle-check {
	--fa: "";
}

.fa-person-arrow-down-to-line {
	--fa: "";
}

.fa-voicemail {
	--fa: "";
}

.fa-fan {
	--fa: "";
}

.fa-person-walking-luggage {
	--fa: "";
}

.fa-up-down {
	--fa: "";
}

.fa-arrows-alt-v {
	--fa: "";
}

.fa-cloud-moon-rain {
	--fa: "";
}

.fa-calendar {
	--fa: "";
}

.fa-trailer {
	--fa: "";
}

.fa-bahai {
	--fa: "";
}

.fa-haykal {
	--fa: "";
}

.fa-sd-card {
	--fa: "";
}

.fa-dragon {
	--fa: "";
}

.fa-shoe-prints {
	--fa: "";
}

.fa-circle-plus {
	--fa: "";
}

.fa-plus-circle {
	--fa: "";
}

.fa-face-grin-tongue-wink {
	--fa: "";
}

.fa-grin-tongue-wink {
	--fa: "";
}

.fa-hand-holding {
	--fa: "";
}

.fa-plug-circle-exclamation {
	--fa: "";
}

.fa-link-slash {
	--fa: "";
}

.fa-chain-broken {
	--fa: "";
}

.fa-chain-slash {
	--fa: "";
}

.fa-unlink {
	--fa: "";
}

.fa-clone {
	--fa: "";
}

.fa-person-walking-arrow-loop-left {
	--fa: "";
}

.fa-arrow-up-z-a {
	--fa: "";
}

.fa-sort-alpha-up-alt {
	--fa: "";
}

.fa-fire-flame-curved {
	--fa: "";
}

.fa-fire-alt {
	--fa: "";
}

.fa-tornado {
	--fa: "";
}

.fa-file-circle-plus {
	--fa: "";
}

.fa-book-quran {
	--fa: "";
}

.fa-quran {
	--fa: "";
}

.fa-anchor {
	--fa: "";
}

.fa-border-all {
	--fa: "";
}

.fa-face-angry {
	--fa: "";
}

.fa-angry {
	--fa: "";
}

.fa-cookie-bite {
	--fa: "";
}

.fa-arrow-trend-down {
	--fa: "";
}

.fa-rss {
	--fa: "";
}

.fa-feed {
	--fa: "";
}

.fa-draw-polygon {
	--fa: "";
}

.fa-scale-balanced {
	--fa: "";
}

.fa-balance-scale {
	--fa: "";
}

.fa-gauge-simple-high {
	--fa: "";
}

.fa-tachometer {
	--fa: "";
}

.fa-tachometer-fast {
	--fa: "";
}

.fa-shower {
	--fa: "";
}

.fa-desktop {
	--fa: "";
}

.fa-desktop-alt {
	--fa: "";
}

.fa-m {
	--fa: "M";
}

.fa-table-list {
	--fa: "";
}

.fa-th-list {
	--fa: "";
}

.fa-comment-sms {
	--fa: "";
}

.fa-sms {
	--fa: "";
}

.fa-book {
	--fa: "";
}

.fa-user-plus {
	--fa: "";
}

.fa-check {
	--fa: "";
}

.fa-battery-three-quarters {
	--fa: "";
}

.fa-battery-4 {
	--fa: "";
}

.fa-house-circle-check {
	--fa: "";
}

.fa-angle-left {
	--fa: "";
}

.fa-diagram-successor {
	--fa: "";
}

.fa-truck-arrow-right {
	--fa: "";
}

.fa-arrows-split-up-and-left {
	--fa: "";
}

.fa-hand-fist {
	--fa: "";
}

.fa-fist-raised {
	--fa: "";
}

.fa-cloud-moon {
	--fa: "";
}

.fa-briefcase {
	--fa: "";
}

.fa-person-falling {
	--fa: "";
}

.fa-image-portrait {
	--fa: "";
}

.fa-portrait {
	--fa: "";
}

.fa-user-tag {
	--fa: "";
}

.fa-rug {
	--fa: "";
}

.fa-earth-europe {
	--fa: "";
}

.fa-globe-europe {
	--fa: "";
}

.fa-cart-flatbed-suitcase {
	--fa: "";
}

.fa-luggage-cart {
	--fa: "";
}

.fa-rectangle-xmark {
	--fa: "";
}

.fa-rectangle-times {
	--fa: "";
}

.fa-times-rectangle {
	--fa: "";
}

.fa-window-close {
	--fa: "";
}

.fa-baht-sign {
	--fa: "";
}

.fa-book-open {
	--fa: "";
}

.fa-book-journal-whills {
	--fa: "";
}

.fa-journal-whills {
	--fa: "";
}

.fa-handcuffs {
	--fa: "";
}

.fa-triangle-exclamation {
	--fa: "";
}

.fa-exclamation-triangle {
	--fa: "";
}

.fa-warning {
	--fa: "";
}

.fa-database {
	--fa: "";
}

.fa-share {
	--fa: "";
}

.fa-mail-forward {
	--fa: "";
}

.fa-bottle-droplet {
	--fa: "";
}

.fa-mask-face {
	--fa: "";
}

.fa-hill-rockslide {
	--fa: "";
}

.fa-right-left {
	--fa: "";
}

.fa-exchange-alt {
	--fa: "";
}

.fa-paper-plane {
	--fa: "";
}

.fa-road-circle-exclamation {
	--fa: "";
}

.fa-dungeon {
	--fa: "";
}

.fa-align-right {
	--fa: "";
}

.fa-money-bill-1-wave {
	--fa: "";
}

.fa-money-bill-wave-alt {
	--fa: "";
}

.fa-life-ring {
	--fa: "";
}

.fa-hands {
	--fa: "";
}

.fa-sign-language {
	--fa: "";
}

.fa-signing {
	--fa: "";
}

.fa-calendar-day {
	--fa: "";
}

.fa-water-ladder {
	--fa: "";
}

.fa-ladder-water {
	--fa: "";
}

.fa-swimming-pool {
	--fa: "";
}

.fa-arrows-up-down {
	--fa: "";
}

.fa-arrows-v {
	--fa: "";
}

.fa-face-grimace {
	--fa: "";
}

.fa-grimace {
	--fa: "";
}

.fa-wheelchair-move {
	--fa: "";
}

.fa-wheelchair-alt {
	--fa: "";
}

.fa-turn-down {
	--fa: "";
}

.fa-level-down-alt {
	--fa: "";
}

.fa-person-walking-arrow-right {
	--fa: "";
}

.fa-square-envelope {
	--fa: "";
}

.fa-envelope-square {
	--fa: "";
}

.fa-dice {
	--fa: "";
}

.fa-bowling-ball {
	--fa: "";
}

.fa-brain {
	--fa: "";
}

.fa-bandage {
	--fa: "";
}

.fa-band-aid {
	--fa: "";
}

.fa-calendar-minus {
	--fa: "";
}

.fa-circle-xmark {
	--fa: "";
}

.fa-times-circle {
	--fa: "";
}

.fa-xmark-circle {
	--fa: "";
}

.fa-gifts {
	--fa: "";
}

.fa-hotel {
	--fa: "";
}

.fa-earth-asia {
	--fa: "";
}

.fa-globe-asia {
	--fa: "";
}

.fa-id-card-clip {
	--fa: "";
}

.fa-id-card-alt {
	--fa: "";
}

.fa-magnifying-glass-plus {
	--fa: "";
}

.fa-search-plus {
	--fa: "";
}

.fa-thumbs-up {
	--fa: "";
}

.fa-user-clock {
	--fa: "";
}

.fa-hand-dots {
	--fa: "";
}

.fa-allergies {
	--fa: "";
}

.fa-file-invoice {
	--fa: "";
}

.fa-window-minimize {
	--fa: "";
}

.fa-mug-saucer {
	--fa: "";
}

.fa-coffee {
	--fa: "";
}

.fa-brush {
	--fa: "";
}

.fa-file-half-dashed {
	--fa: "";
}

.fa-mask {
	--fa: "";
}

.fa-magnifying-glass-minus {
	--fa: "";
}

.fa-search-minus {
	--fa: "";
}

.fa-ruler-vertical {
	--fa: "";
}

.fa-user-large {
	--fa: "";
}

.fa-user-alt {
	--fa: "";
}

.fa-train-tram {
	--fa: "";
}

.fa-user-nurse {
	--fa: "";
}

.fa-syringe {
	--fa: "";
}

.fa-cloud-sun {
	--fa: "";
}

.fa-stopwatch-20 {
	--fa: "";
}

.fa-square-full {
	--fa: "";
}

.fa-magnet {
	--fa: "";
}

.fa-jar {
	--fa: "";
}

.fa-note-sticky {
	--fa: "";
}

.fa-sticky-note {
	--fa: "";
}

.fa-bug-slash {
	--fa: "";
}

.fa-arrow-up-from-water-pump {
	--fa: "";
}

.fa-bone {
	--fa: "";
}

.fa-table-cells-row-unlock {
	--fa: "";
}

.fa-user-injured {
	--fa: "";
}

.fa-face-sad-tear {
	--fa: "";
}

.fa-sad-tear {
	--fa: "";
}

.fa-plane {
	--fa: "";
}

.fa-tent-arrows-down {
	--fa: "";
}

.fa-exclamation {
	--fa: "!";
}

.fa-arrows-spin {
	--fa: "";
}

.fa-print {
	--fa: "";
}

.fa-turkish-lira-sign {
	--fa: "";
}

.fa-try {
	--fa: "";
}

.fa-turkish-lira {
	--fa: "";
}

.fa-dollar-sign {
	--fa: "$";
}

.fa-dollar {
	--fa: "$";
}

.fa-usd {
	--fa: "$";
}

.fa-x {
	--fa: "X";
}

.fa-magnifying-glass-dollar {
	--fa: "";
}

.fa-search-dollar {
	--fa: "";
}

.fa-users-gear {
	--fa: "";
}

.fa-users-cog {
	--fa: "";
}

.fa-person-military-pointing {
	--fa: "";
}

.fa-building-columns {
	--fa: "";
}

.fa-bank {
	--fa: "";
}

.fa-institution {
	--fa: "";
}

.fa-museum {
	--fa: "";
}

.fa-university {
	--fa: "";
}

.fa-umbrella {
	--fa: "";
}

.fa-trowel {
	--fa: "";
}

.fa-d {
	--fa: "D";
}

.fa-stapler {
	--fa: "";
}

.fa-masks-theater {
	--fa: "";
}

.fa-theater-masks {
	--fa: "";
}

.fa-kip-sign {
	--fa: "";
}

.fa-hand-point-left {
	--fa: "";
}

.fa-handshake-simple {
	--fa: "";
}

.fa-handshake-alt {
	--fa: "";
}

.fa-jet-fighter {
	--fa: "";
}

.fa-fighter-jet {
	--fa: "";
}

.fa-square-share-nodes {
	--fa: "";
}

.fa-share-alt-square {
	--fa: "";
}

.fa-barcode {
	--fa: "";
}

.fa-plus-minus {
	--fa: "";
}

.fa-video {
	--fa: "";
}

.fa-video-camera {
	--fa: "";
}

.fa-graduation-cap {
	--fa: "";
}

.fa-mortar-board {
	--fa: "";
}

.fa-hand-holding-medical {
	--fa: "";
}

.fa-person-circle-check {
	--fa: "";
}

.fa-turn-up {
	--fa: "";
}

.fa-level-up-alt {
	--fa: "";
}

.sr-only, .fa-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

.sr-only-focusable:not(:focus), .fa-sr-only-focusable:not(:focus) {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border-width: 0;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free";
}

.fas, .fa-solid {
	font-weight: 900;
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
	--fa-style-family-brands: "Font Awesome 6 Brands";
	--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
}

.fab, .fa-brands {
	font-weight: 400;
}

.fa-monero {
	--fa: "";
}

.fa-hooli {
	--fa: "";
}

.fa-yelp {
	--fa: "";
}

.fa-cc-visa {
	--fa: "";
}

.fa-lastfm {
	--fa: "";
}

.fa-shopware {
	--fa: "";
}

.fa-creative-commons-nc {
	--fa: "";
}

.fa-aws {
	--fa: "";
}

.fa-redhat {
	--fa: "";
}

.fa-yoast {
	--fa: "";
}

.fa-cloudflare {
	--fa: "";
}

.fa-ups {
	--fa: "";
}

.fa-pixiv {
	--fa: "";
}

.fa-wpexplorer {
	--fa: "";
}

.fa-dyalog {
	--fa: "";
}

.fa-bity {
	--fa: "";
}

.fa-stackpath {
	--fa: "";
}

.fa-buysellads {
	--fa: "";
}

.fa-first-order {
	--fa: "";
}

.fa-modx {
	--fa: "";
}

.fa-guilded {
	--fa: "";
}

.fa-vnv {
	--fa: "";
}

.fa-square-js {
	--fa: "";
}

.fa-js-square {
	--fa: "";
}

.fa-microsoft {
	--fa: "";
}

.fa-qq {
	--fa: "";
}

.fa-orcid {
	--fa: "";
}

.fa-java {
	--fa: "";
}

.fa-invision {
	--fa: "";
}

.fa-creative-commons-pd-alt {
	--fa: "";
}

.fa-centercode {
	--fa: "";
}

.fa-glide-g {
	--fa: "";
}

.fa-drupal {
	--fa: "";
}

.fa-jxl {
	--fa: "";
}

.fa-dart-lang {
	--fa: "";
}

.fa-hire-a-helper {
	--fa: "";
}

.fa-creative-commons-by {
	--fa: "";
}

.fa-unity {
	--fa: "";
}

.fa-whmcs {
	--fa: "";
}

.fa-rocketchat {
	--fa: "";
}

.fa-vk {
	--fa: "";
}

.fa-untappd {
	--fa: "";
}

.fa-mailchimp {
	--fa: "";
}

.fa-css3-alt {
	--fa: "";
}

.fa-square-reddit {
	--fa: "";
}

.fa-reddit-square {
	--fa: "";
}

.fa-vimeo-v {
	--fa: "";
}

.fa-contao {
	--fa: "";
}

.fa-square-font-awesome {
	--fa: "";
}

.fa-deskpro {
	--fa: "";
}

.fa-brave {
	--fa: "";
}

.fa-sistrix {
	--fa: "";
}

.fa-square-instagram {
	--fa: "";
}

.fa-instagram-square {
	--fa: "";
}

.fa-battle-net {
	--fa: "";
}

.fa-the-red-yeti {
	--fa: "";
}

.fa-square-hacker-news {
	--fa: "";
}

.fa-hacker-news-square {
	--fa: "";
}

.fa-edge {
	--fa: "";
}

.fa-threads {
	--fa: "";
}

.fa-napster {
	--fa: "";
}

.fa-square-snapchat {
	--fa: "";
}

.fa-snapchat-square {
	--fa: "";
}

.fa-google-plus-g {
	--fa: "";
}

.fa-artstation {
	--fa: "";
}

.fa-markdown {
	--fa: "";
}

.fa-sourcetree {
	--fa: "";
}

.fa-google-plus {
	--fa: "";
}

.fa-diaspora {
	--fa: "";
}

.fa-foursquare {
	--fa: "";
}

.fa-stack-overflow {
	--fa: "";
}

.fa-github-alt {
	--fa: "";
}

.fa-phoenix-squadron {
	--fa: "";
}

.fa-pagelines {
	--fa: "";
}

.fa-algolia {
	--fa: "";
}

.fa-red-river {
	--fa: "";
}

.fa-creative-commons-sa {
	--fa: "";
}

.fa-safari {
	--fa: "";
}

.fa-google {
	--fa: "";
}

.fa-square-font-awesome-stroke {
	--fa: "";
}

.fa-font-awesome-alt {
	--fa: "";
}

.fa-atlassian {
	--fa: "";
}

.fa-linkedin-in {
	--fa: "";
}

.fa-digital-ocean {
	--fa: "";
}

.fa-nimblr {
	--fa: "";
}

.fa-chromecast {
	--fa: "";
}

.fa-evernote {
	--fa: "";
}

.fa-hacker-news {
	--fa: "";
}

.fa-creative-commons-sampling {
	--fa: "";
}

.fa-adversal {
	--fa: "";
}

.fa-creative-commons {
	--fa: "";
}

.fa-watchman-monitoring {
	--fa: "";
}

.fa-fonticons {
	--fa: "";
}

.fa-weixin {
	--fa: "";
}

.fa-shirtsinbulk {
	--fa: "";
}

.fa-codepen {
	--fa: "";
}

.fa-git-alt {
	--fa: "";
}

.fa-lyft {
	--fa: "";
}

.fa-rev {
	--fa: "";
}

.fa-windows {
	--fa: "";
}

.fa-wizards-of-the-coast {
	--fa: "";
}

.fa-square-viadeo {
	--fa: "";
}

.fa-viadeo-square {
	--fa: "";
}

.fa-meetup {
	--fa: "";
}

.fa-centos {
	--fa: "";
}

.fa-adn {
	--fa: "";
}

.fa-cloudsmith {
	--fa: "";
}

.fa-opensuse {
	--fa: "";
}

.fa-pied-piper-alt {
	--fa: "";
}

.fa-square-dribbble {
	--fa: "";
}

.fa-dribbble-square {
	--fa: "";
}

.fa-codiepie {
	--fa: "";
}

.fa-node {
	--fa: "";
}

.fa-mix {
	--fa: "";
}

.fa-steam {
	--fa: "";
}

.fa-cc-apple-pay {
	--fa: "";
}

.fa-scribd {
	--fa: "";
}

.fa-debian {
	--fa: "";
}

.fa-openid {
	--fa: "";
}

.fa-instalod {
	--fa: "";
}

.fa-files-pinwheel {
	--fa: "";
}

.fa-expeditedssl {
	--fa: "";
}

.fa-sellcast {
	--fa: "";
}

.fa-square-twitter {
	--fa: "";
}

.fa-twitter-square {
	--fa: "";
}

.fa-r-project {
	--fa: "";
}

.fa-delicious {
	--fa: "";
}

.fa-freebsd {
	--fa: "";
}

.fa-vuejs {
	--fa: "";
}

.fa-accusoft {
	--fa: "";
}

.fa-ioxhost {
	--fa: "";
}

.fa-fonticons-fi {
	--fa: "";
}

.fa-app-store {
	--fa: "";
}

.fa-cc-mastercard {
	--fa: "";
}

.fa-itunes-note {
	--fa: "";
}

.fa-golang {
	--fa: "";
}

.fa-kickstarter {
	--fa: "";
}

.fa-square-kickstarter {
	--fa: "";
}

.fa-grav {
	--fa: "";
}

.fa-weibo {
	--fa: "";
}

.fa-uncharted {
	--fa: "";
}

.fa-firstdraft {
	--fa: "";
}

.fa-square-youtube {
	--fa: "";
}

.fa-youtube-square {
	--fa: "";
}

.fa-wikipedia-w {
	--fa: "";
}

.fa-wpressr {
	--fa: "";
}

.fa-rendact {
	--fa: "";
}

.fa-angellist {
	--fa: "";
}

.fa-galactic-republic {
	--fa: "";
}

.fa-nfc-directional {
	--fa: "";
}

.fa-skype {
	--fa: "";
}

.fa-joget {
	--fa: "";
}

.fa-fedora {
	--fa: "";
}

.fa-stripe-s {
	--fa: "";
}

.fa-meta {
	--fa: "";
}

.fa-laravel {
	--fa: "";
}

.fa-hotjar {
	--fa: "";
}

.fa-bluetooth-b {
	--fa: "";
}

.fa-square-letterboxd {
	--fa: "";
}

.fa-sticker-mule {
	--fa: "";
}

.fa-creative-commons-zero {
	--fa: "";
}

.fa-hips {
	--fa: "";
}

.fa-css {
	--fa: "";
}

.fa-behance {
	--fa: "";
}

.fa-reddit {
	--fa: "";
}

.fa-discord {
	--fa: "";
}

.fa-chrome {
	--fa: "";
}

.fa-app-store-ios {
	--fa: "";
}

.fa-cc-discover {
	--fa: "";
}

.fa-wpbeginner {
	--fa: "";
}

.fa-confluence {
	--fa: "";
}

.fa-shoelace {
	--fa: "";
}

.fa-mdb {
	--fa: "";
}

.fa-dochub {
	--fa: "";
}

.fa-accessible-icon {
	--fa: "";
}

.fa-ebay {
	--fa: "";
}

.fa-amazon {
	--fa: "";
}

.fa-unsplash {
	--fa: "";
}

.fa-yarn {
	--fa: "";
}

.fa-square-steam {
	--fa: "";
}

.fa-steam-square {
	--fa: "";
}

.fa-500px {
	--fa: "";
}

.fa-square-vimeo {
	--fa: "";
}

.fa-vimeo-square {
	--fa: "";
}

.fa-asymmetrik {
	--fa: "";
}

.fa-font-awesome {
	--fa: "";
}

.fa-font-awesome-flag {
	--fa: "";
}

.fa-font-awesome-logo-full {
	--fa: "";
}

.fa-gratipay {
	--fa: "";
}

.fa-apple {
	--fa: "";
}

.fa-hive {
	--fa: "";
}

.fa-gitkraken {
	--fa: "";
}

.fa-keybase {
	--fa: "";
}

.fa-apple-pay {
	--fa: "";
}

.fa-padlet {
	--fa: "";
}

.fa-amazon-pay {
	--fa: "";
}

.fa-square-github {
	--fa: "";
}

.fa-github-square {
	--fa: "";
}

.fa-stumbleupon {
	--fa: "";
}

.fa-fedex {
	--fa: "";
}

.fa-phoenix-framework {
	--fa: "";
}

.fa-shopify {
	--fa: "";
}

.fa-neos {
	--fa: "";
}

.fa-square-threads {
	--fa: "";
}

.fa-hackerrank {
	--fa: "";
}

.fa-researchgate {
	--fa: "";
}

.fa-swift {
	--fa: "";
}

.fa-angular {
	--fa: "";
}

.fa-speakap {
	--fa: "";
}

.fa-angrycreative {
	--fa: "";
}

.fa-y-combinator {
	--fa: "";
}

.fa-empire {
	--fa: "";
}

.fa-envira {
	--fa: "";
}

.fa-google-scholar {
	--fa: "";
}

.fa-square-gitlab {
	--fa: "";
}

.fa-gitlab-square {
	--fa: "";
}

.fa-studiovinari {
	--fa: "";
}

.fa-pied-piper {
	--fa: "";
}

.fa-wordpress {
	--fa: "";
}

.fa-product-hunt {
	--fa: "";
}

.fa-firefox {
	--fa: "";
}

.fa-linode {
	--fa: "";
}

.fa-goodreads {
	--fa: "";
}

.fa-square-odnoklassniki {
	--fa: "";
}

.fa-odnoklassniki-square {
	--fa: "";
}

.fa-jsfiddle {
	--fa: "";
}

.fa-sith {
	--fa: "";
}

.fa-themeisle {
	--fa: "";
}

.fa-page4 {
	--fa: "";
}

.fa-hashnode {
	--fa: "";
}

.fa-react {
	--fa: "";
}

.fa-cc-paypal {
	--fa: "";
}

.fa-squarespace {
	--fa: "";
}

.fa-cc-stripe {
	--fa: "";
}

.fa-creative-commons-share {
	--fa: "";
}

.fa-bitcoin {
	--fa: "";
}

.fa-keycdn {
	--fa: "";
}

.fa-opera {
	--fa: "";
}

.fa-itch-io {
	--fa: "";
}

.fa-umbraco {
	--fa: "";
}

.fa-galactic-senate {
	--fa: "";
}

.fa-ubuntu {
	--fa: "";
}

.fa-draft2digital {
	--fa: "";
}

.fa-stripe {
	--fa: "";
}

.fa-houzz {
	--fa: "";
}

.fa-gg {
	--fa: "";
}

.fa-dhl {
	--fa: "";
}

.fa-square-pinterest {
	--fa: "";
}

.fa-pinterest-square {
	--fa: "";
}

.fa-xing {
	--fa: "";
}

.fa-blackberry {
	--fa: "";
}

.fa-creative-commons-pd {
	--fa: "";
}

.fa-playstation {
	--fa: "";
}

.fa-quinscape {
	--fa: "";
}

.fa-less {
	--fa: "";
}

.fa-blogger-b {
	--fa: "";
}

.fa-opencart {
	--fa: "";
}

.fa-vine {
	--fa: "";
}

.fa-signal-messenger {
	--fa: "";
}

.fa-paypal {
	--fa: "";
}

.fa-gitlab {
	--fa: "";
}

.fa-typo3 {
	--fa: "";
}

.fa-reddit-alien {
	--fa: "";
}

.fa-yahoo {
	--fa: "";
}

.fa-dailymotion {
	--fa: "";
}

.fa-affiliatetheme {
	--fa: "";
}

.fa-pied-piper-pp {
	--fa: "";
}

.fa-bootstrap {
	--fa: "";
}

.fa-odnoklassniki {
	--fa: "";
}

.fa-nfc-symbol {
	--fa: "";
}

.fa-mintbit {
	--fa: "";
}

.fa-ethereum {
	--fa: "";
}

.fa-speaker-deck {
	--fa: "";
}

.fa-creative-commons-nc-eu {
	--fa: "";
}

.fa-patreon {
	--fa: "";
}

.fa-avianex {
	--fa: "";
}

.fa-ello {
	--fa: "";
}

.fa-gofore {
	--fa: "";
}

.fa-bimobject {
	--fa: "";
}

.fa-brave-reverse {
	--fa: "";
}

.fa-facebook-f {
	--fa: "";
}

.fa-square-google-plus {
	--fa: "";
}

.fa-google-plus-square {
	--fa: "";
}

.fa-web-awesome {
	--fa: "";
}

.fa-mandalorian {
	--fa: "";
}

.fa-first-order-alt {
	--fa: "";
}

.fa-osi {
	--fa: "";
}

.fa-google-wallet {
	--fa: "";
}

.fa-d-and-d-beyond {
	--fa: "";
}

.fa-periscope {
	--fa: "";
}

.fa-fulcrum {
	--fa: "";
}

.fa-cloudscale {
	--fa: "";
}

.fa-forumbee {
	--fa: "";
}

.fa-mizuni {
	--fa: "";
}

.fa-schlix {
	--fa: "";
}

.fa-square-xing {
	--fa: "";
}

.fa-xing-square {
	--fa: "";
}

.fa-bandcamp {
	--fa: "";
}

.fa-wpforms {
	--fa: "";
}

.fa-cloudversify {
	--fa: "";
}

.fa-usps {
	--fa: "";
}

.fa-megaport {
	--fa: "";
}

.fa-magento {
	--fa: "";
}

.fa-spotify {
	--fa: "";
}

.fa-optin-monster {
	--fa: "";
}

.fa-fly {
	--fa: "";
}

.fa-square-bluesky {
	--fa: "";
}

.fa-aviato {
	--fa: "";
}

.fa-itunes {
	--fa: "";
}

.fa-cuttlefish {
	--fa: "";
}

.fa-blogger {
	--fa: "";
}

.fa-flickr {
	--fa: "";
}

.fa-viber {
	--fa: "";
}

.fa-soundcloud {
	--fa: "";
}

.fa-digg {
	--fa: "";
}

.fa-tencent-weibo {
	--fa: "";
}

.fa-letterboxd {
	--fa: "";
}

.fa-symfony {
	--fa: "";
}

.fa-maxcdn {
	--fa: "";
}

.fa-etsy {
	--fa: "";
}

.fa-facebook-messenger {
	--fa: "";
}

.fa-audible {
	--fa: "";
}

.fa-think-peaks {
	--fa: "";
}

.fa-bilibili {
	--fa: "";
}

.fa-erlang {
	--fa: "";
}

.fa-x-twitter {
	--fa: "";
}

.fa-cotton-bureau {
	--fa: "";
}

.fa-dashcube {
	--fa: "";
}

.fa-42-group {
	--fa: "";
}

.fa-innosoft {
	--fa: "";
}

.fa-stack-exchange {
	--fa: "";
}

.fa-elementor {
	--fa: "";
}

.fa-square-pied-piper {
	--fa: "";
}

.fa-pied-piper-square {
	--fa: "";
}

.fa-creative-commons-nd {
	--fa: "";
}

.fa-palfed {
	--fa: "";
}

.fa-superpowers {
	--fa: "";
}

.fa-resolving {
	--fa: "";
}

.fa-xbox {
	--fa: "";
}

.fa-square-web-awesome-stroke {
	--fa: "";
}

.fa-searchengin {
	--fa: "";
}

.fa-tiktok {
	--fa: "";
}

.fa-square-facebook {
	--fa: "";
}

.fa-facebook-square {
	--fa: "";
}

.fa-renren {
	--fa: "";
}

.fa-linux {
	--fa: "";
}

.fa-glide {
	--fa: "";
}

.fa-linkedin {
	--fa: "";
}

.fa-hubspot {
	--fa: "";
}

.fa-deploydog {
	--fa: "";
}

.fa-twitch {
	--fa: "";
}

.fa-flutter {
	--fa: "";
}

.fa-ravelry {
	--fa: "";
}

.fa-mixer {
	--fa: "";
}

.fa-square-lastfm {
	--fa: "";
}

.fa-lastfm-square {
	--fa: "";
}

.fa-vimeo {
	--fa: "";
}

.fa-mendeley {
	--fa: "";
}

.fa-uniregistry {
	--fa: "";
}

.fa-figma {
	--fa: "";
}

.fa-creative-commons-remix {
	--fa: "";
}

.fa-cc-amazon-pay {
	--fa: "";
}

.fa-dropbox {
	--fa: "";
}

.fa-instagram {
	--fa: "";
}

.fa-cmplid {
	--fa: "";
}

.fa-upwork {
	--fa: "";
}

.fa-facebook {
	--fa: "";
}

.fa-gripfire {
	--fa: "";
}

.fa-jedi-order {
	--fa: "";
}

.fa-uikit {
	--fa: "";
}

.fa-fort-awesome-alt {
	--fa: "";
}

.fa-phabricator {
	--fa: "";
}

.fa-ussunnah {
	--fa: "";
}

.fa-earlybirds {
	--fa: "";
}

.fa-trade-federation {
	--fa: "";
}

.fa-autoprefixer {
	--fa: "";
}

.fa-whatsapp {
	--fa: "";
}

.fa-square-upwork {
	--fa: "";
}

.fa-slideshare {
	--fa: "";
}

.fa-google-play {
	--fa: "";
}

.fa-viadeo {
	--fa: "";
}

.fa-line {
	--fa: "";
}

.fa-google-drive {
	--fa: "";
}

.fa-servicestack {
	--fa: "";
}

.fa-simplybuilt {
	--fa: "";
}

.fa-bitbucket {
	--fa: "";
}

.fa-imdb {
	--fa: "";
}

.fa-deezer {
	--fa: "";
}

.fa-raspberry-pi {
	--fa: "";
}

.fa-jira {
	--fa: "";
}

.fa-docker {
	--fa: "";
}

.fa-screenpal {
	--fa: "";
}

.fa-bluetooth {
	--fa: "";
}

.fa-gitter {
	--fa: "";
}

.fa-d-and-d {
	--fa: "";
}

.fa-microblog {
	--fa: "";
}

.fa-cc-diners-club {
	--fa: "";
}

.fa-gg-circle {
	--fa: "";
}

.fa-pied-piper-hat {
	--fa: "";
}

.fa-kickstarter-k {
	--fa: "";
}

.fa-yandex {
	--fa: "";
}

.fa-readme {
	--fa: "";
}

.fa-html5 {
	--fa: "";
}

.fa-sellsy {
	--fa: "";
}

.fa-square-web-awesome {
	--fa: "";
}

.fa-sass {
	--fa: "";
}

.fa-wirsindhandwerk {
	--fa: "";
}

.fa-wsh {
	--fa: "";
}

.fa-buromobelexperte {
	--fa: "";
}

.fa-salesforce {
	--fa: "";
}

.fa-octopus-deploy {
	--fa: "";
}

.fa-medapps {
	--fa: "";
}

.fa-ns8 {
	--fa: "";
}

.fa-pinterest-p {
	--fa: "";
}

.fa-apper {
	--fa: "";
}

.fa-fort-awesome {
	--fa: "";
}

.fa-waze {
	--fa: "";
}

.fa-bluesky {
	--fa: "";
}

.fa-cc-jcb {
	--fa: "";
}

.fa-snapchat {
	--fa: "";
}

.fa-snapchat-ghost {
	--fa: "";
}

.fa-fantasy-flight-games {
	--fa: "";
}

.fa-rust {
	--fa: "";
}

.fa-wix {
	--fa: "";
}

.fa-square-behance {
	--fa: "";
}

.fa-behance-square {
	--fa: "";
}

.fa-supple {
	--fa: "";
}

.fa-webflow {
	--fa: "";
}

.fa-rebel {
	--fa: "";
}

.fa-css3 {
	--fa: "";
}

.fa-staylinked {
	--fa: "";
}

.fa-kaggle {
	--fa: "";
}

.fa-space-awesome {
	--fa: "";
}

.fa-deviantart {
	--fa: "";
}

.fa-cpanel {
	--fa: "";
}

.fa-goodreads-g {
	--fa: "";
}

.fa-square-git {
	--fa: "";
}

.fa-git-square {
	--fa: "";
}

.fa-square-tumblr {
	--fa: "";
}

.fa-tumblr-square {
	--fa: "";
}

.fa-trello {
	--fa: "";
}

.fa-creative-commons-nc-jp {
	--fa: "";
}

.fa-get-pocket {
	--fa: "";
}

.fa-perbyte {
	--fa: "";
}

.fa-grunt {
	--fa: "";
}

.fa-weebly {
	--fa: "";
}

.fa-connectdevelop {
	--fa: "";
}

.fa-leanpub {
	--fa: "";
}

.fa-black-tie {
	--fa: "";
}

.fa-themeco {
	--fa: "";
}

.fa-python {
	--fa: "";
}

.fa-android {
	--fa: "";
}

.fa-bots {
	--fa: "";
}

.fa-free-code-camp {
	--fa: "";
}

.fa-hornbill {
	--fa: "";
}

.fa-js {
	--fa: "";
}

.fa-ideal {
	--fa: "";
}

.fa-git {
	--fa: "";
}

.fa-dev {
	--fa: "";
}

.fa-sketch {
	--fa: "";
}

.fa-yandex-international {
	--fa: "";
}

.fa-cc-amex {
	--fa: "";
}

.fa-uber {
	--fa: "";
}

.fa-github {
	--fa: "";
}

.fa-php {
	--fa: "";
}

.fa-alipay {
	--fa: "";
}

.fa-youtube {
	--fa: "";
}

.fa-skyatlas {
	--fa: "";
}

.fa-firefox-browser {
	--fa: "";
}

.fa-replyd {
	--fa: "";
}

.fa-suse {
	--fa: "";
}

.fa-jenkins {
	--fa: "";
}

.fa-twitter {
	--fa: "";
}

.fa-rockrms {
	--fa: "";
}

.fa-pinterest {
	--fa: "";
}

.fa-buffer {
	--fa: "";
}

.fa-npm {
	--fa: "";
}

.fa-yammer {
	--fa: "";
}

.fa-btc {
	--fa: "";
}

.fa-dribbble {
	--fa: "";
}

.fa-stumbleupon-circle {
	--fa: "";
}

.fa-internet-explorer {
	--fa: "";
}

.fa-stubber {
	--fa: "";
}

.fa-telegram {
	--fa: "";
}

.fa-telegram-plane {
	--fa: "";
}

.fa-old-republic {
	--fa: "";
}

.fa-odysee {
	--fa: "";
}

.fa-square-whatsapp {
	--fa: "";
}

.fa-whatsapp-square {
	--fa: "";
}

.fa-node-js {
	--fa: "";
}

.fa-edge-legacy {
	--fa: "";
}

.fa-slack {
	--fa: "";
}

.fa-slack-hash {
	--fa: "";
}

.fa-medrt {
	--fa: "";
}

.fa-usb {
	--fa: "";
}

.fa-tumblr {
	--fa: "";
}

.fa-vaadin {
	--fa: "";
}

.fa-quora {
	--fa: "";
}

.fa-square-x-twitter {
	--fa: "";
}

.fa-reacteurope {
	--fa: "";
}

.fa-medium {
	--fa: "";
}

.fa-medium-m {
	--fa: "";
}

.fa-amilia {
	--fa: "";
}

.fa-mixcloud {
	--fa: "";
}

.fa-flipboard {
	--fa: "";
}

.fa-viacoin {
	--fa: "";
}

.fa-critical-role {
	--fa: "";
}

.fa-sitrox {
	--fa: "";
}

.fa-discourse {
	--fa: "";
}

.fa-joomla {
	--fa: "";
}

.fa-mastodon {
	--fa: "";
}

.fa-airbnb {
	--fa: "";
}

.fa-wolf-pack-battalion {
	--fa: "";
}

.fa-buy-n-large {
	--fa: "";
}

.fa-gulp {
	--fa: "";
}

.fa-creative-commons-sampling-plus {
	--fa: "";
}

.fa-strava {
	--fa: "";
}

.fa-ember {
	--fa: "";
}

.fa-canadian-maple-leaf {
	--fa: "";
}

.fa-teamspeak {
	--fa: "";
}

.fa-pushed {
	--fa: "";
}

.fa-wordpress-simple {
	--fa: "";
}

.fa-nutritionix {
	--fa: "";
}

.fa-wodu {
	--fa: "";
}

.fa-google-pay {
	--fa: "";
}

.fa-intercom {
	--fa: "";
}

.fa-zhihu {
	--fa: "";
}

.fa-korvue {
	--fa: "";
}

.fa-pix {
	--fa: "";
}

.fa-steam-symbol {
	--fa: "";
}

/*!
 * Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 * Copyright 2024 Fonticons, Inc.
 */
:root, :host {
	--fa-style-family-classic: "Font Awesome 6 Free";
	--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free";
}

.far, .fa-regular {
	font-weight: 400;
}

/*# sourceMappingURL=style.css.map */

/*Download*/
.download {
	background-color: #0091c7;
	padding: 10px 20px;
	display: inline-block;
	border-radius: 5px;
}

.download a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	/* Flexbox for icon and text alignment */
	display: flex;
	align-items: center;
	gap: 10px;
}

.download i {
	font-size: 16px;
}

.download:hover {
	background-color: #ec6300;
}

.download span {
	padding-left: 5px;
}

.download-div {
	padding-bottom: 60px;
}

.zlN1jhuNjODDjNzcEkzlUOyzYhMMZTNtheme--light .zlN1jhuNjODDjNzcEkzlUOyzYhMMZTNlink {
	color: #fff !important;
}
