/*
style.css elements customizations
*/

::-moz-selection {
	color: #FFF;
	background: #0086f0;
}

::selection {
	color: #FFF;
	background: #0086f0;
}

:root {
	--primary:  #0086f0;
	--secondary: #003366;
	--tertiary: #262c36;
	--quaternary: #343c4a;
}
a {
	color: #0086f0;
	text-decoration: none;
}

a:hover {
	color: #00579D;
	text-decoration: none;
}

a:focus {
	color: #00579D;
	text-decoration: none;
}

a:active {
	color:#003366;
	text-decoration: none;
}

.nav-link {
	color: #0086f0;
}

.nav-link:hover {
	color: #0ab1f4;
}

.nav-link:focus {
	color: #0ab1f4;
}

.nav-link:active {
	color: #003366;
}

.text-color-primary, .text-primary {
	color: #0086f0 !important;
}


.bg-color-primary, .bg-primary {
	background-color: #0086f0 !important;
}


/* Headings */
h1, h2, h3, h4, h5, h6 {
	color: #212529;
	margin: 0;
	-webkit-font-smoothing: antialiased;
}

h1 {
	font-size: 2.6em;
	line-height: 44px;
	margin: 0 0 32px 0;
}

h2 {
	font-size: 2.4em;
	font-weight: 400;
	line-height: 42px;
	margin: 0 0 32px 0;
}

h3 {
	font-size: 28px;
	font-weight: 500;
	line-height: 32px;
	margin-bottom: 20px;
	
}

h4 {
	font-size: 1.4em;
	font-weight: 600;
	line-height: 27px;
	margin: 0 0 14px 0;
}

h5 {
	font-size: 19px;
	font-weight: 500;
	line-height: 24px;
	padding-bottom: 10px;
	text-transform: uppercase;
	color: #707070;
}

h6 {
	color: #333;
	font-size: 1em;
	font-weight: 400;
	line-height: 18px;
	margin: 0 0 14px 0;
}

.text-navy {
	color: #003366 !important;
}
.text-gold {
	color: #ffc107 !important;
}
.text-white{
	color: #fff !important;
}
.text-lt-blue {
	color: #83C4F8 !important;
}

.text-gray {
	color: #999 !important;
}
.text-dk-gray {
	color: #707070 !important;
}
.text-color-dark, .text-dark {
	color: #212529 !important;
}
.text-color-light, .text-light {
	color: #FFF !important;
}
.text-color-tertiary, .text-tertiary {
	color: #262c36 !important;
}


p {
	color: #999;
	line-height: 26px;
	margin: 0 0 20px;
}
small, .small {
	font-size: 70%;
}


.models-simple .owl-theme .owl-dots .owl-dot {
  margin-top: 20px;
}


.text-bronze {
  color: #684D3B;
  font-size: 50px;
}

.text-black-model {
  color: #040708;
  font-size: 50px;
  padding-right: 10px;
}

.text-bronze-sm {
  color: #684D3B;
  font-size: 30px;
	padding-right: 0px;
}

.text-black-sm {
  color: #040708;
  font-size: 30px;
  padding-right: 5px;
}

.mill-finish-sm img {
  width: 22px !important;
}

.text-red {
	color:#FF0004;
}

.font-weight-600 {
	font-weight: 600;
}
.font-italic-400 {
	font-weight: 400;
	font-style: italic;
}


.bg-navy {
	background-color: #003366 !important;
}

.bg-gold {
	background-color: #ffc107 !important;
}

.bg-white {
	background-color: #fff !important;
}

.bg-gray {
	background-color: #EEEFF1 !important;
}
.bg-lt-blue {
	background-color: #DBEEFF !important;
}

.bg-models-table {
	background-color: #ebf0f3 !important;
}
.table-blue {
  background-color: #DBEEFF;
}

.table td, .table th {
	border-color: #FFF;
}

.table > :not(:first-child) {
	border-top-color: #FFF;
}

.rule-table {
	border-color: #000;
	border: solid;
	border-width: 0px 0px 3px 0px;
}

.cfm {
  font-size: 13px;
  line-height: 16px;
font-style: italic;
	padding: 0px 40px;
}

.table-black {
  background-color: #000000 !important;
  border: 4px solid #fff;
  color: #fff;
}
.table-primary {
  background-color: #0086f0 !important;
  border: 4px solid #fff;
  color: #fff;
}

.table-blue-md {
  background-color: #C6E0F5 !important;
  border: 4px solid #fff;
}
.table-blue-lt {
  background-color: #F2F9FE !important;
  border: 4px solid #fff;
}
.table-yellow {
  background-color: #ffd11d !important;
  border: 4px solid #fff;
}
.table-gray {
  background-color: #D8D8D8 !important;
  padding: 15px;
}
.table-yellow-lt {
  background-color: #F7ECBF !important;
  border: 4px solid #fff;
}
.table-orange {
  background-color: #F79913 !important;
  border: 4px solid #fff;
}
.table-orange-lt  {
  background-color: #F8E0BC !important;
  border: 4px solid #fff;
}
.blue-rule {
  border: 4px solid #0086f0;
}
.blue-rule > tbody > tr > td, .table > thead > tr > th {
  padding-bottom: 5px !important;
}
.table-lt-blue {
  background-color: #C6E0F5 !important;
}

.font-36 {
  font-weight: 600;
  font-size: 36px;
  line-height: 42px;
}

.download-thumb img {
	width: 90%;
	float: left;
}

@media (max-width: 991px) {
	.download-thumb img {
	width: 25%;
	padding-bottom: 30px;
	float: none;
	
}
}

@media (max-width: 767px) {
	.download-thumb img {
	display: none;

}
}



@media (max-width: 767px) {
	.banner-pdf img {
		width: 50%;
	}
}

/* Nav Secondary */
.nav-secondary {
	background: #F8F8F8;
	margin: 0;
	padding: 180px 0;
	text-align: center;
	z-index: 99;
	width: 100% !important;
}

.nav-secondary .nav-pills > li {
	float: none;
	display: inline-block;
}

.nav-secondary .nav-pills > li a {
	font-size: 15px;
	font-weight: 400;
	line-height: 10px;
	text-transform: none;
padding-bottom: 15px;
	margin-top: 5px;
}

