* {
	outline: none;
}

html {
	overflow-x: hidden;
}

body {
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    overflow-x: hidden;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.owl-carousel .owl-dots {
    bottom: .5rem;
}

.owl-carousel .owl-dots {
    position: absolute;
    text-align: center;
    font-size: 0;
    margin: auto;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px;
}

.owl-carousel .owl-dots .owl-dot {
    height: 0rem;
    padding: 1rem 0;
    display: inline-block;
    font-size: 0;
    margin: 4px;
    position: relative;
    cursor: pointer;
    width: 60px;
}

.owl-carousel .owl-dots .owl-dot span {
    background-color: #ccc;
    position: absolute;
    height: 5px;
    width: auto;
    border-radius: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: block;
    margin: auto;
}

.owl-carousel .owl-dots .owl-dot.active span {
    background-color: #FCB026;
}

.logo {
	width: 90px;
	height: 80px;
	position: absolute;
	top: -21px;
}

.icon-component.q-icon {
	position: absolute;
	left: -20px;
	top: -10px;
}

.navbar-brand {
	width: 160px;
}

.navbar-expand-lg .navbar-nav .nav-link, .navbar-brand {
	padding-right: 1rem;
	padding-left: 1rem;
}

.navbar-light .navbar-toggler-icon {
    background-image: url("../images/icons8-menu-48.png");
}

.bg-nav {
	background-color: #f7a137;
}

.navbar {
	padding: 1rem;
}

.nav-item a {
	color: #ffffff !important;
	position: relative;
	font-weight: 700;
	font-size: 14px;
}

.dropdown-toggle::after {
	border-top: unset;
	border-right: unset;
	border-left: unser;
}

.nav-item a:hover:after {
	content: '';
    height: 3px;
    background: #dde0e2;
    display: block;
    position: absolute;
    width: 70%;
    left: 15%;
    bottom: 2px;
}

.dropdown-menu {
    margin: 0;
}

.dropdown {
    max-width: fit-content;
}

.dropdown-toggle::after {
	display: none;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: unset;
}

.dropdown:hover .dropdown-menu {display: block;}

.dropdown-menu {
    background-color: #f7a137;
}

.nav-item.dropdown:hover a {
	color: #fff!important;
}

.welcome-col {
	padding: 0 50px;
}

.welcome-container {
	max-width: 1248px;
}

.welcome-title {
	margin-top: 0;
    margin-bottom: 32px;
    font-size: 44px;
    line-height: 1.0909;
    color: #d80e0e!important;
    font-weight: 700;
}

.welcome-title:after {
	content: '';
    display: block;
    height: 4px;
    width: 240px;
    background: #f99222;
    margin: 12px 0 0;
}

.welcome-text-container {
	line-height: 20px;
	margin-bottom: 32px;
}

.welcome-btn {
	font-weight: 14px;
	font-weight: 600;
	background-color: #ea0500;
    color: #fff;
    border: none;
    padding: 7px 40px;
}

.welcome-btn:hover {
	background-color: #93070c;
	color: #fff;
}

.small_title {
	font-weight: 700;
	font-size: 18px;
    padding-bottom: 27px;
    color: #767e81;
}

.product-container {
	padding: 50px 100px 100px 100px;
	background-color: #f9f9f9;
	width: 100%;
}

.fa-angle-left {
	color: black;
	font: normal normal normal 50px/1 FontAwesome;
}

.fa-angle-right {
	color: black;
	font: normal normal normal 50px/1 FontAwesome;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	right: 50px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 40px;
}

.swiper-button-prev, .swiper-button-next {
	top: 50%;
}

.swiper-pagination-bullet {
	margin: 0 5px;
}

.swiper-pagination-bullets {
    bottom: 60px;
    left: 20px;
    width: calc(100% - 40px);
}

.equipment-type__container {
    position: relative;
    min-height: 275px;
    max-width: 95%;
    margin: 0 auto;
}

.equipment-type__container:before {
    content: '';
    display: block;
}

.equipment-type__container:before {
    padding-top: 120%;
}

.equipment-type {
    border: 1px solid #dde0e2;
    border-radius: 4px;
    padding: 15px 20px 20px;
    background: #fff;
    width: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
}

.equipment-type__image {
    min-height: 37%;
    max-width: 95%;
    text-align: center;
    margin: 0 auto;
}

.equipment-type__image img {
	width: 100%;
}

.equipment-type__name {
    color: #0050a9;
    margin-top: 10px;
    position: absolute;
    bottom: 48px;
    height: 46px;
    padding-right: 18px;
    font-size: 18px;
    line-height: 1.333333;
    font-variant: none;
    font-weight: 700;
    width: 100%;
    font-family: "Helvetica Neue",Helvetica,Roboto,Noto,Arial,sans-serif;
}

.equipment-type .button {
    justify-content: center;
    position: absolute;
    width: calc(100% - 40px);
    bottom: 20px;
    height: 46px!important;
}

.button--default, .project-uptime-attachment__item:last-child a, a.button.button--default {
    background: 0 0;
    color: #641623;
}

.button--style-1, .project-uptime-attachment__item:last-child a.button--style-1, a.button.button--style-1 {
    border-radius: 2px;
    font-weight: 500;
}

.button, .project-uptime-attachment__item:last-child a {
    display: inline-block;
}

.button, a.button {
    cursor: pointer;
    align-items: center;
    width: 100%;
    border: #dde0e2 solid 2px;
    font-family: "Helvetica Neue",Helvetica,Roboto,Noto,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .01em;
    text-transform: capitalize;
    text-align: center;
    font-weight: 600;
}

.equipment-type .button:hover {
	border-color: #d80e0e;
}

.news-container {
	padding: 50px 100px;
}

.news_img {
    position: relative;
	min-height: 850px;
	background-color: black;
}

.news_img .video-container {
    padding-top: 10px;
    /*position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;*/
    width: 100%;
    /*height: 30%;*/
    margin: auto;
}

.news_img img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
}

