@charset "utf-8";

html {
	scroll-behavior: smooth;
}

.scrollmagic-toggle-class {
	opacity: 0;
	transition: all 1s ease;
}

.scrollmagic-toggle-class.scrollmagic-active {
	transition: all 2.5s ease;
	opacity: 1;
}

img {
	max-width: 100%;
}

body {
	padding: 0px;
	margin: 0px;
	font-family: 'Inter', sans-serif;
	font-size: 18px;
	color: #00183A;
	font-weight: 400;
}

a {
	color: #FA7402;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #00183A;
	text-decoration: underline;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.pad_0 {
	padding: 0 !important;
}

.mar_0 {
	margin: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Oswald", sans-serif;
}

hr {
	width: 100%;
	margin: 50px 0%;
	border: none;
	border-top: 1px dashed #c7c7c7 !important;
}

.container {
	max-width: 1250px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}

.tables {
	margin: 10px 0px;
}

.tables td {
	padding: 3px 7px;
	border: 1px solid grey;
}

#wrap {
	float: left;
	width: 100%;
}

.page-header {
	float: left;
	width: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
	border-bottom: 0;
	background-color: #001125;
	transition: all .3s ease-in-out;
}

.page-header .top_cont {
	background: #ee1c24;
	padding: 7px 0;
	text-align: center;
}

.page-header .top_cont p {
	display: inline-block;
	margin: 0 0 0 0;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
}

.page-header .top_cont .read_btn {
	display: inline-block;
	padding: 6px 25px;
	margin-left: 10px;
	background: #000000;
	font-size: 18px;
	color: #ffffff;
	font-weight: 700;
	line-height: 28px;
	text-transform: uppercase;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.page-header .top_cont .read_btn:hover {
	background: #fff200;
	color: #002d74;
}

#header .page-header .topHeader {
	float: left;
	width: 100%;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.page-header .logo {
	width: 202px;
}

.page-header .logo img {
	width: 100%;
	height: auto;
}

.page-header .cb_logo {
	float: left;
	width: 202px;
	padding: 22px 0;
}

.page-header .cb_logo img {
	width: 100%;
	height: auto;
}

.page-header .top_right {
	display: flex;
	align-items: center;
	justify-content: center;
}

.page-header .top_right+.top_right {
	display: none;
}

.page-header .top_right .top_row {
	display: flex;
	gap: 10px;
	align-items: center;
	justify-content: end;
	margin-bottom: 20px;
}

.page-header .top_right .top_row ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: flex;
	align-items: flex-start;
}

.page-header .top_right .top_row ul li {
	position: relative;
	display: inline-block;
	padding: 0 0px;
}

.page-header .top_right .top_row ul li:after {
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	width: 1px;
	height: 100%;
	background-color: #51401C;
}

.page-header .top_right .top_row ul li:last-child:after {
	content: none;
}

.page-header .top_right .top_row ul li a {
	display: inline-block;
	margin: 0 8px;
	font-size: 14px;
	line-height: 20px;
	color: #51401C;
	font-weight: 600;
	text-decoration: none;
	text-transform: uppercase;
	transition: all 0.3s ease-in-out;
}

.page-header .top_right .top_row ul li:first-child a {
	margin-left: 0;
}

.page-header .top_right .top_row ul li:last-child a {
	margin-right: 0;
}

.page-header .top_right .top_row ul li a:hover {
	color: #BB9545;
	text-decoration: none;
}

.page-header .top_right .bottom_row {
	display: flex;
	gap: 20px;
	justify-content: space-between;
	align-items: center;
}

.page-header .top_right .bottom_row p {
	font-style: italic;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #51401C;
	margin: 0;
}

.page-header .rightBtn {
	display: flex;
	flex-direction: column;
}