.nav-secondary.sticky-active {
    border-bottom-color: #e9e9e9;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}


.logo-text {
	font-size: 14px;
	line-height: 14px;
	padding-top: 0px;
	margin-top: -5px;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shield-icons{
	width: 80%;
}

.shield-icon-text {
	font-size: 17px;
}

@media (max-width: 991px) {
	.shield-icons {
		width: 70%;
	}
}

@media (max-width: 575px) {
	.shield-icons {
		width: 50%;
		padding-top: 20px;
	}
	.shield-icon-text {
	font-size: 22px;
}
}

.letter-space-1 {
	letter-spacing: -1px;
}
.letter-space-2 {
	letter-spacing: -.3px;
}
.letter-space-3 {
	letter-spacing: -.7px;
}
.letter-space-4 {
	letter-spacing: -.57px;
}


.model-type-gold {
  background: rgba(251, 196, 5, 1.00);
  padding: 1px 12px 0px 12px;
  color: #003366;
  font-weight: 500;
  font-size: 20px;
}

.model-type-blue {
  background: #0086f0;
  padding: 1px 12px 0px 12px;
  color: #FFF;
  font-weight: 500;
  font-size: 20px;
}

/* Scroll to Top */


html .scroll-to-top {
	opacity: 1;
	background: #0078D7;
	border-radius: 0px;
	color: #FFF;
	display: block;
	height: 9px;
	padding: 10px 10px 35px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	text-align: center;
	text-decoration: none;
	min-width: 50px;
	z-index: 1040;
	font-size: 0.9em;
}


html .scroll-to-top:hover, html .scroll-to-top:focus, html .scroll-to-top:active {
	opacity: 1;
	color: #FFF;
	background: #0168BA;
}

html .scroll-to-top.visible {
	opacity: 1;
}

html .scroll-to-top span {
	display: inline-block;
	padding: 0 5px;
}

@media (max-width: 991px) {
	html .scroll-to-top.hidden-mobile {
		opacity: 1;
	}
}


/* Section Featured */
section.section {
	background: #FFF;
	margin: 30px 0;
	padding: 50px 0;
}
section.section-top {
	background: #FFF;
	margin: 30px 0;
	padding-top: 80px;
	padding-bottom: 50px;
}
section.section-bottom {
	background: #FFF;
	margin: 30px 0;
	padding-top: 50px;
	padding-bottom: 80px;
}
section.section-1 {
	padding-top: 80px;
	padding-bottom: 0px;
	margin-bottom: 0;
}
section.section-2 {
	padding-top: 0px;
	padding-bottom: 80px;
	margin-bottom: 80px;
}
section.section-3 {
	background: #FFF;
	margin-bottom: 50px;
	padding-top: 50px;
	padding-bottom: 50px;
}
section.section-4 {
	background: #FFF;
	margin: 30px 0;
	padding-top: 80px;
	padding-bottom: 0px;
}

@media (max-width: 767px) {
	section.section-1 {
	padding-top: 0px;
	margin-top: 0;
}
	}

section.section > .container {
	position: relative;
}

.banner-ad p {
	text-align: center;
	font-size: 16px;
	color: #ffffff !important;
	line-height: 35px;
}
.banner-ad {
	margin-top: 28px;
	padding-bottom: 5px;
}

@media (max-width: 991px) {
	.shield-sm {
	margin: auto;
		width: 40%  !important;	
	}
	}

@media (max-width: 575px) {
	.shield-sm {
		width: 60%  !important;	
	}
	}


/* Animations */
.appear-animation {
	opacity: 0;
}

.appear-animation-visible {
	opacity: 1;
}

.block-appear-animation {
	opacity: 1;
	overflow: hidden;
	position: relative;
}

.block-appear-animation .block-appear-animation-wrapper {
	animation-duration: 1s;
	animation-duration: var(--animate-duration);
	animation-fill-mode: both;
	animation-delay: 300ms;
	opacity: 0;
}

.block-appear-animation.appear-animation-visible .block-appear-animation-wrapper {
	animation-name: fadeIn;
}

/* Fade In Up Shorter */
@keyframes fadeInUpShorter {
	from {
		opacity: 0;
		transform: translate(0, 50px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpShorter {
	animation-name: fadeInUpShorter;
}

/* Fade In Up Shorter Plus */
@keyframes fadeInUpShorterPlus {
	from {
		opacity: 0;
		transform: translate(0, 15px);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInUpShorterPlus {
	animation-name: fadeInUpShorterPlus;
}

/* Fade In Right Shorter */
@keyframes fadeInRightShorter {
	from {
		opacity: 0;
		transform: translate(-50px, 0);
	}

	to {
		opacity: 1;
		transform: none;
	}
}
.fadeInRightShorter {
	animation-name: fadeInRightShorter;
}

/* Expand In */
@keyframes expandIn {
	from {
		opacity: 0;
		transform: scale(0.8);
	}

	to {
		opacity: 1;
		transform: scale(1);
	}
}
.expandIn {
	animation-name: expandIn;
}

/* Hotspot */
@keyframes hotspot-pulsate {
	0% {
		transform: scale(1);
		opacity: 0.8;
	}

	45% {
		transform: scale(1.75);
		opacity: 0;
	}
}

@keyframes stop-hotspot-pulsate {
	from {
		opacity: 0.4;
	}

	to {
		transform: scale(2);
		opacity: 0;
	}
}

/* Owl Carousel */
.owl-carousel {
	display: block;
	margin-bottom: 20px;
	opacity: 0;
}

.owl-carousel.owl-loaded {
	opacity: 1;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span {
	display: none;
}

.owl-carousel:not(.owl-loaded):not(.owl-carousel-light) > div:first-child, .owl-carousel:not(.owl-loaded):not(.owl-carousel-light) span:first-child {
	display: block;
}

.owl-carousel .owl-item img {
	transform-style: unset;
}

.owl-carousel .owl-item img[data-icon] {
	display: inline;
}

.owl-carousel .thumbnail {
	margin-right: 1px;
}

.owl-carousel .item-video {
	height: 300px;
}

.owl-carousel .owl-nav {
	top: 50%;
	position: absolute;
	width: 100%;
	margin-top: 0;
	transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	display: inline-block;
	position: absolute;
	top: 50%;
	width: 30px;
	height: 30px;
	outline: 0;
	margin: 0;
	transform: translate3d(0, -50%, 0);
}

.owl-carousel .owl-nav button.owl-prev {
	left: 0;
}

.owl-carousel .owl-nav button.owl-prev:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 10px;
	font-size: 0.65rem;
	content: "\f053";
	position: relative;
	left: -1px;
	top: -1px;
}

.owl-carousel .owl-nav button.owl-next {
	right: 0;
}

.owl-carousel .owl-nav button.owl-next:before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	font-size: 10px;
	font-size: 0.65rem;
	content: "\f054";
	position: relative;
	left: 0px;
	top: -1px;
}
.owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.owl-carousel.stage-margin.stage-margin-sm .owl-stage-outer {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.owl-carousel.stage-margin.stage-margin-md .owl-stage-outer {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.owl-carousel.top-border {
	border-top: 1px solid #eaeaea;
	padding-top: 18px;
}

.owl-carousel.nav-remove-prev .owl-nav .owl-prev {
	display: none;
}

.owl-carousel.nav-remove-next .owl-nav .owl-next {
	display: none;
}

/* Carousel Models */
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-light.nav-style-1 .owl-nav .owl-prev {
	color: #FFF !important;
}
.owl-carousel.nav-inside .owl-nav button.owl-prev {
	left: 15px;
}

.owl-carousel.nav-inside .owl-nav button.owl-next {
	right: 15px;
	left: auto;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	width: 20px;
	background: transparent !important;
	color: #000;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
	color: #CCC;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
	font-size: inherit;
}

.owl-carousel:not(.nav-arrows-1):not(.show-nav-title) .owl-nav button[class*="owl-"] {
	background-color:#003366;
	border-color: #0086f0;
	color: #FFF;
}


/* Thumb Gallery */
.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item {
	border: 2px solid #f7f7f7;
	transition: ease all 300ms;
}

.thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item:hover, .thumb-gallery-wrapper .thumb-gallery-thumbs .owl-item.selected {
	border: 2px solid #212121;
}


/* Carousel Home */
.carousel-half-full-width-wrapper > .owl-carousel {
	width: 100%;
}

@media (min-width: 576px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 540px ) / 2 ));
	}
}

@media (min-width: 768px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 720px ) / 2 ));
	}
}

@media (min-width: 992px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 960px ) / 2 ));
	}
}

@media (min-width: 1200px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 1140px ) / 2 ));
	}
}

.carousel-half-full-width-wrapper > .owl-carousel .owl-stage-outer {
	margin-bottom: -10px;
}

