@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap');
@font-face {
    font-family: 'marrsans';
    src: url('../fonts/0ba5252419ab5076f6a50dfe3cf13431.woff2') format('woff2'),
        url('../fonts/0ba5252419ab5076f6a50dfe3cf13431.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
:root{
	--red-color: #e62a3e;
	--blue-color: #004a80;
	--black-color: #000;
}
*{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	position: relative;
	color: #000;
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
p{
	line-height: 30px;
	font-weight: 300;
}
h1{
	font-size: 55px;
}
img{
	max-width: 100%;
}
.section-padding{
	padding: 120px 0;
}
.red-color,
.red-color:hover{
	color: var(--red-color);
}
.bg-red{
	background: var(--red-color);
}
.bg-black{
	background: #1e1e1e !important;
}
.bg-blue{
	background: var(--blue-color) !important;
}
.color-blue{
	color: var(--blue-color);
}
.bg-grey{
	background: #f1f1f1;
}
.btn{
	position: relative;
	padding: 10px 25px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.btn-outline-white{
  	color: white;
  	border: 2px solid #fff;
}
.btn-outline-red{
	color: var(--red-color);
	border: 2px solid var(--red-color);
}
.btn-outline-red,
.btn-outline-white {
	background: transparent;
  position: relative;
  font-size: 14px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 30px;
  transition: 0.6s all;
}
.btn-outline-white:hover {
  box-shadow: 0 0 60px 2px #fff, 0.5rem 0.5rem 30px #fff;
  border: 2px solid #fff !important;
  background: #fff !important;
  color: #282828 !important;
}
.btn-outline-red:hover{
	box-shadow: 0 0 60px 2px #be2228, 0.5rem 0.5rem 30px #be2228;
  	border: 2px solid #be2228 !important;
  	background: #be2228 !important;
  	color: #fff !important;
}
.btn-primary{
	background: var(--red-color);
	border-color: var(--red-color);
	border-radius: 30px;
}
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover{
	background: transparent !important;
	border-color: var(--red-color) !important;
}
.fs-18{
	font-size: 18px;
}
.main-header {
    background: transparent;
    position: relative;
    z-index: 999;
    padding: 20px 0;
}
.main-header .nav-link{
	color: #fff;
	position: relative;
	font-size: 18px;
}
.footer-links li a:before,
.main-header .nav-link:before {
    content: '';
    width: 0;
    height: 2px;
    background: var(--red-color);
    position: absolute;
    left: -100px;
    bottom: 0;
    transition: 0.4s all;
    opacity: 0;
}
.footer-links li a:before{
	background: var(--red-color);
	bottom: -2px;
}
.footer-links li a:hover:before,
.main-header .active .nav-link:before,
.main-header .nav-link:hover:before{
  width: 100%;
  left: 0;
  opacity: 1;
}
.navbar-brand img {
    max-width: 300px;
}
.social-header-icon a i {
    color: #fff;
    font-size: 22px;
}
.service-banner{
  	background: url(../img/service-banner.jpg) no-repeat center;
    background-size: cover;
}
.home-banner-sec h1{
	font-family: 'Montserrat', sans-serif;
	white-space: nowrap;
	z-index: 9;
	font-weight: 800;
}
.home-banner-sec .btn{
	background: var(--red-color);
	width: max-content;
}
.home-banner-sec .btn:hover{
	background: transparent;
	border-color: var(--red-color) !important;
}
.banner-sec{
	position: relative;
  	overflow: hidden;
  	width: 100%;
  	margin-top: -125px;
}
.home-video{
	width: 100%;
}
.home-content{
	position: absolute;
	top: 40%;
	left: 10%;
	z-index: 1;
}
.home-content h1{
	font-weight: 300;
	line-height: 80px;
	font-size: 60px;
	word-spacing: 8px;
}
.home-content h1 span{
	font-weight: 800;	
}
.promise-sec{
	width: 100%;
	padding: 0px 0 0;
    background-color: var(--blue-color);
}
.promise-imagebox {
    width: 33.50%;
    color: #fff;
}
.promise-imagebox img{
	object-fit: cover;
	height: 100%;
}
.promise-box{
	display: flex;
}
.promise-contentbox{
	width: 67%;
	padding: 120px 150px;
	color: #fff;
}
.promise-contentbox p{
	font-weight: 300;
}
.promise-contentbox h4 {
    font-weight: 800;
    font-size: 37px;
    letter-spacing: 1px;
}
.subheading {
	font-size: 17px;
	font-weight: 500;
	color: #1d89d8;
	letter-spacing: 2px;
}
.strength-bg{
	background: url('../img/strength-bg.jpg') no-repeat center;
	background-size: cover;
}
.promise-text h3{
	letter-spacing: 1px;
	font-family: 'Montserrat', sans-serif;
	font-size: 36px;
}
.main-footer{
	background: #f1f1f1;
}
.btn1,
.btn2,
.btn3 {
    padding: 10px 25px;
    color: #fff;
    display: block;
    margin-bottom: 15px;
    max-width: 240px;
    border-radius: 30px;
}
.btn1:hover,
.btn2:hover{
	color: #fff;
}
.btn-span-hover span,
.btn1 span,
.btn2 span,
.btn3 span{
	transition: 0.4s all;
}
.btn-span-hover:hover span,
.btn1:hover span,
.btn2:hover span,
.btn3:hover span{
	padding-left: 5px;
}
.btn1{
	background: #ee2c33;
    border: 2px solid #ee2c33;
}
.btn2{
	background: #b20101;
    border: 2px solid #b20101;
}
.btn3{
	background: #fff;
    border: 2px solid #fff;
	color: var(--black-color) !important;
}
.main-footer p,
.footer-heading,
.footer-addres li a,
.footer-links li a {
    color: #000;
    position: relative;
}
.footer-addres li,
.footer-links li {
    margin-bottom: 15px;
    font-weight: 500;
}
.footer-heading{
    font-size: 18px;
    font-weight: 600;
}
.info-links{
	display: flex;
	flex-wrap: wrap;
}
.info-links li {
    width: 50%;
}
.testimonial-text p {
    color: #828385;
}
.promise-imagebox h2 {
    letter-spacing: 1px;
}
.footer-desc p{
	font-size: 15px;
	font-weight: 500;
}
.web-developed p{
	font-size: 15px;
	font-weight: 500;
	color: #000;
}
.web-developed p a{
	color: #000;
}
.position-desc{
	position: relative;
	top: 60px;
}
.main-footer .container-fluid {
    max-width: 1300px;
}

/*Ham Burger Css*/
.navbar-light .navbar-toggler{
  border-color: transparent;
  color: transparent;
}
.navbar-toggler-icon {
  width: 30px;
  height: 3px;
  background: #fff;
  position: relative;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.navbar-toggler-icon:after,
.navbar-toggler-icon:before {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  left: 0;
  background: #fff;
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out
}
.navbar-toggler-icon:before {
  top: 10px
}
.navbar-toggler-icon:after {
  top: -10px
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg)
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon:after {
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg)
}
.navbar-toggler[aria-expanded=true] .navbar-toggler-icon {
  background: 0 0
}
.navbar-toggler:focus{
	box-shadow: none;
}
.navbar-toggler{
	border: none;
}
/*Ham Burger Css End*/

.service-cross,
.service-banner{
	position: relative;
	z-index: 99;
}
.service-cross:before,
.service-banner:before{
	content: '';
	background-size: contain;
	width: 400px;
	height: 400px;
	position: absolute;
	opacity: 0.1;
	right: 0px;
	z-index: -1;
}
/*.service-banner:before{
	background: url('../img/circle-top.png') no-repeat;
	bottom: -30px;
	right: 0px;
}*/
.service-cross:before{
	background: url('../img/circle-bottom.png') no-repeat;
	top: 0px;
}
.crossover-text h3{
	font-size: 36px;
	font-weight: 600;
	font-family: 'Montserrat', sans-serif;
}
.crossover-img {
/*    position: relative;
    margin-top: -120px;
    margin-bottom: 80px;
    z-index: 99;*/
}

.crossover-img img {
    box-shadow: 0px 1px 13px 0px rgba(255 255 255 / .25);
}
.crossover-black .crossover-img img{
	box-shadow: 0px 1px 13px 3px #3f3f3f;
}
.crossover-grey .crossover-img img{
	box-shadow: 0px 1px 13px 3px #a1a0a0;
}
.crossover-white .crossover-img img{
	box-shadow: 0px 1px 13px 3px #c9c9c9;
}
.service-banner {
	padding: 250px 0 100px;
    margin-top: -125px;
}
.contact-info-top {
	padding: 60px 0 0px;
}
.contact-map-frame iframe {
	margin: 0 0 -50px;
	box-shadow: 0px 4px 3px 0px #f1f1f1;
}
.contact-text h3 {
	font-size: 36px;
	font-weight: 600;
}
.contact-text h5 {
    font-size: 26px;
    font-weight: 300;
    margin: 30px 0 0;
    line-height: 45px;
}
.contact-text h5 strong {
	font-weight: 500;
}
.contact-form-outer {
	background-image: url('../img/contact-form-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	padding: 150px 0 10px;
}
.contact-form {
margin: 130px 0 0;
}
.form-field {
	float: left;
	width: 100%;
	margin: 0 0 50px;
	padding: 0 30px;
	position: relative;
}
.form-field.form-field-33 {
	width: 33.33%;
}
.form-field.form-field-40 {
	width: 40%;
}
.form-field.form-field-50 {
	width: 50%;
}
.form-field.form-field-60 {
	width: 60%;
}
.form-field.field-first {
	padding-left: 0;
}
.form-field.field-last {
		padding-right: 0;
}
.form-field.form-field-66 {
	width: 66.66%;
}
.form-field input {
	border-color: #afafaf;
	border-width: 0 0 2px;
	width: 100%;
	padding: 5px 0;
	font-size: 17px;
	color: #afafaf;
	background: none;
}
.form-field input:focus, .form-field input:focus-visible {
	outline: none;
}
.form-field.form-field-submit input, .form-field.form-field-submit button {
	width: auto;
	border: 2px solid #1e1e1e;
	color: #1e1e1e;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	padding: 18px 40px 16px;
	border-radius: 50px;
	letter-spacing: 2px;
	transition: 0.6s all;
}
.form-field.form-field-submit input:hover, .form-field.form-field-submit button:hover {
	box-shadow: 0 0 60px 2px #1e1e1e, 0.5rem 0.5rem 30px #1e1e1e;
	border: 2px solid #1e1e1e !important;
	background: #1e1e1e !important;
	color: #fff !important;
}
.career-info-top {
	padding: 60px 0;
}
.fw-600{
	font-weight: 600;
}
.career-info-top .contact-text h5 {
	font-weight: 400;
	letter-spacing: 2px;
	font-size: 20px;
}
.contact-form-outer.careers-form-outer {
	padding: 90px 0 80px;
}
.careers-form-outer .form-floating > label {
	padding-left: 0;
	padding-right: 0;
	color: #afafaf;
}
.careers-form-outer .form-floating > .form-control, .careers-form-outer .form-floating > .form-control-plaintext {
	padding-left: 0;
	border-radius: 0;
}
.careers-form-outer .form-field input:focus, .careers-form-outer .form-field input:focus-visible {
	outline: none !important;
	box-shadow: none !important;
	border-color: #afafaf;
}
.careers-form-outer label span {
	color: #be2228;
}
.form-field-radio {
	color: #727272;
	width: 100%;
}
.form-radio input {
	width: auto;
	display: inline-block;
}
.form-radio {
	margin: 0 5px;
	color: #727272;
}
.career-date {
	font-size: 16px;
	color: #1e1e1e;
	border: 2px solid #1e1e1e;
	padding: 7px 30px;
	border-radius: 50px;
	margin: 0 0 0 20px;
}
.upload-img {
	position: relative;
	width: 150px;
	height: 37px;
	display: inline-block;
	margin: 0 0 0 10px;
}
.upload-img input {
	opacity: 0;
	cursor: pointer;
	height: 37px;
	width: 150px;
}
.upload-img img {
	position: absolute;
	left: 0;
	z-index: -1;
}
.form-last-row label {
	color: #727272;
}
.equipment-banner {
	background: url(../img/equipment-banner.jpg) no-repeat center;
	background-size: cover;
}
.flatbed-banner {
	background: url(../img/flatbed-banner.jpg) no-repeat center;
	background-size: cover;
}
.stepdecks-banner {
	background: url(../img/stepdecks-banner.jpg) no-repeat center;
	background-size: cover;
}
.btrain-banner {
	background: url(../img/btrain-banner.jpg) no-repeat center;
	background-size: cover;
}
.about-banner {
	background: url(../img/about-banner.jpg) no-repeat center;
	background-size: cover;
}
.contact-page-banner {
	background: url(../img/contact-page-banner.jpg) no-repeat;
	background-size: cover;
}
.career-banner {
	background: url(../img/career-banner.jpg) no-repeat;
	background-size: cover;
}
ul.values-sections {
	margin: 60px 0 30px;
	display: inline-block;
	width: 100%;
}
.values-sections li {
	float: left;
	width: 25%;
	font-size: 26px;
	font-weight: 800;
	line-height: 1.4;
}
.btn-bg-red {
	background: var(--red-color);
	color: #fff;
}
.btn-bg-white {
	background: #fff;
	color: #1e1e1f;
}
.dropdown:hover .dropdown-menu {
    display: block;
}
.dropdown-menu {
    padding: 10px;
    border-radius: 10px;
    border: none;
    box-shadow: 0 0 10px #eee;
}
.dropdown-item {
    padding: 15px;
    font-weight: 700;
    color: #000;
    min-width: 200px;
    transition: 0.3s all;
    border-radius: 10px;
    margin-top: 5px;
}
.dropdown-item.active, .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: var(--red-color);
}
.professional-listing{
	margin-bottom: 80px;
}
.professional-listing li {
    margin-bottom: 10px;
    border-bottom: 1px solid #828385;
    max-width: 180px;
    padding-bottom: 10px;
    color: #828385;
}
.professional-listing li:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0px;
}
.service-banner h1 {
    position: relative;
}
.service-banner h1:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 47%;
    bottom: -10px;
    height: 2px;
    width: 50px;
    z-index: 99;
}
.crosseover-boxes-text {
	color: #fff;
}
.crosseover-boxes-text h4{
	font-size: 30px;
	margin-bottom: 15px;
}
.header-homepage .hide-desktop {
	display: none;
  }
  .home-banner-sec.banner-sec {
	background: url('../img/home-banner-img.jpg');
	background-size: 66.7% auto;
	background-position: right;
	background-repeat: no-repeat;
	padding-top: 100px;
  }

@media (min-width: 1367px){
	.promise-text {
	    margin: 0 60px;
	}
	.promise-imagebox a {
	    padding: 15px 40px;
	}
	.testimonial-text h2 {
	    font-size: 32px;
	}
	.crossover-img img{
		max-width: 100%;
	}
}
@media (max-width: 1367px){
	.home-banner-sec.banner-sec {
	  background-size: 66.7% 100%;
	}
}
@media (max-width: 1199px){
	.promise-box{
		display: inline-block;
	}
	.promise-contentbox .promise-card{
		width: 50%;
	}
	.home-banner-sec{
		padding-top: 115px;
		height: 600px;
	}
	.main-header{
		background: var(--red-color);
	}
	.main-header .nav-link{
		text-align: center;
	}
	.position-desc {
	    position: relative;
	    top: 0px;
	}
	.header-homepage .hide-desktop {
		display: block;
		margin: 0 auto;
	  }
	  .header-homepage .hide-mobile {
		display: none;
	  }
	  .promise-imagebox {
		width: 33.33%;
		float: left;
	  }
	  .promise-contentbox {
		width: 66.66%;
		padding: 30px;
		float: right;
	  }
	  .home-banner-sec.banner-sec {
		padding-top: 150px;
	  }
}
@media (max-width: 991px){
	.main-footer p,
	.footer-heading,
	.footer-addres li, 
	.footer-links li,
	.footer-logo{
		text-align: center;
	}
	.footer-btns a{
		margin: 0px auto 15px auto;
	}
	.info-links li{
		width: 100%;
		text-align: center;
	}
	.crossover-img{
		margin-top: 60px;
		top: 0;
	}
	.crossover-img img{
		max-width: 100%;
	}
	.form-field.form-field-33 {
	    width: 50%;
	}
	.form-field.form-field-40 {
	    width: 100%;
	}
	.form-field.form-field-60{
		width: 100%;
	}
	.navbar-nav {
	    margin-top: 15px;
	}
	.home-banner-sec.banner-sec {
		background-size: cover;
	  }
	.home-banner-sec.banner-sec img {
		display: none;
	  }
	  .home-banner-sec h1 {
		white-space: initial;
		color: #fff;
		text-shadow: 0 0 5px #000;
	  }
	  .home-banner-sec p {
		color: #fff;
		text-shadow: 0 0 6px #000;
		font-weight: normal;
	  }
	  .home-banner-sec.banner-sec .col-md-4.pb-5 {
		width: 100%;
	  }
}
@media (max-width: 767px){
	h1{
		font-size: 40px;
	}
	.home-banner-sec{
		padding: 115px 0 100px 0;
	}
	.home-content h1 {
	    line-height: 55px;
	    font-size: 40px;
	    word-spacing: 4px;
	}
	.promise-text h3{
		font-size: 25px;
		line-height: 40px;
	}
	.promise-imagebox {
		padding: 0;
		width: 100%;
	  }
	  .promise-contentbox {
		width: 100%;
	  }
	.promise-imagebox h2 br{
		display: none;
	}
	.promise-contentbox .promise-card h2{
		font-size: 30px;
	}
	.btn-outline-white {
	    padding: 10px 15px;
	}
	.section-padding{
		padding: 60px 0;
	}
	.promise-contentbox .promise-card{
		width: 100%;
	}
	.promise-contentbox .promise-card:nth-child(1), 
	.promise-contentbox .promise-card:nth-child(3){
		background: var(--red-color);
	}
	.promise-contentbox .promise-card:nth-child(4){
		background: #fff;
	}
	.promise-contentbox .promise-card:nth-child(4) h2,
	.promise-contentbox .promise-card:nth-child(4) a{
		color: var(--black-color) !important;
	}
	.promise-contentbox .promise-card:hover:nth-child(1) h2,
	.promise-contentbox .promise-card:hover:nth-child(2) h2,
	.promise-contentbox .promise-card:hover:nth-child(3) h2,
	.promise-contentbox .promise-card:hover:nth-child(1) img,
	.promise-contentbox .promise-card:hover:nth-child(2) img{
		filter: none !important;
	}
	.promise-contentbox .promise-card:nth-child(3) img{
		filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(3723%) hue-rotate(168deg) brightness(125%) contrast(109%);
	}
	.promise-contentbox .promise-card:nth-child(3) h2{
		color: #fff;
	}
	.promise-contentbox .promise-card:nth-child(3) a{
		color: #ffadb0;
	}
	.promise-contentbox .promise-card:nth-child(4) img{
		filter: brightness(0) saturate(100%) invert(10%) sepia(5%) saturate(322%) hue-rotate(202deg) brightness(90%) contrast(86%);
	}
	.promise-card:hover img,
	.promise-card:hover h2{
	    box-shadow: none !important;
	    text-shadow: none !important;
	}
	.service-detail {
	    padding: 200px 0 60px;
	}
	.values-sections li{
		width: 100%;
		margin-bottom: 20px;
	}
	.crossover-img{
		margin-bottom: 0;
	}
	.banner-sec{
		height: auto;
	    display: flex;
    	align-items: center;
    	padding: 200px 0 0;
	}
	.home-content{
		position: static;
	}
	.form-field.form-field-33 {
	    width: 100%;
	}
	.form-field {
		padding: 0;
	}
	.contact-form {
	    margin: 50px 0 0;
	}
	.contact-form-outer.careers-form-outer {
	    padding: 50px 0 20px;
	}
	.form-last-row label{
		margin-bottom: 10px;
	}
	.contact-text h5{
		font-size: 18px;
	}
	.contact-text h3 {
	    font-size: 30px;
	}
	.contact-info-top {
	    padding: 0px 0px 30px;
	}
	.contact-map-frame iframe{
		margin: 0 0 40px;
	}
	.form-field.form-field-66{
		width: 100%;
	}
	.home-video{
		display: none;
	}
	.equipment-banner.banner-sec{
		height: auto;
	}
	.service-banner {
		margin: 0;
		padding: 70px 0 60px;
	}
	.home-banner-sec h1 {
		white-space: initial;
	  }
	  .home-banner-sec h1 br {
		display: none;
	  }
}
@media (max-width: 575px){
	body,
	p,
	.promise-imagebox h6{
		font-size: 14px !important;
	}
	.main-header .container-fluid{
		display: block;
	}
	.main-header .navbar-brand{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.top-header-btn{
		justify-content: space-between;
	}
	.navbar-brand img {
	    max-width: 100px;
	}
	.promise-imagebox {
    	padding: 20px;
	}
	.promise-contentbox h4 {
		font-size: 24px;
	}
}