.page-header .rightBtn .small-links {
	width: 100%;
	font-size: 13px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.page-header .rightBtn .small-links a {
	color: #ffffff;
	text-decoration: none;
}

.page-header .rightBtn .small-links a:hover {
	color: #FA7402;
}

.page-header .rightBtn .phone {
	position: relative;
	display: flex;
	padding: 10px 20px 10px 54px;
	background: #FA7402;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	text-align: center;
	transition: all 0.3s ease-in-out;
	align-items: center;
}

.page-header .rightBtn .phone:hover {
	background: #FFFFFF;
	color: #FA7402
}

.page-header .rightBtn .phone:before {
	position: absolute;
	content: '\F3F2';
	font-family: "Material Design Icons";
	font-size: 24px;
	line-height: 24px;
	left: 20px;
	top: 15px;
}

.menu_box {
	display: flex;
	width: fit-content;
	align-items: center;
	justify-content: center;
}

.menu_box ul.menu {
	display: block;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.menu_box ul.menu li {
	position: relative;
	display: inline-block;
	margin-right: 31px;
}

.menu_box ul.menu li:last-child {
	margin: 0;
}

.menu_box ul.menu li a {
	position: relative;
	display: block;
	padding: 10px 6px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #ffffff;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.menu_box ul.menu li>a:not(:only-child) {
	padding-right: 27px;
}

.menu_box ul.menu li>a:not(:only-child):after {
	content: "\f35d";
	font-family: 'Material Design Icons';
	font-size: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

.menu_box ul.menu>li>a:hover,
.menu_box ul.menu>li:hover>a,
.menu_box ul.menu>li.active>a {
	color: #FA7402;
}

.menu_box ul.menu>li:hover>ul.sub-menu {
	display: block;
}

.menu_box ul.menu li ul.sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	float: left;
	min-width: 275px;
	background-color: #fa7402;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 2;
	display: none;
}

.menu_box ul.menu li ul.sub-menu li {
	display: block;
	padding: 0;
	margin: 0;
}

.menu_box ul.menu li ul.sub-menu li a {
	display: block;
	padding: 7px 15px;
	font-size: 18px;
	color: #ffffff;
	text-transform: none;
	text-align: left;
}

.menu_box ul.menu li ul.sub-menu li a:hover,
.menu_box ul.menu li ul.sub-menu li:hover a,
.menu_box ul.menu li ul.sub-menu li.active a {
	background-color: #ffffff;
	color: #FA7402;
	text-decoration: none;
}

.menu_box ul.menu li ul li ul.sub-menu {
	top: 0;
	left: 100%;
	display: none;
}

.menu_box ul.menu>li>ul>li:hover>ul.sub-menu {
	display: block;
}

.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
	height: 104px;
}

.header1 {
	width: 100%;
	background-color: #F9F9F9;
}

.header2 {
	float: left;
	width: 100%;
}

.page-header.top2 {
	float: left;
	width: 100%;
	height: 104px;
	box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.1) !important;
}

.page-header.top2 #slider {
	margin-top: 200px;
}

.page-header.top2 .top_right .top_menu2 {
	float: left;
	width: 100%;
	display: inline;
}

#slider {
	float: left;
	width: 100%;
	margin-top: 104px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

#slider:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0;
	background: linear-gradient(89deg, #001220 45%, rgba(0, 75, 134, 0) 72.4%);
}

#slider>img {
	width: 100%;
}

#slider .container {
	position: absolute;
	height: 100%;
	right: 0;
	left: 0;
}

#slider .banner {
	position: relative;
	background: #001220;
	background-position: right center;
	background-size: contain;
	background-repeat: no-repeat;
	min-height: 656px;
}


#slider .caption {
	max-width: 708px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

#slider .caption h6 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #FC7301;
	font-weight: 400;
	line-height: 37px;
	text-transform: uppercase;
}

#slider .caption h1 {
	margin: 0 0 10px 0;
	font-size: 65px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
}

#slider .caption p {
	padding: 0 135px 0 0;
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 25px;
}

#slider .caption .caption_button {
	display: flex;
	width: fit-content;
	gap: 10px;
	align-items: center;
}

#slider .caption .caption_button .quote_btn {
	position: relative;
	padding: 10px 52px 10px 20px;
	background-color: #FA7402;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#slider .caption .caption_button .quote_btn:hover {
	background-color: #FFFFFF;
	color: #FA7402;
}

#slider .caption .caption_button .quote_btn:after {
	position: absolute;
	content: '\F142';
	font-family: "Material Design Icons";
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	right: 15px;
	transition: all 0.3s ease-in-out;
}