@media (max-width: 991px) {
	.intro {
	padding-top: 80px;
}
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left {
	direction: rtl;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav {
	display: flex;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav .owl-prev {
	order: 2;
}

.carousel-half-full-width-wrapper.carousel-half-full-width-left > .owl-carousel .owl-nav .owl-next {
	order: 1;
}
.owl-carousel.stage-margin .owl-stage-outer {
	margin-left: 40px !important;
	margin-right: 40px !important;
}

.owl-carousel.stage-margin .owl-stage-outer .owl-stage {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.owl-carousel.stage-margin.stage-margin-sm .owl-stage-outer {
	margin-left: 50px !important;
	margin-right: 50px !important;
}

.owl-carousel.stage-margin.stage-margin-md .owl-stage-outer {
	margin-left: 75px !important;
	margin-right: 75px !important;
}

.owl-carousel.stage-margin.stage-margin-lg .owl-stage-outer {
	margin-left: 100px !important;
	margin-right: 100px !important;
}

.owl-carousel.top-border {
	border-top: 1px solid #eaeaea;
	padding-top: 18px;
}

.owl-carousel.nav-remove-prev .owl-nav .owl-prev {
	display: none;
}

.owl-carousel.nav-remove-next .owl-nav .owl-next {
	display: none;
}


.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-dark.nav-style-1 .owl-nav .owl-prev {
	color: #212529 !important;
}

.owl-carousel.nav-font-size-lg .owl-nav button.owl-prev,
.owl-carousel.nav-font-size-lg .owl-nav button.owl-next {
	font-size: 19px;
}
.owl-carousel.nav-bottom .owl-nav button.owl-prev, .owl-carousel.nav-bottom .owl-nav button.owl-next {
	position: static;
	transform: none;
}

.owl-carousel.nav-bottom .owl-nav button.owl-prev {
	margin-right: 5px;
}

.owl-carousel.nav-bottom .owl-nav button.owl-next {
	margin-left: 5px;
}
.owl-carousel.nav-style-1 .owl-nav .owl-next,
.owl-carousel.nav-style-1 .owl-nav .owl-prev {
	width: 20px;
	background: transparent !important;
	color: #000;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:hover, .owl-carousel.nav-style-1 .owl-nav .owl-next:active,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:hover,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:active {
	color: #CCC;
}

.owl-carousel.nav-style-1 .owl-nav .owl-next:before, .owl-carousel.nav-style-1 .owl-nav .owl-next:after,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:before,
.owl-carousel.nav-style-1 .owl-nav .owl-prev:after {
	font-size: inherit;
}



/*Testimonial arrows */
.owl-carousel.nav-style-4 .owl-nav .owl-prev {
	left: 75px;
}

@media (max-width: 991px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-prev {
		left: 40px;
	}
}

@media (max-width: 767px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-prev {
		left: 13px;
	}
}

.owl-carousel.nav-style-4 .owl-nav .owl-next {
	right: 95px;
}

@media (max-width: 991px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-next {
		right: 60px;
	}
}

@media (max-width: 767px) {
	.owl-carousel.nav-style-4 .owl-nav .owl-next {
		right: 33px;
	}
}


.owl-carousel.nav-style-4 .owl-nav .owl-prev, .owl-carousel.nav-style-4 .owl-nav .owl-next {
	background: #FFF;
	font-size: 11.2px;
	font-size: 0.7rem;
	width: 40px;
	height: 40px;
	color: #000;
	border-radius: 100%;
	box-shadow: 0px 0px 40px -10px rgba(0, 0, 0, 0.3);
}

.owl-carousel.nav-style-4 .owl-nav .owl-prev:hover, .owl-carousel.nav-style-4 .owl-nav .owl-next:hover {
	color: #FFF;
}

.carousel-half-full-width-wrapper > .owl-carousel {
	width: 100%;
}

@media (min-width: 576px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 540px ) / 2 ));
	}
}

@media (min-width: 768px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 720px ) / 2 ));
	}
}

@media (min-width: 992px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 960px ) / 2 ));
	}
}

@media (min-width: 1200px) {
	.carousel-half-full-width-wrapper > .owl-carousel {
		width: calc( 100vw - ( ( 100vw - 1140px ) / 2 ));
	}
}

.owl-carousel.nav-bottom .owl-nav {
	position: static;
	margin: 0;
	padding: 0;
	width: auto;
	transform: none;
}





.img-cover {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 100%;
}
.bnr-inr {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: table;
  width: 100%;
  text-align: center;
}
.bg-pt {
  background-position: top;
  background-size: cover;
}
.bg-ct {
  background-position: center;
  background-size: cover;
}

/* Half Section */
.col-half-section {
	width: 100%;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
	position: relative;
	margin-left: 30px;
	margin-right: 0;
}

.col-half-section.col-half-section-right {
	padding-left: 50px;
}
.col-half-section.col-half-section-left {
	padding-right: 50px;
}



@media (max-width: 991px) {
	.col-half-section {
		max-width: 720px;
		margin: 0 auto !important;
		padding-left: 30px !important;
		padding-right: 30px !important;
	}
}

@media (max-width: 767px) {
	.col-half-section {
		max-width: 540px;
	}
}

@media (max-width: 575px) {
	.col-half-section {
		max-width: 100%;
	}
}

@media (max-width: 991px) {
		.half-img {
		height: 500px;
		}
}


.circle-benefit {
	justify-content: center;
	height: 100px;
	text-align: center;
	width: 100px;
	border-radius: 50%;
	align-items: center;
	position: relative;
	background-color: #ffc107;
	padding: 20px 0px 10px 0px;
	index: 3;
}

.circle-benefit-content {
	font-weight: 600;
	color: #fff;
	font-size: 15px;
	line-height: 20px !important;
}

.circle-burst {
	position: absolute;
	top: 60%;
	left: 25%;
}

.circle-burst-gold {
	position: absolute;
	top: 60%;
	right: 5%;
}

@media (min-width: 1200px) {
  .pe-xl-6 {
    padding-right: 5rem !important;
  }
.ps-xl-6 {
    padding-left: 5rem !important;
  }	
}

@media (max-width: 991px) {
	.mask-image {
	width:75%;
	margin: auto;
}
	.circle-burst, .circle-burst-gold {
	top: 40%;
	left: 60%;
}
}

@media (max-width: 776px) {
	.mask-image {
	width:75%;
}
	.circle-burst, .circle-burst-gold {
	top: 30%;
	left: 60%;
}
}

@media (max-width: 575px) {
	.mask-image {
	width: 80%;
}
	.circle-burst, .circle-burst-gold {
	left: 55%;
}
}

.inr-link-parts li {
	list-style: none;
	padding-top: 10px;
}

/*Tabs overview */
.nav-tabs li .nav-link {
	border-radius: 5px 5px 0 0;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: -0.2px;
	padding: 11.2px 24px;
	padding: .7rem 1.5rem;
	transition: all .2s;
	margin-right: 1px;
}
.tabs.tabs-bottom .nav-tabs li .nav-link, .tabs.tabs-bottom .nav-tabs li .nav-link:hover {
	border-bottom: 3px solid #EEE;
	border-top: 1px solid #EEE;
}

.tabs.tabs-bottom .nav.nav-tabs.nav-justified li .nav-link {
	margin-right: 0;
	border-top-color: transparent;
}
.tabs.tabs-bottom .nav-tabs li .nav-link {
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	margin-right: 1px;
	border-bottom: 3px solid #CCC;
	border-top-color: transparent !important;
}
.tabs.tabs-simple .nav-tabs > li .nav-link, .tabs.tabs-simple .nav-tabs > li .nav-link:hover, .tabs.tabs-simple .nav-tabs > li .nav-link:focus {
	padding: 15px 5px;
	background: none;
	border: 0;
	border-bottom: 3px solid #eee;
	border-radius: 0;
	color: #777;
	font-size: 16px;
}
.nav-tabs {
	border-width: 0px;
}

