/*Main Css */

:root {
--primary: #062B5B;
--secondary: #000000;
--white: #fff;
--body-color: #828282;

--font-heading: 'Oswald', sans-serif;
--font-accent: 'Roboto', sans-serif;
--font-body: 'Roboto', sans-serif;
--icon: "Font Awesome 6 Pro", sans-serif;
}

::selection {
background: var(--primary);
color: #fff;
text-shadow: none;
}

::-webkit-scrollbar {
width: 5px;
background-color: #f5f5f5;
}

::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
display: none;
}

::-webkit-scrollbar-track-piece {
-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
background-color: #fff;
}

::-webkit-scrollbar-thumb:vertical {
border-radius: 10px;
background-color: var(--primary);
}

/* Tabbing CSS */

[class^="box-"] {
display: none;
}

[class^="box-"].showfirst {
display: block;
}

body {
font-family: var(--font-body);
overflow-x: hidden;
font-size: 18px;
color: var(--body-color);
line-height: 35px;
letter-spacing: 0em;
}

body.inner-header {
padding-top: 100px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
font-family: var(--font-heading);
display: block;
color: var(--secondary);
text-transform: uppercase;
}

h1 {
font-size: 65px;
line-height: 92px;
letter-spacing: 0em;
font-weight: 500;
}

h2 {
font-size: 60px;
line-height: 78px;
letter-spacing: 0em;
font-weight: bold;
}

h4 {
font-size: 30px;
line-height: normal;
letter-spacing: 0em;
font-weight: 600;
}

h6 {
font-size: 20px;
font-weight: 600;
line-height: normal;
letter-spacing: 0px;
}

.text-primary {
color: var(--primary) !important;
}

.text-secondary {
color: var(--secondary) !important;
}

.btn {
padding: 19px 36px;
text-transform: uppercase;
font-family: var(--font-body) !important;
border-radius: 8px;
font-size: 16px;
line-height: normal;
font-family: 600;
}

.btn:focus,
.btn:active:focus {
box-shadow: none;
}

.btn i {
font-size: 14px;
font-weight: 600;
}

.btn-primary {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
transition: color 0.4s linear;
position: relative;
z-index: 1;
overflow: hidden;
}

/*
.btn-primary::before {
content: "";
position: absolute;
left: 0;
top: 0;
width: 101%;
height: 101%;
background: #031936;
border: 1px solid #031936 !important;
z-index: 1;
border-radius: 0px;
transition: transform 0.5s;
transition-timing-function: ease;
transform-origin: 0 0;
transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7);
transform: scaleX(0);
border-radius: 0px;
}

.btn-primary:hover::before {
transform: scaleX(1);
color: #fff !important;
z-index: -1;
} */

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
background-color: #031936;
border: 1px solid #031936;
color: var(--white) !important;
}

.btn-primary-border {
background-color: transparent;
border: 1px solid var(--primary);
color: var(--primary) !important;
}

