*{
    margin: 0;
    padding: 0;
}
body{
    font-family: "DM Sans", sans-serif;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6{
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    font-size: 16px;
    line-height: 28px;
}
a{
    text-decoration: none;
}
.text-blue{
    color: #00e1dd !important;
}
.background-blue{
    background-color: #00e1dd !important;
}
.navbar-brand h3{
    font-size: 30px;
    color: #00e1dd;
    font-weight: 500;
}
.navbar-brand h3 b{
    font-weight: 1000;
}
header{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
}
.navbar{
	padding: 20px 0;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
	background-color: #fff;
    z-index: 1000;
}
.navbar-nav{
	gap: 25px;
}
.navbar-nav .nav-item .nav-link{
	font-size: 20px;
	font-weight: 400;
    color: #333;
}
 .navbar-nav .nav-item .nav-link.active, .navbar-nav .nav-item .nav-link:hover{
	color: #00e1dd;
}
.topbar{
    padding: 15px 0;
    background-color: #00e1dd;
}
.topbar-left{
    display: flex;
    gap: 50px;
    align-items: center;
}
.topbar-left a{
    display: flex;
    gap: 10px;
    align-items: center;
}
.topbar-left a img{
    width: 20px;
}
.topbar-left a p{
    color: #fff;
    font-weight: 600;
}
.social-icons{
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}
.social-icons a{
    display: flex;
    align-items: center;
}
.social-icons a img{
    width: 20px;
}
.banner{
    position: relative;
    height: 100vh;
    margin-top: 152px;
}
.banner-content-wrap{
    position: relative;
    height: 100vh;
}
.banner-images{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 50px;
}
.banner-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.small-banner-image{
    width: 100%;
    height: 300px;
    overflow: hidden;
}
.small-banner-image img{ 
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-content h6{
    font-size: 16px;
    color: #00e1dd;
    font-weight: 500;
    margin-bottom: 10px;
}
.banner-content p{
    margin-bottom: 30px;
}
.banner-content h1{
    font-size: 50px;
    color: #333;
    font-weight: 800;
    margin-bottom: 30px;
    width: 100%;
    position: relative;
    display: inline-block;
}
.banner-content h1 b{
    position: relative;
}
.banner-content h1 b::after{
    display: block;
    content: '';
    position: absolute;
    bottom: 15px;
    right: -15px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #00e1dd;
}
.banner-image-big{
    width: 100%;
    height: 300px;
    margin-top: 20px;
    overflow: hidden;
}
.banner-image-big img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.common-btn{
    padding: 15px 50px;
    background-color: #00e1dd;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    border: 1px solid #00e1dd;
}
.offerings{
    padding: 70px 0;
}
.common-heading{
    display: flex;
    align-items: center;
    flex-direction: column;
}
.common-heading h6{ 
    padding: 10px 20px;
    border: 1px solid #00e1dd;
}
.common-heading h2{ 
    font-size: 30px;
    font-weight: bold;
    margin-top: 10px;
}
.common-heading img{ 
    width: 50px;
}
.how-it-works{
    padding-bottom: 70px;
}
.single-service{
    display: flex;
    gap: 20px;
    align-items: center;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px;
    border: 1px solid #eee;
    margin-bottom: 20px;
    min-height: 255px;
}
.single-service img{
    width: 70px;
}
.service-content{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.service-content h4{
    font-size: 22px;
    font-weight: 700;
}
.service-content p{
    color: #666;
}
.single-working-step{
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 50%;
}
.single-working-step h3{
    font-size: 22px;
    font-weight: bold;
    background-color: #00e1dd;
    color: #fff;
    padding: 10px 20px;
}
.single-working-step p{
    padding: 20px;
}
.how-it-works .step-wrap:nth-of-type(even){
    margin-right: 60px;
}
.how-it-works .step-wrap:nth-of-type(odd){
    margin-left: 52px;
}
.single-working-step{
    position: relative;
    border: 1px solid #eee;
}
.single-working-step::after{
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    background-color: #00e1dd;
    border-radius: 50%;
    top: 0px;
    right: -40px;
}
.single-working-step::before{
    content: '';
    position: absolute;
    top: 0;
    right: -34px;
    width: 1px;
    height: 100%;
    background-color: #00e1dd;
}
.how-it-works .step-wrap:nth-of-type(odd) .single-working-step::after{
    left: -30px;
    right: auto !important;
}
.how-it-works .step-wrap:nth-of-type(odd) .single-working-step::before{
    left: -25px;
    right: auto !important;
}
.how-it-works .step-wrap{
    overflow: hidden;
}
.pricing-plans{
    padding-bottom: 70px;
}
.single-plan{
    position: relative;
    height: 100%;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.plan-bg-image{
    position: absolute;
    inset: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.plan-bg-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.plan-content{
    position: relative;
    z-index: 100;
    margin-bottom: 70px;
}
.plan-header span{
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    position: relative;
    z-index: 100;
}
.plan-header{
    background: url(../images/gallery-img1.jpg) no-repeat center center;
    height: 300px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;
}
.single-plan2 .plan-header{
    background: url(../images/gallery-img2.jpg) no-repeat center center !important;
}
.single-plan3 .plan-header{
    background: url(../images/gallery-img3.jpg) no-repeat center center !important;
}
.plan-content{
    padding: 30px;
}
.plan-header h2{
    margin-top: 10px;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    position: relative;
    z-index: 100;
}
.plan-header:before {
    content: "";
    position: absolute;
    left: 0;
    z-index: 10;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: .7;
}
.plan-content ul{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    list-style-type: none;
    padding-left: 20px;
}
.plan-content ul li{
    font-size: 15px;
    color: #333;
    position: relative;
}
.plan-content ul li:before{
    content: '';
    width: 10px;
    height: 10px;
    background-color: #00e1dd;
    display: inline-block;
    position: absolute;
    top: 6px;
    border-radius: 50%;
    left: -20px;
}
.plan-content h4{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    min-height: 43px;
}
.single-plan a{
    padding: 8px 25px;
    color: #fff;
    background-color: #00e1dd;
    text-decoration: none;
    display: inline-block;
    margin-top: 30px;
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.benefits{
    padding: 70px 0;
}
.benefits-content h2{
    font-size: 25px;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
}
.benefits-content p{
    color: #666;
    margin-bottom: 30px;
}
.benefit-card{
    padding: 20px;
	-webkit-box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #eee;
    height: auto;
    overflow: hidden;
    margin-bottom: 10px;
}
.benefit-card p{
    margin: 0;
    color: #777;
}
.benefit-card img{
    width: 40px;
}
.benefit-image{
    height: 100%;
    width: 100%;
}
.benefit-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.single-location{
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 30px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
.location-image{
    flex: 0 0 50%;
    width: 100%;
    height: 300px;
}
.location-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.location-details {
    padding: 0 20px;
}
.location-details h2{
    font-size: 25px;
    font-weight: bold;
    color: #00e1dd;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
}
.location-details span{
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 16px;
    color: #999;
    margin-bottom: 10px;
}
.single-contact{
    display: flex;
    align-items: center;
    gap: 20px;
}
.contact{
    padding: 70px 0;
}
.contact-icon{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #00e1dd;
}
.single-contact p{
    color: #333 !important;
}
.contact-icon img{
    width: 25px;
}.office-addresses{
    display: flex;
    gap: 20px;
    flex-direction: column;
    margin-top: 30px;
}
.office-addresses span{
    display: flex;
    gap: 10px;
    align-items: center;
}
.office-addresses span b{
    flex: 0 0 40%;
    font-size: 20px;
}
.office-addresses img{
    width: 15px;
}
.map-marker{
    width: 30px;
    height: 30px;
    background-color: #00e1dd;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    flex: 0 0 auto;
}
footer{
    padding: 70px 0;
    background-color: #000;
}
footer h4{
    font-size: 25px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 30px;
}
footer ul{
    display: flex;
    gap: 15px;
    flex-direction: column;
    list-style-type: none;
    padding: 0;
}
footer ul li a {
    font-size: 15px;
    color: #666;
    text-decoration: none;
}
.social-icons {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
}
footer small{
    color: #999;
}
header .social-icons{
    justify-content: flex-end;
}