@media (max-width: 575px) {
.tabs.tabs-bottom .nav-tabs li .nav-link {
	font-size: 15px;
	line-height: 20px;
}
.tabs.tabs-bottom .nav-tabs li .nav-link:hover, .tabs.tabs-bottom .nav-tabs li .nav-link:focus {
	font-size: 15px;
	line-height: 20px;
}
}
@media (max-width: 414px) {
.tabs.tabs-bottom .nav-tabs li .nav-link {
	font-size: 13px;
	line-height: 18px;
}
.tabs.tabs-bottom .nav-tabs li .nav-link:hover, .tabs.tabs-bottom .nav-tabs li .nav-link:focus {
	font-size: 13px;
	line-height: 18px;
}
}



/*TABLE */

table .bg-table-md-gray {
  background-color: #D8D8D8;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  color: #000;
  font-weight: 600;
  padding-left: 20px !important;
}
table .bg-table-lt-gray {
  background-color: #EFEFEF;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  color: #000;
  font-weight: 600;
  padding-left: 20px !important;
}
.comparison-table td {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
.comparison-table table > :not(caption) > * > * {
  border-bottom-width: 4px;
  border-color: #fff;
}
.comparison-table table .rule-left {
  border-right: 4px solid #fff !important;
  color: #fff;
}
.bg-table-lt-blue {
  background-color: #F2F9FE !important;
  border-right: 4px solid #fff;
}
.bg-table-md-blue {
  background-color: #D8EEFE !important;
  border-right: 4px solid #fff;
}
.bg-table-lt-yellow {
  background-color: #FFFBEC !important;
  border-right: 4px solid #fff;
}
.bg-table-md-yellow {
  background-color: #FFF4D3 !important;
  border-right: 4px solid #fff;
}

@media (max-width: 450px) {
  table .bg-table-md-gray, table .bg-table-lt-gray, table .bg-table-lt-blue, table .bg-table-md-blue, table .bg-table-lt-yellow, table .bg-table-md-yellow {
  padding-left: 15px !important;
  padding-right: 10px !important;		
}
}
.table .table-models td {
  padding-right: 0px !important;
}
.modelTable tbody {
	font-size: 14px !important;
}

.table-gray {
  background-color: #EFEFEF;
}

table .bg-table-lt-gray2 {
  background-color: #F4F4F4;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  color: #000;
  font-weight: 400;
  padding-left: 15px !important;
}
table .bg-table-md-gray2 {
  background-color: #E7E7E7;
  border-bottom: 4px solid #fff;
  border-right: 4px solid #fff;
  color: #000;
  font-weight: 400;
  padding-left: 15px !important;
}

.thumb-info .thumb-info-type {
	display: inline-block;
	float: left;
	text-align: left;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	z-index: 2;
	background-color: #0086f0;
	border-radius: 0px 50px 50px 0px;
	padding: 5px 20px 5px 15px;
	margin-left: 50px !important;
}

.thumb-info .thumb-info-title {
	transition: all 0.3s;
	background: rgba(33, 37, 41, 1);
	color: #FFF;
	font-weight: 600;
	left: 0;
	position: absolute;
	z-index: 2;
	max-width: 90%;
	font-size: 17px;
	padding: 0px;
	bottom: 15%;
	line-height: 20px !important;
}

.portfolio-item .thumb-info .thumb-info-type {
	margin-left: 0px !important;
}

.bg-hover-text {
	background: rgba(33, 37, 41, .75)!important;
	padding: 15px 10px 20px 15px;
	margin-bottom: 50px;
	font-size: .9em !important;
	color: #FFF;
	font-weight: 500;
}



@media (max-width: 567px) {
	.model-carousel {
	padding: 0px 60px 0px 60px;
}
}

.thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-wrapper .thumb-info-wrapper-overlay:before {
	background: rgba(20,20,20,0.50);
	background: rgba(164,184,193,0.16);
}
.thumb-info.thumb-info-bottom-info-dark .thumb-info-title {
	background: #001932;
	color: #FFF;
}

.thumb-info .thumb-info-inner {
	transition: all 0.3s;
	display: block;
}

.thumb-info .thumb-info-inner em {
	display: block;
	font-size: 0.8em;
	line-height: 0.8em;
	font-style: normal;
	font-weight: normal;
}
.thumb-info-inner p {
	line-height: 1.5em;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(1) {
	max-width: 100%;
	text-align: center;
	bottom: 0%;
	margin: 0;
	position: absolute;
	width: 100%;
	left: 0;
}

.thumb-info.thumb-info-swap-content .thumb-info-swap-content-wrapper > :nth-child(2) {
	display: inline-block;
	transform: translateY(120%);
	opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(1) {
	transform: translateY(-120%);
	opacity: 0;
}

.thumb-info.thumb-info-swap-content:hover .thumb-info-swap-content-wrapper > :nth-child(2) {
	transform: none;
	opacity: 1;
}




/* Process Home */
.process {
	text-align: center;
}

.process .process-step {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
}

.process .process-step-circle {
	display: flex;
	justify-content: center;
	height: 90px;
	text-align: center;
	width: 90px;
	border: 2px solid #0086f0;
	border-radius: 50%;
	align-items: center;
	position: relative;
	background-color: transparent;
	transition: all 0.2s ease-in-out;
}

.process .process-step-content {
	padding-top: 20px;
}

.process .process-step-circle-content {
	font-weight: bold;
	color: #212529;
	font-size: 1.6em;
	letter-spacing: -1px;
	transition: all 0.2s ease-in-out;
}

.process-vertical {
	text-align: left;
}

.process-vertical .process-step {
	width: 100%;
	flex-direction: row;
	justify-content: start;
	align-items: start;
	position: relative;
	padding-bottom: 60px;
}

.process-vertical .process-step:before {
	display: none;
}

.process-vertical .process-step:after {
	width: 2px;
	display: block;
	background-color: #EDEDED;
	position: absolute;
	content: '';
	height: calc(100% - 40px);
	top: 77px;
	left: 30px;
}

.process-vertical .process-step:last-child:after {
	display: none;
}

.process-vertical .process-step-circle {
	height: 60px;
	width: 60px;
	margin: 0 15px 0 0;
	min-height: 60px;
	min-width: 60px;
}

.process-vertical .process-step-content {
	padding-top: 0;
}






.bottom-30 {
	bottom: 45px !important;
}


.font-18 {
  font-size: 18px;
}

.divider {
	border: 0;
	height: 1px;
	margin: 0px auto 10px auto;
	text-align: center;
	position: relative;
	clear: both;
	background-color: #B5B5B5;
}

/* Feature Box */
.feature-box {
	display: flex;
}

.feature-box .feature-box-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 1 0 auto;
	background: rgba(0, 0, 0, 0.06);
	border-radius: 100%;
	color: #FFF;
	font-size: 16px;
	font-size: 1rem;
	position: relative;
	top: 7px;
	text-align: center;
	padding: 0.8em;
	width: 2.7em;
	height: 2.7em;
}

.feature-box .feature-box-info {
	flex: 1 1 100%;
	padding-left: 15px;
}

.feature-box.align-items-center .feature-box-icon {
	top: 0;
}

/* FAQs */
.feature-box.feature-box-faqs {
	flex-wrap: wrap;
}

.feature-box.feature-box-faqs h4 {
	color: #212529;
}

.feature-box.feature-box-faqs .feature-box-icon {
	flex-basis: 100%;
	justify-content: flex-start;
	background: transparent;
	padding: 0 0 19.2px 0;
	padding: 0 0 1.2rem 0;
}

.feature-box.feature-box-faqs .feature-box-icon [class*="fa-"], .feature-box.feature-box-faqs .feature-box-icon .icons {
	font-size: 2.35em;
	width: auto;
	height: auto;
}

.feature-box.feature-box-faqs .feature-box-info {
	clear: both;
	padding-left: 0;
}
.feature-box.feature-box-faqs .feature-box-icon [class*="fa-"],
.feature-box.feature-box-sfaqs .feature-box-icon .icons {
	color: #0086f0;
}



/* List footer */
.list li {
	margin-bottom: 5px;
}

.list.list-icons {
	list-style: none;
	padding-left: 0;
	padding-right: 0;
}

.list.list-icons li {
	position: relative;
	padding-left: 25px;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	position: absolute;
	left: 0;
	top: 5px;
}

@media (max-width: 576px) {
	.ps-sm-15 {
		padding-left: 30px !important;
	}
}

@media (max-width: 576px) {
	.hidden-sm {
		display: none;
	}
}
footer a:hover{
	color: #83C4F8 !important;
}

#footer a:not(.btn):not(.no-footer-css).animated-link {
	position: relative;
	left: 0px;
	transition: all 0.1s ease-in-out;
	color: #FFF !important;
}

#footer a:not(.btn):not(.no-footer-css).animated-link:hover {
	left: 5px;
	color: #83C4F8 !important;
}