.btn-primary-border:hover,
.btn-primary-border:active,
.btn-primary-border:focus {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-secondary {
background-color: var(--secondary);
border: 1px solid var(--secondary);
color: var(--white) !important;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
background-color: var(--primary);
border: 1px solid var(--primary);
color: var(--white) !important;
}

.btn-white-border {
background-color: transparent;
border: 1px solid var(--white);
color: var(--white) !important;
}

.btn-white-border:hover,
.btn-white-border:active,
.btn-white-border:focus {
background-color: var(--white);
border: 1px solid var(--white);
color: var(--primary) !important;
}

.btn-white {
background-color: var(--white);
border: 1px solid var(--white);
color: var(--secondary) !important;
}

.btn-white:hover,
.btn-white:active,
.btn-white:focus {
opacity: .85;
}

.btn-dark {
background-color: var(--dark);
border: 1px solid var(--dark);
color: var(--white) !important;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
background-color: transparent;
border: 1px solid var(--dark);
color: var(--dark) !important;
}

*:hover,
*:focus,
* {
outline: none !important;
}

img {
max-width: 100%;
height: auto;
}

a,
input[type="submit"] {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
display: inline-block;
cursor: pointer;
text-decoration: none;
}

span {
display: inline-block;
}

textarea,
select,
input[type],
textarea,
select,
button {
font-family: var(--font-body);
font-weight: 400;
}

::-webkit-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-ms-input-placeholder {
color: #a3a3a3;
font-weight: 400;
}

:-moz-placeholder {
color: #a3a3a3;
font-weight: 400;
}

::-moz-placeholder {
opacity: 1;
}

/* Padding Classes */
.pad-zero {
padding: 0px;
}

.pad-l-zero {
padding-left: 0px;
}

.pad-r-zero {
padding-right: 0px;
}

.ovr-hiddn {
overflow: hidden;
}

.overlay:after {
content: "";
position: fixed;
width: 100%;
height: 100%;
left: 0;
top: 0;
background: rgba(0, 0, 0, 0.6);
z-index: 1;
}

.overlay {
display: none;
}

.overlay.active {
display: block;
}

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

/*header css*/

/* header {
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
position: fixed;
background: transparent;
z-index: 1;
left: 0;
right: 0;
top: 0;
}
header.sticky{
background: white;
box-shadow: 0px 4px 6px -1px rgb(0 0 0 / 10%), 0px 2px 4px -1px rgb(0 0 0 / 6%);
top: 0;
} */

.main-header {
width: 100%;
padding-top: 25px;
padding-bottom: 18px;
height: 129px;
width: 100%;
background-size: cover;
background-position: bottom;
background-repeat: no-repeat;
position: absolute;
z-index: 3;
}

/* .menuWrap {
display: flex;
align-items: center;
justify-content: center;
} */

.desktop-header .menuWrap {
display: flex;
align-items: center;
justify-content: end;
}

.logo {
display: inline-block;
}

.logo img {
display: block;
}

/* Hamburger Menu */
.menu-Bar {
width: 30px;
height: 20px;
cursor: pointer;
position: absolute;
right: 15px;
top: 0;
bottom: 0px;
margin: auto;
z-index: 22;
display: none;
}

.menu-Bar span {
display: block;
height: 4px;
width: 100%;
background: var(--white);
position: absolute;
transition: 0.6s all;
border-radius: 100px;
}

.menu-Bar span:nth-child(1) {
top: 0;
}

.menu-Bar span:nth-child(2) {
top: 8px;
transform-origin: left;
}

.menu-Bar span:nth-child(3) {
top: 16px;
}

.menu-Bar.open span:nth-child(1) {
transform: rotate(45deg);
top: 12px;
transform-origin: right-center;
}

.menu-Bar.open span:nth-child(2) {
width: 0;
opacity: 0;
}

.menu-Bar.open span:nth-child(3) {
transform: rotate(-45deg);
top: 12px;
transform-origin: right-center;
}

/* Menu Css */
.menu {
font-size: 0px;
display: inline-block;
vertical-align: middle;
}

.menu-callnow {
color: var(--primary) !important;
background: transparent;
}

.menu-callnow i {
color: var(--dark) !important;
line-height: 2;
}

.menu>li {
display: inline-block;
vertical-align: middle;
padding: 0 0 0 36px;
}

.menu>li:last-child .btn-secondary:hover,
.menu>li:last-child .btn-secondary:focus,
.menu>li:last-child .btn-secondary:active {
background-color: var(--white);
border: 1px solid var(--white);
color: var(--primary) !important;
opacity: 1 !important;
}

.menu>li>a {
display: block;
font-family: var(--font-body);
font-size: 16px;
color: #ffffff;
text-transform: uppercase;
}

.btn-header {
background: var(--primary);
color: white !important;
padding: 15px 20px;
border-radius: 8px;
font-weight: 400 !important;
}

.btn-header:hover {
transform: scale(1.03);
}

.menu>li :hover>a,
.menu>li.active>a {
opacity: .7;
}

@keyframes scale-display {
0% {
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
}

@keyframes scale-display--reversed {
0% {
display: inline-flex;
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}

99% {
display: inline-flex;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}

100% {
display: none;
opacity: 0;
transform: scale(0);
-webkit-transform: scale(0);
}
}

@keyframes btotreverse {
0% {
top: 75px;
opacity: 1;
}

100% {
top: 115px;
opacity: 0;
}
}

@keyframes btot {
0% {
top: 115px;
opacity: 0;
}

100% {
top: 40px;
opacity: 1;
}
}

/* Main Banner CSS */

/* Custom Slick Css */
.slick-list {
margin: 0 -15px;
}

.slick-slide {
margin: 0 15px;
}

.slick-dots {
padding: 50px 0 0;
text-align: center;
}

.slick-dots li {
margin: 0 10px 0 0px;
width: auto;
display: inline-block;
vertical-align: middle;
overflow: hidden;
padding: 0px;
border: none;
}

.slick-dots li button:before,
.slick-dots li button:before {
color: #fff;
opacity: 1;
font-size: 20px;
}

.slick-dots li button {
height: 8px;
width: 30px;
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
}

.slick-dots li.slick-active button {
background: #B6B9FC;
width: 55px;
}

span.count {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.counter span.text-white {
font-family: var(--font-heading);
font-size: 64px;
line-height: 0.92;
letter-spacing: normal;
text-align: center;
color: var(--white);
font-weight: 500;
}

.form-select,
.form-select:focus {
background: transparent;
border: 1px solid #626262;
border-radius: 24px;
padding: 8px 34px 8px 29px;
color: #ddd;
font-size: 13px;
margin-bottom: 18px;
color: var(--bg-light);
box-shadow: none;
}

.slick-center button.slick-prev.slick-arrow {
position: absolute;
top: 96%;
left: 50%;
font-size: 0px;
width: 30px;
height: 30px;
border: none;
background-color: transparent;
z-index: 0;
}

.slick-center button.slick-prev.slick-arrow::before {
content: "\f177";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow {
position: absolute;
top: 92%;
right: 4%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 2;
}

.slick-center button.slick-next.slick-arrow {
position: absolute;
top: 96%;
right: 46%;
border: none;
background-color: transparent;
font-size: 0px;
width: 30px;
height: 30px;
z-index: 0;
}

.slick-center button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

.index-slider button.slick-next.slick-arrow::before {
content: "\f178";
font-size: 25px;
font-weight: 100;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
}

/* .slider-for img{
width: 100%;
object-fit: cover;
object-position: center;
height: 454px;
margin-bottom: 16px;
}

.slider-nav img{
height: 174px;
width: 100%;
object-fit: cover;
object-position: center;
} */

.slick-center img {
width: 100%;
height: 500px;
}

.slick-center .slick-list.draggable {
padding: 0 24% 0 !important;
}

.slick-center .slick-slide {
margin: 0 70px;
}

.slick-center .slick-current img {
position: relative;
top: -41px;
}

.sliderDiv {
background-size: cover;
height: 1200px;
width: 100%;
background-repeat: no-repeat;
}

.socail-icons {
display: flex;
}

ul.socail-icons li i {
color: #fff;
font-size: 18px;
font-weight: 300;

}

ul.socail-icons li {
margin-right: 10px;
}

a.logo {
font-size: 60px;
color: var(--white);
font-family: var(--font-heading);
/* margin: -74px 0; */
position: relative;
margin: -30px 0 0px 0;
max-width: 190px;
}

a.logo .logoBorder2 {
position: absolute;
content: '';
width: 125px;
height: 125px;
border: 2px solid #fff;
left: 4px;
top: -6px;
border-radius: 50%;
background: #fff;
z-index: -1;
}

/* inner pages */

.inner-banner {
display: flex;
justify-content: center;
align-items: center;
height: 500px !important;
}

.inner-banner .hero-content {
padding-top: 110px;
}

/* inner pages */

.footer-border {
height: 1px;
margin: 61.5px 83px 29px 177px;
background-color: rgba(255, 255, 255, 0.1);
margin-top: 60px;
}

ul.footer-social-icons {
display: flex;
margin-top: 20px;
}

ul.footer-social li a {
font-size: 16px;
line-height: 1.5;
text-align: left;
color: var(--white);
margin-bottom: 15px;
}

ul.footer-social li a i {
color: var(--primary);
margin-right: 17px !important;
}

ul.footer-social li a:hover {
color: var(--primary);
}

ul.footer-social-icons li {
margin-right: 12px;
}

ul.footer-social-icons li a {
color: var(--white);
background-color: var(--primary);
display: flex;
align-items: center;
justify-content: center;
height: 38px;
width: 38px;
border-radius: 50%;
}

ul.footer-social-icons li a i {
font-size: 22px;
}

.menu-Bar a.logo {
font-size: 45px;
font-weight: 600;
font-stretch: normal;
font-style: normal;
line-height: 1.31;
letter-spacing: normal;
text-align: left;
color: #1dd3b0;
}

li.dropdown {
position: relative;
}

li.dropdown a {
display: inline-block;
}

/* li.dropdown:hover ul.sub-menu {
top: 90%;
opacity: 1;
visibility: visible;
} */

/* ul.sub-menu {
position: absolute;
z-index: 1;
width: 100%;
background-color: #fff;
box-shadow: 0 20px 20px rgb(0 0 0 / 20%);
min-width: 200px;
padding: 10px;
border-radius: 5px;
transition: .3s top ease-in-out;
top: 200%;
left: 40px;
opacity: 0;
visibility: hidden;
} */

.dropdown::after {
display: inline-block;
margin-left: 0.465em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
font-size: 14px;
color: #222;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
}

.dropdown:hover::after,
.dropdown.active::after {
color: var(--primary);
}

/* ul.sub-menu li {
margin: 0;
display: block;
margin-bottom: 0px;
text-align: left;
border-bottom: 1px solid #ddd;
margin-bottom: 10px;
}

ul.sub-menu li:last-child {
border: 0;
margin-bottom: 0px;
} */

.menu>li>a:hover {
opacity: .7;
}

/* ul.sub-menu li:last-child a {
padding-bottom: 0px;
}

ul.sub-menu li a {
font-size: 12px;
color: #121b2b !important;
padding-bottom: 10px;
} */

ul.breadcrumb-menu {
display: block;
text-transform: uppercase;
}

ul.breadcrumb-menu li {
display: inline-block;
vertical-align: middle;
position: relative;
color: var(--primary);
font-size: 14px;
font-weight: 600;
line-height: 1.71;
letter-spacing: 0.84px;
}

ul.breadcrumb-menu li a {
color: var(--dark-light);
}

ul.breadcrumb-menu li+li {
margin-left: 0px;
}

ul#counter {
display: flex;
align-items: center;
gap: 7rem;
/* padding: 24px 36px; */
/* border-radius: 8px; */
/* box-shadow: 0 10px 33px 0 rgba(130, 130, 130, 0.2); */
/* background-color: #222; */
/* margin-top: -112px;*/
}

.counter-wrapper .counter {
display: flex;
align-items: center;
gap: 20px;
}

.counter-wrapper .counter span.count {
font-weight: 700;
font-size: 45px;
color: #000;
}

ul#counter li .counter>div {
font-weight: 600;
line-height: 1;
font-size: 38px;
color: #fff;
/* padding-bottom: 10px; */
flex-shrink: 0;
}

ul#counter li {
background-repeat: no-repeat;
background-position: center;
width: 100%;
text-align: center;
line-height: 28px;
display: flex;
align-items: center;
justify-content: center;
}

ul#counter li .counter span.text {
font-family: var(--font-body);
font-size: 14px;
line-height: 2;
letter-spacing: normal;
text-align: left;
color: var(--white);
font-weight: normal;
}