#slider .caption .caption_button .quote_btn:hover::after {
	color: #FA7402;
}

#slider .caption .caption_button .call_btn {
	position: relative;
	padding: 10px 20px 10px 52px;
	background-color: #FFFFFF;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #FA7402;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#slider .caption .caption_button .call_btn:hover {
	background-color: #FA7402;
	color: #FFFFFF;
}

#slider .caption .caption_button .call_btn:after {
	position: absolute;
	content: '\F3F2';
	font-family: "Material Design Icons";
	font-size: 24px;
	line-height: 32px;
	color: #FA7402;
	left: 15px;
	transition: all 0.3s ease-in-out;
}

#slider .caption .caption_button .call_btn:hover::after {
	color: #FFFFFF;
}



#middle {
	float: left;
	width: 100%;
}

.feature_section {
	padding-top: 38px;
	padding-bottom: 25px;
	background-color: #00183A;
}

.feature_section .features {
	display: grid;
	gap: 35px 35px;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: repeat(1, 1fr);
}

.feature_section .features .item {
	display: flex;
	gap: 19px;
}

.feature_section .features .item .icon {
	max-width: 60px;
}

.feature_section .features .item .icon img {
	width: 100%;
	height: auto;
}

.feature_section .features .item .content {
	width: calc(100% - 60px);
}

.feature_section .features .item .content h6 {
	padding: 0 40px 0 0;
	margin: 0 0 13px 0;
	font-size: 25px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 30px;
}

.feature_section .features .item .content p {
	margin: 0 0 0 0;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 19px;
}

.dumpsters_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.dumpsters_section h2 {
	position: relative;
	padding: 71px 0 0 0;
	margin: 0 0 58px 0;
	font-size: 40px;
	color: #00183A;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	text-align: center;
}

.dumpsters_section h2::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 33px;
	width: 620px;
	height: 1px;
	transform: translateX(-50%);
	background: linear-gradient(to right, rgba(250, 116, 2, 0) 0%, #FA7402 44%, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 0) 56%, #FA7402 56%, rgba(250, 116, 2, 0) 100%);
}

.dumpsters_section h2:after {
	position: absolute;
	content: '';
	width: 50px;
	height: 64px;
	background-image: url(../images/heading-before-after-vector.png);
	background-repeat: no-repeat;
	background-size: 100%;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.dumpsters_section .item {
	display: flex;
	gap: 10px;
	padding: 20px;
	background-color: #F2F4F6;
	border-radius: 20px;
	flex-wrap: wrap;
}

.dumpsters_section .item .image-col {
	width: 100%;
}

.dumpsters_section .item .image-col img {
	width: 100%;
	height: auto;
}

.dumpsters_section .item .cont-col {
	width: 100%;
}

.dumpsters_section .item .cont-col h6 {
	margin: 0 0 10px 0;
	font-size: 25px;
	color: #00183A;
	font-weight: 400;
	line-height: 37px;
	text-transform: uppercase;
}

.dumpsters_section .item .cont-col h6 strong {
	font-weight: 600;
}

.dumpsters_section .item .cont-col p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #00183A;
	font-weight: 400;
	line-height: 25px;
}

.dumpsters_section .item .cont-col p:last-child {
	margin: 0 0 0 0;
}

.choose_section {
	position: relative;
	padding-top: 35px;
	padding-bottom: 25px;
	margin: 0 0 120px 0;
	background-color: #00183A;
}

.choose_section .choose_item {
	position: relative;
	display: flex;
	justify-content: space-between;
}

.choose_section .choose_item .cont-col {
	padding: 5px 0 0 0;
	width: 44%;
}

.choose_section .choose_item .cont-col h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	position: relative;
	margin: 0 0 16px 0;
	font-size: 40px;
	color: #FA7402;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	flex-direction: row-reverse;
}

