@font-face {
    font-family: 'hanzel';
    src: url('../fonts/hanzelnormal.woff2') format('woff2'),
		url('../fonts/hanzelnormal.woff') format('woff');
	font-weight: normal;
}
@font-face {
    font-family: 'hanzel';
    src: url('../fonts/hanzelbold.woff2') format('woff2'),
		url('../fonts/hanzelbold.woff') format('woff');
	font-weight: bold;
}

.hanzel{
	font-family: 'hanzel', sans-serif;
}
button:focus {
	outline:0 !important;
}
@media print {
  body, page {
    margin: 0;
    box-shadow: 0;
  }
}
a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
.text-decoration:hover {
  color: inherit !important;
  border-bottom: 2px solid !important;
}

.bg-blue-primary {
	background-color: #0047BB;
}
.text-blue-primary {
	color: #0047BB;
}
.border.border-blue-primary {
    border-color: #0047BB !important;
	border-style: solid !important;
	border-width: .5px !important;
}

.btn-blue-primary {
	background-color: #0047BB;
	border-color: #0047BB;
	color: #ffffff;
}
.btn-blue-primary:hover {
    background-color:#003894;
	border-color: #003488;
	color: #ffffff;
}
.btn-blue-primary:disabled {
	border-color: #0047BB;
    background-color:#0047BB;
	color: #ffffff;
}
.btn-blue-primary:disabled:hover {
	border-color: #0047BB;
    background-color:#0047BB;
	color: #ffffff;
}
.btn-blue-primary:focus {
    border-color: #0047BB;
	box-shadow: 0 0 0 0.2rem #1e73ff;
}
.btn-blue-primary.focus {
    border-color: #0047BB;
	box-shadow: 0 0 0 0.2rem #1e73ff;
}

.btn-outline-blue-primary {
	background-color: #ffffff;
	border-color: #0047BB;
	color: #0047BB;
}
.btn-outline-blue-primary:hover {
    background-color:#0047BB;
	border-color: #0047BB;
	color: #ffffff;
}
.btn-outline-blue-primary:disabled {
	background-color: #ffffff;
	border-color: #0047BB;
	color: #0047BB;
}
.btn-outline-blue-primary:disabled:hover {
	background-color: #ffffff;
	border-color: #0047BB;
	color: #0047BB;
}
.btn-outline-blue-primary.active {
    background-color: #0047BB;
	border-color: #0047BB;
	color: #ffffff;
}
.btn-outline-blue-primary:focus {
    border-color: #0047BB;
	box-shadow: 0 0 0 0.2rem #1e73ff;
}
.btn-outline-blue-primary.focus {
    border-color: #0047BB;
	box-shadow: 0 0 0 0.2rem #1e73ff;
}

.bg-blue-secondary {
	background-color: #B8CCEA;
}
.text-blue-secondary {
	color: #B8CCEA;
}
.border.border-blue-secondary {
    border-color: #B8CCEA !important;
	border-style: solid !important;
	border-width: .5px !important;
}

.bg-gray-primary {
	background-color: #7E7F74;
}
.text-gray-primary {
	color: #7E7F74;
}
.border.border-gray-primary {
    border-color: #7E7F74 !important;
	border-style: solid !important;
	border-width: .5px !important;
}

.btn-gray-primary {
	background-color: #7E7F74;
	border-color: #7E7F74;
	color: #ffffff;
}
.btn-gray-primary:hover {
    background-color:#6a6a61;
	border-color: #64645c;
	color: #ffffff;
}
.btn-gray-primary:disabled {
	border-color: #7E7F74;
    background-color:#7E7F74;
	color: #ffffff;
}
.btn-gray-primary:disabled:hover {
	border-color: #7E7F74;
    background-color:#7E7F74;
	color: #ffffff;
}
.btn-gray-primary:focus {
    border-color: #7E7F74;
	box-shadow: 0 0 0 0.2rem #919288;
}
.btn-gray-primary.focus {
    border-color: #7E7F74;
	box-shadow: 0 0 0 0.2rem #919288;
}

