*{margin:0;padding:0;box-sizing:border-box}
body{font-family:apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#333;line-height:1.6;background:#fff}
img{width:100%;display:block; height: auto;}a{text-decoration:none}

.container, .container_lg {width: 1350px; max-width: 95%; margin: auto;}
section.banner_bar{position:relative;}
/* ===========================
HEADER
=========================== */
.top-header {padding: 18px 0;background: #fff;}
.desktopHide-Mobilemenu{display: none;}
.top-header .container {display: flex;justify-content: space-between;align-items: center;}
.logo h2 {font-size: 36px;font-weight: 700;color: #222;line-height: 1;}
.logo span {font-size: 28px;font-weight: 700;display: block;}
.contact-info {display: flex; gap: 40px;}
.contact-info a {color: #25292b;font-size: 18px;font-weight: 600;}
header {width: 100%;}
.top-header {background: #fff;padding: 20px 0;transition: .3s;}
.header-flex {display: flex;justify-content: space-between;align-items: center;}
.logo img {height: 70px;}
.header-contact {display: flex;gap: 40px;}
.header-contact a {color: #222;text-decoration: none;font-weight: 600;}
header {
	overflow-x: visible !important;
	overflow-y: visible !important;
}

/* ===========================
NAVBAR
=========================== */

.navbar {background: #1960af;transition: .35s;position:relative;}

.navbar.sticky {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .15);z-index:1;
}

.nav-container {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.menu {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu>li {
	position: relative;
}

.menu>li>a {

	color: #fff;
	font-size: 20px;
	border-bottom: 2px solid #1960af;
	text-decoration: none;

	display: flex;

	align-items: center;

	gap: 8px;

	padding: 20px 24px;

	font-weight: 600;

	transition: .3s;

}

.menu>li>a:hover {

	background: #1960af;
	border-bottom: 1px solid #ffffff75;

}

/* ===========================
SUBMENU
=========================== */

.submenu {  z-index:999999;position: absolute;top: 100%;left: 0;width: 320px;background: #1960af;list-style: none;
	padding: 0;opacity: 0;visibility: hidden;transform: translateY(20px);transition: .35s ease;box-shadow: 0 10px 25px rgba(0, 0, 0, .15);}

.submenu li {border-top: 1px solid rgba(255, 255, 255, .15);}
.submenu li:first-child {border-top: none;}

.submenu a {
	display: block;padding: 18px 20px;color: #fff;text-decoration: none;transition: .3s;}

.submenu a:hover {

	background: #052345;

	padding-left: 28px;

}

.has-dropdown:hover>.submenu {

	opacity: 1;

	visibility: visible;

	transform: translateY(0);

}

/* ===========================
MENU TOGGLE
=========================== */

.menu-toggle {

	display: none;

	color: #1960af;

	font-size: 30px;

	cursor: pointer;

}

li.has-dropdown img {
	width: 18px;
}

/*=========================
HERO
=========================*/

.hero {
	padding: 30px 0;
	height: 700px;
	background: #fff;
}

section.hero {
	background-image: url(../images/banner.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: cover;
}

.hero-wrapper {
	display: grid;
	grid-template-columns: 2fr .4fr;
	gap: 60px;
	align-items: center;
}

.hero-tag {
	display: inline-block;
	color: #1960af;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-transform: uppercase;
}

.hero h1 {
	font-size: 36px;
	line-height: 1.15;
	color: #065699;
	font-weight: normal;
	margin-bottom: 25px;
}

.banner_bar .bnrText h1{
	text-align: left;
}

.hero p {
	font-size: 17px;
	color: #065699;
	line-height: 1.8;
	max-width: 600px;
	margin-bottom: 35px; text-transform: uppercase;
}

.hero-buttons {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}

.btn-primary {
	background: #1960af;
	color: #fff;
	padding: 16px 34px;
	border-radius: 6px;
	font-weight: 600;
	transition: .3s;
}

.btn-primary:hover {
	background: #114b8a;
}

.btn-outline {
	border: 2px solid #1960af;
	color: #1960af;
	padding: 16px 34px;
	border-radius: 6px;
	font-weight: 600;
	transition: .3s;
}

.btn-outline:hover {
	background: #1960af;
	color: #fff;
}

.hero-image img {
	width: 100%;
	border-radius: 12px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, .15);
}

/******About********/
.about {
	padding: 50px 0;background-color: #f2f2f2;
}


.about-image img {
	width: 100%;
	border-radius: 14px;
	display: block;
}

.section-tag {
	display: inline-block;
	color: #1960af;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 2px;
	margin-bottom: 18px;
}

.about h2 {
	font-size: 34px;
	color: #1960af;
	margin-bottom: 25px;
	text-align: center;
	font-weight: 600;
}

.about p {
	color: #1c2d41;
	font-size: 22px;
	line-height: 1.8;
	margin-bottom: 20px;
	text-align: center;
}
.about-content {
	max-width: 1000px;
	margin: auto;
}

/*==========================
WHAT WE DO
==========================*/

.what-we-do {

	padding: 40px 0 0px;

}

.what-we-do h2 {
	text-align: center;
	font-size: 46px;
	color: #1960af;
	font-weight: 600;
	margin-bottom: 20px;
}

.services-grid {display: grid;max-width: 1000px;margin: auto;grid-template-columns: repeat(2, 1fr);column-gap: 120px;
	row-gap: 30px;}

.service-item {
	display: flex;
	align-items: flex-start;
}

.service-icon {
	width: 80px;
	flex-shrink: 0;
	margin-right: 22px;
}

.service-icon img {
	width: 80px;
	display: block;
}

.service-content h3 {
	color: #1960af;
	font-size: 26px;
	font-weight: 500;
	margin-bottom: 8px;
}

.service-content p {

	font-size: 16px;

	color: #222;

	line-height: 1.7;

	max-width: 320px;

}


/*==========================
WHY REMOVALS
==========================*/

.why-removals {
	padding:  60px 0 30px;
}

.container.why-grid, .why-grid {

	display: flex;max-width: 1000px;    margin: auto;

	justify-content: space-between;

	align-items: center;

	gap: 60px;

}

.why-left {

	width: 55%;

}

.why-right {

	width: 45%;

	text-align: right;

}

.why-right img {

	max-width: 100%;

}

.why-left h2 {
	color: #1960af;
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 20px;

}

.why-left ul {

	list-style: none;

	padding: 0;

	margin: 0;

}

.why-left li {

	position: relative;

	padding-left: 42px;

	margin-bottom: 26px;

	font-size: 20px;

	color: #111;

	line-height: 1.4;

}

.why-left li::before {

	content: "✓";

	position: absolute;

	left: 0;

	top: 0;

	width: 26px;

	height: 26px;

	background: #1960af;

	color: #fff;

	border-radius: 50%;

	display: flex;

	align-items: center;

	justify-content: center;

	font-size: 15px;

	font-weight: bold;

}






.blog {
	padding: 50px 0;
	background-color: #1960af; position: relative;
}

.blog-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}

.blog-card {
	background: #fff;
	transition: .3s;
	overflow: hidden;
	box-shadow: 0 10px 30px rgba(0, 0, 0, .08);
}

.blog-card:hover{transform: translateY(-2px);}
.blog-card img {
	width: 100%;;
	object-fit: cover;
}

.blog-content {
	padding: 15px 25px; 
}
h2{font-size: 36px; font-weight: 600;}
section.blog h2 {
	color: #fff;
	text-align: center;
	font-weight: 600;
	padding-bottom: 50px;
}
.blog-content p {
	color: #172539;
	margin-bottom: 20px;
	font-size: 16px;
}
.blog-content h3 {
	margin-bottom: 15px;
	color: #1960af; font-size: 23px; font-weight: 500; line-height: 1.3;
}
section.blog .container {
	max-width: 1000px;
	margin: auto;
}

.blog-content a {
	color: #1960af;
	font-weight: 600;
}

/***cta**/

section.cta {
	background-image: url(../images/book.jpg);
	padding: 80px 0;
	color: #fff; background-position: center; background-repeat: no-repeat;background-size: cover; position: relative;
}
.container.cta-wrapper{z-index: 99;
	display: block;
	position: relative;
	text-align: center;}
section.cta:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	background-color: rgba(5, 35, 69, 0.91);
}
.cta h2 {
	margin-bottom: 15px; 
}

.cta p {
	font-size: 18px;
	opacity: .9;
}

.btn-quote {
	display: inline-block;
	background: #1960af;
	color: #fff;
	padding: 16px 34px;
	border-radius: 6px;
	font-weight: 600;
	transition: .3s; font-size: 20px;
}

.btn-quote:hover {
	transform: translateY(-2px);background-color: #0d2545;;
}

/***footer**/
.footer{

	background:#fff;

	padding:70px 0 30px;

	border-top:1px solid #eee;

}

.footer-grid{

	display:grid;

	grid-template-columns:1.1fr 1fr 1fr 1fr;

	gap:60px;

}

.footer-logo{

	max-width:240px;

	margin-bottom:30px;

}

.social-icons{

	display:flex;

	gap:18px;

}

.social-icons a{

	width:38px;

	height:38px;

	background:#1960af;

	border-radius:50%;

	display:flex;

	align-items:center;

	justify-content:center;

	color:#fff;

	text-decoration:none;

	font-size:18px;

	transition:.3s;

}

.social-icons a:hover{

	background:#144b8c;

}

.footer h4{

	color:#1960af;

	font-size:19px;

	margin-bottom:5px;

	font-weight:600;

}

.footer p{

	color:#222;

	line-height:2;

	font-size:16px;

}

.footer ul{

	list-style:none;

	padding:0;

	margin:0;

}

.footer ul li{

	margin-bottom:5px;

	font-size:16px;

	line-height:1.7;

}

.footer ul li a{

	color:#222;

	text-decoration:none;

}

.footer ul li a:hover{

	color:#1960af;

}

.cm-text{

	margin-top:10px;

	color:#1960af;

}

.cm3-logo{

	width:180px;

	margin-top:10px;

}

.storage-logo{

	width:100%;

	max-width:320px;

	margin-top:15px;

}

.contact-list li{

	margin-bottom:12px;

}

.copyright{

	text-align:center;

	margin-top:50px;

	font-size:16px;

	color:#1c2d41;

}

.copyright span{

	margin:0 10px;

}

.copyright a{

	color:#222;

	text-decoration:none;

}

@media screen and (max-width:1050px){
	section.blog .container, .why-grid{max-width: 90%;}
	.services-grid{max-width: 100%;}
	.footer-grid{grid-template-columns: 1.1fr 1fr;}
}
@media(max-width:991px) {

	.menu-toggle {

		display: block;

		padding: 15px;

	}

	.menu {

		position: fixed;

		top: 0;

		right: -100%;

		width: 320px;

		height: 100vh;

		background: #1960af;

		flex-direction: column;

		padding-top: 90px;

		transition: .4s;

	}

	.menu.active {
		z-index: 9999999999;
		right: 0;
	}

	.menu>li {
		width: 100%;
	}

	.menu>li>a {
		width: 100%;
		padding: 15px 25px;
		justify-content: space-between;
	}

	.submenu {

		position: static;

		opacity: 1;

		visibility: visible;

		transform: none;

		display: none;

		width: 100%;

		box-shadow: none;

	}

	.has-dropdown.active .submenu {

		display: block;

	}
	.blog-grid{    grid-template-columns: repeat(1, 1fr);}

	.services-grid {

		grid-template-columns: 1fr;

		row-gap: 35px;

	}

	.why-grid {

		flex-direction: column;

	}

	.why-left,

	.why-right {

		width: 100%;

	}

	.why-right {

		text-align: left;

		margin-top: 30px;

	}

	.what-we-do h2,

	.why-left h2 {

		font-size: 36px;

	}
}

@media(max-width:767px) {

	.service-item {

		align-items: center;

	}

	.service-icon {

		width: 55px;

		margin-right: 15px;

	}

	.service-icon img {

		width: 55px;

	}

	.service-content h3 {

		font-size: 22px;

	}

	.service-content p {

		font-size: 15px;

	}

	.why-left li {

		font-size: 18px;

		padding-left: 38px;

	}
	.footer-grid{grid-template-columns: 1fr;}
	.mobileHide{display: none;}
	.desktopHide-Mobilemenu{display: block;}
	.hero{height: 300px;}
	.hero-wrapper{    grid-template-columns: 1.2fr .8fr;}
	.hero h1 {
		font-size: 22px;}
	.hero p{font-size: 14px;font-weight: 600;}
	h2, .about h2, .what-we-do h2, .why-left h2{font-size: 25px;}
	.about p{font-size: 18px;}
	.container{max-width: 90%;}
	.footer-logo, .logo img {
		max-width: 175px;}
	.what-we-do {
		padding: 50px 0 0px;
	}
	.blog-grid{display:block;}
	.blog-card{margin:0 0px 20px;}

	ul.slick-dots {
		bottom: -29px;
		position: absolute;
		left: 0;
		right: 0;
	}
	ul.slick-dots li button:before{color:#1960af;font-size:12px;}
	/* Blog Slider Dots */

	ul.slick-dots {
		display: flex;
		justify-content: center;
		gap: 8px;
		margin-bottom: 32px;

	}
	ul.slick-dots li.active {
		background-color: #fff;
	}
	.blog .slick-dots,
	.blog .slick-dots li{
		list-style: none !important;
		margin: 0px;
		padding: 0;
	}

	.blog .slick-dots li::marker{
		content: "" !important;
	}
	ul.slick-dots li {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		background-color: #dfdddd;
		margin-right: 8px !important;
	}
	ul.slick-dots li button {
		font-size: 0px;
		background-color: transparent;
		border: none;
	}
	.btn-quote{font-size: 16px;}
}