.choose_section .choose_item .cont-col h2::before {
	content: "";
	flex: 1;
	height: 1px;
	background: linear-gradient(to right, #fa7402 0%, rgba(250, 116, 2, 0) 100%);
}

.choose_section .choose_item .cont-col ul {
	padding: 0;
	margin: 0 0 8px 0;
	list-style: none;
}

.choose_section .choose_item .cont-col ul li {
	position: relative;
	padding: 0 0 0 40px;
	display: flex;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 46px;
}

.choose_section .choose_item .cont-col ul li::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 17px;
	background-image: url(../images/choose-bullet-point-vector.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 15px;
}

.choose_section .choose_item .cont-col p {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 25px;
}

.choose_section .choose_item .image-col {
	position: absolute;
	right: 0;
	bottom: -75px;
}

.choose_section .choose_item .image-col img {
	width: 100%;
	height: auto;
}

.cta_section {
	padding-top: 48px;
	padding-bottom: 48px;
	background-color: #F2F4F6;
}

.cta_section .cont-col {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: center;
}

.cta_section .cont-col h3 {
	margin: 0 0 0 0;
	font-size: 35px;
	color: #00183A;
	font-weight: 600;
	line-height: 52px;
	text-transform: uppercase;
}

.cta_section .cont-col p {
	margin: 0 0 0 0;
	font-size: 18px;
	color: #00183A;
	font-weight: 400;
	line-height: 25px;
}

.cta_section .cont-col .cta_button {
	display: flex;
	width: fit-content;
	gap: 10px;
	align-items: center;
	justify-content: center;
}

.cta_section .cont-col .cta_button .quote_btn {
	position: relative;
	padding: 10px 52px 10px 20px;
	background-color: #FA7402;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.cta_section .cont-col .cta_button .quote_btn:hover {
	background-color: #FFFFFF;
	color: #FA7402;
}

.cta_section .cont-col .cta_button .quote_btn:after {
	position: absolute;
	content: '\F142';
	font-family: "Material Design Icons";
	font-size: 32px;
	line-height: 32px;
	color: #FFFFFF;
	right: 15px;
	transition: all 0.3s ease-in-out;
}

.cta_section .cont-col .cta_button .quote_btn:hover::after {
	color: #FA7402;
}

.cta_section .cont-col .cta_button .call_btn {
	position: relative;
	padding: 10px 20px 10px 52px;
	background-color: #FFFFFF;
	border-radius: 5px;
	font-family: "Oswald", sans-serif;
	font-size: 20px;
	color: #FA7402;
	font-weight: 400;
	line-height: 30px;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.cta_section .cont-col .cta_button .call_btn:hover {
	background-color: #FA7402;
	color: #FFFFFF;
}

.cta_section .cont-col .cta_button .call_btn:after {
	position: absolute;
	content: '\F3F2';
	font-family: "Material Design Icons";
	font-size: 24px;
	line-height: 32px;
	color: #FA7402;
	left: 15px;
	transition: all 0.3s ease-in-out;
}

.cta_section .cont-col .cta_button .call_btn:hover::after {
	color: #FFFFFF;
}



/* Footer Sec */
#footer {
	float: left;
	width: 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	background: #00183A;
}

#footer .contactInfo {
	display: flex;
	gap: 30px;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 65px;
}

#footer .contactInfo .ftr_address,
#footer .contactInfo .ftr_phone,
#footer .contactInfo .ftr_social,
#footer .contactInfo .ftr_email {
	position: relative;
	padding: 0 0 0 40px;
}

#footer .contactInfo .ftr_address::before {
	position: absolute;
	left: 0;
	content: '\F34E';
	font-family: "Material Design Icons";
	font-size: 26px;
	color: #FA7402;

}

#footer .contactInfo .ftr_phone::before {
	position: absolute;
	left: 0;
	content: '\F3F2';
	font-family: "Material Design Icons";
	font-size: 27px;
	line-height: 27px;
	color: #FA7402;
}

#footer .contactInfo .ftr_social::before {
	position: absolute;
	left: 0;
	content: '\F1E7';
	font-family: "Material Design Icons";
	font-size: 30px;
	line-height: 30px;
	color: #FA7402;
}

#footer .contactInfo .ftr_email::before {
	position: absolute;
	left: 0;
	content: '\F1EE';
	font-family: "Material Design Icons";
	font-size: 27px;
	line-height: 27px;
	color: #FA7402;
}

#footer .contactInfo .info_title {
	margin: 0 0 7px 0;
	position: relative;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	color: #FFFFFF;
}

#footer .contactInfo p {
	margin: 0;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #FFFFFF;
}