.btn-outline-gray-primary {
	background-color: #ffffff;
	border-color: #7E7F74;
	color: #7E7F74;
}
.btn-outline-gray-primary:hover {
    background-color:#7E7F74;
	border-color: #7E7F74;
	color: #ffffff;
}
.btn-outline-gray-primary:disabled {
	background-color: #ffffff;
	border-color: #7E7F74;
	color: #7E7F74;
}
.btn-outline-gray-primary:disabled:hover {
	background-color: #ffffff;
	border-color: #7E7F74;
	color: #7E7F74;
}
.btn-outline-gray-primary.active {
    background-color: #7E7F74;
	border-color: #7E7F74;
	color: #ffffff;
}
.btn-outline-gray-primary:focus {
    border-color: #7E7F74;
	box-shadow: 0 0 0 0.2rem #919288;
}
.btn-outline-gray-primary.focus {
    border-color: #7E7F74;
	box-shadow: 0 0 0 0.2rem #919288;
}

.bg-gray-secondary {
	background-color: #C4BCB7;
}
.text-gray-secondary {
	color: #C4BCB7;
}
.border.border-gray-secondary {
    border-color: #C4BCB7 !important;
	border-style: solid !important;
	border-width: .5px !important;
}

.bg-orange-primary {
	background-color: #B94700;
}
.text-orange-primary {
	color: #B94700;
}
.border.border-orange-primary {
    border-color: #B94700 !important;
	border-style: solid !important;
	border-width: .5px !important;
}

.btn-orange-primary {
	background-color: #B94700;
	border-color: #B94700;
	color: #ffffff;
}
.btn-orange-primary:hover {
    background-color:#923800;
	border-color: #863300;
	color: #ffffff;
}
.btn-orange-primary:disabled {
	border-color: #B94700;
    background-color:#B94700;
	color: #ffffff;
}
.btn-orange-primary:disabled:hover {
	border-color: #B94700;
    background-color:#B94700;
	color: #ffffff;
}
.btn-orange-primary:focus {
    border-color: #B94700;
	box-shadow: 0 0 0 0.2rem #ff731c;
}
.btn-orange-primary.focus {
    border-color: #B94700;
	box-shadow: 0 0 0 0.2rem #ff731c;
}

.btn-outline-orange-primary {
	background-color: #ffffff;
	border-color: #B94700;
	color: #B94700;
}
.btn-outline-orange-primary:hover {
    background-color:#B94700;
	border-color: #B94700;
	color: #ffffff;
}
.btn-outline-orange-primary:disabled {
	background-color: #ffffff;
	border-color: #B94700;
	color: #B94700;
}
.btn-outline-orange-primary:disabled:hover {
	background-color: #ffffff;
	border-color: #B94700;
	color: #B94700;
}
.btn-outline-orange-primary.active {
    background-color: #B94700;
	border-color: #B94700;
	color: #ffffff;
}
.btn-outline-orange-primary:focus {
    border-color: #B94700;
	box-shadow: 0 0 0 0.2rem #ff731c;
}
.btn-outline-orange-primary.focus {
    border-color: #B94700;
	box-shadow: 0 0 0 0.2rem #ff731c;
}

.bg-orange-secondary {
	background-color: #FFAE62;
}
.text-orange-secondary {
	color: #FFAE62;
}
.border.border-orange-secondary {
    border-color: #FFAE62 !important;
	border-style: solid !important;
	border-width: .5px !important;
}

.btn-outline-warning:hover {
    color:#fff !important;
}
.btn-outline-warning.active {
    color:#fff !important;
}
.btn-outline-warning:disabled:hover {
    color:#ffc107 !important;
}

.btn-white {
	background-color: #fff;
	border-color: #ced4da;
	color: #495057;
}
.btn-white:hover {
	background-color: #f8f9fa;
	border-color: #ced4da;
	color: #495057;
}
.btn-white.active {
	background-color: #f8f9fa;
	border-color: #ced4da;
	color: #495057;
}
.btn-white:disabled {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-white:disabled:hover {
	border-color: #343a40;
    background-color:#868e96;
	color: #ffffff;
}
.btn-white:focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem #e9ecef !important;
}