ul#counter li:nth-child(1) .counter>div {
color: #ec4e52;
}

ul#counter li:nth-child(2) .counter>div {
color: #ebd142;
}

ul#counter li:nth-child(3) .counter>div {
color: #62a488;
}

.counter span.text-dark {
font-weight: 600;
font-size: 30px;
}

/* ------- */

.index-slider-news button.slick-prev.slick-arrow {
position: absolute;
top: 23%;
left: -68px;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
z-index: 2;
line-height: 0;
border-radius: 50%;
}

.index-slider-news button.slick-prev.slick-arrow::before {
content: "\f104";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.index-slider-news button.slick-next.slick-arrow {
position: absolute;
top: 23%;
right: -70px;
border: none;
background-color: transparent;
font-size: 0px;
width: 40px;
height: 40px;
border: 2px solid var(--primary);
background-color: transparent;
background-color: transparent;
line-height: 0;
border-radius: 50%;
z-index: 2;
}

.index-slider-news button.slick-next.slick-arrow::before {
content: "\f105";
font-size: 24px;
font-weight: 500;
color: var(--primary);
font-family: "Font Awesome 5 Pro";
display: flex;
align-items: center;
justify-content: center;
}

.form-control {
border: 1px solid #D2D2D2;
margin-bottom: 20px;
border-radius: 0;
height: 35px;
}

/* Accordian */

.accordion-list {
position: relative;
}

.accordion-list li {
padding: 0px 0px 22px 2px;
cursor: pointer;
width: 100%;
margin: 0 auto;
border-bottom: 0;
background: #F5F5F5;
box-shadow: none;
border-radius: 0px;
margin-bottom: 0rem;
padding: 24px 20px;
margin-bottom: 24px;
border-radius: 10px;
}

ul.accordion-list li span {
display: flex;
position: relative;
}

.accordion-list li h3 {
color: var(--secondary);
display: flex;
align-items: center;
font-size: 24px;
font-weight: 700;
line-height: 30px;
margin-right: 14px;
text-transform: capitalize;
}

.accordion-list li.active .answer {
display: block !important;
}

ul.accordion-list li h3:after {
content: "\f0d7";
font-family: "Font Awesome 5 Pro";
position: absolute;
right: 0;
right: 0;
color: var(--secondary);
transition: all 0.3s ease-in-out;
font-size: 18px;
font-weight: 900;
top: 0;
}

ul.accordion-list li.active h3:after {
content: "\f0d8";
color: var(--primary);
}

.answer p {
margin-top: 16px;
line-height: 30px;
}

/* Accordian */

/* Subscription */

.subscribe {
height: 60px;
padding: 0;
background-color: transparent;
position: relative;
margin-top: 28px;
border: 0;
border-bottom: 1px solid hwb(0deg 100% 0% / 70%);
border-radius: 0;
}

.subscribe input.form-control {
border: none;
width: 100%;
padding: 0;
height: 100%;
margin: 0;
display: inline-block;
background-color: transparent;
padding-right: 3rem;
border: 0;
color: var(--white);
}

.subscribe input.form-control::placeholder {
color: hwb(0deg 100% 0% / 70%);
}

.subscribe span.btn {
display: inline-block;
border: none;
background: transparent;
position: absolute;
right: 18px;
top: 0;
font-size: 18px;
font-weight: 500;
color: #fff;
width: auto;
height: auto;
padding: 0;
border-radius: 34.4px;
bottom: -26px;
margin: auto;
right: 7px;
}

/* Subscription */

.sec-pad {
padding-top: 100px;
padding-bottom: 100px;
}

/* topbar */

.top-bar {
padding: 15px 0;
background: var(--white);
border-top: 9px solid var(--primary);
}

.top-social-icons {
display: flex;
justify-content: end;
gap: 20px;
}

.top-contact-info {
display: flex;
gap: 22px;
}

.top-contact-info li {
display: flex;
gap: 10px;
align-items: baseline;
}

.top-contact-info li a {
color: var(--white);
}

.top-social-icons li a i {
color: var(--white);
}

/* topbar */

/* contact page */

.contactIconBg li {
display: flex;
align-items: center;
gap: 24px;
margin-bottom: 65px;
}

.contactIconBg .icon {
width: 50px;
height: 50px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
flex-shrink: 0;
color: var(--primary);
}

/* contact page */

.related-slider span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.related-slider span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

footer {
background: var(--secondary);
}

footer .border-top {
border-top: 1px solid #808080 !important;
}

.f-logo {
font-size: 30px;
text-align: left;
color: var(--white);
font-family: var(--font-heading);
line-height: normal;
max-width: 190px;
}

.f-logo:hover {
color: var(--white);
}

.f-logo-content {
margin-top: 7px;
font-size: 16px;
font-weight: 400;
line-height: 33px;
letter-spacing: 0.5px;
color: var(--white);
}

.f-menu {
margin-top: 30px;
}

.f-menu .f-icon-box {
display: flex;
align-items: center;
gap: 20px;
margin-bottom: 10px;
}

.f-menu .f-icon-box a,
.f-menu .f-icon-box p {
color: var(--white);
font-size: 20px;
font-weight: 400;
line-height: 28px;
}

.f-menu .f-icon-box i {
color: var(--white);
height: 65px;
width: 65px;
border-radius: 50%;
background: #062b5b;
display: flex;
align-items: center;
justify-content: center;
font-size: 22px;
}

ul.f-menu li a {
color: var(--white);
font-size: 16px;
font-weight: 400;
line-height: 43px;
text-transform: uppercase;
}

ul.f-menu li a:hover {
color: var(--primary);
}

.footer-content {
padding-top: 60px;
padding-bottom: 140px;
margin-top: 45px;
border-top: 2px solid hwb(0deg 100% 0% / 70%);
}

footer h6 {
font-family: var(--font-heading);
color: var(--white);
position: relative;
font-size: 27px;
font-weight: 700;
line-height: 39.1px;
}

.copyright {
background: #062b5b;
padding-top: 18px;
padding-bottom: 15px;
}

.copyright p {
font-size: 18px;
font-weight: 400;
line-height: 43.2px;
text-align: left;
}

p.subcontent {
font-size: 14px;
font-weight: 400;
line-height: 27px;
text-align: left;
color: #fff;
margin-top: 16px;
}

ul.other-links {
display: flex;
justify-content: end;
color: #fff;
}

ul.other-links li a {
font-size: 18px;
font-weight: 400;
line-height: 0;
text-align: left;
color: #fff;
}

.paymentImg {
font-size: 60px;
}

.mainBanner {
height: 1000px;
width: 100%;
display: flex;
align-items: center;
background-size: cover !important;
background-repeat: no-repeat !important;
background-position: right !important;
position: relative;
z-index: 1;
}

.hero-content p.para {}

.hero-content .btn-primary {}

section.about .content p.para {}

section.about .content .btn-primary {}

.serSlide span.arr-left,
.serSlide span.arr-right {
top: 40%;
box-shadow: 0px 4px 14px 0px #00000026;
color: var(--primary);
height: 59px;
width: 59px;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 5;
background: #fff;
}

.serSlide span.arr-left {
top: 35%;
position: absolute;
left: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.serSlide span.arr-right {
top: 35%;
position: absolute;
right: -2%;
font-size: 26px;
color: var(--secondary);
cursor: pointer;
}

.rating {
display: flex;
gap: 3px;
}

.rating i {
color: var(--primary);
font-size: 14px;
}

.location {
display: flex;
gap: 18px;
justify-content: end;
}

.location span {
color: hwb(0deg 0% 100% / 50%);
}

.location a {
font-size: 18px;
text-transform: uppercase;
text-decoration: underline;
color: #000;
font-weight: 500;
}

ul.top-contact {
display: flex;
gap: 16px;
justify-content: end;
}

ul.top-contact li span.icon {
width: 32px;
height: 30px;
background: var(--primary);
display: flex;
justify-content: center;
align-items: center;
border-radius: 50%;
font-size: 12px;
color: #fff;
position: relative;
z-index: 1;
}

ul.top-contact li span.icon::before {
position: absolute;
content: '';
border-radius: 50%;
width: 40px;
height: 38px;
border: 1px solid var(--primary);
}

ul.top-contact li p {
color: hwb(0deg 0% 100% / 50%);
}

ul.top-contact li a {
color: #000;
font-size: 18px;
font-weight: 600;
}

.hero-content {
max-width: 700px;
padding-top: 44px;
/* padding-bottom: 230px; */
}

.hero-content p {
padding: 15px 0 16px;
text-transform: uppercase;
line-height: 35px;
font-size: 18px;
max-width: 615px;
}

.hero-content .btns {
display: flex;
gap: 19px;
}

.hero-content .btns .btn-primary:hover {
background-color: var(--white);
border: 1px solid var(--white);
color: var(--primary) !important;
}

.find-card {
background: #fff;
border-radius: 15px;
padding: 35px 40px;
box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.11);
}

.find-card h3 {
font-size: 40px;
font-weight: 500;
}

span.zipWrap {
position: relative;
}

input.form-control {}

span.zipWrap input.form-control {
margin-bottom: 0;
height: 57px;
border-radius: 8px;
border: 1px solid #000;
width: 390px;
padding-left: 37px;
}

span.zipWrap i {
position: absolute;
left: 12px;
top: 20px;
bottom: 0;
margin: auto;
font-size: 16px;
}

span.zipWrap input.form-control::placeholder {
font-size: 14px;
color: hwb(0deg 0% 100% / 50%);
}

.zip {
display: flex;
justify-content: end;
gap: 16px;
align-items: center;
}

.storyImg2 {
margin-top: 27px;
}

section.story .content p.para {
margin-top: 10px;
}

section.story .content p.para+p.para {
margin-top: 26px;
}

section.story .content .btn-primary {
margin-top: 20px;
}

section.rentals {
background: #F5F5F5;
}

section.rentals .bottom-sec {
margin-top: 40px;
}

.rental-card {
text-align: center;
background: #fff;
border-radius: 34px;
padding: 30px;
transition: all .4s ease-in-out;
min-height: 590px;
}

.rental-card:hover {
box-shadow: rgba(17, 17, 26, 0.1) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 48px;
transform: translateY(-5px);
}

.rental-card .content h4 {
padding: 8px 0 6px;
}

.rental-card .content p {
line-height: 25px;
/* padding: 8px 0 16px; */
padding: 8px 0 0px;
font-size: 16px;
/* max-width:
300px; */
margin: auto;
}

.rental-card .content .btn-secondary {
margin-top: 10px;
position: absolute;
bottom: 20px;
left: 0;
right: 0;
margin:
auto;
max-width: 200px;
}

.rental-card .content span.s1 {
/* font-weight: 600; */
color: #363636;
}

.rental-card .content span.s1 strong {
font-weight: 800;
}

section.usage {
background-color: var(--primary);
padding-bottom: 50px;
}

.usage-card {
text-align: center;
margin: 0 auto;
display: flex;
flex-direction: column;
margin-bottom: 120px;
transition: all .4s ease-in-out;
}

.usage-card h5 {
font-size: 20px;
color: var(--white);
padding-top: 29px;
max-width: 200px;
margin: auto;
}

.usageImg {
border: 1.8px dashed #fff;
border-radius: 50%;
height: 144px;
width: 144px;
margin: auto;
display: flex;
align-items: center;
justify-content: center;
}

.usageImg img {
filter: brightness(0) invert(1);
height: 85px;
}

section.usage .bottom-sec {
margin-top: 86px;
}

.usage-card:hover {
transform: translateY(-10px);
}

section.reasons .bottom-sec {
margin-top: 41px;
}

.reasons-card {
text-align: center;
position: relative;
z-index: 1;
margin-top: 200px;
margin-bottom: 50px;
transition: all .5s ease-in-out;
}

.reasonsContent h5 {
padding: 32px 0 20px;
font-size: 20px;
font-weight: 600;
line-height: 26px;
}

.reasonsImg {
font-size: 60px;
position: absolute;
top: -190px;
left: 0;
right: 0;
margin: auto;
width: 84%;
overflow: hidden;
border-radius: 30px;
transition: all .5s ease-in-out;
}

.reasonsImg img {
width: 100%;
transition: all .5s ease-in-out;
height: 255px;
object-fit: cover;
}

.reasonsContent p {
font-size: 16px;
color: #828282;
line-height: 30px;
}

.reasonsContent {
border-radius: 15px;
padding: 55px 25px 45px;
box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.11);
transition: all .5s ease-in-out;
min-height: 390px;
}