#footer .contactInfo a {
	display: inline-block;
	font-size: 18px;
	line-height: 25px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#footer .contactInfo a:hover {
	color: #FA7402;
}

#footer .ftr_social ul {
	display: flex;
	gap: 10px;
	padding: 0px;
	margin: 0px;
	list-style: none;
}

#footer .ftr_social ul li {
	display: flex;
}

#footer .ftr_social ul li a img {
	max-width: 35px;
}


#footer .paymentCard {
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 20px;
}

#footer .copyright {
	width: 100%;
}

#footer .copyright p {
	margin: 0 0 20px 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
}

#footer .copyright p:last-child {
	margin: 0;
}

#footer .copyright .footerMenu {
	display: flex;
	justify-content: center;
	padding: 0;
	margin: 0;
	list-style: none;
	margin-bottom: 10px;
}

#footer .copyright .footerMenu li a {
	position: relative;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0 7px;
	transition: all 0.3s ease-in-out;
}

#footer .copyright .footerMenu li a:hover {
	color: #FA7402;
}

#footer .copyright .footerMenu li a::before {
	position: absolute;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
	content: '';
	width: 2px;
	height: 60%;
	background-color: #ffffff;
}

#footer .copyright .footerMenu li:last-child a:before {
	display: none;
}

#footer .ftr_servicearea {
	display: flex;
	width: 100%;
	margin: 45px 0 0 0;
}

#footer .ftr_servicearea .area_wrap {
	display: flex;
	width: 100%;
	gap: 100px;
}

#footer .ftr_servicearea .area_wrap .area_title {
	margin: 0;
	width: 18%;
	height: fit-content;
	font-family: "Oswald", sans-serif;
	font-size: 25px;
	color: #FA7402;
	font-weight: 400;
	line-height: 25px;
	text-transform: uppercase;
}

#footer .ftr_servicearea .area_wrap .areas_list {
	display: flex;
}

#footer .ftr_servicearea .area_wrap .areas_list ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	flex-wrap: wrap;
}

#footer .ftr_servicearea .area_wrap .areas_list ul li {
	display: inline-block;
}

#footer .ftr_servicearea .area_wrap .areas_list ul li a {
	padding: 0 7px;
	position: relative;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#footer .ftr_servicearea .area_wrap .areas_list ul li a:hover {
	color: #FA7402;
}

#footer .ftr_servicearea .area_wrap .areas_list ul li a::before {
	position: absolute;
	content: '';
	width: 1px;
	height: 90%;
	background-color: #ffffff;
	top: 50%;
	right: -1px;
	transform: translateY(-50%);
}

#footer .ftr_servicearea .area_wrap .areas_list ul li:last-child a:before {
	display: none;
}

/*----------------- Inner Pages -----------------*/
.alignleft,
.alignnone {
	float: left;
	max-width: 100%;
	height: auto;
	margin: 0 50px 20px 0;
	border-radius: 20px;
}

.alignright {
	float: right;
	max-width: 100%;
	height: auto;
	margin: 0 0 20px 50px;
	border-radius: 20px;
}

.aligncenter {
	float: none;
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto 20px auto;
	border-radius: 20px;
}

#inner_banner {
	position: relative;
	display: flex;
	align-items: center;
	min-height: 370px;
	margin-top: 104px;
	background-repeat: no-repeat;
	background-size: cover;
	z-index: 1;
}

#inner_banner::before {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0;
	background: linear-gradient(89deg, #001220 32.03%, rgba(0, 75, 134, 0) 72.4%);
	z-index: -1;
}

#inner_banner .caption {
	width: 57%;
}

#inner_banner h1 {
	margin: 0 0 0 0;
	font-size: 65px;
	color: #FFFFFF;
	font-weight: 500;
	line-height: 70px;
	text-transform: uppercase;
}

#inner_banner .breadcrumb {
	padding: 0;
	margin: 12px 0 0 0;
	list-style: none;
	background-color: transparent;
	border-radius: 0px;
}

#inner_banner .breadcrumb li {
	font-size: 18px;
	color: #FA7402;
	font-weight: 400;
}