/* List checkmark */
.list.list-icons.circle-checkmark li {
	padding-top: 8px;
	padding-left: 47px;
}

.list.list-icons.circle-checkmark li > [class*="fa-"]:first-child,
.list.list-icons.circle-checkmark li > .icons:first-child, .list.list-icons.circle-checkmark li a:first-child > [class*="fa-"]:first-child,
.list.list-icons.circle-checkmark li a:first-child > .icons:first-child {
	border-width: 1px;
	border-style: solid;
	border-radius: 50%;
	width: 35px;
	height: 35px;
	text-align: center;
	padding: 4px;
	font-size: 1.3em;
	line-height: 1.3;
	top: 10px;
}

.list.list-icons li > [class*="fa-"]:first-child,
.list.list-icons li a:first-child > [class*="fa-"]:first-child,
.list.list-icons li > .icons:first-child,
.list.list-icons li a:first-child > .icons:first-child {
	color: #0086f0;
	border-color: #0086f0;
}




/* Call to Action */
.call-to-action {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding: 32px 32px;
	clear: both;
}

.call-to-action::after {
	clear: both;
	content: "";
	display: block;
}
.call-to-action.call-to-action-primary {
	background: #0086f0;
}

.call-to-action.call-to-action-primary h3, .call-to-action.call-to-action-primary p {
	color: #FFF;
}

@media (max-width: 767px) {
	.call-to-action {
		padding: 30px 40px 20px 40px;
	}
	
	.call-to-action-btn  {
		padding-top: 25px;
	}
	.dealer-btn  {
		padding-bottom: 35px!important;
	}
}


.call-to-action p {
	font-size: 1.1em;
}

.call-to-action > [class*="col-"] {
	display: flex;
	align-items: center;
}

.call-to-action > [class*="col-"]:nth-child(2) {
	justify-content: flex-end;
	text-align: center;
}

@media (max-width: 767px) {
	.call-to-action > [class*="col-"]:nth-child(2) {
		justify-content: center;
	}
}

@media (max-width: 767px) {
	.call-to-action > [class*="col-"]:not([class*="col-xs"]) {
		width: 100%;
	}
}

.form-control:not(.form-control-sm):not(.form-control-lg) {
	font-size: 15px;
	line-height: 1.85;
}
.form-control::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
	color: #999;
}

.form-control::-moz-placeholder,
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
textarea::-moz-placeholder {
	color: #999;
}

.form-control:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
	color: #999;
}

.form-control {
  color: #999;
}



/* Full Width Install Pg and Models Top */

 .install-boxes-full {
	height: auto;
	text-align: left;
}

.install-box-full-navy {
	background-color: #003366;
	position: relative;
}

.install-box-full {
	padding: 50px 30px 50px 30px;
	height: auto;
	text-align: left;
}

.install-boxes-full .install-box-full h4, .install-boxes-full .install-box-full p, .install-boxes-full .install-box-full a,
.model-type-box h2, .model-type-box h3, .model-type-box p{
	color: #FFF;
}

.install-box-img, .model-type-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

@media (max-width: 575px) {
	.install-box-img {
		height: 320px;
	}
}

@media (max-width: 767px) {
	.model-type-img {
		height: 320px;
	}
}

.model-type-box {
	padding: 50px;
	height: auto;
	text-align: left;
}

.text-underline {
	text-decoration: underline !important;
}
/* #Download Page */
.install-img {
  width: 35%;
  background-color: #fff;
}
.install-img img {
  border: 1px solid #000;
}
.download-img img {
  border: 1px solid #fff !important;
}
.install-info-box {
  width: 65%;
  padding-left: 12px;
  padding-right: 5px;
}
.install-info-box h6 {
  font-size: 15px;
}
.download a {
	line-height: 16px;
}
.download-link {
	margin-top: -5px;
}
.install-img, .install-info-box {
  display: table-cell;
  vertical-align: middle;
}
.install-box-type, .install-info-box {
  overflow: hidden;
}
.nl-info-has .nl-info-has-text {
  margin-bottom: 0px;
  line-height: 24px;
}
.nl-media {
  overflow: hidden;
  position: relative;
}
.nl-media:hover .nl-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}
.nl-box, .nl-info, .nl-title {
  position: relative;
}
.nl-box[class*="border-"] {
  border-color: #eee;
}
.nl-media img {
  width: 100%;
  height: auto;
}
a, .nl-box, .btn, .form-control, .ks-info-has, .navbar-toggler, .logo-header, .header-nav .nav > li > a {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.install-rule {
	background: #7D7D7D;
	border: 0;
	height: 1px;
	margin-bottom: 30px;
}

/* #Footer */
#footer {
	background: #003366;
	font-size: 0.9em;
	padding: 0;
	position: absolute;
	width: 100%;
}

#footer p, #footer a, #footer i, #footer li {
	color: #fff;
}



/* Image Hotspots */
.image-hotspots {
	position: relative;
}

.image-hotspot {
	cursor: pointer;
	position: absolute;
}

.image-hotspot strong {
	color: #FFF;
	z-index: 5;
	font-size: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	font-weight: 600 !important;
}

.image-hotspot .circle {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 55px;
	height: 55px;
	margin: -1.2em auto auto -1.2em;
	background: #0086f0;
	border-radius: 50%;
	opacity: 0.9;
	transform-origin: 50% 50%;
	transition: opacity .2s ease-in, transform .1s ease-out;
	color: white;
	font-size: 1.5em;
	padding: 0;
	text-align: center;
	line-height: 28px;
	overflow: hidden;
}

.image-hotspot .ring {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -1.955em auto auto -1.95em;
	transform-origin: 50% 50%;
	border-radius: 50%;
	border: 1px solid rgba(204, 204, 204, 0.9);
	opacity: 0;
	animation: hotspot-pulsate 3s ease-out infinite;
}

/* FAQs */
.accordion .card {
	margin-top: 5px;
}

.accordion .card:first-child {
	margin-top: 0;
}

.accordion .card:first-of-type, .accordion .card:not(:first-of-type):not(:last-of-type), .accordion .card:last-of-type {
	border: 1px solid rgba(0, 0, 0, 0.125);
	border-radius: .25rem;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
	border-radius: .25rem;
}

.accordion .card-title {
	font-size: 16px;
}

.accordion .card-header {
	padding: 0;
	border-radius: .25rem;
	border-bottom: 0;
	margin: -1px;
}

.accordion .card-header a {
	cursor: pointer;
	display: block;
	padding: 10px 20px;
}

.accordion .card-header a:hover, .accordion .card-header a:focus {
	text-decoration: none;
}

.accordion.accordion-modern-status > .card {
	border: 1px solid transparent !important;
	transition: ease border-color 300ms;
}

.accordion.accordion-modern-status > .card .card-header a {
	position: relative;
	padding: 15px 30px;
	background-color: #f4f4f4;
	transition: ease background-color 300ms, ease color 300ms;
}