.news_cover {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgba(0,0,0,.6);
}

.news_content {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    padding: 8% 5%;
}

.featured-news-tile__catagory {
	font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    color: #f99222;
    margin-bottom: 14px;
}

.featured-news-tile__headline {
	font-size: 28px;
    line-height: 1.14286;
    font-weight: 700;
    color: #fff;
    margin-bottom: 36px;
}

.featured-news-tile__link-label {
    font-size: 14px;
    color: #fff;
    margin-bottom: 0;
}

.fa-long-arrow-alt-right {
	color: #008cff;
	margin-left: 8px;
}

.news_1 {
	background-color: #dc3747;
}

.news_2 {
	background-color: #912022;
}

.news-tile__container {
	padding: 9%;
	color: #fff;
}

.new-tile-color-1 {
	color: #6e0e14;
}

.news-tile-category {
	font-size: 14px;
    margin-bottom: 1px;
}

.news-tile-headline {
    font-size: 22px;
    line-height: 1.18182;
    margin-bottom: 8px;
}

.news-tile-date {
	font-size: 10px;
    color: #fff;
    margin-bottom: 0;
}

#swiper-pagination2 {
	width: unset;
}

.swiper-button-container-2 {
	position: absolute;
	bottom: 60px;
	right: -10px;
	width: 170px;
}

.promotional-tile {
	overflow: hidden;
}

.solutions_img {
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
    transition: all .3s ease;
}

.promotional-tile__cover {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    top: 50%;
    z-index: 1;
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    transition: all .3s ease;
}

.promotional-tile:hover .promotional-tile__cover {
    top: 0;
}

.promotional-tile:hover .solutions_img {
	-ms-transform:scale(1.2);
	-webkit-transform:scale(1.2);
	transform:scale(1.2);
}

.promotional-tile__content {
    position: absolute;
    width: 100%;
    z-index: 2;
    transition: all .3s ease;
	padding: 0 6% 20px;
    left: 0;
    bottom: 0;
}

.promotional-tile__category {
	font-size: 14px;
	font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    font-variant: none;
    font-weight: 700;
    line-height: 1.4285714286;
    color: #f99222;
}

.promotional-tile__headline {
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    color: #fff;
    font-size: 22px;
    font-variant: none;
    font-weight: 700;
}

.promotional-arrow {
	/*transform: rotate(180deg);*/
    display: inline-block;
    color: #f99222;
    font-size: 1rem;
    margin-left: 0;
    opacity: 0;
    transition: all .3s ease;
}

.promotional-tile:hover .promotional-arrow {
	margin-left: 8px;
    opacity: 1;
}