#inner_banner .breadcrumb li+li:before {
	content: "/\00a0";
	padding: 0;
	color: #ffffff;
}

#inner_banner .breadcrumb li a {
	color: #ffffff;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

#inner_banner .breadcrumb li a:hover {
	color: #FA7402;
	text-decoration: none;
}

.inner_section {
	padding-top: 70px;
	padding-bottom: 70px;
}

.inner_section h2 {
	margin: 0 0 20px 0;
	font-size: 40px;
	color: #00183A;
	font-weight: 400;
	line-height: 40px;
}


.inner_section h3 {
	margin: 0 0 15px 0;
	font-size: 35px;
	color: #00183A;
	font-weight: 400;
	line-height: 35px;
}

.inner_section h4 {
	margin: 0 0 15px 0;
	font-size: 30px;
	color: #00183A;
	font-weight: 400;
	line-height: 30px;
}

.inner_section h5 {
	margin: 0 0 15px 0;
	font-size: 25px;
	color: #00183A;
	font-weight: 400;
	line-height: 30px;
}

.inner_section h6 {
	margin: 0 0 15px 0;
	font-size: 22px;
	color: #00183A;
	font-weight: 400;
	line-height: 30px;
}

.inner_section p {
	margin: 0 0 15px 0;
	font-size: 18px;
	color: #00183A;
	font-weight: 400;
	line-height: 25px;
}

.inner_section p:last-child {
	margin-bottom: 0;
}

.inner_section ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
}

.inner_section ul:last-child {
	margin: 0;
}

.inner_section ul li {
	position: relative;
	margin-bottom: 10px;
	padding-left: 35px;
	font-size: 18px;
	color: #000000;
	font-weight: 400;
	line-height: 25px;
}