.accordion.accordion-modern-status > .card .card-header a:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 25px;
	font-size: inherit;
	font-weight: inherit;
	transform: translate3d(0, -50%, 0) rotate(45deg);
	transform-origin: 50% 50%;
	transition: ease transform 300ms;
}

.accordion.accordion-modern-status > .card .card-header a.collapsed:after {
	transform: translate3d(0, -50%, 0) rotate(0deg);
}

.accordion.accordion-modern-status > .card .card-header + .collapse.show,
.accordion.accordion-modern-status > .card .card-header + .collapsing {
	border: 0;
}

.accordion.accordion-modern-status > .card + .card {
	margin-top: 17px;
}

.accordion.accordion-modern-status.accordion-modern-status-borders > .card {
	border: 1px solid rgba(0, 0, 0, 0.085) !important;
}

.accordion.accordion-modern-status.accordion-modern-status-borders > .card .card-header {
	background: transparent !important;
}

.accordion.accordion-modern-status.accordion-modern-status-borders > .card .card-header a {
	background: transparent !important;
}

.accordion.accordion-modern-status.accordion-modern-status-arrow > .card .card-header a:after {
	transform: translate3d(0, -50%, 0) rotate(180deg);
	font-family: 'Font Awesome 6 Free';
	content: "\f107";
	font-weight: 900;
}


/* Step */
.step-box {
	background-color: #003366;
	padding: 20px;
	color: #fff;
}

.step-box h4 {
	color: #fff;
	font-size: 19px;
	padding-top: 15px;
	margin-bottom: 15px;
}

.step-box .step-img {
	width: 45%;
	height: auto;
	float: left;
}
.step-box {
	float: right;
}

.step-box .step h3 {
	font-size: 105px;
	font-weight: 700;
	color: #3A6087;
	padding-top: 40px;
	padding-right: 10px;
	text-align: end;
}

.step-box .step-info {
	clear: both;
	padding-left: 0;
}

.overlay-tertiary:before {
		background: var(--tertiary);
}

.custom-font-size-1 {
		font-size: 80px;
		line-height: 80px;
		text-shadow: 0px 0px 10px #938E88;
}
.rotate-font-right, .rotate-font-left {
		font-size: 70px;
		line-height: 65px;
		color: #C6CACE;
		font-weight: 700;
		text-transform: uppercase;
}


.btn-modern-gold {
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 30px;
	font-weight: 500;
	color:#032265;
	background-color: #ffc107;
}


.btn-warning {
	background-color: #ffc107;
	border-color: #ffc107;
	color: #FFF;
}

.btn-modern-gold:hover, .btn-modern-gold.hover {
	background-color: #ffcb2d;
	color: #FFF;
}

.btn-modern-goldg:focus, .btn-modern-gold.focus {
	box-shadow: 0 0 0 3px rgba(255, 193, 7, 0.5);
}

.btn-modern-gold:active, .btn-modern-gold.active {
	background-color: #e0a800;
	background-image: none;
}


.btn-modern {
	text-transform: uppercase;
	font-size: .8em;
	padding: 12.8px 24px;
	padding: 0.8rem 1.5rem;
	font-weight: 600;
}

.btn.btn-sm {
	font-size: 12.8px;
	font-size: 0.8rem;
	padding: 4.8px 10.4px;
	padding: 0.3rem 0.65rem;
}

.btn-modern-blue {
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 30px;
	font-weight: 500;
	color:#FFF;
}

.btn-blue {
	background-color: #0086f0!important;
	border: none!important;
}
.btn-blue:hover, .btn-blue.hover {
	color: #FFF!important;
	background-color: #00569A!important;
	border: none!important;
}

.btn-blue:focus, .btn-blue.focus {
	box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
	color: #FFF!important;
	border: none!important;
}

.btn-blue:active, .btn-blue.active,
.show > .btn-blue.dropdown-toggle {
	background-color: #C5E0F9;
	background-image: none;
	color: #FFF!important;
	border: none!important;
}

.btn-gray {
	color: #FFF!important;
	background-color: #C2C6CA!important;
}
.btn-gray:hover, .btn-gray.hover, .btn-gray:focus, .btn-gray.focus, .btn-gray:active, .btn-gray.active {
	color: #FFF!important;
	background-color: #9DA7AB!important;
}


.btn-white {
	background-color: #FFF;
	text-transform: uppercase;
	font-size: 16px;
	padding: 12px 40px;
	font-weight: 500;
	color:#032265;
}

.btn-white:hover, .btn-white.hover {
	background-color: #005396;
	color: #FFF!important;
}

.btn-modern:hover {
	color: #FFF!important;
	background-color: #00569A!important;
}

.btn-white:focus, .btn-white.focus {
	box-shadow: 0 0 0 3px rgba(204, 204, 204, 0.5);
}

.btn-white:active, .btn-white.active,
.show > .btn-white.dropdown-toggle {
	background-color: #005396;
	background-image: none;
}
.btn-link {
	color: #0086f0;
}

.btn-link:hover {
	color: #0ab1f4;
}

.btn-link:active {
	color: #088dc4;
}

html .btn-primary {
	background-color: #0086f0;
	border-color: #0086f0;
	color: #FFF;
	--color: #0086f0;
	--hover: #16b5f5;
	--disabled: #0086f0;
	--active: #0784b7;
}

html .btn-primary:hover,
html .btn-primary.hover {
	border-color: #0086f0;
	color: #FFF;
}

html .btn-primary:hover:not(.bg-transparent),
html .btn-primary.hover:not(.bg-transparent) {
	background-color: #16b5f5;
}

html .btn-primary:focus,
html .btn-primary.focus {
	border-color: #0086f0;
	color: #FFF;
	box-shadow: 0 0 0 3px rgba(9, 159, 220, 0.5);
}

html .btn-primary:focus:not(.bg-transparent),
html .btn-primary.focus:not(.bg-transparent) {
	background-color: #0086f0;
}

html .btn-primary.disabled,
html .btn-primary:disabled {
	border-color: #0086f0;
}

html .btn-primary.disabled:not(.bg-transparent),
html .btn-primary:disabled:not(.bg-transparent) {
	background-color: #0086f0;
}

html .btn-primary:active,
html .btn-primary.active {
	border-color: #0086f0 !important;
}

html .btn-primary:active:not(.bg-transparent),
html .btn-primary.active:not(.bg-transparent) {
	background-color: #0086f0 !important;
	background-image: none !important;
}

.rotate-90 {
    transform-origin: center;
    transform: rotate(90deg);
	-webkit-transform-origin: center;
    -webkit-transform: rotate(90deg);
 }
.mt-n100 img{
	margin-top: -100px;
}

.mt-n50 img{
	margin-top: -50px;
}

.card {
	position: relative;
	border: none;
	border-radius: 0px;
}

.card-img-top {
	border-radius: 0px;
}


.card-body {
	padding: 25px 0px;
	position: relative;
	z-index: 1;
}
.installation-thumb {
	width: 25%;
	margin-top: 30px;
	margin-left: 30px;
	float: right;
	border: 1px solid #000;
}

.card-text-color-hover-light:hover * {
	color: #FFF !important;
}

.card-background-image-hover {
	background-size: cover;
	background-position: center;
}

.card-background-image-hover .card-body {
	background: rgba(255,255,255,0.00);
	margin: 5px;
	padding: 15px;
}

.card-watt {
	font-size: 72px;
	color: #003366;
	font-weight: 700;
	padding: 20px 0px 10px 0px;
}

.card-watt-2 {
	font-size: 40px;
	color: #003366;
	font-weight: 500;
}

.card-watt-box {
	font-size: 18px;
	color: #FFF;
	font-weight: 400;
	background-color: #003366;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: 33px;
}

@media (max-width: 768px) {
	
	.col-md-5-5 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}