.article-tile {
	width: 100%;
    display: block;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all .3s ease;
    margin: 0 6px;
}

.article-tile:before {
    padding-top: 133.33333%;
    margin: 0 8px;
    content: "";
    display: block;
}

.article-tile:hover {
    border-color: #dde0e2;
    border-radius: 12px;
    display: block;
    position: relative;
    overflow: hidden;
    border: 2px solid transparent;
    transition: all .3s ease;
    margin: 0 6px;
}

.article-tile__container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.article-tile__image-holder {
    height: 37.5%;
    overflow: hidden;
    transition: all .3s ease;
    border-radius: 4px 4px 0 0;
}

.article-tile__image {
    width: 100%;
    height: 100%;
    background-size: cover;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    transition: all .3s ease;
}

.article-tile__content {
    background-color: rgba(221,224,226,.5);
    height: 62.5%;
    padding: 18px 8.66666%;
    transition: all .3s ease;
}

.article-tile__headline {
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    font-size: 22px;
    color: #414b50;
    font-variant: none;
    font-weight: 700;
    line-height: 1.090909;
}

.article-tile__date {
    font-size: 12px;
    color: #91969b;
    position: absolute;
    left: 8.66666%;
    bottom: 29px;
}

.article-tile:hover .article-tile__content {
    background-color: #dde0e2;
    padding-top: 10px;
}

.article-tile:hover .article-tile__image-holder {
    border-radius: 12px 12px 0 0;
}

.article-tile:hover .article-tile__image {
    -webkit-transform: scale(1.1,1.1);
    transform: scale(1.1,1.1);
}

.project-container {
	padding: 100px 100px;
}

#swiper-pagination4 {
	bottom: -30px;
    left: 0;
    width: 100%;
}

#swiper-button-prev4 {
	left: -30px;
}

#swiper-button-next4 {
	right: -20px;
}

.homepage-container {
    padding: 10px 37px;
}

.homepage-heading-5 {
    color: #f99222;
    padding: 0 0 15px;
    margin: 0;
    font-size: 14px;
    line-height: 1.4285714286;
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    font-variant: none;
    font-weight: 700;
    width: 100%;
}

.homepage-heading-2 {
    padding: 0 0 43px;
    font-weight: 700;
    margin: 0;
    font-size: 22px;
    line-height: 1.090909;
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    color: #414b50;
    font-variant: none;
    width: 100%;
}

.homepage-btn__link {
	text-decoration: none;
	font-weight: 600;
	background-color: #ea0500;
    color: #fff;
    border: none;
    padding: 2px 40px;
    line-height: 40px;
    margin-bottom: 23px;
    font-size: 14px;
}

.homepage-btn__link:hover {
	background-color: #93070c;
	color: #fff;
}

.homepage-cta__link {
    height: 24px;
    width: 236px;
    color: #0050a9!important;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
}

.homepage-arrow {
	display: inline-block;
    color: #f99222;
    font-size: 13px;
    margin-left: 4px;
}

.homepage-cta__banner-div {
	display: flex;
    flex-direction: column;
    width: 100vw;
    padding: 20px 5vw;
}

.homepage-banner-wrapper {
    flex: 1 1 auto;
    width: 100%;
    position: relative;
    display: flex;
}

.homepage-banner-wrapper::before {
    height: 1px;
    display: block;
    background: #0050a9;
    content: '';
    position: absolute;
    top: 0;
    width: 115%;
    left: -100px;
}

.homepage-cta__banner-div .banner-title {
    width: 40%;
    max-width: 40%;
    margin-right: 25px;
}

.banner-title {
    flex: 1 1 auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
}

.homepage-cta__banner-div .banner-title h2 {
    color: #d80e0e;
    font-size: 28px;
    line-height: 35px;
    text-transform: uppercase;
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    font-variant: none;
    font-weight: 700;
    width: 100%;
}

.homepage-cta__banner-div .banner-content {
    width: 35%;
    max-width: 35%;
}

.banner-content {
    flex: 1 1 auto;
    align-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    -ms-grid-column-align: center;
    justify-items: center;
}

.banner-copy {
    display: flex;
    flex-direction: column;
}

.homepage-cta__banner-div .banner-content h3 {
    font-size: 18px;
}

.banner-content h3 {
    color: #f99222;
    margin: 25px 0 5px;
    line-height: 25px;
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    font-variant: none;
    font-weight: 700;
    width: 100%;
}