.reasons-card:hover .reasonsImg img {
transform: scale(1.08);
}

.reasons-card:hover .reasonsContent {
box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.2);
}

section.clients {
background-color: var(--primary);
}

section.clients .bottom-sec {
margin-top: 38px;
}

.client-card {
background: #fff;
border-radius: 11px;
padding: 45px;
position: relative;
z-index: 2;
min-height: 400px;
}

.client-card>img {
height: 55px;
}

.client-card::after {
position: absolute;
content: '';
left: 14%;
bottom: -21px;
width: 22px;
height: 22px;
background: #ffffff;
clip-path: polygon(0 0, 0 100%, 100% 0);
z-index: -2;
}

.client-card .top {
display: flex;
align-items: start;
justify-content: space-between;
}

.client-card p {
line-height: 28.8px;
font-size: 18px;
font-style: italic;
color: #000;
margin-bottom: 20px;
}

.clientBottom {
padding-top: 38px;
margin-left: 65px;
text-align: start;
}

.clientBottom p.p1 {
color: #fff;
font-family: var(--font-heading);
font-size: 25px;
line-height: 22px;
}

.clientBottom p.p2 {
font-size: 13px;
color: #fff;
line-height: 22px;
margin-top: 4px;
font-weight: 200;
}

section.faqSec .top-sec {
padding-bottom: 50px;
}