@media (max-width: 575px) {
	
	.col-sm-5-5 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}

@media (min-width: 992px) {
	.col-lg-1-5 {
		flex: 0 0 20%;
		max-width: 20%;
		padding-left: 10px;
		padding-right: 10px;
	}
}




/* Overlay Gradient Bottom Content */
.overlay-gradient-bottom-content:before {
	opacity: 1 !important;
	background: #003366;
background: linear-gradient(to top, rgba(0,18,37,0.90) 0%, rgba(0,28,57,0) 33%, rgba(0,28,57,0) 100%);
}
.bottom-5 {
	bottom: 15px !important;
}

.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title {
	transform: translate3d(0, 0, 0);
	opacity: .7;
}
.thumb-info.thumb-info-bottom-info-show-more .thumb-info-title:hover {
	transform: translate3d(0, 0, 0);
	opacity: 1;
}


@media (max-width: 991px) {
	.col-sm-mt-40 {
		padding-top: 40px;
	}
}

@media (min-width: 992px) {
	.col-lg-px-35 {
		padding: 0px 35px;
	}
}

p {
		color: #666;
}

.custom-heading-1 {
		
		font-size: 40px;
		font-weight: 600;
		color: #86C5F6;
		text-transform: uppercase;
		letter-spacing: .5px;
}

.ptb-80{
	padding-top: 80px;
	padding-bottom: 80px;
}


@media (max-width: 991px) {
		.custom-heading-1 {
				font-size: 50px;
		}
}
@media (max-width: 575px) {
		.custom-heading-1 {
				font-size: 40px;
		}
}

.custom-stroke-text-effect-1 {
		-webkit-text-fill-color: transparent;
		-webkit-text-stroke-width: 1px;
		-webkit-text-stroke-color: #FFF;
		white-space: nowrap;
}

.custom-text-pos-1 {
		left: -40px;
}

.custom-text-pos-2 {
		right: -80px;
}

.custom-text-pos-3 {
		left: -10%;
		top: 45%;
}

.custom-el-pos-1 {
		margin-top: -160px;
}

.custom-el-pos-2 {
		margin-top: -73px;
}

.custom-el-pos-3 {
		margin-top: -73px;
}

.custom-drop-caps-number {
		font-weight: 700;
		float: left;
		font-size: 90px;
		line-height: 60px;
		padding: 0;
		margin-right: 20px;
		margin-top: 0;
	color: #000;
}
.custom-drop-caps {
	font-weight: 600;
	float:left;
	font-size: 36px;
	color: #000;
	padding-bottom: 25px;
}
.custom-drop-caps-copy {
	font-weight: 400;
	font-size: 18px;
}

.custom-vr-1 {
		margin-top: -7px;
		width: 6px;
		height: 135px;
	background-color: #0086f0;
	opacity: 30%;
}

.dealer-copy {
	font-size: 32px;
	color: #FFF;
	padding: 20px 0px 0px 0px;
}

@media (max-width: 991px) {
		#header .header-logo img {
				max-width: 245px;
				height: auto;
		}
}

.custom-carousel-1-wrapper {
		margin-top: -48px;
		margin-bottom: -100px;
		position: relative;
		z-index: 1;
		min-height: 300px;
}
.hero-wrapper {
		margin-top: -48px;
		margin-bottom: 50px;
		position: relative;
		z-index: 1;
}


.hero-header {
	position: relative;
	text-align: left;
	background-size: cover;
}
.hero-box-gold{
	position: absolute;
	top: 0;
	margin-top: -100px;
	padding: 30px 30px 30px 50px;
	display: inline-block;
	font-size: 48px;
	line-height: 40px;
	font-weight: 300;
	background-color: #ffc107;
	color: #003366;
	width: auto;
	z-index: 2;
}

.comm-box-gold{
	position: absolute;
	top: 0;
	margin-top: -110px;
	padding: 0px 30px 25px 50px;
	display: inline-block;
	font-size: 48px;
	line-height: 28px;
	font-weight: 300;
	background-color: #ffc107;
	color: #003366;
	width: auto;
	z-index: 2;
}

.hero-box-navy{
	position: absolute;
	top: 0;
	margin-top: -100px;
	padding: 30px 30px 30px 50px;
	display: inline-block;
	font-size: 48px;
	line-height: 40px;
	font-weight: 300;
	background-color: #003366;
	color: #FFF;
	width: auto;
	z-index: 2;
}

.comm-box-navy{
	position: absolute;
	top: 0;
	margin-top: -110px;
	padding: 0px 30px 25px 50px;
	display: inline-block;
	font-size: 48px;
	line-height: 28px;
	font-weight: 300;
	background-color: #003366;
	color: #FFF;
	width: auto;
	z-index: 2;
}

.hero-type{
	position: absolute;
	top: 0;
	margin-top: -50px;
	padding: 30px 30px 30px 50px;
	display: inline-block;
	font-size: 44px;
	line-height: 40px;
	font-weight: 300;
	color: #FFF;
	width: auto;
	z-index: 2;
}
.model-hero-gold {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: -12px;
	color: #003366;
	text-transform: uppercase;
	font-weight: 500;
}

.model-hero-navy {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: -12px;
	color: #FFF;
	text-transform: uppercase;
	font-weight: 500;
}


@media (max-width: 991px) {
	.hero-box-gold, .hero-box-navy {
	margin-top: -60px;
	padding: 20px 20px 20px 30px;
	font-size: 44px;
	line-height: 44px;
}
}

@media (max-width: 767px) {
	.hero-box-gold, .hero-box-navy, .comm-box-gold, .comm-box-navy {
	font-size: 36px;
	line-height: 30px;
}
	.model-hero-gold {
	font-size: 16px;
	line-height: 10px;
	padding-top: 10px;	
}
	.model-hero-navy {
	font-size: 16px;
	line-height: 10px;
	padding-top: 10px;
}
	.hero-type {
	font-size: 40px;
}
	.scrolling-wrapper {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	z-index: 10;
}
  .team-img img {
	display: inline-block;
	  padding-bottom: 10px;
}

}

.home-link a {
	text-transform: uppercase !important;
	text-decoration: underline !important;
	color: #0086f0;
	font-weight: 600;
	display:inline-block;
	font-size: 11pt!important;
	
	
}
.top-banner {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

@media (min-width: 992px) {
		.custom-carousel-1-wrapper {
				margin-top: -143px;
		}
}

.custom-carousel-1 .owl-stage-outer .owl-item {
		padding: 20px 2px 40px 18px;
}

.custom-carousel-1 .owl-stage-outer .owl-item .card {
		transition: all 0.1s ease-in-out;
}

.custom-carousel-1 .owl-stage-outer .owl-item.active .card {
		box-shadow: 0 0px 20px rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
		.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left {
				position: relative;
				top: 20px;
				width: 100% !important;
				padding-right: 20px;
		}
}

.custom-carousel-1 .owl-carousel.nav-bottom.nav-bottom-align-left .owl-nav {
		position: absolute;
		top: 73px;
		left: -78px;
}

@media (min-width: 1200px) {
		.custom-parallax-1 .parallax-background {
				background-size: 100% !important;
		}
}

@media (max-width: 11990px) {
		.custom-parallax-1 .parallax-background {
			 background-position: center !important;
			max-height: 800px;
		}
}

@media (max-width: 575px) {
		.custom-parallax-1 .parallax-background {
			 background-position: center !important;
			max-height: 600px;
		}
	.owl-carousel.carousel-center-active-item-2 .owl-item > div {
	width: 85% !important;
}
}

section.section.section-parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-attachment: fixed;
	background-repeat: no-repeat;
	border: 0;
}

section.section.section-parallax.parallax-disabled {
	background-attachment: scroll !important;
	background-position: 50% 50% !important;
}