.homepage-cta__banner-div .banner-image-wrapper {
    position: relative;
    max-width: 25%;
    width: 25%;
}

.homepage-cta__banner-div .banner-image {
    right: 0;
    height: 195px;
    bottom: 0;
    position: absolute;
    max-width: 100%;
}

.homepage-banner-wrapper::after {
    height: 1px;
    display: block;
    background: #0050a9;
    border-right: 1px solid #0050a9;
    content: '';
    position: absolute;
    bottom: 0;
    width: 115%;
    left: -100px;
}

.homepage-btn__link2 {
	text-decoration: none;
	font-weight: 600;
	background-color: #ea0500;
    color: #fff;
    border: none;
    padding: 2px 40px;
    line-height: 40px;
    margin-bottom: 23px;
    font-size: 14px;
}

.homepage-btn__link2:hover {
	background-color: #93070c;
	color: #fff;
}


.swiper-button-container-2 a {
  display: inline-block;
  border-radius: 50%;
}

.chevron-arrow-left {
  	display: inline-block;
  	width: 32px;
  	height: 32px;
  	border: 2px solid #fff;
  	border-radius: 50%;
}

.chevron-arrow-left:after {
  	content: '';
  	position: absolute;
	display: inline-block;
  	margin-top: 9px;
  	margin-left: 10px;
  	width: 10px;
  	height: 10px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	-moz-transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
  	transform: rotate(-135deg);
}

.chevron-arrow-right {
  	display: inline-block;
  	width: 32px;
  	height: 32px;
  	border: 2px solid #fff;
  	border-radius: 50%;
}

.chevron-arrow-right:after {
  	content: '';
  	position: absolute;
	display: inline-block;
  	margin-top: 9px;
  	margin-left: 7px;
  	width: 10px;
  	height: 10px;
  	border-top: 2px solid #fff;
  	border-right: 2px solid #fff;
  	-moz-transform: rotate(45deg);
  	-webkit-transform: rotate(45deg);
  	transform: rotate(45deg);
}

.cutsomer-container {
	margin-top: 20px;
	margin-bottom: 28px;
}

.customer-care {
	margin: 0;
	font-size: 14px;
	color: #edf8ff;
	font-family: "Helvetica Neue",Helvetica,Roboto,Noto,Arial,sans-serif;
}

.customer-care-call {
	margin: 0;
    font-size: 18px;
    font-variant: none;
    font-weight: 700;
    line-height: 1.333333;
}

.customer-care-call a {
	color: #007bff;
}

.footer-first-col {
	border-right: 2px solid rgba(237,248,255,.5);
    /*padding-left: 0;*/
}

.footer-container {
	max-width: 980px;
}

.heading-1 {
	width: 100%;
    font-size: 28px;
    line-height: 1.28571;
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    color: #414b50;
    font-variant: none;
    font-weight: 700;
}

.heading-2 {
    font-family: helvetica neue,Helvetica,Roboto,Noto,Arial,sans-serif;
    color: #414b50;
    font-variant: none;
    font-weight: 300;
    width: 100%;
    font-size: 22px;
    line-height: 1.090909;
    margin-top: 22px;
}

@media (max-width: 1366px) {
    .equipment-type__container:before {
        padding-top: 135%;
    }

    .news_img {
        min-height: 626px;
    }
}

@media (max-width: 768px) {
    .welcome-col {
        padding-bottom: 20px;
    }

    .hidden-768 {
        display: none !important;
    }
}

@media (max-width: 480px) {
    .welcome-title {
        font-size: 40px;
    }

    .featured-news-tile__headline {
        font-size: 26px;
    }

    .news_img {
        min-height: 450px;
    }

    .news-container {
        padding: 70px 50px;
    }

    .product-container {
        padding: 70px 25px 70px 25px;
    }

    .project-container {
        padding: 50px 50px 100px 50px;
    }

    .equipment-type__container {
        max-width: 80%;
    }

    .equipment-type__container:before {
        padding-top: 120%;
    }

    .swiper-pagination-bullets {
        bottom: 30px;
    }

    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        right: 15px;
    }

    .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
        left: 10px;
    }

    .owl-carousel .owl-dots .owl-dot {
        width: 15px;
    }

    .footer-container.footer-copyright {
        text-align: center;
    }
}