.inner_section ul li::before {
	position: absolute;
	content: '';
	width: 22px;
	height: 17px;
	background-image: url(../images/choose-bullet-point-vector.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	left: 0;
	top: 5px;
}

.inner_section ul li:last-child {
	margin: 0;
}

.inner_section ul li a {
	color: #000000;
	text-decoration: none;
}

/*----------------- Dumpster Sizes Page -----------------*/

.dumpsters_cont {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #00183A;
}

.dumpsters_cont .cont-col {}

.dumpsters_cont .cont-col h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	position: relative;
	margin: 0 0 25px 0;
	font-size: 40px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.dumpsters_cont .cont-col h2::before {
	content: "";
	width: 30%;
	height: 1px;
	background: linear-gradient(to right, #FFFFFF 0%, rgba(250, 116, 2, 0) 100%);
}

.dumpsters_cont .cont-col h3 {
	position: relative;
	margin: 0 0 25px 0;
	font-size: 35px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 52px;
	text-transform: uppercase;
}

.dumpsters_cont .cont-col p {
	margin: 0 0 25px 0;
	font-size: 18px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 25px;
}

.dumpsters_cont .cont-col p:last-child {
	margin: 0;
}

.dumpster-page .choose_section .choose_item .cont-col h2 {
	line-height: 45px;
}


/*----------------- Service Areas Page -----------------*/
.service_section h5 {
	margin-bottom: 30px;
}

.service_section .serviceList {
	width: 100%;
}

.service_section .serviceList ul.service-areas-list {
	display: flex;
	gap: 10px 20px;
	flex-wrap: wrap;
}

.service_section .serviceList ul.service-areas-list li {
	width: calc(50% - 10px);
	padding: 0;
	margin: 0;
}

.service_section .serviceList ul.service-areas-list li::before {
	display: none;
}

/*----------------- About Page -----------------*/
.about_section {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about_section h2 {
	display: flex;
	align-items: center;
	gap: 11px;
	position: relative;
	margin: 0 0 50px 0;
	font-size: 40px;
	color: #00183A;
	font-weight: 400;
	line-height: 30px;
	text-transform: uppercase;
	flex-direction: row-reverse;
	justify-content: flex-end;
}

.about_section h2::before {
	content: "";
	width: 30%;
	height: 1px;
	background: linear-gradient(to right, #00183A 0%, rgba(250, 116, 2, 0) 100%);
}

.about_section p {
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #00183A;
	font-weight: 400;
	line-height: 25px;
}


/*----------------- FAQs Page -----------------*/
.faqsBox {
	margin-top: 50px;
	margin-bottom: 20px;
}

.faqsBox:last-child {
	margin-bottom: 0;
}

.faqsBox .panel {
	margin-bottom: 0;
	border-radius: 5px;
	border-color: #00183A;
	box-shadow: none;
}

.faqsBox .panel+.panel {
	margin-top: 15px;
}

.faqsBox .panel .panel-heading {
	padding: 0;
	border-color: #00183A;
	background-color: #00183A;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffffff;
}

.faqsBox .panel .panel-heading:hover {
	color: #ffffff;
}

.faqsBox .panel .panel-heading .panel-title {
	margin: 0;
	font-size: 25px;
	color: inherit;
	line-height: 37px;
}

.faqsBox .panel .panel-heading .panel-title a {
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
	padding: 15px 20px;
	color: inherit;
	text-decoration: none;
}

.faqsBox .panel .panel-heading .panel-title a:hover {
	color: inherit;
}

.faqsBox .panel .panel-heading .panel-title .plus-toggle:before {
	content: "\f374";
	float: right;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 32px;
	height: 32px;
	margin: 0px 0px 0 11px;
	border: 2px solid;
	border-radius: 5px;
	font-family: "Material Design Icons";
	font-size: 28px;
	color: #FFFFFF;
	line-height: normal;
}

.faqsBox .panel .panel-heading .panel-title .plus-toggle.collapsed:before {
	content: "\f415";
	color: #FFFFFF;
}

.faqsBox .panel .panel-collapse .panel-body {
	padding: 15px 20px;
	border-top-color: #00183A;
}

.faqsBox .panel .panel-collapse .panel-body p {
	margin-bottom: 15px;
}

.faqsBox .panel .panel-collapse .panel-body p:last-child {
	margin-bottom: 0;
}

.faqsBox .panel .panel-collapse .panel-body ul {
	margin-bottom: 15px;
}

.faqsBox .panel .panel-collapse .panel-body ul:last-child {
	margin-bottom: 0;
}

/*----------------- Contact Page -----------------*/
.contact_form {
	width: 100%;
}

.contact_form .form-group {
	margin-bottom: 20px;
}

.contact_form .form-control {
	display: block;
	width: 100%;
	height: 50px;
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	border: 1px solid #D3D3D3;
	border-radius: 5px;
	padding: 10px 20px;
	margin-bottom: 15px;
	background-color: #ffffff;
}

.contact_form .form-control::placeholder {
	color: #000000;
}

.contact_form .form-group .submit_btn {
	padding: 10px 30px;
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	border-radius: 5px;
	background-color: #FA7402;
	transition: all 0.3s ease-in-out;
}

.contact_form .form-group .submit_btn:hover {
	background: #001125;
}

.contact_form textarea.form-control {
	height: auto;
	resize: none;
}

.contact_form .form-group label {
	font-size: 18px;
}

.contact_form .form-group .radio_wrap {
	display: flex;
	align-items: center;
	gap: 8px;
}

.contact_form .form-group .radio_wrap input[type="radio"] {
	margin: 0;
}

.contact_form .form-group .radio_wrap label {
	margin: 0;
	font-size: 16px;
}

.contact_detail {
	padding-left: 50px;
}

.contact_detail ul {
	margin: 0;
}

.contact_detail ul li {
	padding: 0 0 0 40px;
	margin-bottom: 20px;
}

.contact_detail ul li::before {
	position: absolute;
	left: 0;
	content: '';
	background-image: unset;
	font-family: "Material Design Icons";
	font-size: 26px;
	color: #FA7402;
	top: 0;
}

.contact_detail ul li.address::before {
	content: '\F34E';
	top: 5px;
}

.contact_detail ul li.phone::before {
	content: '\F3F2';
}

.contact_detail ul li.email::before {
	content: '\F1EE';
}

.contact_detail ul li a {
	color: #00183A;
	text-decoration: none;
	transition: all 0.3s ease-in-out;
}

.contact_detail ul li a:hover {
	color: #FA7402;
}

.map_sec {
	float: left;
	width: 100%;
}

.map_sec iframe {
	width: 100%;
	height: 490px;
}