.parallax-background + .container {
	position: relative;
}

.owl-carousel.carousel-center-active-item-2 .owl-stage-outer {
	overflow: visible;
}

.owl-carousel.carousel-center-active-item-2 .owl-item > div {
	width: 66.6666%;
	margin-left: auto;
	padding: 36px;
	background: #fff;
	border-radius: 0px;
	box-shadow: 0px 0px 70px -40px rgba(0, 0, 0, 0.2);
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	margin-right: auto;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active > div * {
	color: #FFF !important;
}

.owl-carousel.carousel-center-active-item-2 .owl-item.active + .owl-item > div {
	margin-right: auto;
	margin-left: 0;
}
.owl-carousel.carousel-center-active-item-2 .owl-item.active > div {
	background: #003366;
}

.bg-color-tertiary, .bg-tertiary {
	background-color: #000A1C !important;
}

.bg-color-hover-tertiary:hover, .bg-hover-tertiary:hover {
	background-color: #000A1C !important;
}


html body .tabs.tabs-bottom .nav-tabs li .nav-link:hover,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active:hover,
html body .tabs.tabs-bottom .nav-tabs .nav-link.active:focus {
	border-bottom-color: #0086f0;
}

html body .tabs.tabs-simple .nav-tabs > li .nav-link.active,
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:focus,
html body .tabs.tabs-simple .nav-tabs > li .nav-link:hover,
html body .tabs.tabs-simple .nav-tabs > li .nav-link.active:hover {
	border-top-color: #0086f0;
	color: #0086f0;
}
html .list-quaternary.list-icons li > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li a:first-child > [class*="fa-"]:first-child,
html .list-quaternary.list-icons li > .icons:first-child,
html .list-quaternary.list-icons li a:first-child > .icons:first-child {
	color: #343c4a;
	border-color: #343c4a;
}

.btn {
	border-radius: 0 !important;
	border: none!important;
}

.accordion-modern-status-primary.accordion-modern-status > .card .card-header a:not(.collapsed) {
	background-color: #0086f0 !important;
	color: #FFF !important;
}
.accordion-modern-status-primary.accordion-modern-status > .card:hover .card-header a.collapsed {
	color: #0086f0 !important;
}

/* Dialog */
.dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	margin: 40px auto;
	position: relative;
	max-width: 600px;
}

.dialog.dialog-xs {
	max-width: 200px;
}

.dialog.dialog-sm {
	max-width: 400px;
}

.dialog.dialog-md {
	max-width: 700px;
}

.dialog.dialog-lg {
	max-width: 900px;
}

.dialog.mfp-close-out .mfp-close {
	top: -50px;
	right: -15px;
	color: #FFF;
}



/* Animnate */
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-in-out;
	transform: scale(0.8);
}

.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: scale(1);
}

.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	transform: scale(0.8);
	opacity: 0;
}

.my-mfp-slide-bottom .zoom-anim-dialog {
	opacity: 0;
	transition: all 0.2s ease-out;
	transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	transform: translateY(0) perspective(600px) rotateX(0);
}

.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
	opacity: 0;
	transform: translateY(-10px) perspective(600px) rotateX(10deg);
}
.mfp-hide{display:none!important}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: .8
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: 0 !important;
  -webkit-backface-visibility: hidden
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.mfp-align-top .mfp-container:before {
  display: none
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}
button.mfp-arrow, button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: 0 0;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: 0;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation
}
button::-moz-focus-inner {
  padding: 0;
  border: 0
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}
.mfp-close:focus, .mfp-close:hover {
  opacity: 1
}
.mfp-close:active {
  top: 1px
}
.mfp-close-btn-in .mfp-close {
  color: #333
}

.innerlink {
	height: 50px;
}

/* Read More Rendered (JS Plugin) */
.readmore-rendered {
	position: relative;
	overflow: hidden;
}

.readmore-rendered .readmore-overlay {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 1;
}

.readmore-rendered .readmore-button-wrapper {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 2;
}

.nav-pills .nav-link.active {
	background-color: #0086f0 !important;
}

.nav-pills .nav-link {
  
  border: 0;
  border-radius: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 15px;
	font-weight: 600;
}

.nav-pills .nav-link:hover {
  background-color: #DBEEFF;
  
}

.sticky-top{
	position:sticky;
	position: -webkit-sticky;
	top:68px;
}

@media only screen and (max-width: 991px) {
	.sticky-top{
		position:sticky;
	position: -webkit-sticky;
	top: 0px;
	}
}





.acc-item {
margin-bottom: 30;
	padding: 50px 10px 30px 10px;
}

.acc-nav {
  background-color: #fff;
  width: 100%;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
  margin: auto;
	text-transform: uppercase;
}
.acc-nav a {
  color: #000;
  padding-top: 8px;
  padding-bottom: 8px;
}
.acc-nav a:hover {
  background-color: #EBEBEB;
  color: #000;
}
.acc-nav a:focus {
  color: #000;
}

.acc-nav .nav-pills .nav-link.active {
  color: #fff;
  background-color: #0086f0;
  border-radius: 0rem;
}

.acc-nav .nav-pills .nav-link {
	margin-top: 15px;
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 5px;
	color: #757575;
}


@media only screen and (max-width: 992px) {
.acc-nav .nav-pills .nav-link {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.acc-nav {
	margin-top: 80px;
}
}


.tubular-img {
  width: 45%;
	background-color: #ebf0f3 !important;
	
}
.table-long {
line-height: 18px;	
}

.tubular-info-box {
 padding-left: 15px;
	 padding-right: 15px;
}
@media (max-width: 575px){
.tubular-info-box {
	 padding-right: 0px;
}
}

.tubular-img, .tubular-info-box {
  display: table-cell;
  vertical-align: middle;
}

.nl-media {
  overflow: hidden;
  position: relative;
}
.nl-box, .nl-info, .nl-title {
  position: relative;
}
.nl-box[class*="border-"] {
  border-color: #eee;
}
.nl-media img {
  width: 100%;
  height: auto;
}
.mt-6 {
	margin-top: 80px;
}

@media (max-width: 767px) {
.xs-gallery {
	width: 50%;
	display: inline;
}
}
@media (max-width: 400px) {
.xs-gallery {
	width: 100%;
}
}

/* #Download Page */
.install-img {
  width: 35%;
  background-color: #fff;
}
.install-img img {
  border: 1px solid #000;
}
.download-img img {
  border: 1px solid #fff !important;
}
.download-img {
  width: 35%;
  background-color: #fff;
}
.install-info-box {
  width: 65%;
  padding-left: 12px;
  padding-right: 5px;
}
.install-info-box h6 {
  font-size: 15px;
	font-weight: 600;
}
.install-img, .install-info-box {
  display: table-cell;
  vertical-align: middle;
}
.download-img, .install-info-box {
  display: table-cell;
  vertical-align: middle;
}
.install-box-type, .install-info-box {
  overflow: hidden;
}
.nl-info-has .nl-info-has-text {
  margin-bottom: 0px;
  line-height: 24px;
}
.nl-media {
  overflow: hidden;
  position: relative;
}
.nl-media:hover .nl-info-has {
  opacity: 1;
  width: 100%;
  margin-bottom: 0;
}
.nl-box, .nl-info, .nl-title {
  position: relative;
}
.nl-box[class*="border-"] {
  border-color: #eee;
}
.nl-media img {
  width: 100%;
  height: auto;
}
a, .nl-box, .btn, .form-control, .ks-info-has, .navbar-toggler, .logo-header, .header-nav .nav > li > a {
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -ms-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.install-rule {
	background: #7D7D7D;
	border: 0;
	height: 1px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.shield-logo img {
	width: 50% !important;
}
}
@media (max-width: 991px) {
.hero {
	visibility: hidden;
}
}