.answer p span {
display: inline !important;
}

section.fast {
background-color: var(--primary);
}

section.fast .content {
margin-left: 35px;
}

section.fast .content h2 {
font-size: 50px;
margin-bottom: 18px;
}

section.fast .content span {
font-size: 16px;
line-height: 30px;
display: block;
color: #fff;
}

section.fast .content ul.top-contact {
justify-content: start;
margin: 20px 0;
}

section.fast .content ul.top-contact span.icon {
background: var(--white);
color: var(--primary);
}

section.fast .content ul.top-contact li p {
color: hwb(0deg 100% 0% / 50%);
}

section.fast .content ul.top-contact li a {
color: #fff;
font-size: 28px;
}

.trustedImg {
text-align: center;
font-size: 60px;
background: #F5F5F5;
border-radius: 10px;
height: 100%;
padding: 30px;
transition: all .4s ease-in-out;
}

.trustedImg:hover {
background-color: var(--white);
box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.2);
}

section.trusted .top-sec {
padding-bottom: 20px;
}

.footer-top .f-menu {
display: flex;
justify-content: space-between;
align-items: center;
}

.footer-top {
padding-top: 60px;
}

.f-menu .f-icon-box span {
color: #fff;
line-height: 0;
}

.f-menu .f-icon-box a {
font-size: 25px;
}

