h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Helvetica, Verdana, Arial, sans-serif;
    clear: both;
    font-weight: 700;
    line-height: 1.4;
    margin: 0 0 0.5em;
}

h1 {
    font-size: 35px;
}

h2 {
    font-size: 2rem;
    line-height: 1.2;
}

h3 {
    font-size: 25px;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

a {
    color: inherit;
}

p {
    margin: 0 0 1.5em;
    padding: 0;
}

.why-us-icon {
    margin-bottom: 25px;
}

.btn:hover,
.services-circle-item-title:hover {
    -webkit-transform: translatey(-10px);
    -moz-transform: translatey(-10px);
    -ms-transform: translatey(-10px);
    -o-transform: translatey(-10px);
    transform: translatey(-10px);
}

.h2,
.h5 {
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
}

.h5 {
    font-size: 1.25rem;
}

.about-us p {
    padding: 25px 0;
}

.about-box {
    text-align: center;
    padding: 20px 20px 20px 20px;
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}

.shape-bottom {
    transform: rotate(180deg);
}

.our-services {
    position: relative;
}

.overlay {
    position: relative;
}

.overlay::before {
    content: " ";
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    background-color: rgb(0 69 93 / 40%);
}

.sec-pad-60 {
    padding: 60px 0;
}

.sec-pad-80 {
    padding: 80px 0
}

.banner {
    position: relative;
}

.banner .content {
    position: relative;
    color: #ffffff;
    padding: 80px 0;
}

.content-wrap {
    background: #3f51b5;
    color: #ffffff;
    padding: 10px;
    border-radius: 50px;
    opacity: 0.8;
}

.gallery-image {
    padding: 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gallery-image img {
    height: 250px;
    width: 350px;
    transform: scale(1.0);
    transition: transform 0.4s ease;
    border-radius: 15px;
}

.img-box {
    box-sizing: content-box;
    margin: 10px;
    height: 250px;
    width: 350px;
    overflow: hidden;
    display: inline-block;
    color: white;
    position: relative;
    background-color: white;
}

.banner .content h1 {
    font-size: 40px;
    margin: 0;
    color: #ffffff;
    text-shadow: 2px 5px 2px rgb(0 0 0 / 9%);
    margin-bottom: 15px;
}

.banner .content p {
    line-height: 2.4;
    font-size: 18px;
    font-weight: 600;
}

.services {
    position: relative;
    z-index: 9;
}

.white {
    color: #fff;
}

.section-title {
    padding: 0 20px;
    margin-bottom: 80px;
}

.featurs {
    padding-top: 80px;
}

.section-title h2 {
    text-shadow: 2px 5px 2px rgb(0 0 0 / 9%);
    position: relative;
}

.section-title h2:after,
.section-title h2:before {
    content: '';
    display: inline-block;
    width: 24px;
    height: 6px;
    background: #3f51b5;
    border-radius: 5px;
    margin: 6px 10px;
}

.flex-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

.serve-box {
    background: rgb(255 255 255 / 78%);
    width: 100%;
    text-align: center;
    padding: 20px 15px;
    border-radius: 25px;
    outline: 1px dashed #4e4e4e;
    outline-offset: -7px;
    margin-bottom: 15px;
}

.serve-icon {
    margin: 20px 0;
}

.card {
    text-align: center;
    display: inline-block;
    margin-bottom: 25px;
    transition: 0.15s;
    width: 100%;
}

.card-title {
    background: #ffff;
    font-size: 1.15em;
    font-weight: 700;
    margin: 0px;
}

.btn {
    background: #fff;
    border: 3px solid #e8eaee;
    font-weight: 700;
    color: #142752;
    box-shadow: 0 2px 5px rgb(0 0 0 / 15%);
    border-radius: 5px;
    padding: 10px 25px;
}

.why-us-box {
    text-align: center;
    border-radius: 20px;
    border: 1px solid rgba(218, 218, 218, .69);
    margin-bottom: 2em;
    padding: 1em;
    width: 100%;
    box-shadow: 1px 0 4px rgb(0 0 0 / 18%);
}

.mt-60 {
    margin-top: 50px;
}

.category-box {
    text-align: center;
}

.category-icon img {
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 24px;
    width: 250px;
    height: 250px;
}

.category-content h3 {
    font-weight: 900;
    font-size: 25px;
}

.featurs .section-title p {
    width: 46%;
    margin: auto;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@media only screen and (min-width: 480px) {
    .card-archive {
        width: 45%;
    }
}

@media only screen and (min-width: 768px) {
    .col {
        float: right;
        margin-right: 60px;
    }
    section.about-us {
        background-image: linear-gradient(245deg, #3f51b5 70%, #ffffff 0%);
    }
    .col-3 {
        width: 27%;
    }
    .col-4 {
        width: 25%;
    }
    .col-6 {
        width: 68%;
    }
    .col-8 {
        width: 64%;
    }
    .col-9 {
        width: 75%;
    }
    .serve-box {
        width: 30%;
    }
    .single-service {
        width: 30%;
        float: right;
    }
    .services .single-service {
        width: 15%;
    }
    .card-archive {
        width: 30%;
    }
    .about-box {
        width: 31%;
        float: right;
    }
    .about-box img {
        margin-bottom: 13px;
    }
    .col-md-8 {
        width: 66.666667%;
        float: right;
    }
    .banner .content {
        padding-top: 120px;
    }
}

@media only screen and (min-width: 992px) {
    .about-box {
        margin-left: 15px;
    }
    .services-img {
        display: block;
    }
    .services-box {
        width: 26%;
    }
    .content-wrap {
        width: 60%;
        margin: auto;
        padding: 80px 50px;
    }
}