.bg-gray {
	background-color: #e9ecef;
}
.text-gray {
	color: #e9ecef;
}
.border-gray {
  border-color: #ced4da !important;
}
.btn-gray {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-gray:hover {
	background-color: #dee2e7;
	border-color: #ced4da;
	color: #495057;
}
.btn-gray.active, .btn-gray:active {
	background-color: #dee2e7;
	border-color: #ced4da;
	color: #495057;
}
.btn-gray:focus, .btn-gray.focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem rgba(222, 226, 231, 0.5) !important;
}
.btn-gray.disabled, .btn-gray:disabled {
  background-color:#e9ecef;
  border-color: #ced4da;
  color: #495057;
  opacity: 1 !important;
}

.btn-outline-gray {
	background-color: #fff;
	border-color: #ced4da;
	color: #495057;
}
.btn-outline-gray:hover {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-outline-gray.active, .btn-outline-gray:active {
	background-color: #e9ecef;
	border-color: #ced4da;
	color: #495057;
}
.btn-outline-gray:focus, .btn-outline-gray.focus {
	border-color: #ced4da !important;
	box-shadow: 0 0 0 0.2rem rgba(222, 226, 231, 0.5) !important;
}
.btn-outline-gray.disabled, .btn-outline-gray:disabled {
	background-color:#e9ecef;
	border-color: #ced4da;
	color: #495057;
	opacity: 1 !important;
	cursor: no-drop;
	text-decoration: line-through;
}
/* Button Black */
.btn-black {
	color: #fff;
	background-color: #000;
	border-color: #000;
}

.btn-black:hover {
	color: #fff;
	border-color: #000;
}

.btn-black:focus, .btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

.btn-black:focus, .btn-dark.focus {
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}

/* Rules for icon sizes: */
.material-icons.md-xs {
	font-size: 0.875rem !important;
	vertical-align: middle !important;
}
.material-icons.md-sm {
	font-size: 1.3125rem !important;
	vertical-align: middle !important;
}
.material-icons.md-control-lg {
	font-size: 1.25rem;
}
.material-icons.md-14 {
	font-size: 14px;
}
.material-icons.md-16 {
	font-size: 16px;
}
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-20 {
	font-size: 20px;
}
.material-icons.md-21 {
	font-size: 21px;
}
.material-icons.md-22 {
	font-size: 22px;
}
.material-icons.md-24 {
	font-size: 24px;
} /* Default */
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
.material-icons-outlined.md-16 {
	font-size: 16px;
}
.material-icons-outlined.md-18 {
	font-size: 18px;
}
.material-icons-outlined.md-24 {
	font-size: 24px;
} /* Default */
.material-icons-outlined.md-36 {
	font-size: 36px;
}
.material-icons-outlined.md-48 {
	font-size: 48px;
}

.rotate-45 {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.rotate-90 {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.rotate-135 {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.rotate-225 {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
}

.rotate-270 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.rotate-315 {
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
}

a[data-toggle="collapse"] {
    position: relative;
}
/*
.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}
*/

.no-drop {
	cursor: no-drop;
}

.cursor-default {
	cursor: default;
}
.del {
	text-decoration: line-through;
}

.link {
	cursor: pointer;
}

.material-icons-block:after {
	position: absolute;
	content: "block";
	color: #dc3545;
	font-weight: 300;
	font-size: 1.6em;
	left: 8px;
	top: -7px;
}

.material-icons-done:after {
	position: absolute;
	content: "panorama_fish_eye";
	color: #28a745;
	font-weight: 300;
	font-size: 1.6em;
	left: 8px;
	top: -7px;
}

.alert {
	margin-bottom: 1px;
	height: 30px;
	line-height:30px;
	padding:0px 15px;
}
/* Turn Off Select Blue */

::selection {
	background: #868e96;
	color: #fff;
}
/* Change Default Bootstrap Focus */
.btn.btn-white.focus,
select:focus,
textarea:focus,
input[type="date"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="number"]:focus {
	border-color: #B8CCEA !important;
	box-shadow: 0 0 0 0.2rem #B8CCEA !important;
}
.pt-6,
.py-6 {
	padding-top: 5.5rem !important;
}
.pb-6,
.py-6 {
	padding-bottom: 5.5rem !important;
}


.pt-87 {
	padding-top: 87px !important;
}

.pb-87 {
	padding-bottom: 87px !important;
}

.header-offset {
    top: 5.7rem;
}
.header-offset.sticky-offset {
    top: 8.0rem;
}

.form-control-xs {
	height: calc(1em + 0.5rem + 1px);
	padding: 0.2rem 0.2rem;
	font-size: 0.75rem;
	line-height: .85;
	border-radius: 0.2rem;
}

.bg-opacity-black {
	background: rgba(0, 0, 0, 0.5) !important;
}

.rounded-top-0 {
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}

.rounded-right-0 {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.rounded-bottom-0 {
	border-bottom-right-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.rounded-left-0 {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.btn-transparent {
	color: #fff;
	background: rgba(255, 255, 255, 0.3) !important;
	border-color: transparent;
}

.btn-transparent:hover {
	color: #000;
	background: rgba(255, 255, 255, 1) !important;
	border-color: transparent;
}

.btn-transparent:focus, .btn-transparent.focus {
	color: #fff;
	border-color: transparent;
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.btn-transparent.disabled, .btn-transparent:disabled {
	color: #212529;
	background-color: #f8f9fa;
	border-color: #f8f9fa;
}

.btn-transparent:not(:disabled):not(.disabled):active, .btn-transparent:not(:disabled):not(.disabled).active,
.show > .btn-transparent.dropdown-toggle {
	color: #000;
	background: rgba(255, 255, 255, 1) !important;
	border-color: transparent;
}

.btn-transparent:not(:disabled):not(.disabled):active:focus, .btn-transparent:not(:disabled):not(.disabled).active:focus,
.show > .btn-transparent.dropdown-toggle:focus {
	box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}

.gradient-buttons .btn.btn-dark,
.gradient-buttons .btn.btn-gray,
.gradient-buttons .btn.btn-secondary,
.gradient-buttons .btn.btn-blue-primary,
.gradient-buttons .btn.btn-gray-primary,
.gradient-buttons .btn.btn-orange-primary {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)) !important;
    background-repeat: repeat-x !important;
}

.gradient-buttons .btn.btn-outline-dark:hover,
.gradient-buttons .btn.btn-outline-gray:hover,
.gradient-buttons .btn.btn-outline-secondary:hover,
.gradient-buttons .btn.btn-outline-blue-primary:hover,
.gradient-buttons .btn.btn-outline-gray-primary:hover,
.gradient-buttons .btn.btn-outline-orange-primary:hover {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)) !important;
    background-repeat: repeat-x !important;
}

.gradient-buttons .btn.btn-outline-dark.active,
.gradient-buttons .btn.btn-outline-gray.active,
.gradient-buttons .btn.btn-outline-secondary.active,
.gradient-buttons .btn.btn-outline-blue-primary.active,
.gradient-buttons .btn.btn-outline-gray-primary.active,
.gradient-buttons .btn.btn-outline-orange-primary.active {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)) !important;
    background-repeat: repeat-x !important;
}

.bg-gradient {
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgba(255,255,255,0.2) 49%, rgba(0,0,0,0.15) 51%, rgba(0,0,0,0.05)) !important;
    background-repeat: repeat-x !important;
}

.shadow-dark {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !important;
}

.form-control-dark {
	color: #fff;
	background-color: rgba(255, 255, 255, .1);
	border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
	border-color: transparent;
	box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

/*Input Icons*/
.input-icon {
	position: relative;
}

.input-icon > i {
	position: absolute;
	display: block;
	transform: translate(0, -50%);
	top: 50%;
	pointer-events: none;
	width: 15px;
	text-align: center;
	font-style: normal;
	padding-bottom: 3px;
}

/*-----------------------------------------------------------------------------------------------------------*/

.carousel-item{
    text-align: center;
    min-height: 280px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	min-height:32rem;
	position:relative;
	z-index:1
}
.carousel-inner .carousel-item-1{
    background-image:url(https://maxlink.io/uploads/images/banner-background1.jpg);
}
.carousel-inner .carousel-item-2{
    background-image:url(https://maxlink.io/uploads/images/banner-background2.jpg);
}
.carousel-inner .carousel-item-3{
    background-image:url(https://maxlink.io/uploads/images/banner-background3.jpg);
}
.carousel-inner > .carousel-item {
	height: 65vh;
}
.banner-heading,.banner-tagline{
	text-shadow:1px 1px 5px #000
}.banner-heading{
	font-size:3.6rem;
	margin-bottom:1.5rem;
	margin-top:5.5rem;
	font-weight:700
}
@media (max-width: 767px){
	.banner-heading{
		font-size:1.8rem;
		margin-bottom:0.7rem
	}
}
.banner-tagline{
	font-size:1.8rem
}
@media (max-width: 767px){
	.banner-tagline{
		font-size:1rem
	}
}

.carousel-item *{
	opacity:0;
	-moz-transform:translate(0, 4rem) scale(0.8);
	-o-transform:translate(0, 4rem) scale(0.8);
	-ms-transform:translate(0, 4rem) scale(0.8);
	-webkit-transform:translate(0, 4rem) scale(0.8);
	transform:translate(0, 4rem) scale(0.8);
}

.banner-heading{
	-webkit-transition:1s ease-in-out 200ms;
	-moz-transition:1s ease-in-out 200ms;
	transition:1s ease-in-out 200ms
}
.banner-tagline{
	-webkit-transition:1s ease-in-out 550ms;
	-moz-transition:1s ease-in-out 550ms;
	transition:1s ease-in-out 550ms
}
.banner-btn{
	-webkit-transition:1s ease-in-out 750ms;
	-moz-transition:1s ease-in-out 750ms;
	transition:1s ease-in-out 750ms
}
.carousel-item.active *{
	opacity:1;
	-moz-transform:translate(0, 0) scale(1);
	-o-transform:translate(0, 0) scale(1);
	-ms-transform:translate(0, 0) scale(1);
	-webkit-transform:translate(0, 0) scale(1);
	transform:translate(0, 0) scale(1)
}
/*---------------------------------------------------------------------*/
.section-block{
	-webkit-transition:350ms ease-in-out;
	-moz-transition:350ms ease-in-out;
	transition:350ms ease-in-out
}
/*-----------------------------------------------------------------------------------------------------------*/
.header-wrap{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	z-index:100
}
.header-wrap.is-scrolling{
	box-shadow:0 0 0.7rem rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 0.7rem rgba(0,0,0,0.2);
	-moz-box-shadow:0 0 0.7rem rgba(0,0,0,0.2)
}
.header-wrap.is-scrolling .logo img{
	max-width:10rem
}
.header-wrap.is-scrolling #header{
	padding:0.4rem
}
@media (min-width: 1200px){
	.header-wrap .container-fluid{
		padding-right:3rem;
		padding-left:3rem
	}
}
#header{
	background-color:#fff;
	padding:0.7rem 0;
	-webkit-transition:350ms;
	-moz-transition:350ms;
	transition:350ms
}
@media (max-width: 1199px){
	#header{
		padding:1rem 0
	}
}
.logo img{
	max-width:11rem;
	-webkit-transition:350ms;
	-moz-transition:350ms;
	transition:350ms
}
@media (max-width: 767px){
	.logo img{
		max-width:8rem
	}
}

.top-banner{
	background-image: linear-gradient(rgba(0, 71, 187, 0.8), rgba(0, 42, 111, 0.8)), url('https://maxlink.io/uploads/images/business.jpeg');
	min-height: 300px;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}