p.f-content {
font-size: 18px;
color: #fff;
line-height: 35px;
}

.subscribe span {
position: absolute;
right: 0;
z-index: 1;
}

.subscribe span input.btn {
font-size: 0;
padding: 0;
width: 50px;
height: 60px;
}

.subscribe span img {
position: absolute;
bottom: 18px;
right: 10px;
}

ul.other-links li {
border-right: 2px solid;
padding-right: 30px;
margin-right: 30px;
}

ul.other-links li:last-child {
border-right: 0px solid;
padding-right: 0px;
margin-right: 0px;
}

section.sec1 {
background-color: #F5F5F5;
}

section.sec1 .content p.para {
margin-top: 10px;
}

section.sec1 .content p.para+p.para {
margin-top: 26px;
}

section.sec1 .content .bottomTxt p.para {
margin-top: 50px;
}

.rentalSlide .slick-dots li button {
border-radius: 100px;
padding: 0px;
background: #DDDDDD;
border: none;
cursor: pointer;
font-size: 0px;
padding: 0px;
-webkit-transition: all 0.4s ease-In-out;
-moz-transition: all 0.4s ease-In-out;
-o-transition: all 0.4s ease-In-out;
transition: all 0.4s ease-In-out;
box-sizing: border-box;
width: 15px;
height: 15px;
background-color: #BABABA;
}

.rentalSlide .slick-dots li.slick-active button {
background: var(--primary);
width: 15px;
height: 15px;
}

.rentalSlide .slick-dots {
padding: 20px 0 0;
text-align: center;
}

.rentalSlide .slick-list.draggable {
padding-top: 1% !important;
padding-bottom: 2% !important;
}

section.sec2 .card1 {
text-align: center;
border-radius: 15px;
background: #fff;
box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.11);
height: 100%;
padding: 75px 0;
}

section.sec2 .card2 {
border-radius: 34px;
background: #F5F5F5;
padding: 55px 40px;
}

ul.dumpsterList li {
display: flex;
gap: 24px;
margin-bottom: 15px;
flex-shrink: 0;
}

ul.dumpsterList li h6 {
min-width: 110px;
}

ul.dumpsterList li .btn-primary {
/* margin: -8px 30px 0px; */
font-size: 15px;
flex-shrink: 0;
line-height: 17px;
height: 55px;
}

section.sec2 .card2 h3 {
font-size: 40px;
font-weight: 500;
margin-bottom: 40px;
}

section.rentals-inner {
background: #fff;
padding-top: 0;
}

section.rentals-inner .bottom-sec .rental-card {
background: #F5F5F5;
margin-bottom: 55px;
position: relative;
}

.map iframe {
width: 100%;
height: 550px;
}

section.maps {
position: relative;
z-index: 1;
font-size: 60px;
}

form.contact-form label {
font-size: 16px;
margin-bottom: 1px;
color: #000;
font-weight: 500;
}

section.contact .sec-right .form-control {
height: 55px;
background: #F6F8F7;
border: 0;
padding: 16px 32px;
line-height: 35px;
border-radius: 10px;
margin-bottom: 23px;
color: var(--secondary);
font-size: 16px;
}

.form-control:focus {
color: var(--secondary);
}

.form-control::placeholder {
color: hwb(0deg 0% 100% / 50%);
;
font-weight: 400;
font-size: 14px;
}

.contacCard .sec-right h2.title {
margin-bottom: 14px;
}

.contacCard .sec-left h2.title {
margin-bottom: 36px;
}

.contactIconBg li .icon-content p.ctxt {
font-size: 22px;
font-weight: 700;
line-height: 36px;
color: var(--secondary);
}

.contactIconBg li .icon-content a,
.contactIconBg li .icon-content p {
font-size: 18px;
font-weight: 400;
line-height: 29.41px;
color: #828282;
}

.contactIconBg li .icon-content a:hover {
color: var(--primary);
}

.contactIconBg .icon i {
font-size: 32px;
}

form.contact-form input.btn-primary {
margin-top: 42px;
font-size: 18px;
font-weight: 700;
font-family: var(--font-heading);
}

.contacCard .sec-left {
margin-left: 40px;
margin-right: 70px;
}

.contactIconBg li.last {
border-bottom: 0;
}

section.contact .sec-right textarea.form-control {
height: 170px;
}

section.contact .sec-right {
border-radius: 15px;
background: #fff;
padding: 45px 85px;
box-shadow: 0 0px 22px 0 rgba(0, 0, 0, 0.11);
}

section.contact .sec-right h2 {
margin-bottom: 23px;
font-size: 50px;
}

section.contact .sec-left {
background: #F5F5F5;
border-radius: 15px;
padding: 55px 65px;
}

section.contact .sec-left h2 {
font-size: 50px;
margin-bottom: 58px;
}

section.contact .sec-left span.top-title {
color: var(--primary);
font-weight: 500;
}

section.reasons-inner {
padding-bottom: 0;
}

section.clients-inner {
background-color: var(--primary);
padding-bottom: 50px;
}

section.clients-inner .clientBottom {
margin-bottom: 35px;
}

.project-card {
margin-bottom: 75px;
}

.projectImg {
font-size: 60px;
margin-bottom: 16px;
overflow: hidden;
border-radius: 10px;
}

.project-card p {
font-size: 16px;
line-height: normal;
color: var(--body-color);
}

.project-card h5 {
font-size: 34px;
font-weight: 500;
margin-top: 4px;
}

.projectImg img {
width: 100%;
transition: all .5s ease-in-out;
transform: scale(1);
}

.project-card:hover .projectImg img {
transform: scale(1.08);
}

.project-card:hover h5 {
color: var(--primary);
}

section.project {
padding-bottom: 30px;
}

.hireImg {
font-size: 60px;
margin-bottom: 35px;
}

.hire-card h2 {
font-size: 50px;
}

.hire-card {
margin-bottom: 65px;
}

.hireImg {
font-size: 60px;
overflow: hidden;
border-radius: 30px;
}

.hireImg img {
width: 100%;
transition: all .5s ease-in-out;
transform: scale(1);
}

.hire-card:hover .hireImg img {
transform: scale(1.08);
}

.hire-card:hover h2 {
color: var(--primary);
}

/* Menu Dropdown CSS */

.has-child {
position: relative;
}

.dropdown {
position: absolute;
background-color: var(--white);
/* padding: 1rem; */
border-radius: 0px;
top: 125%;
min-width: 165px;
box-shadow: 0 10px 20px rgb(0 0 0 / 10%), 0 6px 6px rgb(0 0 0 / 10%);
display: none;
text-align: start;
right: -42%;
border-radius: 0px;
padding: 8px 8px 10px 8px !important;
margin-top: 0px;
margin-bottom: 0px;
z-index: 5;
height: auto !important;
}

@keyframes slide {
0% {
height: 0;
}

100% {
height: auto;
}
}

.dropdown .dropdown {
left: 100%;
top: 0;
}

.dropdown ul li a {
font-size: 14px;
line-height: 26px;
color: var(--primary);
padding: 5px 16px;
position: relative;
display: block;
}

/*
.dropdown ul li a::before {
position: absolute;
content: "\f054";
height: 2px;
width: 2px;
left: 8px;
top: 6px;
font-family: "Font Awesome 5 Pro";
font-size: 12px;
} */

.dropdown ul li a:hover {
background-color: var(--primary);
border-radius: 0px;
color: #fff;
font-weight: normal;
opacity: 1;
}

.dropdown ul li:hover a::before {
left: 12px;
}

.dropdown ul li {
border-bottom: 0 !important;
}

.menu>li>a i {
font-size: 13px;
}

.dropdown li:not(:last-child) {
border-bottom: 1px solid #ddd;
}

.chev.rotate {
transform: rotate(180deg);
}

.chev {
transition: .5s ease;
}

.dropdown::after {
display: none !important;
}

/* Dropdown CSS*/

.swiper {
width: 100%;
height: 100%;
}

.swiper-slide {
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}

section.rentals .bottom-sec .swiper-free-mode>.swiper-wrapper {
padding-bottom: 6rem;
}

section.rentals .bottom-sec .swiper-pagination-clickable .swiper-pagination-bullet {
cursor: pointer;
width: 15px;
height: 15px;
background-color: #BABABA;
opacity: 1;
}

section.rentals .bottom-sec .swiper-pagination-bullet-active {
background: var(--primary) !important;
}

ul.areaList {
margin: 32px 0 0;
list-style: disc;
column-count: 5;
}

ul.areaList li {
position: relative;
margin-left: 20px;
line-height: 22px;
margin-bottom: 15px;
}

ul.areaList li::before {
position: absolute;
font-family: "Font Awesome 5 Free";
}

ul.areaList li strong {
font-weight: 500;
}

ul.storyList {
list-style: disc;
padding-left: 20px;
margin: 20px 0 0;
}

ul.storyList li {
margin-top: 22px;
}

ul.faqList li {
padding: 0;
line-height: 10px;
}

ul.faqList {
margin-left: 20px;
list-style: disc;
padding-top: 20px;
}

.mySwiper2 .swiper-pagination-bullet-active {
background: #fff;
}

.mySwiper2 .swiper-pagination {
margin-bottom: -1rem !important;
}

.mySwiper2 .swiper-wrapper {
padding-bottom: 4rem;
}

.mySwiper2 .swiper-pagination-bullet {
background: #f8f8f8;
}

.rentalImg {
height: 200px;
display: flex;
align-items: center;
justify-content: center;
}

.rentalImg1 img {
/* max-width: 100px; */
filter: brightness(0.4) sepia(1) saturate(10) hue-rotate(-50deg);
transform:
scale(.25);
}

.rentalImg2 img {
/* max-width: 200px; */
filter: brightness(0.7);
transform: scale(.3);
}

.rentalImg3 img {
/* max-width: 400px; */
filter: brightness(0.4) sepia(1) saturate(20) hue-rotate(180deg);
transform: scale(.4);
}

.rentalImg4 img {
/* max-width: 232px; */
filter: brightness(0.7) grayscale(1);
transform: scale(.5);
}

.rentalImg5 img {
/* max-width: 280px; */
filter: brightness(0.4) sepia(1) saturate(25) hue-rotate(20deg);
transform:
scale(.6);
}

.rentalImg6 img {
max-width: 320px;
filter: brightness(0.4) sepia(0.8) saturate(10) hue-rotate(300deg);
transform:
scale(.72);
}

.rentalImg7 img {
/* max-width: 350px; */
/* height: 300px; */
object-fit: contain;
filter: brightness(0.4) sepia(1) saturate(6) hue-rotate(-10deg);
transform: scale(.8);
}

.rentalImg8 img {
/* max-width: 380px; */
/* height: 305px; */
object-fit: contain;
filter: brightness(0.4) sepia(0.7) saturate(6) hue-rotate(190deg);
transform: scale();
}

.reasonsContent1 h3 {
font-size: 30px;
line-height: 42px;
margin-bottom: 20px;
}

.reasonsContent1 p {
line-height: 25px;
margin-top: 20px;
}

.blogList {
list-style: disc;
margin-left: 20px;
text-align: start;
}

.blogList2 {
list-style: disc;
margin-left: 20px;
}

.blogList li {
margin-bottom: 10px;
}

.blogList li strong {
font-weight: 600;
}

.blogList li {
font-size: 16px;
color: #828282;
line-height: 30px;
}
.topBar {
  background: var(--primary);
  padding: 10px 0 0;
}
.topBar ul {
  display: flex;
  gap: 1rem;
  color: #fff;
  align-items: center;
  justify-content: end;
}
.topBar ul li a{
  color: var(--white);
}
.topBar ul li a:hover {
  color: #000;
}
.abtLogosContent {
    display: flex;
    gap: 24px;
    margin-bottom: 24px;
    }
    
    .abtLogos {
    display: flex;
    flex-direction: column;
    text-align: center;
    }
    
    .abtLogos:hover .abtBtn {
    opacity: 1;
    }

    .abtBtn {
      position: relative;
      z-index: 1;
      display: inline-block;
      margin-top: 60px;
      transition: all .4s ease-in-out;
      opacity: 0;
      }
      
      .abtBtn a.btn-click {
      font-size: 16px;
      font-weight: 500;
      line-height: 25.6px;
      color: #111111;
      text-transform: capitalize;
      }
      
      .abtBtn a.btn-click:hover img {
      top: -42px;
      }
      
      .abtLogos a {
      font-size: 60px;
      }
      
      .abtLogos a img {
      height: 140px;
      }
      
      .abtBtn a.btn-click img {
      position: absolute;
      top: -38px;
      left: 0;
      right: 0;
      margin: auto;
      transition: all .4s ease-in-out;
      -webkit-animation: mover .8s infinite alternate;
      animation: mover .8s infinite alternate;
      height: auto !important;
      }
      
      @keyframes mover {
      0% {
      transform: translateY(0);
      }
      
      100% {
      transform: translateY(-10px